.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

* {
  outline: none !important;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  font-size: 1em;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  min-width: 100%;
  width: 100%;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, li {
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (min-width: 1600px) {
  p, li {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  p, li {
    margin-bottom: 0.875em;
  }
}

a {
  margin: 0;
  text-decoration: none;
  color: #00303F;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 14px !important;
  }
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.fit-content {
  width: fit-content;
}

.flex {
  height: 100%;
  display: flex;
  align-items: center;
}

.container {
  margin: 0 auto;
  height: 100%;
}
.container--content {
  padding: 10px 40px;
}
@media screen and (min-width: 1600px) {
  .container--content {
    max-width: 1440px;
  }
}

.subpages-container {
  padding: 60px;
}
@media screen and (min-width: 1600px) {
  .subpages-container {
    padding: 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .subpages-container {
    padding: 2em;
    overflow: hidden;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.heading-and-toggle {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.horizontal-rule {
  width: 100%;
  height: 2px;
}
.horizontal-rule.bg-white {
  background-color: #FFFFFF;
}
.horizontal-rule.bg-primary {
  background-color: #00303F;
}
.horizontal-rule.bg-accent {
  background-color: #CDAC81;
}
.horizontal-rule.bg-black {
  background-color: #000000;
}

.display-none {
  display: none !important;
}

.btn-primary {
  background-color: #00303F;
  color: #F5F4F4;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid #00303F;
  border-radius: 4px;
  width: fit-content;
  font-weight: 500;
}
.btn-primary svg {
  fill: #F5F4F4;
  height: 16px;
}

.btn-primary-reverse {
  background-color: transparent;
  color: #00303F;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid #00303F;
  border-radius: 4px;
  width: fit-content;
  font-weight: 500;
}
.btn-primary-reverse svg {
  fill: #00303F;
  height: 16px;
}

.btn-accent {
  background-color: #CDAC81;
  color: #F5F4F4;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid #CDAC81;
  border-radius: 4px;
  width: fit-content;
  font-weight: 500;
}
.btn-accent svg {
  fill: #F5F4F4;
  height: 16px;
}

.btn-icon {
  height: 18px;
  width: auto;
}

.bold-heading {
  font-weight: 700;
  font-size: 48px;
  color: #00303F;
}
@media screen and (min-width: 1600px) {
  .bold-heading {
    font-size: 60px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .bold-heading {
    font-size: 1.75em;
  }
}

.section-heading {
  font-weight: 500;
  font-size: 36px;
  color: #00303F;
  margin-bottom: 36px;
}
@media screen and (min-width: 1600px) {
  .section-heading {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .section-heading {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
}

.section-subheading {
  font-weight: 500;
  font-size: 32px;
  color: #00303F;
  margin-bottom: 32px;
}
@media screen and (min-width: 1600px) {
  .section-subheading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .section-subheading {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }
}

.text-accent {
  color: #CDAC81 !important;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.bold {
  font-weight: 700;
}

.cta-container {
  width: 100%;
  display: flex;
  background-color: #CDAC81 !important;
  position: relative;
}
.cta-container .container--content {
  padding: 60px;
}
.cta__image {
  display: block;
  position: absolute;
  bottom: 9%;
  right: 0;
  z-index: 10;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .cta__image {
    right: 0;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .cta__image {
    display: none;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .cta__image {
    display: none;
  }
}
.cta__image img {
  height: 112%;
  width: auto;
  object-fit: contain;
  display: block;
}
.cta__info {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta__info .section-heading {
  z-index: 20;
}
@media screen and (min-width: 1600px) {
  .cta__info {
    max-width: 70%;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .cta__info {
    max-width: unset;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .cta__info {
    max-width: unset;
  }
}

.contact-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  padding: 60px;
}
@media screen and (min-width: 1600px) {
  .contact-container {
    padding: 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-container {
    padding: 2em 0;
  }
}
.contact-container .cols-2 {
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 1600px) {
  .contact-container .cols-2 {
    gap: 64px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .contact-container .cols-2 {
    gap: 1.5em;
    flex-direction: column;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-container .cols-2 {
    gap: 1em;
    flex-direction: column;
  }
}
.contact-container .cols-2-column {
  flex: 1 1 50%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1600px) {
  .contact-container .cols-2-column {
    height: 100%;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-container .cols-2-column {
    height: fit-content;
  }
}
.contact-container .image-container {
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 1600px) {
  .contact-container .image-container {
    margin-top: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .contact-container .image-container {
    margin-top: 0.875em;
    min-width: unset;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-container .image-container {
    margin-top: 0.75em;
    min-width: unset;
  }
}
.contact-container .image-container img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 480px;
}
@media screen and (min-width: 1600px) {
  .contact-container .image-container img {
    max-width: 480px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .contact-container .image-container img {
    border-radius: 0.5em;
    max-width: unset;
    max-height: 480px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-container .image-container img {
    border-radius: 0.5em;
    max-width: unset;
    max-height: 360px;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  color: #00303F;
}
.contact-form .button-container {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .contact-form .button-container {
    flex-direction: column;
    align-items: start;
  }
}
.contact-form .success-message {
  color: #00303F;
  font-size: 0.85rem;
  margin-top: 4px;
}
.contact-form .error-message {
  color: #E63946;
  font-size: 0.85rem;
  margin-top: 4px;
}
.contact input:invalid ~ .error-message,
.contact textarea:invalid ~ .error-message {
  display: block;
}
.contact-input, .contact-textarea {
  border-bottom: 2px solid #00303F;
  width: 100%;
  padding-bottom: 8px;
  font-size: 16px;
}
.contact-input::placeholder, .contact-textarea::placeholder {
  color: #00303F;
  opacity: 0.5;
}

.footer__container {
  background-color: #00303F;
  padding: 32px 48px;
}
@media screen and (min-width: 1600px) {
  .footer__container {
    padding: 48px 72px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container {
    padding: 2em 1.5em;
    overflow: hidden;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container {
    padding: 1.5em 1em;
    overflow: hidden;
  }
}
.footer__container .logo {
  max-width: 360px;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .logo {
    display: block;
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .logo {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.footer__container .footer__slogan__main {
  width: 100%;
  display: none;
  padding: 1em 1em 1.5em;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__slogan__main {
    display: block;
    font-size: 0.875em;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__slogan__main {
    display: block;
    font-size: 0.875em;
  }
}
.footer__container .footer__slogan__main p, .footer__container .footer__slogan__main li, .footer__container .footer__slogan__main a, .footer__container .footer__slogan__main span {
  color: #F5F4F4;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8333333333em;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__slogan__main p, .footer__container .footer__slogan__main li, .footer__container .footer__slogan__main a, .footer__container .footer__slogan__main span {
    text-align: center;
    font-size: 0.875em !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__slogan__main p, .footer__container .footer__slogan__main li, .footer__container .footer__slogan__main a, .footer__container .footer__slogan__main span {
    text-align: center;
    font-size: 0.75em !important;
  }
}
.footer__container .footer__slogan__main p b, .footer__container .footer__slogan__main li b, .footer__container .footer__slogan__main a b, .footer__container .footer__slogan__main span b {
  font-weight: 700;
}
.footer__container .footer__content {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 4.5em;
}
@media screen and (min-width: 1600px) {
  .footer__container .footer__content {
    gap: 9em;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__content {
    justify-content: center;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__content {
    justify-content: center;
  }
}
.footer__container .footer__content p, .footer__container .footer__content li, .footer__container .footer__content a, .footer__container .footer__content span {
  color: #F5F4F4;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8333333333em;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__content p, .footer__container .footer__content li, .footer__container .footer__content a, .footer__container .footer__content span {
    text-align: center;
    font-size: 0.875em !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__content p, .footer__container .footer__content li, .footer__container .footer__content a, .footer__container .footer__content span {
    text-align: center;
    font-size: 0.75em !important;
  }
}
.footer__container .footer__content p b, .footer__container .footer__content li b, .footer__container .footer__content a b, .footer__container .footer__content span b {
  font-weight: 700;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__content {
    gap: 4.5em;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
}
.footer__container .footer__content .footer__slogan {
  width: 100%;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .footer__content .footer__slogan {
    display: none;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .footer__content .footer__slogan {
    display: none;
  }
}
.footer__container .footer__content .footer__links, .footer__container .footer__content .footer__contacts {
  width: fit-content;
}
.footer__container .copyright {
  margin-top: 36px;
}
.footer__container .copyright p {
  color: #F5F4F4;
  font-size: 14px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .footer__container .copyright p {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .footer__container .copyright p {
    font-size: 0.625em;
  }
}

.header-wrapper {
  z-index: 100;
  position: absolute;
  top: -1px;
  width: 100%;
  transition: none;
  position: absolute;
}
.header-wrapper__inner {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F5F4F4;
  width: 100%;
}
.header-wrapper__inner .header__content {
  display: flex;
  justify-content: space-between;
}
.header-wrapper__inner .header__content .header__menu .flex {
  height: 100%;
}
.header-wrapper__inner .header__content .header__menu .flex li {
  margin-bottom: 0 !important;
}
.header-wrapper__inner .header__content .header__menu .flex a {
  display: inline-block;
  line-height: 1.75em;
  padding: 1.4166666667em 1.3333333333em;
}
.header-wrapper__inner .header__content .header__menu .flex a.quote-link {
  font-size: 0.875em;
  line-height: 1.2142857143em;
  color: #F5F4F4;
  font-weight: 700;
  background: #00303F;
  padding: 0.5714285714em 1.0714285714em;
  border-radius: 0.1428571429em;
}
.header-wrapper__inner .header__content .header__menu .flex a.quote-link .request-quote-icon {
  display: inline-block;
  width: 0.5714285714em;
  height: 0.5714285714em;
  border-right: 0.1142857143em solid #F5F4F4;
  border-bottom: 0.1142857143em solid #F5F4F4;
  background: none;
  transform: rotate(-45deg);
  margin-left: 0.5714285714em;
  vertical-align: middle;
}
.header-wrapper a {
  font-weight: 600;
}

.hero {
  min-height: 70vh;
  padding-top: 144px;
  position: relative;
  display: flex;
  justify-items: left;
  align-items: center;
}
.hero .container {
  margin: 0 !important;
}
.hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__content h1, .hero__content p {
  color: #00303F;
  font-weight: 300;
}
.hero__content h1 b, .hero__content p b {
  font-weight: 700;
}
.hero__title {
  font-size: 60px;
}
.hero__subtitle {
  font-size: 18px;
}
.hero__subtitle.bold {
  font-weight: 700;
}
.hero__background {
  position: absolute;
  height: 100%;
  width: 70%;
  z-index: -1;
  object-fit: contain;
}
.hero__image {
  position: relative;
  max-width: 45%;
  max-height: 80%;
  margin-right: 60px;
}
.hero__image .main-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.hero__image .shape-img {
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -20px;
}

.hero-2 {
  background-color: #00303F;
  min-height: 50vh;
  display: flex;
  justify-items: left;
  padding: 10em 0 5em;
}
@media screen and (min-width: 1600px) {
  .hero-2 {
    padding: 12.5em 0 6.25em !important;
    min-height: 60vh;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .hero-2 {
    padding: 9em 0 4.5em !important;
    min-height: 40vh;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .hero-2 {
    padding: 9em 0 4.5em !important;
    min-height: 30vh;
  }
}
.hero-2 .container {
  margin: 0 !important;
}
.hero-2__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-2__content h1, .hero-2__content p {
  color: #F5F4F4;
}
.hero-2__title {
  font-size: 64px;
  font-weight: 800;
}
@media screen and (min-width: 1600px) {
  .hero-2__title {
    font-size: 72px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .hero-2__title {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .hero-2__title {
    font-size: 1.5em;
  }
}
.hero-2__subtitle {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  .hero-2__subtitle {
    font-size: 48px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .hero-2__subtitle {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .hero-2__subtitle {
    font-size: 1.25em;
  }
}

.info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media screen and (min-width: 1600px) {
  .info-container {
    padding: 72px 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container {
    padding: 2em 0;
  }
}
.info-container .content.p-x-true {
  padding: 0 96px;
}
@media screen and (min-width: 1600px) {
  .info-container .content.p-x-true {
    padding: 0 144px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .content.p-x-true {
    padding: 0;
  }
}
.info-container .cols-2 {
  display: flex;
  gap: 32px;
}
.info-container .cols-2.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1600px) {
  .info-container .cols-2 {
    gap: 64px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .cols-2 {
    gap: 1.5em;
    flex-direction: column-reverse;
  }
}
.info-container .cols-2-column {
  flex: 1 1 50%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1600px) {
  .info-container .cols-2-column {
    height: 100%;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .cols-2-column {
    height: fit-content;
  }
}
.info-container .cols-2-column .section-subheading {
  margin-bottom: 0 !important;
}
.info-container .cols-2-column-heading {
  font-weight: 700;
  font-size: 32px;
  color: #00303F;
}
@media screen and (min-width: 1600px) {
  .info-container .cols-2-column-heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .cols-2-column-heading {
    font-size: 1.375em;
  }
}
.info-container .cols-2-column-subheading {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
@media screen and (min-width: 1600px) {
  .info-container .cols-2-column-subheading {
    font-size: 22px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .cols-2-column-subheading {
    font-size: 1em;
  }
}
.info-container .cols-2-column-description {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media screen and (min-width: 1600px) {
  .info-container .cols-2-column-description {
    font-size: 20px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .cols-2-column-description {
    font-size: 0.875em;
  }
}
.info-container.bg-white {
  background-color: #FFFFFF;
}
.info-container.bg-accent {
  background-color: #CDAC81;
}
.info-container p, .info-container li, .info-container a {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 1600px) {
  .info-container p, .info-container li, .info-container a {
    font-size: 18px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container p, .info-container li, .info-container a {
    font-size: 0.875em;
  }
}
.info-container ul li {
  list-style: disc;
  margin-left: 32px;
}
.info-container ol li {
  list-style: decimal;
}
.info-container .image-container {
  height: 300px;
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 1600px) {
  .info-container .image-container {
    margin-top: 16px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .image-container {
    margin-top: 0.875em;
  }
}
.info-container .image-container img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .info-container .image-container img {
    border-radius: 0.5em;
  }
}

.landing-services-container {
  max-width: 100vw;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
  background-color: #F5F4F4;
}
@media screen and (min-width: 1600px) {
  .landing-services-container {
    padding: 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .landing-services-container {
    padding: 2em;
  }
}
.landing-services-container .services__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .landing-services-container .services__grid {
    gap: 16px;
  }
}
.landing-services-container .services__card {
  flex: 1 1 calc(25% - 24px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #FFFFFF;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}
.landing-services-container .services__card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .landing-services-container .services__card {
    flex: 1 1 calc(50% - 16px);
    padding: 24px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .landing-services-container .services__card {
    flex: 1 1 100%;
    padding: 16px;
  }
}
.landing-services-container .services__card-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}
.landing-services-container .services__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.landing-services-container .services__card-title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .landing-services-container .services__card-title {
    font-size: 1em;
  }
}
.landing-services-container .services__card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.landing-services-container .services__card-info p {
  font-size: 16px;
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .landing-services-container .services__card-info p {
    font-size: 0.875em;
  }
}
.landing-services-container .services__card .explore {
  margin-top: auto;
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
}
.landing-services-container .services__card .explore span {
  color: #CDAC81;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.landing-services-container .services__card .explore svg {
  height: 18px;
  aspect-ratio: 1/1;
  fill: #CDAC81;
}

.logos-container {
  display: flex;
  justify-content: space-around;
  padding: 48px;
  gap: 36px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .logos-container {
    display: flex;
    justify-content: space-around;
    padding: 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .logos-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
    padding: 2em;
    overflow: hidden;
  }
}
.logos-container .logo {
  max-height: 100px;
  max-width: 150px;
  margin: auto;
}
.logos-container .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.numbers-container {
  background-color: #CDAC81;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 48px 96px;
}
@media screen and (min-width: 1600px) {
  .numbers-container {
    padding: 60px 144px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .numbers-container {
    padding: 2em;
  }
}
.numbers-container .numbers-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (min-width: 1600px) {
  .numbers-container .numbers-data {
    flex-direction: row;
    gap: 36px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .numbers-container .numbers-data {
    flex-direction: column;
    gap: 2.25em;
  }
}
.numbers-container .numbers-data .datum {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .numbers-container .numbers-data .datum {
    gap: 28px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .numbers-container .numbers-data .datum {
    gap: 0.25em;
  }
}
.numbers-container .numbers-data .datum .number-value {
  color: #F5F4F4;
  font-weight: 200;
  font-size: 72px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .numbers-container .numbers-data .datum .number-value {
    font-size: 120px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .numbers-container .numbers-data .datum .number-value {
    font-size: 3em;
  }
}
.numbers-container .numbers-data .datum .number-key {
  color: #F5F4F4;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .numbers-container .numbers-data .datum .number-key {
    font-size: 36px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .numbers-container .numbers-data .datum .number-key {
    font-size: 1.125em;
  }
}

.policy-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 144px 72px 72px;
}
@media screen and (min-width: 1600px) {
  .policy-container {
    gap: 36px;
    padding: 144px 72px 72px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .policy-container {
    gap: 1.125em;
    padding: 2.25em 1.5em 1.5em;
  }
}
.policy-title {
  font-weight: 700;
}
.policy-content h1, .policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
  font-weight: 700;
  font-size: 24px !important;
  margin: 24px 0 12px;
}
@media screen and (min-width: 1600px) {
  .policy-content h1, .policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
    font-size: 28px;
    margin: 28px 0 14px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .policy-content h1, .policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
    font-size: 1.125em;
    margin: 1.125em 0 0.25em;
  }
}
.policy-content p, .policy-content li {
  font-weight: 400;
  font-size: 16px !important;
}
@media screen and (min-width: 1600px) {
  .policy-content p, .policy-content li {
    font-size: 18px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .policy-content p, .policy-content li {
    font-size: 0.875em;
  }
}
.policy-content li {
  margin-left: 36px;
}
@media screen and (min-width: 1600px) {
  .policy-content li {
    margin-left: 48px;
  }
}
@media screen and (min-width: 100px) and (max-width: 719px) {
  .policy-content li {
    margin-left: 1.5em;
  }
}
.policy-content ul li {
  list-style: disc;
}
.policy-content ol li {
  list-style: decimal;
}

/*# sourceMappingURL=build.css.map */
