.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../../../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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Wide, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 115%;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Wide, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
}

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

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

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

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

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

.logo {
  object-fit: contain;
  display: block;
}

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

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

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

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

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.partner-description-mobile {
  color: #000;
  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;
  width: 100%;
  min-height: 220px;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}

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

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

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

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

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

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

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

.footer-link {
  color: #000;
  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;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 20px;
}

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

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

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

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

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  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;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff960;
  align-self: flex-start;
  margin-top: -40px;
  padding: 15px 20px;
  font-family: Druk Wide, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #000;
  background-color: #fff960;
}

.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: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is--secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  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, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: 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;
  align-items: start;
  justify-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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.ac-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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 {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff960;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Druk Wide, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: rgba(0, 0, 0, .05);
}

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

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

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

.ac-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

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

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

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  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 {
  width: 100%;
  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;
  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 {
  max-width: 920px;
}

.padding-section {
  padding-top: 80px;
  padding-bottom: 180px;
}

.padding-section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.description {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 132%;
}

.count-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  width: 450px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.is--full-width.is--mobile {
  display: none;
}

.marquee-text {
  color: #ffe500;
  text-transform: lowercase;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.year {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
}

.menu-text {
  color: #000;
  text-transform: uppercase;
  font-family: Druk Wide, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.menu-text.has--color-white {
  color: #fff;
  font-size: 12px;
}

.section-hero {
  padding-top: 85px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.marquee {
  display: flex;
}

.marquee-inner {
  flex: none;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.marquee-wrapper {
  border-top: 1px solid #ffe500;
  border-bottom: 1px solid #ffe500;
  flex: none;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.marquee-wrapper.has--padding {
  padding-right: 60px;
}

.marquee-icon {
  width: 12px;
  height: 12px;
  flex: none;
  margin-left: 13px;
}

.content-block {
  position: relative;
}

.content-block.is--static {
  position: static;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  margin-top: 200px;
  display: flex;
}

.h1-wrapper {
  width: 612px;
}

.h1.is--align-right {
  text-align: right;
}

.layout {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 470px 205px;
  grid-auto-columns: 1fr;
  justify-content: end;
  display: grid;
}

.layout.for--yellow-section {
  grid-template-columns: 205px 2fr;
}

.layout.is--mobile.is--first {
  display: none;
}

.menu-wrapper {
  width: 205.18px;
  height: auto;
  background-color: #fff960;
  padding: 3.5px;
}

.top-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 13px 15px;
  display: flex;
}

.menu-icon {
  width: 13px;
  height: 13px;
}

.year-list {
  flex-direction: column;
  align-items: stretch;
  padding: 18px 28px;
  display: flex;
}

.year-list.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff960;
  flex-direction: column;
  padding: 19px 33px;
  transition: opacity .2s;
  display: flex;
}

.year-block {
  height: auto;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.year-block:hover {
  transform: scale(1.05);
}

.count-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 7px;
  display: flex;
}

.count-wrapper.is--full-width.is--mobile {
  display: none;
}

.count-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.yellow-section {
  z-index: 1;
  background-color: #fff960;
  position: relative;
}

.blur-image {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: -25%;
}

.blur-image.is--1 {
  width: 480px;
  height: 360px;
  right: -25%;
}

.blur-image.is--2 {
  width: 476px;
  height: 604px;
  top: 9%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.blur-image.is--3 {
  width: 602.53px;
  height: 496.16px;
  top: 13%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.blur-image.is--4 {
  width: 602.53px;
  height: 496.16px;
  top: auto;
  bottom: -13%;
  left: auto;
  right: -16%;
}

.blur-image.is--5 {
  width: 450px;
  height: 580px;
  top: 17%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(24deg);
}

.blur-image.is--6 {
  width: 614.78px;
  height: 777.3px;
  top: 83%;
  bottom: auto;
  left: -43%;
  right: auto;
}

.blur-image.is--7 {
  width: 440px;
  height: 658px;
  top: 78%;
  bottom: auto;
  left: 69%;
  right: auto;
}

.blur-image.is--8 {
  width: 440px;
  height: 372.72px;
  top: 3%;
  bottom: auto;
  left: -31%;
  right: auto;
}

.blur-image.is--9 {
  width: 514.61px;
  height: 533.63px;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -29%;
}

.blur-image.is--10 {
  width: 550px;
  height: 550px;
  top: -9%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.blur-image.is--11 {
  width: 660px;
  height: 660px;
  top: auto;
  bottom: -15%;
  left: -33%;
  right: auto;
}

.blur-image.is--12 {
  width: 420px;
  height: 620px;
  top: 12%;
  bottom: auto;
  left: auto;
  right: -26%;
}

.blur-image.is--hero_2 {
  width: 602.53px;
  height: 496.16px;
  top: 10%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.blur-image.is--hero_1 {
  width: 602.53px;
  height: 496.16px;
  top: -203%;
  bottom: auto;
  left: auto;
  right: -28%;
}

.dropdown-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.dropdown {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.dropdown.is--static {
  position: static;
}

.dropdown-toggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px;
  display: flex;
}

.dropdown-arrow {
  width: 27.09px;
  height: 27.09px;
  transform: rotate(0);
}

.dropdown-arrow.is--small {
  width: 17.11px;
  height: 17.11px;
}

.dropdown-text {
  margin-bottom: 60px;
}

.dropdown-text.w--open {
  background-color: #000;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff960;
}

.dropdown-list {
  overflow: hidden;
}

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

.image-large {
  width: 100%;
  height: 480px;
  filter: grayscale();
  object-fit: cover;
  transition: filter .5s;
}

.image-large:hover {
  filter: grayscale(0%);
}

.section-2019.is--relative {
  position: relative;
}

.fixed-block {
  display: block;
  position: fixed;
  top: 80px;
}

.fixed-block.is--large-device {
  z-index: 0;
}

.fixed-block.is--mobile {
  display: none;
}

.dropdown-hide {
  overflow: hidden;
}

.blur-image_hero {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: -25%;
}

.blur-image_hero.is--1 {
  width: 480px;
  height: 360px;
  right: -25%;
}

.blur-image_hero.is--2 {
  width: 476px;
  height: 604px;
  top: 9%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.blur-image_hero.is--3 {
  width: 602.53px;
  height: 496.16px;
  top: 13%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.blur-image_hero.is--4 {
  width: 602.53px;
  height: 496.16px;
  top: auto;
  bottom: -13%;
  left: auto;
  right: -16%;
}

.blur-image_hero.is--5 {
  width: 450px;
  height: 580px;
  top: 17%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(24deg);
}

.blur-image_hero.is--6 {
  width: 614.78px;
  height: 777.3px;
  top: 83%;
  bottom: auto;
  left: -43%;
  right: auto;
}

.blur-image_hero.is--7 {
  width: 440px;
  height: 658px;
  top: 78%;
  bottom: auto;
  left: 69%;
  right: auto;
}

.blur-image_hero.is--8 {
  width: 440px;
  height: 372.72px;
  top: 3%;
  bottom: auto;
  left: -31%;
  right: auto;
}

.blur-image_hero.is--9 {
  width: 514.61px;
  height: 533.63px;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -29%;
}

.blur-image_hero.is--10 {
  width: 550px;
  height: 550px;
  top: -9%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.blur-image_hero.is--11 {
  width: 660px;
  height: 660px;
  top: auto;
  bottom: -15%;
  left: -33%;
  right: auto;
}

.blur-image_hero.is--12 {
  width: 420px;
  height: 620px;
  top: 12%;
  bottom: auto;
  left: auto;
  right: -26%;
}

.blur-image_hero.is--hero_2 {
  width: 602.53px;
  height: 496.16px;
  top: 10%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.blur-image_hero.is--hero_1 {
  width: 602.53px;
  height: 496.16px;
  top: -203%;
  bottom: auto;
  left: auto;
  right: -28%;
}

.image-large-copy {
  width: 100%;
  height: 409px;
  object-fit: cover;
  object-position: 50% 80%;
  margin-top: 100px;
}

.image-block {
  width: 100%;
  height: 409px;
  object-fit: cover;
  object-position: 50% 80%;
  margin-top: 100px;
  overflow: hidden;
}

.side-image {
  width: 231px;
  height: 160px;
  object-fit: cover;
}

.image-small {
  width: 230px;
  height: 130px;
  object-fit: cover;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-small.is--2 {
  height: 181px;
  top: auto;
  bottom: 43%;
  left: auto;
}

.image-small.is--1, .image-small.is--2 {
  top: 40%;
}

.image-small.is--1 {
  width: 60px;
  height: 60px;
  object-fit: fill;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.image-small.is--4 {
  width: 50px;
  height: 50px;
  object-fit: fill;
  top: 54%;
  right: -42%;
}

.image-small.is--3 {
  width: 50px;
  height: 50px;
  object-fit: fill;
  top: auto;
  bottom: 40%;
  left: auto;
  right: -40%;
}

.image-small.is--2 {
  width: 70px;
  height: 80px;
  object-fit: fill;
  top: 40%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.image-small.is--4, .image-small.is--5, .image-small.is--6 {
  height: 181px;
  top: auto;
  bottom: 43%;
  left: auto;
}

.image-small.is--7 {
  width: 175px;
  height: 234px;
  object-fit: contain;
  top: auto;
  bottom: 10%;
  left: -50%;
  right: auto;
}

.image-small.is--8 {
  width: 313px;
  height: 300px;
  object-fit: contain;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -64%;
}

.image-small.is--9 {
  width: 240px;
  height: 250px;
  object-fit: contain;
  top: auto;
  bottom: 5%;
  left: -57%;
  right: auto;
}

.image-small.is--10 {
  width: 250px;
  height: 200px;
  object-fit: contain;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -54%;
}

.image-small.is--right {
  width: 250px;
  height: 300px;
  object-fit: contain;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -54%;
}

.image-small.is--right.is--higher {
  bottom: 53%;
}

.image-small.is--right.is--lower {
  bottom: 19%;
}

.image-small.is--right.is--regular {
  display: block;
}

.image-small.is--right.is--mobile {
  display: none;
}

.image-small.is--12 {
  width: 250px;
  height: 300px;
  object-fit: contain;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -46%;
}

.image-small.is--coin_right {
  width: 181px;
  height: 120px;
  object-fit: contain;
  top: 54%;
  left: 106%;
}

.image-small.is--coin_left {
  width: 100px;
  height: 100px;
  object-fit: contain;
  top: 16%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.image-small.is--unicorn {
  width: 100px;
  height: 100px;
  object-fit: contain;
  top: 36%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.image-small.is--unicorn.is--regular {
  display: block;
}

.image-small.is--ai {
  height: 330px;
  object-fit: fill;
  top: 30%;
}

.image-small.is--ai.is--regular {
  display: block;
}

.image-small.is--left {
  width: 250px;
  height: 300px;
  object-fit: contain;
  top: auto;
  bottom: 20%;
  left: -58%;
  right: auto;
}

.image-small.is--left.is--lower {
  bottom: 7%;
}

.image-small.is--left.is--lower.is--regular {
  display: block;
}

.image-small.is--left.is--lower.is--mobile {
  display: none;
}

.image-small.is--left.is--small.is--regular {
  display: block;
}

.image-small.is--left.is--small.is--mobile {
  display: none;
}

.image-small.is--left.is--regular {
  display: block;
}

.image-small.is--left.is--mobile {
  display: none;
}

.link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.marquee-part {
  flex: none;
  display: flex;
}

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

.gif.pointer-events-off {
  z-index: 99999;
  background-image: url('../images/ztrl.gif');
  display: block;
}

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

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

.lang-block {
  margin-left: 14px;
}

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

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 32px;
  }

  .blur-image.is--1 {
    right: -35%;
  }

  .blur-image.is--2, .blur-image.is--3, .blur-image.is--4, .blur-image.is--5, .blur-image.is--6, .blur-image.is--7, .blur-image.is--8, .blur-image.is--9, .blur-image.is--10, .blur-image.is--11, .blur-image.is--12, .blur-image.is--hero_2, .blur-image.is--hero_1 {
    left: -50%;
  }

  .blur-image_hero.is--1 {
    right: -35%;
  }

  .blur-image_hero.is--2, .blur-image_hero.is--3, .blur-image_hero.is--4, .blur-image_hero.is--5, .blur-image_hero.is--6, .blur-image_hero.is--7, .blur-image_hero.is--8, .blur-image_hero.is--9, .blur-image_hero.is--10, .blur-image_hero.is--11, .blur-image_hero.is--12, .blur-image_hero.is--hero_2 {
    left: -50%;
  }

  .blur-image_hero.is--hero_1 {
    top: -229%;
    right: -41%;
  }

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

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 62px;
  }

  h3 {
    font-size: 30px;
  }

  .button {
    margin-top: -20px;
  }

  .count {
    font-size: 36px;
  }

  .container {
    max-width: 1300px;
  }

  .padding-section {
    padding-bottom: 200px;
  }

  .padding-section-small {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .description {
    width: 320px;
    flex: 0 auto;
    font-size: 26px;
  }

  .count-text {
    font-size: 18px;
  }

  .paragraph {
    width: 600px;
  }

  .marquee-text {
    font-size: 18px;
  }

  .menu-text {
    font-size: 16px;
  }

  .hero-content {
    grid-column-gap: 60px;
    justify-content: space-between;
  }

  .h1-wrapper {
    width: 807px;
  }

  .layout {
    grid-column-gap: 60px;
    grid-template-columns: 660px 313px;
  }

  .layout.for--yellow-section {
    grid-column-gap: 40px;
    grid-template-columns: 225px 2fr;
  }

  .year-list {
    padding-left: 21px;
    padding-right: 20px;
  }

  .count-wrapper {
    grid-row-gap: 50px;
  }

  .count-block {
    grid-row-gap: 10px;
  }

  .blur-image.is--1 {
    width: 600px;
    height: 500px;
    bottom: -67%;
    right: -17%;
  }

  .blur-image.is--2 {
    width: 550px;
    height: 750px;
    top: 4%;
    left: -27%;
  }

  .blur-image.is--3, .blur-image.is--4, .blur-image.is--5, .blur-image.is--6, .blur-image.is--7, .blur-image.is--8, .blur-image.is--9, .blur-image.is--10, .blur-image.is--11, .blur-image.is--12, .blur-image.is--hero_2, .blur-image.is--hero_1 {
    left: -26%;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-arrow {
    width: 32.51px;
    height: 32.51px;
  }

  .image-large {
    height: 484px;
  }

  .blur-image_hero.is--1 {
    width: 500px;
    height: 350px;
    bottom: -53%;
    right: -17%;
  }

  .blur-image_hero.is--2, .blur-image_hero.is--3, .blur-image_hero.is--4, .blur-image_hero.is--5, .blur-image_hero.is--6, .blur-image_hero.is--7, .blur-image_hero.is--8, .blur-image_hero.is--9, .blur-image_hero.is--10, .blur-image_hero.is--11, .blur-image_hero.is--12 {
    left: -26%;
  }

  .blur-image_hero.is--hero_2 {
    width: 800px;
    height: 600px;
    left: -15%;
  }

  .blur-image_hero.is--hero_1 {
    width: 800px;
    height: 600px;
    top: -178%;
    right: -25%;
  }

  .image-small.is--1 {
    width: 94px;
    height: 94px;
  }

  .image-small.is--3 {
    width: 66.6px;
    height: 76.5px;
    bottom: 25%;
  }

  .image-small.is--2 {
    width: 107px;
    height: 122.75px;
  }

  .image-small.is--right {
    width: 368px;
    height: 400px;
    bottom: 12%;
    right: -65%;
  }

  .image-small.is--right.is--higher {
    bottom: 29%;
  }

  .image-small.is--coin_right {
    height: 186px;
    left: 117%;
  }

  .image-small.is--coin_left {
    width: 125px;
    height: 125px;
    top: 27%;
  }

  .image-small.is--unicorn {
    width: 193px;
    height: 177px;
    top: 32%;
    left: -40%;
  }

  .image-small.is--ai {
    width: 340px;
    height: 561px;
    object-fit: contain;
    top: 21%;
  }

  .image-small.is--left {
    width: 368px;
    left: -60%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }

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

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

  .credits-block {
    width: 100%;
  }

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

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

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

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

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

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .count {
    font-size: 36px;
  }

  .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 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .description {
    width: 254px;
  }

  .count-text {
    font-size: 18px;
  }

  .paragraph {
    width: 450px;
  }

  .paragraph.is--full-width {
    width: 100%;
  }

  .paragraph.is--full-width.is--mobile {
    display: block;
  }

  .section-hero {
    padding-top: 75px;
    padding-bottom: 270px;
  }

  .hero-content {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 250px;
  }

  .h1-wrapper {
    width: 612px;
    align-self: center;
  }

  .layout {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .layout.for--yellow-section {
    grid-column-gap: 75px;
    grid-row-gap: 100px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .layout.is--mobile {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
  }

  .layout.is--mobile.is--first {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-wrapper {
    height: auto;
  }

  .top-block {
    justify-content: space-between;
  }

  .year-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .count-wrapper {
    grid-column-gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    margin-top: 0;
  }

  .count-wrapper.is--full-width.is--mobile {
    display: flex;
  }

  .count-block {
    grid-row-gap: 6px;
  }

  .blur-image.is--1 {
    bottom: -42%;
    right: -28%;
  }

  .blur-image.is--2, .blur-image.is--3, .blur-image.is--4, .blur-image.is--5, .blur-image.is--6, .blur-image.is--7, .blur-image.is--8, .blur-image.is--9, .blur-image.is--10, .blur-image.is--11, .blur-image.is--12, .blur-image.is--hero_2, .blur-image.is--hero_1 {
    display: none;
  }

  .dropdown-wrapper {
    grid-row-gap: 40px;
  }

  .image-large {
    height: 590px;
  }

  .fixed-block.is--large-device {
    display: none;
  }

  .fixed-block.is--mobile {
    padding-left: 0;
    display: block;
    position: static;
  }

  .blur-image_hero.is--1 {
    bottom: -42%;
    right: -28%;
  }

  .blur-image_hero.is--2, .blur-image_hero.is--3, .blur-image_hero.is--4, .blur-image_hero.is--5, .blur-image_hero.is--6, .blur-image_hero.is--7, .blur-image_hero.is--8, .blur-image_hero.is--9, .blur-image_hero.is--10, .blur-image_hero.is--11, .blur-image_hero.is--12 {
    display: none;
  }

  .blur-image_hero.is--hero_2 {
    width: 550px;
    height: 440px;
    display: block;
    top: 94%;
  }

  .blur-image_hero.is--hero_1 {
    width: 550px;
    height: 420px;
    display: block;
    top: -162%;
  }

  .image-block {
    height: 533px;
  }

  .image-small.is--1 {
    top: 50%;
    right: 5%;
  }

  .image-small.is--3 {
    bottom: 17%;
    right: 18%;
  }

  .image-small.is--2 {
    top: 20%;
    left: 70%;
  }

  .image-small.is--right {
    right: -3%;
  }

  .image-small.is--coin_right {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 10%;
  }

  .image-small.is--coin_left {
    width: 80px;
    height: 80px;
    top: 18%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .image-small.is--unicorn {
    width: 130px;
    height: 120px;
    top: 44%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .image-small.is--ai {
    top: 30%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-small.is--left {
    top: auto;
    bottom: 10%;
    left: auto;
    right: -5%;
  }

  .image-small.is--left.is--lower {
    bottom: 5%;
    right: -5%;
  }

  .image-small.is--left.is--small {
    width: 112px;
    height: 149.76px;
    bottom: 13%;
    right: 8%;
  }

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

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

  h3 {
    font-size: 20px;
  }

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

  .ain-ua-logo {
    height: 100%;
  }

  .partner-logo {
    width: 60px;
    background-image: none;
    align-self: stretch;
  }

  .logo {
    display: block;
  }

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

  .image {
    display: block;
  }

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

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

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

  .footer {
    padding: 57px 20px;
  }

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

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

  .button {
    width: 100%;
    margin-top: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

  .count {
    font-size: 24px;
  }

  .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 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-section {
    padding-bottom: 120px;
  }

  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    width: 182px;
    text-align: right;
    font-size: 16px;
  }

  .count-text {
    font-size: 14px;
  }

  .paragraph {
    width: 100%;
    font-size: 16px;
  }

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

  .section-hero {
    padding-top: 65px;
    padding-bottom: 30px;
  }

  .hero-content {
    grid-row-gap: 15px;
    margin-top: 70px;
  }

  .h1-wrapper {
    width: 391px;
    align-self: flex-start;
  }

  .layout {
    grid-row-gap: 40px;
  }

  .layout.for--yellow-section {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .layout.is--mobile.is--first {
    align-items: center;
    display: flex;
  }

  .menu-wrapper {
    width: 100%;
  }

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

  .year-list {
    grid-row-gap: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .count-wrapper {
    align-self: flex-start;
  }

  .count-wrapper.is--full-width {
    width: 100%;
    grid-column-gap: 10px;
  }

  .blur-image.is--1 {
    width: 340px;
    height: 290px;
    bottom: -40%;
    right: -20%;
  }

  .dropdown.is--static {
    position: relative;
  }

  .dropdown-text {
    margin-bottom: 240px;
  }

  .image-large {
    height: 100%;
  }

  .fixed-block.is--mobile {
    width: 100%;
  }

  .blur-image_hero.is--1 {
    width: 340px;
    height: 290px;
    bottom: -40%;
    right: -20%;
  }

  .blur-image_hero.is--hero_2 {
    width: 350px;
    height: 260px;
    top: 27%;
    left: -19%;
  }

  .blur-image_hero.is--hero_1 {
    top: -206%;
    right: -52%;
  }

  .image-block {
    height: 299px;
    margin-top: 80px;
  }

  .image-small.is--1 {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 35%;
  }

  .image-small.is--3 {
    top: auto;
    bottom: 20%;
    left: 30%;
    right: auto;
  }

  .image-small.is--2 {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 10%;
  }

  .image-small.is--right {
    height: 200px;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0%;
  }

  .image-small.is--right.is--higher {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0%;
  }

  .image-small.is--right.is--lower {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 10%;
  }

  .image-small.is--right.is--mobile-lower {
    bottom: 3%;
  }

  .image-small.is--coin_right {
    top: auto;
    bottom: 5%;
    left: 20%;
    right: auto;
  }

  .image-small.is--coin_left {
    width: 70px;
    height: 70px;
    top: auto;
    bottom: 20%;
    left: auto;
    right: 20%;
  }

  .image-small.is--unicorn {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 35%;
  }

  .image-small.is--ai {
    width: 150px;
    height: 220px;
    object-fit: contain;
    top: auto;
    bottom: 5%;
    left: auto;
    right: -4%;
  }

  .image-small.is--left {
    height: 200px;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0%;
  }

  .image-small.is--left.is--lower {
    height: 200px;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: auto;
  }

  .image-small.is--left.is--small {
    top: auto;
    bottom: 10%;
    left: 10%;
    right: auto;
  }

  .image-small.is--left.is--mobile-lower {
    bottom: 4%;
  }

  .mobile-image-wrapper {
    margin-bottom: 0;
  }

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

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

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

  .image {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description, .marquee-text {
    font-size: 14px;
  }

  .section-hero {
    padding-bottom: 110px;
  }

  .hero-content {
    margin-top: 110px;
  }

  .h1-wrapper {
    width: 261px;
  }

  .layout {
    grid-row-gap: 30px;
  }

  .layout.for--yellow-section, .count-wrapper, .count-wrapper.is--full-width {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .h2 {
    font-size: 23px;
  }

  .blur-image.is--1 {
    bottom: -39%;
    right: -33%;
  }

  .dropdown-wrapper {
    margin-top: 30px;
  }

  .dropdown-text {
    margin-bottom: 40px;
  }

  .dropdown-text.has--mobile-margin {
    margin-bottom: 160px;
  }

  .blur-image_hero.is--1 {
    bottom: -39%;
    right: -33%;
  }

  .blur-image_hero.is--hero_2 {
    width: 600px;
    height: 350px;
    min-width: 450px;
    top: 38%;
    left: -70%;
  }

  .blur-image_hero.is--hero_1 {
    width: 600px;
    height: 300px;
    top: -263%;
    right: -43%;
  }

  .image-block {
    height: 281px;
  }

  .image-small.is--1 {
    width: 46.26px;
    height: 46.26px;
    bottom: 3%;
  }

  .image-small.is--3 {
    width: 32.78px;
    height: 32.78px;
    bottom: 8%;
    left: 5%;
  }

  .image-small.is--2 {
    width: 49.98px;
    height: 57.34px;
    bottom: 10%;
  }

  .image-small.is--right.is--higher.is--mobile {
    height: 117px;
  }

  .image-small.is--right.is--lower.is--mobile {
    width: 85%;
  }

  .image-small.is--right.is--regular {
    display: none;
  }

  .image-small.is--right.is--mobile {
    width: 100%;
    height: 171px;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .image-small.is--coin_right {
    width: 80px;
    height: 80px;
    bottom: 0%;
    left: 15%;
  }

  .image-small.is--coin_left {
    width: 60px;
    height: 60px;
    bottom: 11%;
  }

  .image-small.is--unicorn.is--regular {
    display: none;
  }

  .image-small.is--unicorn.is--mobile {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .image-small.is--ai {
    width: 120px;
    height: 170px;
    bottom: 2%;
  }

  .image-small.is--ai.is--regular {
    display: none;
  }

  .image-small.is--ai.is--mobile {
    height: 180px;
  }

  .image-small.is--left.is--lower.is--regular {
    display: none;
  }

  .image-small.is--left.is--lower.is--mobile {
    width: 100%;
    height: 171px;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .image-small.is--left.is--small.is--regular {
    display: none;
  }

  .image-small.is--left.is--small.is--mobile {
    width: 59px;
    height: 79px;
    position: static;
  }

  .image-small.is--left.is--regular {
    display: none;
  }

  .image-small.is--left.is--mobile {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .mobile-image-wrapper {
    grid-column-gap: 50px;
    display: flex;
  }

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

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

  .lang-block {
    flex: none;
  }
}

#w-node-_254e11ca-28a8-62d1-a32b-8658e7e8f43e-59535f75, #w-node-_4cc0cda1-9881-2ebf-1eb4-680d2bb193f3-59535f75, #w-node-_03323d78-ac65-ad56-169a-0eb11e9891a9-59535f75, #w-node-_03323d78-ac65-ad56-169a-0eb11e9891c0-59535f75, #w-node-b29eea03-6e45-d06b-766a-101c6d6a9b3b-59535f75, #w-node-c11542b7-51b2-a801-4546-2ed1b0e67d29-59535f75, #w-node-bef313e3-f47f-a9ad-97f0-064a98d405a8-59535f75, #w-node-bf79f701-6dd4-e5fd-4a40-11c7f4d9a739-59535f75, #w-node-bf79f701-6dd4-e5fd-4a40-11c7f4d9a741-59535f75, #w-node-_0d961e56-889f-e53e-720c-00fa688ecce7-59535f75, #w-node-ec410223-b323-d2bb-01c7-9fc9678dc452-59535f75, #w-node-ec410223-b323-d2bb-01c7-9fc9678dc454-59535f75, #w-node-_0966a041-63eb-766d-0c29-7b5fc377dfd5-59535f75, #w-node-_0966a041-63eb-766d-0c29-7b5fc377dfe6-59535f75, #w-node-_0966a041-63eb-766d-0c29-7b5fc377dff1-59535f75, #w-node-cb1eed06-f8c4-8ce2-9825-f851194ce5c2-59535f75, #w-node-cb1eed06-f8c4-8ce2-9825-f851194ce5c4-59535f75, #w-node-cffb3040-2f1d-1516-56bb-f6c3d294e25b-59535f75, #w-node-cffb3040-2f1d-1516-56bb-f6c3d294e26e-59535f75, #w-node-cffb3040-2f1d-1516-56bb-f6c3d294e279-59535f75, #w-node-ed08ee38-49bd-ac7d-85f5-8eb5b7b09992-59535f75, #w-node-ed08ee38-49bd-ac7d-85f5-8eb5b7b09994-59535f75, #w-node-a339978f-9958-a37b-6587-2bb487d7942f-59535f75, #w-node-a339978f-9958-a37b-6587-2bb487d79442-59535f75, #w-node-a339978f-9958-a37b-6587-2bb487d7944d-59535f75, #w-node-c9a43d44-e1d4-2664-1e4f-c7527712c9a5-59535f75, #w-node-c9a43d44-e1d4-2664-1e4f-c7527712c9a7-59535f75, #w-node-_9b3cc953-3876-cfe7-d869-fa78da623112-59535f75, #w-node-_9b3cc953-3876-cfe7-d869-fa78da623122-59535f75, #w-node-_9b3cc953-3876-cfe7-d869-fa78da62312d-59535f75, #w-node-a4799ca7-6f17-5fba-7c43-dbd6544974bb-59535f75, #w-node-a4799ca7-6f17-5fba-7c43-dbd6544974bd-59535f75, #w-node-b1de3c0a-0141-5e02-0fd6-78f882f9b711-59535f75, #w-node-b1de3c0a-0141-5e02-0fd6-78f882f9b730-59535f75, #w-node-b1de3c0a-0141-5e02-0fd6-78f882f9b745-59535f75, #w-node-ccce449e-2a4e-3b2e-7a41-dd1af6c8f5c7-59535f75, #w-node-ccce449e-2a4e-3b2e-7a41-dd1af6c8f5c9-59535f75, #w-node-_33a0c6d6-0f3f-8f80-9093-7ec404a649fa-59535f75, #w-node-_33a0c6d6-0f3f-8f80-9093-7ec404a64a0e-59535f75, #w-node-_33a0c6d6-0f3f-8f80-9093-7ec404a64a19-59535f75, #w-node-dbb33ed7-f8b0-50fc-40ea-ccdaa9aa865c-59535f75, #w-node-dbb33ed7-f8b0-50fc-40ea-ccdaa9aa865e-59535f75, #w-node-_1820b06d-b578-a8c2-4d9c-660e8a512c68-59535f75, #w-node-_1820b06d-b578-a8c2-4d9c-660e8a512c7c-59535f75, #w-node-_1820b06d-b578-a8c2-4d9c-660e8a512c87-59535f75, #w-node-_6e1d527b-0668-7ff6-2285-502d5059586a-59535f75, #w-node-_6e1d527b-0668-7ff6-2285-502d5059586c-59535f75, #w-node-_0a162421-5d4c-b42c-8390-d95bf5c50f76-59535f75, #w-node-_0a162421-5d4c-b42c-8390-d95bf5c50f82-59535f75, #w-node-_0a162421-5d4c-b42c-8390-d95bf5c50f8d-59535f75, #w-node-a5fa5582-bf1e-a048-2570-ed17cf29fee6-59535f75, #w-node-a5fa5582-bf1e-a048-2570-ed17cf29fee8-59535f75, #w-node-_79e14663-64da-85e7-4234-c38abd999c88-59535f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e14663-64da-85e7-4234-c38abd999c99-59535f75 {
  grid-area: 2 / 1 / 3 / 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  #w-node-_4cc0cda1-9881-2ebf-1eb4-680d2bb193f3-59535f75, #w-node-_03323d78-ac65-ad56-169a-0eb11e9891c0-59535f75, #w-node-_0d961e56-889f-e53e-720c-00fa688ecce7-59535f75, #w-node-_0966a041-63eb-766d-0c29-7b5fc377dff1-59535f75, #w-node-ed08ee38-49bd-ac7d-85f5-8eb5b7b09994-59535f75, #w-node-_0a162421-5d4c-b42c-8390-d95bf5c50f76-59535f75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_03323d78-ac65-ad56-169a-0eb11e9891c0-59535f75, #w-node-b29eea03-6e45-d06b-766a-101c6d6a9b3b-59535f75 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

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


@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: 'Druk Wide';
  src: url('../fonts/druk-wide-medium-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/Druk-Wide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/druktextwidecyr-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}