@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Regular.WOFF') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Bold.WOFF') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --black-2: #141414;
  --coral: #ff6b0a;
  --dark-grey: #333;
  --light-grey: #999;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.header {
  z-index: 2;
  background-color: #141414;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.partner-description {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.ain-ua-logo {
  align-self: auto;
  width: 50px;
  height: auto;
}

.partner-logo {
  text-align: left;
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.partner-bold-text {
  font-weight: 700;
}

.header-partner-block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.header-separator {
  opacity: .2;
  color: #0f110f;
  object-fit: fill;
  background-color: #0f110f;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.header-separator.is--white {
  background-color: var(--white);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.partner-description-mobile {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.suggestion-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.suggestion-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.footer {
  padding: 60px 40px 57px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 12px;
  color: var(--black);
  grid-template: "area-1 . Area Area-2 Area-5 Area-10" 17px
                 ". . . Area-3 Area-6 ."
                 ". . . Area-4 Area-7 ."
                 ". . . . Area-8 ."
                 ". . . . . ." 10px
                 "Area-13 . Area-11 Area-11 Area-11 Area-11"
                 / 140px auto 110px 165px 90px 180px;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  padding-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-description {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-link {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.partner-section {
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.ac-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.has--weight-semibold {
  font-weight: 600;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is--small {
  padding: .5rem 1.25rem;
}

.button.is--text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is--large {
  padding: 1rem 2rem;
}

.button.is--secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.author-description {
  font-size: 1.5rem;
}

.has--align-center {
  text-align: center;
}

.margin-tiny {
  margin: .125rem;
}

.author-name {
  font-size: 1.7rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.has--background-white {
  background-color: #fff;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.has--style-allcaps {
  text-transform: uppercase;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.has--style-nowrap {
  white-space: nowrap;
}

.has--style-muted {
  opacity: .6;
}

.paragraph-default {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-default.has--color-orange {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.section-padding-small {
  padding-top: 3rem;
}

.margin-huge {
  margin: 6rem;
}

.section-padding-medium {
  padding-top: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.ac-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.ac-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--align-right {
  text-align: right;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.caption-supersmall {
  font-size: .6rem;
}

.ac-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.ac-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.description-supersmall {
  font-size: .6rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-small {
  padding: 1rem;
}

.price-text {
  font-size: 1.25rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xhuge {
  margin: 8rem;
}

.section-padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-xhuge {
  padding: 8rem;
}

.form-component {
  margin-bottom: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.ac-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ac-styleguide_2-col.is-align-start {
  align-items: start;
}

.ac-styleguide_heading-medium {
  font-size: 4rem;
}

.ac-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

.has--weight-normal {
  font-weight: 400;
}

.ac-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.ac-styleguide_item.is-stretch {
  justify-items: stretch;
}

.overflow-visible {
  overflow: visible;
}

.text-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-xxlarge {
  margin: 5rem;
}

.description-xlarge {
  font-size: 1.7rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.has--max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-medium {
  margin: 2rem;
}

.has--max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.has--style-italic {
  font-style: italic;
}

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

.ac-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.ac-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.ac-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.ac-styleguide_spacing-all {
  display: none;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.has--style-link {
  color: #000;
  text-decoration: underline;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.has--background-grey {
  background-color: #f5f5f5;
}

.paragraph-xsmall {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.ac-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-superlarge {
  font-size: 2rem;
}

.caption-xsmall {
  font-size: .75rem;
}

.has--max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-medium {
  padding: 2rem;
}

.has--max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.has--background-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-tiny {
  padding: .125rem;
}

.text-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.has--weight-xbold {
  font-weight: 800;
}

.ac-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.ac-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-xsmall {
  margin: .5rem;
}

.paragraph-medium {
  font-size: 1.25rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.caption-superlarge {
  font-size: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  color: var(--white);
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.has--color-grey {
  color: gray;
}

.has--color-black {
  color: #000;
}

.has--max-width-full {
  width: 100%;
  max-width: none;
}

.description-medium {
  font-size: 1.25rem;
}

.caption-small {
  font-size: .875rem;
}

.description-large {
  font-size: 1.5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.ac-styleguide_color.is-3 {
  background-color: #fff;
}

.ac-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.ac-styleguide_color.is-1 {
  background-color: #000;
}

.has--weight-medium {
  font-weight: 500;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-large {
  padding: 3rem;
}

.has--weight-light {
  font-weight: 300;
}

.margin-large {
  margin: 3rem;
}

.has--align-left {
  text-align: left;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.caption-default {
  font-size: 1rem;
}

.has--weight-bold {
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.ac-styleguide_header {
  background-color: #0000000d;
}

.padding-xsmall {
  padding: .5rem;
}

.text-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

.has--style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.has--max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.has--max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.ac-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-large {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-large.has--color-black {
  color: var(--black-2);
  margin-top: 0;
}

.page-wrapper {
  overflow: hidden;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.caption-large {
  font-size: 1.5rem;
}

.paragraph-supersmall {
  font-size: .6rem;
}

.caption-xlarge {
  font-size: 1.7rem;
}

.ac-styleguide_heading-large {
  font-size: 6rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.ac-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.ac-styleguide_3-col.is-align-start {
  align-items: start;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.has--style-strikethrough {
  text-decoration: line-through;
}

.form_message-success {
  padding: 1.25rem;
}

.ac-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ac-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.ac-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.caption-medium {
  font-size: 1.25rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.has--color-white {
  color: #fff;
}

.description-xsmall {
  font-size: .75rem;
}

.description-small {
  font-size: .875rem;
}

.margin-0 {
  margin: 0;
}

.paragraph-small {
  color: #00000080;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-small.has--color-white {
  color: var(--white);
  font-weight: 300;
}

.paragraph-small.has--color-white.is--semibold {
  font-weight: 600;
}

.paragraph-small.has--color-black {
  color: #000;
  font-weight: 300;
}

.description-default {
  font-size: 1rem;
}

.h1 {
  color: var(--black-2);
  font-size: 84px;
  font-weight: 900;
  line-height: 105%;
}

.h1.has--color-white {
  color: var(--white);
  font-size: 85px;
}

.h2 {
  color: var(--black-2);
  font-size: 54px;
  font-weight: 900;
  line-height: 108%;
}

.h2.has--color-white {
  color: var(--white);
}

.h3 {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.h4 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.section-hero {
  background-color: #141414;
  padding-top: 150px;
  padding-bottom: 30px;
}

.container {
  max-width: 960px;
}

.container.is--small {
  max-width: 880px;
}

.content-block {
  z-index: 1;
}

.h1-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1-line {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 880px;
  display: flex;
}

.h1-image.is--1 {
  width: 420px;
  height: auto;
}

.h1-image.is--2 {
  width: 102.61px;
  height: auto;
  margin-left: 0;
}

.h1-image.is--3 {
  width: 195px;
  height: auto;
}

.h1-image.is--4 {
  width: 216.56px;
  height: auto;
}

.quote {
  color: #141414;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.quote.is--mobile {
  display: none;
}

.quote.is--large-device {
  display: block;
}

.count_grid {
  color: var(--white);
  font-size: 22px;
  line-height: 127%;
}

.layout {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 560px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.layout.has--margin_medium {
  grid-template-columns: auto 560px;
  margin-bottom: 120px;
}

.layout.has--margin_large {
  grid-template-columns: auto 560px;
  margin-bottom: 140px;
}

.layout.has--big-gap {
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.layout.has--big-gap.has--margin_large {
  margin-bottom: 150px;
}

.layout.has--big-gap.has--margin-medium, .layout.has--margin_small {
  margin-bottom: 80px;
}

.layout.has--margin_xsmall {
  margin-bottom: 58px;
}

.layout.has--margin {
  margin-bottom: 100px;
}

.layout.is--last, .layout.has--margin_default {
  margin-bottom: 80px;
}

.layout.has--margin_medium-copy, .layout.is--speciality {
  grid-template-columns: auto 560px;
  margin-bottom: 120px;
}

.layout.is--switching {
  grid-template-columns: auto 560px;
  margin-bottom: 195px;
}

.layout.is--english {
  margin-bottom: 58px;
}

.layout.is--courses {
  grid-template-columns: auto 560px;
  margin-bottom: 180px;
}

.layout.is--diploma {
  grid-template-columns: auto 560px;
  margin-bottom: 160px;
}

.section-about {
  background-color: #141414;
  padding-bottom: 100px;
}

.padding-block {
  padding-top: 150px;
}

.text-image_wrapper {
  position: absolute;
  inset: -11% auto auto 0%;
}

.text-image_wrapper.is--diploma {
  top: 39%;
  left: -5%;
}

.text-image_wrapper.is--english {
  top: 39%;
  left: 11%;
}

.background-image {
  width: 223.21px;
  height: auto;
}

.background-image.is--neoversity {
  width: 282.19px;
}

.background-image.is--english {
  width: 231.61px;
}

.text-block {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  background-color: #1ea356;
  border-radius: 1000px;
  align-items: baseline;
  padding: 8px 10px;
  display: flex;
  position: absolute;
  inset: 40% auto auto -28%;
  transform: rotate(-15deg);
}

.text-block.is--neoversity {
  padding-left: 30px;
  padding-right: 30px;
  top: 42%;
  left: 1%;
  transform: rotate(-5deg);
}

.text-block.is--english {
  background-color: var(--coral);
  top: 42%;
  left: -9%;
  transform: rotate(4deg);
}

.text-circle {
  z-index: -1;
  background-color: #d80082;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: static;
  inset: 10% auto auto 2%;
}

.count-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 310.57px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.count-wrapper.is--small {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.count-circle {
  border: 2px solid #1ea356;
  border-radius: 1000px;
  width: 255.8px;
  height: 255.8px;
  position: absolute;
  inset: 20% auto auto -14%;
}

.count-circle.is--middle {
  width: 262.84px;
  height: 262.84px;
  top: 8%;
  left: 19%;
}

.count-circle.is--right {
  width: 310.57px;
  height: 310.57px;
  top: 0%;
  left: 55%;
}

.count-circle.is--left {
  width: 229.61px;
  height: 229.618px;
  top: 13%;
  left: -12%;
}

.count-block_top {
  align-items: flex-start;
  display: flex;
}

.count-icon {
  width: 25px;
  height: 25px;
  margin-top: 8px;
  margin-left: 3px;
}

.count-block {
  flex: 0 auto;
}

.count-block.is--size-big {
  flex: 1;
}

.has--color-orange {
  color: var(--coral);
}

.section-choice {
  background-color: #141414;
}

.white-section {
  background-color: var(--white);
  border-radius: 70px 70px 0 0;
}

.white-section.has--bottom {
  border-radius: 0 0 70px 70px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.h2-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.has--color-green {
  color: #1ca451;
}

.text-line.is--1 {
  width: 305px;
  height: auto;
  margin-left: 53px;
}

.text-line.is--3 {
  width: 210px;
  margin-left: 0;
}

.text-line.is--4 {
  width: 315px;
  height: auto;
  margin-left: 118px;
}

.text-line.is--2 {
  width: 545px;
  margin-left: 0;
}

.text-line.is--10 {
  width: 295px;
  height: auto;
}

.text-line.is--5 {
  width: 227px;
  height: auto;
}

.side-image.is--1 {
  width: 605px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: auto -5% -126% auto;
}

.side-image.is--2 {
  width: 401px;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -35% auto;
}

.side-image.is--3 {
  width: 591px;
  position: absolute;
  inset: -82px -43px auto auto;
}

.side-image.is--4 {
  z-index: 10;
  width: 556px;
  height: auto;
  margin-top: -10px;
  position: absolute;
}

.side-image.is--5 {
  width: 618px;
  min-width: 618px;
  height: auto;
  position: absolute;
  inset: auto -5% -163px auto;
}

.side-image.is--6 {
  width: 570px;
  height: auto;
}

.side-image.is--11 {
  width: 591px;
  position: absolute;
  inset: -55px -50px auto auto;
}

.quote-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  height: 397px;
  display: flex;
  position: relative;
}

.quote-background {
  z-index: -1;
  background-color: #ffed92;
  border-radius: 200px;
  width: 985px;
  height: 397px;
  position: absolute;
  inset: 0% 0% 0% -25%;
}

.small-text_wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.small-text_wrapper.is--large-device {
  display: flex;
}

.small-text_wrapper.is--mobile {
  display: none;
}

.icon {
  width: 25.02px;
  height: auto;
}

.author-image {
  z-index: 10;
  width: 261.99px;
  height: 261.99px;
  position: relative;
}

.section-perspective {
  background-color: var(--white);
  margin-top: -5px;
}

.is--2 {
  width: 450px;
  height: auto;
  margin-left: 55px;
}

.direction-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.arrow-block, .blanc {
  position: relative;
}

.arrow-image {
  width: 440px;
  min-width: 440px;
  height: auto;
  position: absolute;
  inset: 5% auto auto -60%;
}

.arrow-image.is--higher {
  top: -5%;
}

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

.section-english, .section-courses, .section-cv, .section-selection {
  background-color: #141414;
}

.padding-block_small {
  padding-top: 100px;
}

.author-background {
  z-index: 0;
  position: absolute;
}

.author-background.is--1 {
  width: 133px;
  height: auto;
  inset: 5% auto auto -6%;
}

.author-background.is--2 {
  width: 180.09px;
  inset: 0% auto auto -12%;
}

.author-background.is--3 {
  width: 178.19px;
  height: auto;
  inset: auto auto 3% -8%;
}

.author-background.is--4 {
  width: 149.3px;
  height: auto;
  inset: 10% auto auto -5%;
}

.author-background.is--5 {
  width: 179.92px;
  height: auto;
  inset: auto auto -2% -8%;
}

.author-background.is--6 {
  width: 151.18px;
  height: auto;
  inset: 2% auto auto -5%;
}

.author-background.is--7 {
  width: 209.66px;
  height: auto;
  inset: -4% auto auto -7%;
}

.author-background.is--8 {
  width: 140px;
  height: auto;
  inset: 11% auto auto -7%;
}

.author-background.is--9 {
  width: 179.92px;
  height: auto;
  inset: 5% auto auto -8%;
}

.countries-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.country-block {
  position: relative;
}

.top-block {
  border-radius: 6.7px;
  justify-content: center;
  align-items: center;
  width: 100.1%;
  height: 107.26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-block.is--orange {
  background-color: #ff6b0a;
  justify-content: center;
  align-items: center;
}

.top-block.is--green {
  background-color: #1ea356;
}

.top-block.is--blue {
  background-color: #6a95e9;
}

.top-block.is--pink {
  background-color: #d80082;
}

.bottom-block {
  background-color: #fff;
  border-radius: 6.7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 107.26px;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link.has--color-black {
  color: var(--black);
}

.link.has--color-black.has--underline {
  border-bottom: 1px solid #000;
}

.link.has--underline {
  border-bottom: 1px solid #fff;
}

.link.has--color-orange {
  color: var(--coral);
}

.large-image, .scrollable-div {
  width: 100%;
  height: auto;
}

.horizontal-scroll_page-padding {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.horizontal-scroll {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  display: block;
}

.horizontal-scroll_item-padding {
  flex: none;
}

.horizontal-scroll_item-padding.last {
  padding-right: 0;
}

.card {
  color: #1d225f;
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  padding: 12px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  text-decoration: none;
  transition: color .4s, border-color .3s;
  display: flex;
  box-shadow: 11px 11px 20px -7px #6666662e;
}

.card:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.card_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 150px;
}

.grid-green {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-green:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.gif {
  z-index: 2;
  opacity: .1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.gif.pointer-events-off {
  z-index: 99999;
  opacity: .07;
  background-image: url('../images/650c1a82ac444c6bc9109983_ZTrl.gif');
}

.info-embed, .lang-block.is--mobile {
  display: none;
}

.lang-link {
  color: #5f5cff;
  text-align: right;
  align-self: center;
  margin-left: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: underline;
}

.lang-link.w--current {
  color: #fdd300;
}

@media screen and (min-width: 1280px) {
  .count-circle.is--middle {
    top: 3%;
  }

  .count-circle.is--right {
    top: -4%;
  }

  .count-circle.is--left {
    top: 10%;
    left: -15%;
  }

  .count-block {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .quote-background {
    width: 1200px;
  }

  .arrow-image.is--higher {
    left: -65%;
  }

  .lang-link {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-xsmall {
    font-size: 18px;
  }

  .paragraph-large.has--color-black {
    margin-top: 40px;
  }

  .paragraph-small.has--color-white.is--semibold {
    font-size: 22px;
  }

  .paragraph-small.has--color-white.is--medium {
    font-size: 18px;
    font-weight: 500;
  }

  .h1 {
    font-size: 125px;
  }

  .h1.has--color-white {
    font-size: 120px;
  }

  .h2 {
    font-size: 72px;
  }

  .h2.is--mobile-fixed {
    width: 80%;
  }

  .h3 {
    width: 55%;
  }

  .container {
    max-width: 1430px;
  }

  .container.is--small {
    max-width: 1264px;
  }

  .h1-line {
    width: 1190px;
  }

  .h1-image.is--1 {
    width: 600px;
  }

  .h1-image.is--2 {
    width: 153.52px;
  }

  .h1-image.is--3 {
    width: 280px;
  }

  .h1-image.is--4 {
    width: 324px;
  }

  .quote {
    font-size: 22px;
  }

  .count_grid {
    font-size: 38px;
  }

  .layout {
    grid-row-gap: 40px;
    grid-template-columns: auto 751px;
  }

  .layout.has--margin_medium {
    grid-template-columns: auto 751px;
    margin-bottom: 250px;
  }

  .layout.has--margin_large {
    grid-template-columns: auto 751px;
    margin-bottom: 265px;
  }

  .layout.has--big-gap.has--margin_default {
    grid-row-gap: 60px;
  }

  .layout.has--margin_xsmall {
    margin-bottom: 220px;
  }

  .layout.has--margin {
    margin-bottom: 150px;
  }

  .layout.is--last {
    margin-bottom: 270px;
  }

  .layout.has--margin_medium-copy {
    grid-template-columns: auto 751px;
    margin-bottom: 250px;
  }

  .layout.is--speciality {
    grid-template-columns: auto 751px;
    margin-bottom: 230px;
  }

  .layout.is--switching {
    grid-template-columns: auto 751px;
    margin-bottom: 400px;
  }

  .layout.is--english {
    margin-bottom: 235px;
  }

  .layout.is--courses {
    grid-template-columns: auto 751px;
    margin-bottom: 240px;
  }

  .layout.is--diploma {
    grid-template-columns: auto 751px;
    margin-bottom: 243px;
  }

  .section-about {
    margin-top: -1px;
    padding-bottom: 150px;
  }

  .text-image_wrapper {
    top: -14%;
  }

  .text-image_wrapper.is--english {
    top: 25%;
  }

  .background-image, .background-image.is--neoversity {
    width: 353.49px;
  }

  .background-image.is--english {
    width: 304.45px;
  }

  .text-block {
    padding: 10px 15px;
    top: 41%;
    left: -14%;
  }

  .text-block.is--neoversity {
    padding-top: 8px;
    padding-bottom: 8px;
    top: 42%;
    left: 7%;
  }

  .text-block.is--english {
    left: -3%;
  }

  .text-circle {
    width: 40px;
    height: 40px;
  }

  .count-wrapper {
    width: 650px;
    height: 345.99px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .count-wrapper.is--small {
    grid-column-gap: 167px;
    grid-row-gap: 167px;
    width: auto;
  }

  .count-circle.is--middle {
    width: 292.81px;
    height: 292.81px;
    top: 5%;
    left: 18%;
  }

  .count-circle.is--right {
    width: 345.99px;
    height: 345.99px;
    top: -2%;
  }

  .count-circle.is--left {
    width: 255.8px;
    height: 255.8px;
    left: -14%;
  }

  .white-section.has--bottom {
    padding-top: 110px;
  }

  .text-line.is--1 {
    width: 405px;
    margin-left: 71px;
  }

  .text-line.is--3 {
    width: 270px;
    margin-left: 383px;
  }

  .text-line.is--4 {
    width: 420px;
    margin-left: 155px;
  }

  .text-line.is--2 {
    width: 725px;
  }

  .text-line.is--5 {
    width: 360px;
  }

  .text-line.is--10 {
    width: 395px;
  }

  .text-line.is--5 {
    width: 309px;
    max-width: 305px;
    margin-left: 0;
  }

  .side-image.is--1 {
    width: 840px;
    bottom: -394%;
    right: -7%;
  }

  .side-image.is--2 {
    width: 510px;
    bottom: -131%;
    right: 3%;
  }

  .side-image.is--3 {
    width: 790px;
    top: -140px;
    right: -100px;
  }

  .side-image.is--4 {
    width: 709.62px;
    margin-top: -15px;
  }

  .side-image.is--5 {
    width: 853px;
    min-width: 853px;
    bottom: -215px;
    right: -6%;
  }

  .side-image.is--6 {
    width: 719px;
    position: absolute;
    inset: -60% -5% auto auto;
  }

  .side-image.is--11 {
    width: 780px;
    top: -78%;
    right: -7%;
  }

  .quote-background {
    width: 1400px;
    left: -30%;
  }

  .author-image {
    width: 397px;
    height: 397px;
  }

  .is--2 {
    width: 597px;
    margin-left: 58px;
  }

  .arrow-image {
    width: 699.92px;
    min-width: 699.92px;
    top: 0%;
    left: -43%;
  }

  .arrow-image.is--higher {
    width: 499.92px;
    min-width: 499.92px;
    top: -50%;
    left: -35%;
  }

  .padding-block_small {
    padding-top: 150px;
  }

  .author-background.is--1 {
    width: 226.42px;
    top: -28%;
    left: -8%;
  }

  .author-background.is--2 {
    width: 267.99px;
    margin-left: 0;
    top: -22%;
    left: -11%;
  }

  .author-background.is--3 {
    width: 267.99px;
    bottom: -20%;
    left: -9%;
  }

  .author-background.is--4 {
    width: 224px;
    top: -13%;
  }

  .author-background.is--5 {
    width: 267.99px;
    bottom: -10%;
    left: -14%;
  }

  .author-background.is--6 {
    width: 226.42px;
    top: -25%;
    left: -6%;
  }

  .author-background.is--7 {
    width: 314px;
    top: -28%;
    left: -10%;
  }

  .author-background.is--8 {
    width: 216.31px;
    top: -12%;
    left: -7%;
  }

  .author-background.is--9 {
    width: 267.99px;
    top: -16%;
    left: -9%;
  }

  .countries-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .country-block {
    cursor: pointer;
  }

  .top-block, .bottom-block {
    height: 160px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .quote-background {
    width: 1900px;
  }

  .arrow-image {
    width: 750px;
    min-width: 750px;
    left: -80%;
  }

  .arrow-image.is--higher {
    width: 600px;
    min-width: 600px;
    top: -60%;
    left: -75%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo, .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-template: "Area-12 . Area Area-2" 17px
                   ". . Area-5 Area-3"
                   ". . Area-6 Area-4"
                   ". . Area-7 Area-10"
                   ". . Area-8 Area-10"
                   ". . . ." 10px
                   "Area-13 Area-13 Area-13 Area-13"
                   "Area-11 Area-11 Area-11 Area-11"
                   / 90px auto 105px 165px;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

  .partner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .paragraph-default {
    font-size: 16px;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ac-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ac-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ac-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .paragraph-xsmall {
    font-size: 12.5px;
    line-height: 180%;
  }

  .paragraph-xsmall.has--color-white {
    text-align: center;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .ac-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .ac-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .has--max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .ac-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small.has--color-white.is--semibold {
    font-size: 14px;
  }

  .h1 {
    font-size: 64px;
  }

  .h1.has--color-white {
    font-size: 70px;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.is--mobile-fixed {
    width: 500px;
  }

  .section-hero {
    padding-top: 120px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is--small {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1-wrapper {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-line {
    width: 700px;
  }

  .h1-image.is--1 {
    width: 350px;
  }

  .h1-image.is--2 {
    width: 85px;
  }

  .h1-image.is--3 {
    width: 160px;
  }

  .h1-image.is--4 {
    width: 163.74px;
  }

  .quote {
    width: 574px;
  }

  .count_grid {
    font-size: 18px;
  }

  .layout {
    flex-direction: column;
    display: flex;
  }

  .layout.has--margin_medium {
    grid-row-gap: 40px;
    margin-bottom: 304px;
  }

  .layout.has--margin_large {
    margin-bottom: 250px;
  }

  .layout.has--big-gap.has--margin_large {
    margin-bottom: 120px;
  }

  .layout.has--margin_small.is--tablet_fixed {
    width: 647px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout.has--margin_xsmall {
    margin-bottom: 280px;
  }

  .layout.is--last, .layout.has--margin_default {
    margin-bottom: 304px;
  }

  .layout.has--margin_medium-copy {
    grid-row-gap: 40px;
    margin-bottom: 304px;
  }

  .layout.is--speciality {
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .layout.is--switching {
    grid-row-gap: 40px;
    margin-bottom: 304px;
  }

  .layout.is--english {
    margin-bottom: 267px;
  }

  .layout.is--courses {
    margin-bottom: 20px;
  }

  .layout.is--tablet_fixed {
    width: 647px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout.is--diploma {
    margin-bottom: 250px;
  }

  .padding-block {
    padding-top: 120px;
  }

  .padding-block.is--1 {
    padding-top: 60px;
  }

  .text-image_wrapper {
    position: relative;
    left: 12%;
  }

  .text-block {
    top: 38%;
    left: -8%;
  }

  .count-wrapper {
    align-self: center;
    width: 580px;
    margin-left: 10px;
  }

  .count-circle.is--middle {
    left: 19%;
  }

  .count-circle.is--right {
    left: 56%;
  }

  .count-circle.is--left {
    left: -13%;
  }

  .white-section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .white-section.has--bottom {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .h2-wrapper {
    grid-row-gap: 2px;
  }

  .text-line.is--1 {
    width: 238px;
    margin-left: 40px;
  }

  .text-line.is--3 {
    width: 160px;
    margin-left: 224px;
  }

  .text-line.is--4 {
    width: 335px;
    margin-left: 0;
  }

  .text-line.is--2 {
    width: 425px;
    margin-left: 0;
  }

  .text-line.is--10 {
    width: 230px;
  }

  .text-line.is--5 {
    width: 178px;
    margin-left: 0;
  }

  .side-image.is--1 {
    align-self: center;
    margin-top: -30px;
    position: static;
  }

  .side-image.is--2 {
    align-self: center;
    margin-top: -20px;
    margin-bottom: -30px;
    margin-left: 0;
    position: static;
  }

  .side-image.is--3 {
    align-self: center;
    margin-top: -25px;
    position: static;
  }

  .side-image.is--4 {
    align-self: center;
    margin-top: -15px;
    position: static;
  }

  .side-image.is--5 {
    align-self: center;
    position: static;
  }

  .side-image.is--6 {
    align-self: center;
  }

  .side-image.is--11 {
    align-self: center;
    margin-top: 0;
    position: static;
  }

  .quote-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .quote-background {
    width: 1200px;
    left: -20%;
  }

  .small-text_wrapper {
    width: 574px;
  }

  .author-image {
    width: 250px;
    height: 250px;
  }

  .author-image_wrapper {
    position: absolute;
    inset: -55% auto auto 0%;
  }

  .direction-block {
    align-self: flex-end;
    width: 574px;
  }

  .blanc {
    display: none;
  }

  .arrow-image {
    width: 344.14px;
    min-width: 344.14px;
    top: 60px;
    left: -45%;
  }

  .arrow-image.is--higher {
    width: 301px;
    min-width: 301px;
    top: 40px;
    left: -38%;
  }

  .padding-block_small {
    padding-top: 80px;
  }

  .author-background.is--1 {
    top: -18%;
    left: -17%;
  }

  .author-background.is--2 {
    top: -21%;
    left: -42%;
  }

  .author-background.is--3 {
    z-index: 5;
    bottom: -21%;
    left: -27%;
  }

  .author-background.is--4 {
    top: -5%;
    left: -15%;
  }

  .author-background.is--5 {
    z-index: 5;
    bottom: -18%;
    left: -30%;
  }

  .author-background.is--6 {
    top: -20%;
    left: -20%;
  }

  .author-background.is--7 {
    top: -14%;
    left: -30%;
  }

  .author-background.is--8 {
    top: -19%;
    left: -18%;
  }

  .author-background.is--9 {
    top: -18%;
    left: -23%;
  }

  .countries-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .horizontal-scroll_page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-scroll {
    overflow: auto;
  }

  .horizontal-scroll_item-padding.first {
    padding-left: 2.5rem;
    padding-right: 0;
  }

  .horizontal-scroll_item-padding.last {
    padding-right: 2.5rem;
  }

  .card, .grid-green {
    flex: none;
  }

  .lang-link {
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .ain-ua-logo {
    height: auto;
  }

  .partner-logo {
    background-image: none;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .suggestion-content {
    padding-top: 6.16197vw;
    padding-left: 3.52113vw;
    padding-right: 3.52113vw;
  }

  .suggestion-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 57px 20px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-template: "Area-12 ." 17px
                   ". ." 10px
                   "Area Area-2"
                   "Area-5 Area-3"
                   "Area-6 Area-4"
                   "Area-7 Area-10"
                   "Area-8 Area-10"
                   ". ." 10px
                   "Area-13 Area-13"
                   "Area-11 Area-11"
                   / auto auto;
    padding-top: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .author-description, .author-name {
    font-size: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .has--style-nowrap {
    white-space: normal;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-style-h3 {
    font-size: 1.5rem;
  }

  .text-style-h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ac-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-h6 {
    font-size: .75rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .description-xlarge {
    font-size: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-h2 {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .description-superlarge {
    font-size: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .has--max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-h5 {
    font-size: .875rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .caption-superlarge {
    font-size: 1.25rem;
  }

  .count {
    font-size: 67px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .description-large {
    font-size: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-h4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .caption-large, .caption-xlarge {
    font-size: 1.25rem;
  }

  .ac-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .ac-styleguide_version, .ac-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .paragraph-small.has--color-white {
    font-size: 12px;
  }

  .paragraph-small.has--style-nowrap {
    width: 80%;
  }

  .h1 {
    font-size: 40px;
  }

  .h1.has--color-white {
    font-size: 45px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.has--color-white {
    width: 450px;
  }

  .h2.is--mobile-fixed {
    width: 408px;
  }

  .h4 {
    font-size: 20px;
  }

  .section-hero {
    padding-top: 90px;
  }

  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.is--small {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .h1-wrapper {
    max-width: 446px;
  }

  .h1-line {
    width: 450px;
  }

  .h1-image.is--1 {
    width: 230px;
  }

  .h1-image.is--2 {
    width: 50px;
  }

  .h1-image.is--3, .h1-image.is--4 {
    width: 105px;
  }

  .quote {
    width: 100%;
  }

  .quote.is--mobile {
    display: block;
  }

  .quote.is--large-device {
    display: none;
  }

  .count_grid {
    font-size: 16px;
  }

  .layout.has--margin_large {
    margin-bottom: 180px;
  }

  .layout.has--big-gap.has--margin_large {
    margin-bottom: 80px;
  }

  .layout.has--margin_small {
    margin-bottom: 60px;
  }

  .layout.has--margin_small.is--tablet_fixed {
    width: 100%;
    margin-bottom: 60px;
  }

  .layout.has--margin_xsmall {
    margin-bottom: 220px;
  }

  .layout.has--margin {
    margin-bottom: 60px;
  }

  .layout.is--last {
    margin-bottom: 220px;
  }

  .layout.has--margin_default {
    margin-bottom: 197px;
  }

  .layout.is--speciality {
    margin-bottom: 40px;
  }

  .layout.is--switching {
    margin-bottom: 197px;
  }

  .layout.is--english {
    margin-bottom: 177px;
  }

  .layout.is--tablet_fixed {
    width: 100%;
  }

  .layout.is--diploma {
    margin-bottom: 180px;
  }

  .padding-block {
    padding-top: 100px;
  }

  .padding-block.is--1 {
    padding-top: 0;
  }

  .background-image {
    width: 200px;
  }

  .text-block {
    left: -16%;
  }

  .count-wrapper {
    width: 390px;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: 40px;
  }

  .count-wrapper.is--small {
    width: 100%;
  }

  .count-circle.is--middle {
    width: 165.75px;
    height: 165.75px;
    top: 23%;
    left: 17%;
  }

  .count-circle.is--right {
    width: 203.43px;
    height: 203.43px;
    top: 17%;
    left: 52%;
  }

  .count-circle.is--left {
    width: 152.47px;
    height: 152.47px;
    top: 26%;
    left: -14%;
  }

  .count-block.is--size-big {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .white-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .white-section.has--bottom {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-bottom: 60px;
  }

  .h2-wrapper {
    grid-row-gap: 5px;
  }

  .text-line.is--1 {
    width: 185px;
    margin-left: 30px;
  }

  .text-line.is--3 {
    width: 120px;
    margin-left: 170px;
  }

  .text-line.is--4 {
    width: 255px;
    margin-left: 0;
  }

  .text-line.is--2 {
    width: 320px;
    margin-left: 0;
  }

  .text-line.is--10 {
    width: 178px;
  }

  .text-line.is--5 {
    width: 135px;
    margin-left: 76px;
  }

  .side-image.is--1 {
    width: 100%;
    margin-top: -40px;
  }

  .side-image.is--2 {
    width: 50%;
    margin-top: -45px;
  }

  .side-image.is--3 {
    width: 100%;
    margin-top: -30px;
  }

  .side-image.is--4 {
    width: 100%;
    margin-top: -15px;
  }

  .side-image.is--5 {
    width: 100%;
    min-width: 100%;
  }

  .side-image.is--6 {
    width: 100%;
  }

  .side-image.is--11 {
    width: 100%;
    margin-top: -20px;
  }

  .quote-wrapper {
    width: 100%;
    height: auto;
  }

  .quote-background {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    padding: 40px;
    position: static;
    inset: 0%;
  }

  .small-text_wrapper {
    width: auto;
  }

  .small-text_wrapper.is--large-device {
    display: none;
  }

  .small-text_wrapper.is--mobile {
    width: auto;
    display: flex;
  }

  .author-image {
    width: 169.72px;
    height: 169.72px;
  }

  .author-image_wrapper {
    inset: -140px auto auto 0%;
  }

  .direction-block {
    width: 100%;
  }

  .arrow-block, .arrow-image {
    display: none;
  }

  .padding-block_small {
    padding-top: 60px;
  }

  .author-background.is--1 {
    width: 86.16px;
  }

  .author-background.is--2 {
    width: 115.78px;
    top: -25%;
    left: -53%;
  }

  .author-background.is--3 {
    width: 115.25px;
    bottom: -15%;
  }

  .author-background.is--4 {
    width: 96.71px;
    top: -6%;
    left: -14%;
  }

  .author-background.is--5 {
    width: 115.792px;
    bottom: -7%;
    left: -20%;
  }

  .author-background.is--7 {
    width: 135.27px;
    top: -34%;
  }

  .author-background.is--8 {
    width: 90px;
    top: -20%;
  }

  .author-background.is--9 {
    width: 120px;
  }

  .countries-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .row {
    grid-column-gap: 20px;
  }

  .horizontal-scroll_item-padding {
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.first {
    width: 100%;
    padding-left: 1.25rem;
  }

  .horizontal-scroll_item-padding.last {
    width: 100%;
    padding-right: 1.25rem;
  }

  .card, .grid-green {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .gif.pointer-events-off {
    opacity: .1;
    background-color: #000;
    display: none;
  }

  .lang-block, .lang-block.is--mobile {
    display: flex;
  }

  .lang-link {
    margin-top: 10px;
    font-size: 2.5vw;
    line-height: 2.64085vw;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .suggestion-content {
    padding-top: 10.9375vw;
    padding-left: 6.25vw;
    padding-right: 9.375vw;
  }

  .footer-grid {
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-areas: "Area-12 ."
                         ". ."
                         "Area Area-2"
                         "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-7 Area-10"
                         "Area-8 Area-10"
                         ". ."
                         "Area-13 Area-13"
                         "Area-11 Area-11";
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .has--max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .count.has--color-black {
    line-height: 89%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small.has--color-white {
    text-align: center;
  }

  .paragraph-small.has--color-white.is--semibold {
    font-size: 12px;
  }

  .h1 {
    font-size: 26px;
  }

  .h1.has--color-white {
    font-size: 9vw;
    line-height: 120%;
  }

  .h2.has--color-white {
    width: 280px;
  }

  .h2.is--mobile-fixed {
    width: 250px;
  }

  .h2.is--4 {
    width: 300px;
  }

  .h3 {
    font-size: 20px;
  }

  .section-hero {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.is--small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-block.is--hero {
    flex-direction: column;
    justify-content: center;
  }

  .h1-wrapper {
    max-width: 95vw;
  }

  .h1-line {
    width: 90vw;
  }

  .h1-image.is--1 {
    width: 45vw;
  }

  .h1-image.is--2 {
    width: 12vw;
  }

  .h1-image.is--3 {
    width: 20.9vw;
  }

  .h1-image.is--4 {
    width: 20.9875vw;
  }

  .quote.is--mobile {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .layout.has--margin_large {
    margin-bottom: 117px;
  }

  .layout.has--big-gap.is--tablet_fixed {
    grid-row-gap: 30px;
  }

  .layout.has--margin_xsmall {
    margin-bottom: 143px;
  }

  .layout.is--last {
    margin-bottom: 150px;
  }

  .layout.has--margin_default {
    margin-bottom: 127px;
  }

  .layout.is--switching {
    grid-row-gap: 20px;
    margin-bottom: 146px;
  }

  .layout.is--english {
    grid-row-gap: 20px;
    margin-bottom: 118px;
  }

  .layout.is--diploma {
    margin-bottom: 117px;
  }

  .text-image_wrapper {
    align-self: center;
    top: 0%;
    left: -1%;
  }

  .background-image {
    width: 169.5px;
  }

  .text-block {
    padding-left: 8px;
    padding-right: 8px;
    top: 32%;
    left: -33%;
    transform: rotate(0);
  }

  .count-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: auto;
    height: 440px;
    margin-top: 53px;
    margin-bottom: 66px;
    margin-left: 0;
  }

  .count-wrapper.is--small {
    padding-left: 15px;
  }

  .count-circle.is--middle {
    width: 180px;
    height: 180px;
    top: 29%;
    left: -9%;
  }

  .count-circle.is--right {
    width: 194px;
    height: 194px;
    inset: auto auto -9% -13%;
  }

  .count-circle.is--left {
    width: 168px;
    height: 168px;
    inset: -4% auto auto -6%;
  }

  .count-block.is--size-big {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .white-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .white-section.has--bottom {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .text-line.is--1 {
    width: 220px;
    margin-left: 0;
  }

  .text-line.is--3, .text-line.is--4 {
    margin-left: 0;
  }

  .text-line.is--2 {
    width: 90px;
    display: none;
  }

  .text-line.is--10 {
    width: 175px;
  }

  .text-line.is--5 {
    margin-left: 0;
  }

  .side-image.is--1 {
    margin-top: -30px;
  }

  .side-image.is--2 {
    width: 90%;
    margin-top: -25px;
    margin-bottom: -20px;
  }

  .side-image.is--4 {
    margin-top: -25px;
  }

  .side-image.is--6 {
    margin-top: -20px;
  }

  .quote-background {
    padding: 30px;
  }

  .small-text_wrapper.is--large-device {
    display: none;
  }

  .author-image {
    width: 110px;
    height: 110px;
  }

  .author-image_wrapper {
    top: -85px;
    left: 5%;
  }

  .padding-block_small {
    padding-top: 80px;
  }

  .author-background.is--1 {
    width: 56.27px;
  }

  .author-background.is--2 {
    width: 88.5px;
    left: -77%;
  }

  .author-background.is--3 {
    width: 75.2px;
    bottom: -6%;
  }

  .author-background.is--4 {
    width: 62.76px;
    top: -15%;
  }

  .author-background.is--5 {
    width: 75.2px;
  }

  .author-background.is--6 {
    width: 56.27px;
    left: -15%;
  }

  .author-background.is--7 {
    width: 88.36px;
    top: -30%;
  }

  .author-background.is--8 {
    width: 50px;
  }

  .author-background.is--9 {
    width: 70px;
  }

  .large-image {
    object-fit: cover;
    object-position: 0% 50%;
    width: 700px;
    height: 100%;
    overflow: visible;
  }

  .scrollable-div {
    transform: rotate(-90deg);
  }

  .row {
    grid-row-gap: 10px;
    grid-template-columns: auto;
    display: block;
  }

  .card {
    width: 100%;
    min-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card_image {
    width: 10%;
  }

  .div-block {
    width: 100%;
  }

  .grid-green {
    width: 700px;
    height: 100%;
    padding: 0;
  }

  .gif.pointer-events-off {
    z-index: 60;
    display: block;
  }

  .scroll-bar {
    margin-top: 15px;
    position: relative;
  }

  .lang-block {
    flex: none;
  }

  .lang-link {
    margin-top: 10px;
    font-size: 4vw;
    line-height: 4.6875vw;
    display: block;
  }
}

#w-node-ccffb07b-e8c1-b6cd-d4d2-b1ab8ae7cd83-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_197ea438-d287-6dde-e2b5-0f3383e11b55-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ba79c0f-5cee-6d08-fc8a-0cf7ebac3dfc-d417b683 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-da5db071-f50c-b8fa-038b-1d7018ee799e-d417b683 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4ec042b5-fce6-efc0-742e-cb35c7ccd906-d417b683 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0d3e45f1-2c4d-e48b-0a72-4a4399846514-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb37a731-b68a-9bc8-b10a-468a3f5490ef-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93deb7a7-2d85-a84d-65cc-67f351d61c9b-d417b683 {
  align-self: center;
}

#w-node-_8e333668-3fde-85d4-1a18-297364460c7a-d417b683, #w-node-b525ae57-fa01-dd01-3ca7-e405c0fbdea6-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f8878d74-0f11-8550-01ee-0d220974a974-d417b683 {
  align-self: center;
}

#w-node-f8878d74-0f11-8550-01ee-0d220974a976-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-c94e4f0d-27ca-6b10-df98-4d3f2012bb5c-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c94e4f0d-27ca-6b10-df98-4d3f2012bb58-d417b683, #w-node-c8ce0f4a-88e2-ce91-08bd-ec6acc39ae5e-d417b683, #w-node-af3357aa-1826-ba0a-cc34-c6fc0e84183b-d417b683, #w-node-cae53407-3f9d-3872-b11e-d97637bd99f5-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94e6152-6a57-28ed-15ed-377df5468762-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f94e6152-6a57-28ed-15ed-377df5468760-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03b116bb-9e0a-52f5-447e-c5cfba3ae4e6-d417b683, #w-node-_1329db34-9153-f29c-edca-a9a1004184a4-d417b683 {
  align-self: center;
}

#w-node-_013e61ca-b1cd-dbfc-1284-e612994ca43b-d417b683 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_5ec9204b-30ad-a9a8-13e6-79987c8c283a-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5ec9204b-30ad-a9a8-13e6-79987c8c2835-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ec9204b-30ad-a9a8-13e6-79987c8c283c-d417b683, #w-node-_5ec9204b-30ad-a9a8-13e6-79987c8c283e-d417b683 {
  align-self: center;
}

#w-node-_5ec9204b-30ad-a9a8-13e6-79987c8c2847-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1238463f-cd19-56e1-7c0f-2525af0304b8-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_1238463f-cd19-56e1-7c0f-2525af0304c5-d417b683 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cbd41ac5-240c-b7ab-d40e-c7366362a2a2-d417b683, #w-node-cbd41ac5-240c-b7ab-d40e-c7366362a2a4-d417b683 {
  align-self: center;
}

#w-node-d08a3d0d-a5d7-4ef5-c9f2-63b9b29213c4-d417b683 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bab42392-6401-acfb-e323-a6c8896b8763-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c098698f-c14a-2e35-5159-4a33ed135275-d417b683, #w-node-c098698f-c14a-2e35-5159-4a33ed135277-d417b683 {
  align-self: center;
}

#w-node-_3d1b7fcb-923f-a740-4036-82596edc0a9f-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_3d1b7fcb-923f-a740-4036-82596edc0aba-d417b683, #w-node-_3d1b7fcb-923f-a740-4036-82596edc0abc-d417b683 {
  align-self: center;
}

#w-node-_3d1b7fcb-923f-a740-4036-82596edc0ac6-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c51b-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c524-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c52d-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c536-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c53f-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c548-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c551-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c55a-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c563-d417b683, #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c56c-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5068327-3c39-6693-46a1-029bf1747bc7-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_255c4bb2-e5a5-88d9-cd7a-4123313ed1ff-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255c4bb2-e5a5-88d9-cd7a-4123313ed204-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_255c4bb2-e5a5-88d9-cd7a-4123313ed206-d417b683, #w-node-_255c4bb2-e5a5-88d9-cd7a-4123313ed208-d417b683 {
  align-self: center;
}

#w-node-_255c4bb2-e5a5-88d9-cd7a-4123313ed217-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a569b56-3089-a0ce-e2d8-1a69773a63d7-d417b683, #w-node-_6a569b56-3089-a0ce-e2d8-1a69773a63d9-d417b683 {
  align-self: center;
}

#w-node-_4d1b595f-3d9b-052f-220c-ec16167e5728-d417b683 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-d417b683, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-d417b683, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-d417b683, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-d417b683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30fa-d417b683 {
  align-self: end;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30fc-d417b683 {
  grid-area: Area-13;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e30ff-d417b683 {
  grid-area: Area;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3101-d417b683 {
  grid-area: Area-2;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3103-d417b683 {
  grid-area: Area-3;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3105-d417b683 {
  grid-area: Area-4;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3107-d417b683 {
  grid-area: Area-5;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3109-d417b683 {
  grid-area: Area-7;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310b-d417b683 {
  grid-area: Area-8;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310d-d417b683 {
  grid-area: Area-10;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e310f-d417b683 {
  grid-area: Area-6;
}

#w-node-f72705ee-9425-0290-4abb-e4a2084e3111-d417b683 {
  grid-area: Area-11;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-d417b686, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-d417b686 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-d417b686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-d417b686 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-da5db071-f50c-b8fa-038b-1d7018ee799e-d417b683 {
    justify-self: center;
  }

  #w-node-_0d3e45f1-2c4d-e48b-0a72-4a4399846514-d417b683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-fb37a731-b68a-9bc8-b10a-468a3f5490ef-d417b683, #w-node-_013e61ca-b1cd-dbfc-1284-e612994ca447-d417b683 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d1b7fcb-923f-a740-4036-82596edc0a9f-d417b683 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-da5db071-f50c-b8fa-038b-1d7018ee799e-d417b683 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d08a3d0d-a5d7-4ef5-c9f2-63b9b29213c4-d417b683 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f72705ee-9425-0290-4abb-e4a2084e30ff-d417b683 {
    grid-area: Area;
  }

  #w-node-f72705ee-9425-0290-4abb-e4a2084e310d-d417b683 {
    grid-area: Area-10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c52d-d417b683 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_43f57363-18f2-c6f6-de6e-f402b2f0c551-d417b683 {
    grid-area: 4 / 2 / 5 / 3;
  }
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.WOFF') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.WOFF') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}