@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;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Riel Sublogo;
  src: url('../fonts/Riel-Sublogo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Riel;
  src: url('../fonts/Riel-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Riel;
  src: url('../fonts/Riel-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Riel;
  src: url('../fonts/Riel-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --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;
  }
}

body {
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Riel, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 76%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Riel, Arial, sans-serif;
  font-size: 5.3vw;
  font-weight: 700;
  line-height: 80%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 100%;
}

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 100%;
}

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  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;
}

.link-block_ain {
  align-self: auto;
}

.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;
  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;
}

.header-separator.is--white {
  background-color: #fff;
}

.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%;
  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-link {
  color: var(--white);
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 130%;
  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-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  color: #000;
  background-color: #f9f2eb;
  font-family: Proxima Nova, sans-serif;
}

.section-hero {
  position: relative;
}

.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;
}

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

.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 {
  font-size: 1rem;
}

.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;
}

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

.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: 80rem;
  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 {
  font-size: .75rem;
}

.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-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-medium.is--yellow {
  color: #f3d12a;
  font-size: 1.8vw;
}

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  font-size: 3rem;
}

.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 {
  font-size: 1.5rem;
}

.page-wrapper {
  overflow: clip;
}

.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 {
  font-size: .875rem;
}

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

.container-default {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.block-meaning {
  text-align: center;
  background-color: #0006;
  border-radius: 10px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -70px auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  inset: -9.5px 45% auto;
}

.link-block_partner {
  align-items: center;
  display: flex;
}

.logo-image_ain {
  width: auto;
  height: 35px;
}

.logo-image_partner {
  width: auto;
  height: 30px;
}

.container {
  width: 100%;
  max-width: 96vw;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block.is--hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-top: 12.6vw;
  display: flex;
}

.content-block.is--map {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-top: 12.6vw;
  display: flex;
  position: relative;
}

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

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

.footer-2 {
  padding: 60px 4vw 57px;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.link-block_ain-2 {
  align-self: auto;
}

.footer-link-2 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: var(--white);
  text-align: center;
  align-self: center;
  max-width: 11ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Riel, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 76%;
}

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

.hero_bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 2vw;
  display: flex;
}

.hero_logo-image {
  width: 10vw;
  height: auto;
}

.hero-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33vw;
  height: 17.7vw;
  padding: 1.6vw;
  display: flex;
  position: relative;
}

.card_text-block {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
}

.descriptor {
  font-size: 1.2vw;
  line-height: 100%;
}

.button-link {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  color: #ff5c24;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.button-text {
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 130%;
}

.button-arrow {
  width: 1vw;
  height: auto;
}

.button-line {
  background-color: #ff5c24;
  height: .8px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-sticker {
  width: 3.4vw;
  height: auto;
  position: absolute;
  inset: 4vw 3.2vw auto auto;
}

.paragraph {
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.paragraph.has--max-width {
  line-height: 120%;
}

.paragraph.is--small {
  font-family: Basisgrotesquepro, Arial, sans-serif;
}

.paragraph.is--white {
  color: #fff;
}

.paragraph.has--small-height {
  line-height: 120%;
}

.paragraph.is--list {
  font-size: 1.4vw;
}

.paragraph-big {
  color: #fff;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 100%;
}

.accent-text {
  font-family: Riel, Arial, sans-serif;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 80%;
}

.card-background {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.section-padding {
  padding-top: 13vw;
  padding-bottom: 13vw;
}

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

.section-padding.no--bottom {
  padding-bottom: 0;
}

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

._2col-grid.is--orange {
  color: #fff;
  background-color: #ff5c24;
  border-radius: .5vw;
  padding: 2vw;
}

._2col-grid.is--bland-orange {
  color: #fff;
  background-color: #ff693c;
  border-radius: .5vw;
  height: 60vw;
  padding: 2vw;
  position: relative;
}

._2col-grid.is--trust {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  grid-template-columns: 40vw 1fr;
  margin-top: 7vw;
  margin-bottom: 8vw;
}

._2col-grid.is--smaller {
  grid-row-gap: 5vw;
  grid-template-columns: 32.5vw 1fr;
  height: 29vw;
}

._2col-grid.has--height-auto {
  color: #fff;
  background-color: #ff693c;
  border-radius: .5vw;
  height: auto;
  padding: 2vw;
  overflow: hidden;
}

._2col-grid.is--swiper {
  color: #fff;
  height: 100%;
  padding: 0;
}

.left-block {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 12vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-block.is--992_flex {
  grid-row-gap: 4vw;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.left-block.has--padding-left {
  grid-row-gap: 4vw;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding-left: 2vw;
  padding-right: 0;
  display: flex;
}

.left-block.is--auto {
  grid-row-gap: 4vw;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.left-block.is--swiper {
  grid-row-gap: 4vw;
  background-color: #ff693c;
  flex-flow: column-reverse;
  justify-content: flex-end;
  height: 37vw;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 16vw;
  display: flex;
}

.about-details.is--first {
  order: 1;
}

.about-details.is--absolute {
  order: 1;
  position: absolute;
  inset: 2vw 2vw auto auto;
}

.about-sticker {
  width: 11.2vw;
  height: auto;
}

.about_details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2vw;
  padding-bottom: 0;
  padding-right: .5vw;
  display: flex;
}

.about_details-wrapper.is--bottom {
  margin-top: auto;
}

.name-wrapper {
  border: 1px solid #fff;
  border-radius: 5vw;
  justify-content: center;
  align-items: center;
  width: 10.4vw;
  height: 3vw;
  display: flex;
}

.name-wrapper.is--bottom {
  color: #fff;
  width: 19vw;
  margin-top: auto;
  text-decoration: none;
}

.adress-wrapper {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.pin-icon {
  flex: none;
  width: .9vw;
  height: auto;
}

.about-text-wrapper {
  grid-column-gap: 2.4vw;
  grid-row-gap: 2.4vw;
  flex-flow: column;
  padding: 2vw 2vw 0;
  display: flex;
  position: relative;
}

.about-text-wrapper.has--no-padding, .about-text-wrapper.is--2 {
  padding-top: 0;
  padding-left: 0;
}

.about-text-wrapper.is--static {
  padding-top: 0;
  padding-left: 0;
  position: static;
}

.right-block {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.about-image {
  object-fit: cover;
  border-radius: .5vw;
  width: 100%;
  height: 100%;
}

.about-image.has--no-blend {
  mix-blend-mode: normal;
}

.horizonal-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 12.1vw auto auto 0%;
}

.horizonal-line.is--2 {
  width: 95%;
  top: 12.1vw;
}

.horizonal-line.is--1 {
  top: 13.6vw;
}

.horizonal-line.is--slide {
  width: 95%;
  display: block;
  top: 0;
  left: 2vw;
}

.vertical-line {
  transform-origin: 50% 0;
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vertical-line.is--mob-hide {
  display: none;
}

.vertical-line.is--slide {
  left: 30vw;
}

.small-image {
  object-fit: cover;
  border-radius: .5vw;
  width: 13vw;
  height: 10vw;
}

.section-interractive {
  position: relative;
}

.image-overflow {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.big-image_trust {
  object-fit: cover;
  border-radius: .5vw;
  width: 100%;
  height: 100%;
}

.small-image_trust {
  object-fit: cover;
  border-radius: .5vw;
  width: 100%;
  height: 21vw;
  margin-top: 6.2vw;
}

.quote-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .96fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12vw;
  display: grid;
}

.author-image {
  width: 34vw;
  height: auto;
}

.author-image.is--small {
  width: 15vw;
}

.quote-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  padding-right: 8vw;
  display: flex;
}

.quote-icon {
  width: 2.1vw;
  height: auto;
}

.quote {
  font-family: Basisgrotesquepro, Arial, sans-serif;
}

.bottom-block {
  width: 80vw;
  margin-left: auto;
}

.trust-sticker {
  width: 14vw;
  height: auto;
}

.h2.has--align-center, .h2.has--margin {
  margin-bottom: 8vw;
}

.has--color-orange {
  color: #ff5c24;
}

.left-wrap {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 12vw 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.left-wrap.is--992_flex {
  grid-row-gap: 4vw;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding-right: 2vw;
  display: flex;
}

.span {
  margin-top: 1vw;
  margin-left: 32.5vw;
  display: block;
}

.last-section {
  background-color: #ff5c24;
  padding-bottom: 2vw;
}

.center-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-wrap {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--color-yellow {
  color: #f3d12a;
}

.yellow-man {
  width: 55vw;
  height: auto;
  position: absolute;
  inset: -3.2vw auto auto -13.2vw;
}

.paragraph-wrap {
  grid-column-gap: 2.4vw;
  grid-row-gap: 2.4vw;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: block;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 8vw;
  grid-template-rows: auto auto;
  grid-template-columns: 40vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-part {
  flex-flow: column;
  display: flex;
}

.footer-link-part.has--align-bottom {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-socials-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  margin-top: 1.5vw;
  display: flex;
}

.footer-socials-icon {
  width: 1.7vw;
  height: auto;
  display: flex;
}

.footer-button-wrapper {
  background-color: #fff;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 3.5vw;
  margin-top: 2vw;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.soc-icon {
  width: 100%;
  height: auto;
}

.link-text {
  color: #000;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-size: 1.4vw;
  line-height: 100%;
}

.link-text.is--white {
  color: #fff;
}

.orange-button {
  color: #fff;
  background-color: #ff693c;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  width: 22.8vw;
  height: 5vw;
  margin-top: 2vw;
  text-decoration: none;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 92vw;
  height: 100%;
}

.swiper-slide.is--large {
  width: 100%;
}

.swiper-slide.map-grid {
  background-color: #0000;
  width: 100%;
  transition: opacity .2s;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-wrapper.has--height {
  height: 61.5vw;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper.is--mobile {
  opacity: 0;
  transition: opacity .5s;
}

.swiper.is--last {
  z-index: 1000;
}

.slide-sticker {
  width: 17.2vw;
  height: auto;
}

.swiper-navigation {
  z-index: 9999;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.swiper-navigation.is--center {
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 6vw;
  right: auto;
}

.swiper-navigation.is--mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  bottom: 6vw;
  right: auto;
}

.swiper-button-prev {
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}

.swiper-button-next {
  display: flex;
}

.swiper-icon {
  width: 3.5vw;
  height: auto;
  transition: opacity .2s;
}

.swiper-icon:hover {
  opacity: .5;
}

.background-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.swiper-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-card {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 37vw;
  height: 55.4vw;
  padding: 2vw 2.4vw;
  display: flex;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.inner-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 15.6vw;
}

.map-top {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.second-point {
  pointer-events: auto;
  transform-origin: 42% 64%;
  cursor: pointer;
  transform: scale(.8);
}

.map-svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -5vw;
  margin-right: -5vw;
}

.first-point, .third-point, .fourth-point, .sixth-point, .fifth-point {
  pointer-events: auto;
  cursor: pointer;
}

.map-progress {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 39vw;
  display: flex;
  position: absolute;
  inset: auto auto 2vw 0%;
}

.map-block {
  display: flex;
  position: relative;
}

.map-progress-inner {
  flex-flow: column;
  display: flex;
}

.map-icon {
  display: block;
}

.map-icon.is--mobile {
  display: none;
}

.progress-text {
  color: #fff9;
  font-size: 1.2vw;
}

.progress-wrap {
  border-radius: 3vw;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-block {
  width: 100%;
}

.pregress-block {
  z-index: auto;
  width: 100%;
  height: auto;
  position: relative;
}

.progress-topper {
  z-index: 1;
  background-color: #f3d12a;
  border-radius: 3vw;
  width: 0%;
  transition: width .3s ease-in;
  position: absolute;
  inset: 0%;
}

.map-wrapper {
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 4vw 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2vw;
  display: grid;
  position: absolute;
  inset: 0%;
}

.map-grid.is--3.hide, .map-grid.is--4.hide, .map-grid.is--5.hide, .map-grid.is--6.hide {
  display: none;
}

.map-inner {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  display: flex;
}

.map-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 13vw;
}

.map-image.is--smaller {
  height: 12vw;
}

.map-image.is--xsmaller {
  height: 10vw;
}

.point {
  z-index: 999;
  color: #f3d12a;
  background-color: #f3d12a;
  border-radius: 50%;
  width: .5vw;
  height: .5vw;
  transition: background-color .55s ease-in;
  position: relative;
}

.point.completed {
  background-color: #fff;
}

.preogress-background {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.4vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.list-container {
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 2vw;
  display: grid;
  position: absolute;
  inset: 0%;
}

.s-point-1 {
  pointer-events: auto;
  color: #fff;
}

.s-point-1:hover {
  color: #f3d12a;
}

.s-point-2 {
  pointer-events: auto;
  color: #fff;
}

.s-point-2:hover {
  color: #f3d12a;
}

.s-point-3 {
  pointer-events: auto;
  color: #fff;
}

.s-point-3:hover {
  color: #f3d12a;
}

.s-point-5 {
  pointer-events: auto;
  color: #fff;
}

.s-point-5:hover {
  color: #f3d12a;
}

.s-point-4 {
  pointer-events: auto;
  color: #fff;
}

.s-point-4:hover {
  color: #f3d12a;
}

.list-image {
  width: 2.4vw;
  height: auto;
}

.list-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.list-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.list-item {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  transition: color .5s;
  display: flex;
}

.list-item.hover {
  color: #ff5c24;
}

.link {
  color: #e85f36;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 10.4vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 1.7vw;
  }

  blockquote {
    font-size: 1.8vw;
  }

  .footer-link {
    font-size: 1.25vw;
  }

  .paragraph-medium {
    font-size: 1.7vw;
  }

  .paragraph-medium.is--yellow {
    font-size: 1.6vw;
  }

  .paragraph-medium.is--large {
    font-size: 1.8vw;
  }

  .container-default {
    max-width: 1200px;
  }

  .container {
    max-width: 97.2vw;
  }

  .content-block.is--hero, .content-block.is--map {
    padding-top: 9vw;
  }

  .hero_bottom-block {
    padding-bottom: 1.4vw;
  }

  .hero_logo-image {
    width: 11.2vw;
    bottom: 1.4vw;
    left: 1.4vw;
  }

  .hero-card {
    width: 30.2vw;
    height: 16.3vw;
    padding: 1.4vw;
  }

  .descriptor {
    font-size: 1.11vw;
  }

  .button-text {
    font-size: 1.25vw;
  }

  .button-arrow {
    width: .9vw;
  }

  .button-line {
    height: 1px;
  }

  .card-sticker {
    width: 3vw;
  }

  .paragraph {
    font-size: 1.25vw;
  }

  .paragraph.has--max-width {
    max-width: 80%;
  }

  .paragraph.is--smaller {
    width: 34vw;
  }

  .paragraph.is--list {
    font-size: 1.25vw;
  }

  .paragraph-big {
    line-height: 93%;
  }

  .accent-text {
    font-size: 3.8vw;
  }

  .section-padding {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section-padding.is--small {
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
  }

  ._2col-grid.is--orange {
    border-radius: .55vw;
    padding: 1.4vw;
  }

  ._2col-grid.is--bland-orange {
    border-radius: .55vw;
    height: 54vw;
    padding: 1.4vw;
  }

  ._2col-grid.is--trust {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    grid-template-columns: 49vw 1fr;
    margin-top: 7vw;
    margin-bottom: 10vw;
  }

  ._2col-grid.has--height-auto {
    border-radius: .55vw;
    height: 53vw;
    padding: 1.4vw;
  }

  ._2col-grid.is--swiper {
    padding: 0;
  }

  .left-block {
    grid-row-gap: 1.1vw;
    grid-template-columns: 14vw 1fr;
  }

  .left-block.is--992_flex, .left-block.has--padding-left {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    grid-template-rows: 17vw;
    grid-template-columns: 14vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .left-block.is--auto {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 14vw 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: grid;
  }

  .left-block.is--swiper {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    grid-template-columns: 14vw 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    height: 30vw;
    padding-top: 1.4vw;
    padding-left: 1.4vw;
    padding-right: 22vw;
    display: grid;
  }

  .about-details.is--absolute {
    top: 0;
    right: 0;
  }

  .about-sticker {
    width: 16.5vw;
  }

  .about_details-wrapper {
    padding-top: 1.5vw;
    padding-bottom: 0;
  }

  .name-wrapper, .name-wrapper.is--bottom {
    width: 12.5vw;
  }

  .adress-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .pin-icon {
    width: .55vw;
  }

  .about-text-wrapper {
    padding: 1.4vw 1.4vw 0;
  }

  .about-text-wrapper.has--no-padding {
    justify-content: space-between;
    padding-left: 1.4vw;
    padding-right: 2vw;
  }

  .about-text-wrapper.is--2 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 2vw;
  }

  .about-text-wrapper.is--static {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
    justify-content: space-between;
  }

  .horizonal-line {
    width: 97%;
    top: 18vw;
  }

  .horizonal-line.is--2 {
    width: 96.5%;
    top: 18vw;
  }

  .horizonal-line.is--1 {
    top: 18vw;
  }

  .horizonal-line.is--slide {
    width: 96%;
    left: 1.4vw;
  }

  .vertical-line.is--mob-hide {
    height: 106.5%;
    display: block;
    top: -1.95vw;
  }

  .vertical-line.is--slide {
    left: 25.5vw;
  }

  .small-image {
    width: 22.5vw;
    height: 17vw;
  }

  .small-image_trust {
    margin-top: 5vw;
  }

  .quote-block {
    grid-template-columns: 1.03fr 1fr;
  }

  .author-image {
    width: 25vw;
  }

  .quote-wrapper {
    padding-right: 0;
  }

  .trust-sticker {
    width: 14vw;
  }

  .h2.has--align-center {
    margin-bottom: 7vw;
  }

  .h2.has--max-width {
    max-width: 95%;
  }

  .h2.has--margin {
    margin-bottom: 5.55vw;
  }

  .left-wrap {
    grid-row-gap: 1.1vw;
    grid-template-columns: 14vw 1fr;
  }

  .left-wrap.is--992_flex {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    grid-template-rows: 17vw;
    grid-template-columns: 14vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .last-section {
    padding-bottom: 1.5vw;
  }

  .center-block {
    grid-column-gap: 4.2vw;
    grid-row-gap: 4.2vw;
  }

  .h2-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .yellow-man {
    width: 49.5vw;
    left: -7vw;
  }

  .paragraph-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-logo {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }

  .footer-grid {
    grid-template-columns: 33.5vw 1fr;
  }

  .footer-socials-icon {
    width: 1.5vw;
  }

  .footer-button-wrapper {
    border-radius: 6vw;
    width: 14vw;
    height: 3vw;
    margin-top: 1.6vw;
  }

  .link-text {
    font-size: 1.11vw;
  }

  .orange-button {
    border-radius: 6vw;
    width: 15.8vw;
    height: 3.6vw;
    margin-top: 1.6vw;
  }

  .swiper-slide {
    width: 94.5vw;
  }

  .swiper-wrapper.has--height {
    height: 53vw;
  }

  .slide-sticker {
    width: 18.75vw;
  }

  .swiper-navigation.is--center, .swiper-navigation.is--mobile {
    bottom: 4.5vw;
  }

  .swiper-icon {
    width: 3vw;
  }

  .background-image {
    border-radius: 8px;
  }

  .slide-card {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    border-radius: 8px;
    width: 32.5vw;
    height: 49vw;
    padding: 1.4vw 2vw;
  }

  .inner-image {
    border-radius: 8px;
    height: 14vw;
  }

  .map-progress {
    width: 35vw;
    bottom: 1.4vw;
  }

  .map-progress-inner {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
  }

  .progress-text {
    font-size: 1vw;
  }

  .map-grid {
    padding: 1.4vw 5vw 1.4vw 1.4vw;
  }

  .map-inner {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .map-image.is--xsmaller {
    height: 11vw;
  }

  .point {
    width: .4vw;
    height: .4vw;
  }

  .preogress-background {
    padding-left: .7vw;
    padding-right: .7vw;
  }

  .list-container {
    grid-column-gap: 1vw;
  }

  .list-wrapper {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
  }

  .list-block {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
  }
}

@media screen and (min-width: 1440px) {
  .container-default {
    max-width: 1368px;
  }

  .logo-image_ain-2 {
    height: 3vw;
  }

  .footer-2 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 9.8vw;
  }

  h3 {
    font-size: 1.8vw;
  }

  blockquote {
    font-size: 2.4vw;
  }

  .footer-link {
    font-size: 1vw;
  }

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

  .paragraph-medium.is--yellow {
    font-size: 1.2vw;
  }

  .paragraph-medium.is--large {
    font-size: 1.8vw;
  }

  .container {
    max-width: 98vw;
  }

  .hero_bottom-block {
    padding-bottom: 1vw;
  }

  .hero_logo-image {
    width: 8.4vw;
    bottom: 1vw;
    left: 1vw;
  }

  .hero-card {
    width: 22.65vw;
    height: 12.1vw;
    padding: 1vw;
  }

  .descriptor {
    font-size: .84vw;
  }

  .button-link {
    grid-column-gap: .25vw;
    grid-row-gap: .25vw;
  }

  .button-text {
    font-size: .8vw;
  }

  .button-arrow {
    width: .63vw;
  }

  .card-sticker {
    width: 2.2vw;
  }

  .paragraph {
    font-size: 1vw;
  }

  .paragraph.has--max-width {
    max-width: 50%;
  }

  .paragraph.is--smaller {
    width: 31vw;
  }

  .paragraph.is--list {
    font-size: .94vw;
  }

  .accent-text {
    font-size: 4vw;
  }

  .section-padding {
    padding-top: 13.5vw;
    padding-bottom: 13.5vw;
  }

  .section-padding.is--small {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  ._2col-grid.is--orange, ._2col-grid.is--bland-orange {
    padding: 1vw;
  }

  ._2col-grid.is--trust {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
  }

  ._2col-grid.is--smaller {
    grid-row-gap: 5vw;
    height: 30vw;
  }

  ._2col-grid.has--height-auto {
    padding: 1vw;
  }

  ._2col-grid.is--swiper {
    padding: 0;
  }

  .left-block {
    grid-row-gap: .8vw;
  }

  .left-block.is--992_flex, .left-block.has--padding-left {
    grid-row-gap: 2vw;
    grid-template-columns: 13vw 1fr;
  }

  .left-block.is--auto {
    grid-row-gap: 2vw;
    grid-template-columns: 13vw 1fr;
    padding-top: 4vw;
    padding-bottom: 7vw;
  }

  .left-block.is--swiper {
    grid-row-gap: 2vw;
    grid-template-columns: 13vw 1fr;
    height: 30.4vw;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 27vw;
  }

  .about-sticker {
    width: 17.5vw;
  }

  .about_details-wrapper {
    padding-top: 1vw;
  }

  .name-wrapper {
    width: 12vw;
    height: 2.5vw;
  }

  .name-wrapper.is--bottom {
    width: 12vw;
  }

  .adress-wrapper {
    grid-column-gap: .45vw;
    grid-row-gap: .45vw;
  }

  .pin-icon {
    width: .4vw;
  }

  .about-text-wrapper {
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .about-text-wrapper.has--no-padding {
    padding-left: 1vw;
    padding-right: 8vw;
  }

  .about-text-wrapper.is--2 {
    padding-right: 0;
  }

  .horizonal-line {
    top: 18.5vw;
  }

  .horizonal-line.is--2 {
    width: 97.5%;
    top: 18.5vw;
  }

  .horizonal-line.is--1 {
    top: 18.5vw;
  }

  .horizonal-line.is--slide {
    left: 1vw;
  }

  .vertical-line.is--mob-hide {
    height: 101%;
    top: -.45vw;
  }

  .small-image {
    width: 22.6vw;
  }

  .author-image {
    width: 23vw;
  }

  .quote-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: space-between;
    height: 100%;
  }

  .bottom-block {
    width: 84vw;
  }

  .trust-sticker {
    width: 17vw;
  }

  .h2.has--align-center {
    margin-bottom: 5vw;
  }

  .h2.has--max-width {
    max-width: 90%;
  }

  .h2.has--margin {
    margin-bottom: 6vw;
  }

  .left-wrap {
    grid-row-gap: .8vw;
  }

  .left-wrap.is--992_flex {
    grid-row-gap: 2vw;
    grid-template-columns: 13vw 1fr;
  }

  .span {
    margin-right: 2vw;
  }

  .last-section {
    padding-bottom: 1vw;
  }

  .center-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .h2-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .paragraph-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: .8fr 1fr;
  }

  .footer-logo {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .footer-grid {
    grid-row-gap: 11.7vw;
  }

  .footer-socials-wrapper {
    margin-top: 1vw;
  }

  .footer-socials-icon {
    width: 1.2vw;
  }

  .footer-button-wrapper {
    border-radius: 9vw;
    width: 12vw;
    height: 2.3vw;
    margin-top: 1vw;
  }

  .link-text {
    font-size: 1vw;
  }

  .orange-button {
    border-radius: 9vw;
    width: 12vw;
    height: 2.7vw;
    margin-top: 1vw;
  }

  .swiper-slide {
    width: 96vw;
  }

  .swiper-wrapper.has--height {
    height: 53.6vw;
  }

  .slide-sticker {
    width: 19.5vw;
  }

  .swiper-navigation.is--center, .swiper-navigation.is--mobile {
    bottom: 5vw;
  }

  .background-image {
    border-radius: 10px;
  }

  .slide-card {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    border-radius: 10px;
    width: 32.7vw;
    height: 49vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }

  .inner-image {
    border-radius: 10px;
    height: 13.75vw;
  }

  .map-progress {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 33vw;
    bottom: 1vw;
  }

  .map-inner {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
  }

  .map-image, .map-image.is--smaller, .map-image.is--xsmaller {
    height: 13vw;
  }

  .list-container {
    grid-column-gap: 1.4vw;
    padding-top: 2.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .list-image {
    width: 2.2vw;
  }

  .list-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .list-block {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    display: flex;
  }

  .list-item {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 14.2vw;
  }

  h2 {
    font-size: 5.2vw;
  }

  h3, blockquote {
    font-size: 2.6vw;
  }

  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-link {
    font-size: 2vw;
  }

  .partner-section {
    padding-top: 20px;
    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;
  }

  .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;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 8rem;
  }

  .paragraph-medium {
    font-size: 2.6vw;
  }

  .paragraph-medium.is--yellow {
    font-size: 2.2vw;
  }

  .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;
  }

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

  .container {
    max-width: 95vw;
  }

  .content-block.is--hero, .content-block.is--map {
    padding-top: 20vw;
  }

  .footer-2 {
    padding-bottom: 57px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .hero_bottom-block {
    padding-bottom: 6.5vw;
  }

  .hero_logo-image {
    width: 11.5vw;
    bottom: 6.5vw;
    left: 2.6vw;
  }

  .hero-card {
    width: 43.3vw;
    height: 23.2vw;
    padding: 2vw;
  }

  .card_text-block {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    max-width: 28ch;
    display: flex;
  }

  .descriptor {
    font-size: 1.6vw;
  }

  .button-link {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .button-text {
    font-size: 1.8vw;
  }

  .button-arrow {
    width: 1.3vw;
  }

  .card-sticker {
    width: 4.4vw;
    top: 5vw;
    right: 4vw;
  }

  .paragraph {
    font-size: 2vw;
  }

  .paragraph.has--max-width {
    max-width: 83%;
  }

  .paragraph.is--list {
    font-size: 1.8vw;
  }

  .paragraph-big {
    font-size: 2.6vw;
  }

  .accent-text {
    font-size: 4.8vw;
  }

  .section-padding {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .section-padding.is--small {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  ._2col-grid.is--orange {
    border-radius: 1vw;
    flex-flow: column;
    display: flex;
  }

  ._2col-grid.is--bland-orange {
    border-radius: 1vw;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  ._2col-grid.is--trust {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 47.4vw 1fr;
  }

  ._2col-grid.is--smaller {
    grid-row-gap: 2.3vw;
    grid-template-columns: 25vw 1fr;
    height: 40vw;
  }

  ._2col-grid.has--height-auto {
    border-radius: 1vw;
    flex-flow: column;
    height: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
    display: flex;
  }

  ._2col-grid.is--swiper {
    border-radius: 1vw;
    flex-flow: column-reverse;
    height: 100%;
    display: flex;
  }

  .left-block {
    grid-template-columns: 26vw 1fr;
  }

  .left-block.is--992_flex, .left-block.has--padding-left, .left-block.is--auto {
    grid-column-gap: 0vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 25vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .left-block.is--swiper {
    grid-column-gap: 0vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 32vw 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 0;
    display: grid;
  }

  .about-sticker {
    width: 16vw;
  }

  .about_details-wrapper {
    grid-column-gap: 3.25vw;
    grid-row-gap: 3.25vw;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 3vw;
    padding-right: 1.4vw;
  }

  .about_details-wrapper.is--bottom {
    padding-bottom: 1.7vw;
  }

  .name-wrapper {
    width: 100%;
    height: 3.9vw;
  }

  .about-text-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding: 0 0 2.6vw 1.4vw;
  }

  .about-image.has--no-blend {
    height: 44.3vw;
  }

  .horizonal-line, .horizonal-line.is--slide {
    display: none;
  }

  .vertical-line {
    height: 92%;
  }

  .vertical-line.is--mob-hide {
    display: block;
    left: -2.7%;
  }

  .vertical-line.is--slide {
    display: none;
    left: -2.7%;
  }

  .small-image {
    width: 21.5vw;
    height: auto;
  }

  .big-image_trust, .small-image_trust {
    border-radius: 1vw;
  }

  .quote-block {
    margin-bottom: 15vw;
  }

  .author-image {
    width: 43.3vw;
    margin-left: auto;
  }

  .quote-wrapper {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    padding-right: 5vw;
  }

  .quote-icon {
    width: 2.7vw;
  }

  .bottom-block {
    width: 69vw;
  }

  .trust-sticker {
    width: 12vw;
  }

  .left-wrap {
    grid-template-columns: 26vw 1fr;
  }

  .left-wrap.is--992_flex {
    grid-column-gap: 0vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 25vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .span {
    margin-left: 0;
    display: inline;
  }

  .last-section {
    padding-bottom: 2.5vw;
  }

  .center-block {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .h2-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .yellow-man {
    width: 30vw;
    top: 20vw;
    left: -7.2vw;
  }

  .paragraph-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .footer-logo {
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
  }

  .footer-grid {
    grid-row-gap: 6.5vw;
    grid-template-columns: 47.5vw 1fr;
  }

  .footer-socials-wrapper {
    margin-top: 2.2vw;
  }

  .footer-socials-icon {
    width: 2.5vw;
  }

  .footer-button-wrapper {
    border-radius: 7vw;
    width: 25vw;
    height: 4.5vw;
    margin-top: 3vw;
  }

  .link-text {
    font-size: 1.8vw;
  }

  .orange-button {
    border-radius: 7vw;
    width: 30vw;
    height: 6.7vw;
    margin-top: 3vw;
  }

  .swiper-slide {
    width: 91vw;
  }

  .swiper-wrapper.has--height {
    height: 94vw;
  }

  .slide-sticker {
    width: 15vw;
  }

  .swiper-navigation {
    bottom: 45.8vw;
  }

  .swiper-navigation.is--center, .swiper-navigation.is--mobile {
    bottom: 15vw;
  }

  .swiper-icon {
    width: 4.6vw;
  }

  .slide-card {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 48vw;
    height: 72vw;
    padding: 2.6vw 3vw;
  }

  .inner-image {
    height: 20vw;
  }

  .map-svg {
    margin-right: -25vw;
  }

  .map-progress {
    width: 48vw;
    bottom: 2.6vw;
  }

  .map-progress-inner {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
  }

  .progress-text {
    font-size: 1.6vw;
  }

  .map-grid {
    grid-template-columns: 5vw 1fr;
    padding-right: 5vw;
  }

  .map-image.is--xsmaller {
    height: 13vw;
  }

  .point {
    width: .7vw;
    height: .7vw;
  }

  .preogress-background {
    height: 2vw;
  }

  .list-container {
    grid-column-gap: 2vw;
    padding: 2.6vw;
  }

  .list-image {
    width: 3vw;
  }

  .list-wrapper {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .list-block {
    grid-row-gap: .7vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21vw;
  }

  h2 {
    font-size: 7vw;
  }

  h3 {
    font-size: 5.3vw;
  }

  blockquote {
    font-size: 6.4vw;
  }

  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .link-block_ain {
    height: 100%;
  }

  .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-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-link {
    font-size: 3.7vw;
  }

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

  .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;
  }

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

  .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;
  }

  .paragraph-medium {
    font-size: 5.33vw;
  }

  .paragraph-medium.is--yellow {
    font-size: 4vw;
  }

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

  .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, .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;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block_partner {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 95vw;
  }

  .content-block.is--hero, .content-block.is--map {
    min-height: 192vw;
    padding-top: 57vw;
  }

  .logo-image_ain-2 {
    height: 5vw;
  }

  .footer-2 {
    padding: 12vw 6vw;
  }

  .footer-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .link-block_ain-2 {
    height: 100%;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .h1 {
    max-width: none;
  }

  .hero_bottom-block {
    flex-flow: column;
  }

  .hero_logo-image {
    width: 27vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-card {
    width: 100%;
    height: 51vw;
    padding: 4vw;
  }

  .card_text-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    max-width: 40ch;
  }

  .descriptor {
    font-size: 3.2vw;
  }

  .button-link {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .button-text {
    font-size: 3.7vw;
  }

  .button-arrow {
    width: 2.7vw;
  }

  .card-sticker {
    width: 9vw;
    top: 10.1vw;
    right: 8.2vw;
  }

  .paragraph {
    font-size: 4.3vw;
  }

  .paragraph.has--max-width {
    max-width: 90%;
    font-size: 3.8vw;
  }

  .paragraph.is--small {
    color: #00000080;
  }

  .paragraph.has--small-height, .paragraph.is--list {
    font-size: 3.7vw;
    line-height: 120%;
  }

  .paragraph-big {
    font-size: 4.8vw;
  }

  .accent-text {
    font-size: 6.4vw;
  }

  .section-padding {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }

  .section-padding.is--small {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  ._2col-grid.is--orange {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 1vw;
    padding: 2.7vw;
  }

  ._2col-grid.is--bland-orange {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 1.5vw;
    padding: 8vw 2.7vw 2.7vw;
  }

  ._2col-grid.is--trust {
    flex-flow: column;
    display: flex;
  }

  ._2col-grid.is--smaller {
    grid-row-gap: 5vw;
    flex-flow: column;
    height: 105vw;
    display: flex;
  }

  ._2col-grid.has--height-auto {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 1vw;
    padding: 16vw 2.7vw 101vw;
    position: relative;
  }

  ._2col-grid.is--swiper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    border-radius: 1vw;
    padding: 0;
  }

  .left-block {
    grid-row-gap: 11vw;
    grid-template-columns: 42vw 1fr;
  }

  .left-block.is--swiper {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: 62vw 1fr;
  }

  .about-details {
    justify-content: flex-end;
    align-items: center;
  }

  .about-sticker {
    width: 22.7vw;
  }

  .about_details-wrapper {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    justify-content: space-between;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about_details-wrapper.is--bottom {
    padding-bottom: 0;
  }

  .name-wrapper {
    width: 30vw;
    height: 7.5vw;
  }

  .name-wrapper.is--bottom {
    display: none;
  }

  .adress-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .pin-icon {
    width: 2vw;
  }

  .about-text-wrapper {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
    padding-bottom: 0;
    padding-left: 0;
  }

  .right-block {
    position: static;
  }

  .about-image.has--no-blend {
    border-radius: 2vw;
    height: 90vw;
  }

  .horizonal-line {
    display: block;
    top: 30vw;
  }

  .horizonal-line.is--2 {
    top: 127vw;
  }

  .horizonal-line.is--1 {
    top: 30vw;
  }

  .horizonal-line.is--slide {
    width: 100%;
    display: block;
    top: 39.8vw;
    left: 0;
  }

  .vertical-line {
    display: none;
  }

  .small-image {
    width: 100%;
    height: 53vw;
  }

  .big-image_trust {
    border-radius: 2vw;
    height: 107vw;
  }

  .small-image_trust {
    border-radius: 2vw;
    height: 56.5vw;
  }

  .quote-block {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    margin-bottom: 32vw;
    display: flex;
  }

  .author-image {
    width: 100%;
    height: 90vw;
  }

  .quote-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-right: 0;
  }

  .quote-icon {
    width: 5.6vw;
  }

  .quote {
    font-size: 4.8vw;
  }

  .bottom-block {
    width: 100%;
  }

  .trust-sticker {
    order: 1;
    width: 28vw;
    margin-top: -5vw;
  }

  .h2.has--margin {
    margin-bottom: 16vw;
  }

  .left-wrap {
    grid-row-gap: 11vw;
    grid-template-columns: 42vw 1fr;
  }

  .center-block, .h2-wrap {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .yellow-man {
    width: 90vw;
    top: auto;
    bottom: -9vw;
    left: auto;
  }

  .paragraph-wrap {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
  }

  .footer-logo {
    margin-bottom: 5vw;
  }

  .footer-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 11.2vw;
    grid-template-columns: 42vw 1fr;
  }

  .footer-socials-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 4vw;
  }

  .footer-socials-icon {
    width: 5vw;
  }

  .footer-button-wrapper {
    width: 45vw;
    height: 10vw;
    margin-top: 7vw;
  }

  .footer-button-wrapper.is--full {
    width: 100%;
  }

  .link-text {
    font-size: 3.7vw;
  }

  .orange-button {
    width: 60.8vw;
    height: 14vw;
    margin-top: 7vw;
  }

  .swiper-slide {
    width: 90vw;
  }

  .swiper-slide.map-grid {
    position: relative;
  }

  .swiper-wrapper {
    z-index: 1;
    height: 101vw;
    position: relative;
  }

  .swiper-wrapper.has--height {
    height: 152vw;
  }

  .swiper-wrapper.is--absolute {
    position: absolute;
    inset: 0%;
  }

  .swiper.is--second {
    padding-top: 52vw;
  }

  .swiper.is--mobile, .swiper.is--last {
    opacity: 1;
  }

  .slide-sticker {
    width: 22.4vw;
  }

  .swiper-navigation {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
    bottom: 95vw;
  }

  .swiper-navigation.is--center {
    bottom: 23vw;
  }

  .swiper-navigation.is--mobile {
    display: flex;
    bottom: 5.1vw;
  }

  .swiper-icon {
    width: 9.6vw;
  }

  .slide-card {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 90vw;
    height: 120vw;
    padding: 5.3vw 4.5vw;
  }

  .inner-image {
    height: 32vw;
  }

  .map-top {
    z-index: -1;
  }

  .map-svg {
    display: none;
  }

  .map-progress {
    width: 95vw;
    bottom: 2.8vw;
  }

  .map-progress-inner {
    margin-bottom: 2vw;
  }

  .map-progress-inner.hide, .map-icon {
    display: none;
  }

  .map-icon.is--mobile {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .map-icon.mobile-show {
    display: block;
  }

  .map-icon.is--swiper {
    position: absolute;
    inset: 0%;
  }

  .progress-text {
    font-size: 3.2vw;
  }

  .map-grid {
    grid-template-columns: 11vw 1fr;
    padding: 4vw 8vw 4vw 4vw;
  }

  .map-inner {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .map-image {
    height: 35vw;
  }

  .map-image.is--smaller {
    height: 40vw;
  }

  .map-image.is--xsmaller {
    height: 36vw;
  }

  .point {
    width: 1vw;
    height: 1vw;
  }

  .preogress-background {
    height: 3.7vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .list-container {
    grid-column-gap: 4vw;
    padding: 5vw;
  }

  .list-image {
    width: 6vw;
  }

  .list-block {
    grid-row-gap: 2vw;
  }

  .list-item {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }
}

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

  .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;
  }

  .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;
  }

  .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;
  }

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

  .logo-image_ain-2 {
    height: 7vw;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }

  .card_text-block {
    max-width: 23ch;
  }

  .accent-text {
    line-height: 110%;
  }

  ._2col-grid.is--smaller {
    height: auto;
  }

  .horizonal-line.is--slide.is--2 {
    top: 56.5vw;
  }

  .horizonal-line.is--slide.is--3 {
    top: 51.5vw;
  }

  .horizonal-line.is--slide.is--4 {
    top: 23.6vw;
  }

  .horizonal-line.is--slide.is--5 {
    top: 29.3vw;
  }

  .author-image {
    object-fit: cover;
    border-radius: 2vw;
  }

  .author-image.is--small, .trust-sticker.mobile-hide {
    display: none;
  }

  .swiper-slide.is--mobile-background {
    background-color: #ff683c;
  }

  .swiper-wrapper {
    height: 170vw;
  }

  .swiper.is--second {
    padding-top: 0;
  }

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

#w-node-e4b621ea-d206-bd87-5916-8b5c0e64624a-c85a6dfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9db1b44c-0446-787d-982a-231d36cfafc5-c85a6dfd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_2c859cfb-f25a-7902-b42d-e0e81286f1a3-c85a6dfd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_39929a29-f3d5-88d0-0a33-b84c0cddd043-c85a6dfd {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-fcc78572-9cc6-94d1-6849-d83433032827-c85a6dfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd5fed28-d872-a157-b14b-83033cd20255-c85a6dfd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d31-c85a6dfd, #w-node-c60f29e7-521f-775d-13d7-b095f6c962d6-c85a6dfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d30-c85a6dfd, #w-node-c1d9fafa-bc5c-e4e6-8bbf-42d521029272-c85a6dfd, #w-node-_96664da1-e9b7-5ca8-3e61-d9a9751572ba-c85a6dfd, #w-node-e3ffb5d9-a786-ad07-9cd1-75f11f1a4ccb-c85a6dfd, #w-node-f8d79820-7860-2fec-964e-b485d86181ef-c85a6dfd {
  align-self: end;
}

#w-node-afbb9a83-7c97-1a19-53ba-9841287ad2de-c85a6dfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

#w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9251-c85a6dfd {
  align-self: start;
}

#w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926d-c85a6dfd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9273-c85a6dfd {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-c85a6e00, #w-node-_95a6f11e-fd07-0c5f-9df3-f2d03635ef17-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-c85a6e00 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec87-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-c85a6e00, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-c85a6e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  #w-node-fcc78572-9cc6-94d1-6849-d83433032827-c85a6dfd {
    order: 9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d8343303283b-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d83433032844-c85a6dfd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ddc3372d-9d3b-18c4-4f17-c66509bfe801-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d31-c85a6dfd {
    order: 9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d33-c85a6dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d37-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1d9fafa-bc5c-e4e6-8bbf-42d521029273-c85a6dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c1d9fafa-bc5c-e4e6-8bbf-42d521029277-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96664da1-e9b7-5ca8-3e61-d9a9751572bb-c85a6dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_96664da1-e9b7-5ca8-3e61-d9a9751572bf-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3ffb5d9-a786-ad07-9cd1-75f11f1a4ccc-c85a6dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e3ffb5d9-a786-ad07-9cd1-75f11f1a4cd0-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8d79820-7860-2fec-964e-b485d86181f0-c85a6dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8d79820-7860-2fec-964e-b485d86181f4-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4b621ea-d206-bd87-5916-8b5c0e64624a-c85a6dfd {
    grid-column: span 1 / span 1;
  }

  #w-node-c2b2c84f-a792-9a28-d2df-81f63d7c9a2b-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0aa2dad2-c273-561d-6652-e05b813fd15e-c85a6dfd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_78abf213-b108-bc8a-6902-06e66c0b5623-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9db1b44c-0446-787d-982a-231d36cfafc5-c85a6dfd {
    align-self: end;
  }

  #w-node-_39929a29-f3d5-88d0-0a33-b84c0cddd043-c85a6dfd {
    grid-row-end: 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d83433032827-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d8343303283b-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d83433032844-c85a6dfd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dd5fed28-d872-a157-b14b-83033cd20255-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ddc3372d-9d3b-18c4-4f17-c66509bfe801-c85a6dfd {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_6ced1dfe-0c2a-f8bf-57d3-b3227886a26b-c85a6dfd, #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d31-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d33-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d37-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1d9fafa-bc5c-e4e6-8bbf-42d521029273-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c1d9fafa-bc5c-e4e6-8bbf-42d521029277-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96664da1-e9b7-5ca8-3e61-d9a9751572bb-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96664da1-e9b7-5ca8-3e61-d9a9751572bf-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e3ffb5d9-a786-ad07-9cd1-75f11f1a4ccc-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e3ffb5d9-a786-ad07-9cd1-75f11f1a4cd0-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8d79820-7860-2fec-964e-b485d86181f0-c85a6dfd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8d79820-7860-2fec-964e-b485d86181f4-c85a6dfd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926d-c85a6dfd {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9273-c85a6dfd {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4b621ea-d206-bd87-5916-8b5c0e64624a-c85a6dfd {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-c2b2c84f-a792-9a28-d2df-81f63d7c9a2b-c85a6dfd {
    grid-row: 1 / 2;
  }

  #w-node-_0aa2dad2-c273-561d-6652-e05b813fd15e-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d83433032827-c85a6dfd {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d8343303283b-c85a6dfd {
    grid-row: 1 / 2;
  }

  #w-node-fcc78572-9cc6-94d1-6849-d83433032844-c85a6dfd, #w-node-ddc3372d-9d3b-18c4-4f17-c66509bfe801-c85a6dfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e51dfee9-5bf1-6b26-c879-bfc9f1699d31-c85a6dfd {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9251-c85a6dfd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926d-c85a6dfd {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9273-c85a6dfd {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9251-c85a6dfd {
    grid-column: span 2 / span 2;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926a-c85a6dfd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926d-c85a6dfd {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9273-c85a6dfd {
    grid-row: 5 / 6;
    grid-column-end: 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;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riel Sublogo';
  src: url('../fonts/Riel-Sublogo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riel';
  src: url('../fonts/Riel-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riel';
  src: url('../fonts/Riel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riel';
  src: url('../fonts/Riel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}