#footer #footer-form {
  background-color: #BD343E; }
  #footer #footer-form .bg {
    background-color: #BD343E; }
  #footer #footer-form::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url("../../images/platform/moon_top.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom;
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
      #footer #footer-form::before {
        height: 150px; } }
    @media screen and (min-width: 1200px) {
      #footer #footer-form::before {
        height: 257px; } }

#platform #intro {
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    #platform #intro {
      margin-top: 72px; } }
  #platform #intro .bg-red {
    overflow: hidden; }
  #platform #intro .wrap {
    padding-top: 70px; }
    @media screen and (min-width: 768px) {
      #platform #intro .wrap {
        padding-top: 120px; } }
    @media screen and (min-width: 992px) {
      #platform #intro .wrap {
        padding-bottom: 20px; } }
    @media screen and (min-width: 1200px) {
      #platform #intro .wrap {
        padding-top: 180px;
        padding-bottom: 290px; } }
    #platform #intro .wrap h1 {
      color: #ffffff;
      margin-bottom: 36px;
      text-shadow: 0px 3px 6px #00000029; }
    #platform #intro .wrap p {
      color: #ffffff; }
    #platform #intro .wrap .background-image {
      background: url("../../images/platform/intro_background.png") bottom right no-repeat;
      background-size: contain;
      width: 100%;
      height: 240px;
      margin-top: 25px;
      right: -240px; }
      @media screen and (min-width: 768px) {
        #platform #intro .wrap .background-image {
          background-position: center;
          margin-top: 60px;
          height: 400px; } }
      @media screen and (min-width: 1200px) {
        #platform #intro .wrap .background-image {
          background-position: bottom right;
          margin-top: 0px;
          top: 55px;
          height: 100%;
          position: absolute; } }

#platform #reasons {
  margin-top: -50px; }
  @media screen and (min-width: 992px) {
    #platform #reasons {
      margin-top: 0px; } }
  #platform #reasons::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url("../../images/main/intro_bottom.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      #platform #reasons::before {
        height: 80px;
        margin-top: -80px; } }
    @media screen and (min-width: 992px) {
      #platform #reasons::before {
        height: 115px;
        margin-top: -115px; } }
    @media screen and (min-width: 1200px) {
      #platform #reasons::before {
        height: 133px;
        margin-top: -133px; } }
  #platform #reasons .wrap {
    text-align: center; }
    #platform #reasons .wrap h2 {
      font-family: "AkkoPro-Regular";
      font-size: 26px;
      margin-bottom: 56px;
      margin-top: 30px; }
      @media screen and (min-width: 992px) {
        #platform #reasons .wrap h2 {
          margin-top: 0px; } }
    #platform #reasons .wrap .inner-content {
      text-align: left;
      margin-bottom: 80px; }
      #platform #reasons .wrap .inner-content:last-child {
        margin-bottom: 160px; }
      #platform #reasons .wrap .inner-content img {
        width: 100%; }
      #platform #reasons .wrap .inner-content .navigation {
        margin-top: 24px;
        margin-bottom: 24px; }
        @media screen and (min-width: 992px) {
          #platform #reasons .wrap .inner-content .navigation {
            margin-top: 180px; } }
        #platform #reasons .wrap .inner-content .navigation li {
          font-size: 40px;
          font-family: 'HitandRun-Regular';
          display: inline-block;
          margin-right: 48px;
          color: #1C3E58;
          -webkit-text-fill-color: #ffffff;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #1C3E58;
          cursor: pointer;
          -webkit-transition: all 0.5 ease-in-out;
          transition: all 0.5 ease-in-out; }
          #platform #reasons .wrap .inner-content .navigation li:last-child {
            margin-right: 0px; }
          @media screen and (min-width: 992px) {
            #platform #reasons .wrap .inner-content .navigation li {
              font-size: 50px; } }
        #platform #reasons .wrap .inner-content .navigation.orange li {
          margin-right: 12px; }
          #platform #reasons .wrap .inner-content .navigation.orange li.active, #platform #reasons .wrap .inner-content .navigation.orange li:hover {
            color: #F7941D;
            -webkit-text-fill-color: #F7941D;
            -webkit-text-stroke-color: #F7941D; }
          #platform #reasons .wrap .inner-content .navigation.orange li:last-child {
            margin-right: 0px; }
          @media screen and (min-width: 992px) {
            #platform #reasons .wrap .inner-content .navigation.orange li {
              margin-right: 24px; }
              #platform #reasons .wrap .inner-content .navigation.orange li:last-child {
                margin-right: 0px; } }
        #platform #reasons .wrap .inner-content .navigation.red li.active, #platform #reasons .wrap .inner-content .navigation.red li:hover {
          color: #ED125F;
          -webkit-text-fill-color: #ED125F;
          -webkit-text-stroke-color: #ED125F; }
        #platform #reasons .wrap .inner-content .navigation.blue li.active, #platform #reasons .wrap .inner-content .navigation.blue li:hover {
          color: #16BECF;
          -webkit-text-fill-color: #16BECF;
          -webkit-text-stroke-color: #16BECF; }
        #platform #reasons .wrap .inner-content .navigation.purple li.active, #platform #reasons .wrap .inner-content .navigation.purple li:hover {
          color: #A154A1;
          -webkit-text-fill-color: #A154A1;
          -webkit-text-stroke-color: #A154A1; }
