/*Viewport animation*/
[data-inviewport] {transition: 2s ease; opacity: 0;}
[data-inviewport].is-inViewport {opacity: 1;}
[data-inviewport="slide-left"] {transform: translate(5vw, 0);}
[data-inviewport="slide-right"] {transform: translate(-5vw, 0);}
[data-inviewport="slide-up"] {transform: translate(0, 10vh);}
[data-inviewport="slide-down"] {transform: translate(0, -10vh);}
[data-inviewport*="slide-"].is-inViewport {transition: 1s ease;}
[data-inviewport*="slide-"].is-inViewport {transform: translate(0, 0);}

body.zh {
    font-family: "Noto Sans SC", sans-serif;
}

#en {
    font-family: Helvetica Neue, "Roboto", sans-serif;
}

body {
    font-size: 12px;
    line-height: normal;
    overflow-x: hidden;
    color: #0C133C;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: normal;
}
h1 {font-size:32px; font-weight: 500;}
h1 > span {font-weight: 700;}
h1 strong {font-size:72px; font-weight: 900;}
h2 {font-size:32px; font-weight: 900;}
h3 {font-size:24px; font-weight: 400;}

#en h1 strong {font-size:64px;}
#en h1 > span {font-weight: 500;}
#en h2 {font-weight: 700;}


a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.form-check-input {
    width: 14px;
    height: 14px;
}

.orange_button {
    background-color: #FF9929;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 6px 58px 8px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    display: inline-block;
}

.orange_button:hover {background-color: #00A0C3;}

.color-1 {color: #0B8CFA;}
.color-2 {color: #FF9929;}
.color-3 {color: #0E6DBE;}
.color-4 {color: #FFC329;}
.color-5 {color: #213C77;}
.color-6 {color: #90E2FF;}

body > article > header {
    padding-top: 50px;
    background-color: transparent;
}

    body > article > header .lang_btn {
        border-radius: 50px;
        background: #FFF;
        font-size: 16px;
        line-height: 24px;
        display: block;
        color: #0C133C;
    }

        body > article > header .lang_btn img {
            margin-right: 5px;
        }

#hero-banner {
    background: url(/assets/landing/expats/img/main_banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    margin-top: -100px;
}

    #hero-banner h1 {
        display: inline-block;
        margin: 105px 0 160px;
        position: relative;
        z-index: 1;
    }
    
        #hero-banner h1:before {
            position: absolute;
            content: "";
            display: block;
            border-radius: 163.5px;
            background: #FFF;
            filter: blur(66.15px);
            width: calc(100% + 180px);
            height: calc(100% + 70px);
            z-index: -1;
            left: 0;
            top: 0;
            margin: -31px 0 0 -140px;
        }


#banner-form {
    background-color: transparent;
    margin-top: -30px;
}

    #banner-form .container {
        padding: 30px 30px 45px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 1px 5px 0px #CFDFE7;
    }

        #banner-form .container h2{ margin-bottom: 25px; font-weight: 700;}
        #en #banner-form .container h2{ font-size: 28px;}

        #banner-form .container h2:before{
            content: "";
            width: 30px;
            height: 46px;
            background: url(/assets/landing/expats/img/icon_form.svg) no-repeat center;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 15px;
        }

        #en #banner-form .container h2:before {height: 34px;}

        #banner-form .container input:not([type="checkbox"]),
        #banner-form .container select {
            color: #7C7E8A;
            font-size: 16px;
            font-weight: 500;
            padding: 13px 17px 10px;
            border-radius: 10px;
            border: 1px solid #F2F4F5;
            background-color: #F9FBFC;
        }

        #banner-form .container p {
            font-size: 12px;
            margin: 15px 0 8px;
        }

            #banner-form .container p span {
                font-size: 16px;
            }          

            
        #en #banner-form .container p {
            font-size: 11px;
        }

            #en #banner-form .container p span {
                font-size: 12px;
            }          

        #banner-form .container label {
            font-size: 12px;
        }

        #banner-form .container button {
            display: block;
            margin: 20px auto;
        }
        
        #banner-form .container .links {
            text-align: center;
        }
        
            #banner-form .container .links a {
                color: #ADADAD;
                font-size: 11px;
            }
        
            #banner-form .container .links a:hover {
                color: #62B7FF;
            }
        
            #banner-form .container .links a:not(:first-child):before {
                content: "|";
                margin: 0 6px;
                color: #ADADAD;
            }

#why {
    margin-top: 70px;
}

    #why .grid-wrapper {
        column-count: 2;
        padding: 0 18px;
    }
        
        #why .grid-wrapper .img-grid { 
            padding-bottom: 130px;
            position: relative;
        }

            #why .grid-wrapper .img-grid img {
                border-radius: 25px;
                border: 3px solid #FFF;
                box-shadow: 0px 4px 4px 0px rgba(8, 15, 52, 0.4);
            }

                #why .grid-wrapper .img-grid img:first-child {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    z-index: -1;
                    max-width: calc((384/584)*100%);
                }
                
                #why .grid-wrapper .img-grid img:last-child {
                    max-width: calc((489/584)*100%);
                }

        #why .grid-wrapper .title-grid { 
            margin-left: 57px;
            padding-top: 30px;
        }

        #why .grid-wrapper .list-grid { 
            margin-left: 57px;
            padding-top: 35px;
        }

            .tick-list { 
                padding: 0;
                list-style: none;
            }

                .tick-list li { 
                    font-size: 24px;
                    font-weight: 700;
                    padding: 15px 25px 15px 75px;
                    border-radius: 10px;
                    background: #F5F5F5;
                    margin-bottom: 10px;
                    position: relative;
                }

                    .tick-list li:before{
                        position: absolute;
                        left: 25px;
                        top: calc(50% - 17.5px);
                        content: "";
                        width: 39px;
                        height: 35px;
                        background: url(/assets/landing/expats/img/icon_true.svg) no-repeat center;
                        background-size: contain;
                        display: inline-block;
                        vertical-align: middle;
                    }

#points {
    margin-top: 85px;
    background: linear-gradient(180deg, transparent 170px, #071E2E 170px);
}

    #points .point {
        aspect-ratio: 417/300;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 24px;
    }

    #points .point1 {
        background: #00466A url(/assets/landing/expats/img/point1_bg.jpg) no-repeat center;
    }

    #points .point2 {
        background: #2F2F2E url(/assets/landing/expats/img/point2_bg.jpg) no-repeat center;
    }

    #points .point3 {
        background: #00466A url(/assets/landing/expats/img/point3_bg.jpg) no-repeat center;
    }

    #points .point4 {
        background: #2F2F2E url(/assets/landing/expats/img/point4_bg.jpg) no-repeat center;
    }

    #points .point5 {
        background: #00466A url(/assets/landing/expats/img/point5_bg.jpg) no-repeat center;
    }

    #points .point6 {
        background: #2F2F2E url(/assets/landing/expats/img/point6_bg.jpg) no-repeat center;
    }

    #points .point {
        background-blend-mode: overlay;
        background-size: cover;
    }

        #points .point p {
            color: #FFF;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            font-size: 21px;
            font-weight: 500;
        }

#benefits {
    background-color: #071E2E;
    padding-top: 10px;
}

    #benefits .container-lg {
        background: #071E2E url(/assets/landing/expats/img/benefits_bg.png) no-repeat center;
        background-blend-mode: lighten;
        background-size: contain;
        background-position: 53% -60px;
    }
    
        #benefits .container-lg > .row > div {
            position: relative;
        }

        #benefits .title {
            height: 744px;
        }

            #benefits .title h2 {
                text-align: center;
                color: #0E6DBE;
                text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
                font-size: 48px;
                font-weight: 900;
                line-height: 55px;
                letter-spacing: 9.6px;
            }

            #en #benefits .title h2 {
                font-size: 40px;
                letter-spacing: unset;
                line-height: normal;
            }

        #benefits .benefit {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;        
            aspect-ratio: 1;
            animation: MoveUpDown 1.6s ease-in-out infinite;
            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 15%, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.03) 40%, rgba(255,255,255,0) 60%);
            position: absolute;
            text-align: center;
        }        

            #benefits .benefit.outpatient {
                top: 180px;
                left: 30%;
            }

            #benefits .benefit.maternity {
                animation-delay: -100ms;
                top: 140px;
                left: 80%;
            }

            #benefits .benefit.inpatient {
                animation-delay: 100ms;
                top: 430px;
                left: 30%;
            }
            
            #benefits .benefit.green {
                animation-delay: -230ms;
                top: 320px;
                left: 65%;
            }

            #benefits .benefit.dental {
                animation-delay: 500ms;
                top: 190px;
                left: -15%;
            }
            
            #benefits .benefit.wellness {
                animation-delay: 710ms;
                top: 130px;
                left: 30%;
            }
            
            #benefits .benefit.online {
                animation-delay: -600ms;
                top: 360px;
                left: 5%;
            }
            
            #benefits .benefit.second {
                animation-delay: 240ms;
                top: 450px;
                left: 30%;
            }

            @keyframes MoveUpDown {
                0%, 100% {
                transform: translateY(0);
                }
                50% {
                transform: translateY(-10px);
                }
            }

            #benefits .benefit p {
                margin: 0;
                color: #FFF;
                font-size: 21px;
                font-weight: 500;
       
            }

#caution {
    background: linear-gradient(180deg, #071E2E 240px, transparent 240px);
}

    #caution .container-lg {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px #CFD8E2;
        overflow: hidden;
    }

        #caution .text-col {
            padding: 80px 0 90px;
        }

        #en #caution .text-col {
            padding: 60px 70px 70px 0;
        }

            #caution .text-col ul {
                margin: 10px 0 35px;
            }

                #caution .text-col ul li {
                    font-size: 24px;
                }

            #caution .text-col p {
                font-size: 18px;
                margin-bottom: 15px;
            }

        #caution .img-col {
            background: url(/assets/landing/expats/img/caution.png) no-repeat center;
            background-size: cover;
        }

#aboutus {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, transparent 260px, #EAF0F6 260px);
}

    #aboutus h3 {
        margin: 5px 0 35px;
    }

        #aboutus .about {
            height: 100%;
            border-radius: 20px;
            background: #056393;            
            padding: 70px 28px 40px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
        }

            #aboutus .about img {
                margin-bottom: 10px;
            }

            #aboutus .about p {
                margin-bottom: 0;
            }

#suggestion {
    background-color: #EAF0F6;
    padding-top: 90px;
}

    #suggestion .suggest {
        border-radius: 20px;
        border: 3px solid #FFF;
        aspect-ratio: 413/240;
        margin-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 22px;
        transition: all 0.3s ease-in-out;
    }  

        #suggestion .suggest1 {
            background: url(/assets/landing/expats/img/suggest1_bg.jpg) no-repeat left / 100%;
        }
        #suggestion .suggest2 {
            background: url(/assets/landing/expats/img/suggest2_bg.jpg) no-repeat left / 100%;
        }
        #suggestion .suggest3 {
            background: url(/assets/landing/expats/img/suggest3_bg.jpg) no-repeat left / 100%;
        } 

    #en #suggestion .suggest {
        aspect-ratio: 413/275;
        background-size: cover;
        padding-right: 34px;
    }   

        #suggestion .suggest:hover {
            background-color: #00314A;
            background-blend-mode: overlay;
            background-size: 110%;
            display: block
        } 

            #suggestion .suggest:hover > img {
                display: none;
            } 

        #suggestion .suggest .hover_wrapper {
            display: none;
            padding: 0 0 0 34px;
        }

        #suggestion .suggest:hover .hover_wrapper {
            display: block;
        }

            #suggestion .suggest:hover .hover_wrapper img {
                display: block;
                margin: 30px auto 10px;
            }

            #suggestion .suggest:hover .hover_wrapper h5 {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
            }

            #suggestion .suggest:hover .hover_wrapper ul li {
                color: #fff;
                font-size: 16px;
            }

                #suggestion .suggest:hover .hover_wrapper ul li span {
                    font-weight: 700;
                }


#partners {
    padding-top: 90px;
    background: linear-gradient(180deg, #EAF0F6 160px, transparent 160px);
}

    #partners .container {
        background-color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        #partners .container h2 {
            padding: 40px 0 15px;
        }

#CTA {
    margin-top: 75px;
    background: linear-gradient(180deg, transparent 50%, #00314A 50%);
}

#en #CTA {
    background: linear-gradient(180deg, transparent 55%, #00314A 55%);
}

    #CTA h3 {
        margin-bottom: 65px;
    }

    #en #CTA h3 {
        margin-bottom: 60px;
    }

        #CTA h3 strong {
            color: #2FB7E8;
        }

body > article > footer {
    background-color: #00314A;
    padding-top: 45px;
    padding-bottom: 75px;
}

    body > article > footer a img {
        margin-bottom: 15px;
    }

    body > article > footer p {
        color: #FFF;
        font-size: 18px;
        margin: 0 0 5px;
        font-weight: 100;
    }

    body > article > footer p img {
        vertical-align: text-bottom;
        margin-right: 5px;
    }

    body > article > footer a {
        color: #fff;
        font-size: 18px;
        font-weight: 100;
    }

    body > article > footer a:hover {
        color: #FF9929;
    }

    body > article > footer a:not(:first-child):before {
        content: "|";
        margin: 0 10px;
        color: #fff;
    }

#to_top {
    position: fixed;
    right: 12px;
    bottom: 12px;
    border-radius: 5px;
    background-color: #0E6DBE;
}

    #to_top:hover {
        background-color: #FF9929;
    }

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
}

#popup .content {
    width: 723px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #BCCBD2;
    backdrop-filter: blur(25px);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.95) url(/assets/landing/expats/img/popup.jpg) no-repeat left center;
    padding-left: 299px;    
    background-size: 299px 100%;
}

    #popup .content > img {
        max-width: unset;
    }

    #popup .content h2 {
        background: #1D91D0; 
        color: #FFF;
        font-size: 24px;
        font-weight: 700;
        padding: 25px 35px 20px;
    }

        #popup .content h2 strong {
            font-size: 32px;
        }

    #en #popup .content h2,
    #en #popup .content h2 strong {
        font-size: 28px;
    }

        #popup .content form {
            padding: 0 25px 21px;
            background: linear-gradient(180deg, #1D91D0 30px, transparent 30px);
        }

            #popup .content form .row {
                --bs-gutter-y: 10px;
                --bs-gutter-x: 10px;
                margin-bottom: 10px;
            }
            
            #popup .content form input:not([type="checkbox"]), 
            #popup .content form select {
                color: #7C7E8A;
                font-size: 16px;
                font-weight: 500;
                padding: 13px 17px 10px;
                border-radius: 10px;
                border: 1px solid #F2F4F5;
                background-color: #F9FBFC;
            }

            #en #popup .content form input:not([type="checkbox"]), 
            #en #popup .content form select {
                font-size: 14px;
            }

            #popup .content form p {
                margin-bottom: 5px;
            }            

            #en #popup .content p, 
            #en #popup .content label {
                font-size: 11px;
            }

            #popup .content form button {
                margin: 10px auto 25px;
                display: block;
            }

            #popup .content .links {
                text-align: center;
            }
            
                #popup .content .links a {
                    color: #ADADAD;
                    font-size: 11px;
                }
            
                #popup .content .links a:hover {
                    color: #62B7FF;
                }
            
                #popup .content .links a:not(:first-child):before {
                    content: "|";
                    margin: 0 6px;
                    color: #ADADAD;
                }

    #popup .content #close {
        position: absolute;
        bottom: 9px;
        right: 9px;
        cursor: pointer;
    }

#sticky_quote_btn {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100vw;
    text-align: center;
    padding: 7.5px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    background-color: #FF9929;;
}

#sticky_quote_btn:hover {
    background-color: #00A0C3;
}

#en #sticky_quote_btn {
    padding: 10px;
}