/*! ------------------------------------------------
 * Project Name: Name: Stratoplan Landing Page
 * Project Description: Stratoplan Landing Page
 * Tags: one page, responsive, html5, css3, landing page
 * Version: 1.0.0
 * Build Date: October 2024
 * Last Update: October 2024
 * Author: Natalia Reasneanscaia
 * Author URI: https://nataliareas.com */
/*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Fonts
 *  02. Template Backgrounds
 *  03. Basic Styles
 *  04. Animations - Transitions
 *  05. Animations - Backgrounds
 *  06. Elements - Typography
 *  07. Elements - Controls
 *  08. Elements - Forms
 *  09. Elements - Colors
 *  10. Elements - Cards
 *  11. Sections Main
 *  12. Sections Inner
 *  13. Blocks Common
 *  14. Blocks Header
 *  15. Blocks Statistics
 *  16. Blocks To Whom
 *  17. Blocks Accordion
 *  18. Blocks Menu
 *  19. Block Footer
 *  20. Blocks Popup Dialogs
 *  21. Features Countdown
 *  22. Features Couches
 *  23. Features Marquee
 *  24. Features Animated Brands
 *  25. Features Purchase
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --_size: 1.6rem;
  --_font-default: "Manrope", sans-serif;
  --_font-accent: "CraftworkGrotesk", sans-serif;
  --_radius-xxs: 1rem;
  --_radius-xs: 1.2rem;
  --_radius-s: 1.4rem;
  --_radius-m: 2rem;
  --_radius-l: 2.4rem;
  --_radius-xl: 2.8rem;
  --_radius-xxl: 3.2rem;
  --_radius-xxxl: 6rem;
  --_animspeed-fast: 0.1s;
  --_animspeed-medium: 0.3s;
  --_animspeed-slow: 0.6s;
  --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
  --_color-transparent: #001f1f00;
  --tab-gap: 1.6rem;
  --tab-corner: -moz-calc(var(--tab-gap) + -moz-calc(var(--tab-gap) / 2) + 2px);
  --tab-corner: calc(var(--tab-gap) + calc(var(--tab-gap) / 2) + 2px);
  --font-weight-base: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  /* color scheme */
  --white: #ffffff;
  --black: #000;
  --base: #E4EEF9;
  --base-tint: #F7FAFC;
  --accent: #0D0D0D;
  --opposite: #A9BBEB;
  --bg-gradient-solid-base: linear-gradient(180deg, #FFFFFF 0%, #F5F7FC 8%, #F0F3FA 22%, #F0F4FA 64%, #F4F8FC 92%, #FFFFFF 100%);
  --bg-gradient-solid-accent: linear-gradient(245.92deg, #00498C 1.51%, #002966 29.94%, #00063d 67.84%);
  --bg-gradient-solid-accent-2: linear-gradient(91.68deg, #00397A 0%, #519DE0 100%);
  --bg-gradient-alpha-1: linear-gradient(77.27deg, rgba(192, 255, 194, 0.24) 60.34%, rgba(233, 245, 158, 0.24) 97.81%);
  --bg-gradient-alpha-2: linear-gradient(84.56deg, rgba(164, 249, 255, 0.24) 64.77%, rgba(153, 255, 221, 0.24) 98.26%);
  --bg-gradient-alpha-3: linear-gradient(38.04deg, rgba(255, 214, 133, 0.24) 30.61%, rgba(237, 245, 127, 0.24) 97.27%);
  --bg-gradient-alpha-4: linear-gradient(78.22deg, rgba(191, 191, 255, 0.24) 45.31%, rgba(220, 190, 255, 0.24) 99.34%);
  --t-bright: #0D0D0D;
  --t-medium: #535353;
  --t-manifest: #001f3d;
  --t-bright-accent: #002D7A;
  --t-opp-bright: #ffffff;
  --t-opp-medium: #9fa2be;
  --t-subt: #002D7A;
  --t-clr-lb: #E9F0FF;
  --t-clr-1: #CDFACE;
  --t-clr-1-bright: #81BC6B;
  --t-clr-1-dark: #729579;
  --t-clt-2-light: #E0F6F7;
  --t-clt-2-bright: #36CED5;
  --t-clr-2-dark: #5D7677;
  --t-clr-3-bright: #FFD685;
  --t-clr-3-dark: #F4A916;
  --t-clr-4-light: #EDE8F7;
  --t-clr-4-bright: #366CD5;
  --t-clr-4-dark: #7A6E93;
  --st-accent-dark: #0D0D0D;
  --st-subtitle: #002D7A;
  --st-lb: #BFD9F5;
  --st-1-light: #E6F7E9;
  --st-1-bright: #81BC6B;
  --st-2-light: #E0F6F7;
  --st-2-bright: #36CED5;
  --st-3-light: #F5EEDB;
  --st-3-bright: #FFD685;
  --st-4-light: #EDE8F7;
  --st-4-dark: #7A6E93;
  --st-black-alpha: rgba(0,0,0,0.04);
  --st-black-alpha-01: rgba(0,0,0,0.12);
  --st-accent-dark-alpha: rgba(13, 13, 13, 0.24);
  --gradient-controls-accent: linear-gradient(180deg, #00397A 0%, #001F3D 100%);
  --gradient-controls-additional: linear-gradient(180deg, #E6EEF9 0%, #C4DDF5 100%);
  --gradient-mask: linear-gradient(180deg, rgba(247, 250, 252, 0.0) 0%, #F7FAFC 100%);
}

/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
/* Manrope font */
/* CraftworkGrotesk Font */
@font-face {
  font-family: "CraftworkGrotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.woff") format("woff"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Regular/CraftworkGrotesk-Regular.svg#CraftworkGrotesk") format("svg");
}
@font-face {
  font-family: "CraftworkGrotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.woff") format("woff"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Medium/CraftworkGrotesk-Medium.svg#CraftworkGrotesk") format("svg");
}
@font-face {
  font-family: "CraftworkGrotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.woff") format("woff"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-SemiBold/CraftworkGrotesk-SemiBold.svg#CraftworkGrotesk") format("svg");
}
@font-face {
  font-family: "CraftworkGrotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.woff") format("woff"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Bold/CraftworkGrotesk-Bold.svg#CraftworkGrotesk") format("svg");
}
@font-face {
  font-family: "CraftworkGrotesk";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/CraftworkGrotesk-Heavy/CraftworkGrotesk-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/CraftworkGrotesk-Heavy/CraftworkGrotesk-Heavy.woff2") format("woff2"), url("../fonts/CraftworkGrotesk-Heavy/CraftworkGrotesk-Heavy.woff") format("woff"), url("../fonts/CraftworkGrotesk-Heavy/CraftworkGrotesk-Heavy.ttf") format("truetype"), url("../fonts/CraftworkGrotesk-Heavy/CraftworkGrotesk-Heavy.svg#CraftworkGrotesk") format("svg");
}
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Basic Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background-color: rgba(169, 191, 235, 0.3);
  color: var(--t-bright);
  text-shadow: none;
}

::selection {
  background-color: rgba(169, 191, 235, 0.3);
  color: var(--t-bright);
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 6px;
  border-radius: 20px;
  background: #d6d6d6;
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  background-color: #d6d6d6;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--t-clr-1-bright);
  background: var(--bg-gradient-solid-accent);
}

html {
  width: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  min-width: 360px;
  overflow-x: unset !important;
  font: normal var(--font-weight-base) var(--_size)/1.4 var(--_font-default);
  background: var(--base-tint);
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  color: var(--t-medium);
}

main {
  position: relative;
  min-width: 360px;
}

section {
  position: relative;
  min-width: 360px;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .fullheight-desktop {
    height: 100%;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.components {
  position: relative;
}

.components__item {
  position: relative;
  padding: 8rem 10%;
  border-bottom: 1px solid var(--stroke-elements);
}

.components__caption {
  display: block;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: var(--_size);
  line-height: 1;
  font-family: var(--_font-default);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--t-muted);
  margin-bottom: 4rem;
}

.spacer {
  height: 100px;
  background-color: pink;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ------------------------------------------------*/
/* Basic Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animations - Transitions Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animations - Transitions End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animations - Backgrounds Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animations - Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Elements - Typography Start */
/* ------------------------------------------------*/
h1 {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-manifest);
}
h1.opposite {
  color: var(--t-opp-bright);
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 6.8rem;
  }
}

.h1-text {
  max-width: 466px;
  margin-top: 3.6rem;
}
.h1-text.bottom {
  margin-top: 0;
  margin-bottom: 3.6rem;
}

.stats-hdl__num,
.stats-achievements__num,
.tools__num,
.stats-program__num,
.start-time__num,
.start-date__num {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 5.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  color: var(--t-bright);
}
.stats-hdl__num.opposite,
.stats-achievements__num.opposite,
.tools__num.opposite,
.stats-program__num.opposite,
.start-time__num.opposite,
.start-date__num.opposite {
  color: var(--t-opp-bright);
}
@media only screen and (min-width: 768px) {
  .stats-hdl__num,
  .stats-achievements__num,
  .tools__num,
  .stats-program__num,
  .start-time__num,
  .start-date__num {
    font-size: 7.2rem;
  }
}

.start-time__num,
.start-date__num {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.start-time__num.bottom,
.start-date__num.bottom {
  margin-bottom: 0;
  margin-top: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .start-date__num {
    letter-spacing: normal;
    font-size: 8.22rem;
    margin-bottom: 0.2rem;
  }
  .start-date__num.ordinary {
    font-size: 7.2rem;
  }
}

.stats-hdl__descr {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-bright);
}

.stats-program__descr {
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: var(--_font-default);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--t-bright);
}

h2 {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-bright);
}
h2.opposite {
  color: var(--t-opp-bright);
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5.2rem;
  }
}

.h2-subtitle {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 1.6rem;
  border: 1px solid var(--st-subtitle);
  -moz-border-radius: var(--_radius-xxs);
       border-radius: var(--_radius-xxs);
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: var(--_font-default);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--t-subt);
  background-color: var(--white);
}
.h2-subtitle.alternative {
  border: 1px solid var(--t-clr-3-dark);
  background: var(--bg-gradient-alpha-3);
  background-repeat: no-repeat;
  color: var(--t-clr-3-dark);
}
.h2-subtitle.fullwidth {
  width: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h2-subtitle span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.h2-subtitle.top {
  margin-bottom: 1.2rem;
}
.h2-subtitle.bottom {
  margin-top: 2rem;
}

.h2-text {
  margin-top: 1.2rem;
}

blockquote p {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 4.4rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  margin-bottom: 2.4rem;
  color: var(--t-bright);
}
blockquote p:last-child {
  margin-bottom: 0;
}

.manifest-text {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-manifest);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .manifest-text {
    font-size: 4.4rem;
  }
}

.manifest-span {
  margin-bottom: 2.4rem;
}
.manifest-span:last-of-type {
  margin-bottom: 0;
}

.manifest-keyword {
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}
.manifest-keyword .word {
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(204.08deg, #00498C 1.51%, #002966 29.94%, #00063d 67.84%);
  background-image: linear-gradient(245.92deg, #00498C 1.51%, #002966 29.94%, #00063d 67.84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-position 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-position-x: 0%;
}

h3 {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-bright);
}
h3.opposite {
  color: var(--t-opp-bright);
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 4.4rem;
  }
}

.h3-text {
  margin-top: 1.2rem;
}
.h3-text.margin-l {
  margin-top: 2.8rem;
}

h4 {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-bright);
}
h4.opposite {
  color: var(--t-opp-bright);
}
h4.opposite span {
  color: var(--t-manifest);
}
h4.spesial-size-s {
  font-size: 2.2rem;
}
h4.special-size-l {
  font-size: 3.4rem;
  white-space: nowrap;
}
h4 small {
  display: block;
  font-weight: var(--font-weight-base);
  font-size: 1.6rem;
  letter-spacing: normal;
  font-family: var(--_font-default);
  color: var(--t-medium);
  margin-top: 0.3rem;
}
h4 small.popup__descr {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
h4 small.special-size-l {
  font-size: 1.8rem;
  white-space: nowrap;
  margin-top: 1.2rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 3.1rem;
  }
  h4.spesial-size {
    font-size: 3rem;
    white-space: nowrap;
  }
  h4.spesial-size-s {
    font-size: 2.4rem;
  }
  h4.special-size-l {
    font-size: 3.4rem;
    white-space: nowrap;
  }
  h4 small.spesial-size {
    font-size: 1.56rem;
    white-space: nowrap;
  }
  h4 small.special-size-l {
    font-size: 1.8rem;
    white-space: nowrap;
    margin-top: 1.2rem;
  }
}

h5 {
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: var(--_font-default);
  color: var(--t-bright);
}
h5 small {
  display: block;
  font: normal var(--font-weight-base) -moz-calc(var(--_size) * 0.875) var(--_font-default);
  font: normal var(--font-weight-base) calc(var(--_size) * 0.875) var(--_font-default);
  line-height: 1;
  color: var(--t-medium);
}
h5 small.top {
  margin-bottom: 0.6rem;
}
h5 small.bottom {
  margin-top: 0.6rem;
}

h6 {
  font: normal var(--font-weight-bold) var(--_size) var(--_font-accent);
  line-height: 1.2;
  color: var(--t-bright);
}
h6 a {
  color: var(--t-bright);
}
h6 small {
  display: block;
  font: normal var(--font-weight-base) -moz-calc(var(--_size) * 0.875) var(--_font-default);
  font: normal var(--font-weight-base) calc(var(--_size) * 0.875) var(--_font-default);
  line-height: 1;
  color: var(--t-medium);
}
h6 small.top {
  margin-bottom: 0.6rem;
}
h6 small.bottom {
  margin-top: 0.6rem;
}

p {
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-medium);
}
p.bright {
  color: var(--t-bright);
}
p.opposite {
  color: var(--t-opp-bright);
}
p.opposite a {
  color: var(--t-opp-bright);
}
p.opposite-medium {
  color: var(--t-opp-medium);
}
p.small {
  font-size: 1.4rem;
}
p.medium {
  font-size: 1.6rem;
}
p.letter-spacing-s {
  letter-spacing: -0.02rem;
}
p span {
  font-weight: 700;
}
p.additional-text {
  font: normal var(--font-weight-base) 1.2rem/1 var(--_font-default);
  color: var(--t-muted);
}
p.additional-text a {
  font-weight: var(--font-weight-bold);
  color: var(--t-bright);
}
p.descrption-text {
  max-width: 760px;
  margin-bottom: 2.8rem;
}
p.descrption-text:last-of-type {
  margin-bottom: 0;
}
.tag {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9rem 1.6rem 0.7rem 1.6rem;
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: var(--_font-default);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.text-link {
  color: inherit;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(var(--t-opp-bright)), to(var(--t-opp-bright)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), -moz-linear-gradient(left, var(--t-opp-bright), var(--t-opp-bright));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, var(--t-opp-bright), var(--t-opp-bright));
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.text-link.text-link-medium {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#626dd0), to(#2666c7));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), -moz-linear-gradient(left, #626dd0, #2666c7);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #626dd0, #2666c7);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.text-link.text-link-opposite {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(var(--t-opp-bright)), to(var(--t-opp-bright)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), -moz-linear-gradient(left, var(--t-opp-bright), var(--t-opp-bright));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, var(--t-opp-bright), var(--t-opp-bright));
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.text-link.text-link-backwards {
  background: -webkit-gradient(linear, left top, right top, from(#00063d), to(#002966)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, #00063d, #002966), -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #00063d, #002966), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .text-link:hover {
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

/* ------------------------------------------------*/
/* Elements - Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Elements - Controls Start */
/* ------------------------------------------------*/
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: -0.4rem;
}
.btn:first-of-type {
  margin-left: 0;
}

.mobile-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.2rem;
  margin-left: 0;
}
.mobile-vertical:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .mobile-vertical {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  .mobile-vertical:last-child {
    margin-right: 0;
  }
}

.mobile-horizontal {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-bottom: 0;
  margin-right: 1.2rem;
}
.mobile-horizontal:last-child {
  margin-right: 0;
}

.btn-fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  white-space: nowrap;
  margin: 0;
}

.btn-accent {
  width: auto;
  height: 6rem;
  line-height: 6rem;
  padding: 1.6rem 3.6rem;
  background: var(--gradient-controls-accent);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-clr-lb);
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.btn-accent span {
  color: var(--t-clr-lb);
}
.btn-accent.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: var(--font-weight-base);
}
.btn-accent.multiline {
  height: auto;
  line-height: 1.2;
  padding: 2.1rem 3.6rem;
}
.no-touch .btn-accent:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
     -moz-transform: scale3d(1.01, 1.01, 1);
          transform: scale3d(1.01, 1.01, 1);
}

.btn-neutral-outline {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  padding: 1.6rem 2.6rem;
  background-color: transparent;
  border: 1px solid var(--t-bright);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-bright);
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.btn-neutral-outline span {
  color: var(--t-bright);
}
.no-touch .btn-neutral-outline:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
     -moz-transform: scale3d(1.01, 1.01, 1);
          transform: scale3d(1.01, 1.01, 1);
}
@media only screen and (min-width: 576px) {
  .btn-neutral-outline {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn-neutral-outline {
    padding: 1.6rem 3.6rem;
  }
}

.btn-alternative {
  width: auto;
  height: 6rem;
  line-height: 6rem;
  padding: 1.6rem 3.6rem;
  background: var(--gradient-controls-additional);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-bright-accent);
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.btn-alternative span {
  color: var(--t-bright-accent);
}
.no-touch .btn-alternative:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
     -moz-transform: scale3d(1.01, 1.01, 1);
          transform: scale3d(1.01, 1.01, 1);
}

.btn-clr-1-alpha {
  width: auto;
  height: 5.6rem;
  line-height: 5.6rem;
  padding: 1.6rem 3.6rem;
  background: var(--bg-gradient-alpha-2);
  border: 1px solid var(--st-2-bright);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-clr-2-bright);
  white-space: nowrap;
}
.btn-clr-1-alpha span {
  color: var(--t-clt-2-bright);
  -webkit-transition: color var(--_animspeed-medium);
  -moz-transition: color var(--_animspeed-medium);
  transition: color var(--_animspeed-medium);
}
.no-touch .btn-clr-1-alpha:hover span {
  color: var(--t-opp-bright);
}

.btn-subt-dark {
  width: auto;
  height: 5.6rem;
  line-height: 5.6rem;
  padding: 1.6rem 3.6rem;
  background: var(--accent);
  border: 1px solid var(--t-subt);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-subt);
  white-space: nowrap;
}
.btn-subt-dark span {
  color: var(--t-subt);
  -webkit-transition: color var(--_animspeed-medium);
  -moz-transition: color var(--_animspeed-medium);
  transition: color var(--_animspeed-medium);
}
.no-touch .btn-subt-dark:hover span {
  color: var(--t-opp-bright);
}

.btn-line-dark {
  width: auto;
  height: 6rem;
  line-height: 6rem;
  padding: 1.6rem 3.6rem;
  background-color: transparent;
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-bright);
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.btn-line-dark span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--t-bright);
}
.btn-line-dark i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 6rem;
  line-height: 6rem;
  margin-left: 0.8rem;
}
.btn-line-dark i img {
  width: 2rem;
  height: auto;
}
.no-touch .btn-line-dark:hover {
  opacity: 0.74;
  -webkit-transform: scale3d(1.01, 1.01, 1);
     -moz-transform: scale3d(1.01, 1.01, 1);
          transform: scale3d(1.01, 1.01, 1);
}

.btn-s {
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}

.btn-s-alt {
  font-size: 1.6rem;
}

.btn-outline {
  border: 1px solid var(--st-black-alpha);
}
@media only screen and (min-width: 992px) {
  .btn-outline {
    border: none;
  }
}

.btn-line-dark-s {
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0;
  background-color: transparent;
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-bright);
}
.btn-line-dark-s span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--t-bright);
}
.btn-line-dark-s i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.8rem;
  line-height: 2.8rem;
  margin-left: 0.8rem;
}
.btn-line-dark-s i img {
  width: 2rem;
  height: auto;
}
.btn-line-dark-s.large-mobile {
  height: 4.8rem;
  background: var(--gradient-controls-accent);
  font-family: var(--_font-default);
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-clr-lb);
  padding: 0 2.6rem;
  white-space: nowrap;
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
}
.btn-line-dark-s.large-mobile i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-line-dark-s.large-mobile svg {
  fill: var(--t-clr-lb);
  width: 2rem;
  height: 2rem;
}
.btn-line-dark-s.large-mobile span, .btn-line-dark-s.large-mobile i {
  color: var(--t-clr-lb);
}
@media only screen and (min-width: 1200px) {
  .btn-line-dark-s.large-mobile {
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0;
    background: none;
  }
  .btn-line-dark-s.large-mobile svg {
    fill: var(--t-bright);
  }
  .btn-line-dark-s.large-mobile span, .btn-line-dark-s.large-mobile i {
    color: var(--t-bright);
  }
}

.btn-default {
  width: auto;
  height: 5rem;
  padding: 0 2rem;
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
  font: normal var(--font-weight-bold) var(--_size)/5rem var(--_font-default);
}
.btn-default i, .btn-default span {
  position: relative;
}
.btn-default i {
  font-size: -moz-calc(var(--_size) * 1.125);
  font-size: calc(var(--_size) * 1.125);
  margin-left: 0.8rem;
}
@media only screen and (min-width: 1600px) {
  .btn-default {
    height: 6rem;
    line-height: 6rem;
    padding: 0 2.8rem;
    font-size: -moz-calc(var(--_size) * 1.25);
    font-size: calc(var(--_size) * 1.25);
  }
  .btn-default i {
    font-size: -moz-calc(var(--_size) * 1.375);
    font-size: calc(var(--_size) * 1.375);
  }
}

.btn-line {
  font: normal 700 var(--_size)/1 var(--_font-default);
}
.btn-line i, .btn-line span {
  position: relative;
}
.btn-line i {
  font-size: -moz-calc(var(--_size) * 1.125);
  font-size: calc(var(--_size) * 1.125);
  margin-left: 0.8rem;
}
@media only screen and (min-width: 1600px) {
  .btn-line {
    font-size: -moz-calc(var(--_size) * 1.25);
    font-size: calc(var(--_size) * 1.25);
  }
  .btn-line i {
    font-size: -moz-calc(var(--_size) * 1.375);
    font-size: calc(var(--_size) * 1.375);
  }
}

.btn-line-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: var(--font-weight-medium);
  color: var(--t-bright-accent);
}
.btn-line-link .btn-caption,
.btn-line-link .btn-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-line-link .btn-icon {
  overflow: hidden;
  padding-top: 0.4rem;
}
.no-touch .btn-line-link:hover .btn-caption {
  opacity: 0.7;
}

.hcontent__hcard .btn-line-link {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 2.4rem;
  font-size: 1.26rem;
}
.hcontent__hcard .btn-line-link .btn-caption {
  text-decoration: underline;
  opacity: 1;
}
.hcontent__hcard .btn-line-link .btn-icon {
  padding-top: 0;
  padding-bottom: 0.3rem;
}
.hcontent__hcard .btn-line-link .btn-icon em {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.no-touch .hcontent__hcard .btn-line-link:hover .btn-caption {
  opacity: 0.64;
}
@media only screen and (min-width: 576px) {
  .hcontent__hcard .btn-line-link {
    font-size: 1.6rem;
  }
}

.btn-square {
  width: 4.8rem;
  height: 4.8rem;
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
}
.btn-square img {
  width: 20rem;
  height: 2rem;
}

.btn-square-s i {
  font-size: -moz-calc(var(--_size) * 0.875);
  font-size: calc(var(--_size) * 0.875);
}

.btn-accent {
  background-color: var(--accent);
  color: var(--t-opp-bright);
}

.btn-accent-gradient {
  background: var(--gradient-controls-accent);
  color: var(--t-opp-bright);
}

.btn-transparent {
  background-color: transparent;
  color: var(--t-bright);
}

.slide-right:hover .btn-icon em {
  -webkit-animation: 0.4s ease-in-out 0s 1 both slideRight;
     -moz-animation: 0.4s ease-in-out 0s 1 both slideRight;
          animation: 0.4s ease-in-out 0s 1 both slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ------------------------------------------------*/
/* Elements - Controls End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Elements - Forms Start */
/* ------------------------------------------------*/
.form-container {
  position: relative;
  width: 100%;
}

.form {
  opacity: 1;
  -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
  -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
  transition: opacity var(--_animspeed-slow) ease-in-out;
}
.form.is-hidden {
  opacity: 0;
}

.form__item {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.form__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .form__item {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .form__item {
    padding: 0 2.5rem;
    margin-bottom: 5rem;
  }
}

form {
  position: relative;
  width: 100%;
}
form input, form textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  margin-bottom: 1.2rem;
  padding: 1.2rem 1.6rem 1.2rem 1.6rem;
  background-color: var(--white);
  border: 1px solid var(--st-black-alpha);
  font: normal var(--font-weight-base) 1.8rem var(--_font-default);
  color: var(--t-bright);
}
form input.darken, form textarea.darken {
  background-color: var(--base-tint);
  border: 1px solid #E6E9ED;
}
form input {
  height: 6.4rem;
  line-height: 6.4rem;
}
form button {
  width: 100% !important;
}
form textarea {
  height: 14rem;
  resize: none;
}
form ::-webkit-input-placeholder {
  color: var(--t-medium);
}
form :-moz-placeholder {
  color: var(--t-medium);
}
form ::-moz-placeholder {
  color: var(--t-medium);
}
form :-ms-input-placeholder {
  color: var(--t-medium);
}
form input:focus:required:invalid,
form textarea:focus:required:invalid {
  color: var(--t-default);
}
form input:required:valid,
form textarea:required:valid {
  color: var(--t-default);
}

.form__reply {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity var(--_animspeed-slow) ease-in-out;
  -moz-transition: opacity var(--_animspeed-slow) ease-in-out;
  transition: opacity var(--_animspeed-slow) ease-in-out;
}
.form__reply.centered {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 300px;
}
.form__reply.is-visible {
  opacity: 1;
}

.reply__icon {
  display: block;
  font-size: -moz-calc(var(--_size) * 3.125);
  font-size: calc(var(--_size) * 3.125);
  color: var(--accent);
  margin-bottom: 1rem;
}

.reply__title {
  font: normal var(--font-weight-bold) -moz-calc(var(--_size) * 1.5)/1 var(--_font-accent);
  font: normal var(--font-weight-bold) calc(var(--_size) * 1.5)/1 var(--_font-accent);
  color: var(--t-bright);
  margin-bottom: 1rem;
}

.reply__text {
  display: block;
  font: normal var(--font-weight-medium) -moz-calc(var(--_size) * 1.125)/1.4 var(--_font-default);
  font: normal var(--font-weight-medium) calc(var(--_size) * 1.125)/1.4 var(--_font-default);
  color: var(--t-medium);
}

/* ------------------------------------------------*/
/* Elements - Forms End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Elements - Colors Start */
/* ------------------------------------------------*/
/* text colors */
.stroke-alpha {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--st-black-alpha);
}

.radial-gradient-1 {
  background-color: var(--t-clr-1-bright);
  background-image: -moz-radial-gradient(-4950% 100%, 100.95% 732.14%, #00807C 0%, #4FD37F 100%);
  background-image: radial-gradient(100.95% 732.14% at -4950% 100%, #00807C 0%, #4FD37F 100%);
  -moz-background-size: 100%;
       background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.linear-gradient-1-dark {
  background-color: var(--t-clr-1-bright);
  background-image: -moz-linear-gradient(204.08deg, #00498C 1.51%, #002966 29.94%, #00063D 67.84%);
  background-image: linear-gradient(245.92deg, #00498C 1.51%, #002966 29.94%, #00063D 67.84%);
  -moz-background-size: 100%;
       background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.manifest-accent {
  color: #001F3D;
}

.bg-base {
  background-color: var(--base);
}

.bg-base-tint {
  background-color: var(--base-tint);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-gradient-alpha-1 {
  background: var(--bg-gradient-alpha-1);
}

.bg-gradient-alpha-2 {
  background: var(--bg-gradient-alpha-2);
}

.bg-gradient-alpha-3 {
  background: var(--bg-gradient-alpha-3);
}

.bg-gradient-alpha-4 {
  background: var(--bg-gradient-alpha-4);
}

.bg-gradient-solid-accent {
  background: var(--bg-gradient-solid-accent);
}

.bg-gradient-solid-accent-2 {
  background: var(--bg-gradient-solid-accent-2);
}

.st-black-alpha {
  border: 1px solid var(--st-black-alpha);
}

.st-black-alpha-01 {
  border: 1px solid var(--st-black-alpha-01);
}

.st-accent-dark {
  border: 1px solid var(--st-accent-dark);
}

.st-subt {
  border: 1px solid var(--t-subt);
}

.st-lb {
  border: 1px solid var(--st-lb);
}

.st-1-light {
  border: 1px solid var(--st-1-light);
}

.st-2-light {
  border: 1px solid var(--st-2-light);
}

.st-3-light {
  border: 1px solid var(--st-3-light);
}

.st-4-light {
  border: 1px solid var(--st-4-light);
}

.st-1-bright {
  border: 1px solid var(--st-1-bright);
}

.st-2-bright {
  border: 1px solid var(--st-2-bright);
}

.st-3-bright {
  border: 1px solid var(--st-3-bright);
}

.st-4-bright {
  border: 1px solid var(--st-4-bright);
}

.st-1-dark {
  border: 1px solid var(--st-1-dark);
}

.st-2-dark {
  border: 1px solid var(--st-2-dark);
}

.st-3-dark {
  border: 1px solid var(--st-3-dark);
}

.st-4-dark {
  border: 1px solid var(--st-4-dark);
}

.t-white {
  color: var(--white);
}

.t-clr-1 {
  color: var(--t-clr-1);
}

.t-clr-1-bright {
  color: var(--t-clr-1-bright);
}

.t-clr-1-dark {
  color: var(--t-clr-1-dark);
}

.t-clr-2 {
  color: var(--t-clr-2);
}

.t-clr-2-bright {
  color: var(--t-clr-2-bright);
}

.t-clr-2-dark {
  color: var(--t-clr-2-dark);
}

.t-clr-3 {
  color: var(--t-clr-3);
}

.t-clr-3-bright {
  color: var(--t-clr-3-bright);
}

.t-clr-3-dark {
  color: var(--t-clr-3-dark);
}

.t-clr-4 {
  color: var(--t-clr-4);
}

.t-clr-4-bright {
  color: var(--t-clr-4-bright);
}

.t-clr-4-dark {
  color: var(--t-clr-4-dark);
}

.sh-controls {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(205, 231, 250, 0.08) inset, 0px -2px 1px 0px rgba(0, 7, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 7, 31, 0.32), 0px 2px 2px 0px rgba(0, 7, 31, 0.06), 0px 4px 4px 0px rgba(0, 7, 31, 0.06), 0px 8px 8px 0px rgba(0, 7, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
     -moz-box-shadow: 0px 1px 1px 0px rgba(205, 231, 250, 0.08) inset, 0px -2px 1px 0px rgba(0, 7, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 7, 31, 0.32), 0px 2px 2px 0px rgba(0, 7, 31, 0.06), 0px 4px 4px 0px rgba(0, 7, 31, 0.06), 0px 8px 8px 0px rgba(0, 7, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0px 1px 1px 0px rgba(205, 231, 250, 0.08) inset, 0px -2px 1px 0px rgba(0, 7, 31, 0.24) inset, 0px 0px 1px 0px rgba(0, 7, 31, 0.32), 0px 2px 2px 0px rgba(0, 7, 31, 0.06), 0px 4px 4px 0px rgba(0, 7, 31, 0.06), 0px 8px 8px 0px rgba(0, 7, 31, 0.06), 0px 10px 16px -10px rgba(255, 255, 255, 0.06) inset;
}

.sh-controls-alt {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(205, 237, 250, 0.08) inset, 0px 0px 1px 0px rgba(0, 13, 31, 0.32), 0px 2px 2px 0px rgba(0, 13, 31, 0.06), 0px 4px 4px 0px rgba(0, 13, 31, 0.06);
     -moz-box-shadow: 0px 1px 1px 0px rgba(205, 237, 250, 0.08) inset, 0px 0px 1px 0px rgba(0, 13, 31, 0.32), 0px 2px 2px 0px rgba(0, 13, 31, 0.06), 0px 4px 4px 0px rgba(0, 13, 31, 0.06);
          box-shadow: 0px 1px 1px 0px rgba(205, 237, 250, 0.08) inset, 0px 0px 1px 0px rgba(0, 13, 31, 0.32), 0px 2px 2px 0px rgba(0, 13, 31, 0.06), 0px 4px 4px 0px rgba(0, 13, 31, 0.06);
}

.sh-container {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04), 0px 16px 16px -8px rgba(0, 61, 61, 0.04), 0px 32px 32px -16px rgba(0, 61, 61, 0.04), 0px 64px 64px -32px rgba(0, 61, 61, 0.04);
}

.sh-container-s {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
}

.sh-container-hero {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 27, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 27, 61, 0.08), 0px 3px 3px -1.5px rgba(0, 27, 61, 0.04), 0px 6px 6px -3px rgba(0, 27, 61, 0.04), 0px 12px 12px -6px rgba(0, 27, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 27, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 27, 61, 0.08), 0px 3px 3px -1.5px rgba(0, 27, 61, 0.04), 0px 6px 6px -3px rgba(0, 27, 61, 0.04), 0px 12px 12px -6px rgba(0, 27, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 27, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 27, 61, 0.08), 0px 3px 3px -1.5px rgba(0, 27, 61, 0.04), 0px 6px 6px -3px rgba(0, 27, 61, 0.04), 0px 12px 12px -6px rgba(0, 27, 61, 0.04);
}

.tag-subtitle-type {
  border: 1px solid var(--st-subtitle);
  color: var(--t-subt);
  background-color: var(--white);
}

/* ------------------------------------------------*/
/* Elements - Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Elements - Cards Start */
/* ------------------------------------------------*/
.padding-xs {
  padding: 1.2rem;
}

.padding-s {
  padding: 1.6rem;
}

.padding-m {
  padding: 2.4rem;
}

.padding-l {
  padding: 4rem;
}

.padding-container-xs {
  padding: 0 0.6rem 1.2rem 0.6rem !important;
}

.padding-container-xl {
  padding: 7rem 2.8rem 4rem 2.8rem !important;
}
@media only screen and (min-width: 768px) {
  .padding-container-xl {
    padding: 8rem 6.8rem 8rem 6.8rem !important;
  }
}

.padding-container-pre-grid-s {
  padding: 2.8rem 2.8rem 4rem 2.8rem !important;
}
@media only screen and (min-width: 768px) {
  .padding-container-pre-grid-s {
    padding: 6.8rem 7.4rem 8rem 7.4rem !important;
  }
}

.padding-32x24 {
  padding: 3.2rem 2.4rem;
}

.card-container {
  position: relative;
  margin-bottom: 2.4rem;
}
.card-container:last-of-type {
  margin-bottom: 0;
}
.card-container.mobile-padding-sides {
  padding: 0 2.8rem !important;
}
.card-container.mobile-padding-full {
  padding: 0 4rem !important;
}
.card-container.fullwidth {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-container {
    max-width: 720px !important;
  }
  .card-container.mobile-padding-sides {
    padding: 0 !important;
  }
  .card-container.mobile-padding-full {
    padding: 0 1.2rem !important;
  }
  .card-container.fullwidth {
    max-width: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .card-container {
    max-width: 960px !important;
  }
  .card-container.fullwidth {
    max-width: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .card-container {
    max-width: 1152px !important;
  }
  .card-container.fullwidth {
    max-width: none !important;
  }
}

.card-container__btngroup {
  margin-top: 7rem;
}

.card-container__image {
  position: relative;
  margin-top: 4rem;
}
.card-container__image.has-border-radius {
  overflow: hidden;
}
.card-container__image.has-background-image {
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}
.card-container__image.image-1 {
  height: 468px;
  background-image: url(../img/illustrations/990x1200-ill01.webp);
}
.card-container__image.image-3 {
  height: 468px;
  background-image: url(../img/illustrations/898x1200-ill02.webp);
}
.card-container__image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.card-container__image.no-margin {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .card-container__image {
    margin-top: 0;
  }
  .card-container__image.image-1, .card-container__image.image-3 {
    width: 386px;
  }
  .card-container__image.image-3 {
    height: 100%;
  }
  .card-container__image img {
    width: auto !important;
    height: 100%;
    max-height: 376px;
  }
  .card-container__image img.registration-img {
    max-height: 288px;
  }
  .card-container__image.image-2 {
    max-height: 405px;
  }
}

.has-margin-top-mobile {
  margin-top: 4rem;
}
@media only screen and (min-width: 992px) {
  .has-margin-top-mobile {
    margin-top: 0;
  }
}

.teaser__left {
  width: 100%;
  margin-bottom: 4rem;
  gap: 2.4rem;
}
.teaser__left p {
  margin-top: 0;
}
.teaser__left.no-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .teaser__left {
    max-width: 436px;
    margin-bottom: 0;
  }
}

.teaser__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .teaser__right {
    max-width: 436px;
  }
}

.teaser__img {
  width: 100% !important;
}
@media only screen and (min-width: 1200px) {
  .teaser__img {
    width: 388px !important;
  }
}

.requests__content {
  width: 100%;
}

.requests__descr {
  margin-top: 2.4rem;
}
.requests__descr.no-margin {
  margin: 0;
}

.tools__content {
  height: 100%;
}
.tools__content.divided {
  gap: 2.4rem;
}

.tools__inner {
  gap: 2.4rem;
}

.tools__divider-vertical {
  width: 100%;
  height: 0.1rem;
  background-color: var(--st-black-alpha);
}
@media only screen and (min-width: 992px) {
  .tools__divider-vertical {
    width: 0.1rem;
    height: 100%;
    background-color: var(--st-black-alpha);
  }
}

.tools__image {
  padding-bottom: 1.2rem;
}

.tools__img-1 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 53px;
  height: 53px;
}

.tools__img-2 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 78px;
  height: 33px;
}

.tools__img-team-v2 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 88px;
  height: 88px;
}

.tools__descr.letter-s {
  letter-spacing: -0.1px;
}

.tools-descr {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 768px) {
  .tools-descr {
    margin-bottom: 8rem;
  }
}

.tools-descr-max330 {
  max-width: 33rem;
}

.tools-descr__item {
  border-bottom: 1px solid var(--st-black-alpha);
}
.tools-descr__item:last-of-type {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tools-descr__item:nth-of-type(3) {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tools-descr__item {
    border-bottom: 0;
    border-right: 1px solid var(--st-black-alpha);
  }
  .tools-descr__item:last-of-type {
    border-right: 0;
  }
}

.tools-descr__inner {
  padding-bottom: 2.4rem;
}

.tools-descr__item:last-of-type .tools-descr__inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tools-descr__item:nth-of-type(3) .tools-descr__inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tools-descr__item .tools-descr__inner {
    padding-bottom: 0;
  }
}

.bonuses__content {
  gap: 1.4rem;
}

.bonuses__btngroup {
  padding-top: 3.2rem;
}

.calendar__content {
  gap: 2.4rem;
}
.calendar__content img {
  width: 100% !important;
}

.feedback__item {
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .feedback__item:hover .fdata__info .fdata__hoverhide {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s;
    -moz-transition: opacity 0.3s 0s;
    transition: opacity 0.3s 0s;
  }
  .feedback__item:hover .fdata__info .fdata__hoverhide.no-hide {
    opacity: 1;
  }
  .feedback__item:hover .fdata__info .fdata__absolute {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s 0.3s;
  }
}

.feedback__tags {
  margin-bottom: 3.4rem;
}

.feedback__tag {
  margin-bottom: 1.2rem;
}

.feedback__descr {
  margin-bottom: 4.4rem;
}

.feedback__data {
  position: relative;
  gap: 1rem;
}

.fdata__hoverhide {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  margin-bottom: 1.4rem;
}
.fdata__hoverhide.no-hide {
  cursor: auto;
}
@media only screen and (min-width: 1200px) {
  .fdata__hoverhide {
    margin-bottom: 0;
  }
}

.fdata__absolute {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .fdata__absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0s opacity 0.3s 0s;
    -moz-transition: visibility 0s 0s opacity 0.3s 0s;
    transition: visibility 0s 0s opacity 0.3s 0s;
  }
}

.card-icon-left__content {
  height: 100%;
  gap: 2.4rem;
}

.card-icon-left__icon {
  width: 8rem;
  height: 8rem;
}

.card-icon-left__descr {
  gap: 0.8rem;
}

.contact__item {
  position: relative;
}

.contact__content {
  width: 100%;
  height: 100%;
  gap: 2.4rem;
}

@media only screen and (min-width: 1200px) {
  .contact__title {
    font-size: 2.9rem;
  }
}

/* ------------------------------------------------*/
/* Elements - Cards End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Sections Main Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  padding-top: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .main {
    padding-top: 11.2rem;
  }
  .main.main-special {
    padding-top: 6.6rem;
  }
}

.main__circles {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__circles svg {
  width: 100%;
  height: auto;
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
@media only screen and (min-width: 768px) {
  .main__circles svg {
    width: 100%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.main__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url(../img/backgrounds/1440x900-hero01.png);
  background-color: #76c1d9;
}
.main__gradient svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .main__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1400px;
  }
}
@media only screen and (min-width: 1200px) {
  .main__gradient {
    height: 1140px;
  }
}

.main__gradient-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 494px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: cover;
       background-size: cover;
  -moz-background-size: 100% 494px;
       background-size: 100% 494px;
  background-image: url(../img/backgrounds/1440x494-hero02.png);
}

.intro {
  padding-top: 11.6rem;
}
.intro.intro-special {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .intro {
    padding-top: 3.2rem;
  }
  .intro.intro-feedback {
    padding-top: 2rem;
  }
}

.intro__headline {
  position: relative;
  padding: 0 2.8rem;
  padding-top: 4rem;
}
.intro__headline.intro-feedback {
  padding: 0 4rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .intro__headline {
    padding: 0;
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 992px) {
  .intro__headline {
    padding-top: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__headline {
    padding-top: 3.8rem;
  }
  .intro__headline.no-padding {
    padding-top: 0;
  }
}

.headline__logo {
  position: relative;
  height: 6.2rem;
  padding: 0.6rem 1.2rem;
  margin-bottom: 9rem;
}
@media only screen and (min-width: 1200px) {
  .headline__logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 3.2rem;
    padding: 0 1.2rem;
    margin-bottom: 0;
  }
}

.logo__container {
  height: 3.2rem;
}
.logo__container img {
  width: auto;
  height: 100%;
}

.headline__hcontent {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
  width: 100%;
}
.headline__hcontent.align-left {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .headline__hcontent {
    margin-bottom: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .headline__hcontent {
    max-width: 760px;
    margin-bottom: 0;
  }
}

.hcontent__title {
  text-align: center;
}
.hcontent__title.left {
  text-align: left;
}
.hcontent__title.left-desktop {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .hcontent__title.left-desktop {
    text-align: left;
    margin: 0;
  }
}

.hcontent__hcard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0.8rem;
  background: var(--gradient-controls-additional);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hcontent__hcard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .hcontent__hcard {
    width: 566px;
    height: 200px;
  }
}

.hcard__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem;
  gap: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .hcard__content {
    padding: 1.6rem;
  }
}

.hcard__title {
  font-weight: var(--font-weight-medium);
  font-size: 2.55rem;
  line-height: 2.8rem;
  letter-spacing: -0.061rem;
  font-family: var(--_font-default);
  color: var(--t-manifest);
}

.hcard__image img {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .hcard__image img {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .floating-cards-container {
    position: relative;
  }
}

.headline__static-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .headline__static-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .headline__static-cards {
    display: none;
  }
}

.static-cards__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2rem;
  height: 180px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .static-cards__item {
    padding: 2.4rem;
    text-align: left;
  }
  .static-cards__item.item-pre-logo {
    width: -moz-calc(100% - 20.4rem);
    width: calc(100% - 20.4rem);
  }
  .static-cards__item.item-logo {
    width: 180px;
  }
  .static-cards__item.item-text {
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
  }
}

.static-cards__num {
  font-weight: var(--font-weight-medium);
  font-size: 5.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  color: var(--t-manifest);
}

.static-cards__descr {
  font-weight: var(--font-weight-base);
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: var(--_font-default);
  color: var(--t-manifest);
}

.static-cards__logo {
  text-align: center;
  height: 100%;
}
.static-cards__logo img {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  max-width: 13.2rem;
}

.headline__floating-cards {
  display: none;
}
@media only screen and (min-width: 992px) {
  .headline__floating-cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 760px;
    height: 100%;
    z-index: -1;
  }
}

.floating-cards__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 2rem;
  height: 180px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .floating-cards__item {
    padding: 2.4rem;
    text-align: left;
  }
  .floating-cards__item.item-pre-logo {
    width: -moz-calc(100% - 20.4rem);
    width: calc(100% - 20.4rem);
  }
  .floating-cards__item.item-logo {
    width: 180px;
  }
  .floating-cards__item.item-text {
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
  }
}
@media only screen and (min-width: 992px) {
  .floating-cards__item {
    gap: 0.4rem;
  }
  .floating-cards__item.lg-floating-item {
    width: auto;
    height: auto;
    padding: 2rem;
    position: absolute;
  }
  .floating-cards__item.lg-floating-item-1 {
    top: 7.9rem;
    left: -13.7rem;
  }
  .floating-cards__item.lg-floating-item-2 {
    top: 6rem;
    right: -8rem;
  }
  .floating-cards__item.lg-floating-item-3 {
    top: 30rem;
    left: -10rem;
  }
  .floating-cards__item.lg-floating-item-4 {
    top: 22rem;
    right: -15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-cards__item.bottom-layer {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .floating-cards__item.lg-floating-item-1 {
    left: -23rem;
  }
  .floating-cards__item.lg-floating-item-2 {
    right: -15rem;
  }
  .floating-cards__item.lg-floating-item-3 {
    left: -15rem;
  }
  .floating-cards__item.lg-floating-item-4 {
    right: -20rem;
  }
}

.floating-cards__num {
  font-weight: var(--font-weight-medium);
  font-size: 5.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  color: var(--t-manifest);
}
@media only screen and (min-width: 992px) {
  .floating-cards__num {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.floating-cards__descr {
  font-weight: var(--font-weight-base);
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: var(--_font-default);
  color: var(--t-manifest);
}
@media only screen and (min-width: 992px) {
  .floating-cards__descr {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.floating-cards__logo {
  text-align: center;
  height: 100%;
}
.floating-cards__logo img {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  max-width: 13.2rem;
}
@media only screen and (min-width: 992px) {
  .floating-cards__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

.hcontent__btngroup {
  margin-top: 5.2rem;
}

.headline__hdecor {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .headline__hdecor {
    max-width: 564px;
  }
}

.hdecor__left {
  width: 100%;
  gap: 0.8rem;
}
.hdecor__left .mobile-margin-item {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .hdecor__left {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .hdecor__left .mobile-margin-item {
    margin-bottom: 0;
  }
}

.hdecor__right {
  width: 100%;
  gap: 0.8rem;
}
.hdecor__right .mobile-margin-item {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .hdecor__right {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .hdecor__right .mobile-margin-item {
    margin-bottom: 0;
  }
}

.hdecor__teaser {
  width: 100%;
  height: 108px;
  padding: 2.2rem 2rem;
}

.hdecor__teaser-burnout-1 {
  height: 213px;
  text-align: center;
  padding: 2.5rem 2rem;
}
.hdecor__teaser-burnout-1 p {
  line-height: 1.8;
}

.hdecor__teaser-burnout-2 {
  width: 100%;
  height: 179px;
  text-align: center;
  padding: 2.5rem 2rem;
}
.hdecor__teaser-burnout-2 h4 {
  width: 100%;
}
.hdecor__teaser-burnout-2 p {
  line-height: 1.8;
}

.hdecor__teaser-burnout-3 {
  width: 100%;
  height: 183px;
  padding: 2.5rem 2rem;
}
.hdecor__teaser-burnout-3 p {
  line-height: 1.6;
  font-size: 2.055rem;
}

.hdecor__teaser-leader-2 {
  width: 100%;
  height: 179px;
  text-align: center;
  padding: 2.5rem 2rem;
}
.hdecor__teaser-leader-2 h4 {
  width: 100%;
  font-size: 3.7rem;
}
.hdecor__teaser-leader-2 p {
  line-height: 1.8;
}

.hdecor__teaser-leader-3 {
  width: 100%;
  height: 213px;
  padding: 2.5rem 2rem;
}
.hdecor__teaser-leader-3 p {
  line-height: 1.6;
  font-size: 1.8rem;
}

.hdecor__imageleft,
.hdecor__imageright {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-color: var(--bg-base-tint);
  -moz-background-size: cover;
       background-size: cover;
}

.hdecor__imageleft {
  height: 416px;
  background-image: url(../img/headline/800x1200_hdl01.webp);
}

.hdecor__imageleft-burnout {
  height: 416px;
  background-image: url(../img/headline/800x895_hdl03.webp);
}
@media only screen and (min-width: 768px) {
  .hdecor__imageleft-burnout {
    height: 311px;
  }
}

.hdecor__imageleft-leader {
  height: 416px;
  background-image: url(../img/headline/800x895_hdl04.webp);
}
@media only screen and (min-width: 768px) {
  .hdecor__imageleft-leader {
    height: 311px;
  }
}

.hdecor__imageright {
  height: 300px;
  background-image: url(../img/headline/800x880_hdl02.webp);
}

.hdecor__imageright-burnout {
  height: 416px;
  background-image: url(../img/headline/800x443_hdl04.webp);
}
@media only screen and (min-width: 768px) {
  .hdecor__imageright-burnout {
    height: 154px;
  }
}

.hdecor__imageright-leader {
  height: 416px;
  background-image: url(../img/headline/800x443_hdl05.webp);
}
@media only screen and (min-width: 768px) {
  .hdecor__imageright-leader {
    height: 124px;
  }
}

.hdecor__ad {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 108px;
  height: 108px;
  background-color: var(--accent);
  -moz-border-radius: 2.8rem;
       border-radius: 2.8rem;
  color: var(--white);
}

.ad__caption1,
.ad__caption2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.ad__caption1 {
  -webkit-animation: adanim1 4s infinite;
     -moz-animation: adanim1 4s infinite;
          animation: adanim1 4s infinite;
}

.ad__caption2 {
  -webkit-animation: adanim2 4s infinite;
     -moz-animation: adanim2 4s infinite;
          animation: adanim2 4s infinite;
}

.ad__number {
  font-family: var(--_font-accent);
  font-size: 6rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.1rem;
  line-height: 1;
}

.ad__text {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: var(--font-weight-base);
}

.ad__rocket {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: var(--font-weight-base);
}

@-webkit-keyframes adanim1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes adanim1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes adanim1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes adanim2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes adanim2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes adanim2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------*/
/* Sections Main End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Sections Inner Start */
/* ------------------------------------------------*/
.inner {
  position: relative;
  width: 100%;
}
.inner.has-element {
  padding-top: 200px;
}
.inner.has-element-dual {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  background-image: url(../img/backgrounds/bg-block-manifest.svg);
  margin-bottom: -200px;
}
.inner.has-bg {
  background-repeat: no-repeat;
  background-position: center 170px;
  -moz-background-size: contain;
       background-size: contain;
  background-image: url(../img/backgrounds/section-bg-leader.svg);
}
.inner.has-animated-block {
  height: auto;
  padding: 9rem 0;
  overflow: hidden;
}
.inner.distance-small {
  padding-top: 2.4rem;
}
.inner.paddind-default {
  padding-top: 9rem;
}
.inner.padding-default-mobile {
  padding-top: 9rem;
}
.inner.paddind-pre-grid {
  padding-top: 7.6rem;
}
.inner.inner-grad-feedback {
  margin-top: -10rem;
}
@media only screen and (min-width: 576px) {
  .inner.has-animated-block {
    height: 580px;
  }
}
@media only screen and (min-width: 768px) {
  .inner.has-element {
    padding-top: 233px;
  }
  .inner.has-element-dual {
    padding: 233px 0;
    margin-bottom: -233px;
  }
  .inner.has-bg {
    background-position: center 100px;
  }
  .inner.has-animated-block {
    height: 845px;
    padding: 14rem 0;
  }
  .inner.paddind-default {
    padding-top: 14rem;
  }
  .inner.padding-default-mobile {
    padding-top: 14rem;
  }
  .inner.paddind-pre-grid {
    padding-top: 11.6rem;
  }
  .inner.inner-grad-feedback {
    margin-top: -8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner.padding-default-mobile {
    padding-top: 0;
  }
  .inner.inner-grad-feedback {
    margin-top: 0;
  }
}

.inner__wrapper {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: cover;
       background-size: cover;
}

.inner-bg-1 {
  background-image: url(../img/backgrounds/bg-block-descr.png);
}

.inner__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: red;
  background: var(--gradient-mask);
}
@media only screen and (min-width: 768px) {
  .inner__mask {
    height: 400px;
  }
}

.inner__spacer {
  width: 100%;
  height: 9rem;
  height: 14rem;
}
.arc-section {
  position: relative;
  padding: 4.2rem 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .arc-section {
    padding: 9.3rem 0 0 0;
  }
}

.arc-section__inner {
  position: relative;
  padding: 8rem 0 0 0;
}

.arc-container {
  display: block;
  width: 100%;
  max-width: 1152px !important;
  min-height: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
}
.arc-container::before, .arc-container::after {
  content: " ";
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  display: table;
}

.platform-arc-wrapper {
  z-index: 1;
  pointer-events: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: -2rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.platform-arc-apps {
  --arc--count: 7;
  --arc--size: -moz-calc(var(--arc--width) / var(--arc--count));
  --arc--size: calc(var(--arc--width) / var(--arc--count));
  --arc--height: 16.5rem;
  --arc--width: 40rem;
  -webkit-perspective: 2000px;
     -moz-perspective: 2000px;
          perspective: 2000px;
  width: var(--arc--width);
  height: var(--arc--height);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: perspective(2000px);
     -moz-transform: perspective(2000px);
          transform: perspective(2000px);
}
@media only screen and (min-width: 768px) {
  .platform-arc-apps {
    --arc--height: 25.5rem;
    --arc--width: 70.5rem;
  }
}

.arc-app:nth-child(1),
.arc-app:nth-child(7) {
  margin: 0;
  top: 0%;
  opacity: 0;
  z-index: 4;
}
@media only screen and (min-width: 576px) {
  .arc-app:nth-child(1),
  .arc-app:nth-child(7) {
    opacity: 1;
  }
}

.arc-app:nth-child(2),
.arc-app:nth-child(6) {
  margin: 0 0;
  top: -moz-calc(var(--arc--size) / 2 - 62%);
  top: calc(var(--arc--size) / 2 - 62%);
  z-index: 3;
}

.arc-app:nth-child(3),
.arc-app:nth-child(5) {
  margin: 0 3%;
  top: -moz-calc(var(--arc--size) / 2 - 90%);
  top: calc(var(--arc--size) / 2 - 90%);
  z-index: 2;
}

.arc-app:nth-child(4) {
  margin: 0 3%;
  top: -moz-calc(var(--arc--size) / 2 - 100%);
  top: calc(var(--arc--size) / 2 - 100%);
  z-index: 1;
}

.arc-app {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  aspect-ratio: 1;
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
  background-color: var(--white);
  pointer-events: auto;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -moz-transition-property: box-shadow, transform, -moz-box-shadow, -moz-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0.3s, 0.4s;
     -moz-transition-duration: 0.3s, 0.4s;
          transition-duration: 0.3s, 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.175, 0.885, 0.392, 1.662);
  width: 6rem;
}
.arc-app .arc-icon {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.4rem;
  height: 3.4rem;
}
.arc-app .arc-icon svg {
  width: 100%;
  height: auto;
  fill: var(--t-clr-2-dark);
}
.arc-app .arc-caption {
  position: absolute;
  top: -3.9rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(0.6rem);
     -moz-transform: translateX(-50%) translateY(0.6rem);
      -ms-transform: translateX(-50%) translateY(0.6rem);
          transform: translateX(-50%) translateY(0.6rem);
  opacity: 0;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.2rem;
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  color: var(--t-bright);
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
  background-color: var(--white);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
  -moz-transition: opacity 0.3s, transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}
.arc-app:hover {
  background: var(--bg-gradient-solid-accent);
}
.arc-app:hover .arc-icon svg {
  fill: var(--white);
}
.arc-app:hover .arc-icon svg .icon {
  fill: var(--white);
}
.arc-app:hover .arc-caption {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media only screen and (min-width: 768px) {
  .arc-app {
    -moz-border-radius: var(--_radius-m);
         border-radius: var(--_radius-m);
    width: 8.2rem;
  }
  .arc-app .arc-icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.platform-arc {
  pointer-events: none;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 120%;
  height: 230%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto auto -25%;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(#000, rgba(0, 0, 0, 0) 50%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(#000, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (min-width: 768px) {
  .platform-arc {
    width: 150%;
    height: 370%;
  }
}

.platform-arc-ring {
  --pulse--duration: 18s;
  --pulse--easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1.5px solid var(--color--teal-400);
  background-color: rgba(51, 96, 184, 0.64);
  -moz-border-radius: 50%;
       border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}
.platform-arc-ring.is-xl {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
     -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
          animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -16s;
}
.platform-arc-ring.is-l {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
     -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
          animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -12s;
}
.platform-arc-ring.is-m {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
     -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
          animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -8s;
}
.platform-arc-ring.is-s {
  -webkit-transform: scale(0.4);
     -moz-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
     -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
          animation: pulse var(--pulse--duration) var(--pulse--easing) infinite -4s;
}
.platform-arc-ring.is-xs {
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
     -moz-animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
          animation: pulse var(--pulse--duration) var(--pulse--easing) infinite 0s;
}
.platform-arc-ring.is-mask {
  background-color: rgba(0, 31, 31, 0);
  background-image: -moz-radial-gradient(circle closest-side, #f6f4f1, rgba(246, 244, 242, 0));
  background-image: radial-gradient(circle closest-side, #f6f4f1, rgba(246, 244, 242, 0));
  border-style: none;
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

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

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.inner__element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .inner__element {
    height: 233px;
  }
}

.element__line {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 39, 83, 0)), to(rgb(0, 39, 83)));
  background: -moz-linear-gradient(top, rgba(0, 39, 83, 0) 0%, rgb(0, 39, 83) 100%);
  background: linear-gradient(180deg, rgba(0, 39, 83, 0) 0%, rgb(0, 39, 83) 100%);
}

.element__dot {
  aspect-ratio: 1;
  background-color: #002753;
  -moz-border-radius: 50%;
       border-radius: 50%;
  width: 0.6rem;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  inset: auto auto 0%;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.element__dot::before, .element__dot::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -moz-border-radius: inherit;
       border-radius: inherit;
  background-color: #00397A;
  opacity: 0;
  z-index: -3;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.element__dot::before {
  -webkit-animation: circles 4s ease-out infinite running;
     -moz-animation: circles 4s ease-out infinite running;
          animation: circles 4s ease-out infinite running;
  opacity: 0.36;
  scale: 1;
}
.element__dot::after {
  -webkit-animation: circles 4s 2s ease-out infinite running;
     -moz-animation: circles 4s 2s ease-out infinite running;
          animation: circles 4s 2s ease-out infinite running;
  opacity: 0.36;
  scale: 1;
}

@-webkit-keyframes circles {
  100% {
    -webkit-transform: scale(5.6);
            transform: scale(5.6);
    opacity: 0;
  }
}

@-moz-keyframes circles {
  100% {
    -moz-transform: scale(5.6);
         transform: scale(5.6);
    opacity: 0;
  }
}

@keyframes circles {
  100% {
    -webkit-transform: scale(5.6);
       -moz-transform: scale(5.6);
            transform: scale(5.6);
    opacity: 0;
  }
}
.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: 100%;
       background-size: 100%;
}

.bg-top-1 {
  background-image: url(../img/backgrounds/bg-block-form.svg);
}

/* ------------------------------------------------*/
/* Sections Inner End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Common Start */
/* ------------------------------------------------*/
.relative-container {
  position: relative;
}

.title-secondary {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 4.6rem;
}
.title-secondary.mobile-padding-sides {
  padding: 0 2.8rem !important;
}
.title-secondary.padding12 {
  padding: 0 1.2rem;
}
.title-secondary.padding06 {
  padding: 0 0.6rem;
}
.title-secondary.pre-grid-s {
  margin-bottom: 5.8rem;
}
.title-secondary.low-margin {
  margin-bottom: 4rem;
}
.title-secondary.no-margin {
  margin-bottom: 0;
}
.title-secondary.left-aligned {
  max-width: none;
  padding: 0 1.2rem;
}
@media only screen and (min-width: 768px) {
  .title-secondary.mobile-padding-sides {
    padding: 0 !important;
  }
}

.title-secondary__btnholder {
  margin-top: 2.4rem;
}

.title-third {
  max-width: 434px;
  margin-bottom: 4rem;
}
.title-third.no-margin {
  margin-bottom: 0;
}

.title-split {
  max-width: 483px;
  margin-bottom: 4rem;
}
.title-split.no-margin {
  margin-bottom: 0;
}

.title-split__btnholder {
  margin-top: 3.2rem;
}

.manifest {
  max-width: 780px;
  margin: 0 auto;
}

.radius-xxs {
  -moz-border-radius: var(--_radius-xxs);
       border-radius: var(--_radius-xxs);
}

.radius-xs {
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
}

.radius-s {
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
}

.radius-m {
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
}

.radius-l {
  -moz-border-radius: var(--_radius-l);
       border-radius: var(--_radius-l);
}

.radius-xl {
  -moz-border-radius: var(--_radius-xl);
       border-radius: var(--_radius-xl);
}

.radius-xxl {
  -moz-border-radius: var(--_radius-xxl);
       border-radius: var(--_radius-xxl);
}

.radius-xxxl {
  -moz-border-radius: var(--_radius-xxxl);
       border-radius: var(--_radius-xxxl);
}

.grid-item {
  padding: 0 1.2rem;
  margin-top: 2.4rem;
}
.grid-item img {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.grid-item img.width-100 {
  width: 100%;
}
.grid-item.no-margin {
  margin-top: 0;
}

.grid-item-s {
  padding: 0 0.6rem;
  margin-top: 1.2rem;
}
.grid-item-s img {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.z-index-11 {
  position: relative;
  z-index: 11;
}

.width-100 {
  position: relative;
  width: 100%;
}

.descr-split {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7rem;
}
@media only screen and (min-width: 768px) {
  .descr-split {
    gap: 6rem;
  }
}

.descr-split__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.descr-split__item:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.descr-split__item img {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .descr-split__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 971px;
    gap: 12rem;
  }
  .descr-split__item:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .descr-split__item img {
    width: 360px !important;
  }
}

.descr-split__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.descr-split__content h4 {
  letter-spacing: normal;
}

@media only screen and (min-width: 768px) {
  .descr-split__image img {
    width: 360px;
  }
}

/* ------------------------------------------------*/
/* Blocks Common End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Header Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -moz-calc(100% - 6.8rem);
  width: calc(100% - 6.8rem);
  height: 6.2rem;
  padding: 0.6rem;
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all var(--_animspeed-slow) ease-in-out;
  -moz-transition: all var(--_animspeed-slow) ease-in-out;
  transition: all var(--_animspeed-slow) ease-in-out;
  z-index: 12;
}
.header.active {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.header.active .header__logo svg #change {
  fill: var(--t-bright);
}
.header.active .nav li a.opposite {
  color: var(--t-manifest);
}
.no-touch .header.active .nav li:hover.opposite a {
  color: rgba(0, 31, 61, 0.7);
}
@media only screen and (min-width: 576px) {
  .header {
    width: -moz-calc(540px + 1.2rem) !important;
    width: calc(540px + 1.2rem) !important;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    width: -moz-calc(720px + 1.2rem) !important;
    width: calc(720px + 1.2rem) !important;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    width: -moz-calc(960px + 1.2rem) !important;
    width: calc(960px + 1.2rem) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    top: 2.6rem;
    width: -moz-calc(1152px + 1.2rem) !important;
    width: calc(1152px + 1.2rem) !important;
  }
}

.header__container {
  position: relative;
  width: 100%;
  height: 4.8rem;
}
@media only screen and (min-width: 1200px) {
  .header__container.no-gap {
    gap: 0;
  }
}

.header__logo {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}
.header__logo img,
.header__logo svg {
  width: 160px;
  height: auto;
}
.header__logo svg #change {
  fill: var(--white);
  -webkit-transition: fill var(--_animspeed-slow);
  -moz-transition: fill var(--_animspeed-slow);
  transition: fill var(--_animspeed-slow);
}
@media only screen and (min-width: 576px) {
  .header__logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 192px;
  }
  .header__logo img,
  .header__logo svg {
    width: 192px;
  }
}

.header__triggers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .header__triggers {
    position: absolute;
    top: 0;
    right: 15.3rem;
    height: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }
  .header__triggers.triggers-en {
    right: 14.4rem;
  }
}

.header__menu {
  position: absolute;
  top: 6.6rem;
  right: -0.6rem;
  width: -moz-calc(100% + 1.2rem);
  width: calc(100% + 1.2rem);
  height: auto;
  background-color: var(--white);
  padding: 4rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  z-index: 11;
  -webkit-transform: translateY(0.6rem);
     -moz-transform: translateY(0.6rem);
      -ms-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.header__menu.is-visible {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .header__menu {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    background-color: transparent;
    display: block;
    height: 100%;
    padding: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.menu__items {
  gap: 5.2rem;
}
@media only screen and (min-width: 1200px) {
  .menu__items {
    gap: 0;
  }
}

.menu__burger {
  display: block;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  color: var(--white);
  background: var(--gradient-controls-accent);
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
}
.menu__burger i {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: var(--white);
}
.menu__burger .icon-burger {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
  -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
  transition: opacity var(--_animspeed-medium) ease-in-out;
}
.menu__burger .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity var(--_animspeed-medium) ease-in-out;
  -moz-transition: opacity var(--_animspeed-medium) ease-in-out;
  transition: opacity var(--_animspeed-medium) ease-in-out;
}
.menu__burger.menu-is-visible .icon-burger {
  opacity: 0;
}
.menu__burger.menu-is-visible .icon-close {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .menu__burger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .menu__links.centered {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.nav {
  gap: 3rem;
}
.nav li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2;
}
.nav li a {
  display: block;
  font-family: var(--_font-accent);
  color: var(--t-manifest);
  font-size: 3.1rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .nav {
    gap: 2.4rem;
  }
  .nav li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.2;
  }
  .nav li a {
    display: block;
    position: relative;
    font-family: var(--_font-default);
    font-weight: var(--font-weight-base);
    letter-spacing: normal;
    color: var(--t-medium);
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .nav li a.opposite {
    font-weight: var(--font-weight-bold);
    color: var(--t-opp-bright);
    letter-spacing: 0.2rem;
  }
  .no-touch .nav li:hover a {
    color: var(--t-manifest);
  }
  .no-touch .nav li:hover.opposite a {
    color: rgba(255, 255, 255, 0.7);
  }
  .nav.nav-caps {
    padding-left: 185px;
    gap: 4.4rem;
  }
  .nav.nav-caps.no-padding {
    padding-left: 0;
  }
  .nav.nav-caps a {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    line-height: 2.4rem;
  }
  .nav.nav-caps.nav-caps-en {
    padding-left: 125px;
  }
}

.menu__controls .btngroup {
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .menu__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
  }
  .menu__controls .btngroup {
    gap: 0;
  }
}

.lang-switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.lang-switch.lang-is-visible .lang-switch__chevron {
  -webkit-transform: rotate(540deg);
     -moz-transform: rotate(540deg);
      -ms-transform: rotate(540deg);
          transform: rotate(540deg);
}
.no-touch .lang-switch:hover .lang-switch__chevron {
  opacity: 0.6;
}
.no-touch .lang-switch:hover .lang-switch__lang {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.no-touch .lang-switch:hover .lang-switch__langname {
  color: var(--t-bright);
}

.lang-switch__langname {
  font-style: var(--_font-default);
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: var(--t-medium);
}

.lang-switch__lang {
  position: relative;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s var(--_animbezier);
  transition: -webkit-transform 0.3s var(--_animbezier);
  -moz-transition: transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
  transition: transform 0.3s var(--_animbezier);
  transition: transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}

.lang-switch__icon {
  width: 2.4rem;
  height: 2.4rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.lang-switch__chevron {
  -webkit-transition: -webkit-transform 0.3s var(--_animbezier);
  transition: -webkit-transform 0.3s var(--_animbezier);
  -moz-transition: transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
  transition: transform 0.3s var(--_animbezier);
  transition: transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}

.header__lang-dropdown {
  position: absolute;
  top: 6.6rem;
  right: 6rem;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  padding: 2rem;
  z-index: 11;
  -webkit-transform: translateY(0.6rem);
     -moz-transform: translateY(0.6rem);
      -ms-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier);
  transition: opacity var(--_animspeed-medium), transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
}
.header__lang-dropdown.is-visible {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .header__lang-dropdown {
    right: 15.4rem;
  }
}

.lang-dropdown__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.lang-dropdown__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 1.2rem 2rem;
  -moz-border-radius: var(--_radius-xxs);
       border-radius: var(--_radius-xxs);
  color: var(--t-medium);
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang-dropdown__link.active {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--t-manifest);
}
.lang-dropdown__link i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
}
.no-touch .lang-dropdown__link:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--t-manifest);
}

/* ------------------------------------------------*/
/* Blocks Header End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Statistics Start */
/* ------------------------------------------------*/
.stats-hdl__item .stats-hdl__content {
  border-bottom: 1px solid var(--accent);
}
.stats-hdl__item:last-of-type .stats-hdl__content {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .stats-hdl__item .stats-hdl__content {
    border-bottom: none;
    border-left: 1px solid var(--accent);
    padding-left: 2.4rem;
  }
}

.stats-hdl__content {
  width: 100%;
  padding-bottom: 2.4rem;
}
.stats-hdl__content span {
  display: block;
}
@media only screen and (min-width: 992px) {
  .stats-hdl__content {
    padding-bottom: 0;
  }
}

.stats-hdl__descr {
  margin-top: 1rem;
}

.stats-achievements__content {
  height: 100%;
}

.stats-achievements__icon {
  width: 8rem;
  height: 8rem;
}

.stats-achievements__descr,
.tools__descr {
  margin-top: 2rem;
}
.stats-achievements__descr.no-margin,
.tools__descr.no-margin {
  margin: 0;
}

.tools__divider {
  width: 140px;
  height: 1px;
  background-color: var(--st-black-alpha);
  margin-top: 2.2rem;
}

.stats-program {
  margin-bottom: 4.6rem;
}

.stats-program__content {
  text-align: center;
}

.stats-program__descr {
  margin-top: 1rem;
}
.stats-program__descr.no-margin {
  margin: 0;
}

/* ------------------------------------------------*/
/* Blocks Statistics End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* To Whom Start */
/* ------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .to-whom__content {
    height: 100%;
  }
}

.to-whom__icon {
  display: block;
  width: 8rem;
  height: 8rem;
  margin-bottom: 4rem;
}

.to-whom__descr {
  margin-top: 2.4rem;
}

/* ------------------------------------------------*/
/* To Whom End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Accordion Start */
/* ------------------------------------------------*/
.accordion {
  position: relative;
  width: 100%;
  padding: 2.4rem 1.2rem 0 1.2rem;
}

.mxd-accordion-pinned {
  padding: 0;
}

.accordion__item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #EAECF0;
}
.accordion__item:first-of-type {
  border-top: 1px solid #EAECF0;
}
.accordion__item:last-of-type {
  border-bottom: none;
  padding: 2.4rem 0 0 0;
}
.accordion__item.type-2 {
  padding: 2.4rem;
  border-bottom: none;
  border-top: none;
  border: 1px solid var(--st-black-alpha);
  margin-bottom: 2.4rem;
}
.accordion__item.type-2:last-of-type {
  margin-bottom: 0;
}

.mxd-accordion-pinned__item {
  padding: 2.4rem;
  margin-bottom: 1.2rem;
  border-bottom: none;
  border: 1px solid rgba(0, 31, 31, 0.08);
}
.mxd-accordion-pinned__item:first-of-type {
  border-top: none;
  border: 1px solid rgba(0, 31, 31, 0.08);
}
.mxd-accordion-pinned__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  border: 1px solid rgba(0, 31, 31, 0.08);
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .mxd-accordion-pinned__item {
    padding: 3.2rem 4rem;
  }
  .mxd-accordion-pinned__item:last-of-type {
    padding: 3.2rem 4rem;
  }
}

.accordion-end__item {
  padding: 2.4rem;
  margin-top: 2.4rem;
}
.accordion-end__item p {
  color: var(--t-bright);
}
.accordion-end__item p.opposite {
  color: var(--t-opp-bright);
}

.accordion-active .accordion__btn .accordion__btninner {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-active .accordion__btn .accordion__btninner::before {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__title {
  position: relative;
  padding: 1.2rem 5.2rem 1.2rem 0;
  cursor: pointer;
}
.accordion__title.type-2 {
  padding: 0.2rem 5.2rem 0.2rem 0;
}

.mxd-accordion-pinned__title {
  padding: 0 0 0 0;
}

.mxd-accordion-pinned__title-inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.mxd-accordion-pinned__name {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -moz-calc(100% - 4.8rem);
  width: calc(100% - 4.8rem);
}

.accordion__title-2 {
  gap: 2.4rem;
}

.accordion-end__title-2 {
  padding: 0.2rem 0;
  gap: 2.4rem;
}

.accordion__tag {
  margin-bottom: 1.2rem;
}

.mxd-accordion-pinned__tag {
  margin-bottom: 2rem;
}

.accordion__btn {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
}

.mxd-accordion-pinned__btn {
  display: block;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 2.8rem;
  height: 2.8rem;
}

.accordion__btninner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.accordion__btninner::before, .accordion__btninner::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.accordion__btninner::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__info {
  display: none;
  position: relative;
  padding-top: 2rem;
}
.accordion__info p {
  margin-bottom: 2.4rem;
}
.accordion__info.type-2 {
  padding-top: 2.4rem;
}
.accordion__info.type-2 p {
  margin-bottom: 0;
}
.accordion__info.type-2 ul {
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-medium);
}

.mxd-accordion-pinned__info {
  padding-top: 2rem !important;
}
.mxd-accordion-pinned__info p {
  margin-bottom: 2rem;
}

.info__block.subtitle-block {
  margin-bottom: 2.4rem;
}
.info__block.subtitle-block .block-item {
  margin-bottom: 1.2rem;
}
.info__block.subtitle-block .block-item:last-of-type {
  margin-bottom: 0;
}
.info__block.subtitle-block p, .info__block.subtitle-block ul {
  margin-bottom: 0;
}

.accordion__list {
  list-style: inside;
  list-style-type: decimal;
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-medium);
}

.info__data {
  position: relative;
  margin-top: 2.4rem;
}
.info__data span {
  display: inline-block;
}
.info__data span.accordion__rate {
  display: block;
}
@media only screen and (min-width: 768px) {
  .info__data {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .info__data span {
    display: block;
  }
}

.accordion__rate {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 3.1rem;
  line-height: 1;
  font-family: var(--_font-accent);
  color: var(--t-clr-1-bright);
  margin-bottom: 1.3rem;
}

/* ------------------------------------------------*/
/* Accordion End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Menu Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Menu End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Footer Start */
/* ------------------------------------------------*/
.footer {
  position: relative;
  padding-bottom: 0rem;
}
.footer.distance-small {
  margin-top: 2.4rem;
}
.footer.paddind-default {
  padding-top: 9rem;
}
.footer.padding-main {
  padding-top: 9rem;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 2rem;
  }
  .footer.paddind-default {
    padding-top: 14rem;
  }
  .footer.padding-main {
    padding-top: 8rem;
  }
}

.footer__container {
  position: relative;
  padding: 4rem 4rem 0 4rem;
  -moz-border-radius-topleft: var(--_radius-l);
       border-top-left-radius: var(--_radius-l);
  -moz-border-radius-topright: var(--_radius-l);
       border-top-right-radius: var(--_radius-l);
}
@media only screen and (min-width: 768px) {
  .footer__container {
    -moz-border-radius: var(--_radius-l);
         border-radius: var(--_radius-l);
  }
}

.footer__inner {
  gap: 50px;
}

.fdata__item {
  margin-bottom: 5rem;
}
.fdata__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .fdata__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .fdata__item .list-item {
    padding-left: 4rem;
  }
}

.fdata__slogan {
  font-weight: var(--font-weight-medium);
  margin-top: 2.6rem;
}
.fdata__slogan p {
  max-width: 300px;
}

.fdata__socials {
  margin-top: 3rem;
}
.fdata__socials ul {
  gap: 1.2rem;
}
.fdata__socials ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.fdata__socials ul li a {
  display: block;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
  background: var(--bg-gradient-solid-accent);
}
.fdata__socials ul li img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .fdata__socials {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fdata__socials {
    margin-bottom: 0;
  }
}

.fdata__title {
  margin-bottom: 1.4rem;
}
.fdata__title p {
  font-size: 1.7rem;
  font-weight: var(--font-weight-medium);
  color: var(--opposite);
}

.fdata__list ul {
  gap: 1.2rem;
}
.fdata__list ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  color: var(--white);
}
.fdata__list ul li a {
  font-size: 1.6rem;
  color: var(--white);
}

.fdata__coloredblock {
  -moz-border-radius: 1.6rem;
       border-radius: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .fdata__coloredblock {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fdata__coloredblock {
    margin-top: 0;
  }
}

.coloredblock__data {
  margin-bottom: 1.6rem;
}
.coloredblock__data p {
  font-size: 1.2rem;
}

.coloredblock__btnholder {
  gap: 1rem;
}

.flinks__content {
  padding: 2.4rem 0;
  border-top: 1px solid var(--t-medium);
}

/* ------------------------------------------------*/
/* Blocks Footer End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blocks Popup Dialogs Start */
/* ------------------------------------------------*/
.popup {
  position: relative;
  width: 100%;
  width: -moz-calc(100% - 3.6rem);
  width: calc(100% - 3.6rem);
  margin: 0 auto;
  height: 90vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid #E6E9EE;
  -moz-border-radius: var(--_radius-l);
       border-radius: var(--_radius-l);
}
@media only screen and (min-width: 768px) {
  .popup {
    width: -moz-calc(100% - 10rem);
    width: calc(100% - 10rem);
    max-width: 800px;
    height: auto;
    max-height: 90vh;
    margin: 0 auto;
    padding: 8rem 0;
    -moz-border-radius: var(--_radius-xxxl);
         border-radius: var(--_radius-xxxl);
  }
}

.popup__container {
  width: 100%;
  height: 100%;
  padding: 1.8rem;
  padding: 2.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .popup__container {
    padding: 0 8rem;
  }
}

.popup__content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .popup__content {
    max-height: 320px;
    padding: 0 2.4rem 0 0;
  }
}

.popup__blanc {
  height: 0.1rem;
}

.popup__textcontainer {
  overflow-y: auto;
  padding: 0 2.4rem 0 0;
}
.popup__textcontainer p {
  margin-bottom: 1.2rem;
}
.popup__textcontainer p:last-of-type {
  margin-bottom: 0;
}
.popup__textcontainer ul {
  margin-bottom: 1.2rem;
  list-style: inside;
  list-style-type: disc;
}
.popup__textcontainer ul li {
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-medium);
}
@media only screen and (min-width: 768px) {
  .popup__textcontainer {
    max-height: 320px;
  }
}

.popup__headline {
  margin-bottom: 4rem;
  padding-right: 4.4rem;
}

.popup-support__headline {
  margin-bottom: 2.4rem;
}

.popup__name {
  display: block;
}

.popup-support__name {
  margin-bottom: 2rem;
}

.popup__descr {
  display: block;
}

.popup__btngroup {
  margin-top: 4rem;
}

.popup__animlinks {
  margin-bottom: 2.4rem;
  gap: 2.4rem;
}

.animlinks__item {
  gap: 1.6rem;
  overflow: visible;
}

.animlinks__anim {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.has-hint {
  position: relative;
}
.has-hint::before {
  content: attr(aria-label);
  position: absolute;
  top: -3.9rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(0.6rem);
     -moz-transform: translateX(-50%) translateY(0.6rem);
      -ms-transform: translateX(-50%) translateY(0.6rem);
          transform: translateX(-50%) translateY(0.6rem);
  opacity: 0;
  padding: 1rem 1.2rem;
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
  text-align: center;
  color: var(--t-opp-bright);
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  -webkit-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
     -moz-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
          box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
  background: var(--bg-gradient-solid-accent);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, -webkit-transform 0.3s var(--_animbezier);
  -moz-transition: opacity 0.3s, transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, transform 0.3s var(--_animbezier);
  transition: opacity 0.3s, transform 0.3s var(--_animbezier), -webkit-transform 0.3s var(--_animbezier), -moz-transform 0.3s var(--_animbezier);
}
.has-hint:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.animlinks__link {
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-family: var(--_font-accent);
  color: var(--t-bright);
}
.animlinks__link a {
  color: var(--t-bright);
}
@media only screen and (min-width: 768px) {
  .animlinks__link {
    font-size: 2.6rem;
  }
}

.schedule__title {
  margin-bottom: 0.6rem;
}

.mfp-fade {
  overflow: hidden;
}

.mfp-bg {
  opacity: 1;
  background-color: rgba(0, 6, 61, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.mfp-container {
  padding: 0;
  overflow: hidden;
}

.mfp-content {
  width: 100%;
}

.mfp-close-btn-in .mfp-close {
  width: 2.8rem;
  height: 2.8rem;
  right: 3.8rem;
  top: 3.8rem;
  opacity: 1;
  padding: 0;
  font: inherit;
  color: var(--t-bright);
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-close-btn-in .mfp-close::before, .mfp-close-btn-in .mfp-close::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 1.3rem;
  left: 0.4rem;
  -moz-border-radius: 0.2rem;
       border-radius: 0.2rem;
}
.mfp-close-btn-in .mfp-close::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    right: 4.4rem;
    top: 4.4rem;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(3rem);
     -moz-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.3s var(--_animbezier);
  -moz-transition: all 0.3s var(--_animbezier);
  transition: all 0.3s var(--_animbezier);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(3rem);
     -moz-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
}

/* ------------------------------------------------*/
/* Blocks Popup Dialogs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Countdown Start */
/* ------------------------------------------------*/
.countdown {
  position: relative;
  width: auto;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #F9FAFB;
  border: 1px solid #EAECF0;
  padding: 0 0.8rem;
  -moz-border-radius: 0.8rem;
       border-radius: 0.8rem;
  font-size: 1.4rem;
  color: var(--t-bright);
}
.countdown #countdown-large {
  font-size: 1.4rem;
  color: var(--t-bright);
}
.countdown .countdown-period,
.countdown .countdown-amount {
  font-size: 1.4rem;
  color: var(--t-bright);
  text-transform: lowercase;
}
.countdown .countdown-amount {
  margin-right: 0.3rem;
}
.countdown .countdown-section {
  margin-right: 0.6rem;
}

/* ------------------------------------------------*/
/* Features Countdown End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Couches Start */
/* ------------------------------------------------*/
.couches {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .couches {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 404px;
    margin-bottom: 4rem;
  }
  .couches:last-of-type {
    margin-bottom: 0;
  }
}

.couches__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0.8rem;
  left: 0.8rem;
  width: -moz-calc(100% - 1.6rem);
  width: calc(100% - 1.6rem);
  height: 300px;
  -moz-border-radius: var(--_radius-l);
       border-radius: var(--_radius-l);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}
.couches__link.active .couches__link-image {
  width: 100%;
  height: 100%;
  -moz-border-radius: 1.6rem;
       border-radius: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .couches__link {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .couches__link {
    width: 144px;
    height: 388px;
    position: absolute;
    z-index: 10;
  }
  .couches__link.x2 {
    width: 224px;
  }
  .couches__link.active .couches__link-image {
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.6rem;
         border-radius: 1.6rem;
  }
}

.couches__link-image {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: -moz-calc(100% + 1.6rem);
  width: calc(100% + 1.6rem);
  height: -moz-calc(100% + 1.6rem);
  height: calc(100% + 1.6rem);
  -moz-border-radius: var(--_radius-l);
       border-radius: var(--_radius-l);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  -webkit-transition: all 0.3s var(--_animbezier);
  -moz-transition: all 0.3s var(--_animbezier);
  transition: all 0.3s var(--_animbezier);
}
@media only screen and (min-width: 1200px) {
  .couches__link-image {
    width: -moz-calc(100% + 1.6rem);
    width: calc(100% + 1.6rem);
    height: -moz-calc(100% + 1.6rem);
    height: calc(100% + 1.6rem);
  }
}

.couches__link-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 6rem;
  height: 6rem;
  background-color: var(--white);
  z-index: 11;
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  opacity: 1;
  -webkit-transition: all 0.3s var(--_animbezier);
  -moz-transition: all 0.3s var(--_animbezier);
  transition: all 0.3s var(--_animbezier);
}
@media only screen and (min-width: 1200px) {
  .couches__link-social {
    position: absolute;
    top: auto;
    bottom: 0.4rem;
    left: 0.4rem;
  }
  .no-touch .couches__link-social:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  .couches__link-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.couches__content {
  position: relative;
  width: 100%;
  height: 308px;
  overflow: hidden;
  background: var(--bg-gradient-solid-accent);
  -moz-border-radius: var(--_radius-l);
       border-radius: var(--_radius-l);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.couches__content.active {
  height: 700px;
}
.couches__content.active .couches__link-social {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 5.6rem;
  height: 5.6rem;
  -moz-border-radius: 1.6rem;
       border-radius: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .couches__content {
    height: 508px;
  }
  .couches__content.active {
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .couches__content {
    display: block;
    width: 160px;
    height: 100%;
  }
  .couches__content.x2 {
    width: 240px;
  }
  .couches__content .couches__contain {
    opacity: 0;
  }
  .couches__content.active {
    width: 512px;
    height: 100%;
  }
  .couches__content.active.x3 {
    width: 670px;
  }
  .couches__content.active.x2 {
    width: 750px;
  }
  .couches__content.active .couches__contain {
    opacity: 1;
  }
  .couches__content.active .couches__link-social {
    position: absolute;
    top: auto;
    bottom: 1.6rem;
    left: 1.6rem;
  }
}

.couches__content-wrap {
  position: relative;
  bottom: -0.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -moz-calc(100% - 308px);
  height: calc(100% - 308px);
}
@media only screen and (min-width: 768px) {
  .couches__content-wrap {
    height: -moz-calc(100% - 508px);
    height: calc(100% - 508px);
  }
}
@media only screen and (min-width: 1200px) {
  .couches__content-wrap {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 352px;
    height: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0;
  }
  .couches__content-wrap.x3 {
    width: 510px;
  }
  .couches__content-wrap.x2 {
    width: 510px;
  }
}

.couches__contain {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 100%;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .couches__contain {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: auto;
    width: 100%;
    height: 100%;
    min-width: 300px;
    padding: 1.2rem;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}

.couches__quote p {
  font-size: 2rem;
}
.couches__quote p.small {
  font-size: 1.7rem;
}
@media only screen and (min-width: 1200px) {
  .couches__quote p {
    font-family: var(--_font-accent);
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
  }
  .couches__quote p.small {
    font-size: 2rem;
  }
}

.couches__caption {
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.couches__caption p {
  color: var(--t-clr-4-bright);
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}
.couches__caption span {
  display: block;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: var(--font-weight-base);
}
@media only screen and (min-width: 1200px) {
  .couches__caption p {
    font-size: 2rem;
  }
}

.img-couches-1 {
  background-image: url(../img/team/500x500_tm01-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-1 {
    background-image: url(../img/team/594x1000_couch-x2-01.webp);
  }
}

.img-couches-2 {
  background-image: url(../img/team/500x500_tm02-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-2 {
    background-image: url(../img/team/594x1000_couch-x2-02.webp);
  }
}

.img-couches-3 {
  background-image: url(../img/team/500x500_tm03-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-3 {
    background-image: url(../img/team/500x1263_tm03.webp);
  }
}

.img-couches-4 {
  background-image: url(../img/team/500x500_tm04-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-4 {
    background-image: url(../img/team/500x1263_tm04.webp);
  }
}

.img-couches-5 {
  background-image: url(../img/team/500x500_tm05-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-5 {
    background-image: url(../img/team/500x1263_tm05.webp);
  }
}

.img-couches-6 {
  background-image: url(../img/team/500x500_tm06-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-6 {
    background-image: url(../img/team/594x1000_couch-x2-06.webp);
  }
}

.img-couches-7 {
  background-image: url(../img/team/500x500_tm07-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-7 {
    background-image: url(../img/team/594x1000_couch-x2-07.webp);
  }
}

.img-couches-8 {
  background-image: url(../img/team/500x500_tm08-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-8 {
    background-image: url(../img/team/594x1000_couch-x2-08.webp);
  }
}

.img-couches-9 {
  background-image: url(../img/team/01_couch-single.webp);
}

.img-couches-11 {
  background-image: url(../img/team/03_couch-single.webp);
}

.img-couches-12 {
  background-image: url(../img/team/04_couch-single.webp);
}

.img-couches-13 {
  background-image: url(../img/team/05_couch-single.webp);
}

.img-couches-14 {
  background-image: url(../img/team/06_couch-single.webp);
}

.img-couches-16 {
  background-image: url(../img/team/500x500_tm16-mob.webp);
}
@media only screen and (min-width: 1200px) {
  .img-couches-16 {
    background-image: url(../img/team/500x1263_tm16.webp);
  }
}

/* ------------------------------------------------*/
/* Features Couches End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Couches Split Start */
/* ------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .couches-split .grid-item-right {
    padding: 0 1.2rem 0 0.8rem;
  }
  .couches-split .grid-item-left {
    padding: 0 0.8rem 0 1.2rem;
  }
}

.couches-split__item {
  margin-bottom: 1.6rem;
}
.couches-split__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .couches-split__item {
    margin-bottom: 0;
  }
}

.couches-split__container {
  position: relative;
  padding: 0.8rem;
}

.couches-split__image {
  position: relative;
  width: 100%;
  height: 300px;
  -moz-border-radius: 1.6rem;
       border-radius: 1.6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 768px) {
  .couches-split__image {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .couches-split__image {
    width: 160px;
    height: auto;
    min-height: 388px;
  }
}

.couches-split__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 6rem;
  height: 6rem;
  background-color: var(--white);
  z-index: 11;
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  -webkit-transition: all 0.3s var(--_animbezier);
  -moz-transition: all 0.3s var(--_animbezier);
  transition: all 0.3s var(--_animbezier);
}
@media only screen and (min-width: 1200px) {
  .couches-split__social {
    position: absolute;
    top: auto;
    bottom: 0.4rem;
    left: 0.4rem;
  }
}

.couches-split__descr {
  position: relative;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .couches-split__descr {
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}

.couches-split__quote p {
  font-size: 2rem;
}
@media only screen and (min-width: 1200px) {
  .couches-split__quote p {
    font-family: var(--_font-accent);
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 4rem;
  }
}

.couches-split__caption {
  margin-top: 2rem;
}
.couches-split__caption p {
  color: #366CD5;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}
.couches-split__caption span {
  display: block;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: var(--font-weight-base);
}
@media only screen and (min-width: 1200px) {
  .couches-split__caption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}

/* ------------------------------------------------*/
/* Features Couches Split End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Marquee Start */
/* ------------------------------------------------*/
.marguee {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}

.marquue__mask {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
}
.marquue__mask.left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.marquue__mask.right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.items {
  max-width: 100%;
  overflow: hidden;
}

.items--gsap {
  color: #fff;
}

.items--gsap .items__container {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.items__caption {
  max-width: 50vw;
  padding: 0 1.5rem;
}

.items__container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.items .item {
  margin-right: 4.4rem;
}

.item {
  position: relative;
  width: 45vw;
  height: auto;
  background-color: pink;
  overflow: hidden;
  color: var(--t-bright);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-animation: animateZ 1s infinite;
     -moz-animation: animateZ 1s infinite;
          animation: animateZ 1s infinite;
}
.item.item-regular {
  width: auto;
  -moz-border-radius: 0;
       border-radius: 0;
  gap: 0;
  background-color: transparent;
  color: var(--t-bright);
  -webkit-animation: animateZ 1s infinite;
     -moz-animation: animateZ 1s infinite;
          animation: animateZ 1s infinite;
}
.item.icon {
  border: 1px solid var(--stroke-elements);
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item.icon svg {
  display: block;
  height: 70px;
  width: auto;
}
.item.image {
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}
.item img {
  display: block;
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .item.icon svg {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .item {
    width: 30vw;
  }
}
@media only screen and (min-width: 1200px) {
  .item {
    width: 25vw;
  }
}
@media only screen and (min-width: 1600px) {
  .item {
    width: 20vw;
  }
  .item.icon svg {
    height: 140px;
  }
}

.item__text {
  margin-right: 2rem;
}
.item__text.text-with-gliph {
  margin-right: 0;
}
.item__text.text-with-gliph::after {
  content: "/";
  display: inline;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .item__text {
    margin-right: 3rem;
  }
  .item__text.text-with-gliph::after {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .item__text {
    margin-right: 5rem;
  }
  .item__text.text-with-gliph::after {
    padding-left: 5rem;
  }
}

.item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
@media only screen and (min-width: 768px) {
  .item__image {
    width: 7rem;
    height: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .item__image {
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .item__image {
    width: 11rem;
    height: 11rem;
  }
}

.item__image img,
.item__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item__text {
  font: normal 300 4.6rem var(--_font-accent);
  color: var(--t-bright);
}
@media only screen and (min-width: 768px) {
  .item__text {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .item__text {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .item__text {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1600px) {
  .item__text {
    font-size: 14rem;
  }
}

@-webkit-keyframes toLeft {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-moz-keyframes toLeft {
  to {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}

@keyframes toLeft {
  to {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes toRight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes toRight {
  to {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes toRight {
  to {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animateZ {
  to {
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
  }
}
@-moz-keyframes animateZ {
  to {
    -moz-transform: translateZ(1px);
         transform: translateZ(1px);
  }
}
@keyframes animateZ {
  to {
    -webkit-transform: translateZ(1px);
       -moz-transform: translateZ(1px);
            transform: translateZ(1px);
  }
}
/* ------------------------------------------------*/
/* Features Marquee End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Animated Brands Start */
/* ------------------------------------------------*/
.animated-block-placeholder {
  display: block;
  width: 100%;
  overflow: hiddem;
}
.animated-block-placeholder img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .animated-block-placeholder {
    display: none;
  }
}

.animated-block,
.animated-block-invisible,
.animated-block-headline {
  display: none;
}
@media only screen and (min-width: 576px) {
  .animated-block,
  .animated-block-invisible,
  .animated-block-headline {
    display: block;
  }
}

.animated-block {
  position: absolute;
  top: 9rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 808px;
  height: 400px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .animated-block {
    top: 14rem;
    width: 1147px;
    height: 565px;
  }
}

.animated-block-invisible {
  position: absolute;
  top: 9rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 808px;
  height: 400px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .animated-block-invisible {
    top: 14rem;
    width: 1147px;
    height: 565px;
  }
}

.animated-block-invisible__single {
  position: relative;
  width: 60px;
  height: 60px;
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
  background-color: transparent;
  overflow: hidden;
}
.animated-block-invisible__single img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .animated-block-invisible__single {
    width: 80px;
    height: 80px;
    -moz-border-radius: var(--_radius-m);
         border-radius: var(--_radius-m);
  }
}

.animated-block__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, ellipse, rgba(243, 246, 251, 0) 0%, rgba(243, 246, 251, 0) 35%, rgb(243, 246, 251) 100%);
  background: radial-gradient(ellipse at center, rgba(243, 246, 251, 0) 0%, rgba(243, 246, 251, 0) 35%, rgb(243, 246, 251) 100%);
}

.animated-block-headline {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}

.animated-block__row {
  position: relative;
  margin-bottom: 0.8rem;
}
.animated-block__row:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .animated-block__row {
    margin-bottom: 1.7rem;
  }
}

.animated-block__left,
.animated-block__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .animated-block__left,
  .animated-block__right {
    gap: 1.7rem;
  }
}

.animated-block__single {
  position: relative;
  width: 60px;
  height: 60px;
  -moz-border-radius: var(--_radius-s);
       border-radius: var(--_radius-s);
  background-color: #E9EEF4;
  border: 1px solid var(--st-black-alpha);
}
@media only screen and (min-width: 768px) {
  .animated-block__single {
    width: 80px;
    height: 80px;
    -moz-border-radius: var(--_radius-m);
         border-radius: var(--_radius-m);
  }
}

/* ------------------------------------------------*/
/* Features Animated Brands End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Purchase Start */
/* ------------------------------------------------*/
.purchase {
  position: relative;
}

.switcher {
  position: relative;
  text-align: left;
  margin-bottom: 1.2rem;
}
.switcher .tabs {
  gap: 4rem;
}
.switcher .tab {
  background-color: #F9FAFB;
}
@media only screen and (min-width: 768px) {
  .switcher {
    margin-bottom: 0;
  }
}

.switcher__text p {
  font-size: 1.6rem;
  color: var(--t-medium);
  font-weight: var(--font-weight-base);
}

.switcher__price {
  gap: 1.2rem;
}
.switcher__price span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--font-weight-base);
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--t-bright);
}

.purchase .tab {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px;
  border: 1px solid #EAECF0;
}

.purchase .tab button {
  width: auto;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-semibold);
  color: var(--t-medium);
  -webkit-transition: color var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: color var(--_animspeed-medium) var(--_animbezier);
  transition: color var(--_animspeed-medium) var(--_animbezier);
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .purchase .tab button:hover {
    color: var(--t-bright);
  }
}

.purchase .tab button.active {
  background: var(--gradient-controls-accent);
  font-weight: var(--font-weight-semibold);
  color: var(--white);
}

.purchase .accordion .tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  border: none;
  padding: 0;
  margin-bottom: 4rem;
}

.purchase .accordion .tab + p {
  margin-bottom: 12px;
}

.purchase .accordion .tabcontent {
  margin-top: 0;
}

.purchase .accordion .tab button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  -moz-border-radius: 0.7rem;
       border-radius: 0.7rem;
  padding: 0;
  background-color: var(--white);
  border: 1px solid var(--st-black-alpha);
  font-weight: var(--font-weight-medium);
  color: var(--t-medium);
  -webkit-transition: all var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: all var(--_animspeed-medium) var(--_animbezier);
  transition: all var(--_animspeed-medium) var(--_animbezier);
}
@media only screen and (min-width: 1200px) {
  .purchase .accordion .tab button:hover {
    color: var(--t-bright);
    background-color: var(--st-black-alpha);
  }
}

.purchase .accordion .tab button.active {
  border: none;
  color: var(--t-opp-bright);
  font-weight: var(--font-weight-bold);
}

.purchase .tabcontent {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.purchase .switcher .three {
  gap: 1.2rem;
}

.purchase .switcher .oldpr,
.purchase .price del {
  color: var(--t-medium);
  font-size: 1.4rem;
  font-weight: var(--font-weight-base);
  line-height: 21px;
}
.purchase .switcher .oldpr span,
.purchase .price del span {
  font-weight: var(--font-weight-base);
  line-height: 1.4;
}

.purchase .price {
  gap: 1.2rem;
}
.purchase .price .price__old {
  font-family: var(--_font-default);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
}

.purchase .price del {
  line-height: 1.4;
}

.purchase .price {
  font-family: var(--_font-accent);
  font-size: 3.1rem;
  color: var(--t-bright);
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
.purchase .price span {
  font-weight: var(--font-weight-medium);
}

.purchase .accordion {
  padding: 0;
}

.purchase .accordion__item.accordion-active {
  overflow: hidden;
}

.purchase .accordion__item {
  margin-bottom: 12px;
  -moz-border-radius: 2.4rem;
       border-radius: 2.4rem;
  background-color: var(--base-tint);
  border: 1px solid var(--st-lb);
  padding: 4rem;
}

.accordion__info {
  padding-top: 2.8rem;
}

.purchase .accordion_item.active_block .title_block {
  padding-bottom: 0;
}

.purchase .title_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #3D3D3D;
  padding: 40px;
}

.purchase .accordion_item .title_block::before {
  top: 44px;
  right: 40px;
}

.purchase .accordion_item.active_block .title_block::before {
  background: url("../img/cross.png") no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.purchase .title_block + .info {
  display: none;
  font-size: 16px;
  line-height: 28px;
  padding: 40px;
  padding-top: 4px;
  color: #3D3D3D;
}

.purchase .title_block .info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.purchase .accordion_item .info .light {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 32px;
}

.purchase .form-block, .payment-block {
  display: none;
}

.purchase .form-block.active, .payment-block.active {
  display: block;
}

.purchase .fullform {
  margin-top: 32px;
}

.purchase .accordion_item.disabled {
  background: #F8F9FA;
}

.purchase .accordion__item.disabled .accordion__title {
  cursor: default;
  color: var(--t-medium);
}
.purchase .accordion__item.disabled .accordion__title h5 {
  opacity: 0.4;
}
.purchase .accordion__item.disabled .accordion__title .accordion__btn {
  opacity: 0;
}

.purchase .accordion_item.disabled .title_block:before {
  display: none;
}

.sideform-placeholder {
  width: 100%;
  height: 40rem;
  -moz-border-radius: 1.2rem;
       border-radius: 1.2rem;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url(../img/backgrounds/form-placeholher.svg);
}

/* ------------------------------------------------*/
/* Features Purchase End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Pinned Start */
/* ------------------------------------------------*/
.mxd-pinned {
  display: block;
  margin: 0 auto;
  padding: 0 4rem;
}
@media only screen and (min-width: 576px) {
  .mxd-pinned {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned {
    grid-auto-columns: 1fr;
    place-content: stretch;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 43% 57%;
    grid-template-columns: 43% 57%;
  }
}

.mxd-pinned__title {
  padding-top: 9rem;
  padding-bottom: 4.6rem;
}
@media only screen and (min-width: 768px) {
  .mxd-pinned__title {
    padding-top: 14rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned__title {
    position: sticky;
    top: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mxd-pinned__title-container {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned__title-container {
    position: sticky;
    top: 0;
    padding-top: 10rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned__content {
    padding-top: 10rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mxd-pinned__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.mxd-pinned__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .mxd-pinned__item {
    padding: 3.2rem 4rem;
  }
}

.mxd-pinned__item-icon {
  display: block;
  width: 6rem;
  height: 8rem;
}

.mxd-pinned__item-btngroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mxd-pinned-cards {
  display: block;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned-cards {
    grid-auto-columns: 1fr;
    place-content: stretch;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 1.2rem;
    -ms-grid-columns: -moz-calc(50% - 0.6rem) -moz-calc(50% - 0.6rem);
    -ms-grid-columns: calc(50% - 0.6rem) calc(50% - 0.6rem);
    grid-template-columns: -moz-calc(50% - 0.6rem) -moz-calc(50% - 0.6rem);
    grid-template-columns: calc(50% - 0.6rem) calc(50% - 0.6rem);
  }
}

.mxd-pinned-cards__sticky {
  padding-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned-cards__sticky {
    position: sticky;
    top: 0;
    padding: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mxd-pinned-cards__sticky-container {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned-cards__sticky-container {
    position: sticky;
    top: 0;
    padding-top: 14rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-pinned-cards__scroll {
    padding-top: 14rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.mxd-pinned-cards__scroll-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-pinned-cards__scroll-inner {
    gap: 1.2rem;
  }
}

.mxd-pinned-scroll__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .mxd-pinned-scroll__item {
    padding: 3.2rem;
  }
}

.mxd-pinned-scroll__title {
  text-align: left;
}
.mxd-pinned-scroll__title .h2-subtitle {
  margin-bottom: 0.8rem;
}

.mxd-pinned-scroll__list {
  text-align: left;
}
.mxd-pinned-scroll__list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.mxd-pinned-scroll__list ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 3.2rem;
}
.mxd-pinned-scroll__list ul li a {
  display: block;
  font-family: var(--_font-default);
  font-size: 1.8rem;
  font-weight: var(--font-weight-base);
  color: var(--t-manifest);
  text-decoration: underline;
}
.no-touch .mxd-pinned-scroll__list ul li:hover a {
  opacity: 0.6;
}

/* ------------------------------------------------*/
/* Features Pinned End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Program Table Start */
/* ------------------------------------------------*/
.mxd-program-table {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 0 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-program-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
       -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 1.2rem;
  }
}

.mxd-program-table__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-program-table__row.row-center {
    width: 458px;
  }
  .mxd-program-table__row.row-side {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.mxd-program-table__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mxd-program-table__card {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  min-height: 164px;
  padding: 2.4rem 2.8rem;
  text-align: center;
}

.mxd-program-table__icon {
  width: 4rem;
  height: 4rem;
}

.mxd-program-table__block.large-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 3rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-program-table__block.large-block {
    padding: 6rem 3rem;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.mxd-program-table__itemcenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-align: center;
}

/* ------------------------------------------------*/
/* Features Program Table End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Bento Links Start */
/* ------------------------------------------------*/
.bento-links {
  position: relative;
  padding-bottom: 11rem;
}
@media only screen and (min-width: 768px) {
  .bento-links {
    padding-bottom: 9.3rem;
  }
}

.bento-links__item.fixed-height {
  height: 19rem;
}

.bento-links__content {
  height: 100%;
}
.no-touch .bento-links__content:hover {
  border: 1px solid #91c0f2;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 21, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 13, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 21, 61, 0.04), 0px 6px 6px -3px rgba(0, 21, 61, 0.04), 0px 12px 12px -6px rgba(0, 21, 61, 0.04), 0px 16px 16px -8px rgba(0, 21, 61, 0.04), 0px 32px 32px -16px rgba(0, 21, 61, 0.04), 0px 64px 64px -32px rgba(0, 21, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 21, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 13, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 21, 61, 0.04), 0px 6px 6px -3px rgba(0, 21, 61, 0.04), 0px 12px 12px -6px rgba(0, 21, 61, 0.04), 0px 16px 16px -8px rgba(0, 21, 61, 0.04), 0px 32px 32px -16px rgba(0, 21, 61, 0.04), 0px 64px 64px -32px rgba(0, 21, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 21, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 13, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 21, 61, 0.04), 0px 6px 6px -3px rgba(0, 21, 61, 0.04), 0px 12px 12px -6px rgba(0, 21, 61, 0.04), 0px 16px 16px -8px rgba(0, 21, 61, 0.04), 0px 32px 32px -16px rgba(0, 21, 61, 0.04), 0px 64px 64px -32px rgba(0, 21, 61, 0.04);
  -webkit-transform: translateY(-0.2rem);
     -moz-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

.bento-links__image {
  padding: 2rem 0.6rem;
}
.bento-links__image.no-padding {
  padding: 0;
}
.bento-links__image .image-2 {
  max-width: 18.3rem;
}
.bento-links__image .image-3 {
  max-width: 9.6rem;
}

/* ------------------------------------------------*/
/* Features Bento Links End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Tabs Start */
/* ------------------------------------------------*/
.mxd-tabs {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  padding: 0 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 544px;
  }
}

.mxd-tabs__controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.2rem;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs__controls {
    width: 380px;
  }
}

.mxd-tabs__controls > div {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mxd-tabs__content {
  width: 100%;
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .mxd-tabs__content {
    padding: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs__content {
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

.mxd-tabs__tabcontent {
  display: none;
}
.mxd-tabs__tabcontent.show {
  display: block;
}

.mxd-tabs__tabinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.mxd-tabs__pointtext {
  position: relative;
  padding-left: 2.8rem;
}
.mxd-tabs__pointtext::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icons/20x23_icn01-seo.svg);
}

.mxd-tabs__tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: var(--base);
  border: 1px solid var(--st-black-alpha);
  cursor: pointer;
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
}
.mxd-tabs__tab.active {
  background: var(--bg-gradient-solid-accent);
  border: none;
}
.mxd-tabs__tab.active .mxd-tabs__number,
.mxd-tabs__tab.active .mxd-tabs__tabname {
  color: var(--t-opp-bright);
}

.mxd-tabs__number {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 8.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  color: var(--t-bright);
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
}

.mxd-tabs__tabname {
  color: var(--t-bright);
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
}

.mxd-tabs-top {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.2rem;
}
.mxd-tabs-top__controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs-top__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-bottom: 1.2rem;
  }
}

.mxd-tabs-top__controls > div {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mxd-tabs-top__content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.mxd-tabs-top__wrapper {
  position: relative;
  width: 100%;
  padding: 2.2rem;
  background-color: var(--base);
  border: 2px solid var(--st-lb);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  display: none;
}
.mxd-tabs-top__wrapper:first-of-type .mxd-tabs-top__tabcontent .mxd-tabs-top__tabinner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mxd-tabs-top__wrapper.show {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs-top__wrapper:first-of-type .mxd-tabs-top__tabcontent .mxd-tabs-top__tabinner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mxd-tabs-top__tabcontent {
  position: relative;
}

.mxd-tabs-top__tabinner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs-top__tabinner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mxd-tabs-top__list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.mxd-tabs-top__list ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: var(--font-weight-base);
  line-height: 3.2rem;
  color: var(--t-manifest);
  padding-left: 2.4rem;
}
.mxd-tabs-top__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/16x16_list-arrow.svg);
}

.mxd-tabs-top__image {
  max-width: 420px;
}

.mxd-tabs-top__pointtext {
  position: relative;
  padding-left: 2.8rem;
}
.mxd-tabs-top__pointtext::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icons/20x23_icn01-seo.svg);
}

.mxd-tabs-top__tab {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  background-color: var(--base-tint);
  border: 2px solid var(--_color-transparent);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  cursor: pointer;
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none !important;
}
.mxd-tabs-top__tab:last-of-type {
  padding-bottom: 0;
}
.mxd-tabs-top__tab:last-of-type .mxd-tabs-top__btn {
  margin-bottom: 0;
}
.mxd-tabs-top__tab.active {
  background-color: var(--base);
  border: 2px solid var(--st-lb);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
  z-index: 2;
}
.mxd-tabs-top__tab.active:last-of-type {
  padding-bottom: 1.2rem;
}
.mxd-tabs-top__tab.active:last-of-type .mxd-tabs-top__btn {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs-top__tab {
    padding-bottom: 0;
  }
  .mxd-tabs-top__tab:last-of-type {
    padding-bottom: 1.2rem;
  }
  .mxd-tabs-top__tab:last-of-type .mxd-tabs-top__btn {
    margin-bottom: 0.8rem;
  }
  .mxd-tabs-top__tab.active {
    -moz-border-radius-bottomright: 0;
         border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
         border-bottom-left-radius: 0;
  }
}

.mxd-tabs-top__corners {
  z-index: 3;
  pointer-events: none;
  color: var(--base);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  height: -moz-calc(var(--tab-corner) * 2);
  height: calc(var(--tab-corner) * 2);
  margin-left: -moz-calc(var(--tab-corner) * -1);
  margin-left: calc(var(--tab-corner) * -1);
  margin-right: -moz-calc(var(--tab-corner) * -1);
  margin-right: calc(var(--tab-corner) * -1);
  bottom: -moz-calc((var(--tab-corner) + var(--tab-gap)) * -1);
  bottom: calc((var(--tab-corner) + var(--tab-gap)) * -1);
  background-color: var(--base);
}
@media only screen and (min-width: 1200px) {
  .mxd-tabs-top__corners {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mxd-tabs-top__corner {
  z-index: 1;
  background-color: var(--base-tint);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
  width: var(--tab-corner);
  height: var(--tab-corner);
  background-image: -moz-radial-gradient(0 0, circle, var(--base-tint) -moz-calc(var(--tab-corner) - 2px), var(--st-lb), -moz-calc(var(--tab-corner) - 2px), var(--st-lb), var(--tab-corner), var(--base) var(--tab-corner));
  background-image: radial-gradient(circle at 0 0, var(--base-tint) calc(var(--tab-corner) - 2px), var(--st-lb), calc(var(--tab-corner) - 2px), var(--st-lb), var(--tab-corner), var(--base) var(--tab-corner));
}
.mxd-tabs-top__corner.is-right {
  inset: 0% 0% auto auto;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mxd-tabs-top__corner.is-left {
  inset: 0% auto auto 0%;
}

.mxd-tabs-top__tab:first-of-type .mxd-tabs-top__corners {
  margin-left: -0.2rem;
}
.mxd-tabs-top__tab:first-of-type .mxd-tabs-top__corner.is-left {
  width: 2px;
  height: 100%;
  background-image: none;
  background-color: var(--st-lb);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mxd-tabs-top__tab:last-of-type .mxd-tabs-top__corners {
  margin-right: -0.2rem;
}
.mxd-tabs-top__tab:last-of-type .mxd-tabs-top__corner.is-right {
  width: 2px;
  height: 100%;
  background-image: none;
  background-color: var(--st-lb);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mxd-tabs-top__tab:not(.active) .mxd-tabs-top__corners {
  display: none;
}

.mxd-tabs-top__btn {
  background: var(--white);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  padding: 3.2rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
     -moz-box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 61, 61, 0.04), 0px 1px 1px -0.5px rgba(0, 31, 31, 0.08), 0px 3px 3px -1.5px rgba(0, 61, 61, 0.04), 0px 6px 6px -3px rgba(0, 61, 61, 0.04), 0px 12px 12px -6px rgba(0, 61, 61, 0.04);
  margin-bottom: 0.8rem;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.15s var(--_animbezier);
  -moz-transition: all 0.15s var(--_animbezier);
  transition: all 0.15s var(--_animbezier);
  z-index: 4;
}
.mxd-tabs-top__btn span {
  font-weight: var(--font-weight-medium);
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  color: var(--t-manifest);
  -webkit-transition: all 0.15s var(--_animbezier);
  -moz-transition: all 0.15s var(--_animbezier);
  transition: all 0.15s var(--_animbezier);
}

.mxd-tabs-top__tab.active {
  padding-left: 2rem;
}
.mxd-tabs-top__tab.active .mxd-tabs-top__btn {
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: var(--gradient-controls-accent);
}
.mxd-tabs-top__tab.active .mxd-tabs-top__btn span {
  color: var(--t-opp-bright);
}

.mxd-tabs-top__number {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 8.2rem;
  line-height: 1.2;
  font-family: var(--_font-accent);
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  color: var(--t-bright);
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
}

.mxd-tabs-top__tabname {
  color: var(--t-bright);
  -webkit-transition: all var(--_animspeed-medium);
  -moz-transition: all var(--_animspeed-medium);
  transition: all var(--_animspeed-medium);
}

/* ------------------------------------------------*/
/* Features Tabs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Calendar Main 2025 Upd Start */
/* ------------------------------------------------*/
.gradient-bg-container {
  position: relative;
  padding: 6rem 2.4rem 2.4rem 2.4rem !important;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url(../img/backgrounds/1440x900-cal01.webp);
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
}
@media only screen and (min-width: 768px) {
  .gradient-bg-container {
    padding: 6rem 3.2rem 3.2rem 3.2rem !important;
    -moz-border-radius: var(--_radius-m);
         border-radius: var(--_radius-m);
  }
}
@media only screen and (min-width: 1200px) {
  .gradient-bg-container {
    padding: 6rem 9rem !important;
    -moz-border-radius: var(--_radius-l);
         border-radius: var(--_radius-l);
  }
}

.cal-upd-card {
  position: relative;
}

.cal-upd-card__inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.cal-upd-card__title {
  text-align: center;
}

.events-calendar__items {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .events-calendar__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.events-calendar__select {
  border: none;
  outline: 0;
  position: relative;
  height: 6.4rem;
  background-color: var(--white);
  -moz-border-radius: var(--_radius-xs);
       border-radius: var(--_radius-xs);
  border: 1px solid #E4E4E4;
  padding: 1.6rem;
  font-style: normal;
  font-weight: var(--font-weight-base);
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--_font-default);
  color: var(--t-medium);
  cursor: pointer;
  z-index: 100;
}
.events-calendar__select option {
  height: 6.4rem;
}
@media only screen and (min-width: 1200px) {
  .events-calendar__select {
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}

.events-calendar__element {
  display: none;
}

.events-calendar__inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .events-calendar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.events-calendar__image,
.events-calendar__promo {
  width: 100%;
  border: 1px solid #E4E4E4;
}
@media only screen and (min-width: 1200px) {
  .events-calendar__image,
  .events-calendar__promo {
    width: -moz-calc((100% - 4rem) / 2);
    width: calc((100% - 4rem) / 2);
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.events-calendar__promo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem;
  gap: 5rem;
}
@media only screen and (min-width: 768px) {
  .events-calendar__promo {
    padding: 3.2rem;
  }
}

.events-calendar__image {
  padding: 2.4rem;
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .events-calendar__image {
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .events-calendar__image {
    margin: 8.4rem 0 0 0;
  }
}

.events-calendar__promo-title h4 {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .events-calendar__promo-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.2rem;
  }
  .events-calendar__promo-title h4 {
    margin-bottom: 0;
  }
}

.events-calendar__promo-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.promo-content__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.events-calendar__promo-btngroup .btn a {
  white-space: nowrap;
}
.events-calendar__promo-btngroup .btn span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .events-calendar__promo-btngroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem;
  }
  .events-calendar__promo-btngroup .btn {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .events-calendar__promo-btngroup {
    gap: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Features Calendar Main 2025 Upd End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Feedback Hero Start */
/* ------------------------------------------------*/
.bubbles-floating {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  width: 100%;
}

.bubbles-floating__wrapper {
  position: relative;
  width: 100%;
  height: 623px;
}

.bubbles-floating__bubble {
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
     -moz-box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
          box-shadow: 0 10px 20px rgba(4, 3, 51, 0.19), 0 6px 6px rgba(6, 16, 94, 0.23);
}

.bubble-1 {
  top: 234px;
  left: 378px;
  width: 356px;
  height: 356px;
}

.bubble-2 {
  top: 75px;
  left: 683px;
  width: 468px;
  height: 468px;
}

.bubble-3 {
  top: 282px;
  left: 154px;
  width: 246px;
  height: 246px;
}

.bubble-4 {
  top: 75px;
  left: 0px;
  width: 275px;
  height: 275px;
}

.bubble-5 {
  top: 102px;
  left: 258px;
  width: 215px;
  height: 215px;
}

.bubble-6 {
  top: 12px;
  left: 469px;
  width: 275px;
  height: 275px;
}

.magnetic-element__icon {
  width: 5rem;
  margin-bottom: 0.6rem;
}
.magnetic-element__icon img {
  width: 100%;
  height: auto;
}

.magnetic-element__text p {
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: 1.4rem;
  line-height: 150%;
  text-transform: uppercase;
  font-family: var(--_font-default);
  color: var(--t-opp-bright);
}

.magnetic-element__num {
  position: relative;
  display: block;
}
.magnetic-element__num span {
  display: block;
  font-style: normal;
  font-weight: var(--font-weight-heavy);
  font-size: 6.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--_font-accent);
  color: var(--t-opp-bright);
}

.magnetic-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 315px;
  margin: 0 auto;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .magnetic-block {
    width: 630px;
    padding-top: 11.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .magnetic-block {
    width: 100%;
    padding-top: 2rem;
    margin: 0;
  }
}

.magnetic-block__wrapper {
  position: relative;
  width: 315px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .magnetic-block__wrapper {
    width: 630px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .magnetic-block__wrapper {
    width: 100%;
    height: 623px;
    left: auto;
    right: 2rem;
  }
}

.magnetic-container {
  border: none;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -moz-border-radius: 50%;
       border-radius: 50%;
  width: 315px;
  height: 315px;
}
.magnetic-container:nth-of-type(2) {
  top: -2rem;
}
.magnetic-container:nth-of-type(3) {
  top: -4rem;
}
.magnetic-container:nth-of-type(4) {
  top: -6rem;
}
.magnetic-container:nth-of-type(5) {
  top: -8rem;
}
.magnetic-container:nth-of-type(6) {
  top: -10rem;
}
@media only screen and (min-width: 768px) {
  .magnetic-container:nth-of-type(even) {
    left: -2rem;
  }
  .magnetic-container:nth-of-type(2) {
    top: 0;
  }
  .magnetic-container:nth-of-type(3) {
    top: -4rem;
  }
  .magnetic-container:nth-of-type(4) {
    top: -4rem;
  }
  .magnetic-container:nth-of-type(5) {
    top: -8rem;
  }
  .magnetic-container:nth-of-type(6) {
    top: -8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .magnetic-container {
    position: absolute;
  }
  .magnetic-container:nth-of-type(1) {
    top: 234px;
    left: 378px;
  }
  .magnetic-container:nth-of-type(2) {
    top: 75px;
    left: 683px;
  }
  .magnetic-container:nth-of-type(3) {
    top: 282px;
    left: 154px;
  }
  .magnetic-container:nth-of-type(4) {
    top: 75px;
    left: 0px;
  }
  .magnetic-container:nth-of-type(5) {
    top: 102px;
    left: 258px;
  }
  .magnetic-container:nth-of-type(6) {
    top: 12px;
    left: 469px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-1 {
    width: 396px;
    height: 396px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-2 {
    width: 508px;
    height: 508px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-3 {
    width: 286px;
    height: 286px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-4 {
    width: 315px;
    height: 315px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-5 {
    width: 255px;
    height: 255px;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-container-6 {
    width: 315px;
    height: 315px;
  }
}

.magnetic-background {
  display: none;
}

.magnetic-element {
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(46.16%, rgba(255, 255, 255, 0.1)), color-stop(100.18%, rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 46.16%, rgba(255, 255, 255, 0.4) 100.18%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 46.16%, rgba(255, 255, 255, 0.4) 100.18%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2), 0px 0px 23px 0px rgba(255, 255, 255, 0.25) inset;
     -moz-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2), 0px 0px 23px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2), 0px 0px 23px 0px rgba(255, 255, 255, 0.25) inset;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.magnetic-element img {
  height: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-1 {
    width: 356px;
    height: 356px;
  }
  .magnetic-element-1 .magnetic-element__icon {
    width: 5.6rem;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .magnetic-element-1 .magnetic-element__num span {
    font-size: 8.4rem;
    line-height: 1.1;
  }
  .magnetic-element-1 .magnetic-element__text p {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-2 {
    width: 468px;
    height: 468px;
  }
  .magnetic-element-2 .magnetic-element__icon {
    width: 6.6rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .magnetic-element-2 .magnetic-element__num span {
    font-size: 10rem;
    line-height: 1.1;
  }
  .magnetic-element-2 .magnetic-element__text p {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-3 {
    width: 246px;
    height: 246px;
  }
  .magnetic-element-3 .magnetic-element__icon {
    width: 3.2rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .magnetic-element-3 .magnetic-element__num span {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}
.magnetic-element-3 .magnetic-element__text p {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-4 {
    width: 275px;
    height: 275px;
  }
  .magnetic-element-4 .magnetic-element__icon {
    width: 4.2rem;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .magnetic-element-4 .magnetic-element__num span {
    font-size: 6.3rem;
    line-height: 1.1;
  }
  .magnetic-element-4 .magnetic-element__text p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-5 {
    width: 215px;
    height: 215px;
  }
  .magnetic-element-5 .magnetic-element__icon {
    width: 3.2rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .magnetic-element-5 .magnetic-element__num span {
    font-size: 4.8rem;
    line-height: 1.1;
  }
  .magnetic-element-5 .magnetic-element__text p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .magnetic-element-6 {
    width: 275px;
    height: 275px;
  }
  .magnetic-element-6 .magnetic-element__icon {
    width: 4rem;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .magnetic-element-6 .magnetic-element__num span {
    font-size: 6.3rem;
    line-height: 1.1;
  }
  .magnetic-element-6 .magnetic-element__text p {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------*/
/* Features Feedback Hero End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/
.grid-sizer {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-sizer {
    width: 33.33333333%;
  }
}

.grad-feedback {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 0 4rem;
}
@media only screen and (min-width: 768px) {
  .grad-feedback {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .grad-feedback {
    padding: 0;
  }
}

.grad-feedback__title,
.grad-feedback__btngroup {
  text-align: center;
}

.grad-feedback__btngroup {
  padding-top: 1.6rem;
}

.grad-feedback__container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.filter-group {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .filter-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.filter {
  width: 100%;
  margin-left: 0;
  background-color: var(--white);
  border: 1px solid var(--st-black-alpha);
  padding: 0 4.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  -moz-border-radius: var(--_radius-xxl);
       border-radius: var(--_radius-xxl);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: 1.4rem;
  font-family: var(--_font-default);
  color: var(--t-medium);
}
.filter span {
  color: #00397A;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(45deg, #00397A 0%, #001F3D 100%);
  background-image: linear-gradient(45deg, #00397A 0%, #001F3D 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.filter.active {
  background-color: #E5F3FF;
  border: 1px solid #001F3D;
}
@media only screen and (min-width: 1200px) {
  .filter {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.grad-feedback-cards__grid {
  margin-right: -12px;
  margin-left: -12px;
}

.feedback-card__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  height: 100%;
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .feedback-card__inner {
    padding: 3.2rem;
  }
}

.feedback-card__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.feedback-card__title span {
  display: block;
  font: normal var(--font-weight-bold) 1.2rem/1.34 var(--_font-default);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #002D7A;
}
.feedback-card__title p {
  font: normal var(--font-weight-medium) 2.4rem/1.2 var(--_font-accent);
  letter-spacing: normal;
  color: var(--t-bright);
}

.feedback-card__controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback-card__more {
  display: block;
  font: normal var(--font-weight-semibold) 1.4rem/2.4rem var(--_font-default);
  text-transform: uppercase;
  color: #002D7A;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#002D7A), to(#002D7A)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, #002D7A, #002D7A), -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #002D7A, #002D7A), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .feedback-card__more:hover {
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

.feedback-card__link {
  width: 2.4rem;
  height: 2.4rem;
}
.feedback-card__link img {
  width: 100%;
  height: auto;
}

.grad-feedback__popup-name {
  font: normal var(--font-weight-medium) 2.4rem/1.2 var(--_font-accent);
  letter-spacing: normal;
  color: var(--t-bright);
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/
.video-feedback {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.video-feedback__title {
  text-align: center;
}

.owl-carousel {
  width: 100%;
  height: 345px;
}
@media only screen and (min-width: 768px) {
  .owl-carousel {
    height: 485px;
  }
}

.owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 345px;
}
@media only screen and (min-width: 768px) {
  .owl-item {
    height: 485px;
  }
}

.video-feedback__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-feedback__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-feedback__trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 7.2rem;
  height: 7.2rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(46%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 46%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 46%, rgba(255, 255, 255, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-feedback__trigger img {
  position: relative;
  left: 0.2rem;
  width: 2.4rem !important;
  height: 2.4rem;
}
.no-touch .video-feedback__trigger:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#00397A), to(#001F3D));
  background: -moz-linear-gradient(top, #00397A 0%, #001F3D 100%);
  background: linear-gradient(180deg, #00397A 0%, #001F3D 100%);
  border: none;
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/
.marquee-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.marquee-block__title {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .marquee-block__title {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) {
  .marquee-block__title {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .marquee-block__title {
    max-width: 1152px !important;
  }
}

.marquee--gsap .marquee__top,
.marquee--gsap .marquee__bottom {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 2rem;
}

.marquee__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 216px;
  height: 120px;
  padding: 3.2rem;
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
  background-color: var(--white);
  border: 1px solid var(--st-black-alpha-01);
}
.marquee__item img {
  display: block;
  width: auto;
  height: auto;
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Static Block Start */
/* ------------------------------------------------*/
.static-blocks {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0 4rem;
}
@media only screen and (min-width: 768px) {
  .static-blocks {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .static-blocks {
    padding: 0;
  }
}

.static-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding: 2.4rem;
  -moz-border-radius: var(--_radius-m);
       border-radius: var(--_radius-m);
}
@media only screen and (min-width: 768px) {
  .static-block {
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .static-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8rem;
    padding: 6rem;
    -moz-border-radius: 4rem;
         border-radius: 4rem;
  }
}

.static-block-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 1200px) {
  .static-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8rem;
    -moz-border-radius: 6rem;
         border-radius: 6rem;
  }
}

.static-block__text {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .static-block__text {
    width: 613px;
  }
}

.static-block__title {
  font: normal var(--font-weight-medium) 3rem/1.4 var(--_font-accent);
  color: var(--t-opp-bright);
}
.static-block__title.ver-2 {
  color: var(--t-bright);
}
@media only screen and (min-width: 768px) {
  .static-block__title {
    font-size: 4.4rem;
  }
  .static-block__title.ver-2 {
    font-size: 3.2rem;
  }
}

.static-block__additional {
  font: normal var(--font-weight-bold) 1.8rem/1.4 var(--_font-default);
  color: var(--t-opp-bright);
}
.static-block__additional a {
  color: #51E0CD;
  text-decoration: underline;
}

.static-block__image {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .static-block__image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 339px;
  }
  .static-block__image.ver-2 {
    width: 296px;
  }
}

/* ------------------------------------------------*/
/* Features Static Block End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Influencers Slider Start */
/* ------------------------------------------------*/
.influencers-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 0 4rem;
}
@media only screen and (min-width: 768px) {
  .influencers-block {
    padding: 0 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .influencers-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0;
  }
}

.influencers-block__title {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .influencers-block__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 368px;
    text-align: left;
  }
}

.influencers-block__slider {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .influencers-block__slider {
    padding-left: 490px;
  }
}

.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 6.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .swiper {
    padding-bottom: 0;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 408px;
}

.influencers-card__btn {
  top: auto;
  bottom: 0;
  width: 4.4rem;
  height: 4.4rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 2rem;
  color: var(--t-manifest);
  border: 1px solid var(--t-manifest);
}
.influencers-card__btn::after {
  display: none;
}
.influencers-card__btn i {
  -webkit-transition: color var(--_animspeed-medium);
  -moz-transition: color var(--_animspeed-medium);
  transition: color var(--_animspeed-medium);
}
.no-touch .influencers-card__btn:hover {
  color: var(--t-opp-bright);
  background: var(--bg-gradient-solid-accent-2);
  border: 1px solid var(--base-tint);
}

.influencers-card__btn-next {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .influencers-card__btn-next {
    right: auto;
    left: 6.4rem;
  }
}

.influencers-card__btn-prev {
  left: 0;
}
.influencers-block__card {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.2rem;
  text-align: left;
}

.influencers-card__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.influencers-card__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.influencers-card__photo {
  width: 6rem;
  height: 6rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
}
.influencers-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.influencers-card__name {
  width: -moz-calc(100% - 7.2rem);
  width: calc(100% - 7.2rem);
  font: normal var(--font-weight-medium) 2.4rem/1.2 var(--_font-accent);
  color: var(--t-bright);
}

.influencers-card__more {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font: normal var(--font-weight-semibold) 1.4rem/2.4rem var(--_font-default);
  text-transform: uppercase;
  color: #002D7A;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#002D7A), to(#002D7A)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, #002D7A, #002D7A), -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #002D7A, #002D7A), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.influencers-card__more img {
  width: 2rem;
  height: 2rem;
}
.no-touch .influencers-card__more:hover {
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

/* ------------------------------------------------*/
/* Features Influencers Slider End */
/* ------------------------------------------------*/