@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(/fonts/ptmono.ttf);
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
html, body {
    overflow-x: hidden;
}
body {
    background: #1B203A;
    position: relative;
}
body::-webkit-scrollbar-track {
    background-color: #1B203A;
}
body::-webkit-scrollbar-thumb {
    background-color: #2e3352;
}
body::-webkit-scrollbar {
    width: 10px;
}
.sweet-overlay,
.fancybox__backdrop {
    backdrop-filter: blur(10px);
}
#landingPage {
    color: #58B8FF;
    font-family: 'PT Mono';
    font-size: 26px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#landingPage .container {
    position: relative;
}
#landingPage .container div {
    animation: fade-in 0.7s ease;
}
#landingPage .container .mobile {
    display: none;
}
#landingPage h1, 
#landingPage h2, 
#landingPage h3, 
#landingPage h4, 
#landingPage h5, 
#landingPage h6 {
    font-family: 'PT Mono';
    font-weight: 400;
    line-height: 1;
}
#landingPage h1 {
    font-size: calc(31px + 1.2vw);
    width: 100%;
    margin: 50px 0;
    background: linear-gradient(87deg, #0092FF 35%, #53C1FF 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#landingPage h2 {
    font-size: calc(21px + 0.7vw);
    width: 100%;
}
#landingPage a {
    color: #58B8FF;
}
#landingPage .landing-header {
    display: flex;
    flex-wrap: wrap;
    margin: calc(75px + 1.2vw) 0 calc(125px + 1.2vw);
}
#landingPage .landing-header .landing-logo {
    display: flex;
    color: #D29128;
    align-items: center;
    font-size: calc(27px + 0.5vw);
}
#landingPage .landing-header .landing-logo text {
    color: white;
}
#landingPage .landing-header .landing-logo img {
    height: calc(74px + 1.2vw);
    margin-right: 15px;
}
#landingPage .btn {
    z-index: 1;
    padding: 15px 50px;
    margin: 20px 0;
    background-image: linear-gradient(255deg, #005AFE 25%, #68C5FF 85%) !important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 3rem;
    transition: all 0.5s ease;
}
#landingPage .btn:hover {
    background: linear-gradient(255deg, #005AFE 0%, #68C5FF 0%) !important;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%);
}
#landingPage .btn text {
    font-size: calc(16px + 0.5vw);
    white-space: break-spaces;
    background: linear-gradient(265deg, #000000 20%, #001585 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#landingPage .landing-header .landing-hand {
    display: none;
    background: url(/img/landing/hand.png) center no-repeat transparent;
    height: 600px;
    width: 600px;
    background-size: cover;
    position: absolute;
    top: 87px;
    right: 87px;
    z-index: 0;
}
#landingPage .landing-header .landing-hand-svg {
    display: none;
    position: absolute;
    z-index: -1;
    top: 50px;
    right: -150px;
    mix-blend-mode: saturation;
}
#landingPage .portlet {
    display: flex;
    position: relative;
    line-height: 1.7;
    padding: calc(10px + 1.2vw) calc(70px + 1.2vw) calc(10px + 1.2vw) calc(50px + 1.2vw) !important;
    margin-bottom: calc(75px + 1.2vw);
    box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
    border-radius: 50px;
    border: none;
    justify-content: center;
    align-items: center;
}
#landingPage .portlet .portlet-icon {
    height: calc(120px + 1vw);
    width: calc(120px + 1vw);
    background-size: contain !important;
    position: absolute;
    top: calc(-30px - 1vw);
    right: calc(-30px - 1vw);
    z-index: 1;
}
#landingPage .portlet .portlet-icon-light {
    position: absolute;
    z-index: 0;
    top: calc(-140px + 1vw);
    right: calc(-140px + 1vw);
    mix-blend-mode: screen;
    opacity: 0.5;
}
#landingPage .portlet .portlet-icon.settings {
    background: url(/img/landing/settings.png) center no-repeat transparent;
}
#landingPage .portlet .portlet-icon.navigation {
    background: url(/img/landing/navigation.png) center no-repeat transparent;
}
#landingPage .portlet .portlet-icon.arrow {
    background: url(/img/landing/arrow.png) center no-repeat transparent;
}
#landingPage .portlet .portlet-icon.desktop {
    background: url(/img/landing/desktop.png) center no-repeat transparent;
}
#landingPage .landing-body .col-md-6:first-child {
    padding-right: 50px;
}
#landingPage .landing-body .col-md-6:last-child {
    padding-left: 50px;
}
#landingPage .landing-body .integrations {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(75px + 1.2vw);
    padding: calc(5px + 1.2vw) !important;
}
#landingPage .landing-body .integrations img {
    margin: calc(15px + 1.2vw);
    max-height: calc(20px + 2.5vw);
}
#landingPage .portlet.blue {
    background: linear-gradient(245deg, #1D43A4 15%, #002254 95%);
}
#landingPage .portlet.blue text {
    font-size: calc(16px + 0.4vw);
    color: white;
}
#landingPage .portlet.blue-light {
    background: linear-gradient(250deg, #005AFE 25%, #68C5FF 85%);
}
#landingPage .portlet.blue-light text {
    font-size: calc(16px + 0.4vw);
    background: linear-gradient(265deg, #000000 20%, #001585 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#landingPage .landing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 25px 0;
    margin-top: calc(75px + 1.2vw);
    border-top: 1px solid;
}
@media (max-width: 991px) {
    #landingPage .landing-header {
        margin: calc(75px + 1.2vw) 0;
        justify-content: center;
        text-align: center;  
    }
    #landingPage .landing-body .col-md-6 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #landingPage .container .mobile {
        display: flex;
    }
    #landingPage .container .pc {
        display: none;
    }
}
@media (min-width: 992px) {
    #landingPage .landing-header .landing-hand,
    #landingPage .landing-header .landing-hand-svg {
        display: block !important;
    }
}