.page-template-template-about-us header.standard {
    width: 100%;
}

@media (max-width: 768px) {
  .page-template-template-about-us .swiper-section.our-partners-slider {
    position: relative;
    padding: 0 3.5rem;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-prev,
  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin: 0;
    transform: translateY(-50%);
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-prev {
    left: 0;
    right: auto;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-next {
    right: 0;
    left: auto;
  }
}

.page-template-template-home .shared-hero-section__content h1 {
  font-weight: 700;
  white-space: nowrap;
}

.page-template-template-about-us .gallery-section .title3 {
  font-size: 40px;
}

header .logo {
  width: 215px !important;
  height: 46px !important;
}

header .logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .page-template-template-home .shared-hero-section__content h1 {
    white-space: normal;
  }
}

p {
    font-family: "Microsoft Sans Serif" !important;
    text-align: left !important;
    color: #535353;
}

.page-template-template-about-us .about-intro-section .desc p {
    text-align: left;
}

.accordion-header, .tab-nav, a {
    font-size: 1rem !important;
}

footer .copyright {
    position: relative !important;
    margin-top: 3rem !important;
}


@media (min-width: 1024px) {
    #main-nav a {
        font-size: 2rem !important;
        line-height: inherit!important;
    }
    .accordion-header, .tab-nav, a {
        font-size: 1.5rem !important;
    }
    p {
        font-size: 16px !important;
    }
    .shared-hero-section {
        position: relative;
        overflow: hidden;
        padding: 3rem;
        color: white;
        background: #111;
        z-index: 0;
    }
    
    .shared-hero-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(217, 217, 217, 0) 0%, rgb(11, 59, 96, 0.1) 60%, rgb(11, 59, 96, 0.5) 80%, rgb(11, 59, 96, 1) 100%);
        z-index: 1;
        height: 437px;
    }

    .shared-hero-section__content h1 {
      font-size: 70px;
      font-family: "Ancizar Serif", serif;
      font-weight: bold;
      text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.7);
    }
  
  .page-template-template-about-us .about-intro-section {
    padding: 7rem 0 5.5rem;
  }
  .about-owners-section .title3 {
    font-size: 4rem;
  }
  .our-partners-section title3 {
    font-size: 30rem;
  }
  .about-owner-list .title4 {
    font-size: 2.5rem;
  }
  .page-template-template-about-us .about-owner {
    grid-template-columns: 270px 1fr;
  }
  .about-owner-list .about-owner__image {
    height: 100%;
  }
  .about-owner-list .about-owner__image img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-about-us .about-intro-section .desc {
    max-width: 1112px !important;
  }
  .page-template-template-about-us .about-owner-list {
    max-width: 1112px !important;
  }

  /* contact */
  .contact-form-section .t-center {
    font-size: 4rem !important;
  }

  .page-template-template-contact .contact-form-section__form {
    max-width: 1000px;
    width: 100%;
    margin: 0 2rem;
  }
  .nf-form-cont .submit-container .nf-field-element input {
    font-size: 1.5rem;
  }
  .nf-form-cont  input, textarea {
    font-size: 1.5rem !important;
  }
  .cont, .cont--sm {
    max-width: 1112px !important;
    padding: 0 2rem !important;
  }
  .page-template-template-contact .contact-form-section .desc {
    max-width: 1112px !important;
  }
  .page-template-template-contact .contact-form-section__form {
    max-width: 1112px !important;
    margin: 0 !important;
    margin-top: 4rem !important;
  }
  .contact-callout-section .title3{
    font-size: 2.6rem !important;
  }
  


  /* footer*/

  footer {
    padding: 7rem 0 1.2rem;
  }
  footer .copyright {
    position: relative !important;
    margin-top: 4rem !important;
  }
}

@media (min-width: 1024px) {
  .page-template-template-about-us .our-partners-section .title3 {
    font-size: 28px !important;
  }

  .page-template-template-about-us .our-partners-section .cont--sm {
    max-width: 1112px !important;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider {
    max-width: 100% !important;
    overflow: visible;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-wrapper {
    align-items: center;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider img {
    width: auto !important;
    max-width: 100%;
    max-height: none !important;
    height: auto !important;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-prev {
    left: -50px !important;
  }

  .page-template-template-about-us .swiper-section.our-partners-slider .swiper-button-next {
    right: -50px !important;
  }
}

@media (min-width: 769px) {
  header.standard {
    padding-top: 21px !important;
  }

  .page-template-template-home .shared-hero-section__content {
    padding-bottom: 74px !important;
  }

  .page-get-in-touch {
    width: 310px !important;
    min-width: 310px !important;
    height: 50px !important;
    padding: 0 18px !important;
  }

  .page-template-template-contact .contact-form-section {
    padding-top: 71px !important;
  }
}

.page-get-in-touch {
  background: rgba(9, 59, 96, 0.96) !important;
  border: 0 !important;
  justify-content: center !important;
  gap: 14px;
  font-family: "Ancizar Serif", serif !important;
  box-shadow: none;
}

.page-get-in-touch svg {
  width: 36px !important;
  height: 28px !important;
  margin: 0 !important;
  flex: 0 0 auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.55));
}

.page-get-in-touch span {
  font-family: "Ancizar Serif", serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  color: #fff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}

.page-get-in-touch:hover {
  background: #093b60 !important;
}

.page-template-template-contact,
.page-template-template-contact body,
.page-template-template-contact main {
  max-width: 100%;
  overflow-x: hidden;
}

.page-template-template-contact .contact-form-section,
.page-template-template-contact .contact-callout-section,
.page-template-template-contact footer {
  max-width: 100%;
  overflow-x: hidden;
}

.page-template-template-contact .contact-form-section .cont,
.page-template-template-contact .contact-form-section__form,
.page-template-template-contact .nf-form-cont,
.page-template-template-contact .nf-form-cont .nf-form-content {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .page-template-template-contact .page-get-in-touch {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (min-width: 769px) {

  .page-template-template-contact .contact-form-section__form nf-fields-wrap {
    column-gap: 42px !important;
    row-gap: 10px !important;
  }

  .page-template-template-contact .contact-form-section .desc {
    max-width: 1112px !important;
    width: 100%;
  }

  .page-template-template-contact .contact-form-section__form nf-field {
    width: calc((100% - 42px) / 2) !important;
  }

  .page-template-template-contact .contact-form-section__form nf-field:nth-of-type(n+5) {
    width: 100% !important;
  }

  .page-template-template-contact .contact-form-section__form .submit-container input {
    width: 131px !important;
    height: 42px !important;
    padding: 0 !important;
  }
}