@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf"); }

@font-face {
  font-family: "Gotham_Book";
  src: url("../fonts/Gotham_Book.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham_Ultra";
  src: url("../fonts/Gotham_Ultra.ttf") format("truetype"); }

.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw;
        transform: translateZ(-1px) scale(2.5); } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #F7AE04; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

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

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #F7AE04;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw;
        transform: translateZ(-1px) scale(2.5); } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #F7AE04; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

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

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #F7AE04;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
header#app-menu {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 5px rgba(142, 142, 142, 0.12); }
  header#app-menu #header-sec {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #ffffff;
    transition: height linear .25s; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      header#app-menu #header-sec {
        height: 90px; } }
    header#app-menu #header-sec.minimal {
      height: 80px; }
    header#app-menu #header-sec #brand {
      float: left;
      height: 100%;
      position: relative; }
      header#app-menu #header-sec #brand img {
        height: 70%;
        width: auto;
        position: relative;
        top: 15%; }
    header#app-menu #header-sec #nav-trigger {
      transform: translateY(-50%);
      float: right;
      top: 50%;
      position: relative;
      padding: 15px 0px 15px 0px;
      cursor: pointer; }
      header#app-menu #header-sec #nav-trigger.active .trigger-left {
        transform: rotate(45deg); }
      header#app-menu #header-sec #nav-trigger.active .trigger-right {
        transform: rotate(-45deg); }
      header#app-menu #header-sec #nav-trigger.active div {
        margin-bottom: -4px !important;
        width: 30px; }
      header#app-menu #header-sec #nav-trigger:hover .trigger-right {
        width: 30px; }
      header#app-menu #header-sec #nav-trigger > div {
        margin-bottom: 6px;
        transition: all linear .15s; }
      header#app-menu #header-sec #nav-trigger .trigger-left {
        width: 30px;
        height: 4px;
        background: #000000; }
      header#app-menu #header-sec #nav-trigger .trigger-right {
        width: 20px;
        height: 3.65px;
        background: #000000; }
  header#app-menu #nav-sec {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 100px;
    width: 100%;
    height: calc(100% - 90px);
    transform: translate3d(0, -100%, 0) matrix(1, 0, 0, 1, 0, 0);
    background-color: white;
    transition: transform cubic-bezier(0.72, 0, 0.28, 1), height linear, top linear;
    transition-duration: .75s, .25s, .25s;
    transition-delay: .5s, 0s, 0s;
    overflow: hidden; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      header#app-menu #nav-sec {
        top: 90px; } }
    header#app-menu #nav-sec a {
      display: inline-block; }
    header#app-menu #nav-sec.minimal {
      top: 80px;
      height: calc(100% - 80px); }
    header#app-menu #nav-sec.active {
      transform: translate3d(0, 0, 0) matrix(1, 0, 0, 1, 0, 0);
      transition-delay: 0s, 0s, 0s; }
    header#app-menu #nav-sec nav .menu-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      height: calc(100vh - 100px); }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .menu-flex {
          height: calc(100vh - 100px - 10vw); } }
      header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: center; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
            width: 95%;
            flex-wrap: wrap;
            top: -1vw;
            position: relative; } }
        header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
          margin-left: 3.5%;
          margin-right: 3.5%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
              width: 40%; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(3) {
              position: relative;
              top: -20vw; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(4) > ul > * {
              display: none; } }
      header#app-menu #nav-sec nav .menu-flex .menu-item {
        margin-bottom: 2vw;
        /* 1.5rem; */
        font-size: 1.25vw;
        font-family: "Gotham-Medium";
        overflow: hidden; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav .menu-flex .menu-item {
            margin-bottom: 35px;
            font-size: 20px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-item {
            font-size: 3vw;
            margin-bottom: 3.5vw; } }
        header#app-menu #nav-sec nav .menu-flex .menu-item:hover a {
          color: #F7AE04;
          transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
        header#app-menu #nav-sec nav .menu-flex .menu-item > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: 0s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav .menu-flex .menu-item.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .55s, 0s; }
      header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
        margin-bottom: 3vw;
        /* 2.7rem; */
        font-size: 1vw;
        /* .8rem; */
        overflow: hidden;
        font-family: "Gotham-Medium"; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
            margin-bottom: 54px;
            font-size: 18px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
            font-size: 3.4vw; } }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2:hover a {
          color: #F7AE04;
          transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2 > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: 0s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .55s, 0s; }
    header#app-menu #nav-sec nav .social-icons {
      display: none; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .social-icons {
          display: block; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .social-icons > ul {
          display: flex;
          float: right;
          right: 25px;
          position: relative;
          bottom: 60px; } }
      header#app-menu #nav-sec nav .social-icons > ul li {
        overflow: hidden; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .social-icons > ul li {
            margin-left: 5vw; } }
        header#app-menu #nav-sec nav .social-icons > ul li > a {
          transform: translateX(-110%);
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
          transition-delay: 0s; }
        header#app-menu #nav-sec nav .social-icons > ul li.active > * {
          transition-delay: 1s;
          transform: translate(0, 0);
          opacity: 1; }
    header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
      margin-top: 6vh;
      font-family: "Gotham_Ultra" !important; }
      @media (min-width: 1700px) {
        header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
          margin-top: 80px; } }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head:hover a, header#app-menu #nav-sec nav .paper-sec .nav-menu-head:hover a {
        color: #F7AE04;
        transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head > * {
        position: relative;
        transform: translate(0, -100%);
        opacity: 1;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
        transition-delay: 0s, 0s;
        transition-duration: .1s, .1s;
        transition-delay: .2s;
        transition-duration: 1s; }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head.active > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head.active > * {
        transform: translate(0, 0);
        opacity: 1;
        transition-delay: .35s, 0s; }
    header#app-menu #nav-sec nav li {
      list-style: none; }
      header#app-menu #nav-sec nav li .nav-menu-head {
        font-family: "Gotham_Ultra", "Helvetica";
        margin-bottom: 3vw;
        /* 2.5rem; */
        font-size: 1.25vw;
        color: #000000;
        overflow: hidden; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav li .nav-menu-head {
            font-size: 22px;
            margin-bottom: 48px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav li .nav-menu-head {
            font-size: 3.4vw; } }
        header#app-menu #nav-sec nav li .nav-menu-head > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: .2s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav li .nav-menu-head.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .35s, 0s; }
      header#app-menu #nav-sec nav li a {
        text-decoration: none;
        color: #000000; }
    header#app-menu #nav-sec.minimal nav .menu-flex {
      height: calc(100vh - 80px); }

.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw;
        transform: translateZ(-1px) scale(2.5); } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #F7AE04; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

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

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #F7AE04;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
footer#contact {
  background: #141414;
  position: relative;
  z-index: 998;
  padding: 80px 0 0px 0;
  overflow: hidden; }
  footer#contact .content {
    display: flex; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      footer#contact .content {
        flex-direction: column; } }
    footer#contact .content .sec1 {
      width: 60%;
      position: relative; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec1 .app-container {
          margin-left: 15%; } }
      footer#contact .content .sec1 > div {
        position: relative;
        height: 100%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec1 {
          width: 100%; } }
      footer#contact .content .sec1 #mail-info-sec .mail-info-head {
        font-family: "Gotham-Medium", "Helvetica"; }
      footer#contact .content .sec1 #mail-info-sec .mail-info-id {
        margin-top: 1vw;
        font-family: "Gotham_Book", "Helvetica"; }
        @media (min-width: 1700px) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            margin-top: 20px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            margin-top: 3vw; } }
        footer#contact .content .sec1 #mail-info-sec .mail-info-id a {
          color: #fff !important;
          text-decoration: none; }
          footer#contact .content .sec1 #mail-info-sec .mail-info-id a:hover {
            text-decoration: underline; }
      footer#contact .content .sec1 #mail-info-sec .mail-info-head,
      footer#contact .content .sec1 #mail-info-sec .mail-info-id {
        color: #fff;
        font-size: 2vw; }
        @media (min-width: 1700px) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-head,
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            font-size: 32px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-head,
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            font-size: 6vw; } }
      footer#contact .content .sec1 #social-info-sec {
        position: absolute;
        bottom: 0; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #social-info-sec {
            position: relative;
            margin-top: 6vw; } }
        footer#contact .content .sec1 #social-info-sec .social-icons ul {
          list-style: none; }
          footer#contact .content .sec1 #social-info-sec .social-icons ul li {
            display: inline-block;
            margin: 0 5vw 0 0; }
            @media (min-width: 1700px) {
              footer#contact .content .sec1 #social-info-sec .social-icons ul li {
                margin: 0 90px 0 0; } }
            footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
              width: 2vw; }
              @media (min-width: 1700px) {
                footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
                  width: 30px; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
                  width: 4vw; } }
    footer#contact .content .sec2 {
      width: 35%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec2 {
          width: 100%; } }
      footer#contact .content .sec2 .menu-flex {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec2 .menu-flex {
            justify-content: initial;
            margin-left: 15%;
            margin-top: 60px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal {
            width: 47%; } }
        footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
          list-style: none; }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
            margin: 0 3.5vw 2vw 3.5vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
                margin: 0 3.5vw 2vw 0; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
            margin: 0 3.5vw 1.5vw 3.5vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
                margin: 0 3.5vw 1.5vw 0; } }
          @media (min-width: 1700px) {
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
              margin: 0 50px 32px 50px; }
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
              margin: 0 50px 25px 50px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
              margin: 0; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
            color: #ffffff;
            font-family: "Gotham-Medium", "Helvetica";
            text-decoration: none;
            font-size: 1.1vw; }
            @media (min-width: 1700px) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
                font-size: 17px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
                font-size: 3vw;
                line-height: 6.5vw; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 a {
            font-family: "Gotham_Book", "Helvetica" !important; }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
            color: #ffffff;
            font-family: "Gotham-Medium", "Helvetica";
            text-decoration: none;
            font-size: 1.1vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
                font-size: 3vw; } }
  footer#contact div.footer-bottom {
    margin-top: 50px;
    background-color: #1a1a1a;
    padding: 2.5vw 0; }
    @media (min-width: 1700px) {
      footer#contact div.footer-bottom {
        padding: 45px 0; } }
    footer#contact div.footer-bottom > div.app-container {
      display: flex; }
      footer#contact div.footer-bottom > div.app-container > div {
        width: 50%; }
      footer#contact div.footer-bottom > div.app-container div.privacy-policy {
        text-align: right; }
        footer#contact div.footer-bottom > div.app-container div.privacy-policy a {
          color: #ffffff;
          text-decoration: none; }
      footer#contact div.footer-bottom > div.app-container div.copyright,
      footer#contact div.footer-bottom > div.app-container div.privacy-policy {
        color: #fff;
        font-family: "Gotham_Book";
        font-size: .8vw; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact div.footer-bottom > div.app-container div.copyright,
          footer#contact div.footer-bottom > div.app-container div.privacy-policy {
            font-size: 2.4vw; } }

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0); }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-prev,
.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default; }

.glider-slide {
  min-width: 150px; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px; }

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 0;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

@media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
  ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent; } }

main {
  overflow-x: hidden; }
  main .parallax {
    background-image: url("../img/site-v2/newsfeed/banner.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover; }
  main section#newsfeed-banner {
    width: 100%;
    margin-top: 80px;
    min-height: 60vh;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-banner {
        flex-direction: column;
        background-position: left bottom; } }
    main section#newsfeed-banner .sec1 {
      position: relative;
      width: 65%;
      color: white;
      line-height: 3vw;
      font-size: 2.2vw;
      font-family: Gotham-Medium, Helvetica; }
      @media (min-width: 1700px) {
        main section#newsfeed-banner .sec1 {
          font-size: 38px;
          line-height: 50px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-banner .sec1 {
          width: 100%;
          font-size: 5vw;
          line-height: 6vw;
          display: table;
          /*   align-items: center; */ } }
      main section#newsfeed-banner .sec1 .banner-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-banner .sec1 .banner-info {
            margin-top: 10vh;
            /* 70px; */
            /*    margin-bottom: 50px; */
            margin-left: 13vw !important;
            width: auto !important;
            /*  text-align: center; */ } }
        main section#newsfeed-banner .sec1 .banner-info .info {
          overflow: hidden; }
          main section#newsfeed-banner .sec1 .banner-info .info span {
            transform: translate3d(0, 100%, 0);
            display: table;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
            will-change: transform;
            transition-delay: 0s;
            transition-duration: 0s; }
            main section#newsfeed-banner .sec1 .banner-info .info span.active {
              transform: translate3d(0, 0, 0);
              transition-duration: 1s; }
          main section#newsfeed-banner .sec1 .banner-info .info div.view-example {
            opacity: 0;
            display: table;
            cursor: pointer;
            -moz-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
            -webkit-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
            -ms-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
            -o-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
            transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
            will-change: transform;
            /*  transition-delay: 0s; */
            /*  transition-duration: 0s; */
            border: 1px solid #ffffff;
            padding: .1vw 3.5vw;
            border-radius: 25px; }
            main section#newsfeed-banner .sec1 .banner-info .info div.view-example.active {
              opacity: 1; }
            @media (min-width: 1700px) {
              main section#newsfeed-banner .sec1 .banner-info .info div.view-example {
                padding: 2px 60px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              main section#newsfeed-banner .sec1 .banner-info .info div.view-example {
                padding: 1vw 5vw; } }
            main section#newsfeed-banner .sec1 .banner-info .info div.view-example:hover {
              color: #ffffff;
              background-color: #F7AE04;
              border-color: #F7AE04; }
          main section#newsfeed-banner .sec1 .banner-info .info.row2 span {
            transition-delay: .1s; }
          main section#newsfeed-banner .sec1 .banner-info .info.row3 span {
            transition-delay: .2s; }
          main section#newsfeed-banner .sec1 .banner-info .info.row4 span {
            transition-delay: .3s; }
          main section#newsfeed-banner .sec1 .banner-info .info.row5 span {
            transition-delay: .4s; }
          main section#newsfeed-banner .sec1 .banner-info .info.row6 > div {
            transition-delay: 1s 0s 0s; }
          main section#newsfeed-banner .sec1 .banner-info .info:nth-child(4) {
            margin-top: 1.5vw; }
          main section#newsfeed-banner .sec1 .banner-info .info:nth-child(6) {
            margin-top: 2vw; }
          @media (min-width: 1700px) {
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(1) {
              margin-top: 20px; }
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(4) {
              margin-top: 20px; }
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(6) {
              margin-top: 28px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(1) {
              margin-top: 2vw; }
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(4) {
              margin-top: 3vw; }
            main section#newsfeed-banner .sec1 .banner-info .info:nth-child(6) {
              margin-top: 3.5vw; } }
        main section#newsfeed-banner .sec1 .banner-info .info-medium {
          font-size: 1.2vw;
          font-family: "Gotham_Medium", Helvetica;
          color: #ffffff;
          text-align: center; }
          @media (min-width: 1700px) {
            main section#newsfeed-banner .sec1 .banner-info .info-medium {
              font-size: 19px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-banner .sec1 .banner-info .info-medium {
              font-size: 3.5vw; } }
        main section#newsfeed-banner .sec1 .banner-info .info-small {
          line-height: 1.6vw;
          font-size: 1.2vw; }
          main section#newsfeed-banner .sec1 .banner-info .info-small .desk {
            display: inline; }
          main section#newsfeed-banner .sec1 .banner-info .info-small .mob {
            display: none; }
          @media (min-width: 1700px) {
            main section#newsfeed-banner .sec1 .banner-info .info-small {
              font-size: 19px;
              line-height: 25px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-banner .sec1 .banner-info .info-small {
              font-size: 3.5vw;
              line-height: 5vw; }
              main section#newsfeed-banner .sec1 .banner-info .info-small .desk {
                display: none; }
              main section#newsfeed-banner .sec1 .banner-info .info-small .mob {
                display: inline; } }
    main section#newsfeed-banner .sec2 {
      width: 35%;
      position: relative; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-banner .sec2 {
          width: 100%;
          position: relative;
          /*  bottom:120px; */
          /*     bottom:30vh; */ } }
      main section#newsfeed-banner .sec2 .sec-content {
        position: absolute;
        top: 12%;
        left: 10%;
        height: 100%;
        z-index: 1;
        transform: translate3d(0, -10%, 0);
        -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
        -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
        -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
        -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
        will-change: transform;
        transition-delay: 0s;
        opacity: 0; }
        main section#newsfeed-banner .sec2 .sec-content.active {
          transform: translate3d(0, 0, 0);
          opacity: 1; }
        main section#newsfeed-banner .sec2 .sec-content img {
          height: 100%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-banner .sec2 .sec-content img {
              height: auto;
              width: 100%;
              position: absolute;
              top: 15%; } }
        main section#newsfeed-banner .sec2 .sec-content video {
          position: absolute;
          top: 2.1%;
          height: 100%;
          border-radius: 2vh;
          z-index: -1;
          height: 106%;
          width: 86%;
          right: 1.5vh; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-banner .sec2 .sec-content video {
              height: auto;
              width: 91.5%;
              position: absolute;
              top: 17.1%;
              left: 4.2%; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-banner .sec2 .sec-content {
            position: relative;
            width: 50%;
            margin: auto;
            left: 0;
            top: 7%;
            /* display: table;
                position: absolute;
                width: 50%;
                margin: auto;
                left: 0;
                right: 0; */ } }
  main section#newsfeed-first-details {
    width: 100%;
    padding: 6vw 0 6vw 0;
    position: relative;
    z-index: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-first-details {
        flex-direction: column;
        align-items: flex-start;
        /* margin-bottom: 15%; */
        padding: 27vw 0 12vw 0; } }
    @media (min-width: 1700px) {
      main section#newsfeed-first-details {
        padding: 100px 0 100px 0; } }
    main section#newsfeed-first-details .sec1 {
      position: relative;
      width: 65%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-first-details .sec1 .app-container {
          margin-left: 10%;
          /*  margin: 0; */ } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-first-details .sec1 {
          width: 100%; } }
      main section#newsfeed-first-details .sec1 .first-detail-head {
        font-family: "Gotham_Ultra", "Helvetica";
        font-size: 3.5vw;
        color: #000000;
        margin-bottom: 1.5vw;
        overflow: hidden;
        position: relative; }
        @media (min-width: 1700px) {
          main section#newsfeed-first-details .sec1 .first-detail-head {
            font-size: 54px;
            margin-bottom: 25px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-first-details .sec1 .first-detail-head {
            font-size: 6vw;
            line-height: 7.5vw;
            margin-bottom: 5vw; } }
        main section#newsfeed-first-details .sec1 .first-detail-head .row {
          overflow: hidden; }
          main section#newsfeed-first-details .sec1 .first-detail-head .row span {
            display: table;
            transform: translate3d(0, 100%, 0);
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.75s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.75s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.75s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.75s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.75s;
            will-change: transform; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              main section#newsfeed-first-details .sec1 .first-detail-head .row span {
                -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; } }
        main section#newsfeed-first-details .sec1 .first-detail-head.active .row span {
          transform: translate3d(0, 0, 0); }
      main section#newsfeed-first-details .sec1 .first-detail-info {
        font-family: "Gotham_Book", "Helvetica";
        line-height: 1.6vw;
        font-size: 1.2vw;
        /* margin-top: 1vw; */
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s;
        transition-delay: .35s;
        will-change: opacity; }
        main section#newsfeed-first-details .sec1 .first-detail-info br.mob {
          display: none; }
        main section#newsfeed-first-details .sec1 .first-detail-info br.desk {
          display: block; }
        @media (min-width: 1700px) {
          main section#newsfeed-first-details .sec1 .first-detail-info {
            font-size: 19px;
            line-height: 25px;
            /*   margin-top: 20px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-first-details .sec1 .first-detail-info {
            font-size: 3.5vw;
            line-height: 5vw;
            /* margin-top: 2vw; */ }
            main section#newsfeed-first-details .sec1 .first-detail-info br.desk {
              display: none; }
            main section#newsfeed-first-details .sec1 .first-detail-info br.mob {
              display: block; } }
        main section#newsfeed-first-details .sec1 .first-detail-info.active {
          opacity: 1; }
    main section#newsfeed-first-details .sec2 {
      width: 25vw; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-first-details .sec2 {
          width: 100%;
          margin-top: 5vw; } }
      @media (min-width: 1700px) {
        main section#newsfeed-first-details .sec2 {
          width: 435px; } }
      main section#newsfeed-first-details .sec2 .first-detail-info-sub {
        line-height: 3vw;
        font-size: 2.2vw;
        font-family: "Gotham_Ultra", Helvetica;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s;
        transition-delay: .35s;
        will-change: opacity; }
        main section#newsfeed-first-details .sec2 .first-detail-info-sub br.mob {
          display: none; }
        main section#newsfeed-first-details .sec2 .first-detail-info-sub br.desk {
          display: block; }
        @media (min-width: 1700px) {
          main section#newsfeed-first-details .sec2 .first-detail-info-sub {
            font-size: 38px;
            line-height: 50px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-first-details .sec2 .first-detail-info-sub {
            width: 100%;
            font-size: 5.2vw;
            line-height: 6.5vw;
            display: flex;
            /*   align-items: center; */
            margin-left: 10%; }
            main section#newsfeed-first-details .sec2 .first-detail-info-sub br.mob {
              display: block; }
            main section#newsfeed-first-details .sec2 .first-detail-info-sub br.desk {
              display: none; } }
        main section#newsfeed-first-details .sec2 .first-detail-info-sub.active {
          opacity: 1; }
  main section#newsfeed-features {
    background-color: #F7AE04;
    padding: 6vw 0;
    position: relative;
    z-index: 0; }
    @media (min-width: 1700px) {
      main section#newsfeed-features {
        padding: 100px 0; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-features {
        padding: 12vw 0; } }
    main section#newsfeed-features .feature-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 95%;
      max-width: 1800px;
      margin: auto;
      position: relative;
      margin-top: 2vw; }
      main section#newsfeed-features .feature-container article {
        width: 25%;
        align-items: center;
        display: flex;
        flex-direction: column; }
        main section#newsfeed-features .feature-container article:nth-child(1), main section#newsfeed-features .feature-container article:nth-child(2), main section#newsfeed-features .feature-container article:nth-child(3), main section#newsfeed-features .feature-container article:nth-child(4) {
          margin-bottom: 3vw; }
          @media (min-width: 1700px) {
            main section#newsfeed-features .feature-container article:nth-child(1), main section#newsfeed-features .feature-container article:nth-child(2), main section#newsfeed-features .feature-container article:nth-child(3), main section#newsfeed-features .feature-container article:nth-child(4) {
              margin-bottom: 50px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-features .feature-container article:nth-child(1), main section#newsfeed-features .feature-container article:nth-child(2), main section#newsfeed-features .feature-container article:nth-child(3), main section#newsfeed-features .feature-container article:nth-child(4) {
              margin-bottom: 0px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-features .feature-container article {
            width: 100%;
            margin: 3vw 0 3vw 0 !important; } }
        main section#newsfeed-features .feature-container article .feature-img {
          width: 30%;
          max-width: 100px;
          display: table;
          /*  margin: auto; */
          opacity: 0;
          -moz-transition: opacity linear 0.25s 0s;
          -webkit-transition: opacity linear 0.25s 0s;
          -ms-transition: opacity linear 0.25s 0s;
          -o-transition: opacity linear 0.25s 0s;
          transition: opacity linear 0.25s 0s;
          margin-bottom: 1vw; }
          main section#newsfeed-features .feature-container article .feature-img.active {
            opacity: 1; }
          main section#newsfeed-features .feature-container article .feature-img img,
          main section#newsfeed-features .feature-container article .feature-img svg {
            position: relative;
            width: 100%; }
          main section#newsfeed-features .feature-container article .feature-img svg {
            overflow: initial; }
            main section#newsfeed-features .feature-container article .feature-img svg path.pencil {
              transform: translate3d(-27%, -70%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg path.line1,
            main section#newsfeed-features .feature-container article .feature-img svg path.line2,
            main section#newsfeed-features .feature-container article .feature-img svg path.line3 {
              transform: scale3d(0, 1, 1);
              transform-origin: 25% 0; }
            main section#newsfeed-features .feature-container article .feature-img svg g path.arrow {
              opacity: 0;
              transform: translate3d(25%, -25%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg g.board-big {
              transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg g.board-small {
              transform: translate3d(20%, -16%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg g.board-big path.inner {
              opacity: 0; }
            main section#newsfeed-features .feature-container article .feature-img svg g.desktop {
              opacity: 0;
              transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
              transform-origin: bottom left; }
            main section#newsfeed-features .feature-container article .feature-img svg g.mobile {
              transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
            main section#newsfeed-features .feature-container article .feature-img svg path.no-allow-cir {
              opacity: 0;
              transform-origin: center center;
              transform-box: fill-box;
              transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 0, 0);
              transform-origin: center center;
              /*  transform: scale3d(.5, .5, .5); */ }
            main section#newsfeed-features .feature-container article .feature-img svg path.no-allow-bar {
              opacity: 0;
              -moz-transition: opacity linear 0.25s 0.25s;
              -webkit-transition: opacity linear 0.25s 0.25s;
              -ms-transition: opacity linear 0.25s 0.25s;
              -o-transition: opacity linear 0.25s 0.25s;
              transition: opacity linear 0.25s 0.25s; }
            main section#newsfeed-features .feature-container article .feature-img svg path.analytics-sec {
              transform: translate3d(-10.5%, 10.5%, 0);
              transform-origin: bottom left; }
            main section#newsfeed-features .feature-container article .feature-img svg path.share-sec2 {
              transform: translate3d(-12%, 12%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg path.share-sec3 {
              transform: translate3d(-24%, 24%, 0);
              opacity: 0; }
            main section#newsfeed-features .feature-container article .feature-img svg path.platform-stack2 {
              transform: translate3d(0, 15%, 0); }
            main section#newsfeed-features .feature-container article .feature-img svg path.platform-stack3 {
              transform: translate3d(0, 30%, 0); }
          main section#newsfeed-features .feature-container article .feature-img.active svg.active {
            overflow: initial; }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.platform-stack2 {
              transform: translate3d(0, 0, 0);
              animation-name: platform-stack-animation1;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.platform-stack3 {
              transform: translate3d(0, 0, 0);
              animation-name: platform-stack-animation1;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.share-sec2 {
              transform: translate3d(0, 0, 0);
              animation-name: share-animation1;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.share-sec3 {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              animation-name: share-animation2;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.analytics-sec {
              transform: translate3d(0, 0, 0);
              animation-name: analytics-animation;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.no-allow-cir {
              transform: scale3d(1, 1, 1);
              transform-box: fill-box;
              transform-origin: center;
              animation-name: no-allow-animation-cirlce;
              animation-duration: 3s;
              opacity: 1;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.no-allow-bar {
              opacity: 1; }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g.desktop {
              opacity: 1;
              transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
              animation-name: mobile-animation2;
              animation-duration: 3s;
              animation-iteration-count: 1; }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g.mobile {
              transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
              transform: translate3d(0, 0, 0);
              animation-name: mobile-animation1;
              animation-duration: 3s;
              animation-iteration-count: 1; }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.pencil {
              transform: translate3d(0, 0, 0);
              animation-name: easy-post-animation-pencil;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */ }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.line1 {
              transform: scale3d(1, 1, 1);
              animation-name: easy-post-animation-line1;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /*  animation-delay: 500ms */ }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.line2 {
              transform: scale3d(1, 1, 1);
              animation-name: easy-post-animation-line2;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */ }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active path.line3 {
              transform: scale3d(1, 1, 1);
              animation-name: easy-post-animation-line3;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */ }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g.board-big {
              transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
              opacity: 1;
              animation-name: native-hint-big;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */
              animation-timing-function: cubic-bezier(0.72, 0, 0.28, 1); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g.board-small {
              transform: translate3d(0, 0, 0);
              animation-name: native-hint-small;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */
              animation-timing-function: cubic-bezier(0.72, 0, 0.28, 1); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g.board-big path.inner {
              opacity: 1;
              animation-name: native-hint-opacity;
              animation-duration: 3s;
              animation-iteration-count: 1;
              /* animation-delay: 500ms; */
              animation-timing-function: cubic-bezier(0.72, 0, 0.28, 1); }
            main section#newsfeed-features .feature-container article .feature-img.active svg.active g path.arrow {
              opacity: 1;
              transform: translate3d(0, 0, 0);
              animation-name: promote-animation;
              animation-duration: 3s;
              animation-iteration-count: 1;
              animation-timing-function: cubic-bezier(0.72, 0, 0.28, 1); }
          @media (min-width: 1700px) {
            main section#newsfeed-features .feature-container article .feature-img {
              margin-bottom: 15px; } }
        main section#newsfeed-features .feature-container article .feature-head {
          overflow: hidden;
          font-size: 1.8vw;
          line-height: 2.1vw;
          font-family: "Gotham-Medium", Helvetica;
          text-align: center;
          color: #ffffff;
          margin-bottom: .5vw;
          overflow: hidden; }
          @media (min-width: 1700px) {
            main section#newsfeed-features .feature-container article .feature-head {
              font-size: 30px;
              margin-bottom: 7px;
              line-height: 35px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-features .feature-container article .feature-head {
              width: 100%;
              font-size: 5vw;
              line-height: 6vw;
              /*  line-height: 6vw;
                        display: flex; */
              /*   align-items: center; */ } }
          main section#newsfeed-features .feature-container article .feature-head span {
            display: table;
            margin: auto;
            transform: translate3d(0, 100%, 0);
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            will-change: transform; }
          main section#newsfeed-features .feature-container article .feature-head.active span {
            transform: translate3d(0, 0, 0); }
        main section#newsfeed-features .feature-container article .feature-detail {
          font-family: "Gotham_Book", "Helvetica";
          line-height: 1.6vw;
          font-size: 1.2vw;
          color: #ffffff;
          overflow: hidden;
          text-align: center;
          /*   margin-top: .5vw; */ }
          @media (min-width: 1700px) {
            main section#newsfeed-features .feature-container article .feature-detail {
              font-size: 19px;
              line-height: 24px;
              /*   margin-top: 10px; */ } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-features .feature-container article .feature-detail {
              font-size: 3.5vw;
              line-height: 4vw;
              margin: 3vw; } }
          main section#newsfeed-features .feature-container article .feature-detail a {
            text-decoration: none;
            color: #ffffff; }
          main section#newsfeed-features .feature-container article .feature-detail .row {
            overflow: hidden; }
          main section#newsfeed-features .feature-container article .feature-detail span {
            display: table;
            margin: auto;
            transform: translate3d(0, 100%, 0);
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
            will-change: transform; }
          main section#newsfeed-features .feature-container article .feature-detail.active span {
            transform: translate3d(0, 0, 0); }
  main section#newsfeed-steps {
    padding: 6vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    z-index: 0; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-steps {
        padding: 12vw 0; } }
    @media (min-width: 1700px) {
      main section#newsfeed-steps {
        padding: 100px 0; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-steps {
        flex-direction: column; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-steps .app-container {
        margin-left: 10%;
        /*  margin: 0; */ } }
    main section#newsfeed-steps .sec1 {
      width: 65%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-steps .sec1 {
          width: 100%; } }
      main section#newsfeed-steps .sec1 .newsfeed-step-head {
        font-size: 2.2vw;
        font-family: "Gotham_Ultra", Helvetica;
        color: #000000;
        margin-bottom: .5vw;
        line-height: 3vw; }
        @media (min-width: 1700px) {
          main section#newsfeed-steps .sec1 .newsfeed-step-head {
            font-size: 38px;
            margin-bottom: 7px;
            line-height: 50px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-steps .sec1 .newsfeed-step-head {
            width: 100%;
            font-size: 5.2vw;
            line-height: 6.5vw;
            /*  line-height: 6vw;
                display: flex; */
            /*   align-items: center; */ } }
        main section#newsfeed-steps .sec1 .newsfeed-step-head .row {
          overflow: hidden; }
          main section#newsfeed-steps .sec1 .newsfeed-step-head .row span {
            display: table;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
        main section#newsfeed-steps .sec1 .newsfeed-step-head.active .row span {
          transform: translate3d(0, 0, 0); }
      main section#newsfeed-steps .sec1 .newsfeed-step-details {
        margin-top: 2vw;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0.25s;
        -webkit-transition: opacity linear 0.25s 0.25s;
        -ms-transition: opacity linear 0.25s 0.25s;
        -o-transition: opacity linear 0.25s 0.25s;
        transition: opacity linear 0.25s 0.25s; }
        main section#newsfeed-steps .sec1 .newsfeed-step-details.active {
          opacity: 1; }
        @media (min-width: 1700px) {
          main section#newsfeed-steps .sec1 .newsfeed-step-details {
            margin-top: 40px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-steps .sec1 .newsfeed-step-details {
            margin-top: 6vw;
            margin-left: -2%; } }
        main section#newsfeed-steps .sec1 .newsfeed-step-details .detail {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin: .75vw 0; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail {
              margin: 3vw 0; } }
          @media (min-width: 1700px) {
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail {
              margin: 15px 0; } }
          main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-img {
            margin-right: 15px;
            width: 4.5vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-img {
                width: 10vw; } }
            @media (min-width: 1700px) {
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-img {
                width: 80px; } }
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-img img {
              width: 100%; }
          main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text {
            font-family: "Gotham-Medium", "Helvetica";
            line-height: 1.6vw;
            font-size: 1.2vw;
            color: #000000;
            overflow: hidden; }
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text br.desk {
              display: block; }
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text br.mob {
              display: none; }
            @media (min-width: 1700px) {
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text {
                font-size: 19px;
                line-height: 26px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text {
                font-size: 3.5vw;
                line-height: 4vw; }
                main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text br.desk {
                  display: none; }
                main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text br.mob {
                  display: block; } }
            main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text.step-nav {
              cursor: pointer;
              /* border-bottom: .1vw solid #efefef;

                        @include for-wide-screen {
                            border-bottom: 2px solid #efefef;
                        } */ }
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text.step-nav:hover {
                color: #F7AE04;
                /* border-bottom: .1vw solid #293e77; */ }
                @media (min-width: 1700px) {
                  main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text.step-nav:hover {
                    /* border-bottom: 2px solid #293e77; */ } }
              main section#newsfeed-steps .sec1 .newsfeed-step-details .detail .step-text.step-nav.active {
                color: #F7AE04;
                /* border-bottom: .1vw solid #293e77;

                            @include for-wide-screen {
                                border-bottom: 2px solid #293e77;
                            } */ }
    main section#newsfeed-steps .sec2 {
      width: 23vw;
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      @media (min-width: 1700px) {
        main section#newsfeed-steps .sec2 {
          width: 400px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-steps .sec2 {
          margin-top: 6vw;
          width: 80%; } }
      main section#newsfeed-steps .sec2 .newsfeed-step-video {
        position: relative;
        height: 60vh;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0.5s;
        -webkit-transition: opacity linear 0.25s 0.5s;
        -ms-transition: opacity linear 0.25s 0.5s;
        -o-transition: opacity linear 0.25s 0.5s;
        transition: opacity linear 0.25s 0.5s; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-steps .sec2 .newsfeed-step-video {
            -moz-transition: opacity linear 0.25s 0.5s;
            -webkit-transition: opacity linear 0.25s 0.5s;
            -ms-transition: opacity linear 0.25s 0.5s;
            -o-transition: opacity linear 0.25s 0.5s;
            transition: opacity linear 0.25s 0.5s;
            margin-bottom: 40%; } }
        main section#newsfeed-steps .sec2 .newsfeed-step-video.active {
          opacity: 1; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-steps .sec2 .newsfeed-step-video {
            height: auto;
            width: 100%; } }
        main section#newsfeed-steps .sec2 .newsfeed-step-video video {
          height: 81%;
          top: 49.6%;
          left: 54.2%;
          position: relative;
          transform: translate3d(-50%, -50%, 0); }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-steps .sec2 .newsfeed-step-video video {
              height: auto;
              top: 80vw;
              /*  60.6%; */
              left: 42.2%;
              width: 92%; } }
        main section#newsfeed-steps .sec2 .newsfeed-step-video .newsfeed-step-video-case {
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-steps .sec2 .newsfeed-step-video .newsfeed-step-video-case {
              width: 100%;
              height: auto; } }
  main section#newsfeed-reach-info {
    padding: 6vw 0;
    position: relative;
    z-index: 0;
    background-color: #141414; }
    @media (min-width: 1700px) {
      main section#newsfeed-reach-info {
        padding: 100px 0; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-reach-info {
        padding: 12vw 0; } }
    main section#newsfeed-reach-info .reach-info-head {
      font-size: 2.2vw;
      font-family: "Gotham-Medium", Helvetica;
      color: #ffffff;
      margin-bottom: .5vw;
      line-height: 3vw;
      text-align: center; }
      main section#newsfeed-reach-info .reach-info-head br.desk {
        display: block; }
      main section#newsfeed-reach-info .reach-info-head br.mob {
        display: none; }
      @media (min-width: 1700px) {
        main section#newsfeed-reach-info .reach-info-head {
          font-size: 38px;
          margin-bottom: 7px;
          line-height: 50px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-reach-info .reach-info-head {
          width: 100%;
          font-size: 5.2vw;
          line-height: 6.5vw;
          /*  line-height: 6vw;
                display: flex; */
          /*   align-items: center; */ }
          main section#newsfeed-reach-info .reach-info-head br.desk {
            display: none; }
          main section#newsfeed-reach-info .reach-info-head br.mob {
            display: block; } }
      main section#newsfeed-reach-info .reach-info-head .row {
        overflow: hidden; }
        main section#newsfeed-reach-info .reach-info-head .row span {
          display: table;
          width: 100%;
          transform: translate3d(0, 100%, 0);
          will-change: transform;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
      main section#newsfeed-reach-info .reach-info-head.active .row span {
        transform: translate3d(0, 0, 0); }
    main section#newsfeed-reach-info .reach-info-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 95%;
      max-width: 1800px;
      margin: auto;
      position: relative;
      margin-top: 2vw; }
      @media (min-width: 1700px) {
        main section#newsfeed-reach-info .reach-info-content {
          margin-top: 40px; } }
      main section#newsfeed-reach-info .reach-info-content article {
        width: 25%;
        align-items: center;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-reach-info .reach-info-content article {
            width: 100%;
            margin: 5vw 0 5vw 0; } }
        main section#newsfeed-reach-info .reach-info-content article .info-head {
          font-family: "Gotham_Ultra", "Helvetica";
          font-size: 3.5vw;
          color: #F7AE04;
          margin-bottom: .5vw;
          overflow: hidden;
          position: relative;
          opacity: 0;
          -moz-transition: opacity linear 0.25s 0s;
          -webkit-transition: opacity linear 0.25s 0s;
          -ms-transition: opacity linear 0.25s 0s;
          -o-transition: opacity linear 0.25s 0s;
          transition: opacity linear 0.25s 0s; }
          @media (min-width: 1700px) {
            main section#newsfeed-reach-info .reach-info-content article .info-head {
              font-size: 54px;
              margin-bottom: 8px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-reach-info .reach-info-content article .info-head {
              font-size: 12vw;
              line-height: 15vw;
              margin-bottom: 5vw; } }
        main section#newsfeed-reach-info .reach-info-content article .info-sub {
          font-family: "Gotham-Medium", "Helvetica";
          color: #ffffff;
          line-height: 1.6vw;
          font-size: 1.2vw;
          overflow: hidden; }
          @media (min-width: 1700px) {
            main section#newsfeed-reach-info .reach-info-content article .info-sub {
              font-size: 19px;
              line-height: 26px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#newsfeed-reach-info .reach-info-content article .info-sub {
              font-size: 3.5vw;
              line-height: 4vw;
              top: -4vw;
              position: relative; } }
          main section#newsfeed-reach-info .reach-info-content article .info-sub span {
            display: table;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.4s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.4s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.4s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.4s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.4s; }
        main section#newsfeed-reach-info .reach-info-content article.active .info-head {
          opacity: 1; }
        main section#newsfeed-reach-info .reach-info-content article.active .info-sub.row span {
          transform: translate3d(0, 0, 0); }
  main section#newsfeed-recent-works {
    padding: 6vw 0;
    background-color: #ffffff;
    position: relative;
    z-index: 0; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#newsfeed-recent-works {
        padding: 12vw 0; } }
    @media (min-width: 1700px) {
      main section#newsfeed-recent-works {
        padding: 100px 0; } }
    main section#newsfeed-recent-works .recent-work-head {
      width: 100%;
      text-align: center;
      font-size: 3.5vw;
      font-family: "Gotham_Ultra", Helvetica;
      color: #000000;
      overflow: hidden;
      margin-bottom: 3vw;
      overflow: hidden; }
      @media (min-width: 1700px) {
        main section#newsfeed-recent-works .recent-work-head {
          font-size: 54px;
          /* line-height: 43px; */
          margin-bottom: 50px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-recent-works .recent-work-head {
          font-size: 6vw;
          line-height: 7.5vw; } }
      main section#newsfeed-recent-works .recent-work-head span {
        display: table;
        width: 100%;
        transform: translate3d(0, 100%, 0);
        will-change: transform;
        -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
        -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
        -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
        -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s; }
      main section#newsfeed-recent-works .recent-work-head.active span {
        transform: translate3d(0, 0, 0); }
    main section#newsfeed-recent-works .recent-work-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 70%;
      margin: auto;
      justify-content: center; }
      main section#newsfeed-recent-works .recent-work-content article.work-video {
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s;
        will-change: opacity;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 22%;
        margin: 1vw 0 3vw 0;
        margin-top: 0 !important; }
        @media (min-width: 1700px) {
          main section#newsfeed-recent-works .recent-work-content article.work-video {
            margin: 15px 0 45px 0; } }
        main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+2) {
          margin: 0 3%; }
        main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+3) {
          margin: 0 3% 0 0; }
        @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
          main section#newsfeed-recent-works .recent-work-content article.work-video {
            width: 30%; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(3n+2) {
              margin: 0 5% !important; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+3) {
              margin: 0 0 0 0; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+2) {
              margin: 0 0; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-recent-works .recent-work-content article.work-video {
            width: 100%;
            margin: 5vw auto !important; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(3n+2) {
              margin: 0; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+3) {
              margin: 0; }
            main section#newsfeed-recent-works .recent-work-content article.work-video:nth-child(4n+2) {
              margin: 0; } }
        main section#newsfeed-recent-works .recent-work-content article.work-video .video-container {
          position: relative; }
          main section#newsfeed-recent-works .recent-work-content article.work-video .video-container .newsfeed-recent-work-video-case {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            cursor: pointer; }
          main section#newsfeed-recent-works .recent-work-content article.work-video .video-container video {
            width: 92%;
            top: 49.5%;
            left: 49.5%;
            transform: translate3d(-50%, -50%, 0);
            position: absolute; }
        main section#newsfeed-recent-works .recent-work-content article.work-video.active {
          opacity: 1; }
    main section#newsfeed-recent-works .explore-more-works {
      font-size: 1.2vw;
      font-family: "Gotham-Book", Helvetica;
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0s;
      -webkit-transition: opacity linear 0.25s 0s;
      -ms-transition: opacity linear 0.25s 0s;
      -o-transition: opacity linear 0.25s 0s;
      transition: opacity linear 0.25s 0s;
      border: 1.5px solid #F7AE04;
      width: 70%;
      /* opacity: 0; */
      will-change: opacity;
      margin: auto;
      /* padding: 1.3vw 0; */
      border-radius: 15px;
      text-align: center;
      cursor: pointer;
      -moz-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
      -webkit-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
      -ms-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
      -o-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
      transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s; }
      main section#newsfeed-recent-works .explore-more-works.active {
        opacity: 1; }
      main section#newsfeed-recent-works .explore-more-works a {
        width: 100%;
        display: table;
        color: #F7AE04;
        text-decoration: none;
        padding: 1.3vw 0; }
        @media (min-width: 1700px) {
          main section#newsfeed-recent-works .explore-more-works a {
            padding: 20px 0; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#newsfeed-recent-works .explore-more-works a {
            padding: 3.5vw 0; } }
      main section#newsfeed-recent-works .explore-more-works.active {
        opacity: 1; }
      main section#newsfeed-recent-works .explore-more-works br.desk {
        display: block; }
      main section#newsfeed-recent-works .explore-more-works br.mob {
        display: none; }
      @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
        main section#newsfeed-recent-works .explore-more-works {
          width: 80%; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#newsfeed-recent-works .explore-more-works {
          width: 80%;
          font-size: 3.5vw;
          /* padding: 3.5vw 0; */
          line-height: 4.5vw; }
          main section#newsfeed-recent-works .explore-more-works br.desk {
            display: none; }
          main section#newsfeed-recent-works .explore-more-works br.mob {
            display: block; } }
      @media (min-width: 1700px) {
        main section#newsfeed-recent-works .explore-more-works {
          font-size: 19px;
          /* padding: 20px 0; */ } }
      main section#newsfeed-recent-works .explore-more-works:hover {
        background-color: #F7AE04; }
        main section#newsfeed-recent-works .explore-more-works:hover a {
          color: #ffffff !important; }
  main section#brands-details {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    position: relative;
    z-index: 0; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      main section#brands-details {
        flex-direction: column; } }
    main section#brands-details .sec1 {
      width: 50%;
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0s;
      -webkit-transition: opacity linear 0.25s 0s;
      -ms-transition: opacity linear 0.25s 0s;
      -o-transition: opacity linear 0.25s 0s;
      transition: opacity linear 0.25s 0s; }
      main section#brands-details .sec1.active {
        opacity: 1; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#brands-details .sec1 {
          width: 100%; } }
      main section#brands-details .sec1 #brands-sec {
        width: 100%;
        /* @include for-wide-screen {
                width: 850px;
            } */ }
        main section#brands-details .sec1 #brands-sec .block {
          width: 25%;
          position: relative;
          float: left;
          padding: 0;
          /* opacity: 0; */
          display: block;
          overflow: hidden;
          transform: translate3d(0, 0, 0);
          -moz-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.7s;
          -webkit-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.7s;
          -ms-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.7s;
          -o-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.7s;
          transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.7s;
          will-change: transform;
          /* &:nth-child(n+5) {
                    transform: translate3d(0, -100%, 0);
                } */ }
          main section#brands-details .sec1 #brands-sec .block #client-nav {
            cursor: pointer;
            background-color: #F7AE04; }
            main section#brands-details .sec1 #brands-sec .block #client-nav > svg {
              width: 30%;
              height: 30%;
              left: 50%;
              position: relative;
              fill: #fff;
              transform: translate(-40%, -50%);
              cursor: pointer;
              top: 50%; }
          main section#brands-details .sec1 #brands-sec .block > div:nth-child(n+2) {
            position: absolute;
            transform: translateX(100%); }
          main section#brands-details .sec1 #brands-sec .block > * {
            width: 100%;
            height: 100%;
            will-change: transform; }
            main section#brands-details .sec1 #brands-sec .block > *.moveToOrigin {
              -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
            main section#brands-details .sec1 #brands-sec .block > *.topInIndex {
              -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
              transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
          main section#brands-details .sec1 #brands-sec .block .bx {
            width: 101%;
            top: 0;
            left: 0;
            display: block;
            background-color: #ffffff; }
            main section#brands-details .sec1 #brands-sec .block .bx img {
              width: 100%;
              display: block; }
    main section#brands-details .sec2 {
      width: 50%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        main section#brands-details .sec2 {
          width: 100%;
          padding: 12vw 0;
          background-color: #141414; } }
      main section#brands-details .sec2 article {
        width: 50%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#brands-details .sec2 article {
            margin: 5vw 0 5vw 0;
            width: 100%; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          main section#brands-details .sec2 article .info-container {
            display: flex;
            flex-direction: column;
            align-items: center; } }
        main section#brands-details .sec2 article .info-head {
          font-family: "Gotham_Ultra", "Helvetica";
          font-size: 3.5vw;
          color: #F7AE04;
          margin-bottom: .5vw;
          overflow: hidden;
          position: relative;
          opacity: 0;
          -moz-transition: opacity linear 0.25s 0s;
          -webkit-transition: opacity linear 0.25s 0s;
          -ms-transition: opacity linear 0.25s 0s;
          -o-transition: opacity linear 0.25s 0s;
          transition: opacity linear 0.25s 0s; }
          @media (min-width: 1700px) {
            main section#brands-details .sec2 article .info-head {
              font-size: 54px;
              margin-bottom: 8px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#brands-details .sec2 article .info-head {
              font-size: 12vw;
              line-height: 15vw;
              margin-bottom: 5vw; } }
        main section#brands-details .sec2 article.active .info-head {
          opacity: 1; }
        main section#brands-details .sec2 article.active .info-sub span {
          transform: translate3d(0, 0, 0); }
        main section#brands-details .sec2 article .info-sub {
          font-family: "Gotham-Medium", "Helvetica";
          color: #000000;
          line-height: 1.6vw;
          font-size: 1.2vw;
          overflow: hidden; }
          main section#brands-details .sec2 article .info-sub span {
            display: table;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.1s; }
          @media (min-width: 1700px) {
            main section#brands-details .sec2 article .info-sub {
              font-size: 19px;
              line-height: 26px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            main section#brands-details .sec2 article .info-sub {
              font-size: 3.5vw;
              line-height: 4vw;
              position: relative;
              top: -4vw;
              color: #ffffff; } }
