@charset "UTF-8";
/* Utility Classes */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root {
  --section-bright-color: #b7bcff;
  --section-dark-color: #5759b5;
  --section-color: #7D80FF;
}

.main-green {
  --section-bright-color: #8fff8a;
  --section-dark-color: #01694f;
  --section-color: #33c680;
}

.main-blue {
  --section-bright-color: #bbdaff;
  --section-dark-color: #0a6ee6;
  --section-color: #57a3ff;
}

.main-yellow {
  --section-bright-color: #ffff7b;
  --section-dark-color: #a39d32;
  --section-color: #ffe12e;
}

.main-red {
  --section-bright-color: #fd9c9c;
  --section-dark-color: #c42222;
  --section-color: #ff4039;
}

.main-orange {
  --section-bright-color: #ff9f5b;
  --section-dark-color: #c65c00;
  --section-color: #FF8005;
}

.main-purple {
  --section-bright-color: #f9b2f8;
  --section-dark-color: #7b52c9;
  --section-color: #b188f2;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
/* TYPOGRAPHY
----------------------------------------------------------------------------- */
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-Thin.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-Book.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-Regular.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-Bold.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-SemiBold.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sygnia Messina Sans";
  src: url("../fonts/SygniaMessinaSansWeb-Black.woff2") format("woff2"), url("../fonts/SygniaMessinaSansWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Sygnia Messina Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(18px, 10.2px + 0.013 * 100vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #1e1e1e;
  background: #f5f5f5;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Sygnia Messina Sans", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "Sygnia Messina Sans", sans-serif;
}

h1,
.h1,
.h1 p {
  font-size: 96px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
@media only screen and (max-width: 1050px) {
  h1,
  .h1,
  .h1 p {
    font-size: 72px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .h1,
  .h1 p {
    font-size: 48px;
  }
}
@media only screen and (min-width: 600px) {
  h1,
  .h1,
  .h1 p {
    line-height: 1.1;
  }
}

h2,
.h2,
.h2 p {
  font-size: 64px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
  h2,
  .h2,
  .h2 p {
    font-size: 54px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
  .h2,
  .h2 p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 600px) {
  h2,
  .h2,
  .h2 p {
    line-height: 1.2;
  }
}

h3,
.h3,
.h3 p {
  font-size: 48px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
  h3,
  .h3,
  .h3 p {
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
  .h3,
  .h3 p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 600px) {
  h3,
  .h3,
  .h3 p {
    line-height: 1.2;
  }
}

h4,
.h4,
.h4 p {
  font-size: 36px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1050px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 600px) {
  h4,
  .h4,
  .h4 p {
    line-height: 1.3;
  }
}

h5,
.h5,
.h5 p {
  font-size: 36px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1050px) {
  h5,
  .h5,
  .h5 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
  .h5,
  .h5 p {
    font-size: 24px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 24px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1050px) {
  h6,
  .h6,
  .h6 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
  .h6,
  .h6 p {
    font-size: 20px;
  }
}

a {
  color: #FFD200;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.site-content {
  position: relative;
  z-index: 10;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 36px;
  width: 100%;
}
.container--medium {
  max-width: 1654px;
}
.container--small {
  max-width: 855px;
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-responsive {
  position: relative;
  clear: both;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) {
  .table-responsive {
    overflow-x: auto;
  }
}

.wp-block-image.aligncenter {
  margin: 0 auto;
}

/* 
Block Visibility Classes 
*/
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #1e1e1e;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px #1e1e1e;
          box-shadow: 0 0 2px 2px #1e1e1e;
  clip: auto !important;
  clip-path: none;
  color: #FFFFFF;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  top: 0;
  /* body.scrolled & {
  	@include responsiveMin('tablet-h') {
  		position: fixed;
  	}
  } */
}
@media only screen and (min-width: 1200px) {
  .header {
    opacity: var(--fade-opacity, 0);
    -webkit-transform: var(--fade-transform, translateX(0) translateY(-100px));
            transform: var(--fade-transform, translateX(0) translateY(-100px));
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    top: 0 !important;
  }
}
.header__wrapper {
  position: relative;
  min-height: 109px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 1050px) {
  .header__wrapper {
    min-height: 119px;
  }
}
body.scrolled .header__wrapper {
  min-height: 109px;
}
@media only screen and (min-width: 1200px) {
  body:not(.home) .header__wrapper {
    display: none;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 0 clamp(25px, 11.8px + 0.022 * 100vw, 35px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  z-index: 99;
}
@media only screen and (min-width: 1050px) {
  body.scrolled .header__top {
    padding: 18px 0;
  }
}
.header__top.js-child-open .header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}
.header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  .header__top__left .site-logo {
    display: none !important;
  }
}
.header__top__right {
  position: fixed;
  top: 0;
  right: -435px;
  width: 100%;
  max-width: 435px;
  height: 100dvh;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
  padding: 40px 36px 250px;
  background: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  overflow-y: scroll;
}
body.scrolled .header__top__right {
  padding-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .header__top__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 36px;
    height: auto;
    left: unset;
    right: unset;
    margin-left: auto;
    padding: 0;
    overflow-y: unset;
  }
}
@media only screen and (min-width: 1440px) {
  .header__top__right {
    gap: 64px;
  }
}
@media (max-width: 1049px) {
  .header__top__right:has(> .menu-mobile-buttons) {
    padding-bottom: 200px;
  }
}
.header__top__right .site-logo {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .header__top__right .site-logo {
    display: none !important;
  }
}
body.scrolled .header__top__right .site-logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__top__right .menu:not(.menu--sidebar) {
  display: none;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  max-width: 160px;
  margin-right: 30px;
  max-height: 46px;
}
@media only screen and (min-width: 1200px) {
  .site-logo {
    width: 140px;
    max-width: 140px;
  }
}
.site-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 140/46;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}

.button, .menu .menu-item.menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
  padding: 21px 30px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 32px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: clamp(14px, 8.6px + 0.009 * 100vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.button::before, .menu .menu-item.menu-button::before {
  content: "";
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button:hover, .menu .menu-item.menu-button:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.button:disabled, .menu .menu-item.menu-button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-solid-white {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #1E1E1E;
}
.button-solid-white:before {
  background-color: #1E1E1E !important;
}
.button-solid-white:hover {
  background: #4D4D4D;
  border-color: #4D4D4D;
  color: #FFFFFF;
}
.button-solid-white:hover::before {
  background-color: #FFFFFF !important;
}
.button-outline {
  border-color: #1E1E1E;
  background: transparent;
  color: #1E1E1E;
}
.button-outline:before {
  background-color: #1E1E1E !important;
}
.button-outline:hover {
  background: transparent;
  border-color: #8A8A8A;
  color: #1E1E1E;
}
.button-outline-white {
  border-color: #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.button-outline-white:before {
  background-color: #FFFFFF;
}
.button-outline-white:hover {
  background: transparent;
  border-color: #8A8A8A;
}
.button-solid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1;
  padding: 21px 30px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 32px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: clamp(14px, 8.6px + 0.009 * 100vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.button-solid::before {
  content: "";
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button-solid:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.button-solid:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-solid a {
  color: #FFFFFF !important;
}
.button-submit {
  border-color: #1E1E1E;
  background: transparent;
  color: #1E1E1E;
  padding: 8px 20px;
  line-height: 1.8;
}
.button-submit:before {
  background-color: #1E1E1E !important;
}
.button-submit:hover {
  background: transparent;
  border-color: #8A8A8A;
  color: #1E1E1E;
}
.button-submit:hover {
  background: #1E1E1E;
  border-color: #1E1E1E;
  color: #FFFFFF;
}
.button.button-small, .menu .menu-item.menu-button {
  padding: 10px 24px;
  line-height: 1.445;
}
.button.button-small a, .menu .menu-item.menu-button a {
  line-height: 1.445;
}
.button.button-icon-arrow::before, .menu .button-icon-arrow.menu-item.menu-button::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  mask: url(../images/icons/arrow.svg) center/contain no-repeat;
  -webkit-mask: url(../images/icons/arrow.svg) center/contain no-repeat;
  background-color: #FFFFFF;
}
.button.button-icon-download::before, .menu .button-icon-download.menu-item.menu-button::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  mask: url(../images/icons/download.svg) center/contain no-repeat;
  -webkit-mask: url(../images/icons/download.svg) center/contain no-repeat;
  background-color: #FFFFFF;
}
.button.button-icon-contact::before, .menu .button-icon-contact.menu-item.menu-button::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  mask: url(../images/icons/contact.svg) center/contain no-repeat;
  -webkit-mask: url(../images/icons/contact.svg) center/contain no-repeat;
  background-color: #FFFFFF;
}

.button-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  line-height: 1.86;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #1e1e1e;
  cursor: pointer;
}
@media only screen and (min-width: 1050px) {
  .button-learn-more {
    font-size: 18px;
  }
}
.button-learn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #1e1e1e;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-learn-more:hover::before {
  width: 18px;
  height: 18px;
  left: 0;
}
.button-learn-more-white {
  color: #FFFFFF;
}
.button-learn-more-white::before {
  background: #FFFFFF;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 30px;
}
@media only screen and (min-width: 1050px) {
  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu {
    gap: 50px;
  }
}
.menu > .menu-item:not(.button, .menu-button, .menu-dropdown).js-open > a::before {
  opacity: 1;
}
.menu > .menu-item:not(.button, .menu-button, .menu-dropdown) > a {
  text-decoration: none;
}
.menu > .menu-item:not(.button, .menu-button, .menu-dropdown) > a:hover {
  text-decoration: underline;
}
.menu .menu-item {
  padding: 13px 0;
  position: relative;
}
.menu .menu-item a {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  color: #1e1e1e;
  font-size: 32px;
  line-height: 1.5px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 1050px) {
  .menu .menu-item a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
    line-height: 1.4;
  }
}
.menu .menu-item:not(.menu-dropdown).menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #1e1e1e;
  background-image: url(../images/arrow.svg);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
@media only screen and (min-width: 1050px) {
  .menu .menu-item:not(.menu-dropdown).menu-item-has-children > a:after {
    width: 22px;
    height: 22px;
    background-size: 10px 6px;
    border: 1px solid #1e1e1e;
  }
}
.menu .menu-item:not(.menu-dropdown).menu-item-has-children.js-open > a:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu .menu-item.menu-button {
  background-color: #57a3ff;
  border-color: #57a3ff;
  color: #1e1e1e;
  line-height: 1.86;
  letter-spacing: -0.18px;
}
.menu .menu-item.menu-button:hover {
  background-color: #0a6ee6;
  border-color: #0a6ee6;
}
@media only screen and (max-width: 1440px) {
  .menu .menu-item.menu-button {
    padding-inline: 16px;
    white-space: nowrap;
  }
}
.menu .menu-item.menu-button:before {
  width: 18px;
  height: 18px;
  background-color: #1e1e1e !important;
}
.menu .menu-item.menu-dropdown {
  padding: 11px 0;
  padding-top: 4px;
}
.menu .menu-item.menu-dropdown > a {
  padding: 8px 20px;
  background-color: var(--section-color);
  height: 40px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (min-width: 1050px) {
  .menu .menu-item.menu-dropdown > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 1050px) {
  .menu .menu-item.menu-dropdown > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.menu .menu-item.menu-dropdown > a::after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 22px;
  height: 22px;
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  background-image: url(../images/arrow.svg);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.menu .menu-item.menu-dropdown.js-open > a::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item {
  margin-bottom: 22px;
  height: 40px;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item a {
  color: #1e1e1e;
  padding: 8px 20px;
  padding-left: 25px;
  overflow: hidden;
  height: 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1050px) {
  .menu .menu-item.menu-dropdown > .sub-menu .menu-item a {
    display: inline-block;
  }
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #7D80FF;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item a:hover {
  background-color: #7D80FF;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item a:hover::before {
  width: 180px;
  height: 180px;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-green a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-green a:hover {
  background-color: #33c680;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-yellow a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-yellow a:hover {
  background-color: #ffe12e;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-blue a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-blue a:hover {
  background-color: #57a3ff;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-purple a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-purple a:hover {
  background-color: #b188f2;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-violet a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-violet a:hover {
  background-color: #7D80FF;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-red a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-red a:hover {
  background-color: #ff4039;
}
.menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-orange a:before, .menu .menu-item.menu-dropdown > .sub-menu .menu-item.menu-item-orange a:hover {
  background-color: #FF8005;
}
.menu .sub-menu {
  position: relative;
  z-index: 9;
  width: 100%;
  top: 100%;
  left: 0%;
  background: #FFFFFF;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}
.menu .sub-menu.menu-dropdown--active {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  padding-top: 25px;
}
@media only screen and (min-width: 1050px) {
  .menu .sub-menu.menu-dropdown--active {
    padding-top: 25px;
  }
}
.menu .sub-menu .menu-item {
  position: relative;
}
.menu .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1050px) {
  .menu .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.menu .sub-menu .menu-item a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (min-width: 1050px) {
  .menu .sub-menu .menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-wrap: nowrap;
    white-space: pre;
    color: #8A8A8A;
  }
  .menu .sub-menu .menu-item a:hover {
    color: #1e1e1e;
  }
}
.menu--sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  gap: 0;
}
.menu--sidebar .menu-item {
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.menu--sidebar .menu-item:not(.menu-button):not(.menu-item--search):hover {
  background-color: #FFFFFF;
}
.menu--sidebar .menu-item:not(.menu-button):not(.menu-item--search):hover a {
  text-decoration: none;
}
.menu--sidebar .menu-item a {
  font-size: unset;
  text-decoration: none;
}
.menu--sidebar .menu-item:not(.menu-button) a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-size: 16px;
}
@media only screen and (min-width: 1050px) {
  .menu--sidebar .menu-item:not(.menu-button) a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}

.menu-mobile-buttons {
  position: fixed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  right: -435px;
  width: 100%;
  max-width: 435px;
  padding: 12px 26px 26px;
  z-index: 99;
}
body.menu-responsive-open .menu-mobile-buttons {
  right: 0px;
}
.menu-mobile-buttons .button-outline {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1050px) {
  .menu-mobile-buttons {
    display: none;
  }
}
.menu-mobile-buttons .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.menu-mobile-buttons .menu .menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 999 !important;
  -webkit-box-shadow: 0px 5px 25px 0px #FFFFFF;
          box-shadow: 0px 5px 25px 0px #FFFFFF;
}
.menu-mobile-buttons .menu .menu-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.responsive__btn {
  position: fixed;
  right: 35px;
  top: 35px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: unset;
  min-width: 40px;
  height: 40px;
  padding-inline: 20px;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
  cursor: pointer;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 32px;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .responsive__btn {
    display: none;
    margin-left: 80px;
  }
}
.responsive__btn__icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 10px;
}
.responsive__btn__icon span {
  background: #1e1e1e;
  position: absolute;
  left: 0;
  width: 14px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.responsive__btn__icon span:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 2px;
  height: 3px;
  top: -1px;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.responsive__btn__icon span:nth-child(1) {
  top: 1px;
}
.responsive__btn__icon span:nth-child(2), .responsive__btn__icon span:nth-child(3) {
  top: 5px;
}
.responsive__btn__icon span:nth-child(4) {
  top: 9px;
}
.responsive__btn__text {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.responsive__btn.js-active .responsive__btn__icon span:before {
  opacity: 0;
}
.responsive__btn.js-active .responsive__btn__icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.responsive__btn.js-active .responsive__btn__icon span:nth-child(2),
.responsive__btn.js-active .responsive__btn__icon span:nth-child(3) {
  opacity: 0;
}
.responsive__btn.js-active .responsive__btn__icon span:nth-child(4) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body {
  position: relative;
}
body:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--section-color);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: -11;
}
@media only screen and (min-width: 1050px) {
  body.scrolled:has(.menu-item-has-children.js-open):before {
    position: fixed;
    z-index: 98;
    opacity: 0.6;
  }
}
body.menu-responsive-open {
  overflow: hidden;
}
body.menu-responsive-open:before {
  position: fixed;
  z-index: 98;
  opacity: 0.6;
}