/* common part */
body{
    font-size: 18px;
    color: #747474;
}

.f-purple{
    color: #482d8c !important;
}

.f-red{
    color: #ab0032 !important;
}

.f-white{
    color: #fff !important;
}

.f-12{
    font-size: 12px;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.f-20{
    font-size: 20px;
}

.f-24{
    font-size: 24px;
}

.f-nav{
    font-size: 36px;
}

.f-large{
    font-size: 48px;
}

.row{
    position: relative;
}

a:hover {
    text-decoration: none;
}
/*
div{
    overflow: hidden;
}
*/
img{
    width: 100%;
}

ul{
    padding-left: 20px;
}

label{
    font-weight: normal;
}

input{
    border-radius: 5px;
    border: none;
    outline: none;
}

.p-relative {
    position: relative;
}

/* header */
.header-logo{
    max-width: 227px;
}

.link{
    color: #430098;
    padding: 0 10px;
    line-height: 28px;
}

.link-border{
    border-left: 2px solid #430098;
}

.top-menu {
    color: #636466;
    font-size: 14px;
}

.dropdown-menu{
    right: 15px;
    left: auto;
    width: calc(100% - 30px);
}

.dropdown-menu>li>a{
    color: #430098;
    font-weight: bold;
    display: inline-block;
}

.still-show{
    overflow: visible;
}

.gate-bg{
    background-image: url(/images/Gate-Home-Blur.png);
    background-size: cover;
    background-position: center;
    width: 100vw;
    /*height: 45.71vw;*/
    position: relative;
    padding: 50px 0;
}

@media (max-width: 1199px){
    .gate-bg {
        padding: 40px 0;
    }
}
/*@media (max-width: 1199px){*/
/*    .gate-bg {*/
/*        background-size: cover;*/
/*        min-height: 100%;*/
/*        height: 100%;*/
/*    }*/
/*}*/

.form-div{
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
}

.main-content{
    position: relative;
}

.header-shadow{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* footer */
.purple-bg{
    background-color: #430098;
    overflow: hidden;
}

.ml--15{
    margin-left: -15px;
}

.footer-link {
    padding: 0 15px;
    border-right: 2px solid #636466;
    font-size: 14px;
    color: #636466;
}

.border-bottom {
    border-bottom: 2px solid #d3d7d9;
    margin: 10px 0;
}

.no-border{
    border: none;
    padding-right: 0;
}

.footer-logo{
    width: 97px;
}

.footer-text{
    margin-left: 137px;
    font-size: 14px;
}

.bottom{
    position: absolute;
    bottom: 0;
}

.saxenda-logo{
    max-width: 227px;
}

/* gate */
.video-frame{
    border: 10px solid #430098;
    position: relative;
}

.video-frame h1{
    color: #764392;
;}

.video-cover{
    width: 100%;
    height: 100%;
    background-color: #d5d5d5;
    opacity: 0.8;
    position: absolute;
}

.play-btn{
    cursor: pointer;
}

.gate-form{
    margin-top: -200px;
    overflow: hidden;
}

.formt{
    background-color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 1px 30px 30px 30px;
}

.formt h2{
    font-weight: 400;
    font-size: 32px;
}

.formb{
    background: linear-gradient(to right, #a8213a, #583082);
    color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px 30px 1px 30px;
}

.input-part{
    font-size: 16px;
    line-height: 32px;
}

.input-part input{
    width: 60%;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0 10px;
}

.input-part button{
    border-radius: 5px;
    width: 35%;
    float: right;
    padding: 0 10px;
    background-color: white;
}

.white-btn{
    border-radius: 5px;
    padding: 6px 12px;
    background-color: white;
}

/* home */
.mice{
    font-size: 12px;
}

.video-frame .video-header{
    position: absolute;
    width: 100%;
}

.left-gradient{
    border-radius: 25px;
    padding: 30px 20px;
    border: 2px solid #a8afb4;
    position: relative;
}

.right-gradient{
    border-radius: 25px;
    padding: 30px 20px;
    border: 2px solid #a8afb4;
    position: relative;
}

.whole-gradient{
    background: linear-gradient(to right, #a8213a, #583082);
    color: white;
    border-radius: 15px;
    padding: 30px 20px;
}

.form-corner {
    width: 100px;
    position: absolute;
    top: -2px;
    right: -2px;
}

.gradient-header{
    width: 75%;
}

.d-inline{
    display: inline-block;
}

.action-btn{
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
}

.mr-10{
    margin-right: 10px;
}

.question-form input{
    color: #430098;
    border: 1px solid #a8afb4;
    /* width: 65%; */
}

.question-form textarea{
    border-radius: 5px;
    color: #430098;
    /* width: 65%; */
    resize: none;
    float: left;
    padding: 5px 10px;
    border: 1px solid #a8afb4;
}

.home-banner {
    background-image: url(/images/Hero-image-Desktop@3x.png);
    background-size: 100%;
    width: 100vw;
    height: 45.71vw;
    position: relative;
}

.home-left {
    margin-top: 0;
}

.home-right {
    margin-top: 40px;
}

.home-video {
    width: 100%;
    position: absolute;
    bottom: 8%;
    left: 0;
}

.banner-box{
    background-color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 30px;
}

video {
    background-color: white;
}

.z-minus{
    z-index: -1;
}

.f-banner {
    font-size: 24px;
}

/* contact us */
.page-title{
    font-weight: bold;
}

/* general */
.mt-0{
    margin-top: 0;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}



.mt-60{
    margin-top: 60px;
}

.mt-70{
    margin-top: 70px;
}

.mb-0{
    margin-bottom: 0;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-60{
    margin-bottom: 60px;
}

.mb-70{
    margin-bottom: 70px;
}

@media (max-width: 1199px){
    .gate-form{
        margin-top: -160px;
    }
    .action-btn{
        line-height: 28px;
    }
    .f-banner{
        font-size: 18px;
    }
    .formt h2{
        font-size: 26px;
    }
    .formt p{
        font-size: 15px;
    }
    .formb label {
        font-size: 15px;
    }
    .home-left {
        margin-top: 100px;
    }
    .home-right {
        margin-top: 40px;
    }
}

@media (max-width: 991px){
    .footer-link{
        border: none;
        display: block;
        text-align: right;
    }
    .gate-form{
        margin-top: -100px;
    }
    .formt h2{
        font-size: 24px;
    }
    .formt p{
        font-size: 15px;
    }
    .formb{
        font-size: 14px;
    }
    .formb button{
        font-size: 14px;
    }
    .mb-sp{
        margin-bottom: 30px;
    }
    .f-banner{
        font-size: 14px;
    }
    .home-left {
        margin-top: 250px;
    }
    .home-right {
        margin-top: 40px;
    }
}

@media (max-width: 767px){
    body{
        font-size: 16px;
    }
    .gate-bg {
        background-image: url(/images/Gate-Home-Mobile-Blur.png);
        background-repeat: no-repeat;
    }
    .form-div{
        position: inherit;
        margin-top: 40px;
    }
    .action-btn{
        line-height: 46px;
    }
    .gate-form{
        margin-top: -60px;
    }
    .formt h2{
        font-size: 16px;
    }
    .formt p{
        font-size: 12px;
    }
    .formb{
        font-size: 12px;
    }
    .formb button{
        font-size: 12px;
    }
    .formb input[type=radio]{
        margin-top: 1px;
    }
    .lang-bar{
        position: relative;
        bottom: auto;
    }
    .home-banner {
        background-image: url(/images/Hero-image-Mobile@3x.png);
        width: 100vw;
        height: 72.46vw;
    }
    .bottom{
        position: relative;
    }
    .bottom-last{
        position: absolute;
    }
    .footer-logo{
        max-width: 100%;
    }
    .nav-header{
        position: absolute;
        top: 0;
        right: 0;
        overflow: visible;
        width: 100%;
        text-align: right;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    .f-16{
        font-size: 14px;
    }
    .f-20{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-large{
        font-size: 40px;
    }
    .footer-link{
        font-size: 13px;
        padding-right: 0;
    }
    .footer-text{
        font-size: 14px;
        margin-left: 0;
    }
    .mb-sp{
        margin-bottom: 0;
    }
    .input-part input{
        width: 100%;
    }

    .input-part button{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .home-left {
        margin-top: 0px;
    }
    .home-right {
        margin-top: 40px;
    }
}

@media (max-width: 480px){
    .action-btn{
        line-height: 28px;
    }
    .mb-sp{
        margin-bottom: 10px;
    }
    .mt-0{
        margin-top: 0;
    }
    .mt-10{
        margin-top: 5px;
    }
    .mt-20{
        margin-top: 10px;
    }
    .mt-30{
        margin-top: 15px;
    }
    .mt-40{
        margin-top: 20px;
    }
    .mt-50{
        margin-top: 25px;
    }
    .footer .mt-50{
        margin-top: 50px;
    }
    .mt-60{
        margin-top: 30px;
    }
    .mt-70{
        margin-top: 35px;
    }
    .mb-0{
        margin-bottom: 0;
    }
    .mb-10{
        margin-bottom: 5px;
    }
    .mb-20{
        margin-bottom: 10px;
    }
    .mb-30{
        margin-bottom: 15px;
    }
    .mb-40{
        margin-bottom: 20px;
    }
    .mb-50{
        margin-bottom: 25px;
    }
    .mb-60{
        margin-bottom: 30px;
    }
    .mb-70{
        margin-bottom: 35px;
    }
}

body {
    overflow-x: hidden;
}