@charset "UTF-8";
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Bold.woff2") format("woff2"), url("../assets/fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Regular.woff2") format("woff2"), url("../assets/fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../assets/fonts/Antonio-Bold.woff2") format("woff2"), url("../assets/fonts/Antonio-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../assets/fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Bold.woff2") format("woff2"), url("../assets/fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Regular.woff2") format("woff2"), url("../assets/fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../assets/fonts/Antonio-Bold.woff2") format("woff2"), url("../assets/fonts/Antonio-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../assets/fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #124EB8;
  --color-primary-light: #7DCFEF;
  --color-primary-dark: #072B60;
  --color-secondary: #FEA9BB;
  --color-yellow-dark: #FCE67A;
  --color-yellow: #FFF6CF;
  --color-yellow-light: #FFFDF5;
  --color-green: #21BDAB;
  --color-orange: #F77D69;
  --color-black: #171717;
  --color-black-light: #222222;
  --color-white: white;
}

.bg-primary {
  background-color: #124EB8;
}

.text-primary {
  color: #124EB8;
}

.bg-primary-light {
  background-color: #7DCFEF;
}

.text-primary-light {
  color: #7DCFEF;
}

.bg-primary-dark {
  background-color: #072B60;
}

.text-primary-dark {
  color: #072B60;
}

.bg-secondary {
  background-color: #FEA9BB;
}

.text-secondary {
  color: #FEA9BB;
}

.bg-yellow-dark {
  background-color: #FCE67A;
}

.text-yellow-dark {
  color: #FCE67A;
}

.bg-yellow {
  background-color: #FFF6CF;
}

.text-yellow {
  color: #FFF6CF;
}

.bg-yellow-light {
  background-color: #FFFDF5;
}

.text-yellow-light {
  color: #FFFDF5;
}

.bg-green {
  background-color: #21BDAB;
}

.text-green {
  color: #21BDAB;
}

.bg-orange {
  background-color: #F77D69;
}

.text-orange {
  color: #F77D69;
}

.bg-black {
  background-color: #171717;
}

.text-black {
  color: #171717;
}

.bg-black-light {
  background-color: #222222;
}

.text-black-light {
  color: #222222;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

p,
li,
a, body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  p,
  li,
  a, body {
    font-size: 18px;
  }
}
.fs0 {
  font-size: clamp(
    5rem,
    6.66vw + 3.38rem,
    7.5rem
  );
}

@media screen and (min-width: 768px) {
  .fs0 {
    font-size: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.hero .module__title p, .hero .module__title h1, .hero .module__title h2, .hero .module__title h3, .hero .module__title h4, .fs1 {
  font-size: clamp(
    3.75rem,
    3.33vw + 2.94rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .hero .module__title p, .hero .module__title h1, .hero .module__title h2, .hero .module__title h3, .hero .module__title h4, .fs1 {
    font-size: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.page-template-default #wrapper h1, .module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4, .fs2 {
  font-size: clamp(
    2.5rem,
    3.33vw + 1.69rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .page-template-default #wrapper h1, .module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4, .fs2 {
    font-size: clamp(
    3.13rem,
    2.16vw + 1.79rem,
    4.38rem
  );
  }
}
.page-template-default #wrapper h2, .words .item, .team .item__hoverlay h3, .services .service__header h3, .claim p, .fs3 {
  font-size: clamp(
    1.75rem,
    3.33vw + 0.94rem,
    3rem
  );
}

@media screen and (min-width: 768px) {
  .page-template-default #wrapper h2, .words .item, .team .item__hoverlay h3, .services .service__header h3, .claim p, .fs3 {
    font-size: clamp(
    2.63rem,
    1.08vw + 1.96rem,
    3.25rem
  );
  }
}
.page-template-default #wrapper h3, .icons .item h3, .card__case .card__claim, .fs4 {
  font-size: clamp(
    1.5rem,
    1.33vw + 1.18rem,
    2rem
  );
}

@media screen and (min-width: 768px) {
  .page-template-default #wrapper h3, .icons .item h3, .card__case .card__claim, .fs4 {
    font-size: clamp(
    1.88rem,
    1.29vw + 1.07rem,
    2.63rem
  );
  }
}
.page-template-default #wrapper h4, .texts .module__title p, .texts .module__title h1, .texts .module__title h2, .texts .module__title h3, .texts .module__title h4, .services .accordion__trigger h4, .services .service__header .service__age, .services .service__header p, .hero .module__text strong, .module__subtitle, .module__section, .card__blog h2, .card__team .team__name, .fs5 {
  font-size: clamp(
    1.25rem,
    0.67vw + 1.09rem,
    1.5rem
  );
}

@media screen and (min-width: 768px) {
  .page-template-default #wrapper h4, .texts .module__title p, .texts .module__title h1, .texts .module__title h2, .texts .module__title h3, .texts .module__title h4, .services .accordion__trigger h4, .services .service__header .service__age, .services .service__header p, .hero .module__text strong, .module__subtitle, .module__section, .card__blog h2, .card__team .team__name, .fs5 {
    font-size: clamp(
    1.5rem,
    0.43vw + 1.23rem,
    1.75rem
  );
  }
}
.card__team .team__position, .card .card__footer h2, .card .card__footer h4, small, button, .fs6 {
  font-size: clamp(
    1rem,
    0.33vw + 0.92rem,
    1.13rem
  );
}

@media screen and (min-width: 768px) {
  .card__team .team__position, .card .card__footer h2, .card .card__footer h4, small, button, .fs6 {
    font-size: clamp(
    1rem,
    0.22vw + 0.87rem,
    1.13rem
  );
  }
}
.btn, input[type=submit] {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-decoration: underline;
  border-radius: 50px;
  transition: all 0.3s;
  border-style: solid;
  border-width: 2px;
  padding: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem) clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
.btn__primary, input[type=submit] {
  background-color: #124EB8;
  border-color: transparent;
}

.btn__outline-primary {
  background-color: transparent;
  border-color: #124EB8;
  border-style: solid;
  border-width: 2px;
  color: #124EB8;
}

.btn__primary-light {
  background-color: #7DCFEF;
  border-color: transparent;
}

.btn__outline-primary-light {
  background-color: transparent;
  border-color: #7DCFEF;
  border-style: solid;
  border-width: 2px;
  color: #7DCFEF;
}

.btn__primary-dark {
  background-color: #072B60;
  border-color: transparent;
}

.btn__outline-primary-dark {
  background-color: transparent;
  border-color: #072B60;
  border-style: solid;
  border-width: 2px;
  color: #072B60;
}

.btn__secondary {
  background-color: #FEA9BB;
  border-color: transparent;
}

.btn__outline-secondary {
  background-color: transparent;
  border-color: #FEA9BB;
  border-style: solid;
  border-width: 2px;
  color: #FEA9BB;
}

.btn__yellow-dark {
  background-color: #FCE67A;
  border-color: transparent;
}

.btn__outline-yellow-dark {
  background-color: transparent;
  border-color: #FCE67A;
  border-style: solid;
  border-width: 2px;
  color: #FCE67A;
}

.btn__yellow {
  background-color: #FFF6CF;
  border-color: transparent;
}

.btn__outline-yellow {
  background-color: transparent;
  border-color: #FFF6CF;
  border-style: solid;
  border-width: 2px;
  color: #FFF6CF;
}

.btn__yellow-light {
  background-color: #FFFDF5;
  border-color: transparent;
}

.btn__outline-yellow-light {
  background-color: transparent;
  border-color: #FFFDF5;
  border-style: solid;
  border-width: 2px;
  color: #FFFDF5;
}

.btn__green {
  background-color: #21BDAB;
  border-color: transparent;
}

.btn__outline-green {
  background-color: transparent;
  border-color: #21BDAB;
  border-style: solid;
  border-width: 2px;
  color: #21BDAB;
}

.btn__orange {
  background-color: #F77D69;
  border-color: transparent;
}

.btn__outline-orange {
  background-color: transparent;
  border-color: #F77D69;
  border-style: solid;
  border-width: 2px;
  color: #F77D69;
}

.btn__black {
  background-color: #171717;
  border-color: transparent;
}

.btn__outline-black {
  background-color: transparent;
  border-color: #171717;
  border-style: solid;
  border-width: 2px;
  color: #171717;
}

.btn__black-light {
  background-color: #222222;
  border-color: transparent;
}

.btn__outline-black-light {
  background-color: transparent;
  border-color: #222222;
  border-style: solid;
  border-width: 2px;
  color: #222222;
}

.btn__white {
  background-color: white;
  border-color: transparent;
}

.btn__outline-white {
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  color: white;
}

.btn__primary, input[type=submit] {
  color: var(--color-yellow);
}

.btn__primary:hover, input[type=submit]:hover {
  color: var(--color-yellow);
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.btn__secondary {
  color: var(--color-primary);
}

.btn__secondary:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
}

.btn__outline-primary {
  color: var(--color-primary);
}

.btn__outline-primary:hover {
  color: var(--color-yellow);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.pt-xsmall {
  padding-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pt-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pb-xsmall {
  padding-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pb-xsmall {
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.ptb-xsmall {
  padding-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  padding-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pt-small {
  padding-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .pt-small {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.pb-small {
  padding-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .pb-small {
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.ptb-small {
  padding-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
  padding-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-small {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.pt-medium {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pt-medium {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.pb-medium {
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pb-medium {
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.ptb-medium {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-medium {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.pt-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pt-large {
    padding-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.pb-large {
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pb-large {
    padding-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.ptb-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-large {
    padding-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
    padding-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.pt-extralarge {
  padding-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .pt-extralarge {
    padding-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.pb-extralarge {
  padding-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .pb-extralarge {
    padding-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.ptb-extralarge {
  padding-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
  padding-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-extralarge {
    padding-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
    padding-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mt-xsmall {
  margin-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mt-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mb-xsmall {
  margin-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mb-xsmall {
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mtb-xsmall {
  margin-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  margin-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mt-small {
  margin-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mt-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mb-small {
  margin-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mb-small {
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mtb-small {
  margin-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
  margin-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mt-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mt-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mb-medium {
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mb-medium {
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mtb-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mt-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mb-large {
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mb-large {
    margin-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mtb-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-large {
    margin-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
    margin-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mt-extralarge {
  margin-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mt-extralarge {
    margin-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mb-extralarge {
  margin-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mb-extralarge {
    margin-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mtb-extralarge {
  margin-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
  margin-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-extralarge {
    margin-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
    margin-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.pl-small {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pl-small {
    padding-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pr-small {
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pr-small {
    padding-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.module-max-width-small, .module-max-width-medium, .module-max-width, .module-default, .plr-small, .site-footer__inside, .site-header__inside {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .module-max-width-small, .module-max-width-medium, .module-max-width, .module-default, .plr-small, .site-footer__inside, .site-header__inside {
    padding-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    padding-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pl-medium {
  padding-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pl-medium {
    padding-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.pr-medium, .carousel .columns {
  padding-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pr-medium, .carousel .columns {
    padding-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.module-narrow, .plr-medium {
  padding-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
  padding-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .module-narrow, .plr-medium {
    padding-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
    padding-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.pl-large {
  padding-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pl-large {
    padding-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.pr-large {
  padding-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pr-large {
    padding-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.module-extra, .plr-large {
  padding-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
  padding-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .module-extra, .plr-large {
    padding-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
    padding-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.ml-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .ml-small {
    margin-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mr-small {
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mr-small {
    margin-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mlr-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-small {
    margin-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    margin-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.ml-medium {
  margin-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .ml-medium {
    margin-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.mr-medium {
  margin-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mr-medium {
    margin-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.mlr-medium {
  margin-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
  margin-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-medium {
    margin-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
    margin-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.ml-large {
  margin-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .ml-large {
    margin-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.mr-large {
  margin-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mr-large {
    margin-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.mlr-large {
  margin-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
  margin-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-large {
    margin-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
    margin-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-yellow);
  color: var(--color-primary);
}

p,
li,
a {
  margin: 0;
  padding: 0;
}
p strong,
li strong,
a strong {
  font-weight: 700;
}

a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  color: var(--color-primary-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

blockquote {
  margin: 0 0 30px 0;
  padding: 0;
}
blockquote p {
  font-weight: bold;
}

img,
video {
  display: block;
}

.btn, input[type=submit] {
  text-transform: uppercase;
}

.svg-icon-inline, .svg-icon {
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: transparent;
  fill: currentColor;
}

.svg-icon {
  display: flex;
}

.svg-icon-inline {
  display: inline-flex;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.site-header.hide-menu {
  transform: translateY(-100%);
}
.site-header__top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  padding: 5px;
}
.site-header__top p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.site-header__inside {
  padding-top: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
  padding-bottom: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .site-header__right {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .main-navigation {
    display: none;
  }
}

.shrink .site-header {
  background-color: var(--color-yellow-light);
}

.site-footer {
  background-color: var(--color-yellow-dark);
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
}
.site-footer__inside {
  padding-top: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-footer__inside {
    flex-direction: column;
    gap: 30px;
    padding-top: clamp(2.5rem, 1.863rem + 2.614vw, 5rem);
    padding-bottom: clamp(2.5rem, 1.863rem + 2.614vw, 5rem);
  }
}
.site-footer__contact {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .site-footer__contact {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.site-footer__contact p, .site-footer__contact a {
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .site-footer__contact p, .site-footer__contact a {
    font-size: 20px;
    margin-bottom: -5px;
  }
}
.site-footer__contact img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .site-footer__contact img {
    width: 180px;
  }
}

#wrapper {
  position: relative;
  z-index: 10;
}

.site-header__brand img {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .site-header__brand img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header__brand img {
    max-width: 215px;
  }
}

.site-header__burger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger .burger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 15px;
}
.site-header__burger .burger span {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--color-primary);
  transition: all 0.3s;
}
.site-header__burger .burger span:first-child {
  top: 0;
}
.site-header__burger .burger span:last-child {
  top: 100%;
}
.site-header__burger .burger span:nth-child(2), .site-header__burger .burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header__burger.is-open .burger span:first-child, .site-header__burger.is-open .burger span:last-child {
  opacity: 0;
}
.site-header__burger.is-open .burger span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.site-header__burger.is-open .burger span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}

.site-header__cta {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .site-header__cta .btn__outline-primary {
    display: none;
  }
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  background-color: var(--color-yellow);
  background-image: url(../assets/images/loading-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.loader.hidden {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/images/loading-brand.png);
  background-size: cover;
  width: 200px;
  height: 109px;
}
@media screen and (max-width: 767px) {
  .loader:before {
    width: 150px;
    height: 82px;
  }
}

@keyframes scale_cursor {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes rotate_drag {
  0% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(0);
  }
}
@media (min-width: 992px) {
  .cursor-on {
    cursor: none !important;
  }
}
@media (min-width: 992px) {
  .cursor-on * {
    cursor: none !important;
  }
}
.cursor-on .cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.cursor-on .cursor > span {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--color-yellow);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cursor-on .cursor > span {
    display: block;
  }
}
.cursor-on .cursor > span::before {
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.cursor-on .cursor > span::after {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.cursor-on .cursor > span.cursor--readmore, .cursor-on .cursor > span.cursor--viewall, .cursor-on .cursor > span.cursor--play, .cursor-on .cursor > span.cursor--pause, .cursor-on .cursor > span.cursor--drag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 120px;
  height: 120px;
}
.cursor-on .cursor > span.cursor--readmore::before, .cursor-on .cursor > span.cursor--viewall::before, .cursor-on .cursor > span.cursor--play::before, .cursor-on .cursor > span.cursor--pause::before, .cursor-on .cursor > span.cursor--drag::before {
  transition-delay: 0.4s;
  opacity: 1;
}
.cursor-on .cursor > span.cursor--readmore:after, .cursor-on .cursor > span.cursor--viewall:after, .cursor-on .cursor > span.cursor--play:after, .cursor-on .cursor > span.cursor--pause:after, .cursor-on .cursor > span.cursor--drag:after {
  transition-delay: 0.4s;
  opacity: 1;
  content: "";
  display: inline-block;
  background-image: url(../assets/images/cursor-arrow.png);
  background-size: cover;
  width: 14px;
  height: 14px;
}
.cursor-on .cursor > span.cursor--readmore::before {
  content: "ver más";
}
.cursor-on .cursor > span.cursor--viewall::before {
  content: "ver todos";
}
.cursor-on .cursor > span.cursor--play::before {
  content: "play";
}
.cursor-on .cursor > span.cursor--pause::before {
  content: "pause";
}
.cursor-on .cursor > span.cursor--pause::after {
  display: none;
}
.cursor-on .cursor > span.cursor--drag {
  background: var(--color-yellow-dark);
}
.cursor-on .cursor > span.cursor--drag::before {
  content: "drag";
}
.cursor-on .cursor > span.cursor--drag::after {
  display: none;
}
.cursor-on .cursor > span.off {
  transform: scale(0);
}
.cursor-on .cursor > span.link {
  transform: scale(1.5) translate(-50%, -50%);
  mix-blend-mode: difference;
  background: var(--color-yellow-dark);
}
.cursor-on .cursor > span.link::before {
  animation: scale_cursor 1s infinite;
}
.cursor-on .cursor > span.link.external::after {
  content: "↗";
  display: block;
  white-space: pre;
  color: blue;
  font-weight: 100;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  line-height: 1;
  padding-top: 0.6em;
}

.main-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .main-navigation ul {
    text-align: center;
    flex-direction: row;
    gap: 20px;
  }
}
.main-navigation a {
  position: relative;
  font-size: 16px;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1em;
  word-break: keep-all;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .main-navigation a {
    font-family: "Antonio", sans-serif;
    font-size: 30px;
    font-weight: bold;
  }
}
.main-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: all 0.3s;
  transform: translateY(100%);
}
@media screen and (max-width: 991px) {
  .main-navigation a:before {
    display: none;
  }
}
.main-navigation a:hover {
  color: var(--color-primary);
}
.main-navigation a:hover:before {
  width: 100%;
  left: 0;
}

.social-navigation ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .social-navigation ul {
    justify-content: flex-end;
  }
}
.social-navigation h5 {
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 16px;
}
.social-navigation a {
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .social-navigation a {
    font-size: 40px;
  }
}

.legal-navitation ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .legal-navitation ul {
    gap: 50px;
  }
}
.legal-navitation a {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.sidenav {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  transform: translate(-100%);
  background: var(--color-yellow);
  padding: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  transition: all 0.5s;
}

.sidenav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.15);
  display: none;
}

.menu-open .sidenav {
  transform: translate(0);
}

.btn__icon {
  display: flex;
  align-items: center;
}
.btn__icon svg {
  margin-left: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
  font-size: 25px;
}
.btn__icon img {
  margin-left: clamp(0.313rem, 0.233rem + 0.327vw, 0.625rem);
}

.columns {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .columns {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: clamp(3.75rem, -0.536rem + 6.696vw, 7.5rem);
         column-gap: clamp(3.75rem, -0.536rem + 6.696vw, 7.5rem);
  }
}
.columns .col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .columns .col {
    width: 50%;
  }
}

.card .card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.card .card__footer img {
  max-height: 35px;
  max-width: 100px;
  width: auto;
}
.card .card__footer h4 {
  font-weight: normal;
  color: var(--color-white);
}
.card .card__footer h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-grey-light);
}

.card--video {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  background-color: black;
}
.card--video .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--video video {
  max-width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.2s;
  opacity: 0;
}

.card__case {
  text-decoration: none;
}
.card__case:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.card__case .card__claim {
  position: absolute;
  width: 100%;
  max-width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  transition: all 0.3s;
  text-align: center;
  font-weight: bold;
  color: var(--color-white);
  line-height: 1.1;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .card__case .card__claim {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .card__case .card__claim {
    font-size: 28px;
  }
}
.card__case .card__read-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 40px;
  transition: all 0.3s;
  opacity: 0;
  transform: translateX(-10px);
}
.card__case .card__footer h2 {
  margin: 0 0 -15px -15px;
  transform: translateY(100%);
  padding-top: 10px;
  transition: all 0.3s;
}
.card__case:not(.card--touch):hover h2 {
  margin: 0;
  transform: translateY(0);
}
.card__case:not(.card--touch):hover .card__claim {
  opacity: 0;
}
.card__case:not(.card--touch):hover .card__read-more {
  transform: translateX(0);
  opacity: 1;
}
.card__case:not(.card--touch):hover:before {
  opacity: 0;
}

.card__award .card__footer {
  width: calc(100% + 30px);
  padding: 15px 0;
  margin: 0 -15px;
  transition: all 0.3s;
  transform: translateY(110%);
}
.card__award .card__badget {
  position: absolute;
  top: 0;
  right: 15px;
  width: 29px;
  height: 29px;
  z-index: 20;
  transform: translateY(-3px);
  background-position: center bottom;
  background-size: 100% auto;
  transition: all 0.3s;
}
.card__award .card__badget--gold {
  background-image: url(../assets/images/award-gold.png);
}
.card__award .card__badget--silver {
  background-image: url(../assets/images/award-silver.png);
}
.card__award:hover .card__footer {
  width: 100%;
  padding: 15px;
  margin: 0;
  transform: translateY(0);
}
.card__award:hover .card__badget {
  height: 46px;
}

.card__team img {
  margin-bottom: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
  max-width: 100%;
  height: auto;
}
.card__team > div {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.card__team .team__position {
  text-align: right;
  color: var(--color-grey-light);
}

.card__blog {
  margin-bottom: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  text-decoration: none;
  color: var(--color-white);
}
.card__blog img {
  max-width: 100%;
}
.card__blog h2 {
  padding: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem) 0;
  line-height: 1.2em;
}

input[type=text],
input[type=email],
textarea,
select {
  background-color: transparent;
  padding: 10px 15px;
  border: 2px solid var(--color-primary);
  width: 100%;
  color: var(--color-primary);
  font-size: 18px;
}

textarea {
  width: 100%;
  max-height: 150px;
}

input[type=submit] {
  margin-top: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-acceptance {
  display: block;
  margin: 20px 0 0 0;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}
.wpcf7-acceptance a:hover {
  color: var(--color-primary);
}
.wpcf7-acceptance span, .wpcf7-acceptance a {
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .wpcf7-acceptance span, .wpcf7-acceptance a {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .wpcf7-acceptance span, .wpcf7-acceptance a {
    font-size: 13px !important;
  }
}
.wpcf7-acceptance input {
  opacity: 0;
}
.wpcf7-acceptance input:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 1rem;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-15px, -50%);
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  transition: all 0.3s;
  background-color: white;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  border: 0;
  width: 0.9rem;
  height: 0.9rem;
  left: 0.3rem;
  opacity: 0;
  background-color: var(--color-primary);
  opacity: 1;
}

/****** PLACEGOLDER ******/
::-webkit-input-placeholder {
  color: var(--color-primary) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

::-moz-placeholder {
  color: var(--color-primary) !important;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

:-ms-input-placeholder {
  color: var(--color-primary) !important;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

:-moz-placeholder {
  color: var(--color-primary) !important;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.animated__title {
  opacity: 0;
}

.animated__content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
}
.animated__content.animated {
  opacity: 1;
  transform: translateY(0);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  justify-content: flex-start;
  padding: 0;
}
.splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
  transform: none;
  margin: 5px;
  opacity: 1;
  background: var(--color-yellow-dark);
}
@media screen and (min-width: 768px) {
  .splide__pagination .splide__pagination__page {
    width: 22px;
    height: 22px;
  }
}
.splide__pagination .splide__pagination__page.is-active {
  background: var(--color-orange);
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-ipad {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-left {
  justify-content: flex-start;
}

.justify-right {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .direction-reverse .columns {
    flex-direction: row-reverse;
  }
}

.module-border-top {
  border-color: #171717;
  border-style: solid;
  border-width: 0;
  border-top-width: 5px;
}

.module-border-bottom {
  border-color: #171717;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 5px;
}

@media screen and (min-width: 1280px) {
  .module-max-width {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1920px;
  }
}
@media screen and (min-width: 1280px) {
  .module-max-width-medium {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: min(50vw, 960px);
  }
}
@media screen and (min-width: 1280px) {
  .module-max-width-small {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: min(35vw, 676px);
  }
}

.typo_normal,
.typo_normal p,
.typo_normal span,
.typo_normal div,
.typo_normal h1 {
  font-family: "MaisonNeue" !important;
}

.typo_extended,
.typo_extended p,
.typo_extended span,
.typo_extended div,
.typo_extended h1 {
  font-family: "MaisonNeueExtended" !important;
}

.text-decoration--none {
  text-decoration: none;
}

.img__responsive {
  max-width: 100%;
  height: auto;
}

.module__section + .module__title,
.module__title + .module__text,
.module__title + .module__subtitle,
.module__subtitle + .module__text {
  margin-top: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}

.module__header + .items {
  margin-top: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}

.module {
  background-size: cover;
  background-position: center;
}

.module__header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.module__header + .items,
.columns + .items {
  margin-top: clamp(2.5rem, 1.863rem + 2.614vw, 5rem);
}

.module__section {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4 {
  line-height: 1.2;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
}

.module__subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  background-color: var(--color-secondary);
  padding: 10px 20px;
  border-radius: 50px;
}

.module__buttons {
  display: flex;
  gap: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
  margin-top: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}

.carousel img {
  max-height: 35vh;
}
@media screen and (min-width: 768px) {
  .carousel img {
    max-height: 40vh;
  }
}
@media screen and (min-width: 992px) {
  .carousel img {
    max-height: 60vh;
  }
}
.claim p {
  line-height: 1.2em;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
}

.form .items {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.form .form__icon__row {
  display: flex;
  margin: 15px 0;
  gap: 25px;
}
.form .form__icon {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.form .form__icon img {
  max-width: 20px;
  height: auto;
}
.form .form__row {
  margin: 10px 0;
}
.form .form__row p {
  display: flex;
  gap: 15px;
}
.form .wpcf7-form-control-wrap {
  flex: 1 1 0;
}

.hero .module__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.hero .module__text strong {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
  display: block;
}

.icons .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .icons .items {
    gap: 20px;
  }
}
.icons .item {
  padding: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  text-align: center;
  width: calc(50% - 15px);
  border-radius: 10px;
  background-color: var(--color-yellow);
}
@media screen and (min-width: 768px) {
  .icons .item {
    width: calc(33.33% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .icons .item {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1280px) {
  .icons .item {
    width: calc(20% - 16px);
  }
}
.icons .item img {
  max-width: 100%;
  height: auto;
}
.icons .item h3 {
  font-family: "Antonio", sans-serif;
  margin-top: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
}

.image-text img {
  max-width: 100%;
  height: auto;
}

.location .items {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.location .item > img {
  max-width: 100%;
  height: auto;
  margin-bottom: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}
.location .location__address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}
.location .location__address img {
  max-width: 24px;
  height: auto;
  margin-bottom: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}
.location .location__contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
.location .location__contact > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
.location .location__icon {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.location .location__icon img {
  max-width: 20px;
  height: auto;
}

.media .items {
  display: flex;
  justify-content: center;
}
.media .items img, .media .items video {
  max-width: 100%;
  height: auto;
}
.media .module__buttons {
  justify-content: center;
}

.services .items {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}
.services .item {
  padding: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  background: var(--color-yellow-light);
  border-radius: 15px;
}
.services .item:last-child {
  background: var(--color-yellow-dark);
}
.services .service__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .services .service__header {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .services .service__header > div {
    max-width: 70%;
  }
}
.services .service__header h3 {
  font-family: "Antonio", sans-serif;
  line-height: 1.2em;
  padding-bottom: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
}
.services .service__header p {
  font-weight: normal;
  line-height: 1.4em;
}
.services .service__header .service__age {
  margin: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem) 0;
}
.services .service__body {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}
.services .accordion {
  border-top: 2px solid var(--color-primary);
  padding-top: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}
.services .accordion__trigger {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .services .accordion__trigger {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .services .accordion__trigger {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .services .accordion__trigger > div {
    width: 50%;
  }
}
.services .accordion__trigger h4 {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
  margin-bottom: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem);
}
.services .accordion__trigger img {
  max-width: 28px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .services .accordion__trigger .btn, .services .accordion__trigger input[type=submit] {
    text-align: center;
  }
}
.services .accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s; /* Añade una transición para max-height que dura 0.5 segundos */
}
.services .accordion__body .accordion__inside {
  border-radius: 15px;
  padding: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  background-color: var(--color-yellow);
}

.team img {
  max-width: 100%;
  height: auto;
}
.team .item--team {
  position: relative;
  cursor: pointer;
}
.team .item--team:hover .item__hover {
  opacity: 1;
}
.team .item__hoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
  padding: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}
.team .item__hoverlay h3 {
  font-family: "Antonio", sans-serif;
  line-height: 1.3em;
  margin: 0 0 8px;
  color: var(--color-white);
  text-transform: uppercase;
}
.team .item__hoverlay p {
  color: var(--color-white);
  line-height: 1.3em;
}
.team .item__hover {
  position: absolute;
  padding: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team .item__hover p {
  color: var(--color-primary);
}
.team .item__hover a {
  font-weight: bold;
  text-transform: uppercase;
}
.team .item__hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: var(--color-secondary);
  opacity: 0.98;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
  max-height: 90vh; /* Ensure the modal content fits within the viewport */
  overflow-y: auto; /* Enable vertical scrolling if content overflows */
}
@media screen and (min-width: 1280px) {
  .modal-content {
    max-width: 850px;
  }
}
.modal-content p + p {
  margin-top: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}
.modal-content #modalSubtitle {
  margin-bottom: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
  font-weight: bold;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.texts .module__title p, .texts .module__title h1, .texts .module__title h2, .texts .module__title h3, .texts .module__title h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

.words .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .words .items {
    gap: 30px;
  }
}
.words .item {
  display: inline;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .words .item {
    line-height: 1.5;
  }
}
.words .item:nth-child(odd) {
  color: var(--color-primary-dark);
}
.words .module__buttons {
  justify-content: center;
}

.page-template-default #wrapper h2 {
  padding-bottom: clamp(2.5rem, 1.863rem + 2.614vw, 5rem);
}
.page-template-default #wrapper h3 {
  padding-bottom: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
}
.page-template-default #wrapper h4 {
  padding-bottom: clamp(0.938rem, 0.699rem + 0.98vw, 1.875rem);
}
.page-template-default #wrapper p {
  margin: 0 0 20px 0;
}

.page-template-page-thanks .module__thanks {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-thanks .module__thanks img {
  margin-bottom: 30px;
}
.page-template-page-thanks .site-header,
.page-template-page-thanks .sidenav {
  display: none;
}

@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Bold.woff2") format("woff2"), url("../assets/fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Regular.woff2") format("woff2"), url("../assets/fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../assets/fonts/Antonio-Bold.woff2") format("woff2"), url("../assets/fonts/Antonio-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../assets/fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #124EB8;
  --color-primary-light: #7DCFEF;
  --color-primary-dark: #072B60;
  --color-secondary: #FEA9BB;
  --color-yellow-dark: #FCE67A;
  --color-yellow: #FFF6CF;
  --color-yellow-light: #FFFDF5;
  --color-green: #21BDAB;
  --color-orange: #F77D69;
  --color-black: #171717;
  --color-black-light: #222222;
  --color-white: white;
}

.bg-primary {
  background-color: #124EB8;
}

.text-primary {
  color: #124EB8;
}

.bg-primary-light {
  background-color: #7DCFEF;
}

.text-primary-light {
  color: #7DCFEF;
}

.bg-primary-dark {
  background-color: #072B60;
}

.text-primary-dark {
  color: #072B60;
}

.bg-secondary {
  background-color: #FEA9BB;
}

.text-secondary {
  color: #FEA9BB;
}

.bg-yellow-dark {
  background-color: #FCE67A;
}

.text-yellow-dark {
  color: #FCE67A;
}

.bg-yellow {
  background-color: #FFF6CF;
}

.text-yellow {
  color: #FFF6CF;
}

.bg-yellow-light {
  background-color: #FFFDF5;
}

.text-yellow-light {
  color: #FFFDF5;
}

.bg-green {
  background-color: #21BDAB;
}

.text-green {
  color: #21BDAB;
}

.bg-orange {
  background-color: #F77D69;
}

.text-orange {
  color: #F77D69;
}

.bg-black {
  background-color: #171717;
}

.text-black {
  color: #171717;
}

.bg-black-light {
  background-color: #222222;
}

.text-black-light {
  color: #222222;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

body, p,
li,
a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  body, p,
  li,
  a {
    font-size: 18px;
  }
}
.fs0 {
  font-size: clamp(
    5rem,
    6.66vw + 3.38rem,
    7.5rem
  );
}

@media screen and (min-width: 768px) {
  .fs0 {
    font-size: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.hero .module__title p, .hero .module__title h1, .hero .module__title h2, .hero .module__title h3, .hero .module__title h4, .fs1 {
  font-size: clamp(
    3.75rem,
    3.33vw + 2.94rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .hero .module__title p, .hero .module__title h1, .hero .module__title h2, .hero .module__title h3, .hero .module__title h4, .fs1 {
    font-size: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4, .page-template-default #wrapper h1, .fs2 {
  font-size: clamp(
    2.5rem,
    3.33vw + 1.69rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4, .page-template-default #wrapper h1, .fs2 {
    font-size: clamp(
    3.13rem,
    2.16vw + 1.79rem,
    4.38rem
  );
  }
}
.claim p, .services .service__header h3, .team .item__hoverlay h3, .words .item, .page-template-default #wrapper h2, .fs3 {
  font-size: clamp(
    1.75rem,
    3.33vw + 0.94rem,
    3rem
  );
}

@media screen and (min-width: 768px) {
  .claim p, .services .service__header h3, .team .item__hoverlay h3, .words .item, .page-template-default #wrapper h2, .fs3 {
    font-size: clamp(
    2.63rem,
    1.08vw + 1.96rem,
    3.25rem
  );
  }
}
.card__case .card__claim, .icons .item h3, .page-template-default #wrapper h3, .fs4 {
  font-size: clamp(
    1.5rem,
    1.33vw + 1.18rem,
    2rem
  );
}

@media screen and (min-width: 768px) {
  .card__case .card__claim, .icons .item h3, .page-template-default #wrapper h3, .fs4 {
    font-size: clamp(
    1.88rem,
    1.29vw + 1.07rem,
    2.63rem
  );
  }
}
.card__team .team__name, .card__blog h2, .module__section, .module__subtitle, .hero .module__text strong, .services .service__header p, .services .service__header .service__age, .services .accordion__trigger h4, .texts .module__title p, .texts .module__title h1, .texts .module__title h2, .texts .module__title h3, .texts .module__title h4, .page-template-default #wrapper h4, .fs5 {
  font-size: clamp(
    1.25rem,
    0.67vw + 1.09rem,
    1.5rem
  );
}

@media screen and (min-width: 768px) {
  .card__team .team__name, .card__blog h2, .module__section, .module__subtitle, .hero .module__text strong, .services .service__header p, .services .service__header .service__age, .services .accordion__trigger h4, .texts .module__title p, .texts .module__title h1, .texts .module__title h2, .texts .module__title h3, .texts .module__title h4, .page-template-default #wrapper h4, .fs5 {
    font-size: clamp(
    1.5rem,
    0.43vw + 1.23rem,
    1.75rem
  );
  }
}
button, small, .card .card__footer h4, .card .card__footer h2, .card__team .team__position, .fs6 {
  font-size: clamp(
    1rem,
    0.33vw + 0.92rem,
    1.13rem
  );
}

@media screen and (min-width: 768px) {
  button, small, .card .card__footer h4, .card .card__footer h2, .card__team .team__position, .fs6 {
    font-size: clamp(
    1rem,
    0.22vw + 0.87rem,
    1.13rem
  );
  }
}
.btn, input[type=submit] {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-decoration: underline;
  border-radius: 50px;
  transition: all 0.3s;
  border-style: solid;
  border-width: 2px;
  padding: clamp(0.625rem, 0.466rem + 0.654vw, 1.25rem) clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem);
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .btn, input[type=submit] {
    font-size: 16px;
  }
}
.btn__primary, input[type=submit] {
  background-color: #124EB8;
  border-color: transparent;
}

.btn__outline-primary {
  background-color: transparent;
  border-color: #124EB8;
  border-style: solid;
  border-width: 2px;
  color: #124EB8;
}

.btn__primary-light {
  background-color: #7DCFEF;
  border-color: transparent;
}

.btn__outline-primary-light {
  background-color: transparent;
  border-color: #7DCFEF;
  border-style: solid;
  border-width: 2px;
  color: #7DCFEF;
}

.btn__primary-dark {
  background-color: #072B60;
  border-color: transparent;
}

.btn__outline-primary-dark {
  background-color: transparent;
  border-color: #072B60;
  border-style: solid;
  border-width: 2px;
  color: #072B60;
}

.btn__secondary {
  background-color: #FEA9BB;
  border-color: transparent;
}

.btn__outline-secondary {
  background-color: transparent;
  border-color: #FEA9BB;
  border-style: solid;
  border-width: 2px;
  color: #FEA9BB;
}

.btn__yellow-dark {
  background-color: #FCE67A;
  border-color: transparent;
}

.btn__outline-yellow-dark {
  background-color: transparent;
  border-color: #FCE67A;
  border-style: solid;
  border-width: 2px;
  color: #FCE67A;
}

.btn__yellow {
  background-color: #FFF6CF;
  border-color: transparent;
}

.btn__outline-yellow {
  background-color: transparent;
  border-color: #FFF6CF;
  border-style: solid;
  border-width: 2px;
  color: #FFF6CF;
}

.btn__yellow-light {
  background-color: #FFFDF5;
  border-color: transparent;
}

.btn__outline-yellow-light {
  background-color: transparent;
  border-color: #FFFDF5;
  border-style: solid;
  border-width: 2px;
  color: #FFFDF5;
}

.btn__green {
  background-color: #21BDAB;
  border-color: transparent;
}

.btn__outline-green {
  background-color: transparent;
  border-color: #21BDAB;
  border-style: solid;
  border-width: 2px;
  color: #21BDAB;
}

.btn__orange {
  background-color: #F77D69;
  border-color: transparent;
}

.btn__outline-orange {
  background-color: transparent;
  border-color: #F77D69;
  border-style: solid;
  border-width: 2px;
  color: #F77D69;
}

.btn__black {
  background-color: #171717;
  border-color: transparent;
}

.btn__outline-black {
  background-color: transparent;
  border-color: #171717;
  border-style: solid;
  border-width: 2px;
  color: #171717;
}

.btn__black-light {
  background-color: #222222;
  border-color: transparent;
}

.btn__outline-black-light {
  background-color: transparent;
  border-color: #222222;
  border-style: solid;
  border-width: 2px;
  color: #222222;
}

.btn__white {
  background-color: white;
  border-color: transparent;
}

.btn__outline-white {
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  color: white;
}

.btn__primary, input[type=submit] {
  color: var(--color-yellow);
}

.btn__primary:hover, input[type=submit]:hover {
  color: var(--color-yellow);
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.btn__secondary {
  color: var(--color-primary);
}

.btn__secondary:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
}

.btn__outline-primary {
  color: var(--color-primary);
}

.btn__outline-primary:hover {
  color: var(--color-yellow);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.pt-xsmall {
  padding-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pt-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pb-xsmall {
  padding-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pb-xsmall {
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.ptb-xsmall {
  padding-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  padding-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pt-small {
  padding-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .pt-small {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.pb-small {
  padding-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .pb-small {
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.ptb-small {
  padding-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
  padding-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-small {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.pt-medium {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pt-medium {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.pb-medium {
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pb-medium {
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.ptb-medium {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-medium {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.pt-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pt-large {
    padding-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.pb-large {
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pb-large {
    padding-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.ptb-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-large {
    padding-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
    padding-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.pt-extralarge {
  padding-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .pt-extralarge {
    padding-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.pb-extralarge {
  padding-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .pb-extralarge {
    padding-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.ptb-extralarge {
  padding-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
  padding-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .ptb-extralarge {
    padding-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
    padding-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mt-xsmall {
  margin-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mt-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mb-xsmall {
  margin-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mb-xsmall {
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mtb-xsmall {
  margin-top: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  margin-bottom: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mt-small {
  margin-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mt-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mb-small {
  margin-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mb-small {
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mtb-small {
  margin-top: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
  margin-bottom: clamp(
    2.5rem,
    0.83vw + 2.3rem,
    2.81rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mt-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mt-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mb-medium {
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mb-medium {
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mtb-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mt-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mb-large {
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mb-large {
    margin-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mtb-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-large {
    margin-top: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
    margin-bottom: clamp(
    6.25rem,
    5.39vw + 2.91rem,
    9.38rem
  );
  }
}
.mt-extralarge {
  margin-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mt-extralarge {
    margin-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mb-extralarge {
  margin-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mb-extralarge {
    margin-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.mtb-extralarge {
  margin-top: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
  margin-bottom: clamp(
    6.25rem,
    8.32vw + 4.22rem,
    9.38rem
  );
}

@media screen and (min-width: 768px) {
  .mtb-extralarge {
    margin-top: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
    margin-bottom: clamp(
    12.5rem,
    4.31vw + 9.83rem,
    15rem
  );
  }
}
.pl-small {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pl-small {
    padding-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pr-small {
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .pr-small {
    padding-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.site-header__inside, .site-footer__inside, .plr-small, .module-default, .module-max-width, .module-max-width-medium, .module-max-width-small {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .site-header__inside, .site-footer__inside, .plr-small, .module-default, .module-max-width, .module-max-width-medium, .module-max-width-small {
    padding-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    padding-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pl-medium {
  padding-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pl-medium {
    padding-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.pr-medium, .carousel .columns {
  padding-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .pr-medium, .carousel .columns {
    padding-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.plr-medium, .module-narrow {
  padding-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
  padding-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .plr-medium, .module-narrow {
    padding-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
    padding-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.pl-large {
  padding-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pl-large {
    padding-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.pr-large {
  padding-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .pr-large {
    padding-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.plr-large, .module-extra {
  padding-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
  padding-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .plr-large, .module-extra {
    padding-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
    padding-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.ml-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .ml-small {
    margin-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mr-small {
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mr-small {
    margin-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mlr-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-small {
    margin-left: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    margin-right: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.ml-medium {
  margin-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .ml-medium {
    margin-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.mr-medium {
  margin-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mr-medium {
    margin-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.mlr-medium {
  margin-left: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
  margin-right: clamp(
    1.25rem,
    6.66vw + -0.37rem,
    3.75rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-medium {
    margin-left: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
    margin-right: clamp(
    1.88rem,
    12.93vw + -6.14rem,
    9.38rem
  );
  }
}
.ml-large {
  margin-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .ml-large {
    margin-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.mr-large {
  margin-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mr-large {
    margin-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.mlr-large {
  margin-left: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
  margin-right: clamp(
    1.25rem,
    9.98vw + -1.18rem,
    5rem
  );
}

@media screen and (min-width: 768px) {
  .mlr-large {
    margin-left: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
    margin-right: clamp(
    3.13rem,
    26.94vw + -13.58rem,
    18.75rem
  );
  }
}
.error404 {
  background-color: #124EB8;
  background-image: url(../assets/backgrounds/bg-banner-members.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
}
.error404 .site-header {
  display: none;
}
.error404 .site-footer {
  display: none;
}
.error404 #wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: clamp(1.25rem, 0.931rem + 1.307vw, 2.5rem) 0;
}
@media screen and (min-width: 768px) {
  .error404 h4 {
    font-size: 40px;
  }
}
.error404 img {
  width: 60%;
  max-width: 550px;
}
/*# sourceMappingURL=style.css.map */
