body {
  display: block; }

footer {
  display: block !important;
  clear: both;
  margin-top: 30px; 
}
#wrapper{
  height: auto;
}

.land_wrapp {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #0b0b0b; }
  .land_wrapp section {
    margin: 0;
    padding: 0; }
  .land_wrapp h2 {
    margin: 0;
    padding: 0; }
  .land_wrapp .light_blue_col {
    color: #007fc5; }
  .land_wrapp .steam_b1 {
    height: 100vh;
    height: 730px;
    background: url("/images/lp/steamsolut/b1_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    .land_wrapp .steam_b1 .container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .land_wrapp .steam_b1 .container:before, .land_wrapp .steam_b1 .container:after {
        display: none; }
    .land_wrapp .steam_b1 .center_info {
      text-align: center;
      padding: 3% 0;
      padding-bottom: 0; }
      .land_wrapp .steam_b1 .center_info h1 {
        font-size: 42px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; }
    .land_wrapp .steam_b1 .b1_product_foto {
      max-height: 65%;
      width: auto;
      -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
      transform: translateX(-5%); }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_b1 {
        height: auto; }
        .land_wrapp .steam_b1 .b1_product_foto {
          max-width: 100%; }
        .land_wrapp .steam_b1 .center_info h1 {
          font-size: 7vw;
          width: 100%;
          margin-top: 20px; }
        .land_wrapp .steam_b1 .center_info img {
          max-width: 40%; } }
  .land_wrapp .steam_b2 {
    text-align: center;
    color: #fff;
    padding-top: 60px; }
    .land_wrapp .steam_b2 h2 {
      color: inherit;
      font-size: 42px;
      margin-bottom: 25px; }
    .land_wrapp .steam_b2 h3 {
      color: inherit !important;
      font-size: 26px;
      margin-bottom: 25px; }
    .land_wrapp .steam_b2 .steam_advantages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 100px; }
      .land_wrapp .steam_b2 .steam_advantages .advantage_item {
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.5; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item img {
          vertical-align: middle; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item .advantage_text {
          position: absolute;
          text-align: center;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          opacity: 0;
          -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item .advantage_text span {
            display: block; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item .advantage_text img {
            position: absolute;
            bottom: 100%;
            left: 40%;
            margin-bottom: 10px; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item_1 .advantage_text {
          left: -10%;
          top: 64%; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item_2 {
          padding-top: 110px;
          padding-bottom: 0px;
          border-left: 1px solid rgba(255, 255, 255, 0.2);
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_2 .advantage_text {
            left: -30%;
            top: 105%; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item_3 {
          padding-top: 30px; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_3 .advantage_text {
            left: auto;
            top: 68%;
            right: 0;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
            .land_wrapp .steam_b2 .steam_advantages .advantage_item_3 .advantage_text img {
              left: auto;
              right: 40%; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item:hover {
          opacity: 1; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item:hover .advantage_text {
            opacity: 1;
            -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_b2 h2 {
        font-size: 7vw; }
      .land_wrapp .steam_b2 h3 {
        font-size: 5vw;
        margin-bottom: 10px; }
      .land_wrapp .steam_b2 .steam_advantages {
        display: block;
        margin-left: -15px;
        margin-right: -15px; }
        .land_wrapp .steam_b2 .steam_advantages .advantage_item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 0;
          padding-bottom: 0;
          opacity: 1;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          overflow: hidden; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item img {
            max-width: 50%; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item .advantage_text {
            position: static;
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 50%;
            font-size: 4.5vw;
            padding-left: 5px;
            padding-right: 5px; }
            .land_wrapp .steam_b2 .steam_advantages .advantage_item .advantage_text img {
              display: none; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_1 img {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-bottom: -9vw;
            margin-left: -5vw; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_1 .advantage_text {
            margin-top: 9vw; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_2 {
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            border-top: 1px solid rgba(255, 255, 255, 0.2); }
            .land_wrapp .steam_b2 .steam_advantages .advantage_item_2 img {
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              margin: -10vw 0;
              margin-left: -8vw; }
          .land_wrapp .steam_b2 .steam_advantages .advantage_item_3 img {
            margin-top: -5vw; } }
  .land_wrapp .steam_b3 {
    text-align: center;
    color: #fff;
    padding-top: 50px; }
    .land_wrapp .steam_b3 h2 {
      font-size: 26px;
      color: inherit;
      margin-bottom: 90px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_b3 h2 {
        font-size: 6vw;
        margin-bottom: 30px; } }
  .land_wrapp .steam_b3_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    .land_wrapp .steam_b3_tabs li {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .land_wrapp .steam_b3_tabs li:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .land_wrapp .steam_b3_tabs li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0.3;
        letter-spacing: 1px; }
        .land_wrapp .steam_b3_tabs li a .tab_icon {
          height: 50px;
          display: block;
          background-repeat: no-repeat;
          background-position: center top; }
        .land_wrapp .steam_b3_tabs li a:hover {
          opacity: 1; }
      .land_wrapp .steam_b3_tabs li.active a {
        opacity: 1;
        pointer-events: none; }
  .land_wrapp .steam_b3_tab_info {
    margin-top: 80px; }
    .land_wrapp .steam_b3_tab_info .slider_wrap {
      width: 700px;
      height: 410px;
      position: relative;
      margin: 0 auto;
      border: 4px solid rgba(255, 255, 255, 0.4);
      -webkit-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden; }
      .land_wrapp .steam_b3_tab_info .slider_wrap .slider_img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat; }
      .land_wrapp .steam_b3_tab_info .slider_wrap .foreground-img {
        width: 50%; }
      .land_wrapp .steam_b3_tab_info .slider_wrap .slider_range {
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: transparent;
        outline: none;
        margin: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .land_wrapp .steam_b3_tab_info .slider_wrap .slider_range::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 2px;
          height: 400px;
          background: white;
          cursor: pointer; }
        .land_wrapp .steam_b3_tab_info .slider_wrap .slider_range::-moz-range-thumb {
          width: 2px;
          height: 400px;
          background: white;
          cursor: pointer; }
      .land_wrapp .steam_b3_tab_info .slider_wrap .slider-button {
        background: url("/images/lp/steamsolut/b3_slider_btn.png") center top no-repeat;
        width: 100px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -35px;
        pointer-events: none;
        cursor: pointer; }
    .land_wrapp .steam_b3_tab_info .b3_tab_item {
      position: relative;
      display: none; }
      .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text {
        position: absolute;
        text-align: center;
        top: 50%;
        width: 180px;
        font-size: 14px; }
        .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text span {
          display: block; }
        .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_left {
          left: 0; }
          .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_left img {
            position: absolute;
            left: 50%;
            bottom: -30%; }
        .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_right {
          right: 0; }
          .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_right img {
            position: absolute;
            right: 40%;
            bottom: -30%; }
      .land_wrapp .steam_b3_tab_info .b3_tab_item.active {
        display: block; }
    .land_wrapp .steam_b3_tab_info .mob_text_icon {
      display: none; }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_b3_tab_info {
        margin-top: 30px; }
        .land_wrapp .steam_b3_tab_info .mob_text_icon {
          display: block;
          margin-bottom: 70px; }
          .land_wrapp .steam_b3_tab_info .mob_text_icon p {
            font-size: 18px; }
          .land_wrapp .steam_b3_tab_info .mob_text_icon span {
            height: 50px;
            display: block;
            background-repeat: no-repeat;
            background-position: center top; }
        .land_wrapp .steam_b3_tab_info .slider_wrap {
          width: 100%;
          height: 58vw; }
        .land_wrapp .steam_b3_tab_info .b3_tab_item {
          display: block;
          margin-bottom: 100px; }
          .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text {
            line-height: 1.1; }
            .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text img {
              display: none; }
            .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text:before {
              content: '';
              background: url("/images/lp/steamsolut/b3_text_line_mob.png") center top no-repeat;
              width: 12px;
              height: 54px;
              position: absolute; }
            .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_left {
              top: -50px; }
              .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_left:before {
                top: 100%;
                left: 50%;
                margin-left: -6px;
                margin-top: 5px; }
            .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_right {
              top: auto;
              bottom: -55px; }
              .land_wrapp .steam_b3_tab_info .b3_tab_item .slider_outer_text.outer_right:before {
                bottom: 100%;
                left: 50%;
                margin-left: -6px;
                margin-bottom: 5px; } }
  .land_wrapp .steam_b4 {
    padding: 120px 0; }
    .land_wrapp .steam_b4 .container {
      max-width: 920px; }
    .land_wrapp .steam_b4 .video_wrap {
      margin: 0 auto;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .land_wrapp .steam_b4 .video_wrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .land_wrapp .steam_b4 .video_thumb {
      display: inline-block;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 30px;
      border-radius: 30px; }
      .land_wrapp .steam_b4 .video_thumb img {
        max-width: 100%;
        vertical-align: middle; }
      .land_wrapp .steam_b4 .video_thumb .play_video {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        background: url("/images/lp/steamsolut/play_icon.png") center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .land_wrapp .steam_b4 .video_thumb .play_video:hover {
          -webkit-filter: invert(16%) sepia(35%) saturate(3875%) hue-rotate(182deg) brightness(98%) contrast(99%);
          filter: invert(16%) sepia(35%) saturate(3875%) hue-rotate(182deg) brightness(98%) contrast(99%); }
    .land_wrapp .steam_b4 .video_player {
      display: none;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 2; }
      .land_wrapp .steam_b4 .video_player iframe {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_b4 {
        padding: 40px 0; } }
  .land_wrapp .steam_products {
    text-align: center;
    padding: 90px 0;
    color: #fff; }
    .land_wrapp .steam_products h2 {
      font-size: 42px;
      color: inherit;
      margin-bottom: 25px; }
    .land_wrapp .steam_products h3 {
      font-size: 22px;
      color: inherit !important;
      margin-bottom: 40px;
      line-height: 1.3; }
    .land_wrapp .steam_products .products_carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .land_wrapp .steam_products .products_carousel .slick-slide {
        margin-left: 25px;
        margin-right: 25px; }
      .land_wrapp .steam_products .products_carousel .carousel_item {
        width: 30%;
        background: #fff;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 50px 30px 25px; }
      .land_wrapp .steam_products .products_carousel .img {
        overflow: hidden;
        height: 240px; }
        .land_wrapp .steam_products .products_carousel .img img {
          vertical-align: middle;
          max-width: 100%;
          width: 225px;
          margin-top: -50px;
          display: inline; }
      .land_wrapp .steam_products .products_carousel .prod_title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 25px; }
        .land_wrapp .steam_products .products_carousel .prod_title a {
          color: #0084c1; }
      .land_wrapp .steam_products .products_carousel .btn-primary {
        background: #0084c1;
        width: 200px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        color: #fff !important;
         text-decoration: none !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .land_wrapp .steam_products .products_carousel .btn-primary:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .land_wrapp .steam_products .products_carousel .slick-arrow {
        display: block;
        position: absolute;
        top: 50%;
        background: transparent;
        border: 0;
        outline: none;
        font-size: 50px;
        margin-top: -20px; }
        .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev {
          left: -20px; }
        .land_wrapp .steam_products .products_carousel .slick-arrow.slick-next {
          right: -20px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_products {
        padding: 40px 0; }
        .land_wrapp .steam_products h2 {
          font-size: 7vw; }
        .land_wrapp .steam_products h3 {
          font-size: 4vw; }
        .land_wrapp .steam_products .products_carousel {
          padding-bottom: 50px; }
          .land_wrapp .steam_products .products_carousel .slick-arrow {
            z-index: 10; }
            .land_wrapp .steam_products .products_carousel .slick-arrow:before {
              content: '';
              background: rgba(119, 119, 119, 0.5);
              width: 60px;
              height: 60px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              position: absolute;
              left: -20px;
              top: -15px; }
            .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev {
              left: 0px; }
              .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev:before {
                left: -13px; }
            .land_wrapp .steam_products .products_carousel .slick-arrow.slick-next {
              right: 0px; }
        .land_wrapp .steam_products .slick-dots {
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0; }
          .land_wrapp .steam_products .slick-dots li button {
            width: 14px;
            height: 14px;
            background: transparent;
            border: 1px solid #fff; }
          .land_wrapp .steam_products .slick-dots li.slick-active button {
            background: #fff; } }

.animate_sunline_img_red {
  -webkit-animation: drawer_cycle_red 12s linear 0s infinite !important;
  animation: drawer_cycle_red 12s linear 0s infinite !important; }

.animate_sunline_img_green {
  -webkit-animation: drawer_cycle_green 12s linear 0s infinite !important;
  animation: drawer_cycle_green 12s linear 0s infinite !important; }

.animate_sunline_texts_blue {
  -webkit-animation: drawer_text_blue 12s linear 0s infinite !important;
  animation: drawer_text_blue 12s linear 0s infinite !important; }

.animate_sunline_texts_green {
  -webkit-animation: drawer_text_green 12s linear 0s infinite !important;
  animation: drawer_text_green 12s linear 0s infinite !important; }

.animate_sunline_texts_red {
  -webkit-animation: drawer_text_red 12s linear 0s infinite !important;
  animation: drawer_text_red 12s linear 0s infinite !important; }

@-webkit-keyframes clock_rotate {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  80%, to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg); } }

@keyframes clock_rotate {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  80%, to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg); } }

@-webkit-keyframes clock_dot_rotate {
  0% {
    border-color: #007dba; }
  40% {
    border-color: #129e37; }
  80%, to {
    border-color: #d52727; } }

@keyframes clock_dot_rotate {
  0% {
    border-color: #007dba; }
  40% {
    border-color: #129e37; }
  80%, to {
    border-color: #d52727; } }

@-webkit-keyframes drawer_cycle_green {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_cycle_green {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_cycle_red {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes drawer_cycle_red {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_blue {
  0% {
    opacity: 1; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_text_blue {
  0% {
    opacity: 1; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_green {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_text_green {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_red {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes drawer_text_red {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }

@keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }
