/* Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'avenir_light';
  src: url("../fonts/avenir_light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenir_next';
  src: url("../fonts/avenir-next-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat_thin';
  src: url("../fonts/montserrat-thin.otf") format("opentype"), url("../fonts/montserrat-thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Mixins
-------------------------------------------------------------- */
/* Main styles
-------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

html, body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, textarea {
  font-family: "Trebuchet MS", Helvetica, sans-serif; }

body {
  width: 100%; }

.content {
  width: 960px;
  margin: 0 auto; }

.home .content {
  width: 940px;
  margin: 0 auto; }

input:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0; }

h1 {
  font-size: 30px;
  line-height: 32px;
  color: #6d6e76; }

h2 {
  font-size: 26px;
  line-height: 28px;
  color: #6d6e76; }

h3 {
  font-size: 22px;
  line-height: 26px;
  color: #6d6e76; }

h4 {
  font-size: 20px;
  line-height: 22px;
  color: #6d6e76; }

h5 {
  font-size: 18px;
  line-height: 20px;
  color: #6d6e76; }

h6 {
  font-size: 16px;
  line-height: 18px;
  color: #6d6e76; }

a {
  color: transparent;
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear:after,
.clear:before {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  font-size: 10px; }

.dn {
  display: none; }

/* Main styles
-------------------------------------------------------------- */
body {
  position: relative; }

header {
  position: fixed;
  width: 100%;
  z-index: 15;
  background-color: #ffffff;
  padding-top: 0; }
  header .head {
    margin: 0 auto;
    max-width: 1549px;
    padding-top: 6px; }
    header .head > a {
      display: inline-block;
      padding-left: 28px; }
    header .head .logo {
      float: left;
      padding: 9px 0 0 32px;
      width: 85px; }
    header .head .menu {
      float: right;
      position: relative;
      left: 0; }
      header .head .menu ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        header .head .menu ul li {
          float: right;
          letter-spacing: 2px;
          position: relative;
          padding: 1px 16px 3px; }
          header .head .menu ul li a.sign-up {
            background-color: #7ea0f6;
            opacity: 1;
            -webkit-transition: opacity 300ms ease-in-out 0ms;
            -moz-transition: opacity 300ms ease-in-out 0ms;
            -ms-transition: opacity 300ms ease-in-out 0ms;
            -o-transition: opacity 300ms ease-in-out 0ms;
            transition: opacity 300ms ease-in-out 0ms;
            color: #ffffff;
            padding: 13px 30px 9px;
            border-radius: 40px; }
            header .head .menu ul li a.sign-up:hover {
              opacity: .6; }
          header .head .menu ul li a:not(.sign-up)::after {
            content: ' ';
            position: absolute;
            width: 119%;
            height: 4px;
            background-color: #7fa2f3;
            left: 50%;
            -webkit-transform: translateX(-50%) scale(0);
            -moz-transform: translateX(-50%) scale(0);
            -ms-transform: translateX(-50%) scale(0);
            -o-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
            -webkit-transition: transform 300ms ease-in-out 0ms;
            -moz-transition: transform 300ms ease-in-out 0ms;
            -ms-transition: transform 300ms ease-in-out 0ms;
            -o-transition: transform 300ms ease-in-out 0ms;
            transition: transform 300ms ease-in-out 0ms;
            bottom: -23px; }
          header .head .menu ul li.active a::after, header .head .menu ul li:hover a::after {
            -webkit-transform: translateX(-50%) scale(1);
            -moz-transform: translateX(-50%) scale(1);
            -ms-transform: translateX(-50%) scale(1);
            -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); }
          header .head .menu ul li a {
            font-family: "proxima-nova",sans-serif;
            font-style: normal;
            color: #6b97ed;
            font-size: 18px;
            line-height: 60px;
            font-weight: 600;
            position: relative;
            text-align: center; }

section#main-header {
  position: relative;
  margin-bottom: -1px; }
  section#main-header .scroll {
    text-align: center;
    z-index: 10;
    cursor: pointer;
    opacity: 0.6;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 80px; }
    section#main-header .scroll .line {
      height: 20px;
      width: 1px;
      margin: 0 auto;
      background-color: #4b0049; }
    section#main-header .scroll .text {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #4b0049;
      font-size: 13px;
      line-height: 13px;
      font-weight: 400;
      padding: 14px 0 16px 0;
      letter-spacing: 3px;
      text-align: center; }
    section#main-header .scroll .arrow {
      background: transparent url("../images/svg/header/arrow.svg") no-repeat center center;
      width: 10px;
      height: 10px;
      margin: 0 auto;
      background-size: cover; }
  section#main-header .video {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
    section#main-header .video::after {
      content: ' ';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    section#main-header .video video {
      min-height: 100vh;
      min-width: 100%;
      height: auto; }
  section#main-header .header_background {
    display: block;
    position: relative;
    background-image: url("../images/home/header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #eaeaef;
    height: 100vh; }
    section#main-header .header_background img {
      position: absolute;
      right: 24.5%;
      top: 21.3%;
      width: 25.16%; }
  section#main-header .bx-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  section#main-header .head-slider-prev,
  section#main-header .head-slider-next {
    position: absolute;
    top: 49.7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    z-index: 10; }
    section#main-header .head-slider-prev a,
    section#main-header .head-slider-next a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 20; }
  section#main-header .head-slider-next {
    right: 2.2%; }
    section#main-header .head-slider-next .arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    section#main-header .head-slider-next .bg-anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent url("../images/svg/header/slider_fill_1.svg") no-repeat center center;
      background-size: contain;
      -webkit-transform: scale(0) rotate(180deg);
      -moz-transform: scale(0) rotate(180deg);
      -ms-transform: scale(0) rotate(180deg);
      -o-transform: scale(0) rotate(180deg);
      transform: scale(0) rotate(180deg);
      -webkit-transition: transform 300ms ease-in-out 0ms;
      -moz-transition: transform 300ms ease-in-out 0ms;
      -ms-transition: transform 300ms ease-in-out 0ms;
      -o-transition: transform 300ms ease-in-out 0ms;
      transition: transform 300ms ease-in-out 0ms; }
    section#main-header .head-slider-next:hover .bg-anim {
      -webkit-transform: scale(1) rotate(180deg);
      -moz-transform: scale(1) rotate(180deg);
      -ms-transform: scale(1) rotate(180deg);
      -o-transform: scale(1) rotate(180deg);
      transform: scale(1) rotate(180deg); }
  section#main-header .head-slider-prev {
    left: 2.2%; }
    section#main-header .head-slider-prev .bg-anim {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: transform 300ms ease-in-out 0ms;
      -moz-transition: transform 300ms ease-in-out 0ms;
      -ms-transition: transform 300ms ease-in-out 0ms;
      -o-transition: transform 300ms ease-in-out 0ms;
      transition: transform 300ms ease-in-out 0ms; }
    section#main-header .head-slider-prev:hover .bg-anim {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  section#main-header .head-slider-next,
  section#main-header .head-slider-prev {
    cursor: pointer; }
    section#main-header .head-slider-next .arrow,
    section#main-header .head-slider-prev .arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent url("../images/svg/header/slider_rest_1.svg") no-repeat center center;
      background-size: contain;
      z-index: 20; }
    section#main-header .head-slider-next .bg-anim,
    section#main-header .head-slider-prev .bg-anim {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent url("../images/svg/header/slider_fill_1.svg") no-repeat center center;
      background-size: contain;
      -webkit-transition: transform 300ms ease-in-out 0ms;
      -moz-transition: transform 300ms ease-in-out 0ms;
      -ms-transition: transform 300ms ease-in-out 0ms;
      -o-transition: transform 300ms ease-in-out 0ms;
      transition: transform 300ms ease-in-out 0ms; }
  section#main-header #head-slider {
    margin: 0; }
    section#main-header #head-slider .slide-1 {
      background-image: url("../images/home/banner.png");
      background-size: cover;
      background-repeat: no-repeat; }
    section#main-header #head-slider li {
      position: relative;
      overflow: hidden;
      max-height: 100vh;
      min-height: 890px;
      height: 100vh;
      opacity: 0; }
  section#main-header .wrapper {
    text-align: left;
    position: relative;
    top: 32.2%;
    max-width: 55.8%;
    margin: 0 auto; }
    section#main-header .wrapper .title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #ffffff;
      font-size: 95px;
      line-height: 100px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+0,6764d1+81 */
      font-size: 3.72vw;
      line-height: 3.93vw;
      position: relative;
      z-index: 10;
      max-width: 65%; }
    section#main-header .wrapper .sub-title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #ffffff;
      font-size: 30px;
      line-height: 48px;
      position: relative;
      z-index: 10;
      font-size: 1.2vw;
      line-height: 1.9vw;
      padding-top: 28px;
      padding-bottom: 38px;
      min-width: 340px;
      letter-spacing: -0.35px; }
    section#main-header .wrapper .btn {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #fff;
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;
      -webkit-transition: color 300ms ease-in-out 0ms;
      -moz-transition: color 300ms ease-in-out 0ms;
      -ms-transition: color 300ms ease-in-out 0ms;
      -o-transition: color 300ms ease-in-out 0ms;
      transition: color 300ms ease-in-out 0ms;
      font-size: 1.2vw;
      line-height: 1.5vw;
      padding: 22px 72px 20px 75px;
      margin-top: 4px;
      display: inline-block;
      letter-spacing: 2px;
      position: relative;
      z-index: 10;
      border: 4px solid #cddffc; }
      section#main-header .wrapper .btn:hover {
        color: #737a8e; }

section#leading-artists {
  display: none;
  text-align: center;
  background-color: #fff;
  padding-bottom: 163px; }
  section#leading-artists > .text {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #4e4e4e;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    padding-top: 75px;
    letter-spacing: 4.9px; }
  section#leading-artists .wrapper {
    width: 1230px;
    margin: 0 auto;
    display: table;
    padding-top: 97px; }
    section#leading-artists .wrapper .wrap-1 .icon {
      padding-bottom: 19px; }
    section#leading-artists .wrapper .wrap-2 .icon {
      padding-bottom: 10px; }
    section#leading-artists .wrapper .wrap-3 .icon {
      padding-bottom: 10px;
      padding-right: 20px; }
    section#leading-artists .wrapper .wrap-4 .icon {
      padding-bottom: 40px; }
    section#leading-artists .wrapper .wrap-5 .icon {
      padding-bottom: 3px; }
    section#leading-artists .wrapper > div {
      display: table-cell;
      width: calc(100% / 5);
      vertical-align: bottom;
      position: relative;
      cursor: pointer; }
      section#leading-artists .wrapper > div img {
        opacity: 0.35; }
      section#leading-artists .wrapper > div .text,
      section#leading-artists .wrapper > div .hover-text,
      section#leading-artists .wrapper > div .hover-text::after,
      section#leading-artists .wrapper > div img {
        -webkit-transition: all 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms; }
      section#leading-artists .wrapper > div .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #181818;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        letter-spacing: 1.8px;
        bottom: 1px;
        opacity: 0.35; }
      section#leading-artists .wrapper > div .hover-text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #010101;
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        bottom: 1px;
        letter-spacing: 0.8px;
        opacity: 0; }
      section#leading-artists .wrapper > div .hover-text::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
        -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        -o-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        width: 46px;
        height: 2px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+0,6764d1+81 */
        background: #38b4c6;
        /* Old browsers */
        background: -moz-linear-gradient(left, #38b4c6 0%, #6764d1 81%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #38b4c6 0%, #6764d1 81%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #38b4c6 0%, #6764d1 81%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
        /* IE6-9 */ }
    section#leading-artists .wrapper > div:hover .text {
      opacity: 0; }
    section#leading-artists .wrapper > div:hover .hover-text {
      opacity: 1; }
      section#leading-artists .wrapper > div:hover .hover-text::after {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }
    section#leading-artists .wrapper > div:hover img {
      opacity: 1; }

section#what-is {
  background-color: #eaeaef; }
  section#what-is .what-row {
    display: table;
    max-width: 1500px;
    margin: 0 auto; }
    section#what-is .what-row .left,
    section#what-is .what-row .right {
      display: table-cell;
      width: 50%; }
  section#what-is .row-top .left {
    padding: 122px 0 0 258px;
    position: relative;
    left: 10px; }
    section#what-is .row-top .left .title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: transparent;
      font-size: 60px;
      line-height: 60px;
      font-weight: 400;
      background: #38b4c6;
      background: -moz-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
      background: -webkit-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
      background: linear-gradient(to right, #38b4c6 21%, #6764d1 94%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    section#what-is .row-top .left .text {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #5a5a5a;
      font-size: 24px;
      line-height: 40px;
      font-weight: 500;
      padding-top: 43px;
      padding-left: 2px;
      padding-right: 15px; }
  section#what-is .row-top .right {
    position: relative; }
    section#what-is .row-top .right .video {
      position: absolute;
      z-index: 100;
      top: 183px;
      left: 219px;
      width: 262px;
      height: 471px;
      overflow: hidden; }
      section#what-is .row-top .right .video video {
        height: 471px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    section#what-is .row-top .right img {
      position: absolute;
      left: -7px;
      top: -10px; }
  section#what-is .row-bottom {
    padding-top: 350px;
    padding-bottom: 298px; }
    section#what-is .row-bottom .left {
      position: relative; }
      section#what-is .row-bottom .left img {
        position: absolute;
        top: -300px;
        right: -425px; }
    section#what-is .row-bottom .right {
      padding: 0 90px 0 196px; }
      section#what-is .row-bottom .right .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #5a5a5a;
        font-size: 24px;
        line-height: 40px;
        font-weight: 500; }

section#new-frontier {
  background-image: url("../images/home/purple-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 234px;
  padding-bottom: 311px; }
  section#new-frontier .frontier-row {
    display: table;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 230px; }
    section#new-frontier .frontier-row .left,
    section#new-frontier .frontier-row .right {
      display: table-cell;
      width: 50%;
      position: relative; }
      section#new-frontier .frontier-row .left .number,
      section#new-frontier .frontier-row .right .number {
        font-family: "montserrat_thin",serif;
        color: #fff;
        font-size: 88px;
        line-height: 30px;
        position: absolute; }
      section#new-frontier .frontier-row .left .title,
      section#new-frontier .frontier-row .right .title {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #fff;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: 0.7px; }
      section#new-frontier .frontier-row .left .text,
      section#new-frontier .frontier-row .right .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
    section#new-frontier .frontier-row.left .left {
      padding-left: 244px; }
      section#new-frontier .frontier-row.left .left .number {
        left: 180px;
        top: -7px; }
      section#new-frontier .frontier-row.left .left .text {
        padding: 29px 125px 0 1px; }
    section#new-frontier .frontier-row.left .right img {
      position: absolute;
      left: 15px; }
    section#new-frontier .frontier-row.right .right {
      padding-left: 95px; }
      section#new-frontier .frontier-row.right .right .number {
        left: 23px;
        top: -6px; }
      section#new-frontier .frontier-row.right .right .text {
        padding: 27px 240px 0 4px; }
    section#new-frontier .frontier-row.right .left img {
      position: absolute;
      top: -230px;
      right: -70px; }
  section#new-frontier .row-1 {
    padding-top: 0 !important; }
  section#new-frontier .row-3 {
    padding-top: 280px; }
  section#new-frontier .row-4 .right,
  section#new-frontier .row-2 .right {
    padding-left: 117px; }
    section#new-frontier .row-4 .right .number,
    section#new-frontier .row-2 .right .number {
      left: 35px;
      top: -5px; }
    section#new-frontier .row-4 .right .text,
    section#new-frontier .row-2 .right .text {
      padding: 27px 230px 0 2px; }
  section#new-frontier .row-4 .left,
  section#new-frontier .row-2 .left {
    transform: scale(0.8); }
  section#new-frontier .row-4 .left img,
  section#new-frontier .row-2 .left img {
    position: absolute;
    top: -238px !important;
    right: 83px !important; }
  section#new-frontier .row-4 .left video,
  section#new-frontier .row-2 .left video {
    position: absolute;
    top: -46px;
    right: 160px;
    z-index: 20;
    width: 264px;
    transform: scaleY(1.007);
    transform-origin: top; }

section#why-bot {
  background-image: url("../images/home/silver-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 122px;
  padding-bottom: 325px;
  position: relative; }
  section#why-bot .vert-line {
    position: absolute;
    top: 1355px;
    left: 47.2%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    section#why-bot .vert-line img {
      width: 132.59px;
      height: 2195.28px; }
  section#why-bot .title {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: transparent;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+21,6764d1+94 */
    background: #38b4c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b4c6 21%, #6764d1 94%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 400px;
    margin: 0 auto; }
  section#why-bot .wrapper {
    padding-top: 170px; }
    section#why-bot .wrapper .why-row {
      display: table;
      max-width: 1500px;
      margin: 0 auto; }
      section#why-bot .wrapper .why-row .left,
      section#why-bot .wrapper .why-row .right {
        display: table-cell;
        vertical-align: middle;
        width: 50%; }
        section#why-bot .wrapper .why-row .left img,
        section#why-bot .wrapper .why-row .right img {
          width: 434px;
          height: 434px; }
      section#why-bot .wrapper .why-row .top-text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #000;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: 0.7px; }
      section#why-bot .wrapper .why-row .bot-text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #000000;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
      section#why-bot .wrapper .why-row.left .left {
        text-align: right;
        padding-right: 60px; }
      section#why-bot .wrapper .why-row.left .right {
        text-align: left;
        padding-left: 98px;
        max-width: 530px; }
        section#why-bot .wrapper .why-row.left .right .top-text {
          padding-bottom: 28px; }
      section#why-bot .wrapper .why-row.right .right {
        text-align: left; }
      section#why-bot .wrapper .why-row.right .left {
        text-align: right;
        padding-right: 148px;
        max-width: 530px; }
        section#why-bot .wrapper .why-row.right .left .top-text {
          padding-bottom: 28px; }
    section#why-bot .wrapper .row-2 {
      padding-top: 47px; }
    section#why-bot .wrapper .row-3 {
      padding-top: 89px; }
    section#why-bot .wrapper .row-4 {
      padding-top: 125px; }

section#start-comunicating {
  background-image: url("../images/home/blue-bg.png");
  background-size: cover;
  background-repeat: no-repeat; }
  section#start-comunicating .wrapper {
    max-width: 1500px;
    margin: 0 auto;
    display: table;
    padding-top: 100px;
    padding-bottom: 165px; }
    section#start-comunicating .wrapper .left {
      display: table-cell;
      vertical-align: middle;
      padding-right: 420px;
      padding-top: 2px;
      position: relative;
      perspective: 1000px; }
      section#start-comunicating .wrapper .left video {
        position: absolute;
        top: 106px;
        z-index: 20;
        width: 176px;
        transform: rotateZ(-20.5deg) skew(0deg, 9deg) scaleY(1.293) scaleX(1.045) rotateY(30deg);
        left: 105px;
        transform-origin: left; }
      section#start-comunicating .wrapper .left img {
        position: absolute;
        top: -138px;
        left: -390px; }
    section#start-comunicating .wrapper .right {
      display: table-cell;
      vertical-align: top;
      padding-top: 109px;
      padding-right: 122px;
      position: relative;
      z-index: 10; }
      section#start-comunicating .wrapper .right .title {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #fff;
        font-size: 72px;
        line-height: 72px;
        max-width: 780px; }
      section#start-comunicating .wrapper .right .btns {
        padding-top: 62px; }
        section#start-comunicating .wrapper .right .btns .request {
          font-family: "proxima-nova",sans-serif;
          font-style: normal;
          color: #fff;
          font-size: 24px;
          line-height: 30px;
          font-weight: 600;
          -webkit-transition: color 300ms ease-in-out 0ms;
          -moz-transition: color 300ms ease-in-out 0ms;
          -ms-transition: color 300ms ease-in-out 0ms;
          -o-transition: color 300ms ease-in-out 0ms;
          transition: color 300ms ease-in-out 0ms;
          background-image: url("../images/home/request-bg.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 25px 38px;
          display: inline-block;
          letter-spacing: 3px;
          cursor: pointer; }
          section#start-comunicating .wrapper .right .btns .request:hover {
            color: #737a8e; }
        section#start-comunicating .wrapper .right .btns .try {
          font-family: "proxima-nova",sans-serif;
          font-style: normal;
          color: #fff;
          font-size: 24px;
          line-height: 30px;
          font-weight: 600;
          -webkit-transition: color 300ms ease-in-out 0ms;
          -moz-transition: color 300ms ease-in-out 0ms;
          -ms-transition: color 300ms ease-in-out 0ms;
          -o-transition: color 300ms ease-in-out 0ms;
          transition: color 300ms ease-in-out 0ms;
          background-image: url("../images/home/request-border.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 25px 76px;
          display: inline-block;
          letter-spacing: 3px;
          margin-left: 24px;
          cursor: pointer; }
          section#start-comunicating .wrapper .right .btns .try:hover {
            color: #737a8e; }

footer {
  background-color: #f3f3f3;
  padding-bottom: 24px;
  position: relative;
  z-index: 10; }
  footer .wrapper {
    max-width: 1549px;
    margin: 0 auto; }
    footer .wrapper .left {
      float: left;
      padding-left: 28px; }
      footer .wrapper .left img {
        float: left;
        padding: 30px 0 0 32px;
        width: 85px; }
      footer .wrapper .left .menu {
        float: left;
        padding-top: 26px;
        padding-left: 44px; }
        footer .wrapper .left .menu a {
          display: block;
          font-family: "proxima-nova",sans-serif;
          font-style: normal;
          color: #151515;
          font-size: 14px;
          line-height: 30px;
          font-weight: 600;
          opacity: .78;
          -webkit-transition: opacity 300ms ease-in-out 0ms;
          -moz-transition: opacity 300ms ease-in-out 0ms;
          -ms-transition: opacity 300ms ease-in-out 0ms;
          -o-transition: opacity 300ms ease-in-out 0ms;
          transition: opacity 300ms ease-in-out 0ms;
          letter-spacing: 3px;
          cursor: pointer; }
          footer .wrapper .left .menu a:hover {
            opacity: 1; }
    footer .wrapper .right {
      float: right;
      padding-top: 36px; }
      footer .wrapper .right .top {
        text-align: right;
        padding-right: 15px; }
        footer .wrapper .right .top a {
          display: inline-block;
          padding: 0 5px;
          cursor: pointer;
          position: relative;
          width: 53px;
          height: 53px; }
          footer .wrapper .right .top a img {
            position: absolute;
            top: 0;
            left: 0; }
            footer .wrapper .right .top a img.visible {
              opacity: 1;
              -webkit-transition: opacity 50ms ease-in-out 0ms;
              -moz-transition: opacity 50ms ease-in-out 0ms;
              -ms-transition: opacity 50ms ease-in-out 0ms;
              -o-transition: opacity 50ms ease-in-out 0ms;
              transition: opacity 50ms ease-in-out 0ms; }
            footer .wrapper .right .top a img.hover {
              transform: scale(0);
              -webkit-transition: transform 300ms ease-in-out 0ms;
              -moz-transition: transform 300ms ease-in-out 0ms;
              -ms-transition: transform 300ms ease-in-out 0ms;
              -o-transition: transform 300ms ease-in-out 0ms;
              transition: transform 300ms ease-in-out 0ms; }
          footer .wrapper .right .top a:hover img.visible {
            opacity: 0;
            -webkit-transition: opacity 50ms ease-in-out 450ms;
            -moz-transition: opacity 50ms ease-in-out 450ms;
            -ms-transition: opacity 50ms ease-in-out 450ms;
            -o-transition: opacity 50ms ease-in-out 450ms;
            transition: opacity 50ms ease-in-out 450ms; }
          footer .wrapper .right .top a:hover img.hover {
            transform: scale(1);
            -webkit-transition: transform 500ms ease-in-out 0ms;
            -moz-transition: transform 500ms ease-in-out 0ms;
            -ms-transition: transform 500ms ease-in-out 0ms;
            -o-transition: transform 500ms ease-in-out 0ms;
            transition: transform 500ms ease-in-out 0ms; }
      footer .wrapper .right .bot {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: transparent;
        font-size: 11px;
        line-height: 30px;
        font-weight: 500;
        padding-top: 25px;
        text-align: right;
        padding-right: 14px;
        letter-spacing: 2.2px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+21,6764d1+94 */
        background: #38b4c6;
        /* Old browsers */
        background: -moz-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #38b4c6 21%, #6764d1 94%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
        /* IE6-9 */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

section#blog-posts {
  background-image: url("../images/blog/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  section#blog-posts .wrapper {
    text-align: center;
    padding-top: 240px;
    padding-bottom: 240px;
    min-height: calc(100vh - 647px); }
    section#blog-posts .wrapper .single-post {
      display: inline-block;
      width: 480px;
      background-color: #fff;
      margin: 0 4px;
      cursor: pointer;
      -webkit-transition: transform 300ms ease-in-out 0ms;
      -moz-transition: transform 300ms ease-in-out 0ms;
      -ms-transition: transform 300ms ease-in-out 0ms;
      -o-transition: transform 300ms ease-in-out 0ms;
      transition: transform 300ms ease-in-out 0ms;
      position: relative;
      height: 480px; }
      section#blog-posts .wrapper .single-post a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      section#blog-posts .wrapper .single-post::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 3px 24px 62px 0 rgba(44, 47, 115, 0.57);
        -webkit-transition: opacity 300ms ease-in-out 0ms;
        -moz-transition: opacity 300ms ease-in-out 0ms;
        -ms-transition: opacity 300ms ease-in-out 0ms;
        -o-transition: opacity 300ms ease-in-out 0ms;
        transition: opacity 300ms ease-in-out 0ms;
        opacity: 0; }
      section#blog-posts .wrapper .single-post:hover {
        -webkit-transform: scale(1.01) translateZ(0);
        -moz-transform: scale(1.01) translateZ(0);
        -ms-transform: scale(1.01) translateZ(0);
        -o-transform: scale(1.01) translateZ(0);
        transform: scale(1.01) translateZ(0); }
        section#blog-posts .wrapper .single-post:hover::before {
          -webkit-transform: scale(1) translateZ(0);
          opacity: 1; }
      section#blog-posts .wrapper .single-post img {
        display: block; }
      section#blog-posts .wrapper .single-post .bot .date {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #141a3c;
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        text-align: right;
        padding: 13px 26px 0 0;
        letter-spacing: 3.2px; }
      section#blog-posts .wrapper .single-post .bot .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #141a3c;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        padding: 27px 0 17px 24px;
        letter-spacing: 1px;
        max-width: 70%;
        position: absolute;
        bottom: 0; }

section#start-comunicating.blog-posts .wrapper {
  padding-top: 117px; }
  section#start-comunicating.blog-posts .wrapper .left {
    padding-right: 386px; }
    section#start-comunicating.blog-posts .wrapper .left img {
      top: -156px;
      left: -465px; }
    section#start-comunicating.blog-posts .wrapper .left video {
      position: absolute;
      top: 42px;
      left: 26px;
      z-index: 20;
      width: 210px;
      transform: rotate(-8.15deg) skew(0deg, -0.2deg);
      transform-origin: center; }

section#single-blog {
  background-color: #fff; }
  section#single-blog .wrapper {
    max-width: 971px;
    margin: 0 auto;
    padding-top: 200px; }
    section#single-blog .wrapper .single-header {
      max-width: 100%;
      height: auto; }
    section#single-blog .wrapper .date {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #141a3c;
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
      text-align: center;
      padding-top: 40px;
      letter-spacing: 2.5px; }
    section#single-blog .wrapper .title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      color: transparent;
      font-size: 36px;
      line-height: 48px;
      text-align: center;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+21,6764d1+94 */
      background: #38b4c6;
      /* Old browsers */
      background: -moz-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #38b4c6 21%, #6764d1 94%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-top: 41px;
      letter-spacing: 2px;
      padding-bottom: 23px;
      max-width: 650px;
      margin: 0 auto; }
    section#single-blog .wrapper .line {
      width: 100%;
      height: 1px;
      background-color: #a5bbf8; }
      section#single-blog .wrapper .line.two {
        margin-top: 123px; }
    section#single-blog .wrapper .content-text {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #000000;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
      max-width: 650px;
      margin: 0 auto;
      padding-top: 36px; }
      section#single-blog .wrapper .content-text.one {
        padding-top: 60px; }
    section#single-blog .wrapper .share-txt {
      text-align: center;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #000000;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
      padding-top: 50px;
      letter-spacing: 3.7px; }
    section#single-blog .wrapper .share {
      text-align: center;
      padding-top: 29px;
      padding-bottom: 82px; }
      section#single-blog .wrapper .share a {
        display: inline-block;
        padding: 0 5px;
        width: 54px;
        height: 56px;
        position: relative; }
        section#single-blog .wrapper .share a img {
          position: absolute;
          top: 0;
          left: 5px;
          width: 54px; }
          section#single-blog .wrapper .share a img.visible {
            opacity: 1;
            -webkit-transition: opacity 50ms ease-in-out 0ms;
            -moz-transition: opacity 50ms ease-in-out 0ms;
            -ms-transition: opacity 50ms ease-in-out 0ms;
            -o-transition: opacity 50ms ease-in-out 0ms;
            transition: opacity 50ms ease-in-out 0ms; }
          section#single-blog .wrapper .share a img.hover {
            transform: scale(0);
            -webkit-transition: transform 300ms ease-in-out 0ms;
            -moz-transition: transform 300ms ease-in-out 0ms;
            -ms-transition: transform 300ms ease-in-out 0ms;
            -o-transition: transform 300ms ease-in-out 0ms;
            transition: transform 300ms ease-in-out 0ms; }
        section#single-blog .wrapper .share a:hover img.visible {
          opacity: 0;
          -webkit-transition: opacity 50ms ease-in-out 450ms;
          -moz-transition: opacity 50ms ease-in-out 450ms;
          -ms-transition: opacity 50ms ease-in-out 450ms;
          -o-transition: opacity 50ms ease-in-out 450ms;
          transition: opacity 50ms ease-in-out 450ms; }
        section#single-blog .wrapper .share a:hover img.hover {
          transform: scale(1);
          -webkit-transition: transform 500ms ease-in-out 0ms;
          -moz-transition: transform 500ms ease-in-out 0ms;
          -ms-transition: transform 500ms ease-in-out 0ms;
          -o-transition: transform 500ms ease-in-out 0ms;
          transition: transform 500ms ease-in-out 0ms; }

section#stashimi {
  background-image: url("../images/stashimi/stashimi-gradirent.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 170px); }
  section#stashimi #gradient {
    position: absolute;
    top: -100%;
    right: -100%;
    z-index: 9; }
  section#stashimi #ie-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-image: url("../images/ie-gradient.png");
    display: none; }
  section#stashimi .wrapper {
    display: table;
    margin: 0 auto;
    padding-top: 274px;
    padding-bottom: 47px;
    position: relative;
    z-index: 10; }
    section#stashimi .wrapper .left,
    section#stashimi .wrapper .right {
      display: table-cell;
      vertical-align: top; }
    section#stashimi .wrapper .left {
      padding-left: 598px;
      position: relative;
      perspective: 1000px; }
      section#stashimi .wrapper .left video {
        position: absolute;
        top: 113px;
        z-index: 20;
        width: 368px;
        transform: rotateZ(-22.1deg) skew(0deg, 5.4deg) rotateY(0.5deg) scaleX(1.02);
        left: -38px;
        transform-origin: left; }
      section#stashimi .wrapper .left img {
        position: absolute;
        top: -225px;
        right: -159px; }
    section#stashimi .wrapper .right {
      position: relative;
      z-index: 11; }
      section#stashimi .wrapper .right .logo {
        padding-left: 6px; }
      section#stashimi .wrapper .right .title {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #fff;
        font-size: 60px;
        line-height: 58px;
        padding-top: 86px;
        letter-spacing: -0.2px; }
      section#stashimi .wrapper .right .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #fff;
        font-size: 20px;
        line-height: 36px;
        max-width: 450px;
        padding-left: 5px; }
      section#stashimi .wrapper .right .icons {
        display: table;
        width: 78%;
        padding-top: 87px;
        position: relative;
        right: 25px; }
        section#stashimi .wrapper .right .icons .single-icon {
          display: table-cell;
          width: 100px;
          text-align: center; }
          section#stashimi .wrapper .right .icons .single-icon img {
            max-width: 60%;
            width: 100%;
            opacity: 0.65;
            min-width: 56px; }
          section#stashimi .wrapper .right .icons .single-icon .icon-text {
            font-family: "proxima-nova",sans-serif;
            font-style: normal;
            color: #ffffff;
            font-size: 12px;
            line-height: 15px;
            font-weight: 500;
            padding-top: 13px;
            letter-spacing: 1.85px; }
      section#stashimi .wrapper .right .store {
        padding-top: 146px;
        padding-left: 6px; }
        section#stashimi .wrapper .right .store span {
          display: inline-block; }
          section#stashimi .wrapper .right .store span a {
            display: inline-block; }
        section#stashimi .wrapper .right .store .google {
          padding-left: 24px; }
      section#stashimi .wrapper .right .bottom-text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        padding: 43px 0 0 4px;
        max-width: 750px;
        opacity: 0.84; }

section#contact-top {
  background-image: url("../images/contact/bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 140px;
  min-height: calc(100vh - 170px); }
  section#contact-top .wrapper {
    padding-top: 265px; }
  section#contact-top .title {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #150d19;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400; }
  section#contact-top a.messenger {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    background-image: url("../images/contact/btn-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 86px;
    display: inline-block;
    padding: 2px 26px 16px 49px;
    letter-spacing: 2.5px;
    -webkit-transition: opacity 300ms ease-in-out 0ms;
    -moz-transition: opacity 300ms ease-in-out 0ms;
    -ms-transition: opacity 300ms ease-in-out 0ms;
    -o-transition: opacity 300ms ease-in-out 0ms;
    transition: opacity 300ms ease-in-out 0ms;
    opacity: 0.7; }
    section#contact-top a.messenger svg {
      display: inline-block;
      position: relative;
      right: 20px;
      top: 11px; }
      section#contact-top a.messenger svg path {
        fill: #fff;
        -webkit-transition: fill 300ms ease-in-out 0ms;
        -moz-transition: fill 300ms ease-in-out 0ms;
        -ms-transition: fill 300ms ease-in-out 0ms;
        -o-transition: fill 300ms ease-in-out 0ms;
        transition: fill 300ms ease-in-out 0ms; }
    section#contact-top a.messenger:hover {
      opacity: 1; }
  section#contact-top .or {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #150d19;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 74px;
    letter-spacing: 1px; }
  section#contact-top form {
    display: table;
    margin: 0 auto;
    padding-top: 57px; }
    section#contact-top form .left {
      width: 44.3%; }
    section#contact-top form .right {
      padding-left: 20px; }
    section#contact-top form .left,
    section#contact-top form .right {
      display: table-cell;
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #150d19;
      font-size: 18px;
      line-height: 18px;
      font-weight: 400;
      text-align: left;
      letter-spacing: 1px; }
      section#contact-top form .left input,
      section#contact-top form .left textarea,
      section#contact-top form .right input,
      section#contact-top form .right textarea {
        resize: none;
        background-color: transparent;
        border: 0; }
        section#contact-top form .left input:focus,
        section#contact-top form .left textarea:focus,
        section#contact-top form .right input:focus,
        section#contact-top form .right textarea:focus {
          outline: none; }
      section#contact-top form .left input,
      section#contact-top form .right input {
        background-image: url("../images/contact/form-small.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 433px;
        margin-top: 9px;
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #150d19;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding: 17px 10px;
        margin-bottom: 16px; }
      section#contact-top form .left textarea,
      section#contact-top form .right textarea {
        background-image: url("../images/contact/form-big.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 536px;
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #150d19;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-top: 9px;
        padding: 17px 10px;
        height: 125px; }
    section#contact-top form .top {
      display: table-row; }
    section#contact-top form .submit {
      display: table-row; }
      section#contact-top form .submit input {
        position: relative;
        left: 50%;
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        -webkit-transition: color 300ms ease-in-out 0ms;
        -moz-transition: color 300ms ease-in-out 0ms;
        -ms-transition: color 300ms ease-in-out 0ms;
        -o-transition: color 300ms ease-in-out 0ms;
        transition: color 300ms ease-in-out 0ms;
        background-color: #150d19;
        border: none;
        margin: 47px 0 0 120px;
        padding: 18px 39px 18px;
        letter-spacing: 2.4px;
        cursor: pointer; }
        section#contact-top form .submit input:hover {
          color: #737a8e; }
  section#contact-top .success,
  section#contact-top .error {
    display: none; }
    section#contact-top .success .logo,
    section#contact-top .error .logo {
      width: 120px;
      margin: 0 auto;
      padding-bottom: 29px; }
      section#contact-top .success .logo img,
      section#contact-top .error .logo img {
        width: 100%;
        height: auto; }
    section#contact-top .success .text .top,
    section#contact-top .error .text .top {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #150d19;
      font-size: 48px;
      line-height: 48px;
      font-weight: 400;
      letter-spacing: 1px; }
    section#contact-top .success .text .bot,
    section#contact-top .error .text .bot {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: #150d19;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      margin: 0 auto;
      letter-spacing: 1px;
      padding-bottom: 80px;
      font-weight: 400;
      padding-top: 26px;
      max-width: 400px; }
  section#contact-top .follow-us {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: #150d19;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 87px;
    letter-spacing: 3.6px;
    padding-bottom: 32px; }
  section#contact-top .social span {
    display: inline-block;
    padding: 0 2px; }
    section#contact-top .social span a {
      display: inline-block;
      width: 54px;
      height: 56px;
      position: relative; }
      section#contact-top .social span a img {
        position: absolute;
        top: 0;
        width: 54px;
        left: 0; }
        section#contact-top .social span a img.visible {
          opacity: 1;
          -webkit-transition: opacity 50ms ease-in-out 0ms;
          -moz-transition: opacity 50ms ease-in-out 0ms;
          -ms-transition: opacity 50ms ease-in-out 0ms;
          -o-transition: opacity 50ms ease-in-out 0ms;
          transition: opacity 50ms ease-in-out 0ms; }
        section#contact-top .social span a img.hover {
          transform: scale(0);
          -webkit-transition: transform 300ms ease-in-out 0ms;
          -moz-transition: transform 300ms ease-in-out 0ms;
          -ms-transition: transform 300ms ease-in-out 0ms;
          -o-transition: transform 300ms ease-in-out 0ms;
          transition: transform 300ms ease-in-out 0ms; }
      section#contact-top .social span a:hover img.visible {
        opacity: 0;
        -webkit-transition: opacity 50ms ease-in-out 450ms;
        -moz-transition: opacity 50ms ease-in-out 450ms;
        -ms-transition: opacity 50ms ease-in-out 450ms;
        -o-transition: opacity 50ms ease-in-out 450ms;
        transition: opacity 50ms ease-in-out 450ms; }
      section#contact-top .social span a:hover img.hover {
        transform: scale(1);
        -webkit-transition: transform 500ms ease-in-out 0ms;
        -moz-transition: transform 500ms ease-in-out 0ms;
        -ms-transition: transform 500ms ease-in-out 0ms;
        -o-transition: transform 500ms ease-in-out 0ms;
        transition: transform 500ms ease-in-out 0ms; }

section#contact-bottom {
  display: none;
  background-image: url("../images/contact/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 121px; }
  section#contact-bottom .title {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    color: transparent;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+21,6764d1+94 */
    background: #38b4c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38b4c6 21%, #6764d1 94%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38b4c6 21%, #6764d1 94%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 98px;
    letter-spacing: 7px;
    max-width: 300px;
    margin: 0 auto; }
  section#contact-bottom .wrapper {
    max-width: 1831px;
    margin: 0 auto;
    padding-top: 81px; }
    section#contact-bottom .wrapper .single {
      padding: 0 54px;
      width: 349px;
      float: left; }
      section#contact-bottom .wrapper .single .name {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: transparent;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63c9f9+15,578eff+99 */
        background: #63c9f9;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #63c9f9 15%, #578eff 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #63c9f9 15%, #578eff 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #63c9f9 15%, #578eff 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c9f9', endColorstr='#578eff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 18px 0 0 2px;
        letter-spacing: 4px; }
      section#contact-bottom .wrapper .single .single-title {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #ffffff;
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        padding: 4px 0 0 1px;
        letter-spacing: 3px; }
      section#contact-bottom .wrapper .single .text {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        padding-top: 17px; }

#pop-up-request {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  #pop-up-request .wrapper {
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    top: 15vh; }
    #pop-up-request .wrapper .title {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      color: transparent;
      font-size: 36px;
      line-height: 30px;
      font-weight: 500;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b4c6+0,6764d1+94 */
      background: #38b4c6;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #38b4c6 0%, #6764d1 94%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #38b4c6 0%, #6764d1 94%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #38b4c6 0%, #6764d1 94%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4c6', endColorstr='#6764d1',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 7.3px;
      position: relative; }
      #pop-up-request .wrapper .title span {
        position: absolute;
        width: 50px;
        height: 50px;
        right: -7.85vw;
        top: -11px;
        cursor: pointer; }
        #pop-up-request .wrapper .title span::after, #pop-up-request .wrapper .title span::before {
          content: ' ';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 37px;
          height: 2px;
          background-color: #6d90d3; }
        #pop-up-request .wrapper .title span::before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        #pop-up-request .wrapper .title span::after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
    #pop-up-request .wrapper .sub-text {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #ffffff;
      font-size: 18px;
      line-height: 30px;
      max-width: 400px;
      margin: 0 auto;
      padding-top: 22px;
      opacity: 0.45; }
    #pop-up-request .wrapper form {
      padding-top: 130px; }
      #pop-up-request .wrapper form input:not([type='submit']) {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #ffffff;
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        border: none;
        background-color: transparent;
        display: block;
        text-align: center;
        width: 540px;
        padding-bottom: 16px;
        letter-spacing: 5px;
        border-bottom: 1px solid #777777;
        margin: 0 auto 41px; }
        #pop-up-request .wrapper form input:not([type='submit']) :-moz-placeholder,
        #pop-up-request .wrapper form input:not([type='submit']) :-ms-input-placeholder,
        #pop-up-request .wrapper form input:not([type='submit']) ::-moz-placeholder,
        #pop-up-request .wrapper form input:not([type='submit']) ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-family: "proxima-nova",sans-serif;
          font-style: normal;
          color: #ffffff;
          font-size: 24px;
          line-height: 26px;
          font-weight: 500;
          opacity: 0.27; }
      #pop-up-request .wrapper form input[type='submit'] {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        color: #ffffff;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        border: none;
        display: block;
        padding: 15px 65px;
        letter-spacing: 5px;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: opacity 300ms ease-in-out 0ms;
        -moz-transition: opacity 300ms ease-in-out 0ms;
        -ms-transition: opacity 300ms ease-in-out 0ms;
        -o-transition: opacity 300ms ease-in-out 0ms;
        transition: opacity 300ms ease-in-out 0ms;
        opacity: 0.7; }
        #pop-up-request .wrapper form input[type='submit']:hover {
          opacity: 1; }
      #pop-up-request .wrapper form .submit-bg {
        background-image: url("../images/pop-btn.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        display: inline-block;
        margin-top: 25px;
        cursor: pointer;
        position: relative;
        height: 60px;
        width: 247px; }
        #pop-up-request .wrapper form .submit-bg .ajax-loading {
          text-align: center;
          width: 80px;
          margin: 0 auto;
          display: none;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          #pop-up-request .wrapper form .submit-bg .ajax-loading > div {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #fff;
            -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
            animation: bouncedelay 1.4s infinite ease-in-out both; }
          #pop-up-request .wrapper form .submit-bg .ajax-loading .one {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
          #pop-up-request .wrapper form .submit-bg .ajax-loading .two {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

section#contact-top form .submit {
  position: relative; }
  section#contact-top form .submit .ajax-loading {
    position: relative;
    left: 50%;
    background-color: #150d19;
    border: none;
    margin: 47px 0 0 120px;
    letter-spacing: 2.4px;
    cursor: pointer;
    display: none;
    width: 177px;
    height: 66px; }
    section#contact-top form .submit .ajax-loading .wrapper {
      text-align: center;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      padding-top: 0; }
      section#contact-top form .submit .ajax-loading .wrapper > div {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #fff;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
        animation: bouncedelay 1.4s infinite ease-in-out both; }
      section#contact-top form .submit .ajax-loading .wrapper .one {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      section#contact-top form .submit .ajax-loading .wrapper .two {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }

@media (max-width: 990px) {
  #pop-up-request .wrapper form .submit-bg {
    height: 39px;
    width: 148px; }

  section#contact-top form .submit .ajax-loading {
    width: 144px;
    height: 40px;
    margin: 21px auto 0;
    top: auto;
    left: auto; } }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.blur-fx {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  will-change: filter; }

section,
header,
footer {
  -webkit-transition: filter 300ms ease-in-out 0ms;
  -moz-transition: filter 300ms ease-in-out 0ms;
  -ms-transition: filter 300ms ease-in-out 0ms;
  -o-transition: filter 300ms ease-in-out 0ms;
  transition: filter 300ms ease-in-out 0ms; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (max-width: 1600px) {
  header .head .menu {
    left: 0; }

  section#main-header .wrapper .sub-title {
    font-size: 1.5vw;
    line-height: 1.9vw; }
  section#main-header .wrapper .btn {
    padding: 17px 62px 15px 65px; } }
@media (max-width: 1366px) and (min-width: 991px) {
  section#main-header .wrapper {
    top: 27.2%; }
    section#main-header .wrapper .btn {
      font-size: 1.5vw;
      line-height: 1.8vw;
      padding: 14px 52px 12px 55px; } }
@media (max-width: 1124px) and (min-width: 991px) {
  section#main-header .wrapper {
    top: 24.2%; } }
@media (max-width: 1831px) {
  section#contact-bottom .wrapper {
    max-width: 1280px; }
    section#contact-bottom .wrapper .single {
      width: 272px;
      padding: 0 24px; }
      section#contact-bottom .wrapper .single img {
        width: 272px; } }
@media (max-width: 1279px) {
  section#contact-bottom .wrapper {
    max-width: 990px; }
    section#contact-bottom .wrapper .single {
      width: 231px;
      padding: 0 8px; }
      section#contact-bottom .wrapper .single img {
        width: 231px; }

  section#contact-top form .left input {
    width: 320px; }

  section#contact-top form .right textarea {
    width: 368px; }

  #pop-up-request .wrapper .title span {
    right: 3.15vw; } }
@media (max-width: 1499px) {
  header .head .logo,
  footer .wrapper .left img {
    padding-left: 20px; }

  footer .wrapper .left,
  header .head > a {
    padding-left: 0; }

  section#start-comunicating .wrapper {
    max-width: 1280px; }
    section#start-comunicating .wrapper .right {
      padding-right: 0; }

  section#blog-posts .wrapper {
    padding-top: 190px;
    padding-bottom: 160px; } }
@media (max-width: 1279px) {
  body section#start-comunicating .wrapper {
    max-width: 990px; }
    body section#start-comunicating .wrapper .right .title {
      max-width: 100% !important; }
    body section#start-comunicating .wrapper .left img {
      left: -353px !important; }

  section#start-comunicating .wrapper .right .btns .request {
    padding: 15px 30px !important; }
  section#start-comunicating .wrapper .right .btns .try {
    padding: 15px 30px !important; }

  section#start-comunicating.blog-posts .wrapper .right .btns .request {
    padding: 15px 17px !important; } }
@media (max-width: 1500px) {
  section#why-bot .wrapper .row-2 .right img {
    padding-right: 0; }

  section#why-bot .wrapper .why-row,
  section#new-frontier .frontier-row {
    max-width: 1280px; }

  section#what-is .what-row {
    width: 1280px; }
    section#what-is .what-row.row-bottom {
      padding-top: 380px; }

  section#why-bot .wrapper .why-row .top-text {
    font-size: 43px;
    line-height: 45px; }

  section#new-frontier .title {
    font-size: 43px !important;
    line-height: 45px !important; }

  section#why-bot .vert-line {
    left: 45.2%; } }
@media (max-width: 1279px) {
  section#why-bot .vert-line {
    left: 43.2%; }

  section#start-comunicating.blog-posts .wrapper .right .btns .request {
    padding: 20px 18px; }
  section#start-comunicating.blog-posts .wrapper .right .btns .try {
    padding: 20px 36px; }

  section#start-comunicating .wrapper .left video {
    transform: rotateZ(-20.5deg) skew(0deg, 8.5deg) scaleY(1.293) scaleX(1.045) rotateY(30deg);
    left: 113px; }

  section#leading-artists .wrapper {
    max-width: 990px; }

  section#new-frontier {
    overflow: hidden; }

  section#why-bot .wrapper .why-row,
  section#new-frontier .frontier-row {
    max-width: 990px; }

  section#what-is .what-row {
    width: 990px; }
    section#what-is .what-row .left {
      padding-left: 100px !important; }
    section#what-is .what-row .right .video {
      left: 173px;
      top: 364px;
      width: 208px;
      height: 374px; }
      section#what-is .what-row .right .video video {
        height: 374px; }
    section#what-is .what-row .right img.img {
      top: 210px;
      width: 450px; }
    section#what-is .what-row.row-bottom {
      padding-top: 220px !important; }
      section#what-is .what-row.row-bottom .left img {
        top: -40px !important;
        right: -300px;
        max-width: 180%; }
      section#what-is .what-row.row-bottom .right {
        padding: 0 50px 0 115px; }

  body section#new-frontier .frontier-row .row-3 .right img {
    top: -91px; }

  section#why-bot .wrapper .why-row .top-text {
    font-size: 30px;
    line-height: 32px; }

  section#why-bot .wrapper .why-row .bot-text {
    font-size: 16px;
    line-height: 28px; }

  section#new-frontier .title {
    font-size: 36px !important;
    line-height: 38px !important; }

  section#new-frontier .text {
    font-size: 16px !important;
    line-height: 28px !important;
    padding-right: 20px !important; }

  section#new-frontier .row-3 .left {
    padding-left: 261px; }

  section#what-is .row-top .left .text {
    padding-top: 53px; } }
@media (max-width: 1780px) {
  section#stashimi .wrapper .left img {
    width: 980px;
    top: -60px; } }
@media (max-width: 1780px) and (min-width: 1501px) {
  section#stashimi .wrapper {
    padding-top: 138px;
    padding-bottom: 28px; }
    section#stashimi .wrapper .left {
      padding-left: 395px; }
      section#stashimi .wrapper .left img {
        width: 810px;
        top: -127px;
        right: -99px; }
    section#stashimi .wrapper .right .logo {
      width: 104px; }
    section#stashimi .wrapper .right .title {
      font-size: 44px;
      line-height: 46px;
      padding-top: 48px;
      padding-bottom: 11px; }
    section#stashimi .wrapper .right .text {
      font-size: 18px;
      line-height: 30px; }
    section#stashimi .wrapper .right .icons {
      width: 105%;
      padding-top: 56px;
      position: relative;
      right: 10px; }
      section#stashimi .wrapper .right .icons .single-icon .icon-text {
        font-size: 14px;
        line-height: 17px; }
    section#stashimi .wrapper .right .store {
      padding-top: 71px;
      transform: scale(0.9);
      transform-origin: left; }
    section#stashimi .wrapper .right .bottom-text {
      font-size: 12px;
      line-height: 24px;
      max-width: 500px; } }
@media (max-width: 1500px) and (min-width: 991px) {
  section#why-bot .vert-line img {
    width: 102.1px;
    height: 1690.37px; }

  section#stashimi .wrapper .left img {
    width: 860px;
    top: 42%;
    left: 31%;
    right: auto;
    transform: translate(-50%, -50%) scale(0.8); }

  section#stashimi .wrapper .left video {
    width: 275px;
    transform: rotateZ(-22.1deg) skew(0deg, 5.4deg) rotateY(0.5deg) scaleX(1.02) translate(-50%, -50%);
    transform-origin: left;
    top: 45.6%;
    left: 60.4%;
    right: auto; }

  section#stashimi .wrapper {
    padding-top: 136px;
    padding-bottom: 26px; }
    section#stashimi .wrapper .left {
      padding-left: 426px; }
    section#stashimi .wrapper .right .logo {
      padding-left: 4px;
      width: 95px; }
    section#stashimi .wrapper .right .title {
      font-size: 40px;
      line-height: 42px;
      padding-top: 41px;
      padding-bottom: 12px; }
    section#stashimi .wrapper .right .text {
      font-size: 18px;
      line-height: 30px; }
    section#stashimi .wrapper .right .icons {
      padding-top: 39px;
      padding-left: 10px;
      width: 100%; }
      section#stashimi .wrapper .right .icons .single-icon .icon-text {
        font-size: 12px;
        line-height: 17px; }
    section#stashimi .wrapper .right .store {
      padding-top: 71px;
      padding-left: 4px;
      transform: scale(0.9);
      transform-origin: left; }
    section#stashimi .wrapper .right .bottom-text {
      font-size: 12px;
      line-height: 24px;
      max-width: 520px;
      padding-top: 12px; } }
@media (max-width: 1279px) and (min-width: 991px) {
  section#stashimi .wrapper .left img {
    top: 50%;
    left: 50%; } }
@media (max-width: 1500px) {
  section#blog-posts .wrapper .single-post {
    width: 415px;
    height: 435px; }
    section#blog-posts .wrapper .single-post img {
      width: 415px; } }
@media (max-width: 1278px) {
  section#blog-posts .wrapper .single-post {
    width: 319px;
    height: 350px; }
    section#blog-posts .wrapper .single-post img {
      width: 319px; }
    section#blog-posts .wrapper .single-post .bot .date {
      font-size: 13px;
      padding: 13px 16px 0 0; }
    section#blog-posts .wrapper .single-post .bot .text {
      max-width: 80%;
      font-size: 18px;
      line-height: 24px; } }
@media (max-width: 1500px) and (min-width: 991px) {
  section#what-is .row-top.what-row .left {
    padding: 92px 0 0 166px;
    left: auto; }
    section#what-is .row-top.what-row .left .title {
      font-size: 36px;
      line-height: 60px;
      letter-spacing: 7.1px; }
    section#what-is .row-top.what-row .left .text {
      font-size: 18px;
      line-height: 30px;
      padding-top: 18px; }
  section#what-is .row-top.what-row .right {
    transform: scale(0.8) translate(-174px, -64px); }
  section#what-is .row-bottom.what-row {
    padding-top: 344px;
    padding-bottom: 192px; }
    section#what-is .row-bottom.what-row .right {
      padding: 0 180px 0 71px; }
      section#what-is .row-bottom.what-row .right .text {
        font-size: 18px;
        line-height: 30px; }
    section#what-is .row-bottom.what-row .left {
      transform: scale(0.75) translate(0px, -101px); }
      section#what-is .row-bottom.what-row .left img {
        top: -230px; }

  body section#new-frontier {
    padding-top: 130px; }
    body section#new-frontier .frontier-row {
      padding-top: 151px; }
      body section#new-frontier .frontier-row.row-3 {
        padding-top: 281px; }
        body section#new-frontier .frontier-row.row-3 .right img {
          left: -55px;
          top: -153px; }
      body section#new-frontier .frontier-row.row-4, body section#new-frontier .frontier-row.row-2 {
        padding-top: 193px; }
        body section#new-frontier .frontier-row.row-4 .left img, body section#new-frontier .frontier-row.row-2 .left img {
          transform: scale(1); }
      body section#new-frontier .frontier-row.left .left {
        padding-left: 196px; }
        body section#new-frontier .frontier-row.left .left .number {
          font-size: 80px !important;
          line-height: 80px !important;
          left: 138px;
          top: -16px; }
        body section#new-frontier .frontier-row.left .left .title {
          font-size: 36px !important;
          line-height: 38px !important; }
        body section#new-frontier .frontier-row.left .left .text {
          font-size: 18px !important;
          line-height: 30px !important;
          padding: 15px 79px 0 1px; }
      body section#new-frontier .frontier-row.left .right img {
        left: -35px;
        top: -101px;
        transform: scale(0.9); }
      body section#new-frontier .frontier-row.right .right {
        padding-left: 67px; }
        body section#new-frontier .frontier-row.right .right .number {
          font-size: 80px !important;
          line-height: 80px !important;
          left: -9px;
          top: -16px; }
        body section#new-frontier .frontier-row.right .right .title {
          font-size: 36px !important;
          line-height: 38px !important; }
        body section#new-frontier .frontier-row.right .right .text {
          font-size: 18px !important;
          line-height: 30px !important;
          padding: 20px 215px 0 3px; }

  section#why-bot {
    padding-top: 105px;
    padding-bottom: 180px; }
    section#why-bot .vert-line {
      top: 1029px;
      left: 46.7%;
      -webkit-transform: translate(-50%, -50%) scale(0.77);
      -moz-transform: translate(-50%, -50%) scale(0.77);
      -ms-transform: translate(-50%, -50%) scale(0.77);
      -o-transform: translate(-50%, -50%) scale(0.77);
      transform: translate(-50%, -50%) scale(0.77); }
    section#why-bot .title {
      font-size: 36px;
      line-height: 36px; }
    section#why-bot .wrapper {
      padding-top: 169px; }
      section#why-bot .wrapper .row-2 {
        padding-top: 17px; }
      section#why-bot .wrapper .row-3 {
        padding-top: 69px; }
      section#why-bot .wrapper .row-4 {
        padding-top: 110px; }
      section#why-bot .wrapper .why-row.left .left {
        padding-right: 20px; }
        section#why-bot .wrapper .why-row.left .left img {
          width: 328px;
          height: 328px; }
      section#why-bot .wrapper .why-row.left .right {
        padding-left: 68px;
        max-width: 420px; }
        section#why-bot .wrapper .why-row.left .right .top-text {
          font-size: 36px;
          line-height: 36px;
          padding-bottom: 18px; }
        section#why-bot .wrapper .why-row.left .right .bot-text {
          font-size: 18px;
          line-height: 30px; }
      section#why-bot .wrapper .why-row.right .right img {
        width: 328px;
        height: 328px; }
      section#why-bot .wrapper .why-row.right .left {
        padding-right: 102px;
        max-width: 420px; }
        section#why-bot .wrapper .why-row.right .left .top-text {
          font-size: 36px;
          line-height: 36px;
          padding-bottom: 18px; }
        section#why-bot .wrapper .why-row.right .left .bot-text {
          font-size: 18px;
          line-height: 30px; }

  section#start-comunicating .wrapper {
    padding-bottom: 125px; }
    section#start-comunicating .wrapper .left img {
      top: -254px !important;
      left: -274px !important;
      transform: scale(0.72); }
    section#start-comunicating .wrapper .right {
      padding-top: 23px;
      padding-left: 24px; }
      section#start-comunicating .wrapper .right .title {
        font-size: 48px;
        line-height: 60px;
        max-width: 70%; }
      section#start-comunicating .wrapper .right .btns {
        padding-top: 32px; }
        section#start-comunicating .wrapper .right .btns .request {
          font-size: 18px;
          line-height: 30px;
          padding: 15px 40px; }
        section#start-comunicating .wrapper .right .btns .try {
          font-size: 18px;
          line-height: 30px;
          padding: 15px 64px; } }
@media (max-width: 1279px) and (min-width: 991px) {
  section#what-is .what-row.row-top .right {
    transform: scale(0.8) translate(-80px, -250px) !important; }

  body section#new-frontier .frontier-row.row-4 .left img, body section#new-frontier .frontier-row.row-2 .left img {
    right: -37px !important; }
  body section#new-frontier .frontier-row.row-4 .left video, body section#new-frontier .frontier-row.row-2 .left video {
    right: 40px; } }
@media (max-height: 750px) and (min-width: 991px) {
  section#main-header .wrapper {
    top: 24vh; }

  #pop-up-request .wrapper form {
    padding-top: 60px; }

  #pop-up-request .wrapper {
    top: 10vh; } }
@media (max-height: 620px) and (min-width: 991px) {
  #pop-up-request .wrapper {
    top: 5vh; } }
@media (max-height: 750px) and (min-width: 1501px) {
  section#main-header .wrapper {
    top: 12vh; } }
.logo_white,
.hide_mobile {
  display: none; }

@media (max-width: 990px) {
  header.white-bg .head .mobile_menu .hamburger span {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#366eec+22,366eec+22,63c9f9+100 */
    background: #366eec;
    /* Old browsers */
    background: -moz-linear-gradient(top, #366eec 22%, #366eec 22%, #63c9f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #366eec 22%, #366eec 22%, #63c9f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #366eec 22%, #366eec 22%, #63c9f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366eec', endColorstr='#63c9f9',GradientType=0 );
    /* IE6-9 */ }

  .logo_white {
    display: block; }

  header.white-bg .head .logo {
    opacity: 1; }
  header.white-bg .head .logo_white {
    opacity: 0;
    display: none; }

  header {
    background-color: transparent;
    -webkit-transition: background-color 300ms ease-in-out 0ms;
    -moz-transition: background-color 300ms ease-in-out 0ms;
    -ms-transition: background-color 300ms ease-in-out 0ms;
    -o-transition: background-color 300ms ease-in-out 0ms;
    transition: background-color 300ms ease-in-out 0ms; }
    header.scrolling {
      background-color: #fff; }
      header.scrolling .head {
        position: relative; }
        header.scrolling .head .logo {
          width: 75px;
          padding: 10px 0 5px 18px !important;
          opacity: 1; }
        header.scrolling .head .logo_white {
          width: 75px;
          top: 10px;
          opacity: 0; }
        header.scrolling .head .mobile_menu .hamburger {
          top: 23px; }
          header.scrolling .head .mobile_menu .hamburger span {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#366eec+22,366eec+22,63c9f9+100 */
            background: #366eec;
            /* Old browsers */
            background: -moz-linear-gradient(top, #366eec 22%, #366eec 22%, #63c9f9 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #366eec 22%, #366eec 22%, #63c9f9 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #366eec 22%, #366eec 22%, #63c9f9 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366eec', endColorstr='#63c9f9',GradientType=0 );
            /* IE6-9 */ }
        header.scrolling .head .mobile_menu #mobile_menu .top .close {
          top: 20px; }

  header .head > a {
    padding-left: 0; }

  section#main-header .header_background img {
    display: none; }

  header {
    background-color: transparent; }
    header .head {
      max-width: 100%;
      padding-top: 0; }
      header .head > a {
        position: relative; }
      header .head .logo {
        width: 95px;
        padding: 20px 0 0 18px;
        -webkit-transition: all 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms;
        opacity: 0; }
      header .head .logo_white {
        position: absolute;
        left: 18px;
        top: 20px;
        width: 95px;
        opacity: 1;
        -webkit-transition: all 300ms ease-in-out 0ms;
        -moz-transition: all 300ms ease-in-out 0ms;
        -ms-transition: all 300ms ease-in-out 0ms;
        -o-transition: all 300ms ease-in-out 0ms;
        transition: all 300ms ease-in-out 0ms; }

  section#main-header .header_background {
    height: 100%;
    background-position: center -10px; }

  section#new-frontier .row-4 .left video,
  section#new-frontier .row-2 .left video {
    right: 67px; }

  section#new-frontier .row-4 .left img,
  section#new-frontier .row-2 .left img {
    right: -10px !important; }

  section#main-header .head-slider-next .arrow,
  section#main-header .head-slider-prev .arrow,
  section#main-header .head-slider-next .bg-anim,
  section#main-header .head-slider-prev .bg-anim {
    display: none; }

  section#why-bot .wrapper .why-row.right .left .top-text,
  section#why-bot .wrapper .why-row.left .right .top-text {
    padding-bottom: 0; }

  footer, section {
    overflow: hidden; }

  header {
    padding-top: 0; }
    header .head {
      max-width: 100%; }
      header .head .logo {
        width: 95px;
        padding: 20px 0 0 18px; }
      header .head .menu {
        display: none; }
      header .head .mobile_menu {
        display: block;
        float: right; }
        header .head .mobile_menu .hamburger {
          position: relative;
          top: 30px;
          right: 32px;
          -webkit-transition: all 300ms ease-in-out 0ms;
          -moz-transition: all 300ms ease-in-out 0ms;
          -ms-transition: all 300ms ease-in-out 0ms;
          -o-transition: all 300ms ease-in-out 0ms;
          transition: all 300ms ease-in-out 0ms; }
          header .head .mobile_menu .hamburger span {
            display: block;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#366eec+22,366eec+22,63c9f9+100 */
            background: #ffffff;
            height: 2px;
            width: 16px;
            margin-bottom: 4px;
            cursor: pointer;
            -webkit-transition: all 300ms ease-in-out 0ms;
            -moz-transition: all 300ms ease-in-out 0ms;
            -ms-transition: all 300ms ease-in-out 0ms;
            -o-transition: all 300ms ease-in-out 0ms;
            transition: all 300ms ease-in-out 0ms; }
        header .head .mobile_menu #mobile_menu {
          background-color: #150d19;
          position: fixed;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: none; }
          header .head .mobile_menu #mobile_menu .top > a {
            display: inline-block; }
            header .head .mobile_menu #mobile_menu .top > a .logo {
              padding: 20px 0 0 18px;
              opacity: 1 !important; }
          header .head .mobile_menu #mobile_menu .top .close {
            width: 19px;
            height: 19px;
            float: right;
            position: relative;
            top: 30px;
            right: 32px;
            -webkit-transition: all 300ms ease-in-out 0ms;
            -moz-transition: all 300ms ease-in-out 0ms;
            -ms-transition: all 300ms ease-in-out 0ms;
            -o-transition: all 300ms ease-in-out 0ms;
            transition: all 300ms ease-in-out 0ms; }
            header .head .mobile_menu #mobile_menu .top .close span {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 27px;
              height: 2px;
              /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#366eec+22,63c9f9+100 */
              background: #366eec;
              /* Old browsers */
              background: -moz-linear-gradient(top, #366eec 22%, #63c9f9 100%);
              /* FF3.6-15 */
              background: -webkit-linear-gradient(top, #366eec 22%, #63c9f9 100%);
              /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, #366eec 22%, #63c9f9 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366eec', endColorstr='#63c9f9',GradientType=0 );
              /* IE6-9 */ }
            header .head .mobile_menu #mobile_menu .top .close .one {
              -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -moz-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
              -o-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
            header .head .mobile_menu #mobile_menu .top .close .two {
              -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -moz-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
              -o-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
          header .head .mobile_menu #mobile_menu .bot {
            padding-top: 102px; }
            header .head .mobile_menu #mobile_menu .bot .wrapper {
              text-align: center;
              list-style: none;
              margin: 0;
              padding: 0; }
              header .head .mobile_menu #mobile_menu .bot .wrapper li a {
                font-family: "proxima-nova",sans-serif;
                font-style: normal;
                color: #ffffff;
                font-size: 18px;
                line-height: 48px;
                font-weight: 500;
                letter-spacing: 3.8px; } }
@media (max-width: 990px) {
  footer {
    padding-bottom: 20px; }
    footer .wrapper .left {
      float: none;
      display: block;
      text-align: center; }
      footer .wrapper .left > a {
        float: none;
        display: inline-block;
        padding: 5px 18px 0 0; }
      footer .wrapper .left .menu {
        float: none;
        display: block;
        padding-top: 32px;
        padding-left: 0; }
        footer .wrapper .left .menu a {
          font-size: 14px;
          line-height: 36px; }
    footer .wrapper .right {
      float: none; }
      footer .wrapper .right .top {
        text-align: center;
        padding-right: 0; }
      footer .wrapper .right .bot {
        text-align: center;
        padding: 33px 0 0 0; } }
@media (max-width: 990px) {
  section#main-header {
    height: 589px;
    min-height: 0;
    max-height: none; }
    section#main-header .scroll {
      display: none; }
    section#main-header .head-slider-next {
      background: transparent url(../images/mobile/slide_right.png) no-repeat center center;
      right: -20px;
      top: 47%; }
    section#main-header .head-slider-prev {
      background: transparent url(../images/mobile/slide_left.png) no-repeat center center;
      left: -20px;
      top: 47%; }
    section#main-header #head-slider li {
      height: 537px;
      min-height: 0;
      max-height: none; }
      section#main-header #head-slider li video {
        height: 537px;
        min-height: 0;
        max-height: none; }
    section#main-header .wrapper {
      max-width: 80%;
      top: 27%;
      margin: 0 auto;
      text-align: center; }
      section#main-header .wrapper .title {
        font-size: 34px;
        line-height: 36px;
        position: relative;
        z-index: 100;
        max-width: 100%;
        letter-spacing: 0.8px; }
      section#main-header .wrapper .sub-title {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 21px;
        min-width: 0;
        max-width: 225px;
        margin: 0 auto;
        letter-spacing: 0.28px; }
        section#main-header .wrapper .sub-title br {
          display: none; }
      section#main-header .wrapper .btn {
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        border: 2px solid #cddffc;
        letter-spacing: 1px;
        padding: 11px 27px 11px;
        margin-top: 0; }

  section#leading-artists {
    padding-bottom: 0;
    overflow: hidden; }
    section#leading-artists .text {
      font-size: 14px;
      line-height: 26px;
      color: #4e4e4e;
      letter-spacing: 2.85px;
      padding: 35px 23px 0; }
    section#leading-artists .wrapper {
      display: block;
      max-width: 100%;
      padding-top: 29px; }
      section#leading-artists .wrapper .wrap-1 .icon {
        padding-top: 3px; }
      section#leading-artists .wrapper .wrap-2 .icon {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        bottom: 14px;
        right: 11px; }
      section#leading-artists .wrapper .wrap-3 .icon {
        padding: 0;
        position: relative;
        bottom: 12px;
        right: 10px; }
      section#leading-artists .wrapper .wrap-4 .icon {
        padding: 0;
        position: relative;
        bottom: 1px;
        right: 12px; }
      section#leading-artists .wrapper .wrap-5 .icon {
        padding: 0;
        position: relative;
        bottom: 23px;
        right: 4px; }
      section#leading-artists .wrapper > div:not(.clear) {
        display: block;
        width: calc(100% - 14px);
        margin: 0 auto 10px;
        height: 128px;
        box-shadow: -1px 1px 7px 0px #d0d7de; }
        section#leading-artists .wrapper > div:not(.clear):hover .text {
          opacity: 1; }
        section#leading-artists .wrapper > div:not(.clear) .icon {
          opacity: 0.35; }
        section#leading-artists .wrapper > div:not(.clear) .text {
          text-align: left;
          font-size: 12px;
          line-height: 12px;
          padding: 0;
          bottom: 7px;
          left: 10px;
          letter-spacing: 1.2px;
          transform: none; }
        section#leading-artists .wrapper > div:not(.clear) .hover-text {
          opacity: 1;
          text-align: right;
          font-size: 13px;
          line-height: 13px;
          bottom: 7px;
          right: 9px;
          letter-spacing: 1.6px;
          left: auto;
          transform: none;
          width: 20%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#366eec+0,38b4c6+0,6764d1+81 */
          background: #366eec;
          /* Old browsers */
          background: -moz-linear-gradient(left, #366eec 0%, #38b4c6 0%, #6764d1 81%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #366eec 0%, #38b4c6 0%, #6764d1 81%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #366eec 0%, #38b4c6 0%, #6764d1 81%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366eec', endColorstr='#6764d1',GradientType=1 );
          /* IE6-9 */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          section#leading-artists .wrapper > div:not(.clear) .hover-text::after {
            display: none; }

  body section#what-is {
    overflow: hidden; }
    body section#what-is .what-row {
      max-width: 100%;
      display: block; }
    body section#what-is .row-top .left {
      display: block;
      padding: 0 !important;
      text-align: center;
      width: 100%;
      left: 0; }
      body section#what-is .row-top .left .title {
        font-size: 28px;
        line-height: 78px;
        padding-top: 0;
        letter-spacing: 1px; }
      body section#what-is .row-top .left .text {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 23px 0;
        max-width: 450px;
        margin: 0 auto; }
    body section#what-is .row-top .right {
      display: block;
      padding: 0 !important;
      text-align: center;
      transform: scale(0.81) !important;
      bottom: 10px;
      max-width: 320px;
      width: 100%;
      margin: 0 auto; }
      body section#what-is .row-top .right .video {
        top: 127px;
        left: 54px; }
      body section#what-is .row-top .right img.img {
        top: -27px;
        left: -126px; }
    body section#what-is .row-bottom {
      display: block;
      width: 100%;
      padding-bottom: 0; }
      body section#what-is .row-bottom .left {
        display: none; }
      body section#what-is .row-bottom .right {
        display: block;
        padding: 273px 30px 0 !important;
        text-align: center;
        max-width: 100%;
        width: auto; }
        body section#what-is .row-bottom .right .text {
          font-size: 14px;
          line-height: 24px;
          max-width: 450px;
          margin: 0 auto; }
      body section#what-is .row-bottom .mobile {
        display: block;
        max-width: 320px;
        margin: 0 auto; }
        body section#what-is .row-bottom .mobile img {
          max-width: 150%;
          height: auto;
          position: relative;
          bottom: 30px;
          right: 60px; }

  section#new-frontier {
    margin-top: -57px;
    padding: 0; }
    section#new-frontier .row-1 {
      display: block;
      max-width: 100%; }
      section#new-frontier .row-1 .right {
        display: none; }
      section#new-frontier .row-1 .left {
        display: block;
        max-width: 100%;
        text-align: center;
        padding: 0 !important;
        width: 100%; }
        section#new-frontier .row-1 .left .mobile_image {
          display: block;
          padding-top: 10px;
          margin-bottom: -60px; }
          section#new-frontier .row-1 .left .mobile_image img {
            max-width: 100%;
            height: auto; }
        section#new-frontier .row-1 .left .number {
          display: none; }
        section#new-frontier .row-1 .left .title {
          font-size: 26px !important;
          line-height: 26px !important;
          padding-top: 2px; }
          section#new-frontier .row-1 .left .title span {
            font-family: "montserrat_thin",serif;
            color: #fff;
            display: inline !important;
            font-size: 48px !important;
            line-height: 48px !important;
            position: relative;
            right: 3px;
            top: 7px; }
        section#new-frontier .row-1 .left .text {
          font-size: 14px !important;
          line-height: 24px !important;
          padding: 16px 15px 0 !important;
          letter-spacing: -0.1px;
          max-width: 450px;
          margin: 0 auto; }
    section#new-frontier .row-2.frontier-row.right .right .text {
      padding-bottom: 0 !important; }
    section#new-frontier .row-3.frontier-row {
      display: block !important;
      max-width: 100% !important;
      padding-top: 0; }
      section#new-frontier .row-3.frontier-row .right {
        display: none !important; }
      section#new-frontier .row-3.frontier-row .left {
        display: block !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
        padding-left: 0 !important; }
        section#new-frontier .row-3.frontier-row .left .mobile_image {
          display: block;
          padding-top: 10px;
          margin-bottom: -60px; }
          section#new-frontier .row-3.frontier-row .left .mobile_image img {
            max-width: 100%;
            height: auto;
            position: relative;
            top: 60px; }
        section#new-frontier .row-3.frontier-row .left .number {
          display: none; }
        section#new-frontier .row-3.frontier-row .left .title {
          font-size: 26px !important;
          line-height: 26px !important;
          padding-top: 26px; }
          section#new-frontier .row-3.frontier-row .left .title span {
            font-family: "montserrat_thin",serif;
            color: #fff;
            display: inline !important;
            font-size: 48px !important;
            line-height: 48px !important;
            position: relative;
            right: 3px;
            top: 7px; }
        section#new-frontier .row-3.frontier-row .left .text {
          font-size: 14px !important;
          line-height: 24px !important;
          padding: 16px 15px 0 !important;
          letter-spacing: -0.1px;
          max-width: 450px;
          margin: 0 auto; }
    section#new-frontier .row-4.frontier-row,
    section#new-frontier .row-2.frontier-row {
      display: block !important;
      max-width: 100% !important;
      padding-top: 500px;
      position: relative; }
      section#new-frontier .row-4.frontier-row .left,
      section#new-frontier .row-2.frontier-row .left {
        display: block;
        position: relative;
        top: -310px;
        left: 30px;
        width: 320px;
        margin: 0 auto;
        transform: scale(0.65); }
        section#new-frontier .row-4.frontier-row .left video,
        section#new-frontier .row-2.frontier-row .left video {
          top: -86px !important; }
        section#new-frontier .row-4.frontier-row .left img,
        section#new-frontier .row-2.frontier-row .left img {
          top: -278px !important; }
      section#new-frontier .row-4.frontier-row .right,
      section#new-frontier .row-2.frontier-row .right {
        padding-left: 0;
        text-align: center; }
        section#new-frontier .row-4.frontier-row .right .number,
        section#new-frontier .row-2.frontier-row .right .number {
          display: none; }
        section#new-frontier .row-4.frontier-row .right .title,
        section#new-frontier .row-2.frontier-row .right .title {
          font-size: 26px !important;
          line-height: 26px !important;
          padding: 0 40px; }
          section#new-frontier .row-4.frontier-row .right .title span,
          section#new-frontier .row-2.frontier-row .right .title span {
            font-family: "montserrat_thin",serif;
            color: #fff;
            display: inline !important;
            font-size: 48px !important;
            line-height: 48px !important;
            position: relative;
            right: 3px;
            top: 7px; }
        section#new-frontier .row-4.frontier-row .right .text,
        section#new-frontier .row-2.frontier-row .right .text {
          font-size: 14px !important;
          line-height: 24px !important;
          padding: 8px 15px 80px !important;
          letter-spacing: -0.1px;
          max-width: 450px;
          margin: 0 auto; }

  section#why-bot {
    padding-top: 47px;
    padding-bottom: 73px; }
    section#why-bot .vert-line {
      display: none; }
    section#why-bot .title {
      font-size: 28px;
      line-height: 42px;
      max-width: 100%;
      margin: 0 auto;
      letter-spacing: 1px; }
    section#why-bot .wrapper {
      padding-top: 0; }
      section#why-bot .wrapper .why-row {
        padding-top: 40px !important; }
        section#why-bot .wrapper .why-row.left .right {
          padding-left: 0 !important;
          text-align: center !important;
          margin: 0 auto; }
        section#why-bot .wrapper .why-row.left .left {
          text-align: center !important; }
        section#why-bot .wrapper .why-row.right .left {
          padding-right: 0 !important;
          text-align: center !important;
          margin: 0 auto;
          padding-top: 0; }
        section#why-bot .wrapper .why-row.right .right {
          text-align: center !important; }
      section#why-bot .wrapper .row-1 {
        display: block;
        max-width: 100%;
        width: 100%; }
        section#why-bot .wrapper .row-1 .left {
          display: block;
          max-width: 100%;
          width: 100%; }
          section#why-bot .wrapper .row-1 .left img {
            width: 260px;
            height: 260px; }
        section#why-bot .wrapper .row-1 .right {
          display: block;
          max-width: 100%;
          width: 100%;
          padding: 0 0 0 !important;
          text-align: center !important; }
          section#why-bot .wrapper .row-1 .right .top-text {
            font-size: 28px;
            line-height: 30px;
            padding-top: 21px; }
          section#why-bot .wrapper .row-1 .right .bot-text {
            font-size: 14px;
            line-height: 24px;
            padding: 18px 30px 0;
            max-width: 450px;
            margin: 0 auto; }
      section#why-bot .wrapper .row-2 {
        display: block;
        max-width: 100%;
        width: 100%; }
        section#why-bot .wrapper .row-2 .mobile_pic {
          display: block;
          max-width: 100%;
          width: 100%; }
          section#why-bot .wrapper .row-2 .mobile_pic img {
            width: 260px;
            height: 260px; }
        section#why-bot .wrapper .row-2 .right {
          display: none; }
        section#why-bot .wrapper .row-2 .left {
          display: block;
          max-width: 100%;
          width: 100%;
          padding: 10px 0 0;
          text-align: center; }
          section#why-bot .wrapper .row-2 .left .top-text {
            font-size: 28px;
            line-height: 30px;
            padding-top: 21px; }
          section#why-bot .wrapper .row-2 .left .bot-text {
            font-size: 14px;
            line-height: 24px;
            padding: 18px 30px 0;
            max-width: 450px;
            margin: 0 auto; }
      section#why-bot .wrapper .row-3 {
        display: block;
        max-width: 100%;
        width: 100%; }
        section#why-bot .wrapper .row-3 .left {
          display: block;
          max-width: 100%;
          width: 100%; }
          section#why-bot .wrapper .row-3 .left img {
            width: 260px;
            height: 260px; }
        section#why-bot .wrapper .row-3 .right {
          display: block;
          max-width: 100%;
          width: 100%;
          padding: 0 0 0 !important;
          text-align: center; }
          section#why-bot .wrapper .row-3 .right .top-text {
            font-size: 28px;
            line-height: 30px;
            padding-top: 31px; }
          section#why-bot .wrapper .row-3 .right .bot-text {
            font-size: 14px;
            line-height: 24px;
            padding: 18px 30px 0 !important;
            max-width: 450px;
            margin: 0 auto; }
      section#why-bot .wrapper .row-4 {
        display: block;
        max-width: 100%;
        width: 100%; }
        section#why-bot .wrapper .row-4 .mobile_pic {
          display: block;
          max-width: 100%;
          width: 100%; }
          section#why-bot .wrapper .row-4 .mobile_pic img {
            width: 260px;
            height: 260px; }
        section#why-bot .wrapper .row-4 .right {
          display: none; }
        section#why-bot .wrapper .row-4 .left {
          display: block;
          max-width: 100%;
          width: 100%;
          padding: 10px 0 0;
          text-align: center; }
          section#why-bot .wrapper .row-4 .left .top-text {
            font-size: 28px;
            line-height: 30px;
            padding-top: 21px; }
          section#why-bot .wrapper .row-4 .left .bot-text {
            font-size: 14px;
            line-height: 24px;
            padding: 18px 30px 0;
            max-width: 450px;
            margin: 0 auto; }

  section#start-comunicating {
    overflow: hidden; }
    section#start-comunicating .wrapper {
      max-width: 100%;
      display: block;
      padding-top: 41px;
      padding-bottom: 38px; }
      section#start-comunicating .wrapper .top {
        display: block;
        padding: 0 30px 0;
        text-align: center; }
        section#start-comunicating .wrapper .top .title {
          font-family: "proxima-nova",sans-serif;
          font-style: normal;
          font-weight: 300;
          color: #fff;
          font-size: 30px;
          line-height: 36px;
          max-width: 450px;
          margin: 0 auto; }
      section#start-comunicating .wrapper .left {
        display: block;
        width: 100%;
        padding: 0;
        transform: scale(0.65);
        top: 30px;
        left: -15px;
        max-width: 320px;
        margin: 0 auto; }
        section#start-comunicating .wrapper .left video {
          transform: rotateZ(-20.5deg) skew(0deg, 14.5deg) scaleY(1.293) scaleX(1.045) rotateY(32deg); }
      section#start-comunicating .wrapper .right {
        display: block;
        max-width: 100%;
        width: 100%; }
        section#start-comunicating .wrapper .right .title {
          display: none; }
        section#start-comunicating .wrapper .right .btns {
          padding-top: 293px; }
          section#start-comunicating .wrapper .right .btns .request {
            font-size: 14px;
            line-height: 30px;
            display: block;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
            letter-spacing: 0.8px;
            padding: 5px 0 !important;
            width: 205px;
            color: #fff; }
          section#start-comunicating .wrapper .right .btns .try {
            font-size: 14px;
            line-height: 30px;
            display: block;
            max-width: 100%;
            margin: 23px auto 0;
            text-align: center;
            letter-spacing: 0.8px;
            padding: 5px 0 !important;
            width: 205px;
            color: #fff; }

  section#start-comunicating.blog-posts .wrapper .right .btns .request {
    padding: 5px 0 !important; } }
@media (max-width: 990px) {
  #pop-up-request .wrapper {
    max-width: 100%;
    width: 100%;
    top: 73px; }
    #pop-up-request .wrapper .title {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 2px;
      max-width: 160px;
      margin: 0 auto; }
      #pop-up-request .wrapper .title span {
        right: -19.85vw;
        top: -58px; }
        #pop-up-request .wrapper .title span::before, #pop-up-request .wrapper .title span::after {
          width: 27px; }
    #pop-up-request .wrapper .sub-text {
      font-size: 14px;
      line-height: 24px;
      padding: 20px 20px 0; }
    #pop-up-request .wrapper form {
      padding-top: 30px; }
      #pop-up-request .wrapper form input {
        width: 85% !important;
        font-size: 16px !important;
        line-height: 16px !important;
        padding-bottom: 6px !important;
        margin: 0 auto 30px !important; }
        #pop-up-request .wrapper form input :-moz-placeholder,
        #pop-up-request .wrapper form input :-ms-input-placeholder,
        #pop-up-request .wrapper form input ::-moz-placeholder,
        #pop-up-request .wrapper form input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: 16px !important;
          line-height: 16px !important; }
      #pop-up-request .wrapper form .submit-bg {
        margin-top: 25px; }
        #pop-up-request .wrapper form .submit-bg input {
          width: 100% !important;
          padding: 12px 36px 11px !important;
          text-align: center;
          margin: 0 auto !important;
          letter-spacing: 3px; } }
@media (max-width: 990px) {
  section#blog-posts .wrapper {
    padding-top: 83px;
    padding-bottom: 1px; }
    section#blog-posts .wrapper .single-post {
      margin: 0 7px 11px;
      width: calc(100% - 14px);
      height: auto; }
      section#blog-posts .wrapper .single-post img {
        width: 100%;
        height: 39.6875vw;
        object-fit: cover; }
      section#blog-posts .wrapper .single-post .bot .date {
        font-size: 14px;
        line-height: 30px;
        padding: 6px 10px 0 0;
        letter-spacing: 3px; }
      section#blog-posts .wrapper .single-post .bot .text {
        font-size: 18px;
        line-height: 24px;
        padding: 3px 0 12px 15px;
        max-width: 65%;
        position: static; }

  section#start-comunicating.blog-posts .wrapper {
    padding-top: 42px; }
    section#start-comunicating.blog-posts .wrapper .left {
      padding-right: 0 !important;
      top: 43px;
      left: 5px; }
    section#start-comunicating.blog-posts .wrapper .right {
      padding-top: 332px; }
    section#start-comunicating.blog-posts .wrapper .right .btns {
      padding-top: 100px; }

  section#single-blog .wrapper {
    padding-top: 83px; }
    section#single-blog .wrapper .single-header {
      max-width: 95.5%;
      height: auto;
      margin: 0 auto;
      display: block;
      min-height: 127px;
      object-fit: cover; }
    section#single-blog .wrapper .date {
      padding-top: 25px;
      font-size: 14px;
      letter-spacing: 3px; }
    section#single-blog .wrapper .title {
      font-size: 34px;
      line-height: 36px;
      padding-top: 25px;
      padding-bottom: 17px; }
    section#single-blog .wrapper .line {
      width: 95.5%;
      margin: 0 auto; }
      section#single-blog .wrapper .line.two {
        margin-top: 43px; }
    section#single-blog .wrapper .content-text {
      font-size: 15px;
      line-height: 30px;
      text-align: center;
      letter-spacing: -0.1px;
      max-width: 450px;
      margin: 0 auto; }
      section#single-blog .wrapper .content-text.one {
        padding: 23px 21px 0; }
      section#single-blog .wrapper .content-text.two {
        padding: 30px 22px 0; }
    section#single-blog .wrapper .share-txt {
      font-size: 14px;
      line-height: 30px;
      padding-top: 20px;
      letter-spacing: 2.8px; }
    section#single-blog .wrapper .share {
      padding-top: 19px;
      padding-bottom: 49px; } }
@media (max-width: 990px) {
  section#contact-top {
    padding-bottom: 48px; }
    section#contact-top .wrapper {
      padding-top: 113px; }
      section#contact-top .wrapper .title {
        font-size: 30px;
        line-height: 36px; }
      section#contact-top .wrapper .messenger {
        font-size: 18px;
        line-height: 30px;
        margin-top: 43px;
        letter-spacing: 1.8px;
        position: relative; }
        section#contact-top .wrapper .messenger svg {
          top: 14px; }
        section#contact-top .wrapper .messenger img {
          display: inline-block;
          position: absolute;
          left: 19px;
          top: 10px;
          width: 35px; }
      section#contact-top .wrapper .or {
        font-size: 16px;
        line-height: 16px;
        padding-top: 37px; }
      section#contact-top .wrapper form {
        display: block;
        padding-top: 14px;
        width: 270px; }
        section#contact-top .wrapper form .top {
          display: block; }
          section#contact-top .wrapper form .top .left {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 14px; }
            section#contact-top .wrapper form .top .left input {
              width: calc(100% - 17px);
              padding: 8px 9px;
              margin-bottom: 12px; }
          section#contact-top .wrapper form .top .right {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 14px;
            padding-left: 0;
            margin-top: -4px; }
            section#contact-top .wrapper form .top .right textarea {
              width: calc(100% - 17px);
              padding: 17px 9px; }
        section#contact-top .wrapper form .submit {
          display: block; }
          section#contact-top .wrapper form .submit input {
            font-size: 18px;
            line-height: 30px;
            position: static;
            margin: 21px 0 0;
            padding: 7px 33px 3px; }
      section#contact-top .wrapper .follow-us {
        font-size: 14px;
        line-height: 30px;
        padding-top: 71px;
        letter-spacing: 3px;
        padding-bottom: 19px; }

  section#contact-bottom {
    padding-bottom: 0; }
    section#contact-bottom .title {
      font-size: 24px;
      line-height: 42px;
      padding-top: 46px;
      letter-spacing: 4.5px; }
    section#contact-bottom .wrapper {
      padding-top: 37px; }
      section#contact-bottom .wrapper .single {
        width: calc(100% - 15px);
        padding: 0 7px;
        text-align: center; }
        section#contact-bottom .wrapper .single img {
          width: 100%;
          object-fit: cover;
          height: 68.75vw;
          max-width: 450px;
          max-height: 450px; }
        section#contact-bottom .wrapper .single .name {
          font-size: 20px;
          line-height: 30px;
          padding: 23px 0 0; }
        section#contact-bottom .wrapper .single .single-title {
          font-size: 14px;
          line-height: 30px;
          padding: 4px 0 0 0; }
        section#contact-bottom .wrapper .single .text {
          font-size: 14px;
          line-height: 24px;
          padding: 12px 20px 38px;
          max-width: 450px;
          margin: 0 auto; } }
@media (max-width: 990px) {
  section#stashimi .wrapper .right .bottom-text {
    color: #ffffff;
    opacity: 0.84; }

  section#stashimi .wrapper {
    display: block;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 36px; }
    section#stashimi .wrapper .hide_mobile {
      display: block;
      padding-top: 80px; }
      section#stashimi .wrapper .hide_mobile .logo {
        width: 80px; }
      section#stashimi .wrapper .hide_mobile .title {
        font-family: "avenir_light",serif;
        color: #fff;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -0.2px;
        padding: 57px 10px 0;
        max-width: 320px;
        margin: 0 auto; }
      section#stashimi .wrapper .hide_mobile .text {
        font-family: "avenir_light",serif;
        color: #fff;
        font-size: 15px;
        line-height: 24px;
        max-width: 450px;
        margin: 0 auto;
        padding: 16px 20px 0; }
    section#stashimi .wrapper .left {
      display: block;
      height: 490px;
      padding-left: 0; }
      section#stashimi .wrapper .left img {
        width: 470px;
        padding-left: 28px;
        padding-bottom: 10px;
        top: -35px;
        left: 50%;
        transform: translateX(-50%); }
    section#stashimi .wrapper .right {
      display: block; }
      section#stashimi .wrapper .right .logo {
        display: none; }
      section#stashimi .wrapper .right .title {
        display: none; }
      section#stashimi .wrapper .right .text {
        display: none; }
      section#stashimi .wrapper .right .icons {
        display: block;
        width: calc(100% - 16px);
        right: auto;
        padding: 0 8px 0;
        max-width: 300px;
        margin: -40px auto 0px; }
        section#stashimi .wrapper .right .icons .single-icon {
          display: inline-block;
          width: 94px;
          text-align: center;
          vertical-align: top; }
          section#stashimi .wrapper .right .icons .single-icon img {
            max-width: 100px;
            width: 60%; }
          section#stashimi .wrapper .right .icons .single-icon .icon-text {
            font-size: 12px;
            line-height: 18px;
            padding-top: 13px;
            padding-bottom: 40px; }
      section#stashimi .wrapper .right .store {
        padding-top: 11px;
        padding-left: 0; }
        section#stashimi .wrapper .right .store .google {
          padding-left: 0;
          padding-top: 11px; }
      section#stashimi .wrapper .right .bottom-text {
        font-size: 14px;
        line-height: 24px;
        padding: 40px 37px 0;
        max-width: 450px;
        margin: 0 auto; } }
@media (max-width: 400px) {
  section#stashimi .wrapper .hide_mobile .text br {
    display: none; } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #6b97ed;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite; }

#loader {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #EDEDF2; }

#loader .logo_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 72px;
  transform: translate(-50%,-50%);
}

#loader .logo_container .logo_gray{
  width: 100%;
  height: 100%;
  z-index: 100;
}

#loader .logo_container .logo_colour{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url(../images/icons/logo.png);
  background-size: cover;
  background-position: left center;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  z-index: 200;
}

#loader .logo_container .logo_colour.loading{
  width: 100%;
}

.mobile_video_1,
.mobile_video_2 {
  display: none; }

@media (max-width: 990px) {
  .uil-ring-css {
    top: 50vh;
    -webkit-transform: translate(-50%, 0) scale(0.8);
    -moz-transform: translate(-50%, 0) scale(0.8);
    -ms-transform: translate(-50%, 0) scale(0.8);
    -o-transform: translate(-50%, 0) scale(0.8);
    transform: translate(-50%, 0) scale(0.8); }

  .video {
    display: none; }

  .mobile_video_1 {
    display: block; }
    .mobile_video_1 img {
      width: 209px;
      z-index: 9;
      top: 128px !important;
      left: 53px !important;
      transform: scaleY(1.005); }

  section#new-frontier .row-4.frontier-row .left .mobile_video_2 {
    display: block; }
    section#new-frontier .row-4.frontier-row .left .mobile_video_2 img.img.placeholder {
      width: 264px;
      z-index: 9;
      top: -84px !important;
      left: -11px !important;
      transform: scaleY(1.005); } }
@media (min-width: 991px) and (max-width: 1439px) {
  section#contact-top .wrapper {
    padding-top: 140px; }
    section#contact-top .wrapper .messenger {
      margin-top: 46px; }
    section#contact-top .wrapper .or {
      padding-top: 44px; }
    section#contact-top .wrapper form {
      padding-top: 47px; }
      section#contact-top .wrapper form input[type="submit"] {
        margin: 47px 0 0 115px; } }
@media (min-width: 991px) and (max-width: 1440px) and (max-height: 750px) {
  section#contact-top .wrapper {
    padding-top: 100px !important; }
    section#contact-top .wrapper .messenger {
      margin-top: 36px !important; }
    section#contact-top .wrapper .or {
      padding-top: 30px !important; }
    section#contact-top .wrapper form {
      padding-top: 30px !important; }
      section#contact-top .wrapper form input[type="submit"] {
        margin: 25px 0 0 115px !important; }

  section#blog-posts .wrapper {
    padding-top: 170px !important; } }
@media (min-width: 991px) and (max-width: 1440px) and (max-height: 900px) {
  #contact-top .wrapper {
    padding-top: 100px !important; }
    #contact-top .wrapper .messenger {
      margin-top: 46px !important;
      transform: scale(0.7); }
    #contact-top .wrapper .or {
      padding-top: 40px !important; }
    #contact-top .wrapper form {
      padding-top: 40px !important; }
      #contact-top .wrapper form input[type="submit"] {
        margin: 35px 0 0 115px !important;
        transform: scale(0.7); } }
@media (min-width: 991px) and (max-width: 1279px) {
  section#contact-top form .submit input[type="submit"] {
    margin: 47px 0 0 92px; } }
@media (min-width: 1440px) and (max-width: 1599px) {
  section#contact-top .wrapper {
    padding-top: 170px; }
    section#contact-top .wrapper .messenger {
      margin-top: 66px; }
    section#contact-top .wrapper .or {
      padding-top: 64px; }
    section#contact-top .wrapper form {
      padding-top: 67px; }
      section#contact-top .wrapper form input[type="submit"] {
        margin: 47px 0 0 120px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section#single-blog .wrapper .title,
  section#why-bot .title,
  footer .wrapper .right .bot,
  section#main-header .wrapper .title,
  section#what-is .row-top .left .title {
    color: #6b97ed;
    background: none !important;
    filter: none !important; }

  body {
    overflow: hidden; } }

/*# sourceMappingURL=main.css.map */
