/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Regular.woff?v=dc6a0ed7") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Light.woff?v=8f9281e9") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Bold.woff?v=4dc0c9e0") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: GTEestiProDisplay;
  src: url("../fonts/GTEestiProDisplay-Medium.woff?v=6612421e") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

html,
body {
  padding: 0;
  margin: 0; }

#schollTop, #schollBottom {
  font-family: "GTEestiProDisplay";
  max-width: 88.5em;
  margin: 0 auto;
  font-size: 16px; }
  @media (max-width: 1440px) {
    #schollTop, #schollBottom {
      font-size: 1.11111vw; } }
  @media (max-width: 960px) {
    #schollTop, #schollBottom {
      font-size: 1.66667vw;
      max-width: 58.5em; } }
  @media (max-width: 576px) {
    #schollTop, #schollBottom {
      font-size: 5vw;
      width: 100%; } }
  #schollTop .main, #schollBottom .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #schollTop .container, #schollBottom .container {
    max-width: 74.375em;
    margin: 0 auto; }
    @media (max-width: 960px) {
      #schollTop .container, #schollBottom .container {
        max-width: 54.375em; } }
    @media (max-width: 576px) {
      #schollTop .container, #schollBottom .container {
        max-width: 100%;
        padding: 0 1em; } }

#schollTop .banner {
  width: 100%;
  padding-top: 37.8125em;
  background: #FFFAE3;
  padding-left: 7.5em;
  padding-right: 4em;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media (max-width: 960px) {
    #schollTop .banner {
      padding-left: 5em;
      padding-right: 5em;
      padding-top: 34.1875em;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; } }
  @media (max-width: 576px) {
    #schollTop .banner {
      padding-left: 0.625em;
      padding-right: 0.625em;
      padding-top: 37em;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; } }
  #schollTop .banner__image {
    width: 100%;
    height: 31.25em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #DDA64C url("../images/banner-bg.png?v=8a60ef94") no-repeat center top/cover; }
    @media (max-width: 960px) {
      #schollTop .banner__image {
        background: #DDA64C url("../images/banner-bgtablet.png?v=93909e97") no-repeat center top/cover;
        height: 28.875em; } }
    @media (max-width: 576px) {
      #schollTop .banner__image {
        background: url("../images/banner-bgmobile.jpg?v=1d45f61b") no-repeat center top/100% auto;
        height: 36.875em;
        overflow: hidden; } }
    #schollTop .banner__image-wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
    #schollTop .banner__image-line {
      width: 100%;
      background: #005BFF;
      -webkit-transform: rotate(-68.5deg);
          -ms-transform: rotate(-68.5deg);
              transform: rotate(-68.5deg);
      position: absolute;
      top: -20%;
      left: 17.5%;
      z-index: 2; }
      @media (max-width: 960px) {
        #schollTop .banner__image-line {
          top: 12%; } }
      @media (max-width: 576px) {
        #schollTop .banner__image-line {
          -webkit-transform: rotate(-22deg);
              -ms-transform: rotate(-22deg);
                  transform: rotate(-22deg);
          top: 51.2%;
          left: -10%;
          right: -10%;
          width: auto; } }
    #schollTop .banner__image-text {
      line-height: 1.5;
      font-size: 1.5625em;
      color: #fff;
      white-space: nowrap; }
      @media (max-width: 960px) {
        #schollTop .banner__image-text {
          line-height: 1.3;
          padding: 0 0 0.2em 0;
          font-size: 1.75em;
          text-indent: -9%; } }
      @media (max-width: 576px) {
        #schollTop .banner__image-text {
          line-height: 1.18;
          font-size: 1em;
          text-indent: 0; } }
    #schollTop .banner__image-content {
      width: 55%;
      height: 39.25em;
      position: absolute;
      right: 0;
      top: 0;
      background: url("../images/banner-content.svg?v=1b5b9c2d") no-repeat left top/auto 100%;
      z-index: 1;
      padding: 7.5625em 0 0 17.3125em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 960px) {
        #schollTop .banner__image-content {
          background: url("../images/banner-content-tablet.svg?v=7e46ef9e") no-repeat right bottom/auto 100%;
          height: 33.875em;
          width: 55.4%;
          padding: 10.625em 0 0 13.125em; } }
      @media (max-width: 576px) {
        #schollTop .banner__image-content {
          background: url("../images/banner-content-mobile.svg?v=577e91f5") no-repeat center center/100% auto;
          height: 19.6875em;
          width: 100%;
          top: 46.5%;
          padding: 5.75em 0 0 5em; } }
    #schollTop .banner__image-title {
      font-size: 6em;
      color: #fff;
      line-height: .97;
      font-weight: normal;
      padding: 0;
      margin: 0; }
      @media (max-width: 960px) {
        #schollTop .banner__image-title {
          font-size: 3.875em; } }
      @media (max-width: 576px) {
        #schollTop .banner__image-title {
          font-size: 3em; } }
  #schollTop .banner__title {
    width: 100%;
    letter-spacing: 1px; }
    #schollTop .banner__title-text {
      font-family: "GTEestiProDisplay";
      font-weight: 600;
      color: #001A34;
      font-size: 4em;
      margin: 0;
      padding: 0;
      line-height: .9em; }
      @media (max-width: 960px) {
        #schollTop .banner__title-text {
          font-size: 3.25em; } }
      @media (max-width: 576px) {
        #schollTop .banner__title-text {
          font-size: 1.875em;
          letter-spacing: .2px; } }
  #schollTop .banner__text {
    width: 100%;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.0375em;
    padding: 1em 0 5em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #schollTop .banner__text p {
      font-size: 1.75em;
      line-height: 1.21em;
      margin: 0;
      padding: 0; }
      @media (max-width: 960px) {
        #schollTop .banner__text p {
          font-size: 1.5em; } }
      @media (max-width: 576px) {
        #schollTop .banner__text p {
          font-size: 1em;
          letter-spacing: .6px;
          line-height: 1.4em; } }
    #schollTop .banner__text .tablet,
    #schollTop .banner__text .mobile {
      display: none; }
    @media (max-width: 960px) {
      #schollTop .banner__text br {
        display: none; }
      #schollTop .banner__text .tablet {
        display: block; } }
    @media (max-width: 576px) {
      #schollTop .banner__text {
        padding-bottom: 2.3125em; }
        #schollTop .banner__text .tablet {
          display: none; }
        #schollTop .banner__text .mobile {
          display: block; } }
  #schollTop .banner__hash {
    color: #f81155; }

#schollTop .prizes {
  width: 100%;
  background: #FFFAE3 url("../images/prizes-desktop.png?v=f12888f9") no-repeat center bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  min-height: 120em; }
  @media (max-width: 960px) {
    #schollTop .prizes {
      padding-bottom: 0em;
      background: #FFFAE3 url("../images/prizes-tablet.png?v=1cbcce39") no-repeat center bottom;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      min-height: 84.8125em; } }
  @media (max-width: 576px) {
    #schollTop .prizes {
      background: #FFFAE3 url("../images/prizes-mobile.png?v=55893141") no-repeat center bottom;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      min-height: 75.3125em; } }
  #schollTop .prizes__title, #schollTop .prizes__desc {
    width: 100%;
    margin: 0;
    font-family: "GTEestiProDisplay";
    padding-left: 7.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollTop .prizes__title, #schollTop .prizes__desc {
        padding-left: 5em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__title, #schollTop .prizes__desc {
        padding-left: 0.625em; } }
    #schollTop .prizes__title-text, #schollTop .prizes__desc-text {
      font-size: 4em;
      padding: 0;
      margin: 0;
      color: #001A34;
      font-weight: 600;
      line-height: 1.05em;
      letter-spacing: 1px; }
      @media (max-width: 960px) {
        #schollTop .prizes__title-text, #schollTop .prizes__desc-text {
          font-size: 3.25em; } }
      @media (max-width: 576px) {
        #schollTop .prizes__title-text, #schollTop .prizes__desc-text {
          font-size: 1.875em; } }
  #schollTop .prizes__desc {
    padding-top: 0.625em; }
    @media (max-width: 960px) {
      #schollTop .prizes__desc {
        padding-top: 2.5em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__desc {
        padding-top: 6.25em; } }
    #schollTop .prizes__desc-text {
      color: #001a34; }
  #schollTop .prizes__items {
    width: 100%;
    margin: 0;
    padding: 3.4375em 3.4375em 0.625em 4.5625em;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollTop .prizes__items {
        padding-top: 1.5625em;
        padding-bottom: 0;
        padding-left: 3.625em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__items {
        padding: 1.25em 1.1875em 0 1.1875em; } }
    #schollTop .prizes__items-item {
      width: 100%;
      margin: 0.3125em 0; }
      @media (max-width: 576px) {
        #schollTop .prizes__items-item {
          margin: 0 0 2.8125em 0; } }
      #schollTop .prizes__items-item img {
        height: 13.8125em;
        width: auto; }
        @media (max-width: 960px) {
          #schollTop .prizes__items-item img {
            height: 8.875em; } }
        @media (max-width: 576px) {
          #schollTop .prizes__items-item img {
            width: 100%;
            height: auto; } }
      #schollTop .prizes__items-item:nth-child(1) {
        text-align: left; }
      #schollTop .prizes__items-item:nth-child(2) {
        text-align: center;
        margin-top: -1.25em;
        margin-left: 1.125em; }
        #schollTop .prizes__items-item:nth-child(2) img {
          height: 13.25em; }
          @media (max-width: 960px) {
            #schollTop .prizes__items-item:nth-child(2) img {
              height: 8.875em; } }
          @media (max-width: 576px) {
            #schollTop .prizes__items-item:nth-child(2) img {
              height: 8.25em; } }
        @media (max-width: 960px) {
          #schollTop .prizes__items-item:nth-child(2) {
            margin-top: -1.0625em;
            margin-left: 0.6875em; } }
        @media (max-width: 576px) {
          #schollTop .prizes__items-item:nth-child(2) {
            margin-left: 0; } }
      #schollTop .prizes__items-item:nth-child(3) {
        text-align: right;
        margin-top: 0.5em;
        margin-left: -0.3125em; }
        #schollTop .prizes__items-item:nth-child(3) img {
          height: 12.6875em; }
          @media (max-width: 960px) {
            #schollTop .prizes__items-item:nth-child(3) img {
              height: 8.875em; } }
          @media (max-width: 576px) {
            #schollTop .prizes__items-item:nth-child(3) img {
              height: 7em; } }
        @media (max-width: 960px) {
          #schollTop .prizes__items-item:nth-child(3) {
            margin-top: -0.625em;
            margin-left: 1.25em; } }
        @media (max-width: 576px) {
          #schollTop .prizes__items-item:nth-child(3) {
            margin-left: 0;
            margin-bottom: 0; } }
  #schollTop .prizes__steps {
    padding: 4.8125em 0 0 5.9375em;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollTop .prizes__steps {
        padding: 1.875em 0 1.875em 3.125em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__steps {
        padding: 3.25em 0 0 0; } }
    #schollTop .prizes__steps-item {
      background-position: left bottom;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 576px) {
        #schollTop .prizes__steps-item {
          margin: -1.25em 0 0 0;
          background-position: center top;
          -webkit-background-size: auto 7.25em;
                  background-size: auto 7.25em; } }
      #schollTop .prizes__steps-item--1 {
        width: 38.8925em;
        height: 14.20937em;
        background-image: url("../images/prizes__item1.svg?v=6498d954");
        padding: 4.8125em 0 0 5.875em;
        margin-bottom: 3.125em; }
        @media (max-width: 960px) {
          #schollTop .prizes__steps-item--1 {
            width: 29.44875em;
            height: 11.13438em;
            padding: 4.4375em 0 0 4.4375em;
            margin-bottom: 0; } }
        @media (max-width: 576px) {
          #schollTop .prizes__steps-item--1 {
            width: 100%;
            height: 7.4375em;
            padding: 1.9375em 0 0 2.3125em;
            margin: 0; } }
      #schollTop .prizes__steps-item--2 {
        width: 38.8925em;
        height: 12.35125em;
        background-image: url("../images/prizes__item2.svg?v=841c5cfb");
        padding: 4.375em 0 0 5.875em;
        margin-bottom: 1.875em; }
        @media (max-width: 960px) {
          #schollTop .prizes__steps-item--2 {
            width: 29.44875em;
            height: 9.09688em;
            margin-top: 1.25em;
            padding: 3.75em 0 0 4.6875em;
            margin-bottom: 0.9375em; } }
        @media (max-width: 576px) {
          #schollTop .prizes__steps-item--2 {
            width: 100%;
            height: 7.9375em;
            padding: 2.9375em 0 0 2.3125em; } }
      #schollTop .prizes__steps-item--3 {
        width: 36.12938em;
        height: 13.32188em;
        background-image: url("../images/prizes__item3.svg?v=ee73145c");
        padding: 5.25em 0 0 4.5em;
        margin-left: -0.9375em;
        margin-bottom: 2.125em; }
        @media (max-width: 960px) {
          #schollTop .prizes__steps-item--3 {
            width: 27.35625em;
            height: 10.08687em;
            padding: 4.5em 0 0 3.75em;
            margin-bottom: 0; } }
        @media (max-width: 576px) {
          #schollTop .prizes__steps-item--3 {
            width: 100%;
            height: 8.60938em;
            margin-left: 0;
            padding: 3.6875em 0 0 2.3125em;
            -webkit-background-size: auto 95%;
                    background-size: auto 95%; } }
    #schollTop .prizes__steps-text {
      font-size: 1.75em;
      font-weight: 400;
      color: #fff;
      letter-spacing: .6px;
      line-height: 1.05em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #schollTop .prizes__steps-text strong {
        font-weight: 400;
        color: #001A34; }
      @media (max-width: 960px) {
        #schollTop .prizes__steps-text {
          font-size: 1.25em; } }
      @media (max-width: 576px) {
        #schollTop .prizes__steps-text {
          font-size: 1em; } }
  #schollTop .prizes__date {
    width: 100%;
    margin: 0;
    line-height: 1.1em;
    color: #001A34;
    letter-spacing: .6px;
    padding: 0 7.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollTop .prizes__date {
        padding: 0 5em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__date {
        padding: 0.375em 0 0.625em;
        text-align: center; } }
    #schollTop .prizes__date-text {
      font-size: 1.5em;
      line-height: 1.2em; }
      #schollTop .prizes__date-text a {
        color: #001A34;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s; }
        #schollTop .prizes__date-text a:hover {
          opacity: .6; }
      #schollTop .prizes__date-text .mobile {
        display: none; }
      @media (max-width: 960px) {
        #schollTop .prizes__date-text {
          font-size: 1.25em; } }
      @media (max-width: 576px) {
        #schollTop .prizes__date-text {
          font-size: 0.875em; }
          #schollTop .prizes__date-text .mobile {
            display: block; } }
  #schollTop .prizes__subtitle {
    width: 100%;
    position: absolute;
    left: 2.03938em;
    top: 0;
    -webkit-transform: rotate(0.74deg);
        -ms-transform: rotate(0.74deg);
            transform: rotate(0.74deg); }
    @media (max-width: 960px) {
      #schollTop .prizes__subtitle {
        left: 1.5875em;
        top: 0.25em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__subtitle {
        left: 0.625em;
        top: -1.25em; } }
    @media (max-width: 576px) {
      #schollTop .prizes__subtitle--2 {
        top: -0.5625em; } }
    #schollTop .prizes__subtitle--3 {
      left: 2.97688em;
      top: 0.5em; }
      @media (max-width: 960px) {
        #schollTop .prizes__subtitle--3 {
          left: 2.65em; } }
      @media (max-width: 576px) {
        #schollTop .prizes__subtitle--3 {
          left: 0.625em;
          top: 0; } }
    #schollTop .prizes__subtitle-text {
      font-size: 4.5em;
      font-weight: 500;
      color: #fff;
      line-height: .95; }
      @media (max-width: 960px) {
        #schollTop .prizes__subtitle-text {
          font-size: 3em; } }

#schollTop .products {
  width: 100%; }
  #schollTop .products__title {
    width: 100%;
    color: #000;
    padding: 1.3125em 7.5em 2.875em 7.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollTop .products__title {
        padding: 2.5em 2.5625em; } }
    @media (max-width: 576px) {
      #schollTop .products__title {
        padding: 1.3125em 0.5em; } }
    #schollTop .products__title-text {
      font-size: 4em;
      line-height: 1.1em;
      font-weight: 600;
      padding: 0;
      margin: 0;
      letter-spacing: 1px; }
      @media (max-width: 960px) {
        #schollTop .products__title-text {
          font-size: 3.25em; } }
      @media (max-width: 576px) {
        #schollTop .products__title-text {
          font-size: 1.9375em;
          letter-spacing: .6px; } }

#schollBottom .photos {
  width: 100%;
  min-height: 78.12188em;
  background: url("../images/photos-desktop.jpg?v=e68c897a") no-repeat left top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  padding: 4.125em 7.0625em 4.125em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 960px) {
    #schollBottom .photos {
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      background-position: center -5em;
      min-height: 55em;
      padding: 3.25em 7.0625em 4.125em 0; } }
  @media (max-width: 576px) {
    #schollBottom .photos {
      background: #DEA74D url("../images/photos-mobile.png?v=fb9389aa") no-repeat left top;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      background-position: center top;
      padding-right: 0;
      min-height: 37.5em;
      padding: 3.25em 0 4.125em 0; } }
  #schollBottom .photos__title {
    width: 100%;
    padding: 0 7.5em;
    font-size: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollBottom .photos__title {
        padding: 0 0 0 17em; } }
    @media (max-width: 576px) {
      #schollBottom .photos__title {
        padding-left: 0.625em; } }
    #schollBottom .photos__title-text {
      padding: 0;
      margin: 0;
      font-size: 4em;
      font-weight: 600;
      color: #fff; }
      #schollBottom .photos__title-text .tablet {
        display: none; }
      @media (max-width: 960px) {
        #schollBottom .photos__title-text {
          font-size: 3.25em; }
          #schollBottom .photos__title-text .tablet {
            display: block; } }
      @media (max-width: 576px) {
        #schollBottom .photos__title-text {
          font-size: 2em;
          line-height: 1.05em; } }
  #schollBottom .photos__wrapper {
    margin-top: 12.1875em;
    padding-left: 22.8125em;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollBottom .photos__wrapper {
        margin-top: 4.1875em;
        padding-left: 5.0625em; } }
    @media (max-width: 576px) {
      #schollBottom .photos__wrapper {
        margin-top: 3.625em;
        margin-bottom: 7.5em;
        padding-left: 0.625em;
        padding-right: 0.625em; } }
  #schollBottom .photos__items {
    padding: 0;
    margin: 0;
    list-style: none; }
  #schollBottom .photos__wrap {
    width: 100%; }
    #schollBottom .photos__wrap a {
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      background-position: center center;
      -webkit-background-size: cover;
              background-size: cover; }
  #schollBottom .photos__prev, #schollBottom .photos__next {
    width: 4.87688em;
    height: 4.4375em;
    background: url("../images/photos-arrow.svg?v=26d6373e") no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 11.45187em;
    z-index: 3;
    display: block; }
    @media (max-width: 960px) {
      #schollBottom .photos__prev, #schollBottom .photos__next {
        width: 4em;
        height: 3.6875em;
        top: 10.375em; } }
    @media (max-width: 576px) {
      #schollBottom .photos__prev, #schollBottom .photos__next {
        display: none; } }
  #schollBottom .photos__prev {
    left: 17.1875em; }
    @media (max-width: 960px) {
      #schollBottom .photos__prev {
        left: 0.625em; } }
  #schollBottom .photos__next {
    right: -5.62688em;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    @media (max-width: 960px) {
      #schollBottom .photos__next {
        right: -4.6875em; } }
  #schollBottom .photos .swiper-slide {
    width: 13.11625em;
    height: 13.11625em;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 960px) {
      #schollBottom .photos .swiper-slide {
        height: 11.58687em; } }
    @media (max-width: 576px) {
      #schollBottom .photos .swiper-slide {
        height: 13.1875em; } }
    #schollBottom .photos .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media (max-width: 576px) {
        #schollBottom .photos .swiper-slide img {
          display: block;
          width: 8.625em;
          height: 8.625em;
          margin: 0 auto;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; } }
  #schollBottom .photos .swiper-container {
    width: 100%;
    height: 100%; }
  #schollBottom .photos .swiper-item {
    width: 100%;
    height: 100%; }

#schollBottom .winners {
  width: 100%;
  background: #dea74d url("../images/winners-desktop.jpg?v=2130a9f5") no-repeat center -3.125em;
  -webkit-background-size: 102% auto;
          background-size: 102% auto;
  height: 88.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  #schollBottom .winners__line {
    width: 100%;
    height: 16em;
    position: absolute;
    top: -16em;
    left: 0;
    right: 0;
    overflow: hidden; }
    @media (max-width: 960px) {
      #schollBottom .winners__line {
        top: -3.125em; } }
    @media (max-width: 576px) {
      #schollBottom .winners__line {
        top: -3.4375em; } }
    #schollBottom .winners__line:before {
      content: '';
      height: 5em;
      background: #005BFF;
      position: absolute;
      top: 6.25em;
      left: -1.25em;
      right: -1.25em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 2; }
      @media (max-width: 576px) {
        #schollBottom .winners__line:before {
          -webkit-transform: rotate(-9.34deg);
              -ms-transform: rotate(-9.34deg);
                  transform: rotate(-9.34deg); } }
    #schollBottom .winners__line:after {
      content: '';
      height: 18.75em;
      background: #f0a944;
      position: absolute;
      top: 6.875em;
      left: -1.25em;
      right: -1.25em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 1; }
      @media (max-width: 960px) {
        #schollBottom .winners__line:after {
          display: none; } }
    #schollBottom .winners__line-content {
      height: 5em;
      position: absolute;
      top: 5.3125em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 2; }
      @media (max-width: 576px) {
        #schollBottom .winners__line-content {
          padding: 0.375em 0 0 0;
          -webkit-transform: rotate(-9.34deg);
              -ms-transform: rotate(-9.34deg);
                  transform: rotate(-9.34deg); } }
    #schollBottom .winners__line-text {
      width: 100%;
      font-size: 4em;
      font-weight: 500;
      line-height: 1.25;
      color: #fff;
      white-space: nowrap;
      overflow: hidden; }
      #schollBottom .winners__line-text .mobile {
        display: none; }
      @media (max-width: 960px) {
        #schollBottom .winners__line-text {
          font-size: 3.25em;
          line-height: 1.35; } }
      @media (max-width: 576px) {
        #schollBottom .winners__line-text {
          font-size: 1.875em;
          line-height: 1.16; }
          #schollBottom .winners__line-text .mobile {
            display: block; } }
  @media (max-width: 960px) {
    #schollBottom .winners {
      background: url("../images/winners-tablet.png?v=e3c11a95") no-repeat center top;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      height: 79.75em;
      background-position: center top;
      margin-top: -9.5625em;
      padding-top: 9.5625em; } }
  @media (max-width: 576px) {
    #schollBottom .winners {
      background: url("../images/winners-mobile.png?v=98db81a1") no-repeat center top;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      margin-top: -15em;
      min-height: 75em; } }
  #schollBottom .winners__title {
    width: 100%;
    padding: 0 7.5em;
    margin: 1.875em 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 960px) {
      #schollBottom .winners__title {
        padding: 0 5em;
        margin: 2.8125em 0 0 0; } }
    @media (max-width: 576px) {
      #schollBottom .winners__title {
        padding: 0 1em;
        margin: 1.75em 0 0 0; } }
    #schollBottom .winners__title-text {
      font-weight: normal;
      font-family: "GTEestiProDisplay";
      font-size: 2.25em;
      margin: 0;
      padding: 0;
      color: #001A34; }
      #schollBottom .winners__title-text .tablet {
        display: none; }
      #schollBottom .winners__title-text .mobile {
        display: none; }
      @media (max-width: 960px) {
        #schollBottom .winners__title-text {
          font-size: 1.5em; }
          #schollBottom .winners__title-text .tablet {
            display: block; } }
      @media (max-width: 576px) {
        #schollBottom .winners__title-text {
          font-size: 1em; }
          #schollBottom .winners__title-text .mobile {
            display: block; } }
  #schollBottom .winners__items {
    list-style: none;
    width: 100%;
    padding: 4.125em 0 1.71875em 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    @media (max-width: 960px) {
      #schollBottom .winners__items {
        padding: 1.25em 0 1.71875em 0; } }
    @media (max-width: 576px) {
      #schollBottom .winners__items {
        padding: 3.5em 0 1.71875em 0; } }
    #schollBottom .winners__items-item {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 576px) {
        #schollBottom .winners__items-item {
          padding: 0.9375em 0; } }
      #schollBottom .winners__items-item:nth-child(1) {
        padding-left: 21.10187em;
        padding-bottom: 5.3125em; }
        @media (max-width: 960px) {
          #schollBottom .winners__items-item:nth-child(1) {
            padding-left: 10.25em;
            padding-bottom: 5.875em; } }
        @media (max-width: 576px) {
          #schollBottom .winners__items-item:nth-child(1) {
            padding-left: 0;
            padding-bottom: 1.25em; } }
      #schollBottom .winners__items-item:nth-child(2) {
        padding-left: 1.6875em; }
        @media (max-width: 960px) {
          #schollBottom .winners__items-item:nth-child(2) {
            padding-left: 2.125em; } }
        @media (max-width: 576px) {
          #schollBottom .winners__items-item:nth-child(2) {
            padding-left: 0; } }
      #schollBottom .winners__items-item:nth-child(3) {
        padding-left: 14.375em;
        padding-top: 6.25em; }
        @media (max-width: 960px) {
          #schollBottom .winners__items-item:nth-child(3) {
            padding-left: 8.9375em;
            padding-top: 5.125em; } }
        @media (max-width: 576px) {
          #schollBottom .winners__items-item:nth-child(3) {
            padding-left: 0;
            padding-top: 2.5em; } }
    #schollBottom .winners__items-content {
      width: 32.19812em;
      height: 19.8925em;
      background: url("../images/winners-item.svg?v=881af16f") no-repeat center center;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 960px) {
        #schollBottom .winners__items-content {
          width: 22.40125em;
          height: 13.875em; } }
      @media (max-width: 576px) {
        #schollBottom .winners__items-content {
          width: 100%;
          height: 13.69313em;
          -webkit-background-size: 22.1875em auto;
                  background-size: 22.1875em auto;
          background-position: -0.25em 1.0625em; } }
    #schollBottom .winners__items-photo {
      width: 17.32375em;
      height: 17.32375em;
      background: #001A34;
      margin-left: 6.51125em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      #schollBottom .winners__items-photo img {
        width: 100%;
        height: 100%; }
      @media (max-width: 960px) {
        #schollBottom .winners__items-photo {
          width: 12.0525em;
          height: 12.0525em;
          margin-left: 4.53em; } }
      @media (max-width: 576px) {
        #schollBottom .winners__items-photo {
          width: 11.96813em;
          height: 11.96813em;
          margin-left: 4.25em;
          margin-right: auto; } }
    #schollBottom .winners__items-soon {
      color: #F91155;
      font-size: 2.625em;
      line-height: 1.1;
      font-weight: 700;
      -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
              transform: rotate(-15deg);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -0.5em; }
      @media (max-width: 960px) {
        #schollBottom .winners__items-soon {
          margin-top: -0.3125em; } }
    #schollBottom .winners__items-wrap {
      width: 25.02938em;
      height: 5.1375em;
      background: #F81155;
      position: absolute;
      left: 2.8075em;
      bottom: 0;
      line-height: 5.1375em;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 960px) {
        #schollBottom .winners__items-wrap {
          width: 17.41375em;
          height: 3.57437em;
          left: 1.95313em;
          line-height: 3.57437em; } }
      @media (max-width: 576px) {
        #schollBottom .winners__items-wrap {
          width: 17.2925em;
          height: 3.54937em;
          left: 0;
          right: 0;
          margin: 1.25em 0 0 1.6875em;
          line-height: 3.54937em; } }
    #schollBottom .winners__items-text {
      color: #fff;
      font-weight: 600;
      font-size: 3.875em; }
      @media (max-width: 960px) {
        #schollBottom .winners__items-text {
          font-size: 2.875em; } }

#schollBottom .video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -11.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 13.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  padding-bottom: 6.25em; }
  #schollBottom .video:before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #C04F2D;
    position: absolute;
    top: 15em;
    left: 0;
    right: 0; }
    @media (max-width: 960px) {
      #schollBottom .video:before {
        top: 12.5em; } }
    @media (max-width: 576px) {
      #schollBottom .video:before {
        top: 6.25em; } }
  @media (max-width: 960px) {
    #schollBottom .video {
      padding-top: 11.5625em; } }
  @media (max-width: 576px) {
    #schollBottom .video {
      margin-top: -13.9375em;
      padding-top: 9.375em;
      padding-bottom: 3.125em; } }
  #schollBottom .video__line {
    width: 100%;
    height: 16em;
    position: absolute;
    top: -0.625em;
    left: 0;
    right: 0;
    overflow: hidden; }
    @media (max-width: 960px) {
      #schollBottom .video__line {
        top: -3.125em; } }
    @media (max-width: 576px) {
      #schollBottom .video__line {
        top: -4.375em; } }
    #schollBottom .video__line:before {
      content: '';
      height: 5em;
      background: #005BFF;
      position: absolute;
      top: 6.25em;
      left: -1.25em;
      right: -1.25em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 2; }
      @media (max-width: 576px) {
        #schollBottom .video__line:before {
          height: 4.375em;
          -webkit-transform: rotate(-9.34deg);
              -ms-transform: rotate(-9.34deg);
                  transform: rotate(-9.34deg); } }
    #schollBottom .video__line:after {
      content: '';
      height: 18.75em;
      background: #C04F2D;
      position: absolute;
      top: 6.875em;
      left: -1.25em;
      right: -1.25em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 1; }
    #schollBottom .video__line-content {
      height: 5em;
      position: absolute;
      top: 4.6875em;
      -webkit-transform: rotate(-5.84deg);
          -ms-transform: rotate(-5.84deg);
              transform: rotate(-5.84deg);
      z-index: 2; }
      @media (max-width: 576px) {
        #schollBottom .video__line-content {
          padding: 0.375em 0 0 0;
          -webkit-transform: rotate(-9.34deg);
              -ms-transform: rotate(-9.34deg);
                  transform: rotate(-9.34deg);
          left: -0.625em; } }
    #schollBottom .video__line-text {
      width: 100%;
      font-size: 4em;
      font-weight: 500;
      line-height: 1.15;
      color: #fff;
      white-space: nowrap;
      overflow: hidden; }
      #schollBottom .video__line-text .mobile {
        display: none; }
      @media (max-width: 960px) {
        #schollBottom .video__line-text {
          font-size: 3.25em;
          line-height: 1.25; } }
      @media (max-width: 576px) {
        #schollBottom .video__line-text {
          font-size: 1.875em;
          line-height: 1.16;
          text-indent: -10px; }
          #schollBottom .video__line-text .mobile {
            display: block; } }
  #schollBottom .video-content {
    width: 100%;
    height: 55.375em;
    background: url("../images/video__svg.svg?v=a061389d") no-repeat;
    background-position: 0.625em 1.25em;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    padding: 7.625em 8em 6.9375em 8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 3; }
    @media (max-width: 960px) {
      #schollBottom .video-content {
        padding: 5.125em 6.875em 6em 7em;
        height: 36.25em;
        -webkit-background-size: auto 95%;
                background-size: auto 95%;
        background-position: 2.375em 0.875em; } }
    @media (max-width: 576px) {
      #schollBottom .video-content {
        padding: 1.625em 0.625em 1.375em 0.625em;
        height: 14.345em;
        -webkit-background-size: auto 100%;
                background-size: auto 100%;
        background-position: -1.4375em top; } }
  #schollBottom .video-video {
    width: 100%;
    height: 40.8125em; }
    @media (max-width: 960px) {
      #schollBottom .video-video {
        height: 25.1875em; } }
    @media (max-width: 576px) {
      #schollBottom .video-video {
        height: 10.5625em; } }
    #schollBottom .video-video iframe {
      width: 100%;
      height: 100%; }
