/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/main.scss (1) ***!
  \********************************************************************************************************************/
/*
    Mixins
-------------------------------------
*/
/*
    Variables
-------------------------------------
*/
/*
    Root
-------------------------------------
*/
:root {
  --navigation__width: 100%;
  --navigation__height: 100px;
  --navigation__fs: 1.064rem;
  --navigation-container__height: 100vh;
  --partner-logo__max-width: 55px;
  --menu-item__space-s: 0.5rem;
  --menu-item__space-m: 1rem;
  --menu-toggle-line__height: 5px;
  --menu-toggle-line__top: 0.75rem;
  --branding__max-width: 65px;
  --navigation__height--scrolled: 75px;
  --navigation__fs--scrolled: 1rem;
  --branding__max-width--scrolled: 60px;
  --joined-sections__gap: 2rem;
  --section__space: 4.875rem;
  --section__gap: 4rem;
  --content__spacing: 0 2rem;
  --content__space-xs: 0.5rem;
  --content__space-s: 1rem;
  --content__space-m: 2rem;
  --content__space-l: 3rem;
  --content__border-radius: 0.75rem;
  --fs__global: 1.125rem;
  --fs__text-xs: 1rem;
  --fs__text-s: 1.125rem;
  --fs__header-xs: 1.375rem;
  --fs__header-s: 1.563rem;
  --fs__header-m: 1.875rem;
  --fs__header-l: 2.813rem;
  --fs__header-xl: 3.125rem;
  --fs__header-op-1: 2.5rem;
  --fs__header-brand: 1.563rem;
  --fs__text-desc: 1rem;
  --btn__width: 198px;
  --btn__height: 62px;
  --btn__fs: 1.375rem;
  --btn__border-radius: 0.5rem;
  --offer-option__space: 2rem;
  --offer-title__space: 1rem;
  --features__grid: repeat(3, 1fr);
  --features__gap: 6rem;
  --features-icon__gap: 1.5rem;
  --features-header__space: 1.25rem;
  --advantages__grid: repeat(4, 1fr);
  --characteristic__grid: repeat(3, 1fr);
  --footer-info__gap: 2rem;
  --footer-item__spacing: 0 2rem;
  --footer-content__space: 1rem;
  --to-top-icon__width: 23px;
  --to-top-icon__height: 26px;
  --to-top__size: 45px;
  --to-top__bottom-position: 1rem;
  --to-top__right-position: 1rem;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1450px) {
  :root {
    --menu-item__space-s: 1.25rem;
    --menu-item__space-m: 0.75rem;
    --section__space: 4.375rem;
    --section__gap: 3rem;
    --fs__global: 1rem;
    --fs__text-xs: 0.875rem;
    --fs__text-s: 1rem;
    --fs__header-xs: 1.275rem;
    --fs__header-s: 1.463rem;
    --fs__header-m: 1.675rem;
    --fs__header-l: 2.613rem;
    --fs__header-xl: 2.875rem;
    --fs__header-op-1: 2.25rem;
    --fs__header-brand: 1.463rem;
    --btn__width: 178px;
    --btn__height: 54px;
    --btn__fs: 1.275rem;
    --offer-option__space: 1rem;
    --offer-title__space: 0.5rem;
    --advantages__grid: repeat(2, 1fr);
    --to-top-icon__width: 21px;
    --to-top-icon__height: 24px;
    --to-top__size: 42px;
  }
}
@media screen and (max-width: 1350px) {
  :root {
    --section__space: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --navigation__height: 80px;
    --navigation-container__width: 50%;
    --navigation__fs: 1.5rem;
    --menu-toggle__width: 2.5rem;
    --menu-toggle__height: 2rem;
    --branding__max-width: 60px;
    --navigation__height--scrolled: 70px;
    --branding__max-width--scrolled: 55px;
    --section__space: 3.5rem;
    --section__gap: 2rem;
    --fs__header-xs: 1.175rem;
    --fs__header-s: 1.263rem;
    --fs__header-m: 1.475rem;
    --fs__header-l: 2.413rem;
    --fs__header-xl: 2.675rem;
    --fs__header-op-1: 2rem;
    --fs__header-brand: 1.263rem;
    --btn__width: 158px;
    --btn__height: 48px;
    --btn__fs: 1.125rem;
    --features__grid: repeat(2, 1fr);
    --features-icon__gap: 1rem;
    --features__gap: 4rem;
    --features-header__space: 1rem;
    --characteristic__grid: repeat(1, 1fr);
    --footer-info__gap: 1rem;
    --footer-item__spacing: 0 1rem;
    --footer-content__space: 0.5rem;
    --to-top-icon__width: 19px;
    --to-top-icon__height: 22px;
    --to-top__size: 38px;
  }
}
@media screen and (max-width: 1050px) {
  :root {
    --hero-inner__position: -50%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --navigation-container__width: 100%;
    --menu-toggle__width: 2.25rem;
    --menu-toggle__height: 1.75rem;
    --joined-sections__gap: 1rem;
    --section__space: 3rem;
    --section__gap: 1rem;
    --fs__header-xs: 1.125rem;
    --fs__header-s: 1.2rem;
    --fs__header-m: 1.375rem;
    --fs__header-l: 2.225rem;
    --fs__header-xl: 2.475rem;
    --fs__header-brand: 1rem;
    --fs__text-desc: 0.70rem;
    --btn__width: 132px;
    --btn__height: 38px;
    --btn__fs: 1rem;
    --hero-inner__position: -25%;
    --features__grid: repeat(1, 1fr);
    --features__gap: 2rem;
    --features-header__space: 0.5rem;
    --advantages__grid: repeat(1, 1fr);
  }
}
@media screen and (max-width: 550px) {
  :root {
    --partner-logo__max-width: 40px;
    --section__space: 2.75rem;
    --fs__header-m: 1.275rem;
    --fs__header-l: 1.75rem;
    --fs__header-xl: 2rem;
    --fs__header-op-1: 1.5rem;
    --fs__header-brand: 0.8rem;
    --fs__text-desc: 0.65rem;
    --hero-inner__position: -10%;
    --features__gap: 1rem;
    --footer-item__spacing: 0 0.75rem;
  }
}
/*
    Normalize
-------------------------------------
*/
body {
  background-color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: var(--fs__global);
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:visited, a:focus, a:active {
  color: #473D84;
}
@media (hover: hover) {
  a:hover {
    color: #473D84;
  }
}

img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
    Buttons
-------------------------------------
*/
.btn {
  background: linear-gradient(90deg, rgb(255, 170, 89) 0%, rgb(238, 136, 41) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--btn__fs);
  width: var(--btn__width);
  height: var(--btn__height);
  color: #FFFFFF;
  border-radius: var(--btn__border-radius);
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  position: relative;
}
.btn::before {
  content: "";
  background: linear-gradient(90deg, rgb(85, 73, 156) 0%, rgb(46, 36, 107) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.btn:hover, .btn:visited, .btn:active, .btn:focus {
  color: #FFFFFF;
}
.btn:hover::before {
  transform: translateY(0);
}

/*
    Media queries
-------------------------------------
*/
/*
    Global
-------------------------------------
*/
.section-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
    Title
-------------------------------------
*/
.section-title__header, .section-title__subheader {
  font-weight: 600;
}
.section-title.single-title {
  margin: var(--section__space) 0;
}
.section-title.double-title {
  margin-bottom: calc(var(--section__space) / 1.5);
}
.section-title.footer-title {
  margin-bottom: var(--section__space);
}

/*
    Scrolled
-------------------------------------
*/
.site-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  height: var(--navigation__height--scrolled);
  border-bottom: 1px solid #D9D9D9;
}
.site-header.scrolled .navigation-info__text,
.site-header.scrolled .navigation-info__logo {
  display: none;
}
.site-header.scrolled .site-branding svg {
  width: var(--branding__max-width--scrolled);
}
.site-header .menu-item a.scrolled {
  font-size: var(--navigation__fs--scrolled);
}

/*
    To-top
-------------------------------------
*/
.to-top {
  background-color: #473D84;
  display: none;
  width: var(--to-top__size);
  height: var(--to-top__size);
  position: fixed;
  bottom: var(--to-top__bottom-position);
  right: var(--to-top__right-position);
  cursor: pointer;
  z-index: 97;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.to-top:hover {
  background-color: #FFFFFF;
  transform: scale(0.95);
  -o-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.to-top:hover svg path {
  stroke: #000000;
}
.to-top svg {
  width: var(--to-top-icon__width);
  height: var(--to-top-icon__height);
}

/*
    Navigation
-------------------------------------
*/
.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--navigation__width);
  height: var(--navigation__height);
  z-index: 99;
}
.site-header .navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--menu-item__space-s);
  width: 100%;
}
.site-header .navigation-container .navigation-control .menu {
  display: flex;
}

.container-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding a {
  display: flex;
}
.site-branding a svg {
  max-width: var(--branding__max-width);
}
.site-branding a svg:hover {
  transform: scale(0.98);
  -o-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -webkit-transform: scale(0.98);
}

.menu-item {
  margin: 0 var(--menu-item__space-m);
}
.menu-item a {
  font-size: var(--navigation__fs);
  color: #222222;
}
.menu-item a:hover {
  color: #473D84;
}
.menu-item a.active {
  color: #FFAA59;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #222222;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-toggle {
  display: none;
}

.navigation-info {
  display: flex;
  align-items: baseline;
  margin-left: 0.5rem;
}
.navigation-info .navigation-info__inner:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
}
.navigation-info__header {
  color: #473D84;
}
.navigation-info__header span:nth-of-type(1) {
  font-weight: 300;
}
.navigation-info__header span:nth-of-type(2) {
  font-weight: 600;
}
.navigation-info__text {
  font-weight: 300;
  color: #989898;
}
.navigation-info__logo {
  width: auto;
  max-width: var(--partner-logo__max-width);
}

.social-media-mobile {
  display: none;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1550px) {
  .navigation-info {
    flex-direction: column;
  }
  .navigation-info .navigation-info__inner:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .navigation-container {
    align-items: center;
  }
  .site-header .navigation-container .navigation-control .menu-primary-container {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--navigation-container__width);
    height: var(--navigation-container__height);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.5rem;
    z-index: 98;
  }
  .site-header .navigation-container .navigation-control .menu-primary-container .menu {
    background-color: #473D84;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: var(--content__border-radius);
  }
  .site-header .navigation-control.toggled .menu-primary-container {
    left: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(1) {
    top: var(--menu-toggle-line__top);
    transform: rotate(135deg);
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .navigation-control.toggled .menu-toggle__line:nth-of-type(3) {
    top: var(--menu-toggle-line__top);
    transform: rotate(-135deg);
  }
  .menu-item {
    margin: var(--menu-item__space-s);
  }
  .menu-item a {
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-left: 1rem;
  }
  .menu-item a::before {
    content: "";
    background-color: #7067AB;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
  }
  .menu-item a.active::before {
    background-color: #FFAA59;
  }
  .menu-item a:hover {
    color: #FFAA59;
  }
  .menu-toggle {
    background-color: transparent;
    display: block;
    width: var(--menu-toggle__width);
    height: var(--menu-toggle__height);
    border: 0;
    position: relative;
    outline: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line {
    background-color: #473D84;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: var(--menu-toggle-line__height);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-toggle__line:nth-of-type(1) {
    top: 0;
  }
  .menu-toggle__line:nth-of-type(2) {
    top: 43%;
  }
  .menu-toggle__line:nth-of-type(3) {
    bottom: 0;
  }
  .social-media-mobile {
    display: flex;
    margin: var(--section__space) var(--menu-item__space-s);
  }
  .social-media-mobile__link {
    display: flex;
    align-items: center;
  }
  .social-media-mobile__link span {
    font-size: var(--navigation__fs);
    color: #FFFFFF;
  }
  .social-media-mobile svg {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .site-header .navigation-control.toggled .menu-toggle__line {
    background-color: #FFFFFF;
  }
}
/*
    Sections
-------------------------------------
*/
.sections.hero {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 13%;
  margin-top: calc(var(--navigation__height) + 1rem);
}
.sections.hero .section__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
  gap: calc(var(--section__gap) / 2);
}
.sections.hero .section__content .section__inner:nth-of-type(1) {
  flex-basis: 55%;
}
.sections.hero .section__content .section__inner:nth-of-type(2) {
  flex-basis: 45%;
}
.sections.hero .section__content .section__inner .section__header {
  font-weight: 600;
}
.sections.hero .section__content .section__inner .section__subheader {
  font-weight: 200;
}
.sections.hero .section__content .section__inner .section__items {
  display: flex;
  gap: var(--section__gap);
  margin-top: calc(var(--section__space) / 2);
}
.sections.hero .section__content .section__inner .section__items .section__item .section__header {
  font-size: calc(var(--fs__header-xl) - 0.625rem);
  font-weight: 200;
  color: #473D84;
  margin-bottom: 0.5rem;
}
.sections.hero .section__content .section__inner .section__items .section__item .section__description {
  font-weight: 600;
}
.sections.hero .section__content .section__inner .section__image {
  max-width: 900px;
}
.sections.hero .section__content .absolute-frame {
  position: absolute;
  top: 8%;
  left: 0;
  height: 90%;
  width: 70%;
  z-index: -1;
}
.sections.offer {
  margin-bottom: var(--section__space);
}
.sections.offer .section__items {
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: var(--content__border-radius);
}
.sections.offer .section__items .section__item {
  width: 280px;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sections.offer .section__items .section__item:hover {
  -webkit-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Safari and older Chrome versions */
  -moz-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Firefox */
  -ms-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Internet Explorer */
  -o-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Opera */
  box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Standard syntax */
  border-right: 1px solid transparent;
}
.sections.offer .section__items .section__item .section__option {
  padding: var(--offer-option__space);
}
.sections.offer .section__items .section__item .section__option .option__header {
  font-weight: 800;
}
.sections.offer .section__items .section__item .section__option .option__description {
  font-weight: 200;
}
.sections.offer .section__items .section__item .section__option.offer-title .option__header {
  color: #443988;
  margin-bottom: var(--offer-title__space);
}
.sections.offer .section__items .section__item .section__option.offer-title .option__description {
  letter-spacing: 2px;
}
.sections.offer .section__items .section__item .section__option.capacity {
  background-color: #534799;
  padding: 1rem;
}
.sections.offer .section__items .section__item .section__option.capacity .option__header,
.sections.offer .section__items .section__item .section__option.capacity .option__description {
  color: #FFFFFF;
}
.sections.offer .section__items .section__item .section__option.time .option__header {
  color: #534799;
}
.sections.offer .section__items .section__item .section__option.info-1, .sections.offer .section__items .section__item .section__option.info-2 {
  padding: 1rem;
  position: relative;
  z-index: -1;
}
.sections.offer .section__items .section__item .section__option.info-1 {
  background-color: #E0DDF4;
}
.sections.offer .section__items .section__item .section__option.info-2 {
  background-color: #F1EFFF;
}
.sections.offer .section__items .section__item .section__option.info-3 .option__description:nth-of-type(1) {
  margin-bottom: 1rem;
}
.sections.offer .section__items .section__item .section-cta {
  padding-bottom: calc(var(--section__space) / 2);
}
.sections.offer .section__items .section__item:nth-of-type(even) .capacity {
  background-color: #453988;
}
.sections.features {
  margin-bottom: var(--section__space);
}
.sections.features .section__items {
  display: grid;
  grid-template-columns: var(--features__grid);
  gap: var(--features__gap);
}
.sections.features .section__items .section__item {
  display: flex;
  gap: var(--features-icon__gap);
}
.sections.features .section__items .section__item .section__header {
  font-weight: 600;
  color: #534799;
  margin-bottom: var(--features-header__space);
}
.sections.features .section__items .section__item .section__description {
  color: #777777;
}
.sections.features .section__items .section__item:hover .section__icon svg path:nth-of-type(2) {
  fill: #FFAA59;
}
.sections.characteristic, .sections.advantages {
  margin-bottom: var(--section__space);
}
.sections.characteristic .section__content, .sections.advantages .section__content {
  padding: calc(var(--section__space) / 1.5) calc(var(--section__space) / 1.5) var(--section__space);
  border-radius: var(--content__border-radius);
}
.sections.characteristic .section__content .section__items, .sections.advantages .section__content .section__items {
  display: grid;
  gap: var(--joined-sections__gap);
}
.sections.characteristic .section__content .section__items .section__item, .sections.advantages .section__content .section__items .section__item {
  background-color: #FFFFFF;
  border-radius: var(--content__border-radius);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sections.characteristic .section__content .section__items .section__item .section__image, .sections.advantages .section__content .section__items .section__item .section__image {
  width: auto;
}
.sections.characteristic .section__content {
  background-color: #F4F4F4;
}
.sections.characteristic .section__content .section__items {
  grid-template-columns: var(--characteristic__grid);
}
.sections.characteristic .section__content .section__items .section__item {
  padding: 2rem 2rem var(--section__space);
}
.sections.characteristic .section__content .section__items .section__item:hover {
  -webkit-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Safari and older Chrome versions */
  -moz-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Firefox */
  -ms-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Internet Explorer */
  -o-box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Opera */
  box-shadow: 0px 0px 20px -10px rgb(71, 61, 132); /* Standard syntax */
}
.sections.characteristic .section__content .section__items .section__item .section__image,
.sections.characteristic .section__content .section__items .section__item .section__header {
  margin-bottom: calc(var(--section__space) / 2);
}
.sections.characteristic .section__content .section__items .section__item .section__header {
  font-weight: 700;
}
.sections.characteristic .section__content .section__items .section__item .section__options .section__option {
  display: flex;
  align-items: center;
  color: #777777;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
.sections.characteristic .section__content .section__items .section__item .section__options .section__option:last-of-type {
  margin-bottom: 0;
}
.sections.characteristic .section__content .section__items .section__item .section__options .section__option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"16\" viewBox=\"0 0 20 16\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8172 0.689178C20.1901 1.35166 19.9743 2.20196 19.335 2.58839L19.0381 2.76795C14.2217 5.68001 10.3519 10.0139 7.92312 15.2162C7.7342 15.6207 7.36817 15.9055 6.94064 15.9805C6.5131 16.0555 6.077 15.9115 5.77018 15.5938L0.392924 10.0263C-0.130579 9.4843 -0.131035 8.60513 0.391918 8.06244C0.914858 7.51987 1.76318 7.5194 2.28669 8.06147L6.37376 12.2932C9.04735 7.35494 12.9494 3.23385 17.6879 0.368936L17.9849 0.189394C18.624 -0.197045 19.4444 0.0267117 19.8172 0.689178Z\" fill=\"%23534799\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sections.advantages .section__content {
  background-color: #55499C;
}
.sections.advantages .section__content .section__items {
  grid-template-columns: var(--advantages__grid);
}
.sections.advantages .section__content .section__items .section__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
}
.sections.advantages .section__content .section__items .section__item:hover {
  -webkit-box-shadow: 0px 0px 20px -10px rgb(244, 244, 244); /* Safari and older Chrome versions */
  -moz-box-shadow: 0px 0px 20px -10px rgb(244, 244, 244); /* Firefox */
  -ms-box-shadow: 0px 0px 20px -10px rgb(244, 244, 244); /* Internet Explorer */
  -o-box-shadow: 0px 0px 20px -10px rgb(244, 244, 244); /* Opera */
  box-shadow: 0px 0px 20px -10px rgb(244, 244, 244); /* Standard syntax */
}
.sections.advantages .section__content .section__items .section__item .section__image {
  margin-bottom: 0.5rem;
}

/*
    Media queries
-------------------------------------
*/
@media (max-width: 1450px) {
  .sections.offer .section__items {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .sections.offer .section__items .section__item {
    flex: 0 0 auto;
    min-width: 200px;
    min-height: 690px;
  }
}
@media screen and (max-width: 1200px) {
  .sections.hero .section__content .section__inner:nth-of-type(1), .sections.hero .section__content .section__inner:nth-of-type(2) {
    flex-basis: 50%;
  }
  .sections.characteristic .section__content .section__items .section__item .section__options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .sections.characteristic .section__content .section__items .section__item .section__options .section__option {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1050px) {
  .sections.hero .section__content {
    position: relative;
  }
  .sections.hero .section__content .section__inner:nth-of-type(1) {
    position: absolute;
    left: 0;
    bottom: var(--hero-inner__position);
    opacity: 0.1;
    z-index: -1;
  }
  .sections.hero .section__content .section__inner:nth-of-type(2) {
    flex-basis: 100%;
    width: 100%;
  }
}
/*
    Footer
-------------------------------------
*/
.footer {
  background: linear-gradient(90deg, rgb(85, 73, 156) 0%, rgb(46, 36, 107) 100%);
  padding: var(--section__space) 0 calc(var(--section__space) / 2) 0;
}
.footer .footer__content .section-title {
  text-align: center;
}
.footer .footer__content .section-title__header {
  color: #FFFFFF;
}
.footer .footer__content .footer__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
.footer .footer__content .footer__items .footer__item {
  text-align: center;
  padding: var(--footer-item__spacing);
}
.footer .footer__content .footer__items .footer__item .footer__header,
.footer .footer__content .footer__items .footer__item .footer__description {
  margin-bottom: var(--footer-content__space);
}
.footer .footer__content .footer__items .footer__item .footer__header:first-of-type {
  margin-bottom: 0.5rem;
}
.footer .footer__content .footer__items .footer__item .footer__header:nth-of-type(1) {
  color: #FFFFFF;
}
.footer .footer__content .footer__items .footer__item .footer__header:nth-of-type(2) {
  color: #FFFFFF;
}
.footer .footer__content .footer__items .footer__item .footer__header:nth-of-type(3) {
  color: #AA9DEF;
}
.footer .footer__content .footer__items .footer__item .footer__description {
  font-weight: 200;
  letter-spacing: 2px;
  color: #9E92E4;
}
.footer .footer__content .footer__info {
  text-align: center;
  margin: var(--section__space) 0;
}
.footer .footer__content .footer__info .footer__header {
  font-weight: 200;
  color: #FFFFFF;
}
.footer .footer__content .footer__info .footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--footer-info__gap);
  margin-top: calc(var(--section__space) / 2);
}
.footer .footer__content .footer__info .footer__links .footer__link {
  color: #AA9DEF;
}
.footer .footer__content .footer__info .footer__links .footer__link:hover {
  color: #FFFFFF;
}
.footer .footer__content .documentation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--footer-info__gap);
}
.footer .footer__content .documentation .documentation-info {
  display: flex;
  align-items: center;
  flex-basis: auto;
}
.footer .footer__content .documentation .documentation-info__link .logo {
  width: auto;
  margin-right: 0.5rem;
}
.footer .footer__content .documentation .documentation-info__header {
  color: #FFFFFF;
}
.footer .footer__content .documentation .partner-info__description, .footer .footer__content .documentation .partner-info__link,
.footer .footer__content .documentation .privacy-policy__description,
.footer .footer__content .documentation .privacy-policy__link,
.footer .footer__content .documentation .company-info__description,
.footer .footer__content .documentation .company-info__link {
  color: #989898;
}
.footer .footer__content .documentation .partner-info__link:hover,
.footer .footer__content .documentation .privacy-policy__link:hover,
.footer .footer__content .documentation .company-info__link:hover {
  color: #FFFFFF;
}
.footer .footer__content .documentation .partner-info {
  flex-basis: 100%;
  text-align: center;
}

/*
    Info
-------------------------------------
*/
/*
    Media queries
-------------------------------------
*/
/*
    Post
-------------------------------------
*/
.single .post,
.single .archive,
.blog .post,
.blog .archive {
  margin-top: var(--navigation__height);
}
.single .post .archive__item,
.single .archive .archive__item,
.blog .post .archive__item,
.blog .archive .archive__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single .post .archive__item .archive__inner:nth-of-type(1),
.single .archive .archive__item .archive__inner:nth-of-type(1),
.blog .post .archive__item .archive__inner:nth-of-type(1),
.blog .archive .archive__item .archive__inner:nth-of-type(1) {
  flex-basis: 20%;
}
.single .post .archive__item .archive__inner:nth-of-type(2),
.single .archive .archive__item .archive__inner:nth-of-type(2),
.blog .post .archive__item .archive__inner:nth-of-type(2),
.blog .archive .archive__item .archive__inner:nth-of-type(2) {
  flex-basis: 75%;
}

/*
    Media queries
-------------------------------------
*/
/*
    Animations
-------------------------------------
*/
[data-animate] {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}
.animate-fade-up.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.5s ease-out;
}
.animate-fade-down.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease-out;
}
.animate-fade-left.visible {
  opacity: 1;
  transform: none;
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease-out;
}
.animate-fade-right.visible {
  opacity: 1;
  transform: none;
}

.animate-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
}
.animate-zoom-in.visible {
  opacity: 1;
  transform: none;
}

.animate-rotate-in {
  opacity: 0;
  transform: rotate(-10deg) scale(0.9);
  transition: all 0.5s ease-out;
}
.animate-rotate-in.visible {
  opacity: 1;
  transform: none;
}

/*
    Containers
-------------------------------------
*/
.container-s {
  margin: 0 auto;
  height: 100%;
  max-width: 1200px;
}

.container-m,
.container-nav {
  margin: 0 auto;
  height: 100%;
  max-width: 1680px;
}

.container-l {
  margin: 0 auto;
  height: 100%;
  max-width: 1920px;
}

.container-xl {
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}

/*
    Media queries
-------------------------------------
*/
@media screen and (max-width: 1764px) {
  .p-2 {
    padding: var(--content__spacing);
  }
}
/*
    Typography
-------------------------------------
*/
.header-xs {
  font-size: var(--fs__header-xs);
  line-height: calc(var(--fs__header-xs) * 1.2);
}

.header-s {
  font-size: var(--fs__header-s);
  line-height: calc(var(--fs__header-s) * 1.2);
}

.header-m {
  font-size: var(--fs__header-m);
  line-height: calc(var(--fs__header-m) * 1.2);
}

.header-l {
  font-size: var(--fs__header-l);
  line-height: calc(var(--fs__header-l) * 1.2);
}

.header-xl {
  font-size: var(--fs__header-xl);
  line-height: calc(var(--fs__header-xl) * 1.2);
}

.header-op-1 {
  font-size: var(--fs__header-op-1);
  line-height: calc(var(--fs__header-op-1) * 1.2);
}

.header-brand {
  font-size: var(--fs__header-brand);
  line-height: calc(var(--fs__header-brand) * 1.2);
}

.text-desc {
  font-size: var(--fs__text-desc);
  line-height: calc(var(--fs__text-desc) * 1.2);
}

.text-xs {
  font-size: var(--fs__text-xs);
  line-height: calc(var(--fs__text-xs) * 1.3);
}

.text-s {
  font-size: var(--fs__text-s);
  line-height: calc(var(--fs__text-s) * 1.3);
}

@media screen and (max-width: 1200px) {
  .header-xs {
    font-size: var(--fs__header-xs);
    line-height: calc(var(--fs__header-xs) * 1.2);
  }
  .header-s {
    font-size: var(--fs__header-s);
    line-height: calc(var(--fs__header-s) * 1.2);
  }
  .header-m {
    font-size: var(--fs__header-m);
    line-height: calc(var(--fs__header-m) * 1.2);
  }
  .header-l {
    font-size: var(--fs__header-l);
    line-height: calc(var(--fs__header-l) * 1.2);
  }
  .header-xl {
    font-size: var(--fs__header-xl);
    line-height: calc(var(--fs__header-xl) * 1.2);
  }
  .header-op-1 {
    font-size: var(--fs__header-op-1);
    line-height: calc(var(--fs__header-op-1) * 1.2);
  }
  .header-brand {
    font-size: var(--fs__header-brand);
    line-height: calc(var(--fs__header-brand) * 1.2);
  }
  .text-desc {
    font-size: var(--fs__text-desc);
    line-height: calc(var(--fs__text-desc) * 1.2);
  }
  .text-xs {
    font-size: var(--fs__text-xs);
    line-height: calc(var(--fs__text-xs) * 1.4);
  }
  .text-s {
    font-size: var(--fs__text-s);
    line-height: calc(var(--fs__text-s) * 1.4);
  }
}
