.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: #111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: E Ukrainehead Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: #333;
  font-family: E Ukrainehead Light, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

h4 {
  color: #111;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

h5 {
  color: #333;
  font-family: E Ukrainehead Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h6 {
  color: #000;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p {
  color: #111;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  color: #007afe;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

blockquote {
  color: #b48c4d;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.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: 90px;
  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;
}

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

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

.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-description.has--color-white {
  color: #fff;
  color: #fff;
}

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

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

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

.partner-section.is--black {
  background-color: #000;
}

.partner-section.has--background-black {
  padding-top: 60px;
}

.body {
  background-color: rgba(245, 245, 245, .2);
  font-family: Proxima Nova, sans-serif;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

.page-wrapper {
  overflow: hidden;
}

.fs-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-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

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

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

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

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

.icon-height-large {
  height: 3rem;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  max-width: 960px;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

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

.fs-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-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

.container-small {
  max-width: 800px;
  flex: 1;
  justify-content: flex-end;
}

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

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

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

.padding-medium {
  padding: 2rem;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

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

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

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.container-xsmall {
  max-width: 630px;
}

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 12px;
  margin-top: 32px;
  padding: 18px 20px;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
  line-height: 150%;
  transition: border .2s, color .2s, background-color .2s;
}

.button:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .1);
  border: 2px solid #000;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.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-large {
  padding: 1rem 2rem;
}

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

.button.big {
  padding: 30px 20px;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 48px;
  font-weight: 400;
  position: relative;
  left: 311.5px;
}

.button.has--margin {
  margin-right: 16px;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

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

.hide {
  display: none;
}

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

.section-join {
  background-color: #aaa79f;
}

.section-join.hero {
  background-color: #e6e6e2;
}

.section-join.is--dark_grey {
  background-color: #9a978f;
}

.section-join.is--light-grey {
  background-color: #e6e6e2;
}

.section-join.white {
  background-color: #f7f7fa;
}

.section-join.light_white {
  background-color: #fff;
}

.section-join.is--light-grey {
  background-color: #e6e6e2;
}

.link {
  color: #007afe;
  border-bottom: 1px #007afe;
  font-family: Sfprotext, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.link.is--small {
  color: #111;
  border-bottom-color: #111;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link.is--paragraph {
  color: #111;
  border-bottom-color: #111;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link.is--paragraph.is--bold {
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.large-container {
  max-width: 960px;
}

.hero-content-block {
  width: 506px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  position: relative;
}

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

.padding-section.is--small {
  padding-bottom: 26px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: E Ukrainehead Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 135.5%;
}

.h5.description {
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 25.5px;
  font-weight: 400;
}

.h5.icon_name {
  color: #111;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.h1-description {
  color: #333;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 150%;
}

.h1 {
  text-transform: none;
  line-height: 130%;
}

.small-container {
  max-width: 630px;
}

.content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.content-block.is--flex {
  justify-content: flex-end;
  display: flex;
}

.content-block.is--large-screen {
  display: none;
}

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

.block-quote.white {
  max-width: 860px;
  background-color: #fff;
  margin-left: 65px;
  margin-right: 50px;
  position: relative;
  bottom: 100px;
}

.block-quote.is--relative {
  width: 860px;
  background-color: #fff;
  align-items: center;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.block-quote.is--relative.is--2 {
  bottom: -69%;
}

.block-quote.has--margin {
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-quote.is--relative {
  width: 860px;
  background-color: #fff;
  align-items: center;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.block-quote.is--relative.is--2 {
  bottom: -69%;
}

.quote {
  color: #fff;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  line-height: 127.5%;
}

.quote.white {
  color: #fff;
  border: 1px #000;
  line-height: 33.15px;
}

.quote.in-center {
  padding-top: 28px;
  padding-left: 40px;
  padding-right: 40px;
}

.quote.has--color-beige {
  color: #b48c4d;
}

.author-block {
  align-items: flex-end;
  margin-bottom: 16px;
}

.author-block.white {
  margin-left: 178.5px;
  padding-bottom: 40px;
}

.author-block.is--align-center {
  align-items: center;
}

.paragraph {
  z-index: 1;
  color: rgba(17, 17, 17, .8);
  text-align: justify;
}

.paragraph.no-margin {
  margin-top: 0;
}

.paragraph.has--width-m {
  width: 384px;
}

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

.paragraph.is--align-left {
  text-align: left;
}

.paragraph.has--width-l {
  width: 480px;
  flex: none;
}

.paragraph.is--join {
  color: #1c1c1c;
  font-size: 15px;
  line-height: 150%;
}

.paragraph.is--big-screens {
  column-count: 2;
}

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

.author-image {
  width: 47px;
  height: 47px;
  border-radius: 20px;
}

.author-position {
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  padding-top: 5px;
  line-height: 150%;
}

.author-position.grey {
  color: #777;
  text-align: left;
}

.author-position.font {
  text-transform: uppercase;
  font-family: Proxima Nova, sans-serif;
}

.author-position.is--small {
  color: #777;
  text-transform: none;
  font-family: E Ukrainehead Regular, sans-serif;
  font-weight: 400;
}

.medium-container {
  max-width: 864px;
}

.h2.is--centered {
  text-align: center;
  line-height: 160%;
}

.h2.center-h2 {
  max-width: 541px;
  position: relative;
  left: 225.5px;
}

.h2.left {
  font-size: 36px;
}

.h2.has--margin {
  margin-left: 50px;
}

.h2.is--join {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 16px;
  padding: 10px 20px;
  transition: border-color .2s, background-color .2s;
}

.h2.is--join:hover {
  background-color: rgba(0, 0, 0, .1);
  border-color: #000;
}

.h2.is--join {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 16px;
  padding: 10px 20px;
  transition: border-color .2s, background-color .2s;
}

.h2.is--join:hover {
  background-color: rgba(0, 0, 0, .1);
  border-color: #000;
}

.slider {
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 80px;
  margin-bottom: 120px;
}

.h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: E Ukrainehead Light, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.h3.description2 {
  color: #111;
  margin-top: 0;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.h3.is--small {
  margin-bottom: 0;
  font-size: 22px;
}

.h3.is--big {
  font-size: 36px;
}

.paragraph-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: flex;
}

.grid-2col {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 306px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.grid-2col.white_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.smallimage {
  object-fit: cover;
  border-radius: 0;
}

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

.h4.describe {
  text-align: center;
  font-size: 15px;
}

.icon_image {
  object-fit: cover;
}

.small-image {
  width: 306px;
  height: 500px;
  object-fit: cover;
}

.reason-1 {
  border-left: 1px solid #000;
}

.reason {
  height: 82px;
  border-left: 1px solid #000;
  padding-left: 16px;
  padding-right: 30px;
}

.slide-image {
  width: 100%;
  height: auto;
}

.join-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.bold {
  color: #333;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.bold-dark {
  color: #111;
  font-weight: 700;
}

.line {
  width: 113px;
  background-color: #000;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.line.is--right {
  top: 39%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.text-span {
  text-decoration: underline;
}

.bold-noline {
  color: #333;
  font-weight: 700;
}

.line_icon {
  width: 113px;
  height: 1px;
  min-width: 113px;
  display: block;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: 11%;
  right: auto;
}

.line-icon2 {
  margin-top: -258px;
  margin-left: 796px;
}

.paragraph-2 {
  text-align: justify;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/cover2-2_1cover2-2.webp');
  background-position: 50%;
  background-size: auto 270vh;
  align-items: center;
  display: flex;
}

.icon-hero {
  width: 120px;
  position: absolute;
}

.icon-hero.is--2 {
  top: -50%;
  bottom: auto;
  left: 24%;
  right: auto;
  transform: rotate(6deg);
}

.icon-hero.is--1 {
  top: -65%;
  bottom: auto;
  left: 5%;
  right: auto;
  transform: rotate(-2deg);
}

.hero-image {
  width: 450px;
  position: absolute;
  top: -30%;
  bottom: 0%;
  left: -20%;
  right: auto;
}

.section-kulish {
  background-color: #f7f7fa;
}

.section-kulish.hero {
  background-color: #e6e6e2;
}

.section-kulish.is--dark_grey {
  background-color: #aaa79f;
}

.section-kulish.is--light-grey {
  background-color: #e6e6e2;
}

.section-kulish.white {
  background-color: #f7f7fa;
}

.section-kulish.light_white {
  background-color: #fff;
}

.slider-nav {
  color: #9a978f;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.slider-arrow_left {
  top: auto;
  bottom: -8.3%;
  left: 38%;
  right: auto;
}

.slider-arrow_left.is--1 {
  left: 36%;
}

.slider-arrow_right {
  top: auto;
  bottom: -8.3%;
  left: auto;
  right: 38%;
}

.slider-arrow_right.is--1 {
  right: 36%;
}

.arrow-icon {
  width: 23px;
  height: 24px;
}

.section-reasons {
  background-color: #f7f7fa;
  padding-bottom: 100px;
}

.section-reasons.hero {
  background-color: #e6e6e2;
}

.section-reasons.is--dark_grey {
  background-color: #9a978f;
}

.section-reasons.is--light-grey {
  background-color: #e6e6e2;
}

.section-reasons.white {
  background-color: #f7f7fa;
}

.section-reasons.light_white {
  background-color: #fff;
}

.reasons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.image-large {
  width: 100%;
  margin-top: 80px;
}

.section-why {
  background-color: rgba(219, 217, 205, .3);
}

.section-why.hero {
  background-color: #e6e6e2;
}

.section-why.is--dark_grey {
  background-color: #9a978f;
}

.section-why.is--light-grey {
  background-color: #e6e6e2;
}

.section-why.white {
  background-color: #f7f7fa;
}

.section-why.light_white {
  background-color: #fff;
}

.container-medium-copy {
  max-width: 800px;
  flex: 1;
  justify-content: flex-end;
}

.container-medium {
  max-width: 864px;
  flex: 1;
}

.container-hero {
  max-width: 800px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.section-how {
  background-color: #f7f7fa;
}

.section-how.hero {
  background-color: #e6e6e2;
}

.section-how.is--dark_grey {
  background-color: #9a978f;
}

.section-how.is--light-grey {
  background-color: #e6e6e2;
}

.section-how.white {
  background-color: #f7f7fa;
}

.section-how.light_white {
  background-color: #fff;
}

.paragraph-block {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 306px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.paragraph-block.white_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.section-copy {
  background-color: #aaa79f;
}

.section-copy.hero {
  background-color: #e6e6e2;
}

.section-copy.is--dark_grey {
  background-color: #9a978f;
}

.section-copy.is--light-grey {
  background-color: #e6e6e2;
}

.section-copy.white {
  background-color: #f7f7fa;
}

.section-copy.light_white {
  background-color: #fff;
}

.grid-instruction {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(231, 229, 224, .94);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 37px;
  display: grid;
}

.grid-inner {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.instruction-wrapper {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.section-when {
  background-color: #f7f7fa;
}

.section-when.hero {
  background-color: #e6e6e2;
}

.section-when.is--dark_grey {
  background-color: #9a978f;
}

.section-when.is--light-grey {
  background-color: #e6e6e2;
}

.section-when.white {
  background-color: #f7f7fa;
}

.section-when.light_white {
  background-color: #fff;
}

.h3-wrapper {
  display: flex;
}

.grid-content {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 313px 313px;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-top: 115px;
  padding-bottom: 92px;
  display: grid;
  position: relative;
}

.case-block {
  border-radius: 8px;
}

.circle-image {
  z-index: -1;
  position: absolute;
}

.circle-image.is--1 {
  z-index: -1;
  width: 131.98px;
  top: 0%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.circle-image.is--2 {
  width: 131.98px;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 6%;
}

.circle-image.is--3 {
  width: 132px;
  top: 20%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.circle-image.is--4 {
  width: 108.63px;
  top: auto;
  bottom: 23%;
  left: 14%;
  right: auto;
}

.circle-image.is--5 {
  width: 130px;
  top: auto;
  bottom: 38%;
  left: auto;
  right: 0%;
}

.circle-image.is--6 {
  width: 109.64px;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.section-who {
  background-color: rgba(219, 217, 205, .3);
}

.section-who.hero {
  background-color: #e6e6e2;
}

.section-who.is--dark_grey {
  background-color: #9a978f;
}

.section-who.is--light-grey {
  background-color: #e6e6e2;
}

.section-who.white {
  background-color: #f7f7fa;
}

.section-who.light_white {
  background-color: #fff;
}

.quote-icon {
  width: 84px;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 8%;
  right: auto;
}

.quote-icon.is--1 {
  top: -10%;
}

.section-what {
  background-color: rgba(219, 217, 205, .3);
}

.section-what.hero {
  background-color: #e6e6e2;
}

.section-what.is--dark_grey {
  background-color: #9a978f;
}

.section-what.is--light-grey {
  background-color: #e6e6e2;
}

.section-what.white {
  background-color: #f7f7fa;
}

.section-what.light_white {
  background-color: #fff;
}

.section-app {
  background-color: #f7f7fa;
  padding-top: 64px;
}

.download-content {
  width: 506px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.app-text {
  color: #111;
  font-family: Sfprotext, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 115%;
}

.download-block {
  justify-content: flex-end;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.app-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.app-icon {
  width: 33px;
}

.text-style_h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.text-style_h3.description2 {
  color: #111;
  margin-top: 0;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.text-style_h3.is--small {
  margin-bottom: 0;
  font-size: 22px;
}

.description {
  color: #333;
  line-height: 150%;
}

.description.is--small {
  font-family: Sfprotext Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-small {
  letter-spacing: .5px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 150%;
}

.prize-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}

.prize-block {
  display: flex;
}

.prize-image {
  width: 20px;
  display: flex;
}

.prize-text-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.prizes-wrapper {
  grid-column-gap: 90px;
  background-color: #fbfbfd;
  justify-content: center;
  display: flex;
}

.container-xl {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.app-image {
  width: 400px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.link-arrow {
  width: 15px;
}

.linkblock {
  grid-column-gap: 5px;
  text-decoration: none;
  display: flex;
}

.grid-large-screen {
  line-height: 140px;
}

.grid-large-screen.has--margin {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

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

.link-wrapper {
  align-items: baseline;
  display: flex;
}

.story-slider {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  transition: all .3s;
}

.story-slider-mask {
  border-radius: 8px;
}

.story-slide {
  height: auto;
  background-color: #e0dfdc;
  padding: 24px 24px 44px;
}

.story-slide.is--beige {
  background-color: #aaa79f;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav {
  padding-top: 8px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-2 {
  color: #fff;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
  line-height: 127.5%;
}

.quote-2.has--color-beige {
  color: #b48c4d;
}

.link-2 {
  color: #007afe;
  border-bottom: 1px #007afe;
  font-family: Sfprotext, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.app-text-2 {
  color: #111;
  font-family: Sfprotext, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 115%;
}

.h1-description-2 {
  color: #333;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: E Ukrainehead Regular, sans-serif;
  font-size: 25.5px;
  font-weight: 400;
  line-height: 150%;
}

.footer-grid-2 {
  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;
}

.description-2 {
  color: #333;
  line-height: 150%;
}

.description-2.is--small {
  font-family: Sfprotext Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.section-kulish-2 {
  background-color: #f7f7fa;
}

.section-kulish-2.is--dark_grey {
  background-color: #aaa79f;
}

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

.footer-link-2.has--color-white {
  color: #fff;
}

.section-how-2 {
  background-color: #f7f7fa;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 12px;
  margin-top: 32px;
  padding: 18px 20px;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
  line-height: 150%;
  transition: border .2s, color .2s, background-color .2s;
}

.button-2:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .1);
  border: 2px solid #000;
}

.button-2.has--margin {
  margin-right: 16px;
}

.section-when-2 {
  background-color: #f7f7fa;
}

.line-2 {
  width: 113px;
  background-color: #000;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.line-2.is--right {
  top: 39%;
  bottom: auto;
  left: auto;
  right: 3%;
}

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

.author-block-2.has--color-white {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .container-large {
    max-width: 1200px;
  }

  .container-small.is--align-left {
    margin-left: 160px;
  }

  .container-small.is--align-left.is--big-desktop-auto {
    max-width: 1040px;
    margin-left: auto;
  }

  .container-small.is--bd-right-allign.grid-large-screen {
    display: block;
  }

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

  .container-xsmall.is--align-left {
    margin-left: 120px;
    margin-right: 120px;
  }

  .container-xsmall.is--1200-small {
    max-width: 960px;
  }

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

  .hero-content-block {
    width: 588px;
  }

  .hero-content-block.is--eng {
    width: 510px;
  }

  .padding-section {
    justify-content: flex-start;
  }

  .small-container.is--align-left {
    margin-left: 160px;
  }

  .content-block.is--flex {
    min-width: 700px;
  }

  .content-block.is--large-screen {
    display: block;
  }

  .content-block.is--large-screen.is--3col {
    display: none;
  }

  .content-block.is--regular {
    grid-column-gap: 102px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .content-block.is--3col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-quote.is--relative {
    width: 994px;
    padding-left: 68px;
    padding-right: 68px;
    bottom: -28%;
  }

  .block-quote.has--margin {
    width: 588px;
    flex: none;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 32px;
  }

  .block-quote.is--large-screen {
    width: 660px;
    flex: none;
    align-self: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
  }

  .block-quote.is--relative {
    width: 994px;
    padding-left: 68px;
    padding-right: 68px;
    bottom: -28%;
  }

  .paragraph {
    line-height: 150%;
  }

  .paragraph.has--width-m {
    flex: none;
  }

  .paragraph.has--margin.has--max-width {
    width: 790px;
  }

  .paragraph.has--width-l {
    width: 713px;
  }

  .paragraph.is--large-screen {
    width: 100%;
    flex: none;
    display: block;
  }

  .paragraph.is--large-screen.is--sized {
    width: 380px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .paragraph.is--2col {
    column-count: 2;
    column-gap: 24px;
  }

  .paragraph.is--2col.is--bd-1col {
    column-count: 1;
  }

  .paragraph.has--max-width {
    width: 790px;
  }

  .h2.has--margin {
    margin-left: 80px;
  }

  .h2.is--sized {
    width: 700px;
  }

  .h3.is--big {
    width: 384px;
  }

  .paragraph-wrapper {
    margin-top: 0;
  }

  .grid-2col {
    grid-column-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 306px auto 1fr 1fr;
  }

  .small-image {
    margin-top: 57px;
  }

  .reason {
    align-items: center;
    display: flex;
  }

  .line {
    left: 0%;
  }

  .line.is--right {
    right: 0%;
  }

  .hero-image {
    width: 700px;
    min-width: 700px;
    top: -49%;
    bottom: auto;
    left: -9%;
    right: auto;
  }

  .slider-arrow_left {
    left: 40%;
  }

  .slider-arrow_left.is--1 {
    left: 39%;
  }

  .slider-arrow_right {
    right: 40%;
  }

  .slider-arrow_right.is--1 {
    right: 39%;
  }

  .reasons-wrapper {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .h3-wrapper {
    justify-content: space-between;
  }

  .circle-image.is--1 {
    left: 28%;
  }

  .circle-image.is--2 {
    right: 19%;
  }

  .circle-image.is--3 {
    left: 14%;
  }

  .circle-image.is--4 {
    left: 24%;
  }

  .circle-image.is--5 {
    bottom: 35%;
    right: 14%;
  }

  .circle-image.is--6 {
    right: 24%;
  }

  .quote-icon.is--1 {
    top: -15%;
  }

  .download-content {
    width: 500px;
  }

  .app-image {
    width: 580px;
    top: -11%;
    left: 0%;
  }

  .text-block {
    width: 379px;
    display: flex;
  }

  .text-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .grid-large-screen {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .line-2 {
    left: 0%;
  }

  .line-2.is--right {
    right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .container-small.is--align-left {
    max-width: 870px;
  }

  .container-small.is--align-left.is--big-desktop-auto {
    max-width: 1090px;
  }

  .container-small.is--bd-right-allign {
    max-width: 1200px;
  }

  .container-small.is--bd-right-allign.grid-large-screen {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-xsmall.is--align-left.is--big-desktop-auto {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-xsmall.is--1200-small {
    max-width: 1110px;
  }

  .block-quote.has--margin {
    flex: 1;
    margin-left: 50px;
  }

  .h2.has--margin {
    margin-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container-small.is--align-left.is--big-desktop-auto {
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-xsmall.is--align-left.is--big-desktop-auto {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-xsmall.is--1200-small {
    max-width: 994px;
  }

  .link {
    font-size: 24px;
  }

  .h1-description {
    font-size: 30px;
  }

  .h1 {
    font-size: 48px;
  }

  .h2.has--margin {
    margin-left: 0;
  }

  .hero-section {
    background-size: auto 280%;
  }

  .hero-image {
    width: 850px;
    min-width: 850px;
    top: -65%;
    left: -41%;
  }

  .section-reasons {
    background-color: #f7f7fa;
  }

  .link-2 {
    font-size: 24px;
  }

  .h1-description-2 {
    font-size: 30px;
  }
}

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

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

  .credits-block {
    width: 100%;
  }

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

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

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

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

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

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .padding-medium {
    padding: 1.5rem;
  }

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

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

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

  .padding-huge {
    padding: 5rem;
  }

  .container-xsmall, .container-xsmall.is--align-left {
    max-width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }

  .button.has--margin {
    margin-bottom: 20px;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .link {
    font-size: 16px;
  }

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

  .hero-content-block {
    width: 90%;
  }

  .h1-description {
    font-size: 18px;
  }

  .h1 {
    font-size: 32px;
  }

  .content-block.is--flex {
    justify-content: center;
    display: flex;
  }

  .block-quote.is--relative {
    width: 640px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .block-quote.is--relative.is--2 {
    bottom: -107%;
  }

  .block-quote.is--relative {
    width: 640px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .block-quote.is--relative.is--2 {
    bottom: -107%;
  }

  .author-block.is--align-center {
    margin-bottom: 0;
  }

  .paragraph.has--width-m, .paragraph.has--width-l {
    width: 100%;
  }

  .paragraph.is--large-screen {
    display: none;
  }

  .paragraph.is--big-screens {
    column-count: 1;
  }

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

  .paragraph.is--2col {
    column-count: 1;
  }

  .h2.has--margin {
    margin-left: 0;
  }

  .h2.is--mobile {
    text-align: center;
  }

  .h3.is--big {
    margin-bottom: 18px;
  }

  .grid-2col {
    flex-direction: column;
    display: flex;
  }

  .small-image {
    margin-bottom: 32px;
  }

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

  .line {
    width: 68px;
    left: 0%;
  }

  .line.is--right {
    right: 0%;
  }

  .hero-section {
    align-items: flex-start;
    padding-top: 150px;
    overflow: hidden;
  }

  .icon-hero.is--2 {
    width: 75px;
    top: -55%;
    left: 9%;
  }

  .icon-hero.is--1 {
    width: 75px;
    top: -70%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .hero-image {
    top: auto;
    bottom: -130%;
    left: 19%;
    right: 0%;
  }

  .slider-arrow_left {
    left: 36%;
  }

  .slider-arrow_left.is--1 {
    left: 32%;
  }

  .slider-arrow_right {
    right: 36%;
  }

  .slider-arrow_right.is--1 {
    right: 32%;
  }

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

  .paragraph-block {
    grid-row-gap: 1px;
    flex-direction: column;
  }

  .grid-instruction {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .circle-image.is--1 {
    width: 110.85px;
    top: 6%;
  }

  .circle-image.is--2 {
    width: 110.85px;
    bottom: 1%;
    right: 0%;
  }

  .circle-image.is--3 {
    width: 110.86px;
    top: 26%;
    left: -9%;
  }

  .circle-image.is--4 {
    width: 91.23px;
    bottom: 27%;
    left: 9%;
  }

  .circle-image.is--5 {
    display: none;
  }

  .circle-image.is--6 {
    width: 92.09px;
    top: 28%;
    right: 7%;
  }

  .quote-icon.is--1 {
    width: 60px;
    left: 6%;
  }

  .download-content {
    width: 280px;
    grid-row-gap: 0px;
    align-items: flex-start;
    display: flex;
  }

  .app-text {
    font-size: 15px;
  }

  .app-wrapper {
    justify-content: center;
  }

  .text-small {
    margin-top: 16px;
  }

  .prize-block.is--hide {
    display: none;
  }

  .prize-text-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .prizes-wrapper {
    grid-column-gap: 0px;
  }

  .app-image {
    top: 13%;
  }

  .grid-large-screen.has--margin {
    display: block;
  }

  .link-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .link-2 {
    font-size: 16px;
  }

  .app-text-2 {
    font-size: 15px;
  }

  .h1-description-2 {
    font-size: 18px;
  }

  .footer-grid-2 {
    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;
  }

  .button-2.has--margin {
    margin-bottom: 20px;
  }

  .line-2 {
    width: 68px;
    left: 0%;
  }

  .line-2.is--right {
    right: 0%;
  }
}

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

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

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

  .logo {
    display: block;
  }

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

  .image {
    display: block;
  }

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

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

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

  .footer {
    padding: 57px 20px;
  }

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

  .partner-section.has--background-black {
    padding-top: 60px;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .container-large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .has--color-grey {
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .container-xsmall.is--align-left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.has--margin {
    margin-top: 340px;
    margin-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

  .hero-content-block {
    width: 95%;
    margin-top: 0;
  }

  .padding-section.is--small {
    padding-bottom: 80px;
  }

  .block-quote.is--relative {
    width: 460px;
  }

  .block-quote.is--relative.is--2 {
    bottom: -200%;
  }

  .block-quote.is--relative {
    width: 460px;
  }

  .block-quote.is--relative.is--2 {
    bottom: -200%;
  }

  .quote.has--color-beige {
    font-size: 24px;
  }

  .author-position {
    white-space: normal;
  }

  .h2, .h2.is--centered, .h2.is--sized {
    font-size: 32px;
  }

  .h2.is--mobile {
    text-align: left;
    font-size: 32px;
  }

  .small-image {
    margin-bottom: 16px;
  }

  .slide-image {
    object-position: 75% 50%;
  }

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

  .line {
    display: none;
  }

  .icon-hero.is--2 {
    top: -45%;
    left: 49%;
  }

  .icon-hero.is--1 {
    top: -55%;
    left: 36%;
  }

  .hero-image {
    width: 500px;
    min-width: 500px;
    bottom: -192%;
    left: 0%;
  }

  .slider-arrow_left {
    left: 30%;
  }

  .slider-arrow_left.is--1 {
    left: auto;
    right: 65vw;
  }

  .slider-arrow_right {
    right: 30%;
  }

  .slider-arrow_right.is--1 {
    left: 65vw;
    right: auto;
  }

  .reasons-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .container-medium {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-instruction {
    padding: 24px;
  }

  .grid-content {
    flex-direction: column;
    display: flex;
  }

  .circle-image.is--1 {
    width: 60px;
    top: 11%;
  }

  .circle-image.is--2 {
    width: 60px;
    bottom: 7%;
    right: -4%;
  }

  .circle-image.is--3 {
    width: 60px;
    left: -10%;
  }

  .circle-image.is--4 {
    width: 60px;
    bottom: 6%;
    left: 1%;
  }

  .circle-image.is--5 {
    width: 60px;
    display: block;
    right: -12%;
  }

  .circle-image.is--6 {
    width: 60px;
    top: 15%;
    right: -11%;
  }

  .download-content {
    width: 100%;
    align-items: center;
  }

  .text-style_h3, .description, .text-small {
    text-align: center;
  }

  .prize-image, .prize-image.is--right {
    width: 15px;
  }

  .prizes-wrapper {
    margin-top: 0;
  }

  .app-image {
    top: 36%;
    left: 10%;
  }

  .quote-2.has--color-beige {
    font-size: 24px;
  }

  .footer-grid-2 {
    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;
  }

  .description-2 {
    text-align: center;
  }

  .button-2.has--margin {
    margin-top: 340px;
    margin-right: 0;
  }

  .line-2 {
    display: none;
  }
}

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

  .logo {
    display: block;
  }

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

  .image {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-xsmall, .container-xsmall.is--align-left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 22px;
  }

  .block-quote.is--relative {
    width: 266px;
    width: 266px;
    padding: 40px 24px 24px;
  }

  .quote {
    font-size: 20px;
  }

  .quote.has--color-beige {
    font-size: 16px;
  }

  .author-block {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .author-image {
    min-width: 47px;
  }

  .h2.is--centered {
    text-align: left;
    font-size: 24px;
  }

  .h2.is--join {
    font-size: 24px;
  }

  .slider {
    height: 360px;
    margin-bottom: 100px;
  }

  .slide-image {
    object-position: 75% 50%;
  }

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

  .icon-hero.is--2 {
    top: -48%;
    left: 51%;
  }

  .icon-hero.is--1 {
    top: -66%;
    left: 28%;
  }

  .hero-image {
    min-width: 400px;
    bottom: -210%;
    left: -20%;
  }

  .slider-nav {
    bottom: -11.5%;
  }

  .slider-arrow_left {
    left: 15%;
  }

  .slider-arrow_left.is--1 {
    top: auto;
    bottom: -8.3%;
    left: 0;
    right: auto;
  }

  .slider-arrow_right {
    right: 15%;
  }

  .slider-arrow_right.is--1 {
    top: auto;
    bottom: -8.3%;
    left: auto;
    right: 0%;
  }

  .image-large {
    height: 360px;
    object-fit: cover;
  }

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

  .circle-image.is--1 {
    top: 8%;
  }

  .circle-image.is--2 {
    bottom: 8%;
    right: 19%;
  }

  .circle-image.is--4 {
    bottom: 7%;
    left: -9%;
  }

  .quote-icon.is--1 {
    width: 48px;
    top: -4.5%;
  }

  .app-text {
    text-align: center;
    font-size: 12px;
  }

  .description.is--small {
    font-size: 8px;
  }

  .prize-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .prize-image, .prize-image.is--right {
    width: 10px;
  }

  .prize-text-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .app-image {
    top: 49%;
    left: 0%;
  }

  .quote-2 {
    font-size: 20px;
  }

  .quote-2.has--color-beige {
    font-size: 16px;
  }

  .app-text-2 {
    text-align: center;
    font-size: 12px;
  }

  .footer-grid-2 {
    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";
  }

  .description-2.is--small {
    font-size: 8px;
  }

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

#w-node-_5867bbe0-e63b-d2ed-12c6-619ddd8facca-d19a510e, #w-node-e94d4ef9-a09c-ee33-8bab-e3062383ae95-d19a510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40e7cb80-58f6-d7a2-0316-ca3db2f3c5f3-d19a510e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c74370e3-68e7-dec6-40d3-553374fac467-d19a510e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_14606255-4e91-4d51-7e25-c933dd4b23ad-d19a510e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_021b139a-39e2-fcd5-0a92-2c618366ed3b-d19a510e, #w-node-_346f66ed-098f-f8ee-1714-e317c0ac6990-d19a510e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7ccb6f1a-cc09-d796-827b-24a2cfe1a6f6-d19a510e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_996d2058-212b-8d5b-f337-b19f2ccfe132-d19a510e {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-eabd75c4-cd8b-7631-5628-2b20e8e23df9-d19a510e, #w-node-eabd75c4-cd8b-7631-5628-2b20e8e23e04-d19a510e, #w-node-eabd75c4-cd8b-7631-5628-2b20e8e23e0f-d19a510e, #w-node-eabd75c4-cd8b-7631-5628-2b20e8e23e1b-d19a510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee5b-d19a5121, #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee5e-d19a5121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee61-d19a5121 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7a-d19a5121 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7b-d19a5121 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7e-d19a5121 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138eefe-d19a5121 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138ef0c-d19a5121 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9c53acd0-3eb6-2353-2b4d-ccef478d655b-d19a5121, #w-node-_9c53acd0-3eb6-2353-2b4d-ccef478d6566-d19a5121, #w-node-_9c53acd0-3eb6-2353-2b4d-ccef478d6572-d19a5121, #w-node-_9c53acd0-3eb6-2353-2b4d-ccef478d657e-d19a5121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f03c-d19a5121 {
  align-self: end;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f03e-d19a5121 {
  grid-area: Area-13;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f041-d19a5121 {
  grid-area: Area;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f043-d19a5121 {
  grid-area: Area-2;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f045-d19a5121 {
  grid-area: Area-3;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f047-d19a5121 {
  grid-area: Area-4;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f049-d19a5121 {
  grid-area: Area-5;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f04b-d19a5121 {
  grid-area: Area-7;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f04d-d19a5121 {
  grid-area: Area-8;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f04f-d19a5121 {
  grid-area: Area-10;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f051-d19a5121 {
  grid-area: Area-6;
}

#w-node-cbecb49e-d19d-1fa6-1030-6e29a138f053-d19a5121 {
  grid-area: Area-11;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be295fe-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29603-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29608-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2960d-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29613-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29619-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2961f-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be2972c-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29745-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be29748-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be2974a-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be2974d-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be297b6-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be297c0-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be297c1-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be2982f-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29834-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29839-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2983e-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29843-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29848-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29852-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29857-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2985c-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29861-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29866-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2986b-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29870-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29875-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2987a-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2987f-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29884-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be29888-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be29889-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2988e-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29893-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29898-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298ad-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298b2-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298b7-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298bc-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298c1-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298c6-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298d0-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298d5-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298da-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298df-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298e4-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298e9-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298ee-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298f3-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298f8-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be298fd-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29902-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be29906-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be29907-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be2990c-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29911-d19a5126, #w-node-b8ecd92f-24a9-575e-d216-f8a59be29916-d19a5126 {
  justify-self: start;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be2999c-d19a5126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ecd92f-24a9-575e-d216-f8a59be299f8-d19a5126 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-c74370e3-68e7-dec6-40d3-553374fac467-d19a510e, #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7a-d19a5121 {
    grid-row-end: 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_5867bbe0-e63b-d2ed-12c6-619ddd8facca-d19a510e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40e7cb80-58f6-d7a2-0316-ca3db2f3c5f3-d19a510e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c74370e3-68e7-dec6-40d3-553374fac467-d19a510e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_14606255-4e91-4d51-7e25-c933dd4b23ad-d19a510e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_021b139a-39e2-fcd5-0a92-2c618366ed3b-d19a510e {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_346f66ed-098f-f8ee-1714-e317c0ac6990-d19a510e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee5b-d19a5121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee61-d19a5121 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7a-d19a5121 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7b-d19a5121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee7e-d19a5121 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_40e7cb80-58f6-d7a2-0316-ca3db2f3c5f3-d19a510e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

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

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

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138ee61-d19a5121 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138f041-d19a5121 {
    grid-area: Area;
  }

  #w-node-cbecb49e-d19d-1fa6-1030-6e29a138f04f-d19a5121 {
    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: 'E Ukrainehead Bold';
  src: url('../fonts/e-ukrainehead-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead Light';
  src: url('../fonts/e-ukrainehead-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead Logo';
  src: url('../fonts/e-ukrainehead-logo.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead Medium';
  src: url('../fonts/e-ukrainehead-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead Regular';
  src: url('../fonts/e-ukrainehead-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead Thin';
  src: url('../fonts/e-ukrainehead-thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E Ukrainehead';
  src: url('../fonts/e-ukrainehead-ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/sfprotext-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext Regular';
  src: url('../fonts/sfprotext-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}