@font-face {
  font-family: "Termina";
  src: url("./fonts/TerminaTest-Demi.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita";
  src: url("./fonts/Gordita-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gordita-bold";
  src: url("./fonts/Gordita-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gordita-bold";
  src: url("./fonts/Gordita-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ui-icon-pack;
  src: url("./fonts/ui-icon-pack.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.i-ui {
  font-family: ui-icon-pack !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
html * {
  opacity: 1;
}

body,
html {
  min-height: 100%;
  width: 100%;
  max-width: 100%;
}

h2,
h3.slide_title {
  text-align: center;
}

body,
html {
  max-width: 100%;
}

.modal_area > .modal_window,
form {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.header_inner .box_header,
.modal_area > .modal_window,
form {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

*,
.info_block > p {
  white-space: normal;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --grey-light: #f0f5f5;
  --grey-normal: #6e7373;
  --grey-shadow: #3e3e3e;
  --grey-dark: #333333;
  --emerald-bright: #00aad0;
  --emerald-white: #e7fdff;
  --emerald-light: #15b6c8;
  --emerald-normal: #007f9c;
  --emerald-shadow: #005e73;
  --emerald-dark: #082948;
  --blue-normal: #2763cd;
  --blue-dark: #265283;
  --peach-normal: #ea5c34;
  --neon-normal: #1e6fff;
  --font-size: 1rem;
  --color-text: #000000;
  --content-width: 1272px;
  --padding-content-x: 4rem;
  --padding-content-y: 32px;
  --padding-btn-x: 1.5rem;
  --padding-btn-y: 1rem;
  --margin-block: 2.8rem;
}

html {
  font-size: 10px;
  scroll-padding-top: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: 0 0;
}

.slide.neurobg::before,
body {
  background-repeat: no-repeat;
}

html:not([data-pwa-load="true"]) body .preloadRoll {
  opacity: 0 !important;
  -webkit-animation: unset;
  -moz-animation: unset;
  -o-animation: unset;
  animation: unset;
  z-index: 0;
}

body {
  padding: 0;
  margin: 0;
  color: var(--color-text, #000);
  background-color: #fff;
  font-family: Gordita;
  font-weight: 400;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
  background-color: var(--white) !important;
}

html body * {
  opacity: unset;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 87%, 0.75);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #aaa;
}

img[data-src][src=""] {
  padding-top: 60%;
}

img[data-src][src=""]::before {
  content: " ";
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black, #000);
  font-weight: 500;
  line-height: inherit;
  margin: 0 0 0.5em;
  white-space: normal;
  font-family: Gordita-bold;
}

h1 {
  font-size: 6rem;
  line-height: 8.4rem;
}

h2 {
  font-size: 4.6rem;
  line-height: 6.44rem;
  margin-bottom: 3.2rem;
}

h2.slide_title {
  font-size: 4rem;
  line-height: 7rem;
  margin-bottom: 4.8rem;
}

h3 {
  font-size: 3rem;
  line-height: normal;
  margin-bottom: 3rem;
}

.content {
  display: block;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}

.content::before {
  content: "";
  display: block;
  position: relative;
  height: 7rem;
  z-index: -1;
}

.modal_area {
  display: block;
  width: 0;
  height: 0;
}

.modal_area > .modal_window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_inner .box_header,
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.header_inner .box_header,
.three_inline,
.three_inline > .col > ul.icon_list > li,
.two_cols,
footer > .bottom_line {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}

.modal_area > .modal_window:not([data-visible="true"]),
.modal_area
> .modal_window
> .modal_content
> .modal_content_inner[data-only-message="true"]
:not(p.success_message):not(p.failed_message),
html[data-is-pwa="true"] > body footer,
html[data-is-twa="true"] > body footer {
  display: none !important;
}

.modal_area > .modal_window::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  opacity: 0.2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.modal_area > .modal_window[data-visible="true"]::before {
  background-color: var(--black);
  opacity: 0.95;
}

.modal_area > .modal_window > .modal_content {
  display: block;
  position: relative;
  width: 500px;
  margin: 2rem;
  padding: 9rem 9rem 5rem 9rem;
  max-height: -webkit-calc(100% - 2rem);
  max-height: -moz-calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  max-width: -webkit-calc(100% - 2rem);
  max-width: -moz-calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--white);
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.modal_area > .modal_window.size_medium > .modal_content {
  width: 700px;
}

.modal_area > .modal_window.size_big > .modal_content {
  width: 1000px;
}

.modal_area
> .modal_window
> .modal_content[data-title]:not([data-title=""])::before {
  content: attr(data-title);
  display: block;
  padding: 0 0 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 auto 1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-bottom: 1px solid var(--grey-light);
}

.button,
form input {
  display: inline-block;
  padding: var(--padding-btn-y) var(--padding-btn-x);
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.modal_area > .modal_window > .modal_content > .close_button {
  display: block;
  position: absolute;
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  color: black;
  font-family: ui-icon-pack;
  font-size: 3rem;
  line-height: 2rem;
  text-align: center;
  right: 2rem;
  top: 2rem;
}

.modal_area > .modal_window > .modal_content > .close_button::after {
  content: "\e9b0";
}

.modal_area > .modal_window > .modal_content > .close_button:hover {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.modal_area > .modal_window > .modal_content > .modal_content_inner {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.modal_area > .modal_window > .modal_content > .modal_content_inner p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 1.5rem 0;
  text-align: center;
}

.modal_area
> .modal_window
> .modal_content
> .modal_content_inner
p.failed_message,
.modal_area
> .modal_window
> .modal_content
> .modal_content_inner
p.success_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_area
> .modal_window
> .modal_content
> .modal_content_inner
p.success_message::before {
  content: "\e921";
  font-family: ui-icon-pack;
  display: block;
  min-height: 5rem;
  min-width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #09d809;
  text-align: center;
}

.modal_area
> .modal_window
> .modal_content
> .modal_content_inner
p.failed_message::before {
  content: "\e9b0";
  font-family: ui-icon-pack;
  display: block;
  min-height: 5rem;
  min-width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #d80909;
  text-align: center;
}

form {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

form > :not(:last-child) {
  margin-bottom: 1.5rem;
  width: 70%;
  align-self: center;
}
form input {
  width: 26%;
  align-self: center;
}

form input {
  border: 1px solid var(--grey-dark);
  color: var(--grey-normal);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: var(--white);
}

form input::-webkit-input-placeholder {
  color: var(--grey-normal);
}

form input:-moz-placeholder {
  color: var(--grey-normal);
}

form input::-moz-placeholder {
  color: var(--grey-normal);
}

form input:-ms-input-placeholder {
  color: var(--grey-normal);
}

form input::-ms-input-placeholder {
  color: var(--grey-normal);
}

form input::placeholder {
  color: var(--grey-normal);
}

form[data-later="true"] {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

form[data-later="true"] * {
  position: relative;
  z-index: 1;
  opacity: 0.65;
}

form[data-later="true"]::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  opacity: 0.8;
  z-index: 2;
}

form[data-later="true"]::after {
  content: "";
  display: block;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  background-image: url(/img/loadroll.gif);
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  -o-background-size: 90% auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}

.container,
.header_inner,
.info_squares > .square > .img,
.info_squares > .square > span {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: var(--white);
  background-color: var(--blue-normal);
  border: 1px solid var(--blue-normal);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
}

.button:hover {
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
  cursor: pointer;
}

.button.light {
  background-color: var(--white);
  color: var(--blue-normal);
  margin-right: 10px;
}

.button.light:hover,
.slide.grey {
  background-color: var(--grey-light);
}

.button.white,
header {
  background-color: var(--white);
}

.button.white {
  border-color: var(--white);
  color: var(--color-text);
}

.button.white_transparent {
  border-color: var(--white);
  color: var(--white);
  background-color: transparent;
}

.container {
  display: block;
  width: var(--content-width);
  max-width: 100%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.2rem;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.8rem 0 2.4rem;
  width: 100%;
  z-index: 28;
}

header.scroll {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 1.2rem 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.header_inner .box_header .menu_button .menu_button_inner::before,
.header_inner .box_header .menu_button::before {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  height: 2px;
  background-color: var(--black);
  width: 1.8rem;
  margin-top: -1px;
  content: "";
}

.header_inner {
  display: block;
  height: 4.5rem;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.header_inner .box_header {
  display: flex;
  height: 4.5rem;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header_inner .box_header .box_button,
.header_inner .box_header .box_logo {
  display: block;
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header_inner .box_header .box_logo {
  position: relative;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  box-sizing: border-box;
  padding-right: 1.5rem;
}

.header_inner .box_header .box_logo .logo_text {
  display: block;
  font-family: Termina;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  white-space: nowrap;
}

.box_header .box_menu {
  display: block;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  height: 3rem;
}

.box_header .box_button {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  text-align: right;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  /* padding-left: 1.5rem; */
  white-space: nowrap;
}

.box_header .box_button .box_button_btn ::before {
  padding: 100px 20px;
}

.header_inner .box_header .box_button > :not(:last-child),
.info_block > div > .button:not(:last-child) {
  margin-right: 1rem;
}

.header_inner .box_header .menu_button {
  position: relative;
  min-height: 4.5rem;
  min-width: 4.5rem;
  max-height: 4.5rem;
  max-width: 4.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.45rem 1.35rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.header_inner .box_header .menu_button::before {
  display: block;
  position: absolute;
  top: 1.45rem;
  left: 1.35rem;
  transition: 0.5s ease-in-out;
}

.header_inner .box_header .menu_button .menu_button_inner {
  display: block;
  position: relative;
  height: 1.6rem;
  width: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slide.fullscreen,
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header_inner .box_header .menu_button .menu_button_inner::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  transition: 0.5s ease-in-out;
}

.header_inner .box_header .menu_button .menu_button_inner::after {
  content: "";
  height: 2px;
  background-color: var(--black);
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -50%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header[data-open="true"] .header_inner .box_header .menu_button::before {
  border-color: transparent;
  top: 50%;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  opacity: 0;
}

header[data-open="true"]
.header_inner
.box_header
.menu_button
.menu_button_inner::before {
  -webkit-transform: rotateZ(405deg);
  -moz-transform: rotateZ(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotateZ(405deg);
  transform: rotateZ(405deg);
}

header[data-open="true"]
.header_inner
.box_header
.menu_button
.menu_button_inner::after {
  top: 50%;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.slide {
  display: block;
  padding: 8rem 0;
}

.slide.fullscreen,
.two_cols,
footer > .bottom_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.slide.emerald {
  background-color: var(--emerald-white);
}

.slide.gradient {
  background-image: -webkit-linear-gradient(
          45deg,
          var(--emerald-normal),
          var(--emerald-dark)
  );
  background-image: -moz-linear-gradient(
          45deg,
          var(--emerald-normal),
          var(--emerald-dark)
  );
  background-image: -o-linear-gradient(
          45deg,
          var(--emerald-normal),
          var(--emerald-dark)
  );
  background-image: linear-gradient(
          45deg,
          var(--emerald-normal),
          var(--emerald-dark)
  );
}

.slide.fullscreen {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  min-height: -webkit-calc(100vh - 7.7rem);
  min-height: -moz-calc(100vh - 7.7rem);
  min-height: calc(100vh - 7.7rem);
  box-sizing: border-box;
  padding: var(--padding-content-y) var(--padding-content-x);
}

@-webkit-keyframes background_zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.15) rotateZ(5deg);
    transform: scale(1.15) rotateZ(5deg);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -webkit-transform: scale(1.15) rotateZ(-5deg);
    transform: scale(1.15) rotateZ(-5deg);
  }
}

@-moz-keyframes background_zoom {
  0%,
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.15) rotateZ(5deg);
    transform: scale(1.15) rotateZ(5deg);
  }

  50% {
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -moz-transform: scale(1.15) rotateZ(-5deg);
    transform: scale(1.15) rotateZ(-5deg);
  }
}

@-o-keyframes background_zoom {
  0%,
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -o-transform: scale(1.15) rotateZ(5deg);
    transform: scale(1.15) rotateZ(5deg);
  }

  50% {
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  75% {
    -o-transform: scale(1.15) rotateZ(-5deg);
    transform: scale(1.15) rotateZ(-5deg);
  }
}

@keyframes background_zoom {
  0% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.95;
  }

  25% {
    -webkit-transform: scale(1.15) rotateZ(3deg);
    -moz-transform: scale(1.15) rotateZ(3deg);
    -o-transform: scale(1.15) rotateZ(3deg);
    transform: scale(1.15) rotateZ(3deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  75% {
    -webkit-transform: scale(1.15) rotateZ(-3deg);
    -moz-transform: scale(1.15) rotateZ(-3deg);
    -o-transform: scale(1.15) rotateZ(-3deg);
    transform: scale(1.15) rotateZ(-3deg);
    opacity: 0.85;
  }

  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
  }
}

.slide.neurobg,
.slide_area {
  position: relative;
  overflow: hidden;
}

.slide.neurobg > * {
  position: relative;
  z-index: 3;
}

.slide.neurobg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(transparent 50%, #fff 70%);
  background-image: -moz-radial-gradient(transparent 50%, #fff 70%);
  background-image: -o-radial-gradient(transparent 50%, #fff 70%);
  background-image: radial-gradient(transparent 50%, #fff 70%);
  z-index: 2;
}

.slide.neurobg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: url(./img/1_black_transparent.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-animation: 75s linear infinite background_zoom;
  -moz-animation: 75s linear infinite background_zoom;
  -o-animation: 75s linear infinite background_zoom;
  animation: 75s linear infinite background_zoom;
}

.slide.shadow {
  background-color: var(--grey-shadow);
}

.slide.borderpeach {
  border-bottom: 1.5px solid var(--emerald-bright);
}

.slide .button {
  font-size: 1.6rem;
  padding: 1.2rem 3.9rem;
}

footer {
  display: block;
  padding: 5.6rem 3.2rem 3.9rem;
  box-sizing: border-box;
  background-color: var(--grey-dark);
}

.three_inline > .col,
footer > .bottom_line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

footer > .bottom_line {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: var(--content-width);
  max-width: 100%;
  box-sizing: border-box;
  padding-left: var(--padding-content-x);
  padding-right: var(--padding-content-x);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer > .bottom_line > .left_info {
  display: block;
  width: auto;
  max-width: 33%;
}

footer > .bottom_line > .left_info > span:first-child {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.5rem;
}

footer > .bottom_line > .left_info > span:nth-child(2) {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  opacity: 0.8;
}

.two_cols {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two_cols > .col {
  display: block;
  position: relative;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 46.7%;
  max-width: 46.7%;
}

.two_cols > .col > img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info_block {
  display: block;
}

.info_block > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  color: var(--grey-normal);
}

.info_block > h1 {
  margin-bottom: var(--margin-block);
}

.info_block > h3,
.three_inline > .col > ul.icon_list > li:not(:last-child),
.three_inline > .col > ul.pointer_list > li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.info_block > p {
  display: block;
  max-width: 100%;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--black);
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 3rem;
  word-break: break-word;
  word-spacing: normal;
}

.info_block > div {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

.info_block > div > .button {
  display: inline-block;
}

.three_inline,
.three_inline > .col,
.three_inline > .col > h5,
.three_inline > .col > ul.icon_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.three_inline {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.three_inline > .col {
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem;
  max-width: 26.5%;
  max-width: -webkit-calc((100% - 15rem)/ 3);
  max-width: -moz-calc((100% - 15rem)/ 3);
  max-width: calc((100% - 15rem) / 3);
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

.three_inline > .col > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.three_inline > .col.center {
  max-width: -webkit-calc(47% - 10rem);
  max-width: -moz-calc(47% - 10rem);
  max-width: calc(47% - 10rem);
  padding: 4.8rem 6.4rem 3.2rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.three_inline > .col > .img,
.three_inline > .col > .img > img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.three_inline > .col > .img {
  position: relative;
  overflow: hidden;
}

.three_inline > .col > h5 {
  display: flex;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three_inline > .col.center > h5 {
  font-size: 2rem;
  max-width: 66%;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.three_inline > .col > ul.pointer_list {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2rem;
}

.three_inline > .col > ul.pointer_list > li {
  font-size: 1.6rem;
  font-weight: 400;
}

.three_inline > .col > ul.pointer_list > li::marker {
  color: var(--black);
}

.three_inline > .col > ul.icon_list {
  display: block;
  list-style: none;
  padding: 0;
  width: 100%;
}

.three_inline > .col > ul.icon_list > li {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding: 1.2rem 3.2rem;
  overflow: hidden;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.three_inline > .col > ul.icon_list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--emerald-light);
  z-index: 0;
  opacity: 0.3;
}

.three_inline > .col > ul.icon_list > li > .icon,
.three_inline > .col > ul.icon_list > li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
  display: block;
  position: relative;
}

.three_inline > .col > ul.icon_list > li:nth-child(2n)::before {
  opacity: 0.15;
}

.three_inline > .col > ul.icon_list > li > .icon {
  min-height: 2.5rem;
  min-width: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.three_inline > .col > ul.icon_list > li > .icon[data-display-icon]::after {
  content: attr(data-display-icon);
  display: block;
  color: var(--emerald-normal);
  font-size: 2.5rem;
  font-family: ui-icon-pack !important;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
}

.three_inline > .col > ul.icon_list > li > span {
  color: var(--emerald-normal);
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.info_squares,
.three_inline > .col > .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  width: 100%;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

.three_inline > .col > .button {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6rem;
  padding: 1.2rem;
}

.three_inline > .col > .button::before {
  content: "\e97a";
  display: block;
  color: inherit;
  font-size: 3rem;
  font-family: ui-icon-pack !important;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
  margin-right: 1rem;
}

.three_inline > .col > .button:hover {
  background-color: var(--white);
  color: var(--emerald-normal);
}

.info_squares {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.reviews > .top > .title,
.text_and_planet > .three_reasons {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
}

.info_squares > .square {
  display: block;
  position: relative;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding-top: 6.4rem;
  padding-bottom: 3rem;
}

.info_squares > .square:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: var(--grey-light);
  top: 25%;
  height: 70%;
  right: -0.5px;
}

.info_squares > .square > .img {
  display: block;
  position: relative;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  background-color: var(--emerald-bright);
  margin-bottom: 1.6rem;
}

.info_squares > .square > .img > img {
  display: block;
  position: absolute;
  height: 70%;
  width: 70%;
  top: 15%;
  left: 15%;
}

.info_squares > .square > .img > svg {
  display: block;
  position: absolute;
  height: 70%;
  width: 70%;
  top: 15%;
  left: 15%;
  fill: var(--white);
}

.info_squares > .square > span {
  display: block;
  color: var(--emerald-bright);
  text-align: center;
  width: 80%;
}

.info_squares > .square > span:not(:last-child) {
  padding-bottom: 1.6rem;
}

.info_squares > .square > span:first-of-type {
  font-size: 1.6rem;
  font-weight: 500;
}

.info_squares > .square > span:nth-of-type(2) {
  font-weight: 700;
  font-size: 3.4rem;
}

.info_squares > .square > span:nth-of-type(3) {
  font-weight: 400;
  font-size: 1.8rem;
}

.text_and_planet {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.text_and_planet > .text_top {
  display: block;
  max-width: 60%;
  position: relative;
  white-space: wrap;
  font-size: 4.8rem;
  line-height: 6rem;
  letter-spacing: -0.05rem;
  color: var(--white);
  font-weight: 200;
  margin-bottom: 2.4rem;
  z-index: 2;
}

.text_and_planet > .planet,
.text_and_planet > .three_reasons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.text_and_planet > .three_reasons {
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 55%;
  margin-bottom: 8rem;
  gap: 6rem;
}

.pre_footer,
.reviews > .gallery > .gallery_inner > .review > .cont,
.reviews > .top {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.text_and_planet > .three_reasons > .col {
  display: block;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.reviews > .gallery > .btn_left,
.reviews > .gallery > .btn_right {
  top: 50%;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--grey-dark);
  opacity: 0.4;
}

.text_and_planet > .three_reasons > .col > span {
  display: block;
  font-size: 5.1rem;
  line-height: 6rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
  color: #fff;
}

.text_and_planet > .three_reasons > .col > span:nth-child(2) {
  font-size: 2rem;
  font-weight: 400;
}

.text_and_planet > .buttons {
  display: block;
  position: relative;
  z-index: 2;
}

.text_and_planet > .buttons > .button:not(:last-child) {
  margin-right: 2rem;
}

.text_and_planet > .planet {
  display: flex;
  position: absolute;
  height: 140%;
  width: 60%;
  top: -20%;
  right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.reviews > .top,
.reviews > .top > .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

.text_and_planet > .planet > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: drop-shadow(0px 0px 15px black);
  filter: drop-shadow(0px 0px 15px black);
}

.reviews > .top {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 55rem;
  max-width: 100%;
}

.reviews > .top > .title {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.75rem;
}

.company_reviews > .quotes > .quotes_inner,
.reviews > .gallery > .gallery_inner,
.reviews > .gallery > .gallery_inner > .review > .cont > .play_button {
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}

.reviews > .top > .title > .icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}

.reviews > .top > .title > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.reviews > .top > .title > .text {
  color: var(--emerald-bright);
  font-weight: 500;
  font-size: 2.8rem;
}

.reviews > .gallery > .btn_left::after,
.reviews > .gallery > .btn_right::after {
  display: block;
  font-size: 2rem;
  line-height: 2.1rem;
  height: 2.1rem;
  width: 2.1rem;
  margin: 0.2rem;
  font-family: ui-icon-pack !important;
  color: var(--white);
  text-align: center;
}

.reviews > .top > .description {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.reviews > .gallery {
  display: block;
  position: relative;
  margin-top: 4.8rem;
  margin-bottom: 3.2rem;
  width: 100%;
}

.reviews > .gallery > .btn_left {
  display: block;
  position: absolute;
  left: 0;
  margin-left: -3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  transition: 0.1s linear;
}

.reviews > .gallery > .btn_left:hover,
.reviews > .gallery > .btn_right:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  cursor: pointer;
}

.reviews > .gallery > .btn_left::after {
  content: "\e924";
}

.reviews > .gallery > .btn_right {
  display: block;
  position: absolute;
  right: 0;
  margin-right: -3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  transition: 0.1s linear;
}

.reviews > .gallery > .btn_right::after {
  content: "\e925";
}

.company_reviews > .quotes > .quotes_inner,
.reviews > .gallery > .gallery_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-scroll-snap-type: x mandatory !important;
  -ms-scroll-snap-type: x mandatory !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  overflow-x: auto !important;
}

.reviews > .gallery > .gallery_inner > .review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-calc((var(--content-width) - 4rem)/ 3);
  width: -moz-calc((var(--content-width) - 4rem)/ 3);
  width: calc((var(--content-width) - 4rem) / 3);
  max-width: -webkit-calc((var(--content-width) - 4rem)/ 3);
  max-width: -moz-calc((var(--content-width) - 4rem)/ 3);
  max-width: calc((var(--content-width) - 4rem) / 3);
  min-width: -webkit-calc((100% - 6rem)/ 3);
  min-width: -moz-calc((100% - 6rem)/ 3);
  min-width: calc((100% - 6rem) / 3);
  max-width: -webkit-calc((100% - 6rem)/ 3);
  max-width: -moz-calc((100% - 6rem)/ 3);
  max-width: calc((100% - 6rem) / 3);
  padding: 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--grey-light);
  overflow: hidden;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  scroll-snap-align: center !important;
}

.reviews > .gallery > .gallery_inner > .review:not(:last-child) {
  margin-right: 3rem;
}

.reviews > .gallery > .gallery_inner > .review > .photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reviews > .gallery > .gallery_inner > .review > .photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey-shadow);
  opacity: 0.8;
  z-index: 2;
}

.reviews > .gallery > .gallery_inner > .review > .photo > img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.reviews > .gallery > .gallery_inner > .review > .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white);
  z-index: 2;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .people_info {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .profession {
  display: block;
  opacity: 0.8;
  font-size: 1.4rem;
  font-weight: 400;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .quote {
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 2.1rem;
  margin-bottom: 2.5rem;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .quote::before {
  content: "\00ab";
}

.reviews > .gallery > .gallery_inner > .review > .cont > .quote::after {
  content: "\00bb";
}

.reviews > .gallery > .gallery_inner > .review > .cont > .play_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .play_button > .image {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews
> .gallery
> .gallery_inner
> .review
> .cont
> .play_button
> .image::after {
  content: "\e97a";
  display: block;
  color: var(--white);
  font-size: 3rem;
  font-family: ui-icon-pack !important;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
}

.reviews > .gallery > .gallery_inner > .review > .cont > .play_button > .text {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

.company_reviews {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.company_reviews > .logo_inline,
.pre_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}

.company_reviews > .logo_inline {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 4rem;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  width: 100%;
}

.company_reviews > .logo_inline > .logo {
  display: block;
  position: relative;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 15%;
  overflow: visible;
}

.company_reviews > .logo_inline > .logo::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.company_reviews > .logo_inline > .logo::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid var(--white);
  -webkit-filter: drop-shadow(0px 4px 7px black);
  filter: drop-shadow(0px 4px 7px black);
}

.company_reviews > .logo_inline > .logo > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

body.js:not(.js_ui)::after,
body.js:not(.js_ui)::before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 100;
  height: 3px;
  width: 100%;
}

.company_reviews > .logo_inline > .logo[data-active="false"] {
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.company_reviews > .logo_inline > .logo[data-active="false"]::after {
  display: none;
}

.company_reviews > .quotes {
  display: block;
  position: relative;
  overflow: hidden;
}

.company_reviews > .quotes > .quotes_inner > .quote_text {
  display: block;
  min-width: 80%;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-style: italic;
  color: var(--grey-dark);
  font-size: 2.8rem;
  line-height: 1.42;
  text-align: center;
  scroll-snap-align: center !important;
}

.company_reviews > .quotes > .quotes_inner > .quote_text::before {
  content: open-quote;
}

.company_reviews > .quotes > .quotes_inner > .quote_text::after {
  content: close-quote;
}

.pre_footer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}

.pre_footer > h4 {
  font-size: 3.4rem;
  font-weight: 500;
  color: inherit;
  padding-bottom: 2rem;
}

.pre_footer > p {
  font-size: 1.6rem;
  width: 60rem;
  max-width: 100%;
  color: inherit;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1599px) {
  .slide.neurobg::before {
    -webkit-animation: 100s linear infinite background_zoom;
    -moz-animation: 100s linear infinite background_zoom;
    -o-animation: 100s linear infinite background_zoom;
    animation: 100s linear infinite background_zoom;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .text_and_planet > .planet {
    top: 2.5%;
    height: 95%;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 5vw;
    line-height: 7.4vw;
  }

  .text_and_planet > .planet {
    width: 80%;
  }
}

@media (max-width: 1023px) {
  .three_inline > .col {
    padding: 2rem;
    max-width: -webkit-calc(33.33% - 3rem);
    max-width: -moz-calc(33.33% - 3rem);
    max-width: calc(33.33% - 3rem);
  }
  .text_and_planet > .three_reasons {
    width: 83%;
  }
  .text_and_planet > .text_top{
    max-width: 95%;
  }
  .text_and_planet{
    max-height: 109vh;
  }
  .three_inline > .col.center {
    padding: 4.8rem 2rem 3.2rem;
    max-width: -webkit-calc(41% - 4rem);
    max-width: -moz-calc(41% - 4rem);
    max-width: calc(41% - 4rem);
  }

  .text_and_planet > .planet {
    width: 90%;
  }
}

.header_inner .box_header .box_menu_footer .bottom_line {
  display: none;
}

@media (max-width: 767px) {
  .button.light {
    margin-right: 0;
  }
  .header_inner .box_header .box_button,
  .info_squares,
  .three_inline,
  .two_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
  }

  .info_squares > .square > span:first-of-type,
  body {
    font-size: 1.6rem;
  }

  .content {
    font-size: 14px;
    line-height: 1.5;
  }

  .container {
    padding: 0 1.6rem;
    width: 100%;
  }

  .modal_area > .modal_window > .modal_content {
    margin: 0.75rem;
    padding: 6rem;
    max-width: -webkit-calc(100% - 1.5rem);
    max-width: -moz-calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
  }

  .modal_area > .modal_window > .modal_content > .close_button {
    top: 2rem;
    right: 0;
    margin-right: 1rem;
  }

  .modal_area
  > .modal_window
  > .modal_content[data-title]:not([data-title=""])::before {
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .modal_area > .modal_window > .modal_content > .modal_content_inner p {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin: 1rem 0;
  }

  form > :not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .pre_footer,
  header {
    padding: 1.6rem 0;
  }

  header[data-open="true"] {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    padding: 1.2rem 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  }

  .header_inner,
  footer > .bottom_line > .left_info {
    width: 100%;
    max-width: 100%;
  }

  .header_inner .box_header::before {
    content: "";
    display: block;
    position: fixed;
    top: 6.9rem;
    right: -200vw;
    height: 100%;
    height: -webkit-calc(100vh - 6.9rem);
    height: -moz-calc(100vh - 6.9rem);
    height: calc(100vh - 6.9rem);
    max-height: 100%;
    max-height: -webkit-calc(100vh - 6.9rem);
    max-height: -moz-calc(100vh - 6.9rem);
    max-height: calc(100vh - 6.9rem);
    width: 100%;
    max-width: 100vw;
    background-color: white;
    z-index: 34;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.95;
  }
  .box_menu_footer {
    width: 100%;
    display: block;
    padding: 5.6rem 3.2rem 3.9rem;
    box-sizing: border-box;
    background-color: var(--grey-dark);
    height: 200px;
    margin-top: 15rem;
    /* top: 6rem; */

    /*    */
  }
  .box_button_btn .button {
    margin-top: 20px;
    width: 80%;
    align-self: center;
    margin-right: 0;
  }

  .header_inner .box_header .box_menu_footer .bottom_line {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: var(--content-width);
    max-width: 100%;
    box-sizing: border-box;
    padding-left: var(--padding-content-x);
    padding-right: var(--padding-content-x);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    /* -webkit-justify-content: space-between; */
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    max-width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .box_menu_footer .bottom_line > .left_info > span:first-child {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.5rem;
  }
  .company_reviews > .logo_inline > .logo::after,
  .header_inner .box_header .box_menu,
  .info_squares > .square:not(:last-child)::after,
  .reviews > .gallery > .btn_left,
  .reviews > .gallery > .btn_right {
    display: none;
  }

  .header_inner .box_header .box_button {
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 6.9rem;
    right: -200vw;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 35;
  }

  .header_inner .box_header .box_button > :not(:last-child) {
    /* margin-right: 0;
    margin-bottom: 1.5rem; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 1.5rem; */
  }

  .header_inner .box_header .menu_button {
    display: block;
  }

  header[data-open="true"] .header_inner .box_header .box_button,
  header[data-open="true"] .header_inner .box_header::before {
    right: 0;
  }

  footer {
    padding: 4.8rem 0.8rem 3.1rem;
  }

  footer > .bottom_line {
    max-width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.32;
  }

  h2.slide_title {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 3rem;
  }

  h3.slide_title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }

  .slide {
    padding: 4rem 0;
  }

  .slide.fullscreen {
    padding: 0;
  }

  .slide.neurobg::before {
    -webkit-animation: 40s linear infinite background_zoom;
    -moz-animation: 40s linear infinite background_zoom;
    -o-animation: 40s linear infinite background_zoom;
    animation: 40s linear infinite background_zoom;
    opacity: 0.75;
  }

  .slide .button {
    padding: 1.2rem 3rem;
  }

  .pre_footer > .button,
  .slide.fullscreen .button,
  .text_and_planet > .buttons > .button {
    width: 100%;
  }

  .info_block > h1 {
    margin-bottom: 2rem;
    font-size: 9.8vw;
    line-height: 15vw;
  }

  .info_block > p,
  .reviews > .top > .description {
    font-size: 1.4rem;
  }

  .info_block > p {
    margin-bottom: 0;
    line-height: 2.4rem;
  }

  .slide.fullscreen .info_block > p {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
    line-height: 2.6rem;
  }

  .info_block > span {
    font-size: 1.2rem;
  }

  .info_block > h3,
  .reviews > .top > .title > .text {
    font-size: 2rem;
  }

  .info_block > h3 {
    margin-bottom: 1.2rem;
  }

  .info_block > div {
    text-align: left;
    margin-top: 3rem;
  }

  .info_squares,
  .three_inline,
  .two_cols {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two_cols > .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .two_cols > .col.first_on_mobile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem;
  }

  .two_cols > .col > img {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }

  .three_inline > .col {
    padding: 3.2rem;
  }

  .three_inline > .col,
  .three_inline > .col.center {
    max-width: 100%;
  }

  .three_inline > .col.center {
    padding: 4.2rem 1.6rem 3.2rem;
    margin: 1.6rem 0;
  }

  .three_inline > .col:nth-child(2) {
    margin: 2.5rem 0;
  }

  .three_inline > .col.center > h5 {
    font-size: 1.6rem;
    max-width: 80%;
  }

  .three_inline > .col > ul.pointer_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
  }

  .info_squares > .square {
    width: 100%;
    padding: 0;
  }

  .info_squares > .square:not(:last-child) {
    margin-bottom: 5rem;
  }

  .info_squares > .square > .img {
    margin-left: 0;
  }

  .info_squares > .square > span {
    width: 100%;
    text-align: left;
  }

  .info_squares > .square > span:not(:last-child) {
    padding-bottom: 0.8rem;
  }

  .info_squares > .square > span:nth-of-type(2) {
    font-size: 3.4rem;
  }

  .text_and_planet > .planet {
    width: 95%;
    top: 5%;
    left: 2.5%;
    height: auto;
  }

  .text_and_planet > .text_top {
    font-size: 3.6rem;
    line-height: 4.8rem;
    max-width: 100%;
  }

  .text_and_planet > .three_reasons {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .text_and_planet > .three_reasons > .col > span {
    font-size: 4.1rem;
  }

  .text_and_planet > .three_reasons > .col > span:nth-child(2) {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .text_and_planet > .buttons > .button:not(:last-child) {
    margin-bottom: 0.8rem;
  }

  .reviews > .top > .title {
    margin-bottom: 0.75rem;
  }

  .reviews > .top > .title > .icon {
    display: block;
    width: 3rem;
    height: 3rem;
    margin-right: 0.7rem;
  }

  .reviews > .gallery > .gallery_inner {
    overflow: visible;
  }

  .reviews > .gallery > .gallery_inner > .review {
    min-width: -webkit-calc(100% - 2rem);
    min-width: -moz-calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    max-width: -webkit-calc(100% - 2rem);
    max-width: -moz-calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    padding: 3.2rem 2.4rem;
  }

  .reviews > .gallery > .gallery_inner > .review:not(:last-child) {
    margin-right: 1rem;
  }

  .company_reviews > .logo_inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }

  .company_reviews > .logo_inline > .logo {
    height: 2.5rem;
    max-width: 48%;
    margin: 0.5rem;
  }

  .company_reviews > .quotes > .quotes_inner > .quote_text {
    font-size: 1.6rem;
    min-width: 90%;
    max-width: 90%;
    margin: 0 5%;
  }

  .pre_footer > h4 {
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .pre_footer > p {
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
}

body.js[data-lpl="false"] .content [src]:not([data-lpl-ignore]),
body.js[data-lpl="false"]
.content
[style*="background-image"]:not([data-lpl-ignore]) {
  background-color: var(--mtc-o-dark) !important;
  opacity: 0.6;
  -webkit-animation: 0.5s linear infinite loading;
  -moz-animation: 0.5s linear infinite loading;
  -o-animation: 0.5s linear infinite loading;
  animation: 0.5s linear infinite loading;
}

body.js[data-lpl="false"] img:not([data-lpl-ignore]) {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

body.js[data-page-active="/"]:not(.js_ui) {
  overflow: hidden;
}

body.js:not(.js_ui)::after {
  -webkit-animation: 1s 1s infinite loading_transparent;
  -moz-animation: 1s 1s infinite loading_transparent;
  -o-animation: 1s 1s infinite loading_transparent;
  animation: 1s 1s infinite loading_transparent;
  background: var(--mtc-o-normal);
  background: -webkit-radial-gradient(circle, #fecc03 0, transparent 100%);
  background: -moz-radial-gradient(circle, #fecc03 0, transparent 100%);
  background: -o-radial-gradient(circle, #fecc03 0, transparent 100%);
  background: radial-gradient(circle, #fecc03 0, transparent 100%);
}

body.js:not(.js_ui)::before {
  -webkit-animation: 1s 1.5s infinite loading_transparent;
  -moz-animation: 1s 1.5s infinite loading_transparent;
  -o-animation: 1s 1.5s infinite loading_transparent;
  animation: 1s 1.5s infinite loading_transparent;
  background: -webkit-radial-gradient(circle, transparent 0, #fecc03 100%);
  background: -moz-radial-gradient(circle, transparent 0, #fecc03 100%);
  background: -o-radial-gradient(circle, transparent 0, #fecc03 100%);
  background: radial-gradient(circle, transparent 0, #fecc03 100%);
}

body.js:not(.js_ui)
.content
[src]:not([data-lpl-ignore]):not([data-fetched="load"]),
body.js:not(.js_ui)
.content
[style*="background-image"]:not([data-lpl-ignore]):not(
    [data-fetched="load"]
  ) {
  background-color: var(--mtc-o-dark) !important;
}

body.js:not(.js_ui) {
  opacity: 1 !important;
}
