@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, .video-detail__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 36px;
  width: 100%;
}
.container--medium, .video-detail__container {
  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. */
}

.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;
}

.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.site-search input[type=search] {
  border: 1px solid #eee;
  height: 40px;
  padding: 0 15px;
}
.site-search input[type=submit] {
  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;
}
.site-search input[type=submit]::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;
}
.site-search input[type=submit]:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.site-search input[type=submit]:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.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;
}

.responsive-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 21px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}
.responsive-btn span {
  display: block;
  height: 1px;
  background: #1e1e1e;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
.responsive-btn[aria-expanded=true] span {
  background: #FFFFFF;
}
.responsive-btn[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.responsive-btn[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
.responsive-btn[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.site-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.site-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0s;
  transition: opacity 0.3s ease, visibility 0s ease 0s;
}
.site-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.site-modal__inner {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow-y: auto;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-modal.is-open .site-modal__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-modal .f-button.is-close-button {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 999;
  display: block;
  margin-left: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 0.5;
  opacity: 1 !important;
  color: #1E1E1E;
  background-color: #FFFFFF;
  -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: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.site-modal .f-button.is-close-button:hover {
  background-color: #DEDEDE;
  color: #1E1E1E !important;
}
.site-modal .f-button.is-close-button svg {
  stroke: #1E1E1E;
  stroke-width: 1.75;
}
@media only screen and (min-width: 1200px) {
  .site-modal .f-button.is-close-button {
    width: 48px;
    height: 48px;
    top: 30px;
    right: 36px;
  }
}
.site-modal.is-loading .site-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-modal.is-loading .site-modal__inner::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-top-color: currentColor;
  border-radius: 50%;
  -webkit-animation: site-modal-spin 0.75s linear infinite;
          animation: site-modal-spin 0.75s linear infinite;
}
.site-modal--video .site-modal__inner {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-modal--video .f-button.is-close-button {
  top: 45px;
  right: 36px;
}
@media (min-width: 1654px) {
  .site-modal--video .f-button.is-close-button {
    right: calc((100vw - 1654px) / 2 + 36px);
  }
}
.site-modal--video.is-loading .site-modal__inner {
  display: block;
}
.site-modal--video.is-loading .site-modal__inner::after {
  display: none;
}
.site-modal--video.is-loading .site-modal__skeleton {
  display: block;
}
.site-modal__skeleton {
  display: none;
  width: 100%;
  overflow-y: auto;
}
.site-modal__skeleton .video-detail__container {
  padding-block: 35px;
}
.site-modal__skeleton-block {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #DEDEDE), color-stop(50%, #f5f5f5), color-stop(75%, #DEDEDE)) !important;
  background: linear-gradient(90deg, #DEDEDE 25%, #f5f5f5 50%, #DEDEDE 75%) !important;
  background-size: 200% 100% !important;
  -webkit-animation: skeletonShimmer 1.4s ease infinite;
          animation: skeletonShimmer 1.4s ease infinite;
}
.site-modal__skeleton-bar {
  height: 38px;
  width: 75%;
  border-radius: 32px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #DEDEDE), color-stop(50%, #f5f5f5), color-stop(75%, #DEDEDE));
  background: linear-gradient(90deg, #DEDEDE 25%, #f5f5f5 50%, #DEDEDE 75%);
  background-size: 200% 100%;
  -webkit-animation: skeletonShimmer 1.4s ease infinite;
          animation: skeletonShimmer 1.4s ease infinite;
}
.site-modal__skeleton-bar--xs {
  height: 20px;
  width: 30%;
  margin-bottom: 25px;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.site-modal__skeleton-bar--title {
  height: 50px;
  width: 90%;
  margin-bottom: 55px;
  border-radius: 8px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.site-modal__skeleton-bar--short {
  width: 55%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.site-modal__skeleton-bar:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.site-modal__skeleton-bar:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.site-modal--lang .site-modal__inner, .site-modal--contact .site-modal__inner {
  width: 100%;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-top: auto;
  overflow: unset;
  max-height: 90vh;
  border-radius: 16px 16px 0 0;
  padding: 40px 24px;
}
@media only screen and (min-width: 750px) {
  .site-modal--lang .site-modal__inner, .site-modal--contact .site-modal__inner {
    min-width: 600px;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: unset;
    border-radius: 16px;
    padding: 70px;
  }
}
.site-modal--lang .site-modal__body, .site-modal--contact .site-modal__body {
  overflow-y: auto;
  max-height: 75dvh;
}
.site-modal--lang .f-button.is-close-button, .site-modal--contact .f-button.is-close-button {
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media only screen and (min-width: 750px) {
  .site-modal--lang .f-button.is-close-button, .site-modal--contact .f-button.is-close-button {
    top: 35px !important;
    right: 35px !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
  }
}

@-webkit-keyframes skeletonShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes skeletonShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes site-modal-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes site-modal-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.site-modal-open {
  overflow: unset;
}

.hero--default {
  padding-block: clamp(64px, -21.2px + 0.142 * 100vw, 128px);
}
@media only screen and (min-width: 1200px) {
  .hero--default .hero__title {
    text-align: center;
  }
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 7.8px + 0.027 * 100vw, 36px);
  -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: 900px) {
  .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.socials a {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  line-height: 1.4;
  letter-spacing: -0.0263em;
  text-decoration-line: underline;
}
@media only screen and (min-width: 1200px) {
  .socials a {
    line-height: 1.5;
  }
}
.socials a:hover {
  color: #1e1e1e;
}
@media only screen and (min-width: 900px) {
  .socials a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.03em;
    line-height: 1.86;
    letter-spacing: -0.0113em;
  }
}

/* Video Card */
.video-card {
  position: relative;
  border-radius: clamp(4px, -1.4px + 0.009 * 100vw, 8px);
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.video-card:hover .video-card__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.video-card__media {
  position: relative;
  aspect-ratio: 9/15;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .video-card__media {
    aspect-ratio: 9/13.5;
  }
}
.video-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.video-card__media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.video-card__play {
  position: absolute;
  top: clamp(11px, 4.4px + 0.011 * 100vw, 16px);
  left: clamp(10px, 2.2px + 0.013 * 100vw, 16px);
  z-index: 2;
  width: clamp(27px, 17.4px + 0.016 * 100vw, 34px);
  height: clamp(27px, 17.4px + 0.016 * 100vw, 34px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-card__play .icon {
  position: relative;
  left: 1px;
}
.video-card__play svg,
.video-card__play img {
  width: clamp(6px, -1.8px + 0.013 * 100vw, 12px);
  height: 12px;
  color: #FFFFFF;
}
.video-card__duration {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1440px) {
  .video-card__duration {
    top: 20px;
    right: 16px;
  }
}
.video-card__title {
  position: absolute;
  left: clamp(12px, 1.2px + 0.018 * 100vw, 20px);
  bottom: clamp(12px, 1.2px + 0.018 * 100vw, 20px);
  width: calc(100% - clamp(24px, 2.4px + 0.036 * 100vw, 40px));
  z-index: 2;
  font-size: clamp(16px, 5.2px + 0.018 * 100vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-wrap-style: balance;
}
@media only screen and (min-width: 1200px) {
  .video-card__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1654px) {
  .video-card__title {
    line-height: 1.4;
    font-size: clamp(16px, 5.2px + 0.018 * 100vw, 24px);
  }
}
.video-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.contact-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .contact-popup__content {
    max-width: 520px;
    margin: 0 auto;
  }
}
.contact-popup__heading {
  padding-right: 48px;
}
@media only screen and (min-width: 750px) {
  .contact-popup__heading {
    margin-bottom: 32px;
  }
}
.contact-popup__title {
  position: relative;
  display: block;
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.84px;
}
@media only screen and (min-width: 750px) {
  .contact-popup__title {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
.contact-popup__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 0;
  border-bottom: 1px solid #8A8A8A;
  gap: 12px;
}
.contact-popup__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 750px) {
  .contact-popup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 42px;
  }
}
.contact-popup__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-popup__item-icon {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-popup__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 750px) {
  .contact-popup__item-icon {
    width: 75px;
    height: 75px;
  }
}
.contact-popup__item-title {
  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) {
  .contact-popup__item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-popup__item-title {
    font-size: 20px;
  }
}
.contact-popup__item-deck {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.contact-popup__item-link {
  margin-top: auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lang-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .lang-popup__content {
    max-width: 520px;
    margin: 0 auto;
  }
}
.lang-popup__title {
  position: relative;
  display: block;
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.84px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 750px) {
  .lang-popup__title {
    font-size: 36px;
    letter-spacing: -1.08px;
    margin-bottom: 40px;
  }
}
.lang-popup__subtitle {
  color: #1e1e1e;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: clamp(20px, 14.6px + 0.009 * 100vw, 24px);
}
@media only screen and (min-width: 750px) {
  .lang-popup__subtitle {
    font-size: 24px;
    line-height: 1.4;
  }
}
.lang-popup__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.lang-popup__item {
  margin: 0;
  padding-block: 10px;
  border-bottom: 1px solid #8A8A8A;
}
.lang-popup__item.is-selected .lang-popup__checkmark {
  opacity: 1;
  visibility: visible;
}
.lang-popup__item--coming-soon {
  cursor: default;
}
.lang-popup__option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 4px 10px;
  background: none;
  border: none;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.48px;
  color: #1e1e1e;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 750px) {
  .lang-popup__option {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.72px;
  }
}
.lang-popup__option:hover {
  opacity: 0.7;
}
.lang-popup__option--coming-soon {
  cursor: default;
  color: #8A8A8A;
}
.lang-popup__option--coming-soon:hover {
  opacity: 1;
}
.lang-popup__option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lang-popup__status {
  color: #8A8A8A;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lang-popup__checkmark {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.lang-popup__description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #4D4D4D;
}
@media only screen and (min-width: 750px) {
  .lang-popup__description {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.lang-popup__save {
  margin-top: clamp(24px, 13.2px + 0.018 * 100vw, 32px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sidebar-menu-section--search {
  margin-top: auto;
  z-index: 80;
}
.sidebar-menu-section--search .sidebar-search {
  position: fixed;
  bottom: 20px;
  right: -435px;
  width: calc(100% - 72px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  z-index: 50;
  max-width: 363px;
}
.menu-responsive-open .sidebar-menu-section--search .sidebar-search {
  right: 36px;
  left: unset;
}
@media only screen and (min-width: 1200px) {
  .sidebar-menu-section--search .sidebar-search {
    position: fixed;
    display: block;
    max-width: 343px;
    left: 44px;
    right: unset;
  }
}
@media only screen and (min-width: 1920px) {
  .sidebar-menu-section--search .sidebar-search {
    left: calc((100dvw - 1920px) / 2 + 36px + 8px);
  }
}

.sidebar-menu-section--button .button, .sidebar-menu-section--button .menu .menu-item.menu-button, .menu .sidebar-menu-section--button .menu-item.menu-button {
  padding: 10px 24px;
  line-height: 1.445;
  border-radius: 8px;
  width: 100%;
  font-weight: 400;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}
.sidebar-menu-section--button .button a, .sidebar-menu-section--button .menu .menu-item.menu-button a, .menu .sidebar-menu-section--button .menu-item.menu-button a {
  line-height: 1.445;
}

.sidebar-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sidebar-search .contents__autocomplete-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.sidebar-search .contents__button-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 32px;
  padding: 7px 7px 7px 0px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.sidebar-search .contents__button-cont:has(input:focus) {
  border-color: #1E1E1E;
}
.sidebar-search input[type=text],
.sidebar-search .input-search {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.48px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 32px;
  background-color: transparent;
  padding: 0 24px;
}
.sidebar-search input[type=text]::-webkit-input-placeholder, .sidebar-search .input-search::-webkit-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}
.sidebar-search input[type=text]::-moz-placeholder, .sidebar-search .input-search::-moz-placeholder {
  color: #8A8A8A;
  opacity: 1;
}
.sidebar-search input[type=text]:-ms-input-placeholder, .sidebar-search .input-search:-ms-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}
.sidebar-search input[type=text]::-ms-input-placeholder, .sidebar-search .input-search::-ms-input-placeholder {
  color: #8A8A8A;
  opacity: 1;
}
.sidebar-search input[type=text]::placeholder,
.sidebar-search .input-search::placeholder {
  color: #8A8A8A;
  opacity: 1;
}
@media only screen and (min-width: 1050px) {
  .sidebar-search input[type=text]::-webkit-input-placeholder, .sidebar-search .input-search::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
  .sidebar-search input[type=text]::-moz-placeholder, .sidebar-search .input-search::-moz-placeholder {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
  .sidebar-search input[type=text]:-ms-input-placeholder, .sidebar-search .input-search:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
  .sidebar-search input[type=text]::-ms-input-placeholder, .sidebar-search .input-search::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
  .sidebar-search input[type=text]::placeholder,
  .sidebar-search .input-search::placeholder {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
}
.sidebar-search input[type=text]:focus,
.sidebar-search .input-search:focus {
  outline: none;
}
.sidebar-search input[type=text]:focus + .button-submit,
.sidebar-search .input-search:focus + .button-submit {
  background-color: #1e1e1e;
  color: #FFFFFF;
}
.sidebar-search input[type=text]:not(:-moz-placeholder-shown) + .button-submit, .sidebar-search .input-search:not(:-moz-placeholder-shown) + .button-submit {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.sidebar-search input[type=text]:not(:-ms-input-placeholder) + .button-submit, .sidebar-search .input-search:not(:-ms-input-placeholder) + .button-submit {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.sidebar-search input[type=text]:not(:placeholder-shown) + .button-submit,
.sidebar-search .input-search:not(:placeholder-shown) + .button-submit {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
@media only screen and (min-width: 1050px) {
  .sidebar-search input[type=text],
  .sidebar-search .input-search {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
}
.sidebar-search .form-input__autocomplete,
.sidebar-search .form-input__mostpopular {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: calc(100vh - 250px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.sidebar-search .form-input__autocomplete h2,
.sidebar-search .form-input__mostpopular h2 {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.54px;
  padding-inline: 26px;
  padding-top: 24px;
}
.sidebar-search .form-input__autocomplete ul,
.sidebar-search .form-input__mostpopular ul {
  margin: 16px 0 0;
  padding-bottom: 24px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-search .form-input__autocomplete.active,
.sidebar-search .form-input__mostpopular.active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sidebar-search--autocomplete-top .contents__button-cont {
  position: relative;
}
.sidebar-search--autocomplete-top .form-input__autocomplete,
.sidebar-search--autocomplete-top .form-input__mostpopular {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  width: 100%;
}
.sidebar-search .result-item__button {
  width: 100%;
  display: block;
  border: 0;
  padding: 12px 26px;
  background: #FFFFFF;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #8A8A8A;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 1050px) {
  .sidebar-search .result-item__button {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
}
.sidebar-search .result-item__button:hover {
  color: #1E1E1E;
}

body.search-popup-open {
  overflow: hidden;
}
body.search-popup-open .responsive__btn.search-popup-hidden {
  display: none !important;
}
body.search-popup-open .sidebar-menu-section:not(.sidebar-menu-section--search) {
  opacity: 0.2;
  pointer-events: none;
}

body.search-input-open .responsive__btn.search-popup-hidden {
  display: none !important;
}
body.search-input-open .sidebar-menu-section:not(.sidebar-menu-section--search) {
  opacity: 0.2;
  pointer-events: none;
}

.search-results-popup {
  position: fixed;
  overflow-y: auto;
  inset: 0;
  z-index: 999;
  display: none;
  max-height: 100dvh;
  background: #f5f5f5;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 35px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup {
    top: 0;
    width: calc(100% - 358px - 72px - 40px);
    left: unset;
    right: 36px;
  }
}
@media only screen and (min-width: 1920px) {
  .search-results-popup {
    width: calc(100% - (100dvw - 1920px + 358px + 72px + 40px));
    left: calc((100dvw - 1920px) / 2 + 36px + 358px + 40px);
  }
}
.search-results-popup.is-active {
  display: block;
}
.search-results-popup.is-active .search-results-popup__panel {
  -webkit-animation: panelSlideIn 0.4s ease forwards;
          animation: panelSlideIn 0.4s ease forwards;
}
.search-results-popup.is-active .search-results-popup__grid > * {
  -webkit-animation: expandedCardIn 0.5s ease both;
          animation: expandedCardIn 0.5s ease both;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(1) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(2) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(3) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(4) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(6) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(7) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(8) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(9) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(11) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(12) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(13) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(14) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(15) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(16) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(17) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(18) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(19) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(20) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(21) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(22) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(23) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(24) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(25) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(26) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(27) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(28) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(29) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(30) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(31) {
  -webkit-animation-delay: 2.06s;
          animation-delay: 2.06s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(32) {
  -webkit-animation-delay: 2.12s;
          animation-delay: 2.12s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(33) {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(34) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(35) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(36) {
  -webkit-animation-delay: 2.36s;
          animation-delay: 2.36s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(37) {
  -webkit-animation-delay: 2.42s;
          animation-delay: 2.42s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(38) {
  -webkit-animation-delay: 2.48s;
          animation-delay: 2.48s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(39) {
  -webkit-animation-delay: 2.54s;
          animation-delay: 2.54s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(40) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(41) {
  -webkit-animation-delay: 2.66s;
          animation-delay: 2.66s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(42) {
  -webkit-animation-delay: 2.72s;
          animation-delay: 2.72s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(43) {
  -webkit-animation-delay: 2.78s;
          animation-delay: 2.78s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(44) {
  -webkit-animation-delay: 2.84s;
          animation-delay: 2.84s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(45) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(46) {
  -webkit-animation-delay: 2.96s;
          animation-delay: 2.96s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(47) {
  -webkit-animation-delay: 3.02s;
          animation-delay: 3.02s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(48) {
  -webkit-animation-delay: 3.08s;
          animation-delay: 3.08s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(49) {
  -webkit-animation-delay: 3.14s;
          animation-delay: 3.14s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(50) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(51) {
  -webkit-animation-delay: 3.26s;
          animation-delay: 3.26s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(52) {
  -webkit-animation-delay: 3.32s;
          animation-delay: 3.32s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(53) {
  -webkit-animation-delay: 3.38s;
          animation-delay: 3.38s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(54) {
  -webkit-animation-delay: 3.44s;
          animation-delay: 3.44s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(55) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(56) {
  -webkit-animation-delay: 3.56s;
          animation-delay: 3.56s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(57) {
  -webkit-animation-delay: 3.62s;
          animation-delay: 3.62s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(58) {
  -webkit-animation-delay: 3.68s;
          animation-delay: 3.68s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(59) {
  -webkit-animation-delay: 3.74s;
          animation-delay: 3.74s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(60) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(61) {
  -webkit-animation-delay: 3.86s;
          animation-delay: 3.86s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(62) {
  -webkit-animation-delay: 3.92s;
          animation-delay: 3.92s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(63) {
  -webkit-animation-delay: 3.98s;
          animation-delay: 3.98s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(64) {
  -webkit-animation-delay: 4.04s;
          animation-delay: 4.04s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(65) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(66) {
  -webkit-animation-delay: 4.16s;
          animation-delay: 4.16s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(67) {
  -webkit-animation-delay: 4.22s;
          animation-delay: 4.22s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(68) {
  -webkit-animation-delay: 4.28s;
          animation-delay: 4.28s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(69) {
  -webkit-animation-delay: 4.34s;
          animation-delay: 4.34s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(70) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(71) {
  -webkit-animation-delay: 4.46s;
          animation-delay: 4.46s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(72) {
  -webkit-animation-delay: 4.52s;
          animation-delay: 4.52s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(73) {
  -webkit-animation-delay: 4.58s;
          animation-delay: 4.58s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(74) {
  -webkit-animation-delay: 4.64s;
          animation-delay: 4.64s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(75) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(76) {
  -webkit-animation-delay: 4.76s;
          animation-delay: 4.76s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(77) {
  -webkit-animation-delay: 4.82s;
          animation-delay: 4.82s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(78) {
  -webkit-animation-delay: 4.88s;
          animation-delay: 4.88s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(79) {
  -webkit-animation-delay: 4.94s;
          animation-delay: 4.94s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(80) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(81) {
  -webkit-animation-delay: 5.06s;
          animation-delay: 5.06s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(82) {
  -webkit-animation-delay: 5.12s;
          animation-delay: 5.12s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(83) {
  -webkit-animation-delay: 5.18s;
          animation-delay: 5.18s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(84) {
  -webkit-animation-delay: 5.24s;
          animation-delay: 5.24s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(85) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(86) {
  -webkit-animation-delay: 5.36s;
          animation-delay: 5.36s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(87) {
  -webkit-animation-delay: 5.42s;
          animation-delay: 5.42s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(88) {
  -webkit-animation-delay: 5.48s;
          animation-delay: 5.48s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(89) {
  -webkit-animation-delay: 5.54s;
          animation-delay: 5.54s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(90) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(91) {
  -webkit-animation-delay: 5.66s;
          animation-delay: 5.66s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(92) {
  -webkit-animation-delay: 5.72s;
          animation-delay: 5.72s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(93) {
  -webkit-animation-delay: 5.78s;
          animation-delay: 5.78s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(94) {
  -webkit-animation-delay: 5.84s;
          animation-delay: 5.84s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(95) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(96) {
  -webkit-animation-delay: 5.96s;
          animation-delay: 5.96s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(97) {
  -webkit-animation-delay: 6.02s;
          animation-delay: 6.02s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(98) {
  -webkit-animation-delay: 6.08s;
          animation-delay: 6.08s;
}
.search-results-popup.is-active .search-results-popup__grid > *:nth-child(99) {
  -webkit-animation-delay: 6.14s;
          animation-delay: 6.14s;
}
.search-results-popup.is-closing {
  display: block;
  -webkit-animation: popupFadeOut 0.3s ease forwards;
          animation: popupFadeOut 0.3s ease forwards;
}
.search-results-popup.is-loading .search-results-popup__grid {
  opacity: 0.45;
  pointer-events: none;
}
.search-results-popup__search {
  position: relative;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__search {
    display: none;
  }
}
.search-results-popup__panel {
  position: relative;
  inset: 0;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 36px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__panel {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 40px 0;
    padding: 50px 56px;
  }
}
.search-results-popup__close {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 999;
  display: block;
  margin-left: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 0.5;
  opacity: 1 !important;
  color: #1E1E1E;
  background-color: #FFFFFF;
  -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: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  right: 36px;
}
.search-results-popup__close:hover {
  background-color: #DEDEDE;
  color: #1E1E1E !important;
}
.search-results-popup__close svg {
  stroke: #1E1E1E;
  stroke-width: 1.75;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__close {
    width: 48px;
    height: 48px;
    top: 30px;
    right: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__close {
    top: 75px !important;
    right: 56px !important;
  }
}
.search-results-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 88px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__header .site-logo {
    display: none;
  }
}
.search-results-popup__title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.14px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.72px;
  }
}
.search-results-popup__meta {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.14px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__meta {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.72px;
  }
}
.search-results-popup__grid {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__grid {
    margin-bottom: 36px;
  }
}
.search-results-popup__view-all {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  margin: 36px auto 24px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__view-all {
    margin: 72px auto 36px;
  }
}
.search-results-popup__view-all[hidden] {
  display: none !important;
}
.search-results-popup__empty {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 24px;
}
.search-results-popup__empty-image {
  max-width: 170px;
  height: auto;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__empty-image {
    max-width: 320px;
    margin-bottom: 48px;
  }
}
.search-results-popup__empty-title {
  color: #1E1E1E;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.84px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__empty-title {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
.search-results-popup__empty-text {
  color: #1E1E1E;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 1200px) {
  .search-results-popup__empty-text {
    margin-top: 48px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.72px;
  }
}
.search-results-popup__more {
  margin-inline: auto;
  display: block;
}

@-webkit-keyframes popupFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes popupFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes panelSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes panelSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.whatsapp-button {
  --whatsapp-green: #25d366;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .whatsapp-button {
    right: 16px;
    bottom: 16px;
  }
}
body.menu-responsive-open .whatsapp-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.whatsapp-button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--whatsapp-green);
  color: #FFFFFF;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.whatsapp-button__icon svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 600px) {
  .whatsapp-button__icon {
    width: 52px;
    height: 52px;
  }
  .whatsapp-button__icon svg {
    width: 28px;
    height: 28px;
  }
}
.whatsapp-button__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #1e1e1e;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(8px);
          transform: translateY(-50%) translateX(8px);
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
@media only screen and (max-width: 900px) {
  .whatsapp-button__tooltip {
    display: none;
  }
}
.whatsapp-button:hover .whatsapp-button__icon, .whatsapp-button:focus-visible .whatsapp-button__icon {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}
.whatsapp-button:hover .whatsapp-button__tooltip, .whatsapp-button:focus-visible .whatsapp-button__tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.site-footer {
  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: clamp(112px, 5.2px + 0.178 * 100vw, 192px) 0 80px;
}
.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
          transform: var(--fade-transform, translateX(0) translateY(50px));
  -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);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (min-width: 900px) {
  .site-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 32px;
    max-width: 100%;
    padding-top: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-footer__column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}
@media only screen and (min-width: 1440px) {
  .site-footer__column {
    min-width: 258px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer__column {
    min-width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .site-footer__column--socials .site-footer__title:before, .site-footer__column--socials .site-footer__title:after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .site-footer__column--socials .site-footer__menu--socials {
    max-height: 520px !important;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    border: none;
  }
  .site-footer__column--socials .site-footer__menu--socials li {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
  }
  .site-footer__column--socials .site-footer__menu--socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .site-footer__column--socials .site-footer__menu--socials span {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .site-footer__column--socials .site-footer__menu--socials svg {
    width: 20px;
    height: 20px;
    color: #1e1e1e;
  }
}
.site-footer__title {
  color: #1e1e1e;
  position: relative;
  font-size: 24px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  padding-right: 24px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer__title {
    font-size: 20px;
  }
}
.site-footer__title:before, .site-footer__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 2px;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-footer__title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.js-open .site-footer__title:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.site-footer__title:hover {
  cursor: pointer;
}
@media only screen and (min-width: 900px) {
  .site-footer__title {
    margin-bottom: 24px;
    cursor: unset !important;
  }
  .site-footer__title:before, .site-footer__title:after {
    display: none;
  }
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  -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);
  overflow: hidden;
  overflow-y: auto;
  max-height: 0px;
}
@media only screen and (min-width: 900px) {
  .site-footer__menu {
    border-bottom: none;
    padding-right: 24px;
    max-height: 400px;
  }
}
.site-footer__menu--active {
  max-height: 550px;
  padding-top: 24px;
}
@media only screen and (min-width: 900px) {
  .site-footer__menu--active {
    padding-top: 0px;
    max-height: 400px;
  }
}
.site-footer__menu--two-columns .site-footer__menu--active {
  max-height: 520px;
}
@media only screen and (min-width: 900px) {
  .site-footer__menu--two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer__menu--two-columns {
    -webkit-column-width: 220px;
       -moz-column-width: 220px;
            column-width: 220px;
  }
}
.site-footer__menu li {
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
}
.site-footer__menu li:first-child {
  padding-top: 0;
}
.site-footer__menu a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 900px) {
  .site-footer__menu a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1200px) {
  .site-footer__menu a {
    line-height: 1.5;
  }
}
.site-footer__menu a:hover {
  color: #AAAAAA;
}
.site-footer__footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(0) translateY(50px));
          transform: var(--fade-transform, translateX(0) translateY(50px));
  -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);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media only screen and (max-width: 900px) {
  .site-footer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.site-footer .copyright {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .site-footer .copyright {
    line-height: 1.5;
  }
}

.default_block {
  margin-top: clamp(32px, 10.4px + 0.036 * 100vw, 48px);
}
.default_block h1,
.default_block h2,
.default_block h3,
.default_block h4,
.default_block h5,
.default_block h6 {
  color: #1e1e1e;
}
.default_block h1 {
  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) {
  .default_block h1 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 600px) {
  .default_block h1 {
    line-height: 1.1;
  }
}
.default_block h2 {
  font-size: 64px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1050px) {
  .default_block h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 600px) {
  .default_block h2 {
    line-height: 1.2;
  }
}
.default_block h3 {
  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) {
  .default_block h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 600px) {
  .default_block h3 {
    line-height: 1.2;
  }
}
.default_block h4 {
  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) {
  .default_block h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .default_block h4 {
    line-height: 1.3;
  }
}
.default_block h5 {
  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) {
  .default_block h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h5 {
    font-size: 24px;
  }
}
.default_block h6 {
  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) {
  .default_block h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .default_block h6 {
    font-size: 20px;
  }
}
.default_block p {
  margin-bottom: 1em;
}
.default_block p:last-child {
  margin-bottom: 0;
}
.default_block ul,
.default_block ol {
  padding-left: 1em;
  margin-bottom: 28px;
  line-height: 1.6;
}
.default_block ul {
  padding-left: 1em;
}
.default_block ul li {
  list-style: none;
  position: relative;
}
.default_block ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #1e1e1e;
  display: inline-block;
  margin-right: 0.5em;
  top: 0.75em;
  left: -0.7em;
  border-radius: 50%;
}
.default_block table {
  position: relative;
  border-collapse: collapse;
  background: #f5f5f5;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .default_block table {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1050px) {
  .default_block table {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}
.default_block table.alignleft, .default_block table.alignright, .default_block table.aligncenter {
  display: table;
  max-width: 100%;
  float: none;
}
.default_block table.alignleft {
  margin-right: auto;
}
.default_block table.alignright {
  margin-left: auto;
}
.default_block table.aligncenter {
  margin-inline: auto;
}
.default_block table:after, .default_block table:before {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  border-radius: 16px 0 0 16px;
  top: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (min-width: 1050px) {
  .default_block table:after, .default_block table:before {
    width: 40px;
  }
}
.default_block table:after {
  right: 0;
  left: auto;
  border-radius: 0 16px 16px 0;
}
.default_block table th,
.default_block table td {
  border-bottom: 1px solid #8A8A8A;
  padding: 12px;
  min-width: 170px;
}
@media only screen and (min-width: 1050px) {
  .default_block table th,
  .default_block table td {
    padding: 16px;
  }
}
.default_block table tbody tr {
  vertical-align: top;
}
.default_block table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .default_block table tbody tr td {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr td {
    font-size: clamp(18px, 10.2px + 0.013 * 100vw, 24px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}
.default_block table tbody tr td:first-child {
  padding-left: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr td:first-child {
    padding-left: 40px;
  }
}
.default_block table tbody tr td:last-child {
  padding-right: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr td:last-child {
    padding-right: 40px;
  }
}
.default_block table tbody tr:first-of-type td {
  padding-top: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr:first-of-type td {
    padding-top: 64px;
  }
}
.default_block table tbody tr:last-of-type td {
  padding-bottom: 16px;
  border-bottom: none;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr:last-of-type td {
    padding-bottom: 40px;
  }
}
.default_block table tbody tr:first-of-type th,
.default_block table tbody tr:first-of-type td,
.default_block table thead tr th,
.default_block table thead tr td,
.default_block table tfoot tr th,
.default_block table tfoot tr td {
  padding-top: 16px;
}
.default_block table tbody tr:first-of-type th:first-child,
.default_block table tbody tr:first-of-type td:first-child,
.default_block table thead tr th:first-child,
.default_block table thead tr td:first-child,
.default_block table tfoot tr th:first-child,
.default_block table tfoot tr td:first-child {
  padding-left: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr:first-of-type th:first-child,
  .default_block table tbody tr:first-of-type td:first-child,
  .default_block table thead tr th:first-child,
  .default_block table thead tr td:first-child,
  .default_block table tfoot tr th:first-child,
  .default_block table tfoot tr td:first-child {
    padding-left: 40px;
  }
}
.default_block table tbody tr:first-of-type th:last-child,
.default_block table tbody tr:first-of-type td:last-child,
.default_block table thead tr th:last-child,
.default_block table thead tr td:last-child,
.default_block table tfoot tr th:last-child,
.default_block table tfoot tr td:last-child {
  padding-right: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr:first-of-type th:last-child,
  .default_block table tbody tr:first-of-type td:last-child,
  .default_block table thead tr th:last-child,
  .default_block table thead tr td:last-child,
  .default_block table tfoot tr th:last-child,
  .default_block table tfoot tr td:last-child {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1050px) {
  .default_block table tbody tr:first-of-type th,
  .default_block table tbody tr:first-of-type td,
  .default_block table thead tr th,
  .default_block table thead tr td,
  .default_block table tfoot tr th,
  .default_block table tfoot tr td {
    padding-top: 64px;
  }
}
.default_block table tfoot tr td {
  padding-bottom: 24px;
  border-bottom: none;
}
@media only screen and (min-width: 1050px) {
  .default_block table tfoot tr td {
    padding-bottom: 64px;
  }
}
.default_block table:has(thead) tbody tr:first-child td {
  padding-top: 16px;
}
@media only screen and (min-width: 1050px) {
  .default_block table:has(thead) tbody tr:first-child td {
    padding-top: 24px;
  }
}
.default_block table:has(tfoot) tbody tr:last-child td {
  padding-bottom: 16px;
  border-bottom: 1px solid #8A8A8A;
}
@media only screen and (min-width: 1050px) {
  .default_block table:has(tfoot) tbody tr:last-child td {
    padding-bottom: 24px;
  }
}
.default_block a {
  color: #1e1e1e;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.default_block a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.default_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #1e1e1e;
  margin-bottom: 25px;
}
.default_block blockquote p {
  font-size: clamp(22px, 14.2px + 0.013 * 100vw, 28px);
}
.default_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.default_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .default_block .alignleft {
    max-width: 100%;
  }
}
.default_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.default_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .default_block .alignright {
    max-width: 100%;
  }
}
.default_block:last-child {
  margin-top: clamp(64px, -21.2px + 0.142 * 100vw, 128px);
}

.hero + .heading.default_block {
  margin-top: 0;
}

.heading + .paragraph,
.heading + .list,
.paragraph + .list {
  margin-top: clamp(16px, 5.2px + 0.018 * 100vw, 24px);
}

.wp-block-list .default_block {
  display: contents;
}

.page-header {
  padding-block: 45px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-header {
    display: block;
  }
}
.page-header .site-logo {
  width: 215px;
  max-width: 215px;
}

.homepage-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .homepage-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-top: -119px;
  }
}
@media only screen and (min-width: 1654px) {
  .homepage-container {
    gap: 64px;
  }
}
.homepage-container .homepage-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .homepage-container .homepage-main {
    width: auto;
    min-width: 0;
  }
}
.homepage-container .homepage-main .container, .homepage-container .homepage-main .video-detail__container {
  padding: 0;
}
.homepage-container .homepage-sidebar {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 1200px) {
  .homepage-container .homepage-sidebar {
    width: 358px;
    height: 100vh;
    position: sticky;
    top: 0;
    margin-left: -15px;
    margin-right: 15px;
  }
  .homepage-container .homepage-sidebar .site-logo {
    margin-block: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-container .homepage-sidebar {
    display: none !important;
  }
}
.homepage-container .homepage-sidebar__inner {
  height: calc(100vh - 35px);
  padding-left: 15px;
  overflow-y: overlay;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  direction: rtl;
}
.homepage-container .homepage-sidebar__inner > * {
  direction: ltr;
}
.homepage-container .homepage-sidebar__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}
.homepage-container .homepage-sidebar__inner::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
}
.homepage-container .homepage-sidebar__inner::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 999px;
  -webkit-box-shadow: none;
}
.homepage-container .homepage-sidebar__inner:hover {
  scrollbar-width: thin;
  scrollbar-color: #8A8A8A transparent;
}
.homepage-container .homepage-sidebar__inner:hover::-webkit-scrollbar-thumb {
  background-color: #8A8A8A;
  -webkit-box-shadow: inset 0 0 0 1px #8A8A8A;
}

.header__top__right {
  gap: 0;
}

.homepage-container .sidebar-menu-mobile,
.header__top__right .sidebar-menu-mobile {
  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%;
  height: 100dvh;
  margin-top: 72px;
}
.homepage-container .sidebar-menu-mobile:has(.sidebar-menu-section--search),
.header__top__right .sidebar-menu-mobile:has(.sidebar-menu-section--search) {
  margin-bottom: 200px;
}
.homepage-container .sidebar-menu-mobile:has(.sidebar-menu-section--highlight .sidebar-highlight.hide-on-mobile),
.header__top__right .sidebar-menu-mobile:has(.sidebar-menu-section--highlight .sidebar-highlight.hide-on-mobile) {
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) {
  .homepage-container .sidebar-menu-mobile,
  .header__top__right .sidebar-menu-mobile {
    display: none !important;
  }
}
.homepage-container .homepage-sidebar__inner,
.homepage-container .sidebar-menu-mobile,
.header__top__right .homepage-sidebar__inner,
.header__top__right .sidebar-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.homepage-container .homepage-sidebar__inner .sidebar-highlight,
.homepage-container .sidebar-menu-mobile .sidebar-highlight,
.header__top__right .homepage-sidebar__inner .sidebar-highlight,
.header__top__right .sidebar-menu-mobile .sidebar-highlight {
  font-size: clamp(24px, 7.8px + 0.027 * 100vw, 36px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  padding-top: 8px;
}
@media only screen and (min-width: 750px) {
  .homepage-container .homepage-sidebar__inner .sidebar-highlight,
  .homepage-container .sidebar-menu-mobile .sidebar-highlight,
  .header__top__right .homepage-sidebar__inner .sidebar-highlight,
  .header__top__right .sidebar-menu-mobile .sidebar-highlight {
    line-height: 1.3;
  }
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section,
.homepage-container .sidebar-menu-mobile .sidebar-menu-section,
.header__top__right .homepage-sidebar__inner .sidebar-menu-section,
.header__top__right .sidebar-menu-mobile .sidebar-menu-section {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section--highlight .site-logo,
.homepage-container .sidebar-menu-mobile .sidebar-menu-section--highlight .site-logo,
.header__top__right .homepage-sidebar__inner .sidebar-menu-section--highlight .site-logo,
.header__top__right .sidebar-menu-mobile .sidebar-menu-section--highlight .site-logo {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .homepage-container .homepage-sidebar__inner .sidebar-menu-section--highlight .site-logo,
  .homepage-container .sidebar-menu-mobile .sidebar-menu-section--highlight .site-logo,
  .header__top__right .homepage-sidebar__inner .sidebar-menu-section--highlight .site-logo,
  .header__top__right .sidebar-menu-mobile .sidebar-menu-section--highlight .site-logo {
    display: block;
  }
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
.homepage-container .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title,
.header__top__right .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
.header__top__right .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title {
  font-size: 18px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin-bottom: clamp(16px, 5.2px + 0.018 * 100vw, 24px);
}
@media only screen and (max-width: 1050px) {
  .homepage-container .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
  .homepage-container .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title,
  .header__top__right .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
  .header__top__right .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage-container .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
  .homepage-container .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title,
  .header__top__right .homepage-sidebar__inner .sidebar-menu-section .sidebar-menu-title,
  .header__top__right .sidebar-menu-mobile .sidebar-menu-section .sidebar-menu-title {
    font-size: 18px;
  }
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item:not(.menu-button),
.homepage-container .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item:not(.menu-button),
.header__top__right .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item:not(.menu-button),
.header__top__right .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item:not(.menu-button) {
  padding: 12px;
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item a,
.homepage-container .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item a,
.header__top__right .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item a,
.header__top__right .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.homepage-container .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item .menu-item-icon,
.homepage-container .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item .menu-item-icon,
.header__top__right .homepage-sidebar__inner .sidebar-menu-section .menu-side-menu-container .menu-item .menu-item-icon,
.header__top__right .sidebar-menu-mobile .sidebar-menu-section .menu-side-menu-container .menu-item .menu-item-icon {
  width: 24px;
  height: 24px;
}

/* Utility Classes */
: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 */
.video-detail {
  background: #FFFFFF;
  width: 100%;
  padding: 0 !important;
  min-height: 100% !important;
}
@media only screen and (min-width: 1050px) {
  .video-detail {
    min-height: unset !important;
  }
}
@media only screen and (min-width: 1050px) {
  .video-detail__container {
    padding-block: 45px;
  }
}
.video-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 1050px) {
  .video-detail__content {
    -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;
    gap: 72px;
  }
}
@media only screen and (min-width: 1654px) {
  .video-detail__content {
    gap: 148px;
  }
}
.video-detail__heading {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .video-detail__heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 48px;
  }
  .video-detail__heading .site-logo {
    width: 215px;
    max-width: 215px;
  }
}
.video-detail__media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-left: -36px;
  margin-right: -36px;
  width: calc(100% + 72px);
}
@media only screen and (min-width: 1050px) {
  .video-detail__media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0.83;
        -ms-flex: 0.83;
            flex: 0.83;
    position: sticky;
    top: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .video-detail__media {
    -webkit-box-flex: 0.83;
        -ms-flex: 0.83;
            flex: 0.83;
  }
}
.video-detail__player {
  background: #000;
  clip-path: inset(0 round 0 0 8px 8px);
  aspect-ratio: 9/16;
  height: 100%;
}
@media only screen and (min-width: 1050px) {
  .video-detail__player {
    clip-path: inset(0 round 8px);
    max-height: calc(100dvh - 160px);
  }
}
.video-detail__player iframe {
  width: 100%;
  height: 100%;
}
.video-detail .aspect-ratio-box {
  aspect-ratio: 9/16;
}
.video-detail .aspect-ratio-box iframe,
.video-detail .aspect-ratio-box video {
  width: 100%;
  height: 100%;
}
.video-detail__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .video-detail__sidebar {
    -webkit-box-flex: 650px;
        -ms-flex: 650px;
            flex: 650px;
    max-width: 650px;
  }
}
.video-detail__category {
  font-size: clamp(14px, 8.6px + 0.009 * 100vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: clamp(18px, 10.2px + 0.013 * 100vw, 24px);
}
@media only screen and (min-width: 1050px) {
  .video-detail__category {
    line-height: 1.4;
  }
}
.video-detail__title {
  font-size: clamp(24px, -1.8px + 0.043 * 100vw, 43.55px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin-bottom: clamp(18px, -22.2px + 0.067 * 100vw, 48px);
}
@media only screen and (min-width: 1050px) {
  .video-detail__title {
    line-height: 1.2;
  }
}
.video-detail__summary {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 1050px) {
  .video-detail__summary {
    font-size: clamp(18px, 10.2px + 0.013 * 100vw, 24px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}
.video-detail__section {
  padding-block: 24px;
  margin-bottom: 40px;
  background: #f5f5f5;
  border-radius: 12px;
}
.video-detail__section--related {
  padding: 24px clamp(32px, 21.2px + 0.018 * 100vw, 40px);
}
.video-detail__section--related .video-detail__section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1050px) {
  .video-detail__section--related .video-detail__section-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.video-detail__section--next {
  background: #FFFFFF;
}
.video-detail__section--next .video-detail__section-title {
  margin-bottom: 0;
}
.video-detail__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.54px;
  margin-bottom: 16px;
}
.video-detail__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.video-detail__section-header .toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1050px) {
  .video-detail__section-header .toggle-icon {
    width: 36px;
    height: 36px;
  }
}
.video-detail__section-header .toggle-icon:before, .video-detail__section-header .toggle-icon:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1050px) {
  .video-detail__section-header .toggle-icon:before, .video-detail__section-header .toggle-icon:after {
    right: 10px;
    width: 15px;
  }
}
.video-detail__section-header .toggle-icon:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.js-open .video-detail__section-header .toggle-icon {
  background: #f5f5f5;
}
.js-open .video-detail__section-header .toggle-icon:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.video-detail__section-header.is-active .toggle-icon:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.video-detail__download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #1E1E1E;
}
@media only screen and (min-width: 1050px) {
  .video-detail__download-item {
    line-height: 1.5;
  }
}
.video-detail__download-item:first-child {
  padding-top: 0;
}
.video-detail__download-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 1050px) {
  .video-detail__download-item {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
}
.video-detail__download-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-detail__download-item .icon svg {
  width: 14px;
  height: 14px;
}
.video-detail__download-item:hover .icon {
  background: #FFFFFF;
}
.video-detail__next-grid {
  display: none;
  margin-top: clamp(24px, 13.2px + 0.018 * 100vw, 32px);
}
.video-detail__next-grid__grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 600px) {
  .video-detail__next-grid__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.video-detail__next-grid .video-card__title {
  font-size: clamp(16px, 10.6px + 0.009 * 100vw, 20px);
}
@media only screen and (min-width: 750px) {
  .video-detail__next-grid .video-card__title {
    font-size: 20px;
  }
}

.fancybox__carousel .fancybox__nav {
  display: none;
}
.fancybox__carousel .fancybox__content {
  color: #1E1E1E !important;
  font-family: "Sygnia Messina Sans", sans-serif !important;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.hero--page {
  padding-block: clamp(64px, -21.2px + 0.142 * 100vw, 128px);
}
.hero--page .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(32px, 10.4px + 0.036 * 100vw, 48px);
}
@media only screen and (min-width: 1200px) {
  .hero--page .hero__title {
    text-align: center;
  }
}
.hero--page .hero__description {
  font-size: clamp(18px, 10.2px + 0.013 * 100vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #8A8A8A;
}
@media only screen and (min-width: 1200px) {
  .hero--page .hero__description {
    text-align: center;
  }
}

.hero--quote {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
}
.hero--quote:first-of-type .hero__wrapper {
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .hero--quote:first-of-type .hero__wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--quote {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1050px) {
  .hero--quote {
    border-radius: 16px;
  }
}
.hero--quote .image-background__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--quote .image-background__image--mobile {
  display: block;
}
@media only screen and (min-width: 600px) {
  .hero--quote .image-background__image--mobile {
    display: none;
  }
}
.hero--quote .image-background__image--desktop {
  display: none;
}
@media only screen and (min-width: 600px) {
  .hero--quote .image-background__image--desktop {
    display: block;
  }
}
.hero--quote .hero__wrapper {
  position: relative;
  max-width: 100%;
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 2/3;
}
@media only screen and (min-width: 600px) {
  .hero--quote .hero__wrapper {
    border-radius: 16px;
    aspect-ratio: unset;
    min-height: 640px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero--quote .hero__wrapper {
    aspect-ratio: 16/9;
    min-height: unset;
  }
}
.hero--quote .hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(40px, -34.4px + 0.124 * 100vw, 96px) clamp(40px, -56px + 0.16 * 100vw, 112px);
}
@media only screen and (min-width: 1050px) {
  .hero--quote .hero__content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero--quote .hero__content {
    padding: clamp(40px, -34.4px + 0.124 * 100vw, 96px) clamp(40px, -56px + 0.16 * 100vw, 112px);
  }
}
.hero--quote .hero__quote {
  max-width: 600px;
  font-size: clamp(32px, -8.2px + 0.067 * 100vw, 62px);
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1200px) {
  .hero--quote .hero__quote {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero--quote .hero__quote {
    font-size: clamp(32px, -8.2px + 0.067 * 100vw, 62px);
  }
}
.hero--quote .hero__quote--has-mark {
  position: relative;
}
.hero--quote .hero__quote--has-mark::before {
  content: "“";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.05em;
  line-height: 1;
  font-size: inherit;
  color: inherit;
  pointer-events: none;
}
.hero--quote .hero__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(24px, -29.4px + 0.089 * 100vw, 64px);
}
.hero--quote .hero__author-name {
  color: #FFFFFF;
  font-size: clamp(12px, 4.2px + 0.013 * 100vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1200px) {
  .hero--quote .hero__author-name {
    line-height: 1.4;
  }
}
.hero--quote .hero__author-subtitle {
  color: #FFFFFF;
  font-size: clamp(12px, 4.2px + 0.013 * 100vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1200px) {
  .hero--quote .hero__author-subtitle {
    line-height: 1.5;
  }
}

.video-grid {
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
  background: #FFFFFF;
  padding: clamp(28px, -14.6px + 0.071 * 100vw, 60px) clamp(20px, -28px + 0.08 * 100vw, 56px);
  border-radius: 12px;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  /* States */
}
@media only screen and (min-width: 1200px) {
  .video-grid {
    border-radius: 16px;
    width: 100%;
    left: 0;
  }
}
.video-grid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, -4.2px + 0.027 * 100vw, 24px);
  margin-bottom: clamp(28px, 1.6px + 0.044 * 100vw, 48px);
  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 (min-width: 1440px) {
  .video-grid__header {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.video-grid__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, -4.2px + 0.027 * 100vw, 24px);
}
@media only screen and (min-width: 1440px) {
  .video-grid__title-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.video-grid__icon {
  width: 28px;
}
@media only screen and (min-width: 1440px) {
  .video-grid__icon {
    padding: 4px;
    width: 50px;
  }
}
.video-grid__icon img {
  width: 100%;
  height: auto;
}
.video-grid__title {
  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) {
  .video-grid__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .video-grid__title {
    font-size: 24px;
  }
}
.video-grid__stats {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 1440px) {
  .video-grid__stats {
    text-align: right;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.54px;
  }
}
.video-grid__grid {
  display: -ms-grid;
  display: grid;
  gap: clamp(12px, 6.6px + 0.009 * 100vw, 16px);
}
.video-grid__grid > *:nth-child(1) {
  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);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.video-grid__grid > *:nth-child(2) {
  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);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.video-grid__grid > *:nth-child(3) {
  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);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.video-grid__grid > *:nth-child(4) {
  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);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.video-grid__grid > *:nth-child(5) {
  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);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.video-grid__grid > *:nth-child(6) {
  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);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.video-grid__grid > *:nth-child(7) {
  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);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.video-grid__grid > *:nth-child(8) {
  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);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.video-grid__grid > *:nth-child(9) {
  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);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.video-grid__grid--5 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 600px) {
  .video-grid__grid--5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 750px) {
  .video-grid__grid--5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1050px) {
  .video-grid__grid--5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .video-grid__grid--5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .video-grid__grid--5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.video-grid__expanded {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease 0.1s, visibility 0.55s ease;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease 0.1s, visibility 0.55s ease;
}
.video-grid__group {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .video-grid__group {
    margin-bottom: 48px;
  }
}
.video-grid__group-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .video-grid__group-title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.72px;
  }
}
.video-grid__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(28px, 1.6px + 0.044 * 100vw, 48px);
  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);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.video-grid__toggle .see-less {
  display: none;
}
.video-grid.is-expanded {
  margin-top: 20px;
}
.video-grid.is-expanded .video-grid__preview {
  display: none;
}
.video-grid.is-expanded .video-grid__expanded {
  display: block;
  visibility: visible;
  max-height: 10000px;
  opacity: 1;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > * {
  -webkit-animation: expandedCardIn 0.5s ease both;
          animation: expandedCardIn 0.5s ease both;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(1) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(2) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(4) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(6) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(7) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(8) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.video-grid.is-expanded .video-grid__expanded .video-grid__grid > *:nth-child(9) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.video-grid.is-expanded .video-grid__toggle .see-all {
  display: none;
}
.video-grid.is-expanded .video-grid__toggle .see-less {
  display: inline;
}

@-webkit-keyframes expandedCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes expandedCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.video-highlight {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
}
.video-highlight:first-of-type .video-highlight__wrapper {
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .video-highlight:first-of-type .video-highlight__wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-highlight {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1050px) {
  .video-highlight {
    border-radius: 16px;
  }
}
.video-highlight__wrapper {
  max-width: 100%;
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 1050px) {
  .video-highlight__wrapper {
    border-radius: 16px;
  }
}
.video-highlight__video-container {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: var(--v1, 0);
}
@media only screen and (min-width: 600px) {
  .video-highlight__video-container {
    aspect-ratio: 16/9;
  }
}
.video-highlight__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 266.6666666667%;
  height: 100%;
}
@media only screen and (min-width: 1050px) {
  .video-highlight__iframe {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.video-highlight__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-highlight--image .video-highlight__video-container {
  aspect-ratio: 2/3;
}
@media only screen and (min-width: 600px) {
  .video-highlight--image .video-highlight__video-container {
    aspect-ratio: 16/9;
  }
}

.text-highlight__wrapper {
  max-width: 100%;
  padding: 72px 0 128px;
}
.text-highlight__content {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -1.05px;
}
@media only screen and (min-width: 1200px) {
  .text-highlight__content {
    font-size: clamp(24px, 7.8px + 0.027 * 100vw, 36px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.03em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 750px) {
  .text-highlight__content {
    line-height: 1.3;
  }
}

.tab-calculator {
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .tab-calculator {
    width: calc(100% + 40px);
    left: -20px;
  }
  .tab-calculator .container, .tab-calculator .video-detail__container {
    padding: 0;
  }
}
.tab-calculator__filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.tab-calculator__filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 32px;
    gap: 10px;
    width: auto !important;
  }
}
@media only screen and (max-width: 1050px) {
  .tab-calculator__filters {
    margin-left: 0;
    width: auto;
    max-width: 100%;
  }
}
.tab-calculator__filters-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 30px;
  height: 0;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filters-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    height: auto !important;
    width: 100% !important;
    overflow: visible;
  }
}
.tab-calculator__filter-button-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filter-button-mobile {
    display: none;
  }
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-icon {
  padding-left: 6px;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text {
  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;
  padding: 10px 16px;
  white-space: nowrap;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text::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;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text-close {
  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;
  padding: 10px 16px;
  white-space: nowrap;
  gap: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text-close::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;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text-close:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.tab-calculator__filter-button-mobile .tab-calculator__btn-text-close:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.tab-calculator__filter-button-mobile.active {
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filter-button-mobile.active {
    width: auto;
  }
}
.tab-calculator__filter-button-mobile.active .tab-calculator__btn-text-close {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filter-button:not(.active) {
    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;
    border-color: #1E1E1E;
    background: transparent;
    color: #1E1E1E;
    border: none !important;
  }
  .tab-calculator__filter-button:not(.active)::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;
  }
  .tab-calculator__filter-button:not(.active):hover {
    background-color: #4D4D4D;
    color: #FFFFFF;
  }
  .tab-calculator__filter-button:not(.active):disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
  .tab-calculator__filter-button:not(.active):before {
    background-color: #1E1E1E !important;
  }
  .tab-calculator__filter-button:not(.active):hover {
    background: transparent;
    border-color: #8A8A8A;
    color: #1E1E1E;
  }
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filter-button.active {
    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;
  }
  .tab-calculator__filter-button.active::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;
  }
  .tab-calculator__filter-button.active:hover {
    background-color: #4D4D4D;
    color: #FFFFFF;
  }
  .tab-calculator__filter-button.active:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
}
@media only screen and (min-width: 1050px) {
  .tab-calculator__filter-button:hover, .tab-calculator__filter-button.active {
    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;
  }
  .tab-calculator__filter-button:hover::before, .tab-calculator__filter-button.active::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;
  }
  .tab-calculator__filter-button:hover:hover, .tab-calculator__filter-button.active:hover {
    background-color: #4D4D4D;
    color: #FFFFFF;
  }
  .tab-calculator__filter-button:hover:disabled, .tab-calculator__filter-button.active:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
}
@media only screen and (max-width: 1050px) {
  .tab-calculator__filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    font-size: 14px;
    text-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #1e1e1e;
  }
  .tab-calculator__filter-button:last-child {
    border: 0 none;
  }
  .tab-calculator__filter-button.active:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #1e1e1e;
    display: block;
    border-radius: 100%;
  }
}
.tab-calculator__content-wrapper {
  position: relative;
}
.tab-calculator__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 64px;
}
@media only screen and (min-width: 1440px) {
  .tab-calculator__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.tab-calculator__text-wrapper {
  max-width: 588px;
  padding-inline: 16px;
}
@media only screen and (min-width: 1440px) {
  .tab-calculator__text-wrapper {
    padding-inline: 0;
  }
}
.tab-calculator__text-title {
  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);
  font-size: 36px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px) !important;
  color: #FFFFFF;
}
@media only screen and (max-width: 1050px) {
  .tab-calculator__text-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .tab-calculator__text-title {
    font-size: 24px;
  }
}
.tab-calculator__text-content {
  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);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tab-calculator__text-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px) !important;
}
@media only screen and (max-width: 1050px) {
  .tab-calculator__text-content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .tab-calculator__text-content p {
    font-size: 24px;
  }
}
.tab-calculator__text-button {
  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);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tab-calculator__content-item {
  opacity: 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}
.tab-calculator__content-item.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tab-calculator__content-item .tab-calculator__inner {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .tab-calculator__content-item .tab-calculator__inner .container, .tab-calculator__content-item .tab-calculator__inner .video-detail__container {
    padding: 0;
  }
}
.tab-calculator__content-item .tab-calculator__inner .tab-calculator__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  padding: clamp(48px, 31.8px + 0.027 * 100vw, 60px) clamp(20px, -28px + 0.08 * 100vw, 56px);
}
.tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 2;
  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);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards:has(.tab-calculator__card.has-assumptions-open) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (min-width: 1440px) {
  .tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards {
    overflow: visible;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards .tab-calculator__card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 1200px) {
  .tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards .tab-calculator__card {
    padding: 40px;
  }
}
@media only screen and (min-width: 1654px) {
  .tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards .tab-calculator__card {
    padding: 64px;
  }
}
.tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards .tab-calculator__card-main-title {
  color: #1e1e1e;
  font-size: clamp(24px, 7.8px + 0.027 * 100vw, 36px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 750px) {
  .tab-calculator__content-item .tab-calculator__inner .tab-calculator__cards .tab-calculator__card-main-title {
    line-height: 1.3;
  }
}
.tab-calculator__calculator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.tab-calculator .tab-calculator__card {
  position: relative;
  top: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tab-calculator .tab-calculator__card--transparent {
  background: rgba(255, 255, 255, 0.39) !important;
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  position: relative;
}
.tab-calculator .tab-calculator__card.has-assumptions-open {
  top: calc(var(--card-height, 550px) * -1);
  margin-bottom: calc(var(--card-height, 550px) * -1);
}
.tab-calculator .tab-calculator__card__form-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%;
}
.tab-calculator .tab-calculator__card__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.tab-calculator .tab-calculator__card__form-view {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.tab-calculator .tab-calculator__card__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.tab-calculator .tab-calculator__card__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}
.tab-calculator .tab-calculator__card__help-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 0;
}
.tab-calculator .tab-calculator__card__input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #8A8A8A;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.tab-calculator .tab-calculator__card__input:focus {
  outline: none;
  border-color: #1e1e1e;
}
.tab-calculator .tab-calculator__card__input::-webkit-input-placeholder {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
}
.tab-calculator .tab-calculator__card__input::-moz-placeholder {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
}
.tab-calculator .tab-calculator__card__input:-ms-input-placeholder {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
}
.tab-calculator .tab-calculator__card__input::-ms-input-placeholder {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
}
.tab-calculator .tab-calculator__card__input::placeholder {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "Sygnia Messina Sans", sans-serif;
}
.tab-calculator .tab-calculator__card__validation-error {
  font-size: 14px;
  color: #c42222;
  margin: 8px 0 0;
}
.tab-calculator .tab-calculator__card__assumptions-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .tab-calculator .tab-calculator__card__assumptions-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
}
.tab-calculator .tab-calculator__card__assumptions-toggle .button-learn-more {
  text-align: start;
}
.tab-calculator .tab-calculator__card__assumptions-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator .tab-calculator__card__assumptions-close {
    top: 32px;
    right: 32px;
  }
}
.tab-calculator .tab-calculator__card__assumptions-close svg {
  stroke: #FFFFFF;
  width: 24px;
  height: 24px;
}
.tab-calculator .tab-calculator__card__assumptions-close:hover {
  opacity: 0.7;
}
.tab-calculator .tab-calculator__card__assumptions-title {
  font-size: 24px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-inline: 24px;
}
@media only screen and (max-width: 1050px) {
  .tab-calculator .tab-calculator__card__assumptions-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .tab-calculator .tab-calculator__card__assumptions-title {
    font-size: 20px;
  }
}
.tab-calculator .tab-calculator__card__assumptions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 13.2px + 0.018 * 100vw, 32px);
  color: #FFFFFF;
  max-height: var(--assumptions-content-max-height, calc(100vh - 200px));
  padding-inline: 24px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
.tab-calculator .tab-calculator__card__assumptions-content::-webkit-scrollbar {
  width: 8px;
}
.tab-calculator .tab-calculator__card__assumptions-content::-webkit-scrollbar-track {
  background: transparent;
}
.tab-calculator .tab-calculator__card__assumptions-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.tab-calculator .tab-calculator__card__assumptions-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
.tab-calculator .tab-calculator__card__assumption-group h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.14px;
  color: #FFFFFF;
}
.tab-calculator .tab-calculator__card__assumption-group:not(.tab-calculator__card__assumption-group--list) + .tab-calculator__card__assumption-disclaimer {
  border: none;
}
.tab-calculator .tab-calculator__card__assumption-group--list h4 {
  margin-bottom: clamp(12px, -1.2px + 0.022 * 100vw, 22px);
}
.tab-calculator .tab-calculator__card__assumption-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0px;
  border-bottom: 1px solid #FFFFFF;
}
.tab-calculator .tab-calculator__card__assumption-item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.tab-calculator .tab-calculator__card__assumption-list {
  padding-left: 20px;
  margin: 0;
}
.tab-calculator .tab-calculator__card__assumption-list li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.tab-calculator .tab-calculator__card__assumption-disclaimer {
  border-top: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.tab-calculator .tab-calculator__card__disclaimer {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .tab-calculator .tab-calculator__card__disclaimer {
    line-height: 1.5;
  }
}
.tab-calculator .tab-calculator__card__loading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.tab-calculator .tab-calculator__card__loading-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.54px;
  margin: 0;
  -webkit-animation: fadeInOut 1.5s ease-in-out infinite;
          animation: fadeInOut 1.5s ease-in-out infinite;
}
.tab-calculator .tab-calculator__card__loading-image {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
.tab-calculator .tab-calculator__card__loading-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tab-calculator .tab-calculator__card__results-content {
  width: 100%;
  margin-top: 32px;
}
.tab-calculator .tab-calculator__card__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 0px;
  border-bottom: 1px solid #8A8A8A;
}
.tab-calculator .tab-calculator__card__result-item--highlight .tab-calculator__card__result-value {
  font-size: clamp(20px, 14.6px + 0.009 * 100vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.tab-calculator .tab-calculator__card__result-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.tab-calculator .tab-calculator__card__result-sublabel {
  display: block;
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .tab-calculator .tab-calculator__card__result-sublabel {
    line-height: 1.5;
  }
}
.tab-calculator .tab-calculator__card__result-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  white-space: nowrap;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator .tab-calculator__card__result-value {
    font-weight: bold;
  }
}
.tab-calculator .tab-calculator__card__members-container {
  max-height: 358px;
  overflow-y: auto;
  margin-top: 16px;
  padding-right: 8px;
}
.tab-calculator .tab-calculator__card__members-container::-webkit-scrollbar {
  width: 8px;
}
.tab-calculator .tab-calculator__card__members-container::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
.tab-calculator .tab-calculator__card__members-container::-webkit-scrollbar-thumb {
  background: #8A8A8A;
  border-radius: 4px;
}
.tab-calculator .tab-calculator__card__members-container::-webkit-scrollbar-thumb:hover {
  background: #8A8A8A;
}
.tab-calculator .tab-calculator__card__member-group {
  margin-bottom: 16px;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
}
.tab-calculator .tab-calculator__card__member-header {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.tab-calculator .tab-calculator__card__allocation-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator .tab-calculator__card__allocation-row {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.tab-calculator .tab-calculator__card__currency-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-calculator .tab-calculator__card__currency-prefix {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}
.tab-calculator .tab-calculator__card__currency-field input {
  margin: 0;
}
.tab-calculator .tab-calculator__card__fund-label {
  font-size: 13px;
  font-weight: 500;
  color: #4D4D4D;
  margin-bottom: 8px;
}
.tab-calculator .tab-calculator__card__mode-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 32px;
  position: relative;
  margin-bottom: clamp(24px, 13.2px + 0.018 * 100vw, 32px);
}
.tab-calculator .tab-calculator__card__mode-option {
  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;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  background: transparent;
  color: #1E1E1E;
  padding: 15px 24px;
  border: none !important;
  cursor: pointer;
}
.tab-calculator .tab-calculator__card__mode-option::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;
}
.tab-calculator .tab-calculator__card__mode-option:hover {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.tab-calculator .tab-calculator__card__mode-option:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.tab-calculator .tab-calculator__card__mode-option:hover, .tab-calculator .tab-calculator__card__mode-option.is-active {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.tab-calculator .tab-calculator__card__advanced-fields {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.tab-calculator .tab-calculator__card__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(45deg, transparent 50%, #1e1e1e 50%), linear-gradient(135deg, #1e1e1e 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
.tab-calculator .tab-calculator__card__section-label {
  font-size: 20px;
  font-weight: bold;
  color: #4D4D4D;
}
@media only screen and (min-width: 1050px) {
  .tab-calculator .tab-calculator__card__section-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.03em;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }
}
.tab-calculator .tab-calculator__card__warning {
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255, 210, 0, 0.15);
  border: 1px solid #FFD200;
  border-radius: 8px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.5;
}
.tab-calculator__card__assumptions {
  width: 100%;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  max-height: calc(100vh - 0px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tab-calculator__card__assumptions.is-visible {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  margin-top: 24px;
}
@media only screen and (min-width: 1440px) {
  .tab-calculator__card__assumptions.is-visible .tab-calculator__card__assumptions-content {
    max-height: 50vh;
  }
}
.tab-calculator__card__assumptions::-webkit-scrollbar {
  width: 8px;
}
.tab-calculator__card__assumptions::-webkit-scrollbar-track {
  background: transparent;
}
.tab-calculator__card__assumptions::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 4px;
}
.tab-calculator__card__assumptions::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
  }
}
@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.downloadable-list {
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
  background: #FFFFFF;
  padding: clamp(28px, -14.6px + 0.071 * 100vw, 60px) clamp(20px, -28px + 0.08 * 100vw, 56px);
  border-radius: 12px;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list {
    border-radius: 16px;
    width: 100%;
    left: 0;
  }
}
.downloadable-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: clamp(48px, -16.2px + 0.107 * 100vw, 96px);
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.downloadable-list__title {
  font-size: 24px;
  font-family: "Sygnia Messina Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #1E1E1E;
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .downloadable-list__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .downloadable-list__title {
    font-size: 20px;
  }
}
.downloadable-list__filter {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.downloadable-list__filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #f5f5f5;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__filter-toggle {
    line-height: 1.5;
  }
}
.downloadable-list__filter-toggle .icon {
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.downloadable-list__filter-toggle .icon svg {
  display: block;
  width: 8px;
  height: auto;
}
.downloadable-list__filter.is-open .downloadable-list__filter-toggle .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.downloadable-list__filter-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5;
  min-width: 220px;
  margin: 0;
  padding: 2px 24px;
  list-style: none;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 40px rgba(30, 30, 30, 0.15);
          box-shadow: 0 4px 40px rgba(30, 30, 30, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.downloadable-list__filter.is-open .downloadable-list__filter-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.downloadable-list__filter.is-open .downloadable-list__filter-menu li:not(:last-child) .downloadable-list__filter-option {
  border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}
.downloadable-list__filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 12px 0px;
  border: none;
  background: none;
  cursor: pointer;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__filter-option {
    line-height: 1.5;
  }
}
.downloadable-list__filter-option:hover {
  opacity: 0.7;
}
.downloadable-list__filter-option.is-active {
  font-weight: 600;
}
.downloadable-list__filter-option.is-active .downloadable-list__filter-check {
  opacity: 1;
  visibility: visible;
}
.downloadable-list__filter-option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.downloadable-list__filter-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  color: #1e1e1e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.downloadable-list__filter-check svg {
  display: block;
  width: 12px;
  height: auto;
}
.downloadable-list__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.downloadable-list .swiper-slide {
  height: auto;
}
.downloadable-list__card {
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.downloadable-list__item {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 3.8px + 0.027 * 100vw, 32px);
  padding: 16px clamp(16px, 5.2px + 0.018 * 100vw, 24px);
  text-decoration: none;
  color: #1E1E1E;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.downloadable-list__item:nth-child(even) {
  background: #FFFFFF;
}
.downloadable-list__item:hover {
  background: #DEDEDE;
}
.downloadable-list__item:hover .downloadable-list__item-icon {
  color: #4D4D4D;
}
.downloadable-list__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: inherit;
  font-size: clamp(14px, 8.6px + 0.009 * 100vw, 18px);
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__item-title {
    line-height: 1.5;
  }
}
.downloadable-list__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  color: #1E1E1E;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-right: clamp(0px, -13.2px + 0.022 * 100vw, 10px);
}
.downloadable-list__item-icon .icon,
.downloadable-list__item-icon svg {
  display: block;
}
.downloadable-list__item-icon svg {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__item-icon svg {
    width: 18px;
    height: 18px;
  }
}
.downloadable-list__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 48px;
}
@media only screen and (min-width: 1200px) {
  .downloadable-list__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.downloadable-list__nav-btn {
  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;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #1E1E1E;
  color: #FFFFFF;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.downloadable-list__nav-btn svg {
  display: block;
}
.downloadable-list__nav-btn:hover {
  opacity: 0.85;
}
.downloadable-list__nav-btn.swiper-button-disabled {
  background: #f5f5f5;
  color: #AAAAAA;
  cursor: default;
}
.downloadable-list__nav-btn.swiper-button-disabled:hover {
  opacity: 1;
}
.downloadable-list__nav-btn.swiper-button-lock {
  display: none;
}

.anchor-links {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}
.anchor-links--editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: auto;
  visibility: visible;
  pointer-events: auto;
  padding: 10px 14px;
  border: 1px dashed #aaa;
  border-radius: 4px;
  background: #f9f9f9;
  color: #555;
  font-size: 13px;
  font-family: monospace;
}
.anchor-links__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #888;
}
.anchor-links__label strong {
  color: #1a1a1a;
}
.anchor-links__label em {
  color: #999;
  font-style: italic;
}

.social-block {
  margin-top: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
}
.social-block__wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 10.4px + 0.036 * 100vw, 48px);
  padding: clamp(40px, 8.2px + 0.053 * 100vw, 64px) 0;
  text-align: center;
}
.social-block__title {
  max-width: 640px;
  margin: 0 auto;
  color: #1e1e1e;
  font-weight: 400;
  font-size: clamp(24px, 13.2px + 0.018 * 100vw, 32px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.social-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: clamp(12px, 6.6px + 0.009 * 100vw, 16px);
}
@media only screen and (min-width: 900px) {
  .social-block__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
.social-block__item {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .social-block__item {
    width: 100%;
  }
}
.social-block__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  background-color: #0a6ee6;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .social-block__link {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 22px 24px;
  }
}
.social-block__link:hover {
  background-color: #085bbf;
  color: #FFFFFF;
}
.social-block__icon {
  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;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #0a6ee6;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
  .social-block__icon {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.social-block__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.social-block__label {
  white-space: nowrap;
}
/*# sourceMappingURL=main.css.map */