@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap");
:root {
  --primary-color: #1D78BD;
  --secondary-color: #112F6D;
  --tertiary-color: #4DB68C;
  --quaternary-color: #ffffff;
  --quinary-color: #818183;
}

body {
  margin: 0px;
  font-family: "Catamaran", sans-serif;
}

.container {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

section .container {
  padding: 100px 0;
}
@media (max-width: 600px) {
  section .container {
    padding: 50px 0;
  }
}

.nf-form-content {
  padding: 0;
}

.nf-form-fields-required {
  display: none;
}

.add-margin-yes {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .add-margin-yes {
    margin-bottom: 50px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero {
    height: 750px;
    min-height: 600px;
  }
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(17, 47, 109, 0.6);
  z-index: 1;
}
@media (max-width: 900px) {
  .hero .hero-overlay {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .hero-overlay {
    width: 100%;
  }
}
.hero .hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero .hero-container {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .hero .hero-container {
    padding: 0px;
  }
}
.hero .hero-container .hero-left {
  width: 50%;
}
@media (max-width: 900px) {
  .hero .hero-container .hero-left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .hero-container .hero-left {
    width: 100%;
  }
}
.hero .hero-container .hero-left .hero-content {
  padding: 0 40px;
  color: var(--quaternary-color);
}
@media (max-width: 768px) {
  .hero .hero-container .hero-left .hero-content {
    padding: 0 30px;
  }
}
.hero .hero-container .hero-left .hero-content h1 {
  margin-bottom: 20px;
  line-height: 38px;
}
.hero .hero-container .hero-left .hero-content p {
  margin-bottom: 30px;
  font-size: 22px;
  color: var(--quaternary-color);
}
.hero .hero-container .hero-left .hero-content a {
  border: 2px solid var(--quaternary-color);
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
}

.main-bar {
  padding: 16px 0px;
}
.main-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-bar a {
  color: #112F6D;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
.main-bar ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.main-bar ul li:last-of-type a {
  text-transform: uppercase;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  padding: 8px 16px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .main-bar .menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-bar .mobile-menu {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1201px) {
  .main-bar .mobile-menu {
    display: none;
  }
}

.top-bar {
  background-color: var(--primary-color);
  color: var(--quaternary-color);
  font-size: 18px;
  padding: 8px 0;
}
.top-bar a {
  text-decoration: underline;
}
.top-bar ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

@media (min-width: 1024px) {
  .usps {
    position: relative;
    margin-top: -200px;
    z-index: 5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .usps {
    position: relative;
    margin-top: -60px;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .usps {
    margin-top: 0;
  }
}
.usps .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .usps .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .usps .container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.usps .usp-item {
  background-color: var(--quaternary-color);
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.usps .usp-item .button {
  text-align: center;
}
.usps .usp-item a {
  background-color: var(--tertiary-color);
  color: var(--quaternary-color);
  padding: 5px 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.usps .usp-item p {
  font-size: 20px;
  margin-bottom: 50px;
}
.usps .usp-item h3 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 800;
}
.usps .usp-item h3, .usps .usp-item i {
  display: flex;
  justify-content: center;
}
.usps .usp-item i {
  font-size: 40px;
  color: var(--tertiary-color);
  margin-bottom: 10px;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 47, 109, 0.8);
  color: var(--quaternary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.mobile-overlay.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-overlay ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}
.mobile-overlay a {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
}
.mobile-overlay .close-menu {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
}

.pre-footer {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 600px) {
  .pre-footer {
    background-position: -500px center;
  }
}
.pre-footer h2 {
  font-size: 25px;
  color: var(--quaternary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.pre-footer p {
  font-size: 22px;
  color: var(--quaternary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.pre-footer p:last-of-type {
  margin-bottom: 25px;
}
.pre-footer a {
  border: 2px solid var(--quaternary-color);
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.pre-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  opacity: 0.35;
  z-index: 1;
}
.pre-footer .content {
  position: relative;
  z-index: 2;
  color: var(--quaternary-color);
  padding: 0 20px;
  max-width: 520px;
}

footer {
  background: linear-gradient(to right, var(--secondary-color), var(--primary-color));
  color: var(--quaternary-color);
  position: relative;
  overflow: hidden;
}
footer .top .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 100px 0px 130px;
}
@media (max-width: 900px) {
  footer .top .container {
    grid-template-columns: 1fr;
    row-gap: 50px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer .top .container {
    grid-template-columns: 1fr;
    row-gap: 50px;
    text-align: center;
  }
}
footer .top h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
footer .top ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  list-style: none;
}
footer .top ul li {
  margin-bottom: 5px;
  font-size: 18px;
}
footer .top ul li i {
  margin-right: 10px;
}
footer .top ul li a {
  color: var(--quaternary-color);
  text-decoration: none;
  transition: 125ms ease-in-out;
}
footer .top ul li:last-of-type {
  margin-bottom: 0px;
}
footer .top .menu-right .logo {
  margin-left: 30px;
}
footer .top .menu-right .logo img {
  padding-top: 70px;
}
footer .bottom p {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  color: var(--quaternary-color);
}
footer .watermarks-inside {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
footer .watermarks-inside .watermark-1 {
  position: absolute;
  bottom: -45px;
  right: -35px;
}

.footer-watermark-top {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.footer-watermark-top .watermark-2 {
  position: absolute;
  top: -110px;
  left: -27px;
  transform: scaleX(-1);
}
@media (max-width: 1500px) {
  .footer-watermark-top .watermark-2 {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 32px;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
  line-height: 32px;
  color: var(--quinary-color);
  font-size: 20px;
}

p:last-of-type {
  margin-bottom: 0px;
}

section ul {
  padding-inline-start: 20px;
  line-height: 26px;
}
section ul li {
  font-size: 20px;
  color: var(--quinary-color);
}
section ul a {
  font-size: 20px;
  color: var(--quinary-color);
}

a {
  color: var(--quaternary-color);
  text-decoration: none;
  transition: 125ms ease-in-out;
}
a:hover {
  opacity: 0.8;
}

section.text a {
  color: var(--tertiary-color);
  font-weight: 700;
  text-decoration: underline;
}

.text-and-img .content,
.img-and-text .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media (max-width: 900px) {
  .text-and-img .content,
  .img-and-text .content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.text-and-img p,
.img-and-text p {
  font-size: 20px;
  color: var(--quinary-color);
}

.text-and-img img,
.img-and-text img {
  width: 100%;
}

.text-and-img .image,
.img-and-text .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-and-img a,
.img-and-text a {
  color: var(--tertiary-color);
  font-weight: 700;
  text-decoration: underline;
}

.text-and-img-with-background .content,
.img-and-text-with-background .content {
  display: grid;
  grid-template-columns: 30% 65%;
  gap: 100px;
}
@media only screen and (max-width: 1750px) {
  .text-and-img-with-background .content,
  .img-and-text-with-background .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .text-and-img-with-background .content,
  .img-and-text-with-background .content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

.img-and-text-with-background .content {
  grid-template-columns: 30% 65%;
}

.text-and-img-with-background .content {
  grid-template-columns: 65% 30%;
}

.text-and-img-with-background .container,
.img-and-text-with-background .container {
  max-width: 1720px;
}

.text-and-img-with-background p,
.img-and-text-with-background p {
  font-size: 20px;
  color: var(--quinary-color);
}

.text-and-img-with-background img,
.img-and-text-with-background img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 900px) {
  .text-and-img-with-background img,
  .img-and-text-with-background img {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .text-and-img-with-background img,
  .img-and-text-with-background img {
    max-width: unset;
    width: 100%;
  }
}

.text-and-img-with-background .text,
.img-and-text-with-background .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .text-and-img-with-background .text,
  .img-and-text-with-background .text {
    order: 1;
  }
}

@media (max-width: 900px) {
  .text-and-img-with-background .image,
  .img-and-text-with-background .image {
    display: flex;
    align-items: center;
    order: 2;
    justify-content: center;
  }
}

.text-and-img-with-background a,
.img-and-text-with-background a {
  color: var(--tertiary-color);
  font-weight: 700;
  text-decoration: underline;
}

.contact .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
@media (max-width: 900px) {
  .contact .container {
    grid-template-columns: 1fr;
  }
}
.contact ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}
.contact li {
  line-height: 32px;
}
.contact i {
  margin-right: 10px;
}
.contact a,
.contact li {
  color: var(--quinary-color);
  font-size: 20px;
}
.contact .nf-form-content {
  padding: 0px !important;
}
.contact p {
  margin-bottom: 20px;
}
.contact .nf-form-content input[type=submit] {
  text-transform: uppercase;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  transition: 125ms ease-in-out;
  cursor: pointer;
}
.contact .nf-form-content input[type=submit]:hover {
  opacity: 0.8;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
}
