@media screen and (max-width: 767px) {
    h1{
        color: #035783;
        font-size: 8.5vw;
    }
    
    h2{
        color: #2290cf;
        font-weight: 500;
        font-size: 5.5vw;
    }

    p{
        color: #666;
        font-size: 4.5vw;
        line-height: 1.5em;
    }

    .left__background{
        display: none;
      }
    
    .right__background{
        display: none;
    }

    .phone-only{
        padding: 0;
    }

    .web-only{
        display: none;
    }

    #back_to_top_button {
        display: none;
        position: fixed;
        bottom: 10%;
        right: 3%;
        width: 15vw;
        height: 15vw;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #fff;
        color: white;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #666;
        transform: rotate(180deg);
        box-shadow: 0px -10px 9px -7px rgba(0,0,0,0.54);
      }

     #back_to_top_button > img{
         width: 6vw;
     }

    header{
        width: 100%;
        display: flex;
    }

    .header__side{
        display: none;
    }

    header > article{
        width: 100%;
    }

    .header__article--logo{
        width: 70%;
        height: 30%;
    }

    header > article > img{
        width: 100%;
    }

    header > article > h1{
        color: #035783;
        width: 80%;
        text-align: left;
        margin: 10% auto;
    }

    header > article > p{
        width: 80%;
        text-align: left;
        margin: 10% auto;
    }

    .header__article--wrapper{
        text-align: left;
        margin: 10%;
    }

    .header__article--button{
        background: #035783;
        color: #fff;
        width: 60%;
        padding: 5% 0;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5vw;
        font-weight: bold;
        border: 0;
    }

    header > aside{
        display: none;
    }

    .nav{
        text-align: left;
        margin: 10% auto;
    }

    .nav > h1{
        width: 80%;
        margin: 10% auto;
    }

    .nav > p{
        width: 80%;
        margin: 10% auto;
    }

    .nav__bar--button{
        width: 80%;
        margin: 5% auto;
        display: flex;
        align-items: center;
        padding: 2% 5%;
        justify-content: space-between;
        border: 1px solid #D2D2D2;
        border-radius: 6px;
        background: #FFF;
    }

    .nav__bar--button > img{
        width: 15vw;
    }

    .nav__bar--button > h2{
        font-size: 4.5vw;
        margin: 3px 0 0;
        width: 50%;
    }    

    .nav__bar--button > p{
        display: none;  
    }

    .nav__bar--button--indicator{
        width: 8vw;
        height: 8vw;
        background-image: url('../images/Arrow_button_grey.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section{
        background: #f0f0f0;
        padding-bottom: 10%;
        text-align: left;
    }

    .section > article{
        width: 100%;
    }

    .section > article > img{
        width: 100%;
    }

    .section > article > h1{
        padding: 0 10%;
    }

    .section > article > h2{
        padding: 0 10%;
    }

    .section > article > p{
        padding: 0 10%;
    }

    .section > article > br{
        display: none;
    }

    .section__divider{
        height: 1px;
        width: 80%;
        margin: 10%;
        background: #035783;
    }

    .section > aside{
        display: none;
    }

    .section__box{
        background: #035783;
        padding: 2% 10%;
        margin: 10%;
    }

    .row{
        text-align: left;
    }

    .row > br{
        display: none;
    }

    .row__item{
        padding: 5% 10%;
    }

    .row__button{
        width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #f1f3f2;
        border:0;
        border-left: 5px solid #2290cf;
        text-align: left;
    }

    .row__button > h1{
        font-size: 5vw;
        width: 80%;
        padding: 0 5%;
        color: #777;
    }

    .row__button > img{
        width: 4vw;
    }

    .row__button--detail--wrapper{
        padding: 0 10%;
    }

    .row__button--detail{
        height: auto;
    }

    .row__button--detail > aside > img{
        width: 5vw;
        padding-top: 2vh;
    }

    .row__button--detail > article > p{
        font-size: 4.5vw;
        margin-top: 0.5em;
    }

    .row__button--selected{
        width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #f1f3f2;
        border:0;
        border-left: 5px solid #035783;
        text-align: left;
    }

    .row__button--selected > h1{
        font-size: 5vw;
        width: 80%;
        padding: 0 5%;
        color: #777;
    }

    .row__button--selected > img{
        width: 4vw;
    }

    .row__item > img{
        max-width: 100%;
        max-height: 100%;
    }

    .row__item > .bg__navy{
        margin-bottom: 10%;
    }

    .row__content{
        padding:5% 10%;
        display: flex;
    }

    .row__content > aside{
        min-width: 21px;
        margin-top: 1.5em;
        border-left: 2px solid #666;
        height: 162px;
    }

    .row__content > article > ul > li{
        list-style: none;
        font-size: 4.5vw;
        color: #666;
        margin: 4% 0;
    }

    .row__content > article > ul > li:before {
        content: "·";
        font-size: 120px;
        vertical-align: middle;
        line-height: 20px;
        color: #035783;
        margin-left: -40px;    
    }

    .row__list{
        background: #035783;
        font-size: 3.5vw;
        color: #fff;
        padding: 2vh 5vw;
        margin-top: 3vh;
    }

    .row__list > table{
        width: 100%;
    }

    .row__list > table > tbody{
        width: 100%;
    }

    .row__list > table > tbody > tr {
        width: 100%;
    }

    .row__list > table > tbody > tr > td{
        width: 50%;
        padding: 1% 0;
    }
    
    .row__checklist{
        width: 100%;
    }

    .row__checklist > tbody > tr > td{
        width: 100%;
    }

    .row__checklist > tbody > br{
        display: none;
    }

    .row__checklist--item{
        background: #f1f3f2;
        height: 10vh;
        display: flex;
        margin: 2% 0;
        align-items: center;
        justify-content: space-evenly;
        border: 0;
        width: 100%;
        border-left: 2vw solid #11ADE4;
        text-align: left;
    }

    .row__checklist--item--icon{
        width: 10vw;
        height: 10vw;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 3vw;
    }

    .row__checklist--item > p{
        font-size: 2.5vh;
        font-weight: 600;
        padding-top: 1vh;
        width: calc( 100% - 30vw );
    };

    .row__checklist--item--arrow{
        width: 4vw;
        padding-top: 1vh;
    }

    .row__checklist--item-selected{
        background: #f1f3f2;
        height: 10vh;
        display: flex;
        margin: 2% 0;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        border: 0;
        border-left: 2vw solid #11ADE4;
        text-align: left;
    }

    .row__checklist--item-selected > p{
        font-size: 16px;
        font-weight: 600;
        padding-top: 1vh;
        width: calc( 100% - 30vw );
    };

    .row__checklist--item-selected > img{
        width: 4vw;
        padding-top: 1vh;
    }

    .row__checklist > tbody > tr > td > div > img{
        width: 4vw;
        padding-top: 1vh;
    }
    
    .row__checklist--item--detail > h2{
        color: #2290cf;
        font-weight: 600;
        font-size: 5.5vw;
        margin-left: 2vw;
    }

    .row__checklist--item--detail > ul > li{
        list-style: none;
        font-size: 4.5vw;
        color: #777;
        margin: 4% 0;
    }

    .row__checklist--item--detail > ul > li:before {
        content: "·";
        font-size: 120px;
        vertical-align: middle;
        line-height: 20px;
        color: #2290cf;
        margin-left: -40px;
    }

    .row__table{
        padding: 0 10%;
        width: 100%;
        text-align: center;
    }

    .row__table > tbody{
        width: 100%;
    }

    .row__table > tbody > tr{
        height: 6vh;
        font-size: 2.6vw;
        color: #666;
    }

    .row__table > tbody > tr > th{
        background: #035783;
        color: #fff;
        width: 20%;
      }

    .row__text{
        padding: 5% 10%;
        text-align: left;
    }

    .row__column{
        margin: 0 -12%;
        padding: 2vh 10%;
    }

    .row__cost--background{
        background-image: url('../images/cost_bg.jpg');
        background-repeat: no-repeat;
        background-size: auto;
        padding: 5% 0;
    }

    .row__building--background{
        background-image: url('../images/building_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5% 0;
    }

    .row__healthcare--divider{
        display: none;
    }

    nav{
        margin-block-start: 1em;
        margin-block-end: 1em;
        font-size: 3vw;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
    }
    
    nav > a{
        color: #fff;
        padding: 0 1vw;
    }

    .small{
        font-size: 3vw;
    }

    .row__logo{
        width: 40vw;
        padding: 5% 10% 0;
    }

    .web__block{
        display: block;
    }

    .full-width{
        padding: 5% 0%;
        width: 100%
    }

    #general.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-General.png');
    }

    #travel.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Travel.png');
    }

    #work.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Work.png');
    }

    #health.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Health.png');
    }

    #education.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Education.png');
    }

    #accommodation.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Accommodation.png');
    }

    #transport.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Transport.png');
    }

    #finances.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Finances.png');
    }

    #covid19.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Covid19.png');
    }

    .row__checklist--item--detail{
        display:none;
    }

    .footer__row--item{
        padding: 5% 0;
    }

    .row__button--wrapper{
        padding: 5% 0;
    }

    .row__contact--us{
        background: #ff9929;
        padding: 2vh 25vw;
        font-size: 5.5vw;
        color: #fff;
        border-radius: 25px;
        margin-bottom: 10%;
    }
}


























































@media screen and (min-width: 768px) and (max-width: 1024px){
    h1{
        color: #035783;
        font-size: 2em;
    }
    
    h2{
        color: #2290cf;
        font-weight: 500;
    }

    h3{
        font-size: 1.3em;
    }

    p{
        color: #666;
        line-height: 1.5em;
    }

    .left__background{
        display: none;
      }
    
    .right__background{
        display: none;
    }

    .phone-only{
        padding: 0;
    }

    .web-only{
        display: none;
    }

    #back_to_top_button {
        display: none;
        position: fixed;
        bottom: 3%;
        right: 3%;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #fff;
        color: white;
        cursor: pointer;
        padding: 3%;
        border-radius: 50%;
        padding-top: 4%;
        border: 2px solid #666;
        transform: rotate(180deg);
        box-shadow: 0px -10px 9px -7px rgba(0,0,0,0.54);
      }

      #back_to_top_button > img{
        width: 4vw;
      }

    header{
        width: 100%;
        display: flex;
    }

    .header__side{
        display: none;
    }

    header > article{
        width: 100%;
    }

    .header__article--logo{
        width: 30%;
        padding: 2% 0;
    }

    header > article > img{
        width: 50%;
        margin: 0 10%;
    }

    header > article > h1{
        color: #035783;
        width: 80%;
        text-align: left;
        margin: 3% auto;
    }

    header > article > p{
        width: 80%;
        text-align: left;
        margin: 3% auto;
    }

    .header__article--wrapper{
        text-align: left;
        margin: 3% 10%;
    }

    .header__article--button{
        background: #035783;
        color: #fff;
        width: 40%;
        padding: 3% 0;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
        font-weight: bold;
        border: 0;
    }

    header > aside{
        display: none;
    }

    .nav{
        text-align: left;
        margin: 5% auto;
    }

    .nav > h1{
        width: 80%;
        margin: 3% auto;
    }

    .nav > p{
        width: 80%;
        margin: 3% auto;
    }

    .nav__bar--button{
        width: 60%;
        margin: 3% auto;
        display: flex;
        align-items: center;
        padding: 2% 5%;
        justify-content: space-between;
        border: 1px solid #D2D2D2;
        border-radius: 6px;
        background: #fff;
    }

    .nav__bar--button > img{
        width: 50px;
    }

    .nav__bar--button > h2{
        font-size: 1.2em;
        margin: 3px 0 0;
        width: 50%;
    }    

    .nav__bar--button > p{
        display: none;  
    }

    .nav__bar--button--indicator{
        width: 40px;
        height: 40px;
        background-image: url('../images/Arrow_button_grey.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section{
        background: #f0f0f0;
        padding: 5% 0;
        text-align: left;
    }

    .section > article{
        width: 100%;
    }

    .section > article > img{
        width: 30%;
        padding: 0 10%;
        float: left;
    }

    .float-right{
        margin-left: 40%
    }

    .section > article > h1{
        padding: 0 10%;
    }

    .section > article > h2{
        padding: 0 10%;
    }

    .section > article > p{
        padding: 0 10%;
    }

    .section > article > br{
        display: none;
    }

    .section__divider{
        height: 1px;
        width: 80%;
        margin: 5% 10%;
        background: #035783;
    }

    .section > aside{
        display: none;
    }

    .section__box{
        background: #035783;
        padding: 2% 10%;
        margin: 5% 10%;
    }

    .row{
        text-align: left;
    }

    .row > br{
        display: none;
    }

    .row__item{
        padding: 3% 10%;
    }

    .row__button{
        width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #f1f3f2;
        border:0;
        border-left: 1vw solid #2290cf;
        text-align: left;
    }

    .row__button > h1{
        font-size: 1.4em;
        width: 80%;
        padding: 0 5%;
        color: #777;
    }

    .row__button > img{
        width: 20px;
    }

    .row__button--selected{
        width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #f1f3f2;
        border:0;
        text-align: left;
        border-left: 1vw solid #035783;
    }

    .row__button--selected > h1{
        font-size: 1.4em;
        width: 80%;
        padding: 0 5%;
        color: #777;
    }

    .row__button--selected > img{
        width: 20px;
    }

    .row__button--detail--wrapper{
        padding: 0 10%;
    }

    .row__button--detail{
        height: auto;
    }

    .row__button--detail > aside > img{
        width: 1.8vw;
        padding-top: 1vh;
    }

    .row__button--detail > article > p{
        margin-top: 0.5em;
    }

    .row__item > img{
        max-width: 100%;
        max-height: 100%;
    }

    .row__image{
        width: 40%;
        padding: 10% 10% 5%;
        float: left;
    }

    .row__item > .bg__navy{
        margin-bottom: 10%;
    }

    .row__content{
        padding:3% 10%;
        display: flex;
    }

    .row__content > aside{
        min-width: 21px;
        margin-top: 1.5em;
        border-left: 2px solid #666;
        height: 106px;
    }

    .row__content > article > ul > li{
        list-style: none;
        color: #666;
        margin: 4% 0;
    }

    .row__content > article > ul > li:before {
        content: "·";
        font-size: 120px;
        vertical-align: middle;
        line-height: 20px;
        color: #035783;
        margin-left: -40px;    
    }

    .row__list{
        background: #035783;
        font-size: 1em;
        color: #fff;
        padding: 2vh 5vw;
        width: 40%;
        margin: 0 auto;
        margin-top: 3vh;
    }

    .row__list > table{
        width: 100%;
    }

    .row__list > table > tbody{
        width: 100%;
    }

    .row__list > table > tbody > tr {
        width: 100%;
    }

    .row__list > table > tbody > tr > td{
        width: 50%;
        padding: 1% 0;
    }
    
    .row__checklist{
        width: 100%;
    }

    .row__checklist > tbody > tr > td{
        width: 100%;
    }

    .row__checklist > tbody > br{
        display: none;
    }

    .row__checklist--item{
        background: #f1f3f2;
        height: 70px;
        display: flex;
        margin: 2% 0;
        align-items: center;
        justify-content: space-evenly;
        border: 0;
        width: 100%;
        border-left: 1vw solid #11ADE4;
        text-align: left;
    }

    .row__checklist--item--icon{
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .row__checklist--item > p{
        font-size: 1.2em;
        font-weight: 600;
        padding-top: 0.3vh;
        width: calc( 100% - 30vw );
    };

    .row__checklist--item--arrow{
        width: 20px;
    }

    .row__checklist--item-selected{
        background: #f1f3f2;
        height: 70px;
        display: flex;
        margin: 2% 0;
        align-items: center;
        justify-content: space-evenly;
        border: 0;
        width: 100%;
        border-left: 1vw solid #11ADE4;
        text-align: left;
    }

    .row__checklist--item-selected > p{
        font-size: 12px;
        font-weight: 600;
        padding-top: 0.3vh;
        width: calc( 100% - 30vw );
    };

    .row__checklist--item-selected > img{
        width: 20px;
    }

    .row__checklist > tbody > tr > td > div > img{
        width: 3vw;
        padding-top: 0.5vh;
    }
    
    .row__checklist--item--detail > h2{
        color: #2290cf;
        font-weight: 600;
        margin-left: 2vw;
    }

    .row__checklist--item--detail > ul > li{
        list-style: none;
        color: #777;
        margin: 4% 0;
    }

    .row__checklist--item--detail > ul > li:before {
        content: "·";
        font-size: 80px;
        vertical-align: middle;
        line-height: 20px;
        color: #2290cf;
        margin-left: -40px;
    }

    .row__table{
        padding: 0 10%;
        width: 100%;
        text-align: center;
    }

    .row__table > tbody{
        width: 100%;
    }

    .row__table > tbody > tr{
        font-size: 1em;
        height: 5vh;
        color: #666;
    }

    .row__table > tbody > tr > th{
        background: #035783;
        color: #fff;
        width: 20%;
      }

    .row__text{
        padding: 3% 10%;
        text-align: left;
    }

    .row__column{
        margin: 0 -12%;
        padding: 2vh 10%;
    }

    .row__cost--background{
        background-image: url('../images/cost_bg.jpg');
        background-repeat: no-repeat;
        background-size: auto;
        padding: 5% 0;
    }

    .row__building--background{
        background-image: url('../images/building_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5% 0;
    }

    .row__healthcare--divider{
        display: none;
    }

    nav{
        margin-block-start: 1em;
        margin-block-end: 1em;
        font-size: 1.5vw;
        line-height: 1.5em;
        text-align: center;
        color: #fff;
    }
    
    nav > a{
        color: #fff;
        padding: 0 3vw;
    }

    .small{
        font-size: 1.5vw;
    }

    .row__logo{
        width: 20%;
        padding: 2% 10% 0;
    }

    .web__block{
        display: block;
    }

    .full-width{
        padding: 3% 0%;
        width: 100%;
    }

    #general.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-General.png');
    }

    #travel.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Travel.png');
    }

    #work.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Work.png');
    }

    #health.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Health.png');
    }

    #education.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Education.png');
    }

    #accommodation.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Accommodation.png');
    }

    #transport.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Transport.png');
    }

    #finances.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Finances.png');
    }

    #covid19.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Covid19.png');
    }

    .row__checklist--item--detail{
        display:none;
    }

    .footer__row--item{
        padding: 2% 0;
    }

    .row__button--wrapper{
        padding: 2% 0;
    }

    .row__contact--us{
        background: #ff9929;
        padding: 15px 50px;
        font-size: 24px;
        color: #fff;
        border-radius: 25px;
        margin-bottom: 5%;
    }
}







































@media screen and (min-width: 1025px) {
    h1{
        color: #035783;
        font-size: 36px;
    }
    
    h2{
        color: #2290cf;
        font-weight: 500;
    }
    
    p{
        color: #777;
        font-size: 18px;
        line-height: 25px;
    }
    
    
    .left__background{
        position: absolute;
        height: 70%;
        right: 44%;
        left: 0;
        background: #f0f0f0;
        margin: 4% 0 0;
    }
    
    .right__background{
        position: absolute;
        height: 70%;
        left: 44%;
        right: 0;
        background: #f0f0f0;
        margin: 4% 0 0;
    }

    .phone-only{
        display: none;
    }

    #back_to_top_button {
        display: none;
        position: fixed;
        bottom: 5%;
        right: 5%;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #fff;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 50%;
        padding-top: 20px;
        border: 2px solid #666;
        transform: rotate(180deg);
        box-shadow: 0px -10px 9px -7px rgba(0,0,0,0.54);
      }

    header{
        width: 100%;
        height: 600px;
        display: flex;
    }

    .header__side{
        width: 30px;
        height: 400px;
        background: #2290cf;
        margin: 150px 0 50px;
    }

    header > article{
        width: 40%;
    }

    header > article > img{
        margin: 50px 10%;
    }

    header > article > img{
        display: none;
    }

    header > article > h1{
        color: #035783;
        width: 80%;
        text-align: left;
        margin: 60px auto;
    }

    header > article > p{
        width: 80%;
        text-align: left;
        margin: 60px auto;
    }

    .header__article--wrapper{
        width: 80%;
        text-align: left;
        margin: 55px auto;
    }

    .header__article--wrapper > img{
        width: 250px;
        height: 70px;
    }

    .header__article--button{
        background: #035783;
        color: #fff;
        width: 240px;
        height: 60px;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        font-weight: bold;
        cursor: pointer;
        border: 0;
    }

    header > aside{
        width: 50%;
        margin: auto;
    }

    header > aside > img{
        max-width: 100%;
        max-height: 100%;
    }

    .nav{
        text-align: left;
        margin: 0 auto;
        padding: 5% 0 3%;
        width: 85%;
    }
    
    .nav > p{
        width: 80%;
        margin: 2% auto;
    }
    
    
    .nav__bar{
        display: flex;
        justify-content: space-between;
    }
    
    .nav__bar > a{
        width: 16%;
        margin: 0 25px;
    }
    
    
    .nav__bar--button{
        height: 350px;
        width: 18%;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        border: 0;
        background: 0;
    }
    
    .nav__bar--button:hover{
        box-shadow: 0px 3px 16px 7px rgba(183, 226, 240, 0.5);
    }
    
    .nav__bar--button:hover > p{
        color: #FF9929;
    }
    
    .nav__bar--button > img{
        width: 100px;
        height: 100px;
        padding-top: 30px;
    }
    
    .nav__bar--button > h2{
        height: 66px;
    }
    
    .nav__bar--button > p{
        color: #D2D2D2;
        margin: 6px;
        font-size: 17px;
    }
    
    .nav__bar--button--indicator{
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background-image: url('../images/Arrow_button_grey.png');
    }
    
    .nav__bar--button:hover > .nav__bar--button--indicator{
        background-image: url('../images/Arrow_button_orange.png');
    }

    .section{
        padding: 3% 12%;
        display: flex;
        position: relative;
    }
    
    .section > article{
        width: 63%;
        height: fit-content;
        z-index: 3;
        text-align: left;
        padding: 10px 0;
    }

    .section > article > img{
        display: none;
    }
    
    .section > article > p{
        width: 80%;
    }
    
    .section__right > h1{
        padding-left: 20%;
    }
    
    .section__right > h2{
        padding-left: 20%;
    }
    
    .section__right > p{
        padding-left: 20%;
    }
    
    .section > aside{
        display: flex;
        justify-content: flex-end;
        z-index: 3;
        height: 77%;
    }
    
    .section > aside > img{
        max-width: 100%;
        max-height: 100%;
    }
    
    .section__divider{
        height: 2px;
        width: 100%;
        margin: 80px 0;
        background: #035783;
    }
    
    .section__box{
        width: 70%;
        background: #035783;
        padding: 2% 5%;
        margin: 5% 0;
    }

    .row__checklist--item--detail--wrapper{
        display:none;
    }
    
    .row{
        display: flex;
        padding: 2% 12%;
        text-align: left;
    }
    
    .row > img{
        max-width: 100%;
        max-height: 100%;
    }
    
    .row__item{
        width: 50%;
        padding-right: 4%;
    }

    .row__button{
        width: 80%;
        margin: 0 auto;
        display: flex;
        height: 70px;
        border:0;
        text-align: left;
        border-left: 10px solid #2290cf;
        align-items: center;
        background: #f1f3f2;
        cursor: pointer;
    }

    .row__button > h1{
        width: calc( 100% - 220px);
        margin-left: 150px;
        font-size: 22px;
        color: #777;
    }

    .row__button > img{
        width: 22px;
    }

    .row__button--selected{
        width: 80%;
        margin: 0 auto;
        display: flex;
        height: 70px;
        border:0;
        text-align: left;
        border-left: 10px solid #035783;
        align-items: center;
        background: #f1f3f2;
    }

    .row__button--selected > h1{
        width: calc( 100% - 220px);
        margin-left: 150px;
        font-size: 22px;
        color: #777;
    }

    .row__button--selected > img{
        width: 22px;
    }

    .row__button--detail--wrapper{
        width: 80%;
        margin: 0 auto;
    }

    .row__button--detail{
        display: flex; 
    }

    .row__button--detail > aside{
        margin: 1em auto;
        width: 30px;
    }
    
    .row__button--detail > article{
        width: calc( 85% - 160px);
        padding-right: 15%;
    }

    .row__content{
        width: 27%;
        display: flex;
    }

    .row__content > aside{
        min-width: 21px;
        padding-top: 1.5em;
        border-left: 2px solid #666;
        height: 162px;
    }

    .row__content > article > ul > li{
        list-style: none;
        font-size: 18px;
        color: #777;
        padding: 3% 0;
    }
    
    .row__content > article > ul > li:before{
        content: "·";
        font-size: 120px;
        vertical-align: middle;
        line-height: 20px;
        color: #035783;
        margin-left: -40px;    
    }
    
    .row__list{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 300px;
        height: 140px;
        background: #035783;
        padding: 20px 40px;
        font-size: 18px;
        color: #fff;
    }

    .row__list > table{
        width: 100%;
        height: 100%;
    }

    .row__list > table > tbody{
        width: 100%;
    }

    .row__list > table > tbody > tr > td{
        width: 50%;
    }

    .row__list-2{
        display: flex;
        justify-content: center;
        margin: 6% 0;
        width: 80%;
        height: 15%;
        background: #035783;
        padding: 3%;
        font-size: 0.9vw;
        color: #fff;
    }

    .row__list-2 > table{
        width: 100%;
        height: 100%;
    }

    .row__list-2 > table > tbody{
        width: 100%;
    }

    .row__list-2 > table > tbody > tr > td{
        width: 50%;
    }

    .row__checklist{
        width: 100%;
    }

    .row__checklist > tbody > tr > td{
        width: 33%;
    }

    .row__checklist--item{
        background: #f1f3f2;
        height: 75px;
        margin-right: 13px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 5px;
        cursor: pointer;
        text-align: left;
        border: 0;
        width: 95%;
        border-left: 7px solid #11ADE4;
    }

    .row__checklist--item--icon{
        width: 1.2vw;
        height: 1.2vw;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .row__checklist--item > p{
        margin-top: 1.2em;
        font-weight: 600;
        width: calc( 100% - 35px);
        font-size: 1.7vh;
        padding-left: 1%;
    };

    .row__checklist--item--arrow{
        display: none;
    }

    .row__checklist--item-selected{
        background: #035783;
        height: 75px;
        margin-right: 13px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 5px;
        cursor: pointer;
        text-align: left;
        border: 0;
        width: 95%;
        border-left: 7px solid #11ADE4;
    }

    .row__checklist--item-selected > p{
        margin-top: 1.2em;
        font-weight: 600;
        width: calc( 100% - 35px);
        font-size: 1.7vh;
        padding-left: 1%;
        color: #fff;
    };

    .row__checklist--item-selected > img{
        display: none;
    }

    .row__checklist > tbody > tr > td > div > img{
        display: none;
    }

    .row__table{
        width: 100%;
        text-align: center;
    }

    .row__table > tbody{
        width: 100%;
    }

    .row__table > tbody > tr{
        height: 6vh;
        font-size: 1vw;
    }

    .row__table > tbody > tr > th{
        background: #035783;
        color: #fff;
        width: 20%;
      }

    .row__table > tbody > tr > th:nth-child(2){
        width: 40%;
    }

    .row__table > tbody > tr:nth-child(1){
        height: 8vh;
        font-size: 1.2vw;
    }

    .row__table > tbody > tr > td{
        width: 20%;
        color: #666;
      }

    .row__table > tbody > tr > td:nth-child(2){
        width: 40%;
    }

    .row__column{
        padding: 2vh 3vw;
        margin: 3%;
    }

    .row__legend > h1{
        color: #2290cf;
        font-weight: 600;
        margin: 0;
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .row__legend > ul > li{
        list-style: none;
        font-size: 18px;
        color: #777;
        margin: 3% 0;
    }
    
    .row__legend > ul > li:before {
        content:"·";
        font-size:150px;
        vertical-align:middle;
        line-height:20px;
        color: #2290cf;
        margin-left: -40px;
    }

    .row__cost--background{
        background-image: url('../images/cost_bg.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        left: 0;
        right: 0;
        text-align: left;
    }

    .row__building--background{
        background-image: url('../images/building_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .row__text{
        padding: 0 12%;
        text-align: left;
    }

    .row__healthcare--divider{
        background: #035783;
        position: relative;
        bottom: 0;
        left: 0;
        height: 20px;
        width: 30%;
    }

    nav{
        margin-block-start: 1em;
        margin-block-end: 1em;
        font-size: 12px;
        line-height: 25px;
        text-align: end;
        color: #fff;
    }
    
    nav > a{
        color: #fff;
        padding: 0 10px;
    }

    .small{
        font-size: 12px;
    }

    .row__checklist--item:hover{
        background: #035783;
    }

    .row__checklist--item:hover > p{
        color: #fff;
    }

    #general.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-General-white.png');
    }
    
    #travel.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list-icon-Travel-white.png');
    }
    
    #work.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list-icon-Work-white.png');
    }
    
    #health.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Health-white.png');
    }
    
    #education.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Education-white.png');
    }
    
    #accommodation.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Accommodation-white.png');
    }
    
    #transport.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Transport-white.png');
    }
    
    #finances.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Finances-white.png');
    }

    #covid19.row__checklist--item:hover > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Covid19-white.png');
    }

    #general.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-General-white.png');
    }

    #travel.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list-icon-Travel-white.png');
    }

    #work.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list-icon-Work-white.png');
    }

    #health.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Health-white.png');
    }

    #education.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Education-white.png');
    }

    #accommodation.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Accommodation-white.png');
    }

    #transport.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Transport-white.png');
    }

    #finances.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Finances-white.png');
    }

    #covid19.row__checklist--item-selected > .row__checklist--item--icon{
        background-image: url('../images/list_icon-Covid19-white.png');
    }

    .row__button--wrapper{
        padding: 2% 0;
    }

    .row__contact--us{
            background: #ff9929;
    padding: 20px 100px;
    font-size: 28px;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 2%;
    }
}

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0px;
    padding: 0;
    text-decoration: none;
}

a{
    color: #2290cf;
    text-decoration: none;
    cursor: pointer;
}

p > a {
    cursor: pointer;
}

.section__box > h2{
    color: #FF9929;
}

.section__box > p{
    color: #fff;
}

.row__table > tbody > tr:nth-child(odd){
    background: #dbecf6;
  }

.row__table > tbody > tr:nth-child(even){
    background: #f1f3f2;
}

.block{
    display: block;
}

.flex{
    display: flex;
}

.hidden{
    display: none;
}

.no-padding{
    padding-top: 0;
    padding-bottom: 0;
}

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

.flex-end{
    justify-content: flex-end;
}

.white{
    color: #fff;
}

.gray{
    color: #666;
}

.bg__gray{
    background: #666;
}

.navy{
    color: #035783;
}

.bg__navy{
    background: #035783;
}

.blue{
    color: #2290cf;
}

.bg__blue{
    background: #2290cf;
}


#row__button_detail_wrapper_1{
    display: none;
}

#row__button_detail_wrapper_2{
    display: none;
}

#row__button_detail_wrapper_3{
    display: none;
}

#row__button_detail_wrapper_4{
    display: none;
}

#row__button_detail_wrapper_5{
    display: none;
}

#row__button_detail_wrapper_6{
    display: none;
}

#row__button_detail_wrapper_7{
    display: none;
}

#row__button_detail_wrapper_8{
    display: none;
}

#row__button_detail_wrapper_9{
    display: none;
}

#row__button_detail_wrapper_10{
    display: none;
}

#row__button_detail_wrapper_11{
    display: none;
}

#general.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-General.png');
}

#travel.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Travel.png');
}

#work.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Work.png');
}

#health.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Health.png');
}

#education.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Education.png');
}

#accommodation.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Accommodation.png');
}

#transport.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Transport.png');
}

#finances.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Finances.png');
}

#covid19.row__checklist--item > .row__checklist--item--icon{
    background-image: url('../images/list_icon-Covid19.png');
}

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

.display-flex{
    display: flex;
}

.ul-list-style-bullet li{
    display: flex;
}

.ul-list-style-bullet li::before{
    content: "•" !important;
    font-size: 40px !important;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .ul-list-style-bullet li::before{
        font-size: 70px !important;
        padding-top: 2%;
    }
}

.row-image{
    padding-right: 0px;
}

.row-image .row__item_image{
    padding-right: 0px;
}

.row-image .row__item_image img{
    width: 100%;
}

.h-100{
    height: 100%;
}