@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 {
  --black: black;
  --white: white;
  --dark-grey: #333;
  --light-grey: #999;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.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: #fff;
  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 {
  filter: invert();
  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: .3;
  color: #0f110f;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.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(--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-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  color: #000;
  letter-spacing: -.05em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.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 {
  letter-spacing: -.05em;
  font-size: 1.6vw;
  line-height: 100%;
}

.paragraph-default.has--max-width {
  max-width: 18vw;
}

.paragraph-default.has--max-width-layout {
  max-width: 36.3vw;
}

.paragraph-default.is--smaller {
  font-size: 1.6vw;
}

.paragraph-default.has--color-white {
  z-index: 10;
  text-align: center;
  width: 32.5vw;
  position: relative;
}

.paragraph-default.has--color-white.is--larger-mobile {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.paragraph-default.has--color-white.is--smaller {
  width: 25vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.paragraph-default.has--max-width-dropdown {
  max-width: 30vw;
}

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

.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-size: 1.25rem;
}

.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 {
  letter-spacing: -.05em;
  font-size: 2.2vw;
  line-height: 100%;
}

.paragraph-large.has--color-white {
  z-index: 10;
  text-align: center;
  position: relative;
}

.paragraph-large.has--color-white.has--max-wdith {
  max-width: 71.5vw;
}

.paragraph-large.has--max-width {
  max-width: 57vw;
}

.paragraph-large.has--color-black {
  font-size: 1.8vw;
}

.paragraph-large.has--color-black.is--smaller {
  font-size: 1.45vw;
}

.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 {
  filter: brightness(0%);
  width: auto;
  height: 35px;
}

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

.logo-image_partner.is--inverted {
  filter: invert();
}

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

.container.is--large {
  max-width: none;
}

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

.content-block.has--full-height {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.content-block.has--align-center {
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

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

.footer {
  padding: 60px 40px;
}

.h1 {
  color: #000;
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 700;
  line-height: 100%;
}

.h1.is--top {
  margin-bottom: 25vh;
}

.h2 {
  letter-spacing: -.05em;
  font-size: 4.4vw;
  font-weight: 400;
  line-height: 100%;
}

.h2.has--align-center {
  text-transform: none;
  margin-bottom: 6vw;
}

.h2.has--color-white {
  z-index: 10;
  text-align: center;
  margin-bottom: 4vw;
  position: relative;
}

.h3 {
  letter-spacing: -.05em;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 100%;
}

.button-text {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 1.8vw;
  line-height: 100%;
}

.h1-wrap {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 106%;
  display: flex;
  position: absolute;
  inset: -3% 0% 0%;
}

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

.hero-image-block {
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 25vh;
  display: flex;
  overflow: hidden;
}

.decor-wrap {
  grid-column-gap: 36vw;
  grid-row-gap: 36vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.decor-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.popup-line {
  background-color: #474747;
  width: 0%;
  height: .5px;
}

.decor-icon {
  flex: none;
  width: 2.5vw;
  height: auto;
}

.bottom-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 4vw;
}

.description-section {
  padding-bottom: 5.5vw;
}

.padding-block {
  padding-top: 11vw;
}

.padding-block.has--bottom {
  padding-bottom: 11vw;
}

.description-layout {
  grid-column-gap: 8.85vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 30vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._5-factors-section {
  padding-top: 5.5vw;
  position: relative;
}

._5-factors-section.fixed {
  height: 100vh;
  overflow-y: scroll;
}

.grid-wrap {
  position: relative;
}

.background-grid {
  z-index: -1;
  grid-column-gap: 1.35vw;
  grid-row-gap: 1.35vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-item {
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
}

.popup-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 96vw;
  height: 25vw;
  transition: height .2s;
  display: flex;
}

.popup-wrapper.active {
  height: 32vw;
}

.about-section {
  transition: opacity .2s;
}

.about-section.hidden {
  opacity: 0;
}

.layout {
  grid-column-gap: 0vw;
  grid-row-gap: 4.7vw;
  grid-template-rows: auto;
  grid-template-columns: 19.5vw 1fr 18.2vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout.has--margin {
  margin-bottom: 4vw;
}

.layout-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 30vw;
  margin-top: 8.5vw;
}

.has--no-brake {
  white-space: nowrap;
}

.image-section {
  position: relative;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 104%;
  position: absolute;
  inset: -2% 0% 0%;
}

.link-block {
  z-index: 10;
  justify-content: space-between;
  width: 24vw;
  padding-bottom: .4vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.is--black {
  filter: invert();
}

.link-arrow {
  width: 1.8vw;
  height: auto;
}

.dropdown-wrapper {
  flex-flow: column;
  margin-top: 6vw;
  display: flex;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 1.8vw 0;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-block {
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.dropdown-image-wrap {
  width: 38vw;
  height: 27vw;
  margin-top: 4.5vw;
  overflow: hidden;
}

.dropdown-icon {
  width: 1.2vw;
  height: auto;
}

.popup-block {
  z-index: 998;
  cursor: pointer;
  width: 100%;
  height: 25vw;
  margin-left: -.5px;
  margin-right: -.5px;
  padding: 1.6vw;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.popup-block.is--last {
  border-right-style: solid;
}

.popup-block.overflow-visible {
  z-index: 999;
  overflow: visible;
}

.popup-block.hidden {
  opacity: 0;
}

.popup-top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.popup-text {
  letter-spacing: -.05em;
  font-size: 2.2vw;
  line-height: 100%;
}

.popup-arrow {
  width: 2.3vw;
}

.popup-preview {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.popup-image {
  z-index: 998;
  position: absolute;
  inset: 0% auto auto 0%;
}

.popup-image.is--1 {
  width: 20vw;
  height: auto;
  top: 3.3vw;
  left: -4vw;
  transform: translate(0)rotate(-16deg);
}

.popup-image.is--1.active {
  transform: translate(8vw, 8vw)rotate(-16deg);
}

.popup-image.is--2 {
  width: 25vw;
  top: -.1vw;
  left: -1.4vw;
  transform: translate(0);
}

.popup-image.is--2.active {
  transform: scale(1.2)translate(1vw, -17vw);
}

.popup-image.is--3 {
  width: 25.5vw;
  top: 4vw;
  left: -5vw;
  transform: translate(0);
}

.popup-image.is--3.active {
  clip-path: inset(0 0 0 25%);
  transform: translate(75.5vw, -20vw)scale(1.2);
}

.popup-image.is--4-1 {
  width: 21vw;
  top: 1vw;
  left: -2vw;
  transform: translate(0);
}

.popup-image.is--4-1.active {
  transform: translate(76vw, -15vw)scale(1.35);
}

.popup-image.is--4-2 {
  width: 15vw;
  top: 12.7vw;
  left: 7vw;
  transform: translate(0);
}

.popup-image.is--4-2.active {
  transform: translate(78vw, -11.5vw)scale(1.4);
}

.popup-image.is--5 {
  width: 13vw;
  height: auto;
  top: 4vw;
  left: 3vw;
  transform: translate(0);
}

.popup-image.is--5.active {
  transform: scale(1.3)translate(59.5vw, -13vw);
}

.border-wrapper {
  z-index: 9999;
  position: absolute;
  inset: 0%;
}

.border-top {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border-right {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.border-bottom {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.border-left {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-link {
  z-index: 10;
  opacity: 0;
  justify-content: space-between;
  width: 10vw;
  padding-bottom: .3vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 3vw 1.5vw auto auto;
}

.close-icon {
  width: .9vw;
  margin-bottom: -.1vw;
  transition: all .4s;
}

.arrow-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 2.3vw;
  display: flex;
  overflow: hidden;
}

.arrow-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  transition: transform .4s;
  display: flex;
}

.popup-content {
  z-index: 998;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 19.5vw;
  height: 25vw;
  transition: opacity .2s, width .8s ease-out;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.popup-content.active {
  z-index: 999;
  opacity: 1;
  width: 96vw;
  height: 32vw;
}

.popup-layout {
  grid-column-gap: 0vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 39vw 1fr 19vw;
  grid-auto-columns: 1fr;
  width: 96vw;
  min-width: 96vw;
  display: grid;
}

.popup-layout.has--margin {
  margin-bottom: 4vw;
}

.popup-heading {
  letter-spacing: -.05em;
  max-width: 21vw;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 100%;
}

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

.main-line {
  background-color: #474747;
  width: 100%;
  height: .5px;
}

.dropdown-arrow-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  transition: transform .4s;
}

.dropdown-arrow-wrapper {
  height: 2.1vw;
  overflow: hidden;
}

.link-arrow-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  transition: transform .4s;
  display: flex;
}

.link-arrow-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 2vw;
  display: flex;
  overflow: hidden;
}

.link-div {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-div.is--1 {
  width: 0%;
}

.link-div.is--1.is--black {
  background-color: #000;
}

.link-div.is--2 {
  left: auto;
}

.link-div.is--2.is--black {
  background-color: #000;
}

.inner-popup {
  z-index: 10120;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-popup-content {
  cursor: auto;
  background-color: #fff;
  width: 83vw;
  height: auto;
  position: relative;
}

.popup-close {
  z-index: 10;
  opacity: 1;
  justify-content: space-between;
  width: 10vw;
  padding-bottom: .3vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 3vw 3vw auto auto;
}

.popup-inner-grid {
  z-index: 0;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup-content-grid-wrap {
  z-index: 3;
  padding: 8vw 3vw;
  position: relative;
  inset: 0%;
}

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

.popup-content-grid.has--margin {
  margin-bottom: 3vw;
}

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

.inner-popup-line {
  background-color: #474747;
  width: 0%;
  height: .5px;
}

.grad-block {
  opacity: 0;
  background-image: radial-gradient(circle, #000, #0000 74%);
  position: absolute;
  inset: 0%;
}

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

.slider {
  width: 100%;
  height: 100vh;
}

.swiper-arrow {
  width: 2.3vw;
  height: auto;
}

.swiper-arrow-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-arrow-block.is--left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2vw;
  transition: opacity .2s;
}

.swiper-arrow-block.is--left:hover {
  opacity: .6;
}

.swiper-arrow-block.is--right {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1vw;
  transition: opacity .2s;
}

.swiper-arrow-block.is--right:hover {
  opacity: .6;
}

.slide-nav {
  font-size: 13px;
}

.slide {
  position: relative;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .paragraph-default {
    font-size: 1.25vw;
  }

  .paragraph-default.has--max-width-layout {
    max-width: 24vw;
  }

  .paragraph-default.is--smaller {
    font-size: 1vw;
  }

  .paragraph-default.has--color-white {
    width: 28vw;
  }

  .paragraph-default.has--color-white.is--larger-mobile, .paragraph-default.has--color-white.is--smaller {
    width: 19vw;
  }

  .paragraph-default.has--max-width-dropdown {
    max-width: 18vw;
  }

  .paragraph-large.has--color-white.is--smaller, .paragraph-large.has--color-white.is--link {
    font-size: 1.8vw;
  }

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

  .container {
    max-width: 97.2vw;
  }

  .container.is--large_1920 {
    max-width: none;
  }

  .h1 {
    font-size: 6.2vw;
  }

  .h1.is--top {
    margin-bottom: 20vh;
  }

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

  .h3 {
    font-size: 2.5vw;
  }

  .h1-wrap {
    width: 71vw;
  }

  .hero-image-block {
    width: 20vw;
    height: 20vh;
  }

  .decor-wrap {
    grid-column-gap: 25.5vw;
    grid-row-gap: 25.5vw;
  }

  .decor-block {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
  }

  .decor-icon {
    width: 2vw;
  }

  .description-layout {
    grid-column-gap: 21.6vw;
    grid-template-columns: 18vw 1fr;
  }

  .background-grid {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
  }

  .popup-wrapper {
    width: 100vw;
    height: 26vw;
  }

  .layout {
    grid-template-columns: 20vw 1fr 18.2vw;
  }

  .layout-image {
    height: 31vw;
  }

  .link-block, .link-block.is--black {
    width: 18.3vw;
  }

  .link-arrow {
    width: 1.7vw;
  }

  .dropdown-wrapper {
    margin-top: 5vw;
  }

  .dropdown-image-wrap {
    margin-top: 3vw;
  }

  .popup-block {
    height: 26vw;
    padding: 1.4vw;
  }

  .popup-block.is--first {
    border-left-style: none;
  }

  .popup-block.is--last {
    border-right-style: none;
  }

  .popup-block.is--larger {
    width: 104%;
  }

  .popup-text {
    font-size: 2.5vw;
  }

  .popup-image.is--1 {
    width: 22vw;
    top: 3.5vw;
    left: -5vw;
  }

  .popup-image.is--1.active {
    transform: translate(13vw, 5vw)rotate(-16deg);
  }

  .popup-image.is--2 {
    width: 25.5vw;
    top: -.15vw;
    left: -1vw;
  }

  .popup-image.is--3 {
    top: 4.5vw;
    left: -4vw;
  }

  .popup-image.is--3.active {
    clip-path: inset(0 0 0 32.3%);
    transform: translate(76vw, -21vw)scale(1.3);
  }

  .popup-image.is--4-1 {
    top: 2vw;
  }

  .popup-image.is--4-1.active {
    transform: translate(78vw, -18vw)scale(1.35);
  }

  .popup-image.is--4-2 {
    width: 14vw;
    top: 13.6vw;
    left: 8vw;
  }

  .popup-image.is--4-2.active {
    transform: translate(79vw, -12vw)scale(1.4);
  }

  .popup-image.is--5 {
    width: 15vw;
    top: 3.5vw;
    left: 2.5vw;
  }

  .popup-image.is--5.active {
    transform: scale(1.25)translate(62.5vw, -14.5vw);
  }

  .close-link {
    border-bottom-width: 2px;
  }

  .close-icon {
    width: .94vw;
    margin-bottom: -.2vw;
  }

  .popup-content {
    width: 20vw;
    height: 26vw;
    left: 1px;
  }

  .popup-content.active {
    width: 100vw;
  }

  .popup-layout {
    grid-template-columns: 40.85vw 1fr 21.5vw;
    width: 100vw;
    min-width: 100vw;
  }

  .popup-heading {
    max-width: 26vw;
    margin-left: 1.5vw;
    font-size: 2.5vw;
  }

  .paragraph-block {
    grid-column-gap: 1.66vw;
    grid-row-gap: 1.66vw;
  }

  .popup-close {
    border-bottom-width: 2px;
  }

  .swiper-arrow-block.is--left {
    padding-left: 1.4vw;
  }

  .swiper-arrow-block.is--right {
    padding-right: 1.4vw;
  }
}

@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) {
  .paragraph-default {
    font-size: 1.1vw;
  }

  .paragraph-default.has--max-width-layout {
    max-width: 18vw;
  }

  .paragraph-default.is--smaller {
    font-size: .73vw;
  }

  .paragraph-default.has--color-white {
    width: 25vw;
  }

  .paragraph-default.has--color-white.is--larger-mobile, .paragraph-default.has--color-white.is--smaller {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .paragraph-default.is--large {
    font-size: 1.35vw;
  }

  .paragraph-default.has--max-width-popup {
    max-width: 18vw;
  }

  .paragraph-large {
    font-size: 2.1vw;
  }

  .paragraph-large.has--color-white {
    font-size: 1.35vw;
  }

  .paragraph-large.has--color-white.has--max-wdith {
    max-width: 54.5vw;
  }

  .paragraph-large.has--color-white.is--smaller, .paragraph-large.has--color-white.is--link {
    font-size: 1.35vw;
  }

  .paragraph-large.has--max-width {
    max-width: 51vw;
  }

  .paragraph-large.has--color-black {
    font-size: 1.34vw;
  }

  .paragraph-large.has--color-black.is--smaller {
    font-size: 1.1vw;
  }

  .container {
    max-width: 98vw;
  }

  .content-block.has--align-center {
    padding-top: 1vw;
  }

  .h1 {
    font-size: 4.6vw;
  }

  .h1.is--top {
    margin-bottom: 15vh;
  }

  .h2 {
    font-size: 3.85vw;
  }

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

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

  .h2.has--color-white {
    margin-bottom: 3vw;
  }

  .h3 {
    font-size: 2.4vw;
  }

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

  .h1-wrap {
    width: 53vw;
  }

  .hero-image-block {
    width: 15vw;
    height: 15vh;
  }

  .decor-wrap {
    grid-column-gap: 19vw;
    grid-row-gap: 19vw;
  }

  .decor-block {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .decor-icon {
    width: 1.4vw;
  }

  .bottom-text {
    bottom: 5vw;
  }

  .description-section {
    padding-bottom: 4.2vw;
  }

  .padding-block {
    padding-top: 8.4vw;
  }

  .padding-block.has--bottom {
    padding-bottom: 8.4vw;
  }

  .description-layout {
    grid-column-gap: 22vw;
  }

  ._5-factors-section {
    padding-top: 4.2vw;
  }

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

  .popup-wrapper {
    height: 29vw;
  }

  .popup-wrapper.active {
    height: 39vw;
  }

  .layout {
    grid-row-gap: 3vw;
    grid-template-columns: 20.2vw 1fr 18.2vw;
  }

  .layout-image {
    height: 24vw;
    margin-top: 6.5vw;
  }

  .link-block, .link-block.is--black {
    width: 18vw;
  }

  .link-arrow {
    width: 1.56vw;
  }

  .dropdown-wrapper {
    margin-top: 4vw;
  }

  .dropdown-toggle {
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
  }

  .dropdown-image-wrap {
    width: 39vw;
    height: 20vw;
    margin-top: 2vw;
  }

  .popup-block {
    height: 29vw;
    padding: 1.3vw;
  }

  .popup-block.is--larger {
    width: 102.5%;
  }

  .popup-text {
    font-size: 2.4vw;
  }

  .popup-image.is--1 {
    width: 23vw;
    top: 3vw;
    left: -5.5vw;
  }

  .popup-image.is--1.active {
    transform: translate(13vw, 17.5vw)rotate(-16deg);
  }

  .popup-image.is--2 {
    width: 29vw;
    left: -3vw;
  }

  .popup-image.is--2.active {
    transform: scale(1.1)translate(1vw, -13vw);
  }

  .popup-image.is--3 {
    width: 34vw;
    top: 3.7vw;
    left: -12vw;
  }

  .popup-image.is--3.active {
    clip-path: inset(0 0 0 30%);
    transform: translate(76vw, -13vw)scale(1.05);
  }

  .popup-image.is--4-1 {
    width: 23.5vw;
    left: -3vw;
  }

  .popup-image.is--4-1.active {
    transform: translate(76vw, -6vw)scale(1.35);
  }

  .popup-image.is--4-2 {
    width: 16vw;
    top: 15.8vw;
    left: 7vw;
  }

  .popup-image.is--4-2.active {
    transform: translate(79vw)scale(1.4);
  }

  .popup-image.is--5 {
    width: 16vw;
    top: 4.6vw;
    left: 2vw;
  }

  .popup-image.is--5.active {
    transform: scale(1.35)translate(56vw, -6vw);
  }

  .close-link {
    width: 7.5vw;
    top: 1.5vw;
  }

  .close-icon {
    width: .7vw;
    margin-bottom: -.1vw;
  }

  .popup-content {
    justify-content: flex-start;
    align-items: flex-end;
    height: 29vw;
  }

  .popup-content.active {
    height: 39vw;
  }

  .popup-layout {
    grid-row-gap: 3vw;
    grid-template-columns: 41vw 1fr 21vw;
  }

  .popup-heading {
    margin-left: 1.4vw;
    font-size: 2.4vw;
  }

  .paragraph-block {
    grid-column-gap: 2.3vw;
    grid-row-gap: 2.3vw;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inner-popup-content {
    width: 62vw;
  }

  .popup-close {
    width: 7.5vw;
    top: 2vw;
    right: 2vw;
  }

  .popup-inner-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .popup-content-grid-wrap {
    padding: 6.25vw 2vw;
  }

  .popup-content-grid.has--margin {
    margin-bottom: 2vw;
  }

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

  .swiper-arrow-block.is--left {
    padding-left: 1vw;
  }

  .swiper-arrow-block.is--right {
    padding-right: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .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-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .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: 96vw;
  }

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

  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .partner-section {
    padding-top: 100px;
  }

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

  .paragraph-default {
    font-size: 4.3vw;
  }

  .paragraph-default.has--max-width {
    max-width: 100%;
  }

  .paragraph-default.has--margin-mob {
    margin-bottom: 9.6vw;
  }

  .paragraph-default.has--max-width-layout {
    max-width: 100%;
  }

  .paragraph-default.is--smaller {
    font-size: 4.3vw;
  }

  .paragraph-default.has--color-white {
    width: 87vw;
  }

  .paragraph-default.has--color-white.is--larger-mobile {
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
    font-size: 5.9vw;
  }

  .paragraph-default.has--color-white.is--smaller {
    width: auto;
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
    font-size: 5.9vw;
  }

  .paragraph-default.has--max-width-dropdown {
    max-width: none;
  }

  .paragraph-default.is--large {
    font-size: 4.8vw;
  }

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

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

  .paragraph-large.has--color-white.has--max-wdith, .paragraph-large.has--max-width {
    max-width: none;
  }

  .paragraph-large.has--color-black {
    font-size: 4.8vw;
  }

  .paragraph-large.has--color-black.is--smaller {
    font-size: 4.2vw;
  }

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

  .logo-image_partner {
    height: 60px;
  }

  .container {
    max-width: 90vw;
  }

  .container.is--large_1920 {
    transition: height .8s;
  }

  .content-block.has--full-height {
    grid-column-gap: 8.5vw;
    grid-row-gap: 8.5vw;
    height: 100svh;
    min-height: 170vw;
  }

  .content-block.has--align-center {
    padding-top: 8vw;
  }

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

  .h1.is--top {
    margin-bottom: 50vw;
  }

  .h2 {
    font-size: 8vw;
  }

  .h2.has--align-center {
    z-index: 1;
    margin-bottom: 24vw;
    position: relative;
  }

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

  .h2.has--color-white {
    margin-bottom: 6.4vw;
  }

  .h3 {
    font-size: 5.8vw;
  }

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

  .h1-wrap {
    width: 90vw;
    margin-top: 20.5vw;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 67vw;
  }

  .hero-image-block {
    width: 62.4vw;
    height: 35vw;
  }

  .decor-wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .decor-block {
    width: auto;
  }

  .popup-line {
    display: none;
  }

  .decor-icon {
    width: 4vw;
  }

  .bottom-text {
    position: relative;
    bottom: 0;
  }

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

  .padding-block {
    padding-top: 27vw;
  }

  .padding-block.has--bottom {
    padding-bottom: 27vw;
  }

  .description-layout {
    grid-row-gap: 6.4vw;
    flex-flow: column;
    display: flex;
  }

  ._5-factors-section {
    padding-top: 27vw;
  }

  ._5-factors-section.fixed {
    z-index: 99999;
  }

  .background-grid {
    display: none;
  }

  .popup-wrapper {
    z-index: 2;
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
    flex-flow: column;
    width: 90vw;
    height: 425.6vw;
    position: relative;
  }

  .popup-wrapper.active {
    height: 190vw;
    overflow: hidden;
  }

  .about-section.hidden {
    opacity: 1;
  }

  .layout {
    grid-row-gap: 6vw;
    flex-flow: column;
    display: flex;
    position: relative;
  }

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

  .layout-image {
    object-position: 45% 50%;
    height: 129vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .link-block {
    width: 90vw;
    padding-bottom: 2.5vw;
  }

  .link-arrow {
    width: 7vw;
  }

  .dropdown-wrapper {
    margin-top: 16vw;
  }

  .dropdown-toggle {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .dropdown-image-wrap {
    width: 100%;
    height: 65vw;
    margin-top: 0;
  }

  .dropdown-icon {
    width: 3.2vw;
  }

  .popup-block {
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 80vw;
    padding: 6vw;
    overflow: hidden;
  }

  .popup-text {
    font-size: 5.9vw;
  }

  .popup-arrow {
    width: 6vw;
  }

  .popup-image.is--1 {
    width: 79vw;
    top: 15vw;
    left: -21vw;
    transform: scale(.9)translate(0)rotate(-16deg);
  }

  .popup-image.is--1.active {
    transform: scale(.8)translate(18vw, 4vw)rotate(-16deg);
  }

  .popup-image.is--2 {
    width: 95vw;
    top: -.1vw;
    left: 11.8vw;
  }

  .popup-image.is--2.active {
    transform: scale(.95)translate(-14.8vw, 23vw);
  }

  .popup-image.is--3 {
    width: 90vw;
    top: 8.4vw;
    left: 0;
  }

  .popup-image.is--3.active {
    transform: translate(-14.9vw, 22vw)scale(1.33);
  }

  .popup-image.is--4-1 {
    width: 80vw;
    top: 1.5vw;
  }

  .popup-image.is--4-1.active {
    transform: translate(7vw, 24vw)scale(1.12);
  }

  .popup-image.is--4-2 {
    width: 53vw;
    top: 45.7vw;
    left: 40vw;
  }

  .popup-image.is--4-2.active {
    transform: translate(-5.5vw, 42vw)scale(1.1);
  }

  .popup-image.is--5 {
    width: 52.6vw;
    top: 8vw;
    left: 19vw;
  }

  .popup-image.is--5.active {
    transform: scale(1.2)translate(0, 17vw);
  }

  .close-link {
    z-index: 9999;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff80;
    justify-content: center;
    align-items: baseline;
    width: 100vw;
    padding: 6vw 5vw;
    transition: opacity .2s;
    position: fixed;
    top: 0;
    right: 0;
  }

  .close-icon {
    width: 2.4vw;
  }

  .arrow-wrap {
    width: 6.3vw;
  }

  .popup-content {
    width: 90vw;
    height: 80vw;
    margin-top: -74vw;
    margin-left: -6vw;
    transition: height .8s, opacity .2s, width .8s ease-out;
    position: relative;
    inset: 0% 0% auto;
  }

  .popup-content.active {
    width: 90vw;
    height: 198vw;
  }

  .popup-layout {
    grid-row-gap: 6vw;
    flex-flow: column;
    width: 78vw;
    min-width: 78vw;
    display: flex;
    position: relative;
  }

  .popup-layout.has--margin {
    margin-bottom: 6vw;
  }

  .popup-heading {
    max-width: 90vw;
    margin-bottom: 60vw;
    font-size: 5.9vw;
  }

  .popup-heading.is--2 {
    margin-bottom: 70vw;
  }

  .popup-heading.is--3 {
    margin-bottom: 80vw;
  }

  .popup-heading.is--4 {
    margin-bottom: 100vw;
  }

  .main-line {
    display: none;
  }

  .dropdown-arrow-wrapper {
    height: 5.5vw;
    position: absolute;
    inset: .4vw 0% auto auto;
  }

  .link-arrow-wrapper {
    width: 8vw;
  }

  .inner-popup-content {
    width: 90vw;
    height: 80svh;
    min-height: 132vw;
    overflow: scroll;
  }

  .popup-close {
    width: 25.5vw;
    padding-bottom: 2.5vw;
    position: sticky;
    inset: 5vw auto auto 59.5vw;
  }

  .popup-inner-grid {
    display: none;
  }

  .popup-content-grid-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: -7vw;
    padding: 21vw 5vw;
    display: flex;
  }

  .popup-content-grid.has--margin {
    width: 160vw;
    margin-bottom: 8vw;
  }

  .grid-wrapper {
    grid-column-gap: 3.73333vw;
    grid-row-gap: 3.73333vw;
    width: 160vw;
  }

  .inner-popup-line {
    width: 0%;
    height: 1px;
  }

  .link-div-wrap {
    width: 21vw;
    position: absolute;
    inset: auto auto 5vw;
  }

  .side-grad {
    z-index: 60;
    background-image: linear-gradient(#000, #fff);
    width: 2vw;
    height: 100%;
    position: sticky;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }
}

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

  .inner-popup-content {
    height: 70svh;
  }
}

#w-node-_1b0aa581-2990-be99-9424-8504893e6b75-5c6d97f9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f743cd97-005e-ddb3-c77a-d8d1dc6bbd64-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2a26c2cb-2fbb-ee33-4822-cd9051c3592b-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_871307f8-abde-3c69-6a41-d253cb436485-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_13524b7f-e35c-2980-6f69-d4c83e4007a6-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_9dec8ac7-2eed-6196-1514-aca2d896db15-5c6d97f9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0f3e9824-5749-896f-2c05-a14d1a62935b-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e33e0e5-72ab-4500-3d7d-314d54ca0085-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_1e33e0e5-72ab-4500-3d7d-314d54ca0086-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1e33e0e5-72ab-4500-3d7d-314d54ca0088-5c6d97f9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8c9831a3-3cf4-4590-7718-b1a86c140568-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96079bc4-5e94-6183-a289-76fcc5855708-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_96079bc4-5e94-6183-a289-76fcc5855709-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_96079bc4-5e94-6183-a289-76fcc585570b-5c6d97f9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_4d9d59b5-f73d-1a22-c602-e3a10eb2a542-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3c77a12-b231-bffe-40c3-72afd461da54-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e3c77a12-b231-bffe-40c3-72afd461da55-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e3c77a12-b231-bffe-40c3-72afd461da57-5c6d97f9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_946abfca-1cd7-1f7e-e73e-d139e22e0761-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc96a932-62d9-50c9-bcd9-951a46e975c0-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-bc96a932-62d9-50c9-bcd9-951a46e975c1-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-bc96a932-62d9-50c9-bcd9-951a46e975c3-5c6d97f9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9282a4d7-8bd0-963f-e04d-1d0a569bd0fc-5c6d97f9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0ad8f473-57c3-b29f-0814-f67f16a160f6-5c6d97f9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_92f22a4d-83d4-3a39-fd6c-236c3c2b8d67-5c6d97f9 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_4c202652-172b-d52d-660c-d63ed3183f8e-5c6d97f9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_89ce9390-1621-c0a9-0a16-03b08a26230d-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_83dd18c6-fa8a-594a-8bf5-aab80102163f-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f0919bd-b2d0-f237-a018-ba2f545a74dd-5c6d97f9 {
  justify-self: end;
}

#w-node-_726e372c-b773-08d8-a605-2e0a5ca7e1d6-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_516a90ff-03a3-8717-8734-3a260000d63e-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end;
}

#w-node-_8d6b184b-f9dc-9195-fc5b-4860bf557e1f-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_764e52f1-8917-c329-f812-7fb6176c5d18-5c6d97f9 {
  justify-self: end;
}

#w-node-_8d6b184b-f9dc-9195-fc5b-4860bf557e26-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_8d6b184b-f9dc-9195-fc5b-4860bf557e28-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end;
}

#w-node-bb05a34e-74dc-70b9-a3ef-86f4770e919c-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6457a6f-358c-8297-e5b7-012833ecc5b5-5c6d97f9 {
  justify-self: end;
}

#w-node-bb05a34e-74dc-70b9-a3ef-86f4770e91a3-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-bb05a34e-74dc-70b9-a3ef-86f4770e91a5-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end;
}

#w-node-_21c6c24d-0500-546f-6225-7423391b7d0c-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6594391-f6f4-0b3c-8c3c-7ff696d2f324-5c6d97f9 {
  justify-self: end;
}

#w-node-_21c6c24d-0500-546f-6225-7423391b7d13-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_21c6c24d-0500-546f-6225-7423391b7d15-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end;
}

#w-node-cbfc31a6-ffb8-aec2-8991-5276a8b0b177-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7213a571-ad7d-dc50-a869-f60766d0e0bd-5c6d97f9 {
  justify-self: end;
}

#w-node-cbfc31a6-ffb8-aec2-8991-5276a8b0b17e-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-cbfc31a6-ffb8-aec2-8991-5276a8b0b180-5c6d97f9 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e926d-5c6d97f9 {
    grid-area: 2 / 1 / 3 / 6;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9251-5c6d97f9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

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

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

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

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

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

  #w-node-_4d6c5f0a-e6b3-d8a7-3b91-69e3149e9273-5c6d97f9 {
    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;
}