/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.1
*/

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  @font-face {
    font-family: 'VCR';
    src: local('VCR OSD Mono'), local('VCR-OSD-Mono'),
        url('assets/fonts/VCR_OSD_MONO.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  html,
  body {
    font-family: "VCR";
    font-weight: 400;
    font-size: 17px;
    color: #505050;
    line-height: 150%;
    min-height: 100vh;
    position: relative;
  }

  body:not(.page-template-about-tpl) {
    overflow-x: hidden;
  }

  body::after{
     position: absolute; width:0; height:0; overflow:hidden; z-index:-1;
     content: url('assets/img/noise.png') /* url(img2.png) url(img3.gif) url(img4.jpg)*/  ;  
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
  }

  img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }

  button {
    cursor: pointer;
  }


  h1, h2, h3, h4, h5, h6 {
    font-family: "Press Start 2P", system-ui;
    line-height: 150%;
    font-weight: 400;
    text-transform: uppercase;
  }

  h1, .h1 {
    font-size: 50px;
    line-height: 140%;
  }

  h2, .h2 {
    font-size: 42px;
    line-height: 130%;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .container {
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .flexed--between {
    justify-content: space-between;
  }

  .flexed--around {
    justify-content: space-around;
  }

  .flexed--top {
    align-items: flex-start;
  }
  
  .flexed--bottom {
    align-items: flex-end;
  }

  .flexed--center {
    justify-content: center;
  }

  .rel {
    position: relative;
  }

  header .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header .menu li {
      display: block;
  }

  .header-fixed {
      display: flex;
      justify-content: center;
      position: fixed;
      left: calc(50% - 30px);
      transform: translateX(-50%);
      top: 22px;
      z-index: 4;
          background: rgb(239 232 215 / 60%);
  }

  .header-fixed-inner {
      border: 2px solid #505050;
      padding: 15px 30px;
  }

  .admin-bar .header-fixed {
      top: 54px;
  }

  .header-fixed .menu {
      gap: 15px;
  }

  .header-inner {
      gap: 30px;
  }

  .header-inner li a {
      padding: 6px 10px;
      color: currentColor;
      font-size: 14px;
      line-height: 14px;
  }

  .header-cta .btn a {
      font-size: 12px;
      line-height: 18px;
      padding: 16px 30px;
  }

  .btn button,
  .btn a {
      position: relative;
      background: #505050;
      color: #EFE8D7;
      padding: 18.5px 30px;
      font-size: 15px;
      line-height: 22.5px;
      text-transform: uppercase;
      font-family: 'Press Start 2P';
      transition: 0.2s;
      display: inline-block;
      border: none;
  }

  .btn button:after,
  .btn a:after {
      content: '';
      position: absolute;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border: 2px solid #505050;
      transition: 0.2s;
      top: 0;
      left: 0;
      transform: translate(6px, 6px);
  }

  .btn button:hover,
  .btn a:hover {
      transform: translateY(3px);
  }

  .btn button:hover:after,
  .btn a:hover:after {
    transform: translate(0, 0);
  }

  .header-cta {
      position: fixed;
      top: 23px;
      width: 100%;
      left: -6px;
      z-index: 3;
  }

  .admin-bar .header-cta {
      top: 54px;
  }

  .header-cta .btn {
      display: flex;
      justify-content: flex-end;
  }

  body {
      background: #efe8d7;
  }

  .footer-cta {
    background: #D68776;
    padding: 95px 0;
    overflow: hidden;
  }

  .footer-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url('assets/img/grid1.png') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .footer-cta-inner {
      color: #fff;
      text-align: center;
  }

  .footer-cta h2 {
      margin: 36px auto;
      max-width: 900px;
  }

  .footer-cta-links {
      gap: 24px;
  }

  .btn.btn--light a {
      color: #505050;
      background: #fff;
  }

  .btn.btn--light a:after {
      border-color: #fff;
  }

  .btn.btn--opacity a {
      background: #D68776;
      color: #fff;
  }

  .btn.btn--opacity a:after {
      border-color: #fff;
  }

  .btn.btn--opacity a:before {
      content: '';
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      position: absolute;
      border: 2px solid #fff;
      top: 0;
      left: 0;
      background: #d68776;
      z-index: 3;
  }

  .btn.btn--opacity a span {
      position: relative;
      z-index: 3;
  }

  .footer-social-item {
      flex: 1;
  }

  .footer-social-item a {
      padding: 63px 0 51px;
      display: block;
      text-align: center;
      color: #505050;
      transition: 0.3s;
      background: 50% 50% no-repeat;
  }

  .footer-social-item .footer-social-item-title {
      padding-top: 76px;
      display: block;
      font-family: 'Press Start 2P';
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase;
      margin-bottom: 5px;
      background: url('assets/img/social1.svg') 50% 0 no-repeat;
  }

  .footer-social-item.footer-social-item-twitter .footer-social-item-title {
    background-image: url('assets/img/social2.svg');
  }

  .footer-social-item.footer-social-item-linkedin .footer-social-item-title {
    background-image: url('assets/img/social3.svg');
  }

  .footer-social-item.footer-social-item-medium .footer-social-item-title {
    background-image: url('assets/img/social5.svg');
  }

  .footer-social-item.footer-social-item-instagram .footer-social-item-title {
    background-image: url('assets/img/social4.svg');
  }

  .footer-social {
      border-bottom: 2px solid #505050;
      border-top: 2px solid #505050;
  }

  .footer-cta + footer .footer-social {
      border-top: none;
  }

  .footer-social-item:not(:last-child) {
      border-right: 2px solid #505050;
  }

  .footer-mega-text {
      font-size: 156px;
      line-height: 129%;
      font-family: 'Press Start 2P';
      text-align: center;
      padding: 20px 0 5px;
      border-top: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
  }

  .footer-middle-inner > div {
      flex: 1;
  }

  .footer-middle-inner .menu {
      display: flex;
      gap: 40px;
  }

  .footer-middle {
      padding: 48px 0;
  }

  ul#menu-footer-menu-2 {
      justify-content: flex-end;
  }

  ul#menu-footer-menu-1 {
      justify-content: center;
  }

  .footer-middle-inner .menu li {
      display: block;
  }

  .footer-middle-inner .menu li a {
      color: currentColor;
      transition: 0.2s;
  }

  .footer-message {
      opacity: 0.5;
  }

  .header-fixed {
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
      backdrop-filter: blur(15px);

      /*-webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;*/
      -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
      -moz-transform: translate3d(0, 0, 0) translateX(-50%);
  }

  .footer-move-line {
      background: #fff;
      font-size: 24px;
      line-height: 36px;
      white-space: nowrap;
      height: 64px;
  }

  .footer-move-line-item {
    padding: 13px 0 15px; 
  }

  .footer-move-line strong {
      color: #D68776;
  }

  .footer-middle-inner .menu li a:hover {
      color: #D68776;
  }

  .hover-arrow {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 12px;
      height: 12px;
      overflow: hidden;
  }

  .hover-arrow:before, .hover-arrow:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: url('assets/img/arrowTopRight.svg') 50% 50% no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.3s;
  }

  .hover-arrow:after {
      transform: translate(-100%, 100%);
  }

  .footer-social-item a:hover .hover-arrow:before {
      transform: translate(100%, 100%);
  }

  .footer-social-item a:hover .hover-arrow:before {
      transform: translate(100%, -100%);
  }

  .footer-social-item a:hover .hover-arrow:after {
      transform: translate(0%, 0%);
  }

  .footer-social-item a:hover {
      background: url('assets/img/noise.png') #fff 50% 50% no-repeat;
      background-size: cover;
  }

  .footer-move-line-item-dude {
    padding: 0 40px;
    background: url(assets/img/dude.gif) 50% 50% no-repeat;
    background-size: contain;
    height: 64px;
  }

  .home-top-section-info {
    width: 100%;
    max-width: 655px;
  }

  .home-top-section-anim {
      flex: 1;
      padding: 148px 0;
      height: 1041px;
  }

  .home-top-section-text h1 strong {
      color: #D68776;
      font-weight: 400;
  }

  .home-top-section-text h1 {
      margin-bottom: 30px;
  }

  .home-top-section-text p {
      font-size: 19px;
      line-height: 150%;
      margin-bottom: 42px;
      max-width: 460px;
      text-transform: uppercase;
  }

  .home-partners {
      margin-top: 27px;
      text-align: center;
  }

  .title-sm {
      font-size: 12px;
      font-family: 'Press Start 2P';
      text-transform: uppercase;
      margin-bottom: 36px;
      line-height: 140%;
  }

  .home-partner-logo {
      margin: 0 13px;
      white-space: nowrap;
  }

  .home-text-section {
      padding: 164px 0 98px;
      margin-bottom: 62px;
      position: relative;
  }

  .home-text-section-inner {
      position: relative;
      z-index: 2;
      gap: 72px;
  }

  .home-text-section.home-text-section2:before {
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: url('assets/img/bg1.jpg') 50% 50% no-repeat;
      background-size: cover;
      opacity: 0.1;
  }

  .home-text-section-inner > div {
      flex: 1;
  }

  .home-text-section-text h4 {
      font-size: 24px;
      line-height: 36px;
      font-family: 'Press Start 2P';
  }

  .home-text-section-number-info {
      margin: 54px 0;
      gap: 37px;
  }

  .home-text-section-number {
      font-size: 80px;
      line-height: 88px;
      font-family: 'Press Start 2P';
  }

  .home-text-section-number-text {
      flex: 1;
  }

  .home-text-section-text p {
      margin: 12px 0 36px;
      max-width: 552px;
  }

  .home-cta .footer-cta-inner h2 {
      max-width: 1160px;
      margin-top: 0;
  }

  .footer-cta-inner h2 {
      text-transform: uppercase;
  }

  .home-cta.footer-cta {
      padding: 124px 0;
  }

  .home-feature {
    flex: 1;
/*    border-bottom: 2px solid rgba(80, 80, 80, 0.10);
    border-right: 2px solid rgba(80, 80, 80, 0.10);*/
    background: url('assets/img/noise.png') repeat,
                linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, 
                                rgba(255, 255, 255, 0.00) 2%, 
                                rgba(0, 0, 0, 0.00) 99%, 
                                rgba(0, 0, 0, 0.20) 100%), 
                linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, 
                                rgba(255, 255, 255, 0.00) 2%, 
                                rgba(0, 0, 0, 0.00) 99%, 
                                rgba(0, 0, 0, 0.20) 100%), 
                #FFF;
  }

  .home-feature-inner {
    padding: 64px 19px;
    height: 100%;
  }

  .home-features-inner {
      gap: 26px;
      align-items: stretch;
  }

  .home-features-title {
      font-size: 18px;
      text-align: center;
      font-family: 'Press Start 2P';
      line-height: 27px;
      max-width: 250px;
      margin: 0 auto;
  }

  .home-feature-anim {
      margin: 24px 0;
      text-align: center;
      padding: 16px;
      position: relative;
  }

  .home-feature-anim img {
      margin: 0 auto;
  }

  .home-feature-text {
      text-align: center;
  }

  .home-feature-anim {
      max-width: 287px;
      margin: 24px auto;
  }

  #menu-main-menu .current-menu-item {
    position: relative;
  }

  .angles:before, 
  .angles:after, 
  .angles-inner:before, 
  .angles-inner:after {
      content: '';
      position: absolute;
      border: 2px solid #505050;
      width: 16px;
      height: 16px;
      transition: 0.3s;
  }

  .angles.small-angle:before,
  .angles.small-angle:after,
  .angles.small-angle .small-angle-inner:before,
  .angles.small-angle .small-angle-inner:after {
    width: 8px;
    height: 8px;
  }

  #menu-main-menu .current-menu-item:before,
  #menu-main-menu .current-menu-item:after,
  #menu-main-menu .current-menu-item a:before,
  #menu-main-menu .current-menu-item a:after {
    content: '';
    position: absolute;
    border: 1px solid #505050;
    width: 6px;
    height: 6px;
  }

  #menu-main-menu .current-menu-item:before,
  .angles:before {
    border-right: none;
    border-bottom: none;
    top: 0;
    left: 0;
  }

  .angles.small-angle:before {
    top: -1px;
    left: -1px;
  }

  #menu-main-menu .current-menu-item a:before,
  .angles:after {
    border-left: none;
    border-bottom: none;
    top: 0;
    right: 0;
  }

 
  .angles.small-angle:after {
    top: -1px;
    right: -1px;
  }

  #menu-main-menu .current-menu-item:after,
  .angles-inner:before {
    border-right: none;
    border-top: none;
    bottom: -1px;
    left: 0;
  }

  .small-angle-inner.angles-inner:before {
    bottom: -1px;
    left: -1px;
  }

   #menu-main-menu .current-menu-item a:after,
  .angles-inner:after {
    border-left: none;
    border-top: none;
    bottom: -1px;
    right: 0;
  }

  .small-angle-inner .angles-inner:after {
    bottom: -1px;
    right: -1px;
  }

  .small-angle.active:before,
  .small-angle:hover:before {
    transform: translate(50%, 50%);
  }

  .angles-trigger:hover .angles:before {
    transform: translate(50%, 50%);
  }

  .small-angle.active:after,
  .small-angle:hover:after {
    transform: translate(-50%, 50%);
  }

  .angles-trigger:hover .angles:after {
    transform: translate(-50%, 50%);
  }

  .small-angle.active .small-angle-inner:before,
  .small-angle:hover .small-angle-inner:before {
    transform: translate(50%, -50%);
  }

  .angles-trigger:hover .angles-inner:before {
    transform: translate(50%, -50%);
  }

  .small-angle.active .small-angle-inner:after,
  .small-angle:hover .small-angle-inner:after {
    transform: translate(-50%, -50%);
  }

  .angles-trigger:hover .angles-inner:after {
    transform: translate(-50%, -50%);
  }

  .home-explore {
      padding: 160px 0;
  }

  .home-explore-title {
      text-align: center;
      text-transform: uppercase;
  }

  .home-explore-nav {
      margin: 36px 0;
      display: flex;
      justify-content: center;
      gap: 22px;
  }

  .home-explore-nav-item {
      padding: 12px 18px;
      cursor: pointer;
      font-size: 14px;
      line-height: 19.6px;
      font-family: 'Press Start 2P';
      text-transform: uppercase;
  }

  .home-explore-nav-item.active {
      color: #EFE8D7;
      background: #505050;
  }
  
  .home-explore-card {
/*    border-bottom: 2px solid rgba(80, 80, 80, 0.10);
    border-right: 2px solid rgba(80, 80, 80, 0.10);*/
    background: url('assets/img/noise.png') repeat,
                linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, 
                                rgba(255, 255, 255, 0.00) 2%, 
                                rgba(0, 0, 0, 0.00) 99%, 
                                rgba(0, 0, 0, 0.20) 100%), 
                linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, 
                                rgba(255, 255, 255, 0.00) 2%, 
                                rgba(0, 0, 0, 0.00) 99%, 
                                rgba(0, 0, 0, 0.20) 100%), 
                #FFF;
  }

  .home-explore-card-info {
      flex: 1;
  }

  .home-explore-card {
      gap: 27px;
      padding: 40px 40px 55px;
      max-width: 1043px;
      display: flex !important;
      margin: 0 13px;
  }

  .home-explore-card-anim {
      padding: 79px 42.5px;
  }

  .home-explore-card-label {
      color: #fff;
      background: #505050;
      padding: 3px 10px;
      position: relative;
      margin-left: 18px;
  }

  .home-explore-card-label:before {
      content: '';
      width: 4px;
      position: absolute;
      height: 100%;
      left: -14px;
      background: #505050;
      top: 0;
  }

  .home-explore-card-label:after {
      content: '';
      width: 6px;
      position: absolute;
      height: 100%;
      left: -8px;
      background: #505050;
      top: 0;
  }

  .home-explore-card-top {
      position: relative;
      gap: 20px;
      margin-bottom: 24px;
  }

  .home-explore-card-top:before {
      content: '';
      left: 0;
      width: 2px;
      height: 100%;
      top: 0;
      background: #505050;
      position: absolute;
  }

  .home-explore-card-title {
      font-size: 24px;
      line-height: 30px;
      font-family: 'Press Start 2P';
      text-transform: uppercase;
  }

  .home-explore-card-text p:not(:last-child) {
      margin-bottom: 25px;
  }

  .home-explore-cards .slick-list {
      overflow: visible;
/*      margin: 0 -13px;*/
  }

  .home-explore-cards > button.slick-arrow {
      position: absolute;
      bottom: calc(100% + 36px);
      right: 0;
      width: 79px;
      height: 45px;
      background: url('assets/img/arrowBricks.svg') 50% 50% no-repeat;
      border: 2px solid #505050;
      text-indent: -999999px;
      transition: 0.3s;
  }

  .home-explore-cards > button.slick-arrow.slick-prev {
      right: 85px;
      transform: rotate(180deg);
  }

  .home-explore-cards > button.slick-arrow.slick-disabled {
      opacity: 0.5;
  }

  .home-explore-cards > button.slick-arrow:not(.slick-disabled):hover {
      background: url('assets/img/arrowBricksL.svg') #505050 65% 50% no-repeat;
  }

  .home-top-section-text h1 > span {
      display: block;
      overflow: hidden;
  }

  .home-top-section-text h1 > span span, .home-top-section-text h1 > span strong {
      transition: 0.5s;
      transform: translateY(70px);
      display: inline-block;
      opacity: 0;
  }

  .home-top-section-text.animated h1 > span:nth-child(1) span, .home-top-section-text h1 > span:nth-child(1) strong {
      transition-delay: 0.2s;
  }

  .home-top-section-text.animated h1 > span span, .home-top-section-text.animated h1 > span strong {
      opacity: 1;
      transform: translate(0);
  }

  .home-top-section-text h1 > span strong {padding-left: 50px;}

  .home-top-section-text.animated h1 > span:nth-child(2) span {
      transition-delay: 0.4s;
  }

  .home-top-section-text.animated h1 > span:nth-child(3) span {
      transition-delay: 0.6s;
  }

  .home-top-section-text p {
      transition: all 0.4s linear 0.7s;
      transform: translateY(60px);
      opacity: 0;
  }

  .home-top-section-text.animated p {
      transform: translateY(0);
      opacity: 1;
  }

  .home-top-section .home-top-section-link {
      transition: all 0.6s linear 0.7s;
      opacity: 0;
      visibility: hidden;
  }

  .home-top-section.animated .home-top-section-link {
      visibility: visible;
      opacity: 1;
  }

  .home-top-section-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: url('assets/img/lines.svg') 50% 50% no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }

  .home-top-section-inner {
      z-index: 2;
  }

  .home-top-section:after {
      content: '';
      width: 85px;
      height: 311px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: url('assets/img/glow.svg') 50% 50% no-repeat;
      background-size: cover;
      animation-duration: 2s;
      animation-name: glow;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
  }

  @keyframes glow {
    0% {
      transform: translateY(-50%) scale(1);
    }
    50% {
      transform: translateY(-50%) scale(1.5);
    }
    100% {
      transform: translateY(-50%) scale(1);
    }
  }

  .split2,
  .split {
    perspective: 400px;
    position: relative;
  }
  .split2 img,
  .split img {
    height: auto;
    width: 100%;
    opacity: 0;
  }
  .split2 div,
  .split div {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotateY(-50deg) scale(0.5);
    opacity: 0;
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.71, 0.05, 0.09, 0.91);
  }
  .wow.animated .split2 div,
  .wow.animated .split div {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }

  .footer-mega-text span {
      display: inline-block;
  }

  .footer-cta-dude {
    position: absolute;
    left: 0;
    height: 321px;
    width: 385px;
    bottom: -48px;
    background: url(assets/img/dude.gif) 50% 50% no-repeat;
    background-size: contain;
    transform: translateX(-100%);
  }

  .footer-cta-dude.footer-cta-dude-rev {
    left: inherit;
    right: 0;
    transform: translateX(100%) rotateY(180deg);
  }

  .animated .footer-cta-dude {
    animation-duration: 20s;
    animation-name: dude;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .animated .footer-cta-dude.footer-cta-dude-rev {
    animation-name: duderev;
  }

  .footer-cta-inner {
      position: relative;
      z-index: 2;
  }

  @keyframes dude {
    0% {
      transform: translateX(-100%) rotateY(0deg);
    }
    48% {
      transform: translateX(0%) rotateY(0deg);
      left: 100%;
    }
    51% {
      transform: translateX(0%) rotateY(180deg);
      left: 100%;
    }
    100% {
      transform: translateX(-100%) rotateY(180deg);
      left: 0;
    }
  }

  @keyframes dude2 {
    0% {
      transform: translateX(-40%) rotateY(0deg);
    }
    50% {
      transform: translateX(-60%) rotateY(0deg);
      left: 100%;
    }
    50.1% {
      transform: translateX(-60%) rotateY(180deg);
      left: 100%;
    }
    100% {
      transform: translateX(-40%) rotateY(180deg);
      left: 0;
    }
  }

  @keyframes duderev {
    0% {
      transform: translateX(0%) rotateY(180deg);
      left: 100%;
    }
    48% {
      transform: translateX(-100%) rotateY(180deg);
      left: 0;
    }
    51% {
      transform: translateX(-100%) rotateY(0deg);
      left: 0;
    }
    100% {
      transform: translateX(0%) rotateY(0deg);
      left: 100%;
    }
  }

  .base-page {
      margin-top: 104px;
      padding-top: 80px;
  }

  .base-page h1 {
      text-align: center;
      margin-bottom: 36px;
      text-transform: uppercase;
  }

  .faq-item {
      padding: 20px;
      margin-bottom: 20px;
      /*border-bottom: 2px solid rgba(80, 80, 80, 0.10);
      border-right: 2px solid rgba(80, 80, 80, 0.10);*/
      background: url(assets/img/noise.png) repeat, linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, rgba(255, 255, 255, 0.00) 2%, rgba(0, 0, 0, 0.00) 99%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, rgba(255, 255, 255, 0.00) 2%, rgba(0, 0, 0, 0.00) 99%, rgba(0, 0, 0, 0.20) 100%), #FFF;
      cursor: pointer;
  }

  .base-page.faq-page {
      padding-bottom: 140px;
      background: url('assets/img/faq-bg.png') 0% 0% no-repeat;
      background-size: 100% auto;
  }

  .base-page.contact-page {
    background: url('assets/img/faq-bg.png') 0% 0% no-repeat;
    background-size: 100% auto;
    padding-bottom: 160px;
  }

  .faq-q-q {
      max-width: 908px;
      margin-right: 79px;
      width: 100%;
      flex: 1;
      font-size: 16px;
      line-height: 24px;
      font-family: 'Press Start 2P';
      text-transform: uppercase;
      transition: 0.3s;
  }

  .faq-q-text button {
      width: 36px;
      height: 36px;
      background: none;
      border: none;
      transition: 0.3s;
      transform-origin: 50% 45%;
  }

  .faq-item .faq-q-index,
  .faq-item .faq-q-text button rect {
    fill: #505050;
    transition: 0.3s;
  }

  .faq-item:hover .faq-q-q, 
  .faq-item:hover .faq-q-text button rect, 
  .faq-item:hover .faq-q-index {
      color: #D68776;
      fill: #D68776;
  }

  .faq-a-inner {
      margin-top: 12px;
      max-width: 908px;
      margin-left: auto;
      margin-right: 115px;
  }

  .faq-q.active button {
      transform: rotate(180deg);
  }

  .roadmap-item {
      width: 25%;
      margin-top: 25px;
      position: relative;/*
      border-bottom: 2px solid rgba(80, 80, 80, 0.10);
      border-right: 2px solid rgba(80, 80, 80, 0.10);*/
      background: url('assets/img/noise.png') repeat #FFF;
  }

  .about-main-text .about-main-feats p {
    margin: 0;
  }

  .about-main {
      align-items: stretch;
  }

  .about-text-lottie-inner {
    max-width: 348px;
    margin: 0 auto;
  }

  .about-main-anim-inner {
      position: sticky;
      top: 20px;
      max-width: 407px;
      margin: 0 auto;
  }

  .roadmap-item:nth-child(1) {
      width: 50%;
      margin-top: 50px;
  }

  .roadmap-heading {
      position: relative;
      height: 100px;
      overflow: hidden;
      width: calc(100% + 2px);
  }

  .roadmap-text ul li strong {
      font-weight: 400;
  }

  .roadmap-heading img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .roadmap-inner {
      align-items: stretch;
      position: relative;
  }

  .roadmap-item:nth-child(2) .roadmap-heading {
      height: 125px;
  }

  .roadmap-item:nth-child(3) .roadmap-heading {
      height: 150px;
  }

  .roadmap-item:nth-child(3) {
      margin-top: 0;
  }

  .roadmap-item:before {
      content: '';
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      border: 2px solid #505050;
      position: absolute;
      z-index: 2;
      border-right: none;
  }

  .roadmap-item:nth-child(3):before {
      border-right: 2px solid #505050;
  }

  .roadmap-text {
      padding: 60px 32px 180px 40px;
  }

  .roadmap-item:nth-child(1) .roadmap-text ul {
      column-count: 2;
      column-gap: 43px;
  }

  .roadmap-text ul li {
      margin-bottom: 12px;
      display: block;
      padding-left: 30px;
      position: relative;
      z-index: 2;
  }

  .roadmap-item:nth-child(1) .roadmap-text {
      padding-right: 60px;
  }

  .roadmap-text ul li:before {
      content: '';
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      background: url('assets/img/tbd.svg') 50% 50% no-repeat;
  }

  .roadmap-text ul li:has(strong):before {
      background-image: url('assets/img/d.svg');
  }

  .roadmap-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(50% + 1px);
      height: calc(100% - 187px);
      overflow: hidden;
  }

  .road-main {
      padding-bottom: 152px;
  }

  .roadmap-heading img {
      filter: grayscale(0.92) brightness(0.8);
      transition: 0.3s;
  }

  .roadmap-item.roadmap-item-active .roadmap-heading img, .roadmap-item:hover .roadmap-heading img {
      filter: grayscale(0) brightness(0.8);
  }

  .roadmap-heading span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
      color: #fff;
      font-size: 28px;
      font-family: 'Press Start 2P';
  }

  .roadmap-bg.roadmap-bg-active-2 {
      width: calc(75% + 2px);
  }

  .roadmap-bg.roadmap-bg-active-3 {
      width: calc(100% + 4px);
  }

  .roadmap-dude {
    animation-duration: 14s;
    animation-name: dude2;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .roadmap-dude {
    position: absolute;
    left: 0;
    height: 225px;
    width: 335px;
    bottom: -26px;
    background: url(assets/img/dude.gif) 50% 50% no-repeat;
    background-size: contain;
    transform: translateX(-100%);
  }

  .base-page.roadmap-page {
      background: url(assets/img/faq-bg.png) 0% 150px no-repeat;
  }

  .base-page.blog-post {
    background: url(assets/img/faq-bg.png) 0% 100px no-repeat;
      padding-bottom: 135px;
      background-size: 100% auto;
  }

  .base-page.team-page {
    background: url(assets/img/faq-bg.png) 0% 100% no-repeat;
    padding-bottom: 45px;
    background-size: 100% auto;
  }

  .blog-post-top h1, .blog-post-main-info {
      max-width: 840px;
      text-align: left;
  }

  .blog-post-date, .blog-post-empty-col {
      width: 200px;
      text-align: right;
  }

  .btn.btn--cream button,
  .btn.btn--cream a {
      background: #EFE8D7;
      color: #505050;
      font-size: 10px;
      padding: 18px 26px;
  }

  .btn.btn--cream button:before,
  .btn.btn--cream a:before {
      content: '';
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      position: absolute;
      border: 2px solid #505050;
      top: 0;
      left: 0;
      background: #efe8d7;
      z-index: 3;
  }

  .btn.btn--cream {
      position: relative;
  }

  .blog-post-back a span {
      position: relative;
      z-index: 3;
  }

  .blog-post-back a span:first-child:before {
      content: '< ';
  }

  .blog-post-share .blog-post-share-link a {
      display: block !important;
  }

  .blog-post-share, .blog-post-back {
      width: 200px;
  }

  .blog-post-main-img {
      margin-bottom: 36px;
  }

  .blog-post-share-link a {
      width: 30px;
      height: 30px;
      padding: 9px;
      text-indent: -99999px;
      background: url('assets/img/social2.svg') 50% 50% no-repeat;
      background-size: contain;
  }

  .blog-post-share-links {
      gap: 14px;
  }

  .blog-post-share-link.blog-post-share-linkedin a {
      background-image: url('assets/img/social3.svg');
  }

  .blog-post-share-link {
      padding: 9px;
  }

  .blog-post-share label {
      margin-bottom: 20px;
      display: block;
  }

  .base-main {
      max-width: 840px;
      margin: 0 auto 140px;
  }

  .team-main .home-explore-card-label {
    margin: 10px 0px 30px 22px;
    text-transform: uppercase;
    display: inline-block;
  }

  .team-card-logo img {
      height: 25px;
  }

  .team-card-logos {
      gap: 30px;
  }

  .home-explore-card-social {
      width: 56px;
  }

  .team-main .home-explore-card-top:before {
    display: none;
  }

  .home-explore-card-label-inner:before {
    content: '';
    left: -17px;
    width: 2px;
    height: 100%;
    top: 0;
    background: #505050;
    position: absolute;
  }

  .home-explore-card-social-link a {
    text-indent: -99999px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(assets/img/social1.svg) 50% 50% no-repeat;
    background-size: 30px;
  }

  .home-explore-card-social-link.home-explore-card-social-link-twitter a {
    background-image: url(assets/img/social2.svg);
  }

  .home-explore-card-social-link.home-explore-card-social-link-linkedin a {
    background-image: url(assets/img/social3.svg);
  }

  .home-explore-card-social-link.home-explore-card-social-link-instagram a {
    background-image: url(assets/img/social4.svg);
  }

  .home-explore-card-social-link.home-explore-card-social-link-medium a {
    background-image: url(assets/img/social5.svg);
  }

  .team-main .home-explore-card-text {
      font-family: monospace;
      font-size: 14px;
      line-height: 21px;
  }

  .team-main .home-explore-card-anim {
      padding: 0px;
  }

  .team-main .home-explore-card-anim > div {
      padding: 26px;
  }

  .home-explore-card-social .small-angle {
      margin-bottom: 14px;
  }

  .home-explore-card-social.home-explore-card-social-4, .home-explore-card-social.home-explore-card-social-3 {
      width: 110px;
      justify-content: space-between;
  }

  .team-main {
      padding-top: 80px;
  }

  .team-partnter.home-partners {
      margin: 25px 0 160px;
  }

  .blog-main ul.slick-dots,
  .home .home-explore-cards ul.slick-dots {
      display: none !important;
  }

  .home-explore-cards.team-cards ul.slick-dots {
      display: flex;
      position: absolute;
      bottom: calc(100% + 26px);
      gap: 6px;
      align-items: flex-end;
  }

  .home-explore-cards ul.slick-dots li button {
      text-indent: -9999px;
      display: block;
      background: #505050;
      width: 6px;
      height: 22px;
      transition: 0.4s;
      border: none;
  }

  .home-explore-cards ul.slick-dots li {
      display: block;
  }

  .home-explore-cards ul.slick-dots li.slick-active button {
      height: 45px;
  }

  .video {
    position: relative;
  }

  video {
    width: 100%;
  }

  .video-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .video-trigger-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #EFE8D7;
    z-index: 2;
    cursor: pointer;
  }

  .video-trigger-inner:after,
  .video-trigger-inner:before {
    content: '';
    position: absolute;
    top: calc(50% + 6px);
    left: calc(50% + 7px);
    transform: translate(-50%, -50%);
    transition: 0.2s;
    width: 44px;
    height: 45px;
    background: url('assets/img/play-bg.svg') 50% 50% no-repeat;
    background-size: contain;
  }

  .video-trigger-inner:before {
    background-image: url('assets/img/play.svg');
    top: calc(50% + 2px);
    left: calc(50% + 3px);
    z-index: 2;
  }

  .video-trigger-inner:hover:before, 
  .video-trigger-inner:hover:after {
      left: calc(50% + 5px);
      top: calc(50% + 3px);
  }

  .about-video {
      margin: 160px 0;
  }

  h3 {
      text-transform: uppercase;
  }

  .about-careers {
      padding: 26px 0;
      background: url('assets/img/ware-bg.png') 50% 50% no-repeat;
      background-size: cover;
  }

  .about-careers-text {
      flex: 1;
      padding-right: 70px;
  }

  .about-careers-grid {
      padding: 50px;
      gap: 25px;
  }

  .about-careers-grid-column {
      max-width: 175px;
  }

  .about-careers-inner {
      gap: 50px;
  }

  .about-careers-text .btn {
      margin-top: 24px;
  }

  .about-careers-grid-item img + video,
  .about-careers-grid-item img + img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
  }

  .about-careers-grid-item {
      position: relative;
      margin-bottom: 25px;
  }

  .about-careers-grid-item:hover img + video,
  .about-careers-grid-item:hover img + img {
      opacity: 1;
  }

  .about-main {
      padding-top: 56px;
      gap: 70px;
  }

  .about-main > div {
      flex: 1;
  }

  .about-main-anim img {
      margin: 0 auto;
  }

  .about-main-text h3 {
      margin-bottom: 36px;
  }

  .about-main-text p {
      margin-bottom: 25px;
  }

  .about-main-text > p {
      padding-right: 35px;
  }

  .about-main-text strong {
      display: inline-block;
      font-weight: 400;
      position: relative;
  }

  .about-main-text strong:before {
      content: '';
      position: absolute;
      background-image: linear-gradient(120deg, #E7D0BC 0%, #E7D0BC 100%);
      background-repeat: no-repeat;
      background-size: 100% 75%;
      background-position: 0px 90%;
      width: 0;
      height: calc(100% + 10px);
      left: -5px;
      top: -10px;
      z-index: -1;
      transition: all 1s ease-out 0.2s;
  }

  .about-main-text.animated strong:before {
    width: calc(100% + 8px);
  }

  .about-howearn h3 {
      margin-bottom: 36px;
      text-align: center;
  }

  .about-main-text h3:has(+div) {
      padding-top: 54px;
  }

  .about-feature {
      position: relative;
      padding: 20px 34px;
      margin-bottom: 24px;
  }

  .about-video h3 {
      text-align: center;
      margin-bottom: 12px;
  }

  .about-video-text {
      text-align: center;
      margin-bottom: 26px;
  }

  .about-text-block-right {
      flex: 1;
  }

  .about-text-block-left {
      max-width: 540px;
  }

  .about-text-block-left p {
      margin: 12px 0 36px;
  }

  .about-text-block-inner {
      gap: 40px;
  }

  .about-services {
      margin: 160px 0;
  }

  .about-services h3 {
      text-align: center;
      margin-bottom: 36px;
  }


  .about-services-card-title {
      gap: 10px;
      position: relative;
      font-size: 18px;
      font-family: 'Press Start 2P';
      align-items: flex-start;
  }

  .about-services-card-title:before {
      content: '';
      width: 2px;
      height: 31.2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #505050;
  }

  .about-services-card-text {
      padding-top: 12px;
  }

  .about-services-card {
      width: calc(33% - 14px);
      margin-bottom: 26px;
/*      border-bottom: 2px solid rgba(80, 80, 80, 0.10);
      border-right: 2px solid rgba(80, 80, 80, 0.10);*/
      background: url('assets/img/noise.png') repeat,
                  linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  #FFF;
      padding: 40px 30px;
  }

  .about-services-cards {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between;
  }

  .about-services-card-title-text {
      flex: 1;
      position: relative;
      top: 4px;
      margin-bottom: 4px;
  }

  .about-text-block.about-text-block2 .about-text-block-left {
      max-width: 675px;
  }

  .about-text-block.about-text-block2 .about-text-block-left h3 {
      margin-bottom: 36px;
  }

  .about-text-block-right img {
      margin: 0 auto;
  }

  .about-text-block.about-text-block2 {
      margin: 160px 0;
  }

  .about-blueprint {
      margin-bottom: 160px;
      text-align: center;
      background: url('assets/img/ware-bg2.png') 50% 50% no-repeat;
  }

  .about-blueprint h3 {
      margin-bottom: 36px;
  }

  .blog-post-main-text p {
      margin-bottom: 36px;
  }

  .blog-post-main-text h2, .blog-post-main-text h3, .blog-post-main-text h4, .blog-post-main-text h5, .blog-post-main-text h6 {
      margin-bottom: 16px;
  }

  .blog-post-main-text ul li, .blog-post-main-text ol li {
      margin-bottom: 12px;
  }

  .blog-post-main-text ul, .blog-post-main-text ol {
      padding-bottom: 24px;
  }

  .blog-post-main-text ol {
      margin-left: 40px;
  }

  .blog-post-main-text ul li {
      display: block;
      position: relative;
      padding-left: 30px;
  }

  .blog-post-main-text ul li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 9px;
      height: 9px;
      background: url('assets/img/list-item.svg') 50% 50% no-repeat;
      background-size: contain;
  }

  .wp-caption.alignleft {
      max-width: 100%;
      float: left;
      padding: 0 16px 12px 0;
  }

  .wp-caption-text {
      font-size: 14px;
      line-height: 18px;
      margin-top: 8px;
      opacity: 0.5;
  }

  .wp-caption.alignright {
      max-width: 100%;
      float: right;
      padding: 0 0 12px 16px;
  }

  img.alignleft {
      float: left;
      padding: 0 16px 12px 0;
  }

  img.alignright {
      float: right;
      padding: 0 0 12px 16px;
  }

  .blog-post-main-text blockquote {
      font-size: 24px;
      line-height: 36px;
      text-transform: uppercase;
      font-family: 'Press Start 2P';
      background: #D68776;
      padding: 40px 40px 40px 40px;
      margin-left: -40px;
      width: calc(100% + 80px);
      margin-bottom: 36px;
  }

  .blog-post-main-text blockquote > *:last-child {
    margin: 0;
  }

  .blog-cards .home-explore-card-anim-inner {
      width: 334px;
      height: 367px;
      padding: 26px;
  }

  .blog-cards .home-explore-card-anim-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .blog-cards .home-explore-card-anim {
      padding: 0;
  }

  .blog-cards .home-explore-card-top:before {
      display: none;
  }

  .blog-cards .home-explore-card-info {display: flex;flex-direction: column;justify-content: space-between;padding: 16px 0;}

  .blog-cards .home-explore-card {
      align-items: stretch;
  }

  .blog-total-num {
      padding-bottom: 36px;
  }

  .social-feed h3 {
      text-align: center;
      margin-bottom: 36px;
  }

  .social-feed {
      padding: 80px 0 160px;
  }

  .social-feed-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between;
      gap: 26px;
  }

  .social-feed-item {
      max-width: calc(25% - 20px);
      padding: 30px 18px;/*
      border-bottom: 2px solid rgba(80, 80, 80, 0.10);
      border-right: 2px solid rgba(80, 80, 80, 0.10);*/
      background: url('assets/img/noise.png') repeat,
                  linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  #FFF;
  }

  .social-feed-meta {
      margin: 18px 0;
  }

  .social-feed-text {
      font-family: 'Press Start 2P';
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase;
  }

  .social-feed-text a {
      color: #D68776;
  }

  .social-feed-img-inner {
      width: 260px;
      height: 260px;
      padding: 20px;
      text-align: center;
      margin: 0 auto;
  }

  .social-feed-img-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
  }

  .social-feed-img-inner a {
      display: block;
      width: 100%;
      text-align: center;
  }

  .social-feed-network {
    text-indent: -99999px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(assets/img/social1.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  
  .social-feed-network.social-feed-network-twitter {
    background-image: url(assets/img/social2.svg);
  }

  .social-feed-network.social-feed-network-linkedin {
    background-image: url(assets/img/social3.svg);
  }

  .social-feed-network.social-feed-network-instagram {
    background-image: url(assets/img/social4.svg);
  }

  .social-feed-network.social-feed-network-medium {
    background-image: url(assets/img/social5.svg);
  }

  .contact-nav {
      gap: 40px;
      padding-bottom: 36px;
  }

  .contact-nav-item {
      padding: 11px 18px;
      cursor: pointer;
      font-size: 16px;
      line-height: 22px;
      font-family: 'Press Start 2P';
      text-transform: uppercase;
  }

  .contact-nav-item.active {
      color: #EFE8D7;
      background: #505050;
  }

  .contact-form-wrap {
      max-width: 690px;
      margin: 0 auto;
  }

  .contact-form-wrap .contact-form-wrap-inner {
      padding: 60px 134px 90px;/*
      border-bottom: 2px solid rgba(80, 80, 80, 0.10);
      border-right: 2px solid rgba(80, 80, 80, 0.10);*/
      background: url('assets/img/noise.png') repeat,
                  linear-gradient(90deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  linear-gradient(180deg, rgba(239, 232, 215, 0.20) 0%, 
                                  rgba(255, 255, 255, 0.00) 2%, 
                                  rgba(0, 0, 0, 0.00) 99%, 
                                  rgba(0, 0, 0, 0.20) 100%), 
                  #FFF;
  }

  .contact-form-wrap input, 
  .contact-form-wrap textarea {
      border: 2px solid #505050;
      padding: 16px 14px;
      font-family: VCR;
      font-size: 20px;
      width: 100%;
      color: #505050;
  }

  .contact-form-wrap .wpcf7 form > label span {
      font-family: 'Press Start 2P';
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      display: block;
  }

  .contact-form-wrap .wpcf7 form > label span + span {
      margin-top: 9px;
      margin-bottom: 24px;
  }

  .contact-form-wrap input::placeholder, 
  .contact-form-wrap textarea::placeholder {
      color: #ABABAB;
  }

  .contact-form-wrap input.hovered::placeholder, 
  .contact-form-wrap textarea.hovered::placeholder {
      color: #505050;
  }

  .select-active {
      padding: 16px 18px 16px 14px;
      text-transform: none;
      font-weight: 400;
      background:#fff;
      cursor: pointer;
      position: relative;
  }

  .select-active:after {
      content: '';
      position: absolute;
      width: 25px;
      transition: 0.2s;
      height: 16px;
      top: 50%;
      right: 18px;
      transform: translateY(-50%);
      background: url(assets/img/arrow-down.svg) 50% 50% no-repeat #fff;
  }

  .select-active.active:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .select-item {
      padding: 10px 14px;
      transition: 0.3s;
  }

  .select-items {
      background: #fff;
      position: absolute;
      border: 2px solid #505050;
      top: 100%;
      width: calc(100% + 4px);
      z-index: 2;
      transform: translateY(-2px);
      border-top: none;
      left: -2px;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s;
  }

  .select-items.active {
    opacity: 1;
    visibility: visible;
  }

  .select {
      position: relative;
      border: 2px solid #505050;
      font-size: 20px;
      font-family: 'VCR';
      text-transform: none;
      line-height: 28px;
  }

  .select-item:hover {
      background: #eee;
      color: #D68776;
  }

  .contact-form-wrap .wpcf7 select {
    display: none;
  }

  input.wpcf7-form-control.wpcf7-file {
      border: 2px dashed #505050;
      background: #fff;
  }

  input.wpcf7-not-valid {
      border-color: #D68776;
  }

  span.wpcf7-not-valid-tip {
      color: #D68776;
      margin-top: 9px;
  }

  .home header .logo a {
      cursor: text;
      pointer-events: none;
  }

  .contact-success-message {
      font-size: 28px;
      line-height: 42px;
      font-family: 'Press Start 2P';
      text-align: center;
      text-transform: uppercase;
      margin-left: -30px;
      width: calc(100% + 60px);
      padding: 150px 0 0px;
      background: url('assets/img/done.svg') 50% 0 no-repeat;
  }

  .contact-success-message .btn a {
      max-width: 420px;
      width: 100%;
      margin-top: 40px;
  }

  .contact-form-wrap textarea {
    height: 54px;
    resize: none;
  }

  .brics-row {
      display: flex;
  }

  .roadmap-brick {
      width: 102px;
      height: 39px;
      border-top: 2px solid #CDCDCD;
      border-right: 2px solid #CDCDCD;
      flex-shrink: 0;
      opacity: 0;
      transition: 1s;
  }

  .roadmap-brick.active {
    opacity: 1;
    transition: 0.3s;
  }

  .roadmap-bricks {
      display: flex;
      flex-direction: column-reverse;
      height: 100%;
      position: relative;
      top: 2px;
  }

  .brics-row:nth-child(2n) {
      position: relative;
      left: -51px;
  }

  .pageTransition {
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(8, 1fr);
      width: 100%;
      height: 100%;
      pointer-events: none;
  }

  .pageTransition span {
      display: block;
      background: #efe8d7;

  }

  .mobmobvis,
  .mobvis,
  ul#menu-main-menu .mob,
  .menutoggle {
    display: none;
  }

  .about-text-block.game-block {
      padding: 120px 0px;
  }

  .home-explore-card-anim dotlottie-player {
      max-width: 270px;
  }

  img.small {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.00001;
      z-index: -1;
  }

  dotlottie-player {
      pointer-events: none;
  }

  .home .home-explore-card-anim {
      padding: 57px 42px;
  }

  .about-careers-grid-item {
    border: 2px solid #505050;
  }


