/* ************************* responsive ************************ */
/* iPads portrait */
@media only screen and (min-width : 480px) and (max-width : 1024px){
    main{
        margin: 32px;
        margin-bottom: -2px;
    }
    footer{
        width: calc(100% - 64px);
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 32px;
    }
    .section-container>section{
        height: 80vh;
    }
    .home-intro{
        margin-top: 60px;
    }
    .number{
        font-size: 20vw;
    }

    .goto-button{
        height: 50px;
        font-size: 15px;
    }
    .right-image>.button{
        bottom: -25px;
    }
    .mobile-menu-button{
        display: block;
        right: 24px !important;
    }

    /*********************** nav *************************/
    nav{
        height: 60px;
    }
    .link-nav{
        display: none;
    }
    .logo{
        width: 60px;
        height: 70px;
    }
    .logo-nav{
        left: 32px;
    }
    .nav-right-container{
        display: none;
    }
    .mobile-menu-button{
        display: block;
        right: 16px;
    }
    .mobile-menu-container{
        visibility: visible;
    }

    /* home - ambassadors */
    .ambassadors>.section-number{
        top: 0;
        left: 2.4%;
    }
    .ambassadors>.left-image{
        top: 12%;
        width: 67%;
        height: 38%;
        left: 0;
    }
    .ambassadors>.right-image{
        width: 87%;
        height: 51%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .ambassadors>.section-title{
        display: none;
    }
    /* home - brand activation */
    .brand-activations>.section-number{
        top: 0;
        right: 7%;
    }
    .brand-activations>.left-image{
        top: 12%;
        width: 81%;
        height: 52%;
        left: 0;
    }
    .brand-activations>.right-image{
        width: 83%;
        height: 50%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .brand-activations>.section-title{
        display: none;
    }
    /* home - about us */
    .about-us>.section-number{
        top: 0;
        left: 2.4%;
    }
    .about-us>.left-image{
        top: 12%;
        width: 60%;
        height: 43%;
        left: 0;
    }
    .about-us>.right-image{
        width: 94%;
        height: 48%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .about-us>.section-title{
        display: none;
    }
    /* home - contact */
    .contact>.section-number{
        top: 0;
        right: 12%;
    }
    .contact>.left-image{
        z-index: auto;
        top: 12%;
        width: 72%;
        height: 41%;
        left: 0;
    }
    .contact>.right-image{
        width: 81%;
        height: 48%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .contact>.section-title{
        display: none;
    }
    /* home - join the team */
    .team>.section-number{
        top: 0;
        left: 4%;
    }
    .team>.left-image{
        z-index: auto;
        top: 12%;
        width: 70%;
        height: 42%;
        left: 0;
    }
    .team>.right-image{
        width: 82%;
        height: 46%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .team>.section-title{
        display: none;
    }
    /* home wings */
    .wings{
        margin-top: -10vw;
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 10vw;
    }
    /************************************** ambassadors ***************************/
    .ambassadors-1{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 550px;
    }

    .ambassadors-1>.image-container, .ambassadors-2>.image-container{
        width: 100%;
        padding-bottom: 57%;
    }

    .ambassadors-1 .ambassadors-image{
        top: 0;
        left: 24px;
        bottom: 0;
        width: 60%;
        z-index: 2;
    }

    .ambassadors-1>.content-container, .ambassadors-2>.content-container, .ambassadors-3>.content-container{
        margin-top: 30px;
        padding: 0 24px;
    }

    .ambassadors-1 .ambassadors-title-pos{
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .ambassadors-2{
        margin-top: 100px;
        margin-bottom: 100px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ambassadors-2 .ambassadors-image{
        top: 0;
        left: inherit;
        bottom: 0;
        right: 24px;
        width: 50%;
    }

    .ambassadors-2 .image-container{
        z-index: 5;
    }

    .ambassadors-2 .ambassadors-title-pos{
        left: 0;
        right: 0;
        text-align: center;
        top: -55px;
        width: auto;
    }

    .ambassadors-2 .goto-button{
        float: left;
    }

    .ambassadors-3{
        margin-top: 100px;
    }

    .ambassadors-3 .ambassadors-image{
        position: absolute;
        top: 0;
        left: 24px;
        bottom: 0;
        right: inherit;
        width: 50%;
    }

    .ambassadors-3 .ambassadors-title-pos{
        top: -60px;
        width: auto;
    }
    /**************************** about contact **************************/
    .about-us-page{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .about-us-page>.about-wrap{
        padding-top: 0;
        width: 100%;
        z-index: 2;
    }

    .about-us-page>.wrapper{
        position: relative;
        top: 40px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 40vh;
        margin-bottom: 15vh;
    }

    .wrapper{
        z-index: 1;
    }

    .text-container{
        position: relative;
        z-index: 2;
    }

    .about-us-page>.wrapper>.first-image{
        right: 0;
        top: 0;
        height: 90%;
        width: 55.8%;
    }

    .about-us-page>.wrapper>.second-image{
        left: 0;
        top: 8%;
        height: 92%;
        width: 50%;
    }

    .about-us-page>.wrapper>.title-pos{
        top: 45vh;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .about-us-page>.text-container{
        margin-top: 110px;
        width: calc(100% - 16px);
    }

    .about-us-page>.agency{
        line-height: 6vw;
        width: calc(100% - 16px);
    }

    /* clients */
    .clients{
        margin-bottom: 60px;
    }

    .clients>.wrapper>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .clients>.wrapper h1{
        left: 16px;
    }

    .slideshow-clients{
        margin-left: 24px;
        margin-right: 24px;
    }
    
    .clients-container{
        width: 285vw;
    }
    
    .clients-container>div{
        padding: 0 5vw;
        width: 28.5vw;
        height: 28.5vw;
    }

    
    /* contact */
    .contact-us{
        margin-bottom: 60px;
    }

    .contact-us-container{
        position: relative;
    }

    .contact-us-container>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .contact-us h1{
        left: 8px;
        top: 40%;
    }

    .contact-form{
        margin: 0;
        margin-top: 40px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contact-form>.left{
        margin-left: 16px;
        width: calc(100% - 32px);
    }

    .contact-form>.right{
        margin-left: 16px;
        width: calc(100% - 32px);
    }

    .contact-form fieldset{
        margin-bottom: 10px;
    }

    .button-container-form>.goto-button{
        margin-right: 16px;
    }

    .contact-form>.left input, .contact-form>.right textarea{
        margin-right: 0;
    }

    /* location */
    .location>.wrapper{
        position: relative;
    }

    .location>.wrapper>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .location>.wrapper h1{
        left: 16px;
    }

    .map-container{
        margin-top: 2.5vw;
        margin-left: 32px;
        height: auto;
        display: block;
    }

    .map{
        height: 60vw;
        width: calc(100% - 16px);
        margin-bottom: 20px;
    }

    .about-info{
        margin-left: 0;
        margin-top: 60px;
    }
    /************************************** brand-activation ***************************/
    .brand-image-container{
        height: 90vw;
        /* padding-bottom: 28%; */
        margin-top: -40px;
        position: relative;
    }

    .brand-activation-1 .image-1{
        z-index: 0;
        position: absolute;
        right: 0;
        left: inherit;
        bottom: 0;
        width: 81%;
        height: 56%;
        z-index: 1;
    }

    .brand-activation-1 .image-2{
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 67%;
        height: 50%;
    }

    .brand-activation-2 .image-1{
        position: absolute;
        left: 0;
        top: 0;
        width: 42%;
        height: 38%;
        z-index: 1;
    }

    .brand-activation-2 .image-2{
        position: absolute;
        top: 30%;
        left: calc(50% - 50% / 2);
        width: 45%;
        height: 40%;
        z-index: 1;
    }

    .brand-activation-2 .image-3{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 42%;
        height: 38%;
    }

    .brand-activation-6 .image-1{
        top: 0;
        left: 0;
        right: inherit;
        bottom: inherit;
    }

    .brand-activation-6 .image-2{
        top: inherit;
        right: 0;
        left: inherit;
        bottom: 0;
    }

    .brand-activation-brnd .image-1{
        left: 5%;
        top: 0;
        width: 45%;
        height: 30%;
    }
    
    .brand-activation-brnd .image-2{
        top: calc(50%  - 42% / 2);
        left: calc(50% - 60% / 2);
        width: 60%;
        height: 38%;
    }
    
    .brand-activation-brnd .image-3{
        bottom: 0;
        right: 5%;
        width: 47%;
        height: 35%;
    }

    /********************** join the team ************************/
    .join-the-team-intro{
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 86px;
    }

    .jtt-step-container, .step-text-container{
        min-width: 0;
        width: 80%;
        font-size: 1.56vw;
    }

    .phone-number-be span{
        top: 16px;
    }
    
    .phone-number-be input{
        left: 0;
        top: -15px;
    }

    .circle{
        font-size: 18px;
    }

    .fieldset-spacer{
        display: none;
    }

    .small-container{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .small-container .jtt-small{
        margin-right: 20px !important;
    }
}

/* iPads landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    nav{
        height: 60px;
    }
    main{
        margin: 32px;
        margin-bottom: -2px;
    }
    .logo{
        width: 60px;
        height: 70px;
    }
    .logo-nav{
        left: 32px;
    }
    .section-container>section{
        height: 80vh;
        /* max-height: 80vh; */
    }
    .home-intro{
        margin-top: 60px;
    }
}

/* laptops < 1024px */
@media only screen and (min-width:480px) and (max-width : 1024px) {
    #player{
        margin-left: 0px;
    }
    .logo{
        width: 60px;
        height: 70px;
    }
    .logo-nav{
        left: 32px;
    }
    nav{
        height: 60px;
    }
    .section-container>section{
        height: 80vh;
        /* max-height: 80vh; */
    }
    .home-intro{
        margin-top: 60px;
    }
    .number{
        font-size: 20vw;
    }

    /*********************** nav *************************/
    nav{
        height: 60px;
    }
    .link-nav{
        display: none;
    }

    .nav-right-container{
        display: none;
    }
    .mobile-menu-button{
        display: block;
    }
    .mobile-menu-container{
        visibility: visible;
    }

    /*********************** join the team *************************/
    .join-the-team-intro{
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 86px;
    }

    .jtt-step-container, .step-text-container{
        width: 80%;
        font-size: 1.56vw;
    }

    .circle{
        font-size: 18px;
    }

    .form-step fieldset{
        display: block;
        height: auto;
    }
}

/* form < 780 and > 480 ----------- */
@media only screen and (min-width : 320px) and (max-width : 768px) {
    /********************** join the team ************************/
    .small-container{
        width: 100% !important;
    }

    .small-container div{
        width: 140px !important;
    }

    .step{
        margin-left: 8px;
        width: calc(100% - 16px);
        margin-top: 40px;
    }

    .form-step .container{
        width: 100%;
        display: block;
    }

    .form-step .container div{
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .form-step input[type='text'], .form-step input[type='date'], .form-step input[type='email'], .form-step select{
        width: 100%;
        margin: 0;
    }

    .article-step{
        margin: 0;
        margin-bottom: 40px;
    }

    .article-step>div{
        margin: 0;
        margin-bottom: 20px;
    }

    .fieldset-black>span{
        display: block;
    }

    .image-container{
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .image{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 3px);
                flex: 0 0 calc(50% - 3px);
        padding-bottom: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .image-click{
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }

    .jtt-5-input>select,.jtt-5-input>input{
        margin-top: 10px;
    }

    .article-step textarea{
        margin: 0;
        width: 100%;
    }
}

/* Smartphones ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    #player{
        margin-left: 0px;
    }
    main{
        margin: 16px;
        margin-bottom: -2px;
    }
    .logo{
        width: 60px;
        height: 70px;
    }
    .logo-nav{
        left: 16px;
    }
    .section-container>section{
        height: 156vw;
        /* max-height: 80vh; */
    }
    .home-intro{
        margin-top: 60px;
    }
    .number{
        font-size: 16vh;
    }
    /*********************** nav *************************/
    nav{
        height: 60px;
    }
    .link-nav{
        display: none;
    }
    .nav-right-container{
        display: none;
    }
    .mobile-menu-button{
        display: block;
    }
    .right-image>.button{
        right: 16px;
    }
    .mobile-menu-container{
        visibility: visible;
    }
    /* home - ambassadors */
    .ambassadors, .brand-activations, .about-us, .contact, .team{
        margin-bottom: 30vw;
    }
    .ambassadors>.section-number{
        top: 0;
        left: 2.4%;
    }
    .ambassadors>.left-image{
        top: 12%;
        width: 90%;
        height: 38%;
        left: 0;
    }
    .ambassadors>.right-image{
        width: 87%;
        height: 51%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .ambassadors>.section-title{
        display: none;
    }
    /* home - brand activation */
    .brand-activations>.section-number{
        top: 0;
        right: 7%;
    }
    .brand-activations>.left-image{
        top: 12%;
        width: 81%;
        height: 52%;
        left: 0;
    }
    .brand-activations>.right-image{
        width: 83%;
        height: 50%;
        right: 0;
        bottom: 30px;
        top: auto;
        background-position-x: right !important;
    }
    .brand-activations>.section-title{
        display: none;
    }
    /* home - about us */
    .about-us>.section-number{
        top: 0;
        left: 2.4%;
    }
    .about-us>.left-image{
        top: 12%;
        width: 60%;
        height: 43%;
        left: 0;
    }
    .about-us>.right-image{
        width: 94%;
        height: 48%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .about-us>.section-title{
        display: none;
    }
    /* home - contact */
    .contact>.section-number{
        top: 0;
        right: 2%;
    }
    .contact>.left-image{
        z-index: auto;
        top: 12%;
        width: 72%;
        height: 41%;
        left: 0;
    }
    .contact>.right-image{
        width: 81%;
        height: 48%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .contact>.section-title{
        display: none;
    }
    /* home - join the team */
    .team>.section-number{
        top: 0;
        left: 4%;
    }
    .team>.left-image{
        z-index: auto;
        top: 12%;
        width: 70%;
        height: 42%;
        left: 0;
    }
    .team>.right-image{
        width: 82%;
        height: 46%;
        right: 0;
        bottom: 30px;
        top: auto;
    }
    .team>.section-title{
        display: none;
    }

    /* home wings */
    .wings>.page-title{
        top: -75px;
        width: 200vw;
        left: -50vw;
    }
    .wings{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 15vw;
    }

    .wings span{
        display: block;
    }

    /* footer */
    footer{
        position: relative;
        height: 430px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .footer-left,.footer-right{
        padding: 40px 20px;
        width: 100%;
    }

    .footer-left{
        height: 70%;
    }

    .footer-right{
        height: 30%;
    }

    .logo-footer{
        position: absolute;
        bottom: -270px;
        left: 20px;
    }

    .footer-goto-top{
        position: absolute;
        right: 16px;
        top: 30px;;
        width: 40px;
        height: 40px;
    }

    /************************************** ambassadors ***************************/
    .ambassadors-1{
        top: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 550px;
    }

    .ambassadors-1, .ambassadors-2{
        top: 100px;
    }

    .ambassadors-2, .ambassadors-3{
        margin-top: 80px;
    }

    .ambassadors-1>.image-container, .ambassadors-2>.image-container{
        width: 100%;
        padding-bottom: 57%;
    }

    .ambassadors-1 .ambassadors-image{
        top: -20px;
        left: 8px;
        bottom: 20px;
        width: 60%;
    }

    .ambassadors-1>.content-container, .ambassadors-2>.content-container, .ambassadors-3>.content-container{
        padding: 0 8px;
    }

    .ambassadors-1 .ambassadors-title-pos{
        left: -500px;
        right: -500px;
        text-align: center;
        width: auto;
    }

    .ambassadors-2{
        margin-top: 120px;
        margin-bottom: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ambassadors-2 .ambassadors-image{
        top: -40px;
        left: inherit;
        bottom: 20px;
        right: 8px;
        width: 50%;
    }

    .ambassadors-2 .ambassadors-title-pos{
        left: -500px;
        right: -500px;
        text-align: center;
        top: -60px;
        width: auto;
    }

    .ambassadors-2 .goto-button{
        float: left;
    }

    .ambassadors-2 .image-container, .ambassadors-3 .image-container{
        z-index: 2;
    }

    .ambassadors-2 .content-container, .ambassadors-3 .content-container{
        z-index: 1;
    }

    .ambassadors-3 .ambassadors-image{
        position: absolute;
        top: 0;
        left: 8px;
        bottom: 0;
        right: inherit;
        width: 50%;
    }

    .ambassadors-3{
        margin-bottom: 100px;
    }


    .ambassadors-3 .ambassadors-title-pos{
        top: -60px;
        width: auto;
    }

    /************************ brand activation *************************************/
    .brand-image-container{
        height: 125vw;
        /* padding-bottom: 28%; */
        margin-top: -40px;
        position: relative;
    }

    .mobile-title{
        top: -30px;
    }

    .mobile-title-2{
        top: -60px;
    }

    .page-title{
        left: -50vw;
        right: -50vw;
        text-align: center;
        width: auto;
    }

    .sub-title-wrapper span{
        display: block;
    }

    .brand-activation-1 .image-1{
        z-index: 0;
        position: absolute;
        right: 0;
        left: inherit;
        bottom: 0;
        width: 81%;
        height: 56%;
        z-index: 1;
    }

    .brand-activation-1 .image-2{
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 67%;
        height: 50%;
    }

    .brand-activation-2 .image-1{
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 35%;
        z-index: 1;
    }

    .brand-activation-2 .image-2{
        position: absolute;
        top: 30%;
        left: calc(50% - 50% / 2);
        width: 50%;
        height: 38%;
        z-index: 1;
    }

    .brand-activation-2 .image-3{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 35%;
    }

    .brand-activation-6 .image-1{
        top: 0;
        left: 0;
        right: inherit;
        bottom: inherit;
    }

    .brand-activation-6 .image-2{
        top: inherit;
        right: 0;
        left: inherit;
        bottom: 0;
    }

    .brand-activation-1,.brand-activation-2,.brand-activation-3,.brand-activation-4,.brand-activation-5,.brand-activation-6{
        margin-bottom: 100px;
        margin-top: 0;
    }

    .brand-activation-brnd .image-1{
        left: 5%;
        top: 0;
        width: 60%;
        height: 32%;
    }
    
    .brand-activation-brnd .image-2{
        top: calc(50%  - 40% / 2);
        left: calc(50% - 70% / 2);
        width: 70%;
        height: 40%;
    }
    
    .brand-activation-brnd .image-3{
        bottom: 0;
        right: 5%;
        width: 60%;
        height: 32%;
    }

    /**************************** about contact **************************/
    .about-us-page{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .about-us-page>.about-wrap{
        width: 100%;
        z-index: 2;
    }

    .about-us-page>.wrapper{
        position: relative;
        top: 40px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 40vh;
        margin-bottom: 15vh;
    }

    .about-us-page>.wrapper>.first-image{
        right: 0;
        top: 0;
        height: 90%;
        width: 55.8%;
    }

    .about-us-page>.wrapper>.second-image{
        left: 0;
        top: 8%;
        height: 92%;
        width: 50%;
    }

    .about-us-page>.wrapper>.title-pos{
        top: 80vw;
        left: -50vw;
        right: -50vw;
        text-align: center;
        z-index: -1;
    }

    .about-us-page>.text-container{
        position: relative;
        z-index: 2;
        margin-top: 110px;
        width: calc(100% - 16px);
    }

    .about-us-page>.agency{
        width: calc(100% - 16px);
    }

    /* clients */
    .clients{
        margin-bottom: 60px;
    }

    .clients>.wrapper{
        margin-bottom: 32px;
    }

    .clients>.wrapper>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .clients>.wrapper h1{
        left: 8px;
    }

    .slideshow-clients{
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .clients-container{
        width: 430vw;
    }
    
    .clients-container>div{
        padding: 0 5vw;
        width: 43vw;
        height: 43vw;
    }

    /* contact */
    .contact-us{
        margin-bottom: 60px;
    }

    .contact-us-container{
        position: relative;
    }

    .contact-us-container>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .contact-us h1{
        left: 8px;
        top: 0;
    }

    .contact-form{
        margin: 0;
        margin-top: 40px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contact-form>.left{
        margin-left: 8px;
        width: calc(100% - 16px);
    }

    .contact-form>.right{
        margin-left: 8px;
        width: calc(100% - 16px);
    }

    .contact-form fieldset{
        margin-bottom: 10px;
        display: block;
        height: auto;
    }

    .button-container-form>.goto-button{
        margin-right: 8px;
    }

    .contact-form>.left input, .contact-form>.right textarea{
        margin-right: 0;
    }

    /* location */
    .location>.wrapper{
        position: relative;
    }

    .location>.wrapper>.title-pos{
        top: 0;
        left: -50vw;
        right: -50vw;
        text-align: center;
    }

    .location>.wrapper h1{
        left: 8px;
    }

    .map-container{
        margin-top: 15vw;
        margin-left: 8px;
        height: auto;
        display: block;
    }

    .map{
        height: 120vw;
        width: calc(100% - 8px);
        margin-bottom: 20px;
    }

    .about-info{
        margin-left: 0;
        margin-top: 60px;
        padding-right: 8px;
        height: 400px;
    }

    /******************************** join the team ***************************/
    .circle{
        font-size: 6.4vw;
    }
    .step>h1{
        font-size: 9.6vw;
        margin-bottom: 30px;
    }

    .form-step fieldset{
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        height: auto;
    }

    .join-the-team-intro{
        margin-left: 8px;
        margin-right: 8px;
        padding-top: 86px;
    }

    .middle-intro{
        background-position-x: left !important;
    }

    .fieldset-spacer{
        display: none;
    }

    .join-the-team-intro>.intro-content{
        padding-bottom: 64.5%;
    }

    .join-the-team-intro>.intro-content>.welcome1{
        font-size: 36vw;
        left: inherit;
        right: -18%;
        bottom: -25%;
    }

    .jtt-step-container{
        width: 150vw;
        min-width: 0;
        margin: 0;
        margin-left: calc(50% - 23px);
        margin-top: 60px;
    }

    .step-text-container{
        min-width: 0;
        margin: 0;
        margin-left: calc(50% - 23px);
        margin-top: 30px;
        width: 150vw;
        font-size: 3.2vw;
    }

    .jtt-2-step{
        margin-left: 8px;
    }

    .phone-number-be span{
        top: 16px;
    }
    
    .phone-number-be input{
        left: 0;
        top: -15px;
    }

    .jtt-3-step{
        margin-left: calc(50% - 75vw);
    }

    .jtt-4-step{
        margin-left: calc(50% - 109.2vw);
    }

    .jtt-5-step{
        margin-left: calc(50% - 144vw);
    }

    .goto-button{
        height: 40px;
        font-size: 14px;
    }
    .right-image>.button{
        bottom: -20px;
    }

    .mobile-menu-button{
        display: block;
    }
}

