@charset "UTF-8";
/* 
@include on-event()
on event 

*/
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.theme--light {
  --icon-color: #1C1C1C;
  --text-color: #1C1C1C;
  --line-color: #434749;
  --accent-color: #00babc;
  --error-color: #ED4B18;
  --section-color: #FFFFFF;
  --background-color: #DFF5FC;
  --highlight-color: #00babc;
  --highlightsub-color: #40cbcd;
  --hover-text-color: #DFF5FC;
  --hover-background-color: #1C1C1C;
}
.theme--light.navbar--transparent {
  --line-color: #1C1C1C;
  --accent-color: #00babc;
  --error-color: #ED4B18;
  --section-color: #FFFFFF;
  --background-color: #DFF5FC;
  --highlight-color: #00babc;
  --highlightsub-color: #40cbcd;
  --hover-text-color: #DFF5FC;
  --hover-background-color: #1C1C1C;
}

.theme--dark {
  --icon-color: #DFF5FC;
  --text-color: #DFF5FC;
  --line-color: #434749;
  --accent-color: #00babc;
  --error-color: #ED4B18;
  --section-color: #1C1C1C;
  --background-color: #1C1C1C;
  --highlight-color: #00babc;
  --highlightsub-color: #40cbcd;
  --hover-text-color: #1C1C1C;
  --hover-background-color: #DFF5FC;
}
.theme--dark.navbar--transparent {
  ---icon-color: #DFF5FC;
  --text-color: #DFF5FC;
  --line-color: #DFF5FC;
  --accent-color: #00babc;
  --error-color: #ED4B18;
  --section-color: #1C1C1C;
  --background-color: #1C1C1C;
  --highlight-color: #00babc;
  --highlightsub-color: #40cbcd;
  --hover-text-color: #1C1C1C;
  --hover-background-color: #DFF5FC;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

main {
  display: block;
}

section {
  overflow: hidden;
}

.container {
  display: block;
  max-width: 1440px !important;
  margin: 0 auto;
  width: 95%;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
}

.container-fluid {
  display: block;
  width: 100%;
}

.row {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  width: 100%;
}

.all-width {
  display: block;
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: FuturaExtraBold;
  src: url("/assets/fonts/FuturaExtraBold.woff") format("woff"), url("/assets/fonts/FuturaExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaBold;
  src: url("/assets/fonts/FuturaBold.woff") format("woff"), url("/assets/fonts/FuturaBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaHeavy;
  src: url("/assets/fonts/FuturaHeavy.woff") format("woff"), url("/assets/fonts/FuturaHeavy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaMedium;
  src: url("/assets/fonts/FuturaMedium.woff") format("woff"), url("/assets/fonts/FuturaMedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaBook;
  src: url("/assets/fonts/FuturaBook.woff") format("woff"), url("/assets/fonts/FuturaBook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaDemi;
  src: url("/assets/fonts/FuturaDemi.woff") format("woff"), url("/assets/fonts/FuturaDemi.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FuturaLight;
  src: url("/assets/fonts/FuturaLight.woff") format("woff"), url("/assets/fonts/FuturaLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

h1.item-none {
  display: none;
}

p,
ul {
  margin: 0;
  padding: 0;
}

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

.futura-h1 {
  font-size: 110px;
  line-height: 102px;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: "FuturaBold", sans-serif;
  font-weight: 700;
}

.futura-h1--small {
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.futura-h2 {
  font-size: 48px;
  line-height: 56px;
  color: var(--text-color);
  font-family: "FuturaBold", sans-serif;
  font-weight: 700;
}

.futura-p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
}

.futura-pdemi {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}

.futura-pdemi--title {
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: initial;
}

.futura-pdemi--size16 {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .futura-h1 {
    font-size: 46px;
    line-height: 42px;
    font-family: "FuturaDemi", sans-serif;
  }
  .futura-h1--small {
    font-size: 46px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUP {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInUP {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left .icon {
  border-radius: 50%;
  background: #f00;
  animation: scaleAnimationCirc 1s infinite;
}

@-webkit-keyframes scaleAnimationCirc {
  0%, 100% {
    transform: scale(0.5);
    background: #f00;
    filter: blur(0px); /* Quitar el filtro al inicio y al final */
  }
  50% {
    transform: scale(0.7);
    background: #f00;
    filter: blur(0.25px); /* Aplicar el filtro de desenfoque durante la animación */
  }
}
@keyframes scaleAnimationCirc {
  0%, 100% {
    transform: scale(0.5);
    background: #f00;
    filter: blur(0px); /* Quitar el filtro al inicio y al final */
  }
  50% {
    transform: scale(0.7);
    background: #f00;
    filter: blur(0.25px); /* Aplicar el filtro de desenfoque durante la animación */
  }
}
/*** Estilos Temporales (no quitar de aquí) ***/
.hero-slide .logo-icons .icons-container > *,
.section-footer .logo-icons .icons-container > * {
  display: none;
}

.hero-slide .logo-icons .icons-container > li > a,
.section-footer .logo-icons .icons-container > li > a {
  margin-right: 0;
  width: 120px;
}

.hero-slide .logo-icons .icons-container > *:first-child,
.section-footer .logo-icons .icons-container > *:first-child {
  display: block !important;
}

.logo-icons .icons-container {
  justify-content: end !important;
}

.section-faqs .faqs-container .dropdown--faq {
  display: none;
}

.section-faqs .faqs-container .dropdown--faq:nth-child(1),
.section-faqs .faqs-container .dropdown--faq:nth-child(2),
.section-faqs .faqs-container .dropdown--faq:nth-child(3),
.section-faqs .faqs-container .dropdown--faq:nth-child(4) {
  display: block;
}

.page-faqs .section-faqs .faqs-container .dropdown--faq {
  display: block !important;
}

#dsystem {
  background-color: #bfebf8;
}
#dsystem .design-title {
  padding: 20px 0px;
  color: #FFFFFF;
  background-color: #1C1C1C;
  text-align: center;
}
#dsystem .design-info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#dsystem .design-info-container .design-info-col {
  width: 33.3333333333%;
}
#dsystem .content {
  padding: 35px 20px;
  padding-bottom: 70px;
}
#dsystem .content.content-form {
  background-color: var(--section-color);
  width: 500px;
  padding: 30px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
#dsystem .content.content-navbar {
  padding-left: 0px;
  padding-right: 0px;
}
#dsystem .content.content-navbar .design-info {
  margin-left: 40px;
}
#dsystem .content.content-cards .design-cards {
  background-color: var(--section-color);
}
#dsystem .content.content-cards .design-cards .card--border-deco,
#dsystem .content.content-cards .design-cards .card--related {
  width: 33.3333333333%;
}
#dsystem .content.content-cards .design-cards .card--people {
  width: 25%;
}
#dsystem .content.content-cards .design-cards .card--related {
  width: calc(33.3333333333% - 20px);
}
#dsystem .content.content-cards--text .design-info-container {
  display: flex;
}
#dsystem .content.content-cards--text .design-info-container .design-info-col {
  width: 25%;
}
#dsystem .content.content-cards--text .cards-container--text {
  background: var(--section-color);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#dsystem .content.content-cards--text .cards-container--text .card--text {
  width: 100%;
}
#dsystem .content .separator-line {
  max-width: 350px;
  margin: 20px 0px;
}
#dsystem .content .design-info {
  display: inline-block;
  padding: 7px 20px;
  font-size: 14px;
  color: #1C1C1C;
  background-color: rgba(255, 255, 255, 0.5);
}
#dsystem .content .design-info span {
  text-transform: uppercase;
  font-weight: bold;
}
#dsystem .content .design-colors {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
}
#dsystem .content .design-colors .design-color {
  width: 16.6666666667%;
}
#dsystem .content .design-colors .design-color .color {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
#dsystem .content .design-colors .design-color .color.blue--1 {
  background-color: #00babc;
}
#dsystem .content .design-colors .design-color .color.blue--2 {
  background-color: #40cbcd;
}
#dsystem .content .design-colors .design-color .color.blue--3 {
  background-color: #7fdcdd;
}
#dsystem .content .design-colors .design-color .color.blue--4 {
  background-color: #bfeeee;
}
#dsystem .content .design-colors .design-color .color.blue--5 {
  background-color: #DFF5FC;
}
#dsystem .content .design-colors .design-color .color.blue--6 {
  background-color: #EFFAFD;
}
#dsystem .content .design-colors .design-color .color.gold--1 {
  background-color: #00babc;
}
#dsystem .content .design-colors .design-color .color.purple--1 {
  background-color: #809EFF;
}
#dsystem .content .design-colors .design-color .color.gray--1 {
  background-color: #C0C0C0;
}
#dsystem .content .design-colors .design-color .color.black--1 {
  background-color: #1C1C1C;
}
#dsystem .content .design-buttons {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
}
#dsystem .content .design-buttons .design-button {
  width: 16.6666666667%;
}
#dsystem .content .design-buttons .design-button .button-group a,
#dsystem .content .design-buttons .design-button .button-group button {
  margin: 10px 0px;
}
#dsystem .content .design-navbaritems {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
}
#dsystem .content .design-navbaritems .design-navbaritem {
  width: 50%;
  padding: 20px;
  background-color: var(--section-color);
}
#dsystem .content .design-navbaritems .design-navbaritem.dropdown-content .dropdown {
  margin-bottom: 30px;
}
#dsystem .content .design-navbaritems .design-navbaritem .social-icons {
  margin: 20px 0px;
}
#dsystem .content .design-navbaritems .design-navbaritem .logo-icons {
  margin: 20px 0px;
}
#dsystem .content .design-navbaritems .design-navbaritem .logo-icons .icons-container {
  width: 60%;
  max-width: 530px;
}
#dsystem .content .design-navbaritems .design-navbaritem .logo-icons .icons-container li {
  width: 25%;
}
#dsystem .content .design-navbaritems .design-navbaritem .proguess-bar {
  margin: 30px 0px;
}
#dsystem .content.content-backgrounds .backgrounds-container,
#dsystem .content.content-backgrounds .design-info-container {
  display: flex;
}
#dsystem .content.content-backgrounds .backgrounds-container > div,
#dsystem .content.content-backgrounds .design-info-container > div {
  width: 25%;
}
#dsystem .content.content-backgrounds .backgrounds-container > div {
  background-color: var(--section-color);
  height: 350px;
}
#dsystem #desktop-navbar.navbar {
  position: relative;
}
#dsystem #mobile-navbar.navbar {
  position: relative;
}

.general-sections {
  background-color: #bfebf8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 50px;
}
.general-sections .return {
  display: block;
  margin-bottom: 20px;
}
.general-sections .design-title {
  margin-bottom: 20px;
}

.pages-sections-markers .design-info {
  background-color: #bfebf8;
  width: 100%;
  display: inline-block;
  padding: 7px 20px;
  font-size: 14px;
  color: #1C1C1C;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.pages-sections-markers .design-info span {
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .design-color,
  .design-button,
  .design-navbaritem {
    width: 100% !important;
  }
}
.section-footer {
  background: var(--section-color);
  padding: 150px 0 50px;
  display: flex;
}
.section-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  row-gap: 35px;
}
.section-footer .container .footer-title {
  width: auto;
  margin-bottom: 50px;
}
.section-footer .container .footer-item {
  display: flex;
  flex: 50%;
}
.section-footer .container .footer-item:nth-child(1) {
  flex: 100%;
}
.section-footer .container .footer-item:nth-child(4) {
  flex-direction: column;
}
.section-footer .container .footer-item:nth-child(3), .section-footer .container .footer-item:nth-child(7) {
  justify-content: flex-end;
}
.section-footer .container .footer-item:nth-child(2), .section-footer .container .footer-item:nth-child(3), .section-footer .container .footer-item:nth-child(4), .section-footer .container .footer-item:nth-child(5) {
  padding-bottom: 30px;
}
.section-footer .container .footer-item:nth-child(8) {
  flex: 80%;
}
.section-footer .container .footer-item:nth-child(9) {
  flex: 20%;
}
.section-footer .container .footer-item:nth-child(8), .section-footer .container .footer-item:nth-child(9) {
  border-top: 1px solid;
  border-color: var(--line-color);
  padding-top: 35px;
  align-items: baseline;
}
.section-footer .container .footer-item .footer-logo {
  -webkit-mask-image: url(/assets/img/web42-logo.svg);
  mask-image: url(/assets/img/web42-logo.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 18/4;
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
}
.section-footer .container .footer-item .footer-logo:hover {
  transform: scale(1.1);
}
.section-footer .container .footer-item .footer-logo:focus-visible + span {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #F7F1F2;
  outline: 2px solid #1C1C1C;
}
.section-footer .container .footer-item .footer-logo--container {
  display: inline-block;
  position: relative;
  width: 180px;
}
.section-footer .container .footer-item > p {
  max-width: 400px;
  margin: 0 32px 10px 0;
}
.section-footer .container .footer-item .box-footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-footer .container .footer-item .box-footer-nav .box-navs {
  width: 100%;
}
.section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav .item-nav {
  width: 50%;
  display: block;
  margin-bottom: 15px;
}
.section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav .item-nav a {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav .item-nav a:hover {
  text-decoration: underline;
}
.section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav .item-nav:last-child {
  margin-bottom: 0;
}
.section-footer .container .footer-item .box-footer-nav .box-dropdowns {
  display: flex;
  position: relative;
  top: -5px;
}
.section-footer .container .footer-item .box-footer-nav .box-dropdowns .dropdown {
  margin-right: 60px;
}
.section-footer .container .footer-item .box-footer-nav .box-dropdowns .dropdown:last-child {
  margin-right: 0;
}
.section-footer .container .footer-item .text-icon {
  max-width: 223px;
  text-decoration: none;
  order: -1;
}
.section-footer .container .footer-item .logo-icons {
  opacity: 0.45;
}
.section-footer .container .footer-item .logo-icons .icons-container {
  flex-wrap: nowrap;
  max-width: 530px;
}
.section-footer .container .footer-item .text-icon {
  max-width: 225px;
  align-items: center;
  text-decoration: none;
}
.section-footer .container .footer-item .text-icon:after {
  top: -5px;
  position: relative;
}
.section-footer .container .footer-item .copyright {
  margin-right: 75px;
}
.section-footer .container .footer-item .footer-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-footer .container .footer-item .footer-nav .item-nav a {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.section-footer .container .footer-item .footer-nav .item-nav a:hover {
  text-decoration: underline;
}
.section-footer .container .footer-item .footer-nav .item-nav:last-child {
  margin-right: 0;
}
.section-footer .container .footer-item .social-icons {
  display: flex;
  margin-left: auto;
}
.section-footer.bg-shape.bg-shape--2 {
  background-size: 570px auto;
  background-position: top right;
  background-position-x: calc(100% + 133px);
  background-position-y: -250px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .section-footer .container .footer-item .copyright {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-footer {
    padding: 120px 0 35px;
  }
  .section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav {
    margin-right: 35px;
  }
  .section-footer .container .footer-item .box-footer-nav .box-dropdowns .dropdown {
    margin-right: 35px;
  }
  .section-footer.bg-shape.bg-shape--2 {
    background-image: none;
  }
}
@media only screen and (max-width: 960px) {
  .section-footer {
    padding: 70px 0 50px;
  }
  .section-footer .container {
    row-gap: 25px;
  }
  .section-footer .container .footer-item:nth-child(1) {
    order: 0;
  }
  .section-footer .container .footer-item:nth-child(2) {
    order: 1;
    padding-bottom: 0;
  }
  .section-footer .container .footer-item:nth-child(3) {
    order: 2;
    padding-bottom: 0;
  }
  .section-footer .container .footer-item:nth-child(4) {
    order: 4;
    flex: 40%;
  }
  .section-footer .container .footer-item:nth-child(5) {
    order: 5;
    flex: 60%;
  }
  .section-footer .container .footer-item:nth-child(6) {
    order: 6;
  }
  .section-footer .container .footer-item:nth-child(7) {
    order: 7;
  }
  .section-footer .container .footer-item:nth-child(8) {
    order: 8;
  }
  .section-footer .container .footer-item:nth-child(9) {
    order: 3;
    flex: 100%;
    border: 0;
    padding-top: 0;
  }
  .section-footer .container .footer-item .social-icons {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-footer {
    padding: 70px 0 50px;
  }
  .section-footer .container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section-footer .container .footer-title {
    margin-bottom: 70px;
  }
  .section-footer .container .footer-item:nth-child(1) {
    order: 0;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .section-footer .container .footer-item:nth-child(2) {
    order: 1;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .section-footer .container .footer-item:nth-child(3) {
    order: 6;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .section-footer .container .footer-item:nth-child(4) {
    order: 3;
    border-bottom: 1px solid;
    border-color: var(--line-color);
    flex: 100%;
    justify-content: flex-start;
    padding-bottom: 25px;
  }
  .section-footer .container .footer-item:nth-child(5) {
    order: 4;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .section-footer .container .footer-item:nth-child(6) {
    order: 7;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
    border-top: 1px solid;
    border-color: var(--line-color);
    padding-top: 25px;
  }
  .section-footer .container .footer-item:nth-child(7) {
    order: 6;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .section-footer .container .footer-item:nth-child(8) {
    order: 8;
    border: 0;
    flex: 100%;
    justify-content: flex-start;
    padding: 0;
    flex-direction: column;
  }
  .section-footer .container .footer-item:nth-child(9) {
    order: 2;
    border: 0;
    flex: 100%;
    justify-content: flex-start;
    padding: 10px 0 0 0;
  }
  .section-footer .container .footer-item .button-container {
    margin-bottom: 0;
  }
  .section-footer .container .footer-item .box-footer-nav {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .section-footer .container .footer-item .box-footer-nav .box-navs {
    border-bottom: 1px solid;
    border-color: var(--line-color);
    padding-bottom: 25px;
    width: 100%;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav .item-nav {
    min-width: 120px;
  }
  .section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav:first-child {
    margin-right: 20px;
  }
  .section-footer .container .footer-item .box-footer-nav .box-navs .footer-nav:last-child {
    margin-right: 0;
  }
  .section-footer .container .footer-item .box-footer-nav .box-dropdowns {
    order: -1;
    border-bottom: 1px solid;
    border-color: var(--line-color);
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .section-footer .container .footer-item .box-footer-nav .box-dropdowns .dropdown {
    margin-right: 35px;
  }
  .section-footer .container .footer-item .footer-nav--3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section-footer .container .footer-item .logo-icons {
    width: 100%;
  }
  .section-footer .container .footer-item .copyright {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .section-footer {
    padding: 30px 0 100px;
  }
  .section-footer .container .footer-title {
    margin-bottom: 45px;
  }
  .section-footer .container .footer-item > p {
    max-width: 260px;
    margin: 30px 0 25px;
  }
  .section-footer .container .footer-item .logo-icons .icons-container {
    flex-flow: row wrap;
  }
  .section-footer .container .footer-item .logo-icons .icons-container .icon-logo {
    display: block;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 45%;
    max-width: 120px;
  }
}
.text-deco .text-deco--circle {
  display: inline-block;
  background-image: url(/assets/img/circle-test.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 60px;
  background-size: 100%;
  padding-top: 0.2em;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-color: var(--text-color);
  word-break: break-word;
  line-height: 0.9 !important;
}

.separator-line {
  height: 1px;
  background-color: var(--line-color);
  width: 100%;
}

.futura-h1 {
  line-height: 1.2;
}
.futura-h1.futura-h1--degraded {
  background: radial-gradient(50% 50% at 50% 50%, #2dd57a 35.42%, #00babc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.futura-h1.futura-h1--icon {
  display: flex;
  align-items: baseline;
}
.futura-h1.futura-h1--icon:after {
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  content: "";
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin-left: 20px;
  transition: all 0.3s linear;
}
.futura-h1.futura-h1--icon.futura-h1--degraded:after {
  background: radial-gradient(50% 50% at 50% 50%, #2dd57a 35.42%, #00babc 100%);
}
.futura-h1.icon--diagonal_arrow:after {
  -webkit-mask-image: url(/assets/img/diagonal_arrow.svg);
  mask-image: url(/assets/img/diagonal_arrow.svg);
}

a.futura-h1:hover, button.futura-h1:hover {
  transform: scale(1.05) !important;
  transform-origin: left;
}

@media only screen and (max-width: 960px) {
  .futura-h1 {
    font-size: 80px;
  }
  .futura-h1.futura-h1--icon:after {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .futura-h1 {
    font-size: 68px;
  }
  .futura-h1.futura-h1--icon:after {
    height: 36px;
    width: 36px;
    min-width: 36px;
    margin-left: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .futura-h1 {
    font-size: 46px;
  }
  .futura-h1.futura-h1--icon:after {
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin-left: 12px;
  }
}
.futura-title_small {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.futura-title_small span {
  text-transform: uppercase;
}
.futura-title_small.futura-title_small--after_text:after {
  content: "";
  margin-left: 15px;
}
.futura-title_small.futura-title_small--after_text.after--double_stripe:after {
  content: "//";
}
.futura-title_small.futura-title_small--icon:before {
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  transition: all 0.3s linear;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-right: 15px;
}
.futura-title_small.icon--faqs:before {
  -webkit-mask-image: url(/assets/img/faqs_icon.svg);
  mask-image: url(/assets/img/faqs_icon.svg);
}
.futura-title_small.icon--pattern:before {
  -webkit-mask-image: url(/assets/img/pattern_icon.svg);
  mask-image: url(/assets/img/pattern_icon.svg);
}
.futura-title_small.icon--school:before {
  -webkit-mask-image: url(/assets/img/school.svg);
  mask-image: url(/assets/img/school.svg);
}

.text-icon {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.text-icon:before {
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  content: "";
  height: 38px;
  width: 38px;
  min-width: 38px;
  margin-right: 15px;
  transition: all 0.3s linear;
}
.text-icon.text-icon--after:before {
  display: none;
}
.text-icon.text-icon--after:after {
  display: block;
  content: "";
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.3s linear;
  height: 19px;
  width: 19px;
  min-width: 19px;
  margin-left: 15px;
}
.text-icon.icon--diagonal_arrow:before, .text-icon.icon--diagonal_arrow:after {
  -webkit-mask-image: url(/assets/img/diagonal_arrow.svg);
  mask-image: url(/assets/img/diagonal_arrow.svg);
}
.text-icon.icon--aepd:before, .text-icon.icon--aepd:after {
  -webkit-mask-image: url(/assets/img/aepd_icon.svg);
  mask-image: url(/assets/img/aepd_icon.svg);
}

a.text-icon:hover {
  transform: scale(1.1);
}

.bg-shape {
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-shape.bg-shape--1 {
  background-image: url(../img/bg-shape-1.svg);
}
.bg-shape.bg-shape--2 {
  background-image: url(../img/bg-shape-2.svg);
}
.bg-shape.bg-shape--3 {
  background-image: url(../img/bg-shape-3.svg);
}
.bg-shape.bg-shape--4 {
  background-image: url(../img/bg-shape-4.svg);
}

.icon-social {
  display: block;
  width: 20px;
  height: 20px;
  transition: background-color 0.1s linear;
}
.icon-social.icon--facebook, .icon-social.icon--linkedin, .icon-social.icon--twitter, .icon-social.icon--instagram, .icon-social.icon--youtube {
  position: relative;
}
.icon-social.icon--facebook {
  -webkit-mask-image: url(/assets/img/facebook-icon.svg);
  mask-image: url(/assets/img/facebook-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top: 1px;
  height: 22px;
}
.icon-social.icon--linkedin {
  -webkit-mask-image: url(/assets/img/linkedin-icon.svg);
  mask-image: url(/assets/img/linkedin-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 16px;
  top: -1px;
}
.icon-social.icon--twitter {
  -webkit-mask-image: url(/assets/img/twitter-icon.svg);
  mask-image: url(/assets/img/twitter-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 16px;
}
.icon-social.icon--instagram {
  -webkit-mask-image: url(/assets/img/instagram-icon.svg);
  mask-image: url(/assets/img/instagram-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 16px;
}
.icon-social.icon--youtube {
  -webkit-mask-image: url(/assets/img/youtube-icon.svg);
  mask-image: url(/assets/img/youtube-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 16px;
}
.icon-social:hover {
  background-color: var(--highlight-color);
  transform: scale(1.2);
}

.date-social {
  display: flex;
  align-items: center;
  transition: background-color 0.1s linear;
}
.date-social .date-icon {
  -webkit-mask-image: url(/assets/img/calendar-icon.svg);
  mask-image: url(/assets/img/calendar-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.date-social .date-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
}

.icon-logo {
  display: block;
  margin-right: 30px;
}
.icon-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.icon-logo:hover {
  transform: scale(1.1);
}
.button-container {
  display: block;
}
.button-container.button-container--center {
  text-align: center;
}
.button-container.button-container--right {
  text-align: right;
}
.button-container__hero {
  margin-bottom: 55px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 16.5px 24px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid;
  transition: all 0.1s linear;
}
.button.button--disabled {
  pointer-events: none;
}
.button:hover {
  transition: all 0.1s linear;
  text-decoration: underline;
}
.button.button--fluid {
  display: flex;
}
.button.button--fluid span {
  text-align: center;
}
.button.button-light {
  border-color: #00a5a7;
  color: #1C1C1C;
  background-color: #00a5a7;
}
.button.button-light.button--disabled {
  border-color: #373737;
  color: #787f84;
  background-color: #373737;
}
.button.button-light:hover {
  background-color: #FFFFFF;
}
.button.button-dark {
  border-width: 1px;
  border-color: #676e73;
  color: #00babc;
  background-color: #1C1C1C;
}
.button.button-dark:hover {
  opacity: 0.6;
}
.button.button-dark.button--disabled {
  border-color: #676e73;
  color: #676e73;
  background-color: #1C1C1C;
}
.button.button-darkborder {
  border-color: #1C1C1C;
  color: #00babc;
  background-color: #1C1C1C;
}
.button.button-darkborder.button--disabled {
  border-color: #1C1C1C;
  color: #676e73;
  background-color: #1C1C1C;
}
.button:focus-visible {
  border: 2px solid #FFFFFF;
  outline: 2px solid #000000;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 16.5px 24px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid;
  transition: all 0.1s linear;
}
.button-icon.button--disabled {
  pointer-events: none;
}
.button-icon:hover {
  transition: all 0.1s linear;
  text-decoration: underline;
}
.button-icon.button--fluid {
  display: flex;
}
.button-icon.button--fluid span {
  text-align: center;
}
.button-icon:before {
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.button-icon.button-light {
  border-color: #40cbcd;
  color: #1C1C1C;
  background-color: #40cbcd;
}
.button-icon.button-light:before {
  background-color: #1C1C1C;
}
.button-icon.button-light:hover {
  background-color: #FFFFFF;
}
.button-icon.button-light.button--disabled {
  border-color: #373737;
  color: #787f84;
  background-color: #373737;
}
.button-icon.button-light.button--disabled:before {
  background-color: #787f84;
}
.button-icon.button-dark {
  border-color: #676e73;
  color: #00babc;
  background-color: #1C1C1C;
}
.button-icon.button-dark:before {
  background-color: #00babc;
}
.button-icon.button-dark:hover {
  color: #1C1C1C;
  background-color: #E6E1E5;
  filter: none;
}
.button-icon.button-dark:hover:before {
  background-color: #1C1C1C;
}
.button-icon.button-dark.button--disabled {
  border-color: #676e73;
  color: #676e73;
  background-color: #1C1C1C;
}
.button-icon.button-dark.button--disabled:before {
  background-color: #676e73;
}
.button-icon.button-darkborder {
  border-color: #1C1C1C;
  color: #00babc;
  background-color: #1C1C1C;
}
.button-icon.button-darkborder:before {
  background-color: #00babc;
}
.button-icon.button-darkborder.button--disabled {
  border-color: #1C1C1C;
  color: #676e73;
  background-color: #1C1C1C;
}
.button-icon.button-darkborder.button--disabled:before {
  background-color: #676e73;
}
.button-icon.button-icon--plus:before {
  -webkit-mask-image: url(/assets/img/plus-icon.svg);
  mask-image: url(/assets/img/plus-icon.svg);
}
.button-icon.button-icon--rotation:before {
  -webkit-mask-image: url(/assets/img/3d_rotation.svg);
  mask-image: url(/assets/img/3d_rotation.svg);
}
.button-icon.button-icon--play:before {
  -webkit-mask-image: url(/assets/img/play-icon.svg);
  mask-image: url(/assets/img/play-icon.svg);
}
.button-icon.button-icon--share:before {
  -webkit-mask-image: url(/assets/img/share-icon.svg);
  mask-image: url(/assets/img/share-icon.svg);
}
.button-icon:focus-visible {
  border: 2px solid #FFFFFF;
  outline: 2px solid #000000;
}

.button-icon-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.1s linear;
  background-color: transparent;
}
.button-icon-text.button--disabled {
  pointer-events: none;
}
.button-icon-text:hover {
  transition: all 0.1s linear;
  text-decoration: underline;
}
.button-icon-text.button--fluid {
  display: flex;
}
.button-icon-text.button--fluid span {
  text-align: center;
}
.button-icon-text:before {
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.button-icon-text.button-light {
  color: var(--text-color);
}
.button-icon-text.button-light:before {
  background-color: var(--icon-color);
}
.button-icon-text.button-dark {
  color: var(--text-color);
}
.button-icon-text.button-dark:before {
  background-color: var(--icon-color);
}
.button-icon-text.button-icon--play:before {
  -webkit-mask-image: url(/assets/img/play-icon.svg);
  mask-image: url(/assets/img/play-icon.svg);
}
.button-icon-text.button-icon--rotation:before {
  -webkit-mask-image: url(/assets/img/3d_rotation.svg);
  mask-image: url(/assets/img/3d_rotation.svg);
}
.button-icon-text.button-icon--share:before {
  -webkit-mask-image: url(/assets/img/share-icon.svg);
  mask-image: url(/assets/img/share-icon.svg);
}

.input-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--line-color);
  background-color: transparent;
  transition: border-color 0.3s linear;
}
.input-text--small {
  padding: 10px;
}
.input-text:focus {
  outline: none;
}
.input-text.input--error {
  border-color: var(--error-color);
}

.input-label {
  color: #DFF5FC;
  margin-top: 15px;
  display: block;
}

.input-checkbox {
  appearance: none;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--icon-color);
  border-radius: 3px;
  background-color: transparent;
  transition: all 0.1s linear;
}
.input-checkbox:checked {
  background-color: rgb(236, 72, 153);
}
.input-checkbox:checked:after {
  content: "/";
  display: block;
  text-align: center;
}
.input-checkbox.input--error {
  border-color: var(--error-color);
}

.input-radio-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-radio-container .input-radio {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--text-color);
  cursor: pointer;
}
.input-radio-container .input-radio:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}
.input-radio-container .input-radio:checked:before {
  background: var(--text-color);
}
.input-radio-container .label {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}

.input-select {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 20px 16px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--line-color);
  background-color: transparent;
  transition: border-color 0.3s linear;
}
.input-select--small {
  padding: 10px;
}
.input-select option {
  background-color: var(--background-color);
  color: var(--text-color);
  border-bottom: 1px solid var(--line-color);
  padding: 10px 20px;
  transition: background-color 0.1s linear;
}
.input-select option:hover {
  color: var(--hover-text-color);
  background-color: var(--hover-background-color);
}
.input-select.input--error {
  border-color: var(--error-color);
}

.skip-link {
  position: absolute;
  top: -999px;
  left: 0;
  background-color: #000;
  color: #fff !important;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}

.input-textarea {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--line-color);
  resize: vertical;
  background-color: transparent;
  transition: border-color 0.3s linear;
}
.input-textarea--small {
  padding: 10px;
}
.input-textarea--has-label {
  margin-top: 15px;
}
.input-textarea:focus {
  outline: none;
}
.input-textarea.input--error {
  border-color: var(--error-color);
}

.pause-animations {
  appearance: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 0;
}
.pause-animations--pause {
  -webkit-mask-image: url("../img/icon-pause.svg");
  mask-image: url("../img/icon-pause.svg");
  background-color: #ffffff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.pause-animations--play {
  -webkit-mask-image: url("../img/icon-play.svg");
  mask-image: url("../img/icon-play.svg");
  background-color: #ffffff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.pause-animations:focus-visible + .pause-animations__span {
  border-color: #fff;
}
.pause-animations:hover {
  transform: scale(1.2);
}

.pause-animations__span {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 26px;
  transform: translate(-2px, -23px);
  border: 2px solid transparent;
  pointer-events: none;
}

.dropdown.dropdown--faq button.dropdown-title {
  display: flex;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--line-color);
  width: 100%;
  text-align: left;
}
.dropdown.dropdown--faq .dropdown-title .dropdown-title--text {
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown.dropdown--faq .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/plus-icon.svg);
  mask-image: url(/assets/img/plus-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.dropdown.dropdown--faq .dropdown-list .item {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  padding: 15px 0px;
}
.dropdown.dropdown--faq .dropdown-list .item ul,
.dropdown.dropdown--faq .dropdown-list .item ol {
  padding-left: 30px;
  padding-top: 10px;
}
.dropdown.dropdown--faq .dropdown-list .item ul li,
.dropdown.dropdown--faq .dropdown-list .item ol li {
  list-style: disc;
  padding-bottom: 10px;
}
.dropdown.dropdown--menu .dropdown-title .dropdown-title--text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaHeavy", sans-serif;
  font-weight: 600;
}
.dropdown.dropdown--menu .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/chevron-icon.svg);
  mask-image: url(/assets/img/chevron-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.dropdown.dropdown--menu .dropdown-list {
  border-bottom: 1px solid var(--line-color);
}
.dropdown.dropdown--menu .dropdown-list .item {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaHeavy", sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  transition: color 0.1s linear;
  text-decoration: none;
}
.dropdown.dropdown--menu .dropdown-list .item .item-icon {
  -webkit-mask-image: url(/assets/img/arrow-icon.svg);
  mask-image: url(/assets/img/arrow-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  transition: color 0.1s linear;
}
.dropdown.dropdown--menu .dropdown-list .item:first-child {
  padding-top: 0px;
}
.dropdown.dropdown--menu .dropdown-list .item.active {
  color: var(--highlightsub-color);
}
.dropdown.dropdown--menu .dropdown-list .item.active .item-icon {
  background-color: var(--highlightsub-color);
}
.dropdown.dropdown--menu .dropdown-list .item:hover, .dropdown.dropdown--menu .dropdown-list .item:active, .dropdown.dropdown--menu .dropdown-list .item:focus, .dropdown.dropdown--menu .dropdown-list .item:focus-within {
  color: var(--highlightsub-color);
}
.dropdown.dropdown--menu .dropdown-list .item:hover .item-icon, .dropdown.dropdown--menu .dropdown-list .item:active .item-icon, .dropdown.dropdown--menu .dropdown-list .item:focus .item-icon, .dropdown.dropdown--menu .dropdown-list .item:focus-within .item-icon {
  background-color: var(--highlightsub-color);
}
.dropdown.dropdown--mainmenu .dropdown-container {
  display: inline-block;
  position: relative;
}
.dropdown.dropdown--mainmenu button.dropdown-title {
  background-color: transparent;
  border: none;
}
.dropdown.dropdown--mainmenu .dropdown-title {
  padding: 5px 0px;
  display: inline-flex;
}
.dropdown.dropdown--mainmenu .dropdown-title .dropdown-title--text {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 600px;
  margin-right: 15px;
}
.dropdown.dropdown--mainmenu .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/chevron-icon.svg);
  mask-image: url(/assets/img/chevron-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaHeavy", sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  text-decoration: none;
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item .item-icon {
  -webkit-mask-image: url(/assets/img/arrow-icon.svg);
  mask-image: url(/assets/img/arrow-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item.active {
  color: var(--highlight-color);
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item.active .item-icon {
  background-color: var(--highlightsub-color);
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item:hover, .dropdown.dropdown--mainmenu .dropdown-submenu .item:active, .dropdown.dropdown--mainmenu .dropdown-submenu .item:focus, .dropdown.dropdown--mainmenu .dropdown-submenu .item:focus-within {
  color: var(--highlight-color);
}
.dropdown.dropdown--mainmenu .dropdown-submenu .item:hover .item-icon, .dropdown.dropdown--mainmenu .dropdown-submenu .item:active .item-icon, .dropdown.dropdown--mainmenu .dropdown-submenu .item:focus .item-icon, .dropdown.dropdown--mainmenu .dropdown-submenu .item:focus-within .item-icon {
  background-color: var(--highlightsub-color);
}
.dropdown.dropdown--mainmenu.dropdown--center {
  text-align: center;
}
.dropdown.dropdown--mainmenu.dropdown--right {
  text-align: right;
}
.dropdown.dropdown--menulan .dropdown-title {
  padding-left: 20px;
  padding-right: 20px;
}
.dropdown.dropdown--menulan .dropdown-title .dropdown-title--text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.dropdown.dropdown--menulan .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/fillchevron-icon.svg);
  mask-image: url(/assets/img/fillchevron-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 10px;
}
.dropdown.dropdown--menulan .dropdown-list {
  border-bottom: 1px solid var(--line-color);
}
.dropdown.dropdown--menulan .dropdown-list .item {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.dropdown.dropdown--menulan .dropdown-list .item .item-icon {
  -webkit-mask-image: url(/assets/img/arrow-icon.svg);
  mask-image: url(/assets/img/arrow-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
}
.dropdown.dropdown--menulan .dropdown-list .item:first-child {
  padding-top: 0px;
}
.dropdown.dropdown--menulan .dropdown-list .item:hover {
  color: var(--highlightsub-color);
}
.dropdown.dropdown--menulan .dropdown-list .item:hover .item-icon {
  background-color: var(--highlightsub-color);
}
.dropdown.dropdown--small {
  position: relative;
  z-index: 1;
}
.dropdown.dropdown--small .dropdown-container {
  display: inline-block;
  position: relative;
}
.dropdown.dropdown--small button.dropdown-title {
  background-color: transparent;
  border: none;
}
.dropdown.dropdown--small .dropdown-title {
  padding: 5px 0px;
  display: inline-flex;
}
.dropdown.dropdown--small .dropdown-title .dropdown-title--text {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 20px;
}
.dropdown.dropdown--small .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/chevron-icon.svg);
  mask-image: url(/assets/img/chevron-icon.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.dropdown.dropdown--small .dropdown-title:hover .dropdown-title--text {
  color: var(--highlight-color);
}
.dropdown.dropdown--small .dropdown-title:hover .dropdown-title--icon {
  background-color: var(--highlight-color);
}
.dropdown.dropdown--small .dropdown-list {
  width: 100%;
  position: absolute;
}
.dropdown.dropdown--small .dropdown-list .item {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  background-color: var(--section-color);
  border-top: 1px solid var(--line-color);
  transition: background-color 0.1s linear !important;
}
.dropdown.dropdown--small .dropdown-list .item .item-text {
  text-decoration: none;
  color: inherit;
}
.dropdown.dropdown--small .dropdown-list .item:first-child {
  border: none;
}
.dropdown.dropdown--small .dropdown-list .item:hover {
  color: var(--hover-text-color);
  background-color: var(--hover-background-color);
  text-decoration: underline;
}
.dropdown.dropdown--small.dropdown--center {
  text-align: center;
}
.dropdown.dropdown--small.dropdown--right {
  text-align: right;
}
.dropdown .dropdown-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0px;
}
.dropdown .dropdown-title .dropdown-title--text {
  transition: color 0.3s linear;
}
.dropdown .dropdown-title .dropdown-title--icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.3s linear;
}
.dropdown .dropdown-title:hover .dropdown-title--text {
  color: var(--highlight-color);
  text-decoration: underline;
}
.dropdown .dropdown-title:hover .dropdown-title--icon {
  background-color: var(--highlight-color);
}
.dropdown .dropdown-title:focus-visible {
  border: 2px solid #fff !important;
  outline: 2px solid #000;
}
.dropdown .dropdown-list {
  width: 100%;
  display: none;
}
.dropdown .dropdown-submenu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 460px;
  padding: 0px;
  background-color: var(--section-color);
  border-radius: 10px;
  border: 1px solid var(--line-color);
  z-index: 3;
}
.dropdown .dropdown-submenu:before, .dropdown .dropdown-submenu:after {
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  transition: all 0.3s linear;
  -webkit-mask-image: url(/assets/img/arrow_nav-icon.svg);
  mask-image: url(/assets/img/arrow_nav-icon.svg);
  top: 1px;
  background: var(--section-color);
  left: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 2;
}
.dropdown .dropdown-submenu:after {
  width: 18px;
  height: 17px;
  left: calc(50% - 2px);
  background: var(--line-color);
  top: 0;
  z-index: 1;
}
.dropdown .dropdown-submenu-background {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50px;
  width: 460px;
  height: 0px;
  background-color: var(--section-color);
  border-radius: 10px;
  border: 1px solid var(--line-color);
  z-index: 2;
}
.dropdown:not(:first-child):not(:last-child) .dropdown-submenu {
  left: calc(50% - 230px);
}
.dropdown:not(:first-child):not(:last-child) .dropdown-submenu-background {
  left: calc(50% - 230px + 10px);
}
.dropdown:first-child .dropdown-submenu {
  left: -40px;
}
.dropdown:first-child .dropdown-submenu:before, .dropdown:first-child .dropdown-submenu:after {
  left: 18.5%;
}
.dropdown:first-child .dropdown-submenu:after {
  left: calc(18.5% - 2px);
}
.dropdown:first-child .dropdown-submenu-background {
  left: -30px;
}
.dropdown:last-child .dropdown-submenu {
  right: -40px;
}
.dropdown:last-child .dropdown-submenu:before, .dropdown:last-child .dropdown-submenu:after {
  left: 70%;
}
.dropdown:last-child .dropdown-submenu:after {
  left: calc(70% - 2px);
}
.dropdown:last-child .dropdown-submenu-background {
  right: -50px;
}
.dropdown.open .dropdown-title .dropdown-title--text {
  color: var(--highlight-color);
}
.dropdown.open .dropdown-title .dropdown-title--icon {
  background-color: var(--highlight-color);
}
.dropdown.open.dropdown--faq .dropdown-title .dropdown-title--icon {
  -webkit-mask-image: url(/assets/img/minus-icon.svg);
  mask-image: url(/assets/img/minus-icon.svg);
}
.dropdown.open.dropdown--menu .dropdown-title .dropdown-title--icon {
  transform: scaleY(-1);
}
.dropdown.open.dropdown--mainmenu .dropdown-title .dropdown-title--icon {
  transform: scaleY(-1);
}
.dropdown.open.dropdown--menulan .dropdown-title .dropdown-title--icon {
  transform: scaleY(-1);
  margin-top: -10px;
}
.dropdown.open.dropdown--small .dropdown-title .dropdown-title--icon {
  transform: scaleY(-1);
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .dropdown-submenu,
.dropdown.open .dropdown-submenu-background {
  display: block;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.dropdown.open .dropdown-submenu {
  padding: 35px;
}

.logo-icons {
  display: flex;
}
.logo-icons .icons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.logo-icons .icons-container li:last-child .icon-logo {
  margin: 0;
}
.logo-icons.logo-icons--center {
  justify-content: center;
}
.logo-icons.logo-icons--right {
  justify-content: right;
}

.social-icons {
  display: flex;
}
.social-icons .icons-container {
  display: inline-flex;
  align-items: center;
}
.social-icons .icons-container li {
  margin-right: 12px;
}
.social-icons .icons-container li:last-child {
  margin-right: 0;
}
.social-icons .icons-container li .icon-social:focus-visible + span {
  border-color: #fff;
}
.social-icons .icons-container li span {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 26px;
  transform: translate(-2px, -23px);
  border: 2px solid transparent;
  pointer-events: none;
}
.social-icons.social-icons--center {
  justify-content: center;
}
.social-icons.social-icons--right {
  justify-content: right;
}

#desktop-navbar {
  display: block;
}
#desktop-navbar *:not(.dropdown-submenu-background) {
  transition: all 0.3s linear;
}
#desktop-navbar.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: all 0.3s linear;
}
#desktop-navbar.navbar .navbar--secondary {
  padding: 0px 40px;
  background-color: var(--section-color);
}
#desktop-navbar.navbar .navbar--secondary .navbar-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left {
  width: 60%;
  display: flex;
  align-items: center;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left .icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left .text,
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left a {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 450px;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left .text:hover,
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left a:hover {
  text-decoration: none;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-left a:hover {
  color: var(--highlight-color);
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-right .navbar-right--1 {
  margin-right: 30px;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-right .navbar-right--2 {
  margin-right: 40px;
}
#desktop-navbar.navbar .navbar--secondary .navbar-container .navbar-right .navbar-right--3 {
  margin-right: 40px;
}
#desktop-navbar.navbar .navbar--main {
  padding: 0px 40px;
  background-color: var(--section-color);
}
#desktop-navbar.navbar .navbar--main .navbar-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo {
  aspect-ratio: 18/4;
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(/assets/img/web42-logo.svg);
  mask-image: url(/assets/img/web42-logo.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo:hover {
  transform: scale(1.1);
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo:focus-visible + span {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #F7F1F2;
  outline: 2px solid #1C1C1C;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo--container {
  display: inline-block;
  position: relative;
  width: 180px;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-links {
  display: flex;
  align-items: center;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link {
  display: block;
  margin-right: 25px;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a {
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 600;
  display: flex;
  text-decoration: none;
  transition: color 0.3s linear;
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a.active {
  color: var(--highlight-color);
}
#desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a:hover, #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a:active, #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a:focus, #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a:focus-within {
  color: var(--highlight-color);
  text-decoration: underline;
}
#desktop-navbar.navbar.navbar--transparent .navbar--secondary {
  background-color: transparent;
}
#desktop-navbar.navbar.navbar--transparent .navbar--main {
  background-color: transparent;
}
#desktop-navbar.hidden-animation {
  transform: translateY(calc((190px + 50px) * -1));
}
#desktop-navbar .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-color);
}
#desktop-navbar:not(.navbar--transparent) .navbar--secondary .navbar-container {
  padding-top: 7px;
  padding-bottom: 7px;
}
#desktop-navbar:not(.navbar--transparent) .navbar--main .navbar-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

#mobile-navbar {
  display: none;
}
#mobile-navbar * {
  transition: all 0.3s linear;
}
#mobile-navbar.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: all 0.3s linear;
}
#mobile-navbar.navbar .navbar--main {
  background-color: var(--background-color);
  padding: 0px 25px;
}
#mobile-navbar.navbar .navbar--main .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid var(--line-color);
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-logo {
  aspect-ratio: 18/4;
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(/assets/img/web42-logo.svg);
  mask-image: url(/assets/img/web42-logo.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-logo:focus-visible + span {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #F7F1F2;
  outline: 2px solid #1C1C1C;
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-logo--container {
  display: inline-block;
  position: relative;
  width: 180px;
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-togglebar {
  position: relative;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-togglebar .toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--icon-color);
  transition: all 0.3s ease-in-out;
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-togglebar .toggle-bar.toggle-bar--top {
  transform: translate(0, -8px);
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-togglebar .toggle-bar.toggle-bar--bottom {
  transform: translate(0, 8px);
}
#mobile-navbar.navbar .navbar--main .navbar-container .navbar-togglebar:hover .toggle-bar {
  background-color: var(--highlight-color);
}
#mobile-navbar.navbar .navbar--panel {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 0px;
  top: 80px;
  left: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--background-color);
  z-index: 10;
  transition: max-height 0.5s ease-out;
}
#mobile-navbar.navbar .navbar--panel .navbar-container {
  padding: 50px 20px;
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaHeavy", sans-serif;
  font-weight: 600;
  display: block;
  padding: 23px 0px;
  border-bottom: 1px solid var(--line-color);
  text-decoration: none;
  transition: color 0.3s linear;
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink.active {
  color: var(--highlight-color);
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink:hover, #mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink:active, #mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink:focus, #mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--navigation .navlink:focus-within {
  color: var(--highlight-color);
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--language {
  margin: 60px 0px;
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--social {
  margin-top: 60px;
  margin-bottom: 20px;
}
#mobile-navbar.navbar .navbar--panel .navbar-container .navbar-container--social .pause-animations {
  margin-right: 30px;
}
#mobile-navbar.navbar .navbar--panel .navbar-container .dropdown-title {
  appearance: none;
  background-color: transparent;
  border: none;
}
#mobile-navbar.navbar.open .navbar--panel {
  max-height: calc(100vh - 80px);
  transition: max-height 0.3s ease-in;
}
#mobile-navbar.navbar.open .navbar--main .navbar-container .navbar-togglebar .toggle-bar.toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
#mobile-navbar.navbar.open .navbar--main .navbar-container .navbar-togglebar .toggle-bar.toggle-bar--middle {
  opacity: 0;
}
#mobile-navbar.navbar.open .navbar--main .navbar-container .navbar-togglebar .toggle-bar.toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#mobile-navbar.navbar.navbar--transparent .navbar--main {
  background-color: transparent;
}

.navbar .dropdown .dropdown-list {
  display: none;
}
.navbar .dropdown.open .dropdown-list {
  display: block;
}

@media only screen and (max-width: 1200px) {
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo {
    max-width: 160px;
  }
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-logo--container {
    width: 160px;
  }
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links {
    padding: 0px 12px;
  }
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link {
    margin-right: 10px;
  }
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link a {
    font-size: 14px;
  }
  #desktop-navbar.navbar .navbar--main .navbar-container .navbar-links .navbar-link .dropdown-title--text {
    font-size: 14px;
    margin-right: 10px;
  }
  #desktop-navbar .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line-color);
  }
}
@media only screen and (max-width: 1024px) {
  #desktop-navbar {
    display: none;
  }
  #mobile-navbar {
    display: block;
  }
}
@media only screen and (max-width: 340px) {
  #mobile-navbar {
    display: block;
  }
  #mobile-navbar.navbar .navbar--main .navbar-container {
    padding: 3px 0 4px;
  }
  #mobile-navbar.navbar .navbar--main .navbar-container .navbar-logo {
    width: 33%;
  }
  #mobile-navbar.navbar .navbar--main .navbar-container .navbar-logo--container {
    width: 33%;
  }
  #mobile-navbar.navbar .navbar--panel {
    top: 32px;
  }
  #mobile-navbar.navbar.open .navbar--panel {
    max-height: calc(100vh - 32px);
  }
}
.cards-container--deco {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 2% 1%;
  width: 100%;
}

.card--border-deco {
  padding: 50px 50px 40px;
  position: relative;
  text-align: center;
}
.card--border-deco .card-title {
  font-size: 26px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.card--border-deco .card-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.card--border-deco .card-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 120%;
  z-index: 2;
  background: url(/assets/img/border-card-deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cards-container--people {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.card--people {
  padding: 14px;
}
.card--people .card-title {
  margin: 27px 0px;
}
.card--people .card-image {
  width: 60%;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.card--people .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.card--people .card-title, .card--people .card-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}
.card--people.card--people--video .button-container {
  margin-top: 20px;
}

.cards-container--related {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}

.card--related {
  background-color: var(--background-color);
  padding: 30px;
  position: relative;
}
.card--related .card-title {
  margin: 30px 0px;
}
.card--related .card-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.card--related .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.card--related .card-title {
  font-size: 32px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 4.5em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card--related .card-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
}
.modal {
  z-index: 9999999;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .modal-close {
  border-radius: 6px;
  border: none;
  position: absolute;
  top: 7.5vh;
  right: 7.5vw;
  z-index: 100;
  display: block;
  cursor: pointer;
  pointer-events: initial;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #40cbcd;
}
.modal .modal-close:before {
  background-color: #1C1C1C;
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  transition: all 0.3s linear;
  -webkit-mask-image: url(/assets/img/close-icon.svg);
  mask-image: url(/assets/img/close-icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:hover {
  transition: 0.5s ease all;
  background: rgba(64, 203, 205, 0.75);
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 85vw;
  max-height: 75vh;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.modal .modal-content .embed-container {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  display: block;
  min-height: 75vh;
  height: inherit;
}
.modal .modal-content .embed-container iframe, .modal .modal-content .embed-container object, .modal .modal-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .modal .modal-content {
    width: 85vw;
    max-height: 85vh;
  }
  .modal .modal-content .embed-container {
    min-height: 85vh;
  }
}
@media only screen and (max-width: 1024px) {
  .modal .modal-content {
    max-height: 65vh;
  }
  .modal .modal-content .embed-container {
    min-height: 65vh;
  }
}
@media only screen and (max-width: 480px) {
  .modal .modal-close {
    top: 17px;
  }
}
.card--text {
  width: 100%;
  max-width: 349px;
  padding-top: 54px;
  padding-right: 24px;
  margin-right: 40px;
}
.card--text .card-icon {
  display: none;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  max-width: 100px;
  margin-bottom: 35px;
}
.card--text .card-image {
  display: none;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  margin-bottom: 35px;
}
.card--text .card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.card--text .card-title {
  font-size: 50px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 50px;
  word-break: break-word;
  text-transform: uppercase;
}
.card--text .card-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
.card--text ul.card-text li, .card--text ol.card-text li {
  margin-bottom: 12px;
}
.card--text .card-button {
  display: none;
  margin-top: 10px;
}
.card--text.card--text--icon .card-icon {
  display: block;
}
.card--text.card--text--image .card-image {
  display: block;
}
.card--text.card--text--button .card-button {
  display: inline-flex;
}

.progress-bar {
  counter-reset: index;
  height: 40px;
  display: flex;
  align-items: flex-end;
}
.progress-bar .page {
  counter-increment: index;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}
.progress-bar .page:after {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  content: "0" counter(index);
  position: absolute;
  top: -30px;
}
.progress-bar .page:not(:first-child):not(:last-child):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.progress-bar .page:last-child:after {
  right: 0px;
}
.progress-bar .page:nth-child(n+10):after {
  content: "" counter(index);
}
.progress-bar .page.visited ~ * {
  height: 1px;
  background-color: var(--line-color);
}
.progress-bar .page.visited ~ *:after {
  font-family: "FuturaLight", sans-serif;
}
.progress-bar.progress-bar--center {
  justify-content: center;
}
.progress-bar.progress-bar--right {
  justify-content: right;
}

.slick-dots {
  counter-reset: index;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slick-dots li {
  counter-increment: index;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 1px;
  background-color: var(--line-color);
  height: 2px;
  background-color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}
.slick-dots li:after {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  content: "0" counter(index);
  position: absolute;
  top: -30px;
}
.slick-dots li:nth-child(n+10):after {
  content: "" counter(index);
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li:not(:first-child):not(:last-child):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots li:last-child:after {
  right: 0px;
}
.slick-dots li.slick-active ~ * {
  height: 1px;
  background-color: var(--line-color);
}
.slick-dots li.slick-active ~ *:after {
  font-family: "FuturaLight", sans-serif;
}
.slick-dots li a:focus-visible {
  outline: none;
}
.slick-dots li a:focus-visible:after {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 33px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #FFFFFF;
  outline: 2px solid #000000;
}
.slick-dots li:hover:after {
  text-decoration: underline;
}

.section-get_interested {
  background: var(--section-color);
  padding: 50px 0;
  margin-bottom: 50px;
}
.section-get_interested__no-margin {
  margin-bottom: 0;
}
.section-get_interested .container {
  border-bottom: 1px solid;
  border-color: var(--line-color);
}
.section-get_interested .container .title {
  max-width: 645px;
}
.section-get_interested .container .cards-container {
  flex-wrap: nowrap;
  margin: 90px 0;
}
.section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) {
  justify-content: flex-start;
}
.section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) .card--border-deco {
  max-width: 33.3%;
}
.section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) .card--border-deco .card-button {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .section-get_interested .container .cards-container {
    flex-wrap: wrap;
    margin: 70px 0;
  }
  .section-get_interested .container .cards-container .slick-list {
    padding: 40px 0;
  }
  .section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) .card--border-deco {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .section-get_interested .container .title {
    max-width: 350px;
  }
  .section-get_interested .container .cards-container {
    margin: 40px 0 55px;
  }
  .section-get_interested .container .cards-container .slick-list .card--border-deco .card-title, .section-get_interested .container .cards-container .slick-list .card--border-deco .card-text {
    margin: 0 auto;
    width: 95%;
  }
  .section-get_interested .container .cards-container .slick-list .card--border-deco .card-text {
    max-width: 450px;
    margin: 30px auto 20px;
    width: 95%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section-get_interested .container .cards-container .slick-list .card--border-deco .card-button {
    max-width: 500px;
  }
  .section-get_interested .container .cards-container .slick-list .card--border-deco .card-border {
    max-width: 550px;
    width: 100%;
  }
  .section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) {
    justify-content: center;
  }
  .section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) .card--border-deco {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section-get_interested .container .cards-container {
    margin: 15px 0 30px;
  }
  .section-get_interested .container .cards-container .slick-list .card--border-deco {
    padding: 25px 30px;
  }
  .section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) {
    justify-content: center;
  }
  .section-get_interested .container .cards-container:not(.slick-track):not(.slick-list):not(.slick-dots li) .card--border-deco {
    max-width: 100%;
  }
}
.section-get_interested_related {
  background: var(--section-color);
  padding: 60px 0px;
}
.section-get_interested_related .container .section-title {
  font-size: 50px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}
.section-get_interested_related .container .slider.cards-container--related {
  margin-top: 60px;
}
.section-get_interested_related .container .slider .slick-list {
  margin: 0px -10px;
}
.section-get_interested_related .container .slider .slick-list .slick-slide {
  margin: 0px 10px;
}

@media only screen and (max-width: 1024px) {
  .section-get_interested_related .container .slider .slick-list {
    margin-right: 0px;
    padding: 0 10% 0 0 !important;
  }
}
.section-hero {
  background-color: var(--section-color);
}
.section-hero.section-hero--slider, .section-hero.section-hero--single {
  position: relative;
}
.section-hero.section-hero--slider .slider-content, .section-hero.section-hero--single .slider-content {
  overflow-y: hidden;
}
.section-hero.section-hero--slider .slider-content .hero-slide, .section-hero.section-hero--single .slider-content .hero-slide {
  display: flex;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--section-color);
  width: 100%;
}
.section-hero.section-hero--slider .slider-content .hero-slide .background-image, .section-hero.section-hero--single .slider-content .hero-slide .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-hero.section-hero--slider .slider-content .hero-slide .background-image:before, .section-hero.section-hero--single .slider-content .hero-slide .background-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.25;
  pointer-events: none;
}
.section-hero.section-hero--slider .slider-content .hero-slide .background-image video, .section-hero.section-hero--single .slider-content .hero-slide .background-image video {
  position: absolute;
  left: 0;
  top: 0;
}
.section-hero.section-hero--slider .slider-content .hero-slide .background-image img,
.section-hero.section-hero--slider .slider-content .hero-slide .background-image video, .section-hero.section-hero--single .slider-content .hero-slide .background-image img,
.section-hero.section-hero--single .slider-content .hero-slide .background-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}
.section-hero.section-hero--slider .slider-content .hero-slide .container, .section-hero.section-hero--single .slider-content .hero-slide .container {
  position: relative;
  align-self: flex-end;
  z-index: 2;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content, .section-hero.section-hero--single .slider-content .hero-slide .content {
  display: flex;
  flex-wrap: wrap;
  height: 750px;
  flex-basis: 60%;
}
@media only screen and (max-width: 1024px) {
  .section-hero.section-hero--slider .slider-content .hero-slide .content, .section-hero.section-hero--single .slider-content .hero-slide .content {
    flex-basis: 100%;
    align-content: space-around;
  }
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--main, .section-hero.section-hero--single .slider-content .hero-slide .content .content--main {
  width: 100%;
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--top, .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--top {
  font-size: 22px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main, .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 780px;
  width: 100%;
  margin-right: 30px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main .futura-h1, .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main .futura-h1 {
  line-height: 0.9;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--info, .section-hero.section-hero--single .slider-content .hero-slide .content .content--info {
  align-self: flex-end;
  width: 100%;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .separator-line, .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .separator-line {
  width: 100%;
  max-width: 453px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .futura-pdemi, .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .futura-pdemi {
  margin-top: 40px;
  margin-bottom: 65px;
  width: 100%;
  max-width: 321px;
  font-size: 16px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .futura-pdemi__not-last, .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .futura-pdemi__not-last {
  margin-bottom: 30px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .content-right, .section-hero.section-hero--single .slider-content .hero-slide .content-right {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 110px 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .section-hero.section-hero--slider .slider-content .hero-slide .content-right, .section-hero.section-hero--single .slider-content .hero-slide .content-right {
    flex-basis: 100%;
  }
}
.section-hero.section-hero--slider .slider-content .hero-slide .logo-icons .icons-container, .section-hero.section-hero--single .slider-content .hero-slide .logo-icons .icons-container {
  position: absolute;
  bottom: 20px;
  width: 35%;
  flex-wrap: nowrap;
}
.section-hero.section-hero--slider .slick-dots, .section-hero.section-hero--single .slick-dots {
  position: absolute;
  width: fit-content;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero.section-hero--slider .slider-content .hero-slide {
  min-height: 700px;
}
.section-hero.section-hero--slider .slider-content .hero-slide .container {
  height: 100%;
  padding-top: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-hero.section-hero--slider .slider-content .hero-slide .background-image {
  height: 940px;
}
.section-hero.section-hero--single .slider-content .hero-slide {
  min-height: 700px;
}
.section-hero.section-hero--single .slider-content .hero-slide .container {
  padding-top: 190px;
  height: 100%;
}
.section-hero.section-hero--single .slider-content .hero-slide .content {
  height: 650px;
}
.section-hero .box-info {
  width: 100%;
  max-width: 450px;
  padding: 35px 40px 40px;
  border: 1px solid var(--text-color);
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1460px) {
  .section-hero .box-info {
    max-width: 415px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-hero .box-info {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 95%;
    max-width: 95%;
    margin: 2.5% auto;
  }
}
.section-hero .box-info .box-info--title {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--text-color);
}
.section-hero .box-info .box-info--event .event-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 10px;
}
.section-hero .box-info .box-info--event .event-info {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
}
.section-hero .box-info .box-info--event .event-info a {
  color: #FFFFFF;
  text-decoration: none;
}
.section-hero .box-info .box-info--event .event-info a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .section-hero.section-hero--slider .slider-content .hero-slide .logo-icons, .section-hero.section-hero--single .slider-content .hero-slide .logo-icons {
    display: none;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .container {
    padding-top: 190px;
    height: 100%;
  }
  .section-hero.section-hero--single .slider-content .hero-slide {
    min-height: 700px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .container {
    padding-top: 190px;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section-hero.section-hero--slider .slider-content .hero-slide .container {
    display: flex;
    height: 100%;
    padding-top: 90px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content {
    display: block;
    align-self: center;
    margin-bottom: 60px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--top {
    font-size: 14px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 100%;
    margin-right: 0px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info {
    align-self: normal;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .separator-line {
    width: 100%;
    max-width: 160px;
    margin: 37px 0px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .futura-pdemi {
    margin: 0px;
    max-width: 100%;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .futura-pdemi__not-last {
    margin-bottom: 30px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .logo-icons .icons-container {
    position: absolute;
    bottom: 20px;
    width: 35%;
    flex-wrap: nowrap;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .container {
    display: flex;
    height: 100%;
    padding-top: 90px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content {
    display: block;
    align-self: center;
    height: auto;
    margin-bottom: 60px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--top {
    font-size: 14px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 100%;
    margin-right: 0px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--info {
    align-self: normal;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .separator-line {
    width: 100%;
    max-width: 160px;
    margin: 37px 0px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .futura-pdemi {
    margin: 0px;
    max-width: 100%;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .content .content--info .futura-pdemi__not-last {
    margin-bottom: 30px;
  }
  .section-hero.section-hero--single .slider-content .hero-slide .logo-icons .icons-container {
    position: absolute;
    bottom: 20px;
    width: 35%;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 340px) {
  .section-hero.section-hero--slider .slider-content .hero-slide .content {
    margin-bottom: 20px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--top {
    margin-bottom: -5px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main .futura-h1 {
    font-size: 28px;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .separator-line {
    margin: 5px 0;
  }
  .section-hero.section-hero--slider .slider-content .hero-slide .content .content--info .futura-pdemi {
    font-size: 10px;
    line-height: 1.4;
  }
}
.section-stats {
  padding-top: 146px;
  padding-bottom: 95px;
  background-color: var(--section-color);
}
.section-stats .container .text-deco {
  margin: 0 0 143px;
}
.section-stats .container .text-deco .futura-h1 {
  max-width: 600px;
  font-size: 110px;
  fontWeight: 500;
  text-transform: uppercase;
  font-family: "FuturaDemi", sans-serif;
  line-height: 0.9;
}
.section-stats .container .stats-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 881px;
  gap: 120px;
}
.section-stats .container .stats-container .stats-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 381px;
  gap: 36px;
}
.section-stats .container .stats-container .stats-col.stats-col-2 {
  margin-top: 128px;
}
.section-stats .container .stats-container .stats-col .stat .stat-number {
  font-size: 120px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  color: var(--text-color);
  line-height: 103px;
  text-transform: uppercase;
}
.section-stats .container .stats-container .stats-col .stat .stat-title {
  font-size: 27px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  color: var(--accent-color);
  text-transform: uppercase;
  padding: 28px 0;
  border-bottom: 1px solid var(--text-color);
}
.section-stats .container .stats-container .stats-col .stat .stat-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  margin-top: 28px;
}
.section-stats.bg-shape--1 {
  background-position: 95% top;
  background-size: 35%;
}
.section-stats.bg-shape--2 {
  background-size: 48%;
  background-position: 131% top;
}
.section-stats.bg-shape--3 {
  background-position: 95% top;
  background-size: 30%;
}
.section-stats.bg-shape--4 {
  background-position: 95% top;
  background-size: 31%;
}

@media only screen and (max-width: 768px) {
  .section-stats {
    padding-top: 60px;
  }
  .section-stats .container .text-deco {
    margin: 0 0 100px;
  }
  .section-stats .container .text-deco .futura-h1 {
    font-size: 90px;
  }
  .section-stats .container .stats-container {
    gap: 45px;
  }
  .section-stats .container .stats-container .stats-col .stat .stat-number {
    font-size: 100px;
    line-height: 103px;
  }
  .section-stats .container .stats-container .stats-col .stat .stat-title {
    font-size: 24px;
    padding: 28px 0;
  }
  .section-stats .container .stats-container .stats-col .stat .stat-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .section-stats {
    padding-top: 65px;
  }
  .section-stats .container .text-deco {
    margin: 0 0 34px;
  }
  .section-stats .container .text-deco .futura-h1 {
    font-size: 46px;
    max-width: 245px;
  }
  .section-stats .container .stats-container {
    flex-direction: column;
    gap: 34px;
    margin: 0 auto;
  }
  .section-stats .container .stats-container .stats-col.stats-col-2 {
    margin-top: 0;
  }
  .section-stats .container .stats-container .stats-col .stat .stat-number {
    font-size: 60px;
  }
  .section-stats .container .stats-container .stats-col .stat .stat-title {
    padding: 0 0 28px;
    font-size: 18px;
  }
  .section-stats.bg-shape--1 {
    background-position: 125% bottom;
    background-size: 75%;
  }
  .section-stats.bg-shape--2 {
    background-size: 90%;
    background-position: 309% bottom;
  }
  .section-stats.bg-shape--3 {
    background-position: 125% bottom;
    background-size: 70%;
  }
  .section-stats.bg-shape--4 {
    background-position: 125% bottom;
    background-size: 71%;
  }
}
.section-faqs {
  background: var(--section-color);
  padding: 23px 0 64px;
}
.section-faqs .faqs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid;
  border-color: var(--line-color);
}
.section-faqs .faqs-head .faqs-head--title {
  white-space: nowrap;
}
.section-faqs .faqs-head .faqs-head--button {
  white-space: nowrap;
}
.section-faqs .faqs-description {
  width: 100%;
  margin: 56px 0px 33px 0px;
  max-width: 360px;
}
.section-faqs .faqs-head--filters {
  display: none;
}
.section-faqs.section-faqs--filter .faqs-head--button {
  display: none;
}
.section-faqs.section-faqs--filter .faqs-head--filters {
  display: flex;
  align-self: flex-start;
  text-transform: uppercase;
  margin: 0px;
  max-width: calc(100% - 350px);
}
.section-faqs.section-faqs--filter .faqs-head--filters .filters-title {
  margin-right: 15px;
  white-space: nowrap;
}
.section-faqs.section-faqs--filter .faqs-head--filters .filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .section-faqs .faqs-head {
    margin-bottom: 17px;
  }
  .section-faqs.section-faqs--filter .faqs-head--filters .filters {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 960px) {
  .section-faqs .faqs-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section-faqs.section-faqs--filter .faqs-head--filters {
    order: 2;
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .section-faqs.section-faqs--filter .faqs-head--filters .filters {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .section-faqs .faqs-head {
    flex-flow: column wrap;
    justify-content: flex-start;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-faqs .faqs-head .faqs-head--title {
    width: 100%;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid;
    border-color: var(--line-color);
  }
  .section-faqs .faqs-description {
    margin: 35px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section-faqs .faqs-description {
    margin: 25px 0 10px;
  }
  .section-faqs.section-faqs--filter .faqs-head--filters .filters {
    flex-direction: column;
  }
}
.section-people {
  background: var(--section-color);
  padding: 50px 0;
}
.section-people .container {
  padding: 50px 0 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--line-color);
}
.section-people .container .people-slider .slick-list {
  width: 100%;
}
.section-people .container .people-slider .slick-list .slick-track {
  min-width: 100%;
}
.section-people .container .people-slider .slick-list .slick-track .card--people {
  max-width: 24%;
  width: 24%;
}
.section-people .container .people-slider .slick-list .slick-track .card--people.card--people--video a:hover {
  opacity: 0.75;
  transition: all ease 0.3s;
}
.section-people .container .people-slider .slick-list .slick-track .card--people.card--people--video .card-image {
  position: relative;
  display: block;
}
.section-people .container .people-slider .slick-list .slick-track .card--people.card--people--video .card-image:before {
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transition: all 0.3s linear;
  -webkit-mask-image: url(/assets/img/play-icon.svg);
  mask-image: url(/assets/img/play-icon.svg);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  background: var(--icon-color);
}
.section-people .container .people-slider .slick-list .slick-track .card--people .card-image-2 {
  display: block;
  position: relative;
  max-width: 100%;
  width: 150px;
  height: 185px;
  background-position: center;
  background-size: cover;
  border-radius: 75px;
  border: none;
  cursor: pointer;
}
.section-people .container .people-slider .slick-list .slick-track .card--people .card-image-2-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/img/play-icon.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 75px;
}
.section-people .container .people-slider .slick-dots {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .section-people {
    padding: 35px 0;
  }
  .section-people .container {
    padding: 35px 0 0;
  }
  .section-people .container .people-slider .slick-dots {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-people {
    padding: 25px 0;
  }
  .section-people .container {
    padding: 25px 0 0;
  }
  .section-people .container .people-slider .slick-dots {
    margin-top: 15px;
  }
}
.section-whatis42 {
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
}
.section-whatis42 .container .section-title {
  font-size: 150px;
  line-height: 1.2;
  color: var(--text-color);
  font-family: "FuturaMedium", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 45px 0px;
}
.section-whatis42 .container .section-subtitle .section-subtitle--topline,
.section-whatis42 .container .section-subtitle .section-subtitle--bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--text-color);
}
.section-whatis42 .container .section-subtitle .section-subtitle--text {
  padding: 21px 0px;
}
.section-whatis42 .container .section-subtitle .section-subtitle--topline {
  position: absolute;
}
.section-whatis42 .container .section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: strech;
}
.section-whatis42 .container .section-content .section-content--text,
.section-whatis42 .container .section-content .section-content--image {
  width: 50%;
  padding-bottom: 70px;
}
.section-whatis42 .container .section-content .section-content--text {
  padding-top: 85px;
  padding-right: 65px;
}
.section-whatis42 .container .section-content .section-content--text .text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  font-family: "FuturaMedium", sans-serif;
  font-weight: 450;
  margin-bottom: 130px;
}
.section-whatis42 .container .section-content .section-content--text .text a {
  color: #007e80;
}
.section-whatis42 .container .section-content .section-content--text .text a:hover {
  color: #1C1C1C;
}
.section-whatis42 .container .section-content .section-content--image {
  padding-top: 50px;
  padding-left: 65px;
  border-left: 1px solid var(--text-color);
}
.section-whatis42 .container .section-content .section-content--image img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .section-whatis42 .container .section-title {
    font-size: 46px;
    line-height: 1;
    color: var(--text-color);
    font-family: "FuturaBook", sans-serif;
    font-weight: 400;
    white-space: normal;
    margin: 30px 0px;
    transform: none;
  }
  .section-whatis42 .container .section-subtitle .section-subtitle--topline {
    position: relative;
    width: 90%;
  }
  .section-whatis42 .container .section-subtitle .section-subtitle--bottomline {
    width: 100vw;
  }
  .section-whatis42 .container .section-content {
    flex-flow: column-reverse;
  }
  .section-whatis42 .container .section-content .section-content--text,
  .section-whatis42 .container .section-content .section-content--image {
    width: 100%;
    padding: 0px;
  }
  .section-whatis42 .container .section-content .section-content--text {
    padding: 0px;
  }
  .section-whatis42 .container .section-content .section-content--text .text {
    margin: 0px;
  }
  .section-whatis42 .container .section-content .section-content--text .button-container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .section-whatis42 .container .section-content .section-content--text .button-container .button {
    width: 100%;
  }
  .section-whatis42 .container .section-content .section-content--image {
    padding: 0px;
    border-left: none;
    margin: 31px 0px;
  }
}
.section-alliances {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: var(--section-color);
}
.section-alliances .container .text-deco {
  margin-bottom: 78px;
}
.section-alliances .container .text-deco .futura-h1 {
  max-width: 959px;
  font-size: 110px;
  fontWeight: 500;
  text-transform: uppercase;
  font-family: "FuturaDemi", sans-serif;
  line-height: 0.9;
}
.section-alliances .container .line {
  height: 1px;
  width: 100%;
  max-width: 453px;
  background-color: var(--text-color);
  opacity: 0.2;
}
.section-alliances .container .alliances-container {
  display: flex;
  justify-content: space-between;
}
.section-alliances .container .alliances-container .logos {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  gap: 70px;
  margin: 35px 20px 35px 0;
}
.section-alliances .container .alliances-container .logos .logo {
  width: 100%;
  max-width: 165.687px;
  opacity: 0.6;
}
.section-alliances .container .alliances-container .logos .logo img {
  width: 100%;
}
.section-alliances .container .alliances-container .info {
  width: 100%;
  max-width: 441px;
  top: -35px;
  position: relative;
}
.section-alliances .container .alliances-container .info .line {
  height: 1px;
  width: 100%;
  max-width: 441px;
  background-color: var(--text-color);
  opacity: 0.2;
}
.section-alliances .container .alliances-container .info .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  max-width: 407px;
  margin-top: 230px;
  margin-bottom: 31px;
}
.section-alliances.bg-shape--1 {
  background-position: 93% 5%;
  background-size: 16%;
}
.section-alliances.bg-shape--2 {
  background-position: 93% 5%;
  background-size: 15%;
}
.section-alliances.bg-shape--3 {
  background-position: 93% 5%;
  background-size: 10%;
}
.section-alliances.bg-shape--4 {
  background-position: 93% 5%;
  background-size: 10%;
}

@media only screen and (max-width: 1024px) {
  .section-alliances {
    padding-top: 60px;
  }
  .section-alliances .container .text-deco {
    margin: 0 0 100px;
  }
  .section-alliances .container .text-deco .futura-h1 {
    font-size: 70px;
  }
  .section-alliances .container .alliances-container {
    flex-direction: column;
  }
  .section-alliances .container .alliances-container .info {
    top: 0;
  }
  .section-alliances .container .alliances-container .info .text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-alliances {
    padding-top: 60px;
  }
  .section-alliances .container .text-deco {
    margin: 0 0 100px;
  }
  .section-alliances .container .text-deco .futura-h1 {
    font-size: 50px;
  }
  .section-alliances .container .alliances-container {
    flex-direction: column;
  }
  .section-alliances .container .alliances-container .logos {
    max-width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .section-alliances .container .alliances-container .info {
    top: 0;
  }
  .section-alliances .container .alliances-container .info .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .section-alliances {
    padding-top: 65px;
  }
  .section-alliances .container .text-deco {
    margin: 0 0 34px;
  }
  .section-alliances .container .text-deco .futura-h1 {
    font-size: 36px;
    max-width: 100%;
  }
  .section-alliances .container .alliances-container {
    flex-direction: column;
  }
  .section-alliances .container .alliances-container .logos .logo {
    max-width: 52%;
    margin: 20px auto;
  }
  .section-alliances .container .alliances-container .info {
    display: flex;
    flex-direction: column;
  }
  .section-alliances.bg-shape--1 {
    background-position: 95% bottom;
    background-size: 50%;
  }
  .section-alliances.bg-shape--2 {
    background-position: 95% bottom;
    background-size: 50%;
  }
  .section-alliances.bg-shape--3 {
    background-position: 95% bottom;
    background-size: 40%;
  }
  .section-alliances.bg-shape--4 {
    background-position: 95% bottom;
    background-size: 35%;
  }
}
.section-content_legal {
  padding: 20px 0 40px;
  background: var(--section-color);
}
.section-content_legal .container h1, .section-content_legal .container h2, .section-content_legal .container h3, .section-content_legal .container h4, .section-content_legal .container h5, .section-content_legal .container h6,
.section-content_legal .container .futura-h1, .section-content_legal .container .futura-h2 {
  margin-bottom: 35px;
}
.section-content_legal .container p {
  margin-bottom: 50px;
}
.section-content_legal .container p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section-content_legal {
    padding: 10px 0 30px;
  }
  .section-content_legal .container p {
    margin-bottom: 30px;
  }
  .section-content_legal .container p:last-child {
    margin-bottom: 0;
  }
}
.section-theprogram {
  background-color: var(--section-color);
  margin: 45px 0px;
  overflow: hidden;
}
.section-theprogram .container .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--text-color);
}
.section-theprogram .container .section-slider--images {
  margin: 50px 0px;
}
.section-theprogram .container .section-slider--images .slider-card--image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-theprogram .container .section-slider--images .slider-card--image:not(:first-child) {
  margin-left: 20px;
}
.section-theprogram .container .section-slider--images .slick-list {
  padding: 0 10% 0 0 !important;
}
.section-theprogram .container .section-slider--images .slick-dots {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-theprogram .container .section-slider--images .slick-dots li {
  background-color: var(--highlight-color);
}
.section-theprogram .container .section-slider--images .slick-dots li.slick-active ~ * {
  background-color: var(--line-color);
}
.section-theprogram .container .section-slider--cards .slider-card--info .card-tile {
  display: flex;
  align-items: flex-start;
}
.section-theprogram .container .section-slider--cards .slider-card--info .card-tile .title-index {
  font-size: 120px;
  line-height: 102px;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}
.section-theprogram .container .section-slider--cards .slider-card--info .card-tile .title-text {
  font-size: 16px;
  line-height: 1.25;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.section-theprogram .container .section-slider--cards .slider-card--info .card-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}
.section-theprogram .container .section-slider--cards .slider-card--info .separator-line {
  margin: 28px 0px;
  opacity: 0.5;
}
.section-theprogram .container .section-slider--cards .slider-card--info:not(:first-child) {
  margin-left: 60px;
}
.section-theprogram .container .section-slider--cards .slick-list {
  padding: 0 20% 0 0 !important;
}
.section-theprogram .container .mobile {
  display: none;
}
.section-theprogram .container .desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .section-theprogram {
    margin: 30px 0px;
  }
  .section-theprogram .container .section-slider--images {
    margin: 30px 0px;
  }
  .section-theprogram .container .section-slider--images .slider-card--image:not(:first-child) {
    margin-left: 0px;
  }
  .section-theprogram .container .section-slider--images .slick-list {
    padding: 0 !important;
  }
  .section-theprogram .container .section-slider--cards .slider-card--info:not(:first-child) {
    margin-left: 0px;
  }
  .section-theprogram .container .section-slider--cards .slick-list {
    padding: 0 !important;
  }
  .section-theprogram .container .mobile {
    display: block;
    margin-top: 30px;
  }
  .section-theprogram .container .mobile .button {
    width: 100%;
  }
  .section-theprogram .container .desktop {
    display: none;
  }
}
.section-header_title {
  padding: 225px 0 0;
  background: var(--section-color);
  position: relative;
  top: 1px;
}
.section-header_title .container .box-content {
  display: flex;
  flex-direction: column;
  max-width: 665px;
}
.section-header_title .container .separator-line {
  margin: 40px 0 60px;
  width: 80%;
}

@media only screen and (max-width: 960px) {
  .section-header_title {
    padding: 120px 0 0;
  }
  .section-header_title .container .box-content {
    max-width: 475px;
  }
  .section-header_title .container .separator-line {
    margin: 30px 0 45px;
  }
}
@media only screen and (max-width: 480px) {
  .section-header_title {
    padding: 100px 0 0;
  }
  .section-header_title .container .box-content {
    max-width: 270px;
  }
  .section-header_title .container .separator-line {
    margin: 25px 0 35px;
  }
}
.section-image_card_half {
  background-color: var(--section-color);
}
.section-image_card_half .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 21.7px;
}
.section-image_card_half .container .image-card-half-col-1 {
  width: 100%;
  margin-top: 252px;
}
.section-image_card_half .container .image-card-half-col-1 .image img {
  width: 100%;
}
.section-image_card_half .container .image-card-half-col-2 {
  width: 100%;
  background-color: var(--section-color);
  position: relative;
}
.section-image_card_half .container .image-card-half-col-2 .futura-title_small {
  margin: 28.26px 0 24.69px 38.85px;
}
.section-image_card_half .container .image-card-half-col-2 .card-title {
  font-size: 50px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
  margin-top: 53px;
  margin-left: 31.2px;
  max-width: 540px;
}
.section-image_card_half .container .image-card-half-col-2 .steps-container {
  counter-reset: steps;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 43px 31px 0;
}
.section-image_card_half .container .image-card-half-col-2 .steps-container.center {
  justify-content: center;
}
.section-image_card_half .container .image-card-half-col-2 .steps-container .step {
  counter-increment: steps;
  position: relative;
  width: 100px;
}
.section-image_card_half .container .image-card-half-col-2 .steps-container .step img {
  width: 100%;
}
.section-image_card_half .container .image-card-half-col-2 .steps-container .step:after {
  content: counter(steps);
  color: var(--text-color);
  border-radius: 1000px;
  border: 1px solid #bfeeee;
  background: var(--section-color);
  box-shadow: 0px 3px 4px 0px rgba(15, 111, 139, 0.24);
  padding: 6px 10px;
  position: absolute;
  top: -8px;
  right: 6px;
}
.section-image_card_half .container .image-card-half-col-2 .card-text {
  margin: 43px 0 0 44px;
  max-width: 42%;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}
.section-image_card_half .container .image-card-half-col-2 .button {
  margin: 27px 0 60px 44px;
}
.section-image_card_half .container .image-card-half-col-2 .decoration {
  width: 265px;
  height: 233px;
  -webkit-mask-image: url(/assets/img/admision-decoration.svg);
  mask-image: url(/assets/img/admision-decoration.svg);
  background-color: var(--icon-color);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: 31px;
  right: 35px;
  max-width: 39%;
}

@media only screen and (max-width: 1024px) {
  .section-image_card_half .container .image-card-half-col-2 .futura-title_small {
    margin: 30 0 24.69px 17px;
  }
  .section-image_card_half .container .image-card-half-col-2 .card-title {
    font-size: 46px;
    line-height: 24px;
    color: var(--text-color);
    font-family: "FuturaDemi", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    margin: 40px 17px 0;
    letter-spacing: -0.23px;
    max-width: 100%;
  }
  .section-image_card_half .container .image-card-half-col-2 .steps-container {
    counter-reset: steps;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 17px;
  }
  .section-image_card_half .container .image-card-half-col-2 .steps-container .step:after {
    top: 0;
    right: 0;
  }
  .section-image_card_half .container .image-card-half-col-2 .card-text {
    margin: 0 17px 51px;
    max-width: 100%;
  }
  .section-image_card_half .container .image-card-half-col-2 .decoration {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-image_card_half .container {
    width: 100%;
  }
  .section-image_card_half .container .image-card-half-col-1 {
    display: none;
  }
  .section-image_card_half .container .image-card-half-col-2 .futura-title_small {
    margin: 30 0 24.69px 17px;
  }
  .section-image_card_half .container .image-card-half-col-2 .card-title {
    font-size: 46px;
    line-height: 24px;
    color: var(--text-color);
    font-family: "FuturaDemi", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    margin: 40px 17px 0;
    letter-spacing: -0.23px;
    max-width: 100%;
  }
  .section-image_card_half .container .image-card-half-col-2 .steps-container {
    counter-reset: steps;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 17px;
  }
  .section-image_card_half .container .image-card-half-col-2 .steps-container .step:after {
    top: 0;
    right: 0;
  }
  .section-image_card_half .container .image-card-half-col-2 .card-text {
    margin: 0 17px 51px;
    max-width: 90%;
  }
  .section-image_card_half .container .image-card-half-col-2 .button {
    margin: 0 17px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-image_card_half .container .image-card-half-col-2 {
    display: flex;
    flex-direction: column;
  }
}
.section-cards--text {
  background-color: var(--section-color);
}
.section-cards--text .container .title {
  position: relative;
  z-index: 1;
}
.section-cards--text .container .title .topline,
.section-cards--text .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-cards--text .container .title .text {
  padding: 21px 0px;
}
.section-cards--text .container .title .topline {
  position: absolute;
}
.section-cards--text .container .text--intro {
  display: none;
}
.section-cards--text .container .cards-container--text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1211px;
  padding-bottom: 220px;
  position: relative;
}
.section-cards--text .container .cards-container--text .card--text:nth-child(3n+2) {
  transform: translateY(100px);
}
.section-cards--text .container .cards-container--text .card--text:nth-child(3n) {
  padding-right: 0;
  margin-right: 0;
}
.section-cards--text .container .cards-container--text:before, .section-cards--text .container .cards-container--text:after {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--line-color);
  position: absolute;
}
.section-cards--text .container .cards-container--text:before {
  left: 349px;
  height: 90%;
}
.section-cards--text .container .cards-container--text:after {
  left: 737px;
  height: 70%;
}
.section-cards--text.cards--text--big-title {
  border-top: 1px solid var(--line-color);
  padding-top: 68px;
}
.section-cards--text.cards--text--big-title .container .title {
  position: relative;
  z-index: 1;
}
.section-cards--text.cards--text--big-title .container .title .topline,
.section-cards--text.cards--text--big-title .container .title .bottomline {
  display: none;
}
.section-cards--text.cards--text--big-title .container .title .text {
  padding: 0;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px;
  font-family: "FuturaLight", sans-serif;
  max-width: 640px;
  margin-bottom: 60px;
}
.section-cards--text.cards--text--big-title .container .title .text.futura-title_small span {
  text-transform: none;
}
.section-cards--text.cards--text--big-title .container .title .text:before {
  display: none;
}
.section-cards--text.cards--text--big-title .container .cards-container--text .card--text .card-title {
  font-size: 49px;
}
.section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n+1) {
  transform: translateY(100px);
}
.section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n+2) {
  transform: translateY(0px);
}
.section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n) {
  transform: translateY(100px);
}
.section-cards--text.cards--text--big-title .container .cards-container--text:before {
  top: 150px;
  height: 70%;
}
.section-cards--text.cards--text--big-title .container .cards-container--text:after {
  top: 150px;
  height: 70%;
}
.section-cards--text.cards--text--intro .container .text--intro {
  display: block;
  padding: 44px 0;
}
.section-cards--text.cards--text--intro .container .text--intro .text {
  width: 100%;
  max-width: 503px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
.section-cards--text.cards--text--intro .container .text--intro .text:last-child {
  margin-bottom: 20px;
}
.section-cards--text.cards--text--intro .container .cards-container--text {
  border-top: 1px solid var(--line-color);
}
.section-cards--text.cards--text--intro .container .cards-container--text .card--text:nth-child(3n+2) {
  transform: translateY(0px);
}

@media only screen and (max-width: 1200px) {
  .section-cards--text .container .cards-container--text .card--text {
    max-width: 305px;
    padding-top: 54px;
    padding-right: 24px;
    margin-right: 21px;
  }
  .section-cards--text .container .cards-container--text:before {
    left: 300px;
  }
  .section-cards--text .container .cards-container--text:after {
    left: 626px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-cards--text .container .cards-container--text .card--text {
    width: 100%;
    max-width: 349px;
    padding-top: 54px;
    padding-right: 24px;
    margin-right: 40px;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(3n) {
    padding-right: unset;
    margin-right: unset;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(2n+1) {
    padding-right: 24px;
    margin-right: 40px;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(3n+2) {
    transform: unset;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(2n) {
    transform: translateY(100px);
    padding-right: 0;
    margin-right: 0;
  }
  .section-cards--text .container .cards-container--text:before {
    left: 349px;
  }
  .section-cards--text .container .cards-container--text:after {
    display: none;
  }
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n),
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n+1),
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(3n+2) {
    transform: translateY(0px);
  }
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(2n) {
    transform: translateY(0px);
  }
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(2n+1) {
    transform: translateY(100px);
  }
}
@media only screen and (max-width: 960px) {
  .section-cards--text .container .cards-container--text .card--text {
    width: 100%;
    max-width: 100%;
    margin: 62px auto 0;
    padding: 0;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(3n),
  .section-cards--text .container .cards-container--text .card--text:nth-child(3n+1),
  .section-cards--text .container .cards-container--text .card--text:nth-child(3n+2) {
    transform: translateY(0px);
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(2n) {
    padding-right: 0;
    margin-right: 0;
  }
  .section-cards--text .container .cards-container--text .card--text:nth-child(2n+1) {
    padding-right: 0;
    margin-right: 0;
  }
  .section-cards--text .container .cards-container--text:before {
    display: none;
  }
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(2n) {
    transform: translateY(0px);
  }
  .section-cards--text.cards--text--big-title .container .cards-container--text .card--text:nth-child(2n+1) {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 480px) {
  .section-cards--text.cards--text--big-title .container .title .text {
    font-size: 65px;
    line-height: 1.1;
  }
}
.section-steps {
  padding: 0 0 140px;
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
}
.section-steps .container .div-before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 1320px;
  height: 970px;
  background: url("../img/bg-section-steps.svg") center no-repeat;
  background-size: 100%;
  transform: translate(-51.5%, 0%);
  left: 50%;
  top: 114px;
}
.section-steps .container .title {
  position: relative;
  z-index: 1;
}
.section-steps .container .title .topline,
.section-steps .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--text-color);
}
.section-steps .container .title .text {
  padding: 21px 0px;
}
.section-steps .container .title .topline {
  position: absolute;
}
.section-steps .container .content .description {
  margin: 70px 0 120px;
  max-width: 380px;
}
.section-steps .container .content .box-steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.section-steps .container .content .box-steps .item-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-bottom: 85px;
}
.section-steps .container .content .box-steps .item-step:last-child {
  margin-bottom: 0;
}
.section-steps .container .content .box-steps .item-step .step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-steps .container .content .box-steps .item-step .step-title .number {
  font-size: 120px;
  margin-right: 20px;
}
.section-steps .container .content .box-steps .item-step .step-title .text {
  width: 190px;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-steps .container .content .box-steps .item-step .step-title .text:before {
  content: "//";
  margin-bottom: 5px;
}
.section-steps .container .content .box-steps .item-step .box-image {
  position: relative;
  max-width: 157px;
  width: 100%;
}
.section-steps .container .content .box-steps .item-step .box-image:before {
  position: absolute;
  content: "";
  display: block;
  height: 75px;
  width: 1px;
  bottom: -74px;
  background: var(--line-color);
  transform: translate(-50%, 0);
  left: 50%;
}
.section-steps .container .content .box-steps .item-step .box-image:after {
  position: absolute;
  content: "";
  display: block;
  height: 5.5px;
  width: 5.5px;
  border-radius: 50%;
  background: var(--icon-color);
  transform: translate(-50%, 0);
  bottom: -77.25px;
  left: 50%;
}
.section-steps .container .content .box-steps .item-step .box-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.section-steps .container .content .box-steps .item-step .box-info {
  max-width: 310px;
  width: 100%;
}
.section-steps .container .content .box-steps .item-step .box-info p {
  margin-bottom: 30px;
}
.section-steps .container .content .box-steps .item-step .box-info p:last-child {
  margin-bottom: 0;
}
.section-steps .container .content .box-steps .item-step .box-info .button {
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .section-steps {
    padding: 100px 0 80px;
  }
  .section-steps .container .div-before {
    display: none;
  }
  .section-steps .container .content .description {
    margin: 50px 0 70px;
  }
  .section-steps .container .content .box-steps .item-step .box-info {
    max-width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .section-steps {
    padding: 50px 0;
  }
  .section-steps .container .div-before {
    display: none;
  }
  .section-steps .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-steps .container .title .bottomline {
    width: 100vw;
  }
  .section-steps .container .content .description {
    margin: 30px 0 50px;
    max-width: 380px;
  }
  .section-steps .container .content .box-steps {
    align-items: center;
    justify-content: center;
  }
  .section-steps .container .content .box-steps .item-step {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  .section-steps .container .content .box-steps .item-step:last-child {
    margin-bottom: 0;
  }
  .section-steps .container .content .box-steps .item-step .step-title {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section-steps .container .content .box-steps .item-step .step-title .number {
    font-size: 90px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-steps .container .content .box-steps .item-step .step-title .text {
    max-width: 250px;
    text-align: center;
    width: 100%;
  }
  .section-steps .container .content .box-steps .item-step .step-title .text:before {
    display: none;
  }
  .section-steps .container .content .box-steps .item-step .box-image {
    margin: 50px 0 15px;
  }
  .section-steps .container .content .box-steps .item-step .box-image:before, .section-steps .container .content .box-steps .item-step .box-image:after {
    display: none;
  }
  .section-steps .container .content .box-steps .item-step .box-info {
    max-width: 380px;
  }
  .section-steps .container .content .box-steps .item-step .box-info p {
    text-align: center;
  }
  .section-steps .container .content .box-steps .item-step .box-info .button {
    margin-top: 30px;
  }
}
.section-video {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section-video.section-video--share .container {
  height: 100%;
}
.section-video.section-video--share .container .button-group .button-share {
  display: inline-flex;
  margin-left: 15px;
}
.section-video.section-video--share .container .button-group .button-share:before {
  transform: scale(1.2);
}
.section-video .bg-image img {
  display: block;
  min-width: 100vw;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.section-video .container {
  padding: 10vh 0 0;
  position: relative;
  z-index: 1;
}
.section-video .container .box-subtitles {
  display: flex;
}
.section-video .container .box-subtitles li {
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 400;
  margin-left: 30px;
}
.section-video .container .box-subtitles li:first-child {
  margin-left: 0;
  text-decoration: underline;
}
.section-video .container .title {
  max-width: 590px;
  margin: 40px 0 50px;
}
.section-video .container .button-group .button-share {
  display: none;
}

@media only screen and (max-width: 768px) {
  .section-video .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .section-video.section-video--share .container .button-group .button-share {
    margin-left: 10px;
  }
}
.section-campus {
  padding-top: 145px;
  padding-bottom: 220px;
  background-color: var(--section-color);
  position: relative;
  background-image: url(../img/bg-shape-1.svg);
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-campus .line--top {
  width: 1px;
  height: 377px;
  background-color: var(--text-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-campus .line--top:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.section-campus .line--bottom {
  width: 1px;
  height: 430px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-campus .line--bottom:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.section-campus .line--bottom_off {
  width: 1px;
  height: 78px;
  background-color: var(--section-color);
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.section-campus .line--bottom_off:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--section-color);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.section-campus .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-image: url(../img/bg-shape-1.svg);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;*/
  z-index: 2;
  position: relative;
}
.section-campus .container .futura-title_small {
  margin-top: 308px;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  color: var(--highlight-color);
  text-transform: uppercase;
}
.section-campus .container .text-deco {
  margin-bottom: 78px;
  margin-top: 24px;
}
.section-campus .container .text-deco .futura-h1 {
  font-size: 140px;
  fontWeight: 500;
  text-transform: uppercase;
  font-family: "FuturaDemi", sans-serif;
  line-height: 0.9;
}
.section-campus .container .futura-pdemi {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
  color: var(--text-color);
  max-width: 520px;
  margin-bottom: 71px;
  text-align: center;
}
.section-campus .container .button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 220px;
}
.section-campus .container .button-container .button,
.section-campus .container .button-container .button-icon {
  width: 180px;
}
.section-campus .bg-rocks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-campus .bg-rocks .bg-rock--l1 {
  position: absolute;
  top: 15%;
  left: 3%;
}
.section-campus .bg-rocks .bg-rock--l1 img {
  width: 22vw;
  max-width: 400px;
}
.section-campus .bg-rocks .bg-rock--l2 {
  position: absolute;
  bottom: 0%;
  left: 4%;
}
.section-campus .bg-rocks .bg-rock--l2 img {
  width: 22vw;
  max-width: 400px;
}
.section-campus .bg-rocks .bg-rock--r1 {
  position: absolute;
  top: 56%;
  right: 2%;
}
.section-campus .bg-rocks .bg-rock--r1 img {
  width: 15vw;
  max-width: 300px;
}

@media only screen and (max-width: 1024px) {
  .section-campus {
    padding-top: 60px;
    background-size: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .section-campus {
    padding-top: 60px;
  }
  .section-campus .container .text-deco {
    margin: 0 0 25px;
  }
  .section-campus .container .text-deco .futura-h1 {
    font-size: 50px;
  }
  .section-campus .container .futura-title_small {
    margin-top: 121px;
  }
  .section-campus .container .futura-pdemi {
    margin-bottom: 24px;
  }
  .section-campus .container .button-container {
    margin-bottom: 80px;
  }
  .section-campus .bg-rocks {
    display: none;
  }
  .section-campus .line--bottom_off {
    display: none;
  }
  .section-campus .line--top {
    height: 147px;
  }
  .section-campus .line--bottom {
    height: 176px;
  }
}
@media only screen and (max-width: 480px) {
  .section-campus {
    padding-top: 65px;
  }
  .section-campus .container .text-deco {
    margin: 0 0 34px;
  }
  .section-campus .container .text-deco .futura-h1 {
    font-size: 46px;
    max-width: 100%;
  }
  .section-campus .container .futura-pdemi {
    font-family: "FuturaBook", sans-serif;
  }
  .section-campus .container .button-container .button, .section-campus .container .button-container .button-icon {
    padding: 16.5px 8px;
    width: 146px;
  }
}
.section-contact {
  padding: 0 0 140px;
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-shape-2.svg);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position-y: 117%;
  background-position-x: -18%;
}
.section-contact .container .title {
  position: relative;
  z-index: 1;
}
.section-contact .container .title .topline,
.section-contact .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-contact .container .title .text {
  padding: 21px 0px;
}
.section-contact .container .title .topline {
  position: absolute;
}
.section-contact .container .content {
  margin-top: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.section-contact .container .content .text {
  width: 100%;
}
.section-contact .container .content .text .futura-p {
  font-size: 50px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 590px;
  line-height: 50px;
  /* 100% */
}
.section-contact .container .content .form-container {
  width: 100%;
  max-width: 567px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid var(--line-color);
}
.section-contact .container .content .form-container .form .input-checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.section-contact .container .content .form-container .form .input-checkbox-group .input-checkbox-label {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
}
.section-contact .container .content .form-container .form .input-checkbox-group .input-checkbox-label a {
  color: var(--text-color);
  text-decoration: underline;
}
.section-contact .container .content .form-container .form .legal {
  font-size: 11px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  line-height: 17px;
}
.section-contact .container .content .form-container .form .legal a {
  color: var(--text-color);
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  .section-contact {
    background-size: 45vw;
  }
}
@media only screen and (max-width: 960px) {
  .section-contact {
    background-image: none;
  }
  .section-contact .container .content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .section-contact {
    padding: 50px 0;
  }
  .section-contact .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-contact .container .title .bottomline {
    width: 100vw;
  }
  .section-contact .container .content .text .futura-p {
    font-size: 40px;
    line-height: 40px;
  }
  .section-contact .container .content .form-container {
    padding: 40px 17px;
  }
}
@media only screen and (max-width: 480px) {
  .section-contact .container .content .form-container {
    align-items: stretch;
  }
}
.section-two_columns_image {
  padding: 0 0 140px;
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-shape-1.svg);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position-y: 90%;
  background-position-x: 110%;
  border-bottom: 1px solid var(--line-color);
}
.section-two_columns_image .container .title {
  position: relative;
  z-index: 1;
}
.section-two_columns_image .container .title .topline,
.section-two_columns_image .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-two_columns_image .container .title .text {
  padding: 21px 0px;
}
.section-two_columns_image .container .title .topline {
  position: absolute;
}
.section-two_columns_image .container .content {
  margin-top: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.section-two_columns_image .container .content .text-columns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 63px;
  width: 100%;
  min-width: 542px;
}
.section-two_columns_image .container .content .text-columns .text-col {
  width: 100%;
  max-width: 366px;
}
.section-two_columns_image .container .content .text-columns .text-col .title {
  font-size: 50px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  margin-bottom: 41px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 400px;
}
.section-two_columns_image .container .content .text-columns .text-col .title:first-child {
  margin-top: 0;
}
.section-two_columns_image .container .content .text-columns .text-col .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}
.section-two_columns_image .container .content .text-columns .text-col ul.text {
  padding-left: 15px;
}
.section-two_columns_image .container .content .text-columns .text-col ul.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: disc;
}
.section-two_columns_image .container .content .text-columns .text-col ol.text {
  padding-left: 15px;
}
.section-two_columns_image .container .content .text-columns .text-col ol.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: auto;
}
.section-two_columns_image .container .content .text-columns .text-col--1 {
  margin-top: 90px;
}
.section-two_columns_image .container .content .text-columns .text-col--2 {
  margin-top: 435px;
}
.section-two_columns_image .container .content .image {
  width: 100%;
  max-width: 519px;
  transition: all ease 0.5s;
}
.section-two_columns_image .container .content .image img {
  width: 100%;
  height: auto;
}
.section-two_columns_image .line--top {
  width: 1px;
  height: 375px;
  background-color: var(--text-color);
  position: absolute;
  top: 0;
  left: 69%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-two_columns_image .line--top:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.section-two_columns_image .line--bottom {
  width: 1px;
  height: 308px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 69%;
  transform: translateX(-50%);
}
.section-two_columns_image .line--bottom:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

@media only screen and (max-width: 960px) {
  .section-two_columns_image .container .content {
    flex-direction: column;
  }
  .section-two_columns_image .container .content .image {
    transform: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-two_columns_image {
    padding: 50px 0;
  }
  .section-two_columns_image .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-two_columns_image .container .title .bottomline {
    width: 100vw;
  }
  .section-two_columns_image .container .content .content-title {
    max-width: 96%;
  }
  .section-two_columns_image .container .content .text-columns {
    flex-direction: column;
    min-width: unset;
    gap: 0;
  }
  .section-two_columns_image .container .content .text-columns .text-col {
    margin-top: 0;
    max-width: 519px;
  }
  .section-two_columns_image .container .content .text-columns .text-col .title {
    margin-top: 70px;
  }
  .section-two_columns_image .container .content .text-columns .text-col .title:first-child {
    margin-top: 0;
  }
  .section-two_columns_image .container .content .text-columns .text-col.text-col--2 .title:first-child {
    margin-top: 70px;
  }
  .section-two_columns_image .line--top,
  .section-two_columns_image .line--bottom {
    display: none;
  }
}
.section-two_columns_text {
  padding: 0 0 117px;
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-shape-2.svg);
  background-size: 650px;
  background-repeat: no-repeat;
  background-position-y: 220%;
  background-position-x: 120%;
}
.section-two_columns_text .container {
  border-bottom: 1px solid var(--line-color);
}
.section-two_columns_text .container .title {
  position: relative;
  z-index: 1;
}
.section-two_columns_text .container .title .topline,
.section-two_columns_text .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-two_columns_text .container .title .text {
  padding: 21px 0px;
}
.section-two_columns_text .container .title .topline {
  position: absolute;
}
.section-two_columns_text .container .content {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
}
.section-two_columns_text .container .content .content-title {
  font-size: 50px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  margin-bottom: 41px;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 366px;
}
.section-two_columns_text .container .content .text-columns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 82px;
  width: 100%;
}
.section-two_columns_text .container .content .text-columns .text-col {
  width: 100%;
  max-width: 350px;
}
.section-two_columns_text .container .content .text-columns .text-col .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-two_columns_text .container .content .text-columns .text-col ul.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: disc;
}
.section-two_columns_text .container .content .text-columns .text-col ol.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: auto;
}

@media only screen and (max-width: 1440px) {
  .section-two_columns_text {
    background-size: 44vw;
    background-repeat: no-repeat;
    background-position-y: 180%;
    background-position-x: 120%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-two_columns_text {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-two_columns_text {
    padding: 50px 0;
  }
  .section-two_columns_text .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-two_columns_text .container .title .bottomline {
    width: 100vw;
  }
  .section-two_columns_text .container .content .text-columns {
    flex-direction: column;
    min-width: unset;
    gap: 21px;
  }
  .section-two_columns_text .container .content .text-columns .text-col {
    margin-top: 0;
    max-width: 519px;
  }
}
.section-two_columns_number_list {
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.section-two_columns_number_list .bg-shape {
  display: block;
  position: absolute;
  top: 45%;
  left: -120px;
  width: 450px;
  height: 450px;
  z-index: 0;
}
.section-two_columns_number_list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: var(--line-color);
}
.section-two_columns_number_list.section-two_columns_number_list--small-title .container .box-content .box-content-title {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-two_columns_number_list .container {
  position: relative;
  z-index: 2;
}
.section-two_columns_number_list .container .box-title {
  position: relative;
  z-index: 1;
}
.section-two_columns_number_list .container .box-title .topline,
.section-two_columns_number_list .container .box-title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-two_columns_number_list .container .box-title .text {
  padding: 21px 0px;
}
.section-two_columns_number_list .container .box-title .topline {
  position: absolute;
}
.section-two_columns_number_list .container .box-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section-two_columns_number_list .container .box-content .box-content-title {
  width: 50%;
  padding: 100px 0;
  padding-right: 100px;
  max-width: 480px;
  font-family: "FuturaBook", sans-serif;
  font-size: 90px;
  line-height: 0.85;
  color: var(--text-color);
}
.section-two_columns_number_list .container .box-content .box-list {
  border-left: 1px solid var(--line-color);
  padding: 100px 0;
  padding-left: 100px;
  width: 50%;
  counter-reset: item;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-two_columns_number_list .container .box-content .box-list .box-list-item {
  display: flex;
  align-items: center;
  counter-increment: item;
  border-bottom: 1px solid var(--line-color);
  padding: 15px 0;
  max-width: 500px;
  width: 100%;
}
.section-two_columns_number_list .container .box-content .box-list .box-list-item:before {
  content: counter(item, decimal-leading-zero);
  margin-right: 20px;
  color: #00babc;
  font-family: "FuturaDemi", sans-serif;
  font-size: 22px;
}
.section-two_columns_number_list .container .box-content .box-list .box-list-item .box-list-item-content .title {
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-two_columns_number_list .container .box-content .box-list .box-list-item .box-list-item-content .content-text {
  margin-bottom: 7px;
  font-family: "FuturaLight", sans-serif;
}
.section-two_columns_number_list .container .box-content .box-list .box-list-item .box-list-item-content .content-text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .section-two_columns_number_list .container .box-content .box-content-title {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-two_columns_number_list {
    padding-bottom: 50px;
  }
  .section-two_columns_number_list:before {
    bottom: 50px;
  }
  .section-two_columns_number_list .container .box-content .box-content-title {
    padding: 80px 0;
    padding-right: 80px;
  }
  .section-two_columns_number_list .container .box-content .box-list {
    padding: 80px 0;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .section-two_columns_number_list {
    padding-bottom: 80px;
  }
  .section-two_columns_number_list:before {
    display: none;
  }
  .section-two_columns_number_list .container .box-content {
    flex-direction: column;
  }
  .section-two_columns_number_list .container .box-content .box-content-title {
    padding: 0;
    margin-top: 50px;
    width: 100%;
  }
  .section-two_columns_number_list .container .box-content .box-list {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--line-color);
    border-left: 0;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section-two_columns_number_list .bg-shape {
    display: none;
  }
  .section-two_columns_number_list .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-two_columns_number_list .container .title .bottomline {
    width: 100vw;
  }
}
@media only screen and (max-width: 480px) {
  .section-two_columns_number_list.section-two_columns_number_list--small-title .container .box-content .box-content-title {
    font-size: 28px;
  }
  .section-two_columns_number_list .container .box-content .box-content-title {
    font-size: 46px;
  }
  .section-two_columns_number_list .container .box-content .box-list .box-list-item:before {
    margin-right: 10px;
  }
}
.section-whereareyou {
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
}
.section-whereareyou .bg-shape {
  display: block;
  position: absolute;
  bottom: -70px;
  right: -250px;
  width: 800px;
  height: 800px;
  z-index: 0;
}
.section-whereareyou.section-whereareyou--no_bg .bg-shape {
  display: none;
}
.section-whereareyou .container {
  position: relative;
  z-index: 1;
}
.section-whereareyou .container .box-title {
  position: relative;
  z-index: 1;
}
.section-whereareyou .container .box-title .topline,
.section-whereareyou .container .box-title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--text-color);
}
.section-whereareyou .container .box-title .text {
  padding: 21px 0px;
}
.section-whereareyou .container .box-title .topline {
  position: absolute;
}
.section-whereareyou .container .box-content {
  margin-top: 100px;
  width: 100%;
}
.section-whereareyou .container .box-content .text {
  font-size: 50px;
  line-height: 1.2;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  max-width: 900px;
  width: 100%;
}
.section-whereareyou .container .box-content .button-container {
  margin-top: 50px;
}
.section-whereareyou .container .box-content .box-information {
  padding-bottom: 100px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.section-whereareyou .container .box-content .box-information .box-item {
  width: 30%;
  max-width: 380px;
}
.section-whereareyou .container .box-content .box-information .box-item .box-item-title .numbers-increase {
  display: block;
  font-size: 120px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
}
.section-whereareyou .container .box-content .box-information .box-item .box-item-title .title-item {
  display: block;
  font-size: 27px;
  line-height: 1.2;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}
.section-whereareyou .container .box-content .box-information .box-item .box-item-content {
  border-top: 1px solid var(--line-color);
  margin-top: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .section-whereareyou .bg-shape {
    width: 700px;
    height: 700px;
  }
  .section-whereareyou .container .box-content .box-information .box-item .box-item-title .numbers-increase {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-whereareyou .container .box-content {
    margin-top: 70px;
  }
  .section-whereareyou .container .box-content .button-container {
    margin-top: 35px;
  }
  .section-whereareyou .container .box-content .box-information {
    padding-bottom: 70px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .section-whereareyou .bg-shape {
    width: 600;
    height: 600px;
  }
  .section-whereareyou .container .box-content .box-information .box-item .box-item-title .numbers-increase {
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .section-whereareyou .bg-shape {
    display: none;
  }
  .section-whereareyou .container .title .topline {
    position: relative;
    width: 90%;
  }
  .section-whereareyou .container .title .bottomline {
    width: 100vw;
  }
  .section-whereareyou .container .box-content {
    margin-top: 40px;
  }
  .section-whereareyou .container .box-content .text {
    font-size: 32px;
  }
  .section-whereareyou .container .box-content .button-container {
    margin-top: 25px;
  }
  .section-whereareyou .container .box-content .box-information {
    padding-bottom: 50px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .section-whereareyou .container .box-content .box-information .box-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .section-whereareyou .container .box-content .box-information .box-item:last-child {
    margin-bottom: 0;
  }
  .section-whereareyou .container .box-content .box-information .box-item .box-item-title .title-item {
    margin-top: 0;
  }
  .section-whereareyou .container .box-content .box-information .box-item .box-item-content {
    margin-top: 18px;
    padding-top: 18px;
  }
}
.section-two_columns_centered_text {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--section-color);
  position: relative;
}
.section-two_columns_centered_text .line--top {
  width: 1px;
  height: 470px;
  background-color: var(--text-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-two_columns_centered_text .line--top:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.section-two_columns_centered_text .line--bottom {
  width: 1px;
  height: 440px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-two_columns_centered_text .line--bottom:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.section-two_columns_centered_text .container {
  background-image: url(../img/bg-shape-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-two_columns_centered_text .container .text-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  padding: 180px 0;
  margin: 0 140px;
}
.section-two_columns_centered_text .container .text-columns .text-col {
  width: 100%;
  max-width: 410px;
  margin-top: 51px;
}
.section-two_columns_centered_text .container .text-columns .text-col .title {
  font-size: 50px;
  line-height: 24px;
  color: #00babc;
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  margin-bottom: 41px;
  line-height: 0.9;
  text-transform: uppercase;
}
.section-two_columns_centered_text .container .text-columns .text-col .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-two_columns_centered_text .container .text-columns .text-col ul.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  margin-left: 15px;
  list-style: disc;
}
.section-two_columns_centered_text .container .text-columns .text-col ol.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  margin-left: 15px;
  list-style: auto;
}
.section-two_columns_centered_text .container .text-columns .text-col a {
  color: #F7F1F2;
}
.section-two_columns_centered_text .container .text-columns .text-col a:hover {
  color: #00babc;
}

@media only screen and (max-width: 1440px) {
  .section-two_columns_centered_text .container .text-columns {
    margin: 0 10vw;
  }
}
@media only screen and (max-width: 960px) {
  .section-two_columns_centered_text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-two_columns_centered_text .container .text-columns {
    margin: 0;
  }
  .section-two_columns_centered_text .line--top {
    height: 160px;
  }
  .section-two_columns_centered_text .line--bottom {
    height: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .section-two_columns_centered_text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-two_columns_centered_text .container .text-columns {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .section-two_columns_centered_text .line--top {
    height: 60px;
  }
  .section-two_columns_centered_text .line--bottom {
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .section-two_columns_centered_text {
    padding-top: 65px;
  }
}
.section-text_column_right {
  padding: 0 0 117px;
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-shape-2.svg);
  background-size: 650px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: -20%;
}
.section-text_column_right .container {
  display: flex;
  justify-content: flex-end;
  margin-top: 65px;
}
.section-text_column_right .container .text-columns {
  margin-right: 150px;
}
.section-text_column_right .container .text-columns .text-col {
  width: 100%;
  max-width: 538px;
  margin-top: 51px;
}
.section-text_column_right .container .text-columns .text-col .title {
  font-size: 50px;
  line-height: 24px;
  color: #00babc;
  font-family: "FuturaLight", sans-serif;
  font-weight: 300;
  margin-bottom: 41px;
  line-height: 0.9;
  text-transform: uppercase;
}
.section-text_column_right .container .text-columns .text-col .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-text_column_right .container .text-columns .text-col ul.text {
  padding-left: 45px;
}
.section-text_column_right .container .text-columns .text-col ul.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: disc;
}
.section-text_column_right .container .text-columns .text-col ol.text {
  padding-left: 45px;
}
.section-text_column_right .container .text-columns .text-col ol.text li {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  list-style: auto;
}
.section-text_column_right .line--top {
  width: 1px;
  height: 0px;
  background-color: var(--text-color);
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
}
.section-text_column_right .line--top:after {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  background-color: var(--text-color);
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media only screen and (max-width: 1440px) {
  .section-text_column_right {
    background-size: 50vw;
  }
  .section-text_column_right .line--top {
    left: calc(-170px + 100vw - 700px);
  }
}
@media only screen and (max-width: 960px) {
  .section-text_column_right .line--top {
    left: calc(100vw - 120px);
  }
}
@media only screen and (max-width: 768px) {
  .section-text_column_right {
    padding: 50px 0;
    background-image: none;
  }
  .section-text_column_right .line--top {
    display: none;
  }
  .section-text_column_right .container {
    justify-content: flex-start;
    margin-top: 0;
  }
  .section-text_column_right .container .text-columns {
    margin-right: 0;
  }
}
.section-sign_up {
  background: var(--section-color);
  padding: 50px 0 100px;
  overflow: hidden;
}
.section-sign_up.theme--light .container .subtitle {
  color: transparent;
  -webkit-text-stroke: 1px var(--icon-color);
}
.section-sign_up.theme--dark .container .subtitle {
  color: var(--text-color);
  -webkit-text-stroke: 0px;
}
.section-sign_up .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.section-sign_up .container .subtitle {
  display: flex;
  align-items: baseline;
  font-size: 50px;
  width: 100%;
  margin-bottom: 60px;
}
.section-sign_up .container .subtitle .icon {
  display: block;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  transition: all 0.3s linear;
  -webkit-mask-image: url(/assets/img/blade-icon.svg);
  mask-image: url(/assets/img/blade-icon.svg);
  background: var(--icon-color);
}
.section-sign_up .container .title {
  max-width: 1200px;
  width: 100%;
}
.section-sign_up .container .box-content {
  margin-top: 70px;
  max-width: 350px;
  width: 100%;
}
.section-sign_up .container .box-content .text {
  font-size: 16px;
}
.section-sign_up .container .box-content .button-container {
  margin-top: 70px;
}
.section-sign_up .container .box-image {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-sign_up .container .box-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.section-sign_up.section-sign_up--no_image .container .box-image {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .section-sign_up .container .box-image {
    max-width: 360px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-sign_up {
    padding: 50px 0 80px;
  }
  .section-sign_up .container .subtitle {
    margin-bottom: 40px;
  }
  .section-sign_up .container .box-content {
    margin-top: 50px;
  }
  .section-sign_up .container .box-content .button-container {
    margin-top: 50px;
  }
  .section-sign_up .container .box-image {
    max-width: 300px;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .section-sign_up {
    padding: 50px 0;
  }
  .section-sign_up .container .subtitle {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .section-sign_up .container .subtitle .icon {
    width: 22px;
    height: 22px;
    margin: 0 12px;
  }
  .section-sign_up .container .title {
    font-size: 54px;
  }
  .section-sign_up .container .box-content {
    margin-top: 35px;
  }
  .section-sign_up .container .box-content .button-container {
    margin-top: 35px;
  }
  .section-sign_up .container .box-image {
    margin-top: 35px;
    max-width: 300px;
    align-self: center;
    position: static;
  }
}
.section-slider_image {
  background: var(--section-color);
  padding-bottom: 50px;
}
.section-slider_image .container-fluid {
  border-bottom: 1px solid;
  border-color: var(--line-color);
}
.section-slider_image .container-fluid .box-slider_image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.section-slider_image .container-fluid .slick-dots {
  margin-top: 12px;
}

@media only screen and (max-width: 480px) {
  .section-slider_image {
    padding-bottom: 35px;
  }
}
.section-post_two_columns {
  background-color: var(--section-color);
}
.section-post_two_columns .container .cards-column {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  overflow: hidden;
}
.section-post_two_columns .container .cards-column .card {
  width: 50%;
}
.section-post_two_columns .container .cards-column .card .card-title {
  font-size: 50px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 700;
  margin-bottom: 45px;
}
.section-post_two_columns .container .cards-column .card .card-content .card-content--text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-post_two_columns .container .cards-column .card:nth-child(even) {
  transform: translateY(270px);
  padding-left: 25px;
}
.section-post_two_columns .container .cards-column .card:nth-child(even):last-child {
  padding-bottom: 300px;
}
.section-post_two_columns .container .cards-column .card:nth-child(odd) {
  margin-bottom: 40px;
  padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
  .section-post_two_columns .container .cards-column {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .section-post_two_columns .container .cards-column {
    width: 100%;
  }
  .section-post_two_columns .container .cards-column .card {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .section-post_two_columns .container .cards-column .card .card-title {
    font-size: 50px;
    line-height: 1;
    color: var(--text-color);
    font-family: "FuturaBook", sans-serif;
    font-weight: 400;
    margin-bottom: 45px;
  }
  .section-post_two_columns .container .cards-column .card .card-content .card-content--text {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    font-family: "FuturaBook", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .section-post_two_columns .container .cards-column .card:nth-child(even) {
    transform: none;
    padding-left: 0px;
  }
  .section-post_two_columns .container .cards-column .card:nth-child(even):last-child {
    padding-bottom: 0px;
  }
  .section-post_two_columns .container .cards-column .card:nth-child(odd) {
    padding-right: 0px;
  }
}
.section-posthero {
  background-color: var(--section-color);
  padding-top: calc(50px + 190px);
  padding-bottom: 45px;
}
.section-posthero .container .hero-title {
  font-size: 50px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 620px;
}
.section-posthero .container .hero-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.section-posthero .container .hero-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-posthero .container .hero-info .hero-info--slug {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 400;
  margin-right: 30px;
}
.section-posthero .container .hero-info .hero-info--slug .slug {
  color: var(--text-color);
  text-decoration: underline;
  transition: color 0.3s linear;
}
.section-posthero .container .hero-info .hero-info--slug .slug:hover {
  color: var(--highlight-color);
}
.section-posthero .container .hero-info .hero-info--socials .social-icons {
  margin-left: 20px;
}
.section-posthero .container .hero-info .hero-info--socials .social-icons .icons-container .icon-social {
  width: 17px;
}

@media only screen and (max-width: 1024px) {
  .section-posthero {
    padding-top: calc(40px + 90px);
    padding-bottom: 35px;
  }
  .section-posthero .container .hero-title {
    max-width: 100%;
  }
  .section-posthero .container .hero-text {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .section-posthero .container .hero-info {
    display: block;
  }
  .section-posthero .container .hero-info .hero-info--slug {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.section-post-listitems {
  background-color: var(--section-color);
}
.section-post-listitems .container .section-title {
  font-size: 50px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaLight", sans-serif;
  font-weight: 700;
  margin-bottom: 70px;
  width: 100%;
  max-width: 550px;
}
.section-post-listitems .container .list-container {
  display: flex;
  flex-wrap: wrap;
}
.section-post-listitems .container .list-container .list-items {
  display: flex;
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
  list-style: disc;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-post-listitems .container .list-container .list-items .item {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  width: 23.5%;
  margin-right: 2%;
  padding-bottom: 5px;
  list-style: disc;
}
.section-post-listitems .container .list-container .list-items .item:nth-child(4), .section-post-listitems .container .list-container .list-items .item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .section-post-listitems .container .list-container .list-items .item {
    width: 46%;
    margin-right: 8%;
  }
  .section-post-listitems .container .list-container .list-items .item:nth-child(4), .section-post-listitems .container .list-container .list-items .item:nth-child(4n) {
    margin-right: 8%;
  }
  .section-post-listitems .container .list-container .list-items .item:nth-child(2), .section-post-listitems .container .list-container .list-items .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-post-listitems .container .list-container .list-items {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section-post-listitems .container .list-container .list-items .item {
    width: 100%;
    margin-right: 0%;
  }
  .section-post-listitems .container .list-container .list-items .item:nth-child(2), .section-post-listitems .container .list-container .list-items .item:nth-child(2n) {
    margin-right: 0;
  }
}
.section-post-textfullwidth {
  background-color: var(--section-color);
}
.section-post-textfullwidth .container .section-title {
  font-size: 80px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .section-post-textfullwidth .container .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .section-post-textfullwidth .container .section-title {
    font-size: 40px;
  }
}
.section-news_slider {
  padding-top: 60px;
  background-color: var(--section-color);
}
.section-news_slider .container .section-title {
  margin-bottom: 80px;
}
.section-news_slider .container .section-title .section-title--topline,
.section-news_slider .container .section-title .section-title--bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--text-color);
}
.section-news_slider .container .section-title .section-title--text {
  padding: 21px 0px;
}
.section-news_slider .container .section-title .section-title--topline {
  position: absolute;
}
.section-news_slider .container .news .news-page .card--related {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
}
.section-news_slider .container .progress-bar {
  padding: 60px 0px;
}

@media only screen and (max-width: 1024px) {
  .section-news_slider .container .news .news-page .card--related {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .section-news_slider .container .section-title {
    margin-bottom: 80px;
  }
  .section-news_slider .container .section-title .section-title--topline {
    position: relative;
    width: 90%;
  }
  .section-news_slider .container .section-title .section-title--bottomline {
    width: 100vw;
  }
  .section-news_slider .container .news .news-page .card--related {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-brandsinfo {
  background-color: var(--section-color);
  padding-top: 60px;
  padding-bottom: 120px;
}
.section-brandsinfo .container .section-title {
  font-size: 80px;
  line-height: 1;
  color: var(--text-color);
  font-family: "FuturaMedium", sans-serif;
  font-weight: 500;
}
.section-brandsinfo .container .section-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
  max-width: 440px;
  margin: 70px 0px;
}
.section-brandsinfo .container .brands-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-brandsinfo .container .brands-container .brand {
  width: 33.3333333333%;
  margin-bottom: 60px;
  padding-right: 60px;
}
.section-brandsinfo .container .brands-container .brand .brand-logo {
  width: 100%;
  max-width: 190px;
}
.section-brandsinfo .container .brands-container .brand .brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.section-brandsinfo .container .brands-container .brand .brand-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaDemi", sans-serif;
  font-weight: 400;
  margin: 15px 0px;
}
.section-brandsinfo .container .brands-container .brand .brand-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-family: "FuturaBook", sans-serif;
  font-weight: 400;
}
.section-brandsinfo .container .brands-container .brand:nth-of-type(3n + 2) {
  transform: translateY(100px);
}

@media only screen and (max-width: 768px) {
  .section-brandsinfo {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .section-brandsinfo .container .section-title {
    font-size: 56px;
  }
  .section-brandsinfo .container .brands-container {
    display: flex;
    align-items: flex-start;
  }
  .section-brandsinfo .container .brands-container .brand {
    width: 100%;
    padding: 0px;
  }
  .section-brandsinfo .container .brands-container .brand .brand-logo {
    width: 190px;
    max-width: 190px;
  }
  .section-brandsinfo .container .brands-container .brand:nth-of-type(3n + 2) {
    transform: none;
  }
}
.section-page_title {
  background-color: var(--section-color);
  position: relative;
  overflow: hidden;
}
.section-page_title .container .title {
  position: relative;
  z-index: 1;
}
.section-page_title .container .title .topline,
.section-page_title .container .title .bottomline {
  height: 1px;
  width: 100vw;
  background-color: var(--line-color);
}
.section-page_title .container .title .text {
  padding: 21px 0px;
}
.section-page_title .container .title .topline {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .section-page_title {
    padding: 50px 0;
  }
}
#home .separator {
  width: 100vw;
  height: 273px;
  background-image: url(../img/bg-shape-3.svg);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: var(--section-color);
}
#home .separator.separator--top {
  background-position-y: -10%;
}
#home .separator.separator--bottom {
  background-position-y: 110%;
}

@media only screen and (max-width: 768px) {
  #home .separator {
    width: 100vw;
    height: 200px;
    background-size: 500px;
  }
}
@media only screen and (max-width: 480px) {
  #home .separator {
    width: 100vw;
    height: 129px;
    background-size: 340px;
  }
}
.page-alliance .section-hero.section-hero--slider .slider-content .hero-slide .content,
.page-alliance .section-hero.section-hero--single .slider-content .hero-slide .content {
  height: 680px;
}
.page-alliance .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-alliance .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 96%;
}

@media only screen and (max-width: 1024px) {
  .page-alliance .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-alliance .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .page-alliance .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-alliance .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-alliance .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-alliance .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-post .section-slider_image {
  padding-bottom: 0px;
}
.page-post .section-post_two_columns {
  padding-top: 60px;
}
.page-post .section-post_two_columns.bg-shape {
  background-position-x: 76vw;
  background-position-y: -13vw;
  background-size: 44vw;
}
.page-post .section-post_two_columns .container {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-color);
}
.page-post .section-post-listitems, .page-post .section-post-textfullwidth {
  padding-top: 60px;
}
.page-post .section-post-listitems .container, .page-post .section-post-textfullwidth .container {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-color);
}

.page-concept .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-concept .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}

@media only screen and (max-width: 1024px) {
  .page-concept .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-concept .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .page-concept .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-concept .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-concept .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-concept .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-program .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-program .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}

@media only screen and (max-width: 1024px) {
  .page-program .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-program .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .page-program .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-program .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-program .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-program .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-method .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-method .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}
.page-method .section-cards--text {
  background-image: url(../img/bg-shape-2.svg);
  background-size: 650px;
  background-repeat: no-repeat;
  background-position-y: 111%;
  background-position-x: 113%;
}

@media only screen and (max-width: 1440px) {
  .page-method .section-cards--text {
    background-size: 44vw;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  .page-method .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-method .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
  .page-method .section-cards--text {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-method .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-method .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-method .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-method .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-prospects .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-prospects .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 96%;
}
.page-prospects .section-cards--text {
  position: relative;
}
.page-prospects .section-cards--text:after {
  content: "";
  display: block;
  width: 534px;
  height: 535px;
  background-image: url(../img/bg-shape-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -236px;
  right: -229px;
}
.page-prospects .section-sign_up .container .title {
  max-width: 800px;
}
.page-prospects .container .text a {
  color: var(--text-color);
}
.page-prospects .container .text a:hover {
  color: #00babc;
}

@media only screen and (max-width: 1440px) {
  .page-prospects .section-cards--text:after {
    width: 44vw;
    height: 44vw;
  }
}
@media only screen and (max-width: 1024px) {
  .page-prospects .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-prospects .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
  .page-prospects .section-cards--text:after {
    width: 50vw;
    height: 50vw;
    bottom: -13vw;
    right: -15vw;
  }
}
@media only screen and (max-width: 960px) {
  .page-prospects .section-sign_up .container .title {
    max-width: 630px;
  }
}
@media only screen and (max-width: 768px) {
  .page-prospects .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-prospects .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-prospects .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-prospects .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-network .container .text a {
  color: var(--text-color);
}
.page-network .container .text a:hover {
  color: #00babc;
}

.page-admission .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-admission .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}

@media only screen and (max-width: 1024px) {
  .page-admission .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-admission .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .page-admission .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-admission .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-admission .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-admission .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-pool .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-pool .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}
.page-pool .section-cards--text {
  background-image: url(../img/bg-shape-2.svg);
  background-size: 650px;
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: 113%;
}

@media only screen and (max-width: 1440px) {
  .page-pool .section-cards--text {
    background-size: 44vw;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  .page-pool .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-pool .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
  .page-pool .section-cards--text {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-pool .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-pool .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-pool .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-pool .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-tryit .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-tryit .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 990px;
}
.page-tryit .section-cards--text {
  background-image: url(../img/bg-shape-2.svg);
  background-size: 650px;
  background-repeat: no-repeat;
  background-position-y: 130%;
  background-position-x: 122%;
}

@media only screen and (max-width: 1440px) {
  .page-tryit .section-cards--text {
    background-size: 44vw;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  .page-tryit .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-tryit .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 700px;
  }
  .page-tryit .section-cards--text {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-tryit .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-tryit .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 455px;
  }
}
@media only screen and (max-width: 480px) {
  .page-tryit .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-tryit .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 400px;
  }
}
.page-contact .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
.page-contact .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
  max-width: 700px;
}

@media only screen and (max-width: 960px) {
  .page-contact .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-contact .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .page-contact .section-hero.section-hero--slider .slider-content .hero-slide .content .content--main .content-title .content-title--main,
  .page-contact .section-hero.section-hero--single .slider-content .hero-slide .content .content--main .content-title .content-title--main {
    max-width: 295px;
  }
}

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