/* ---------- layout ----------*/
@font-face {
    font-family: 'Montserrat 300';
    src: url('../../../font/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 400';
    src: url('../../../font/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 500';
    src: url('../../../font/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat 600';
    src: url('../../../font/Montserrat-SemiBold.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AppStoreBadgeFont';
    src: url('../../../font/Localized-App-Store-Badge.ttf');
    font-weight: normal;
    font-style: normal;
}

.menu-text {
    font-family: 'Montserrat 400';
    font-weight: 400;
    font-size: 0.8em;
    line-height: 20px;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

.wrapper {
    width: 100%;
}

body {
    font-family: 'Montserrat 300', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #233034;
    line-height: normal;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.container {
    max-width: 86.25rem;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.clearfix::after, .intelligence_box::after, .trip_sec ul::after {
    content: "";
    clear: both;
    display: table;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a, a:hover {
    text-decoration: none;
}

    a:hover
    a {
        -webkit-transition: ease-out 0.3s;
        -moz-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
    }

p {
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: -0.14px;
}

.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.backbg {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
}

h1 {
    font-family: 'Montserrat 600', sans-serif;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.76609px;
    font-weight: 600;
}

h2 {
    font-family: 'Montserrat 600', sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.66px;
    font-weight: 600;
}

h3 {
    font-family: 'Montserrat 300', sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.43px;
    font-weight: 400;
}

h4 {
    font-family: 'Montserrat 300', sans-serif;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: -0.43px;
    font-weight: 400;
}

h5 {
}

img {
    object-fit: cover;
    max-width: 100%;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.btn, input[type="submit"] {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: -0.08775px;
    padding: 14px 22px;
    border-radius: 28.62px;
    border: 1px solid transparent;
    display: inline-block;
}

.btn_primary {
    background: #EE650D;
    color: #ffffff;
    border: 1px solid #EE650D;
    padding: 16px 48px;
}

    .btn_primary:hover {
        background: #ff7c28;
        color: #ffffff;
        border-color: #ff7c28;
    }

.btn:focus {
    box-shadow: none;
}
/*----------- index.html ( Registration Page )----------------------*/

/* Home Page */
/*===================================  HEADER-SET =====================================*/

body.open {
    overflow-y: hidden;
}

.header {
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    height: 85px;
}

main {
    padding-top: 126px;
}

.header .container {
    max-width: 100%;
    padding: 0px 50px;
}

.logo a {
    display: block;
}

.logo {
    width: 170px;
    height: 56px;
    z-index: 1;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

    .logo img {
        width: 100%;
        height: auto;
    }

/***********sub_menu_styling_end***************/
.banner .container {
    max-width: 71.875rem;
}

.banner {
    margin-top: 30px;
}

.banner_img {
    margin-top: 30px;
    padding: 0 10px;
}

    .banner_img img {
        width: 100%;
        height: auto;
    }

.banner_left h1 {
    margin-bottom: 32px;
}

.banner_left p {
    font-size: 20px;
    line-height: 35px;
}

    .banner_left p strong {
        font-weight: 700;
    }

.banner_right {
    position: relative;
}

.app_store_link {
    margin-top: 48px;
    display: flex;
    align-items: center;
    margin-left: -12px;
}

    .app_store_link li {
        width: 197px;
        display: inline-block
    }

        .app_store_link li:first-child {
            margin-right: 23px;
        }

    .app_store_link a {
        display: block;
        position: relative;
        width: 100%
    }

        .app_store_link a:hover {
            text-decoration: none;
            color: black;
        }

    .app_store_link img {
        width: 100%;
        height: auto;
    }

.search_property_sec {
    padding: 48px 0;
    text-align: center;
    background-color: white;
}

    .search_property_sec h2, .trip_sec h2 {
        margin-bottom: 50px;
    }

    .search_property_sec .btn, .trip_sec .btn {
        margin-top: 80px;
    }

.search_property_box {
    background: #F7F8FA;
    border-radius: 10px;
    padding: 50px 35px;
    padding-bottom: 5px;
    height: 100%;
}

    .search_property_box h3 {
        margin-bottom: 10px;
        font-family: 'Montserrat 600', sans-serif;
        font-size: 18px;
    }

    .search_property_box figure {
        margin-bottom: 20px;
        height: 75px;
        max-width: 100%;
    }

        .search_property_box figure img {
            height: 100%;
        }
/**/
.trip_sec {
    background: #F7F8FA;
    text-align: center;
}

.trip_box {
    position: relative;
    z-index: 1;
}

.trip_box_text {
    text-align: left;
    padding: 20px;
    background: #ffffff;
    border-radius: 14px;
    -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.0218531);
    -moz-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.0218531);
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.0218531);
}

.trip_box h3 {
    margin-bottom: 10px;
}

.trip_box figure {
    background: #F7F8FA;
    width: 108px;
    height: 108px;
    line-height: 108px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 0;
}

    .trip_box figure img {
        max-width: 100%;
        max-height: 100%;
    }

.trip_box_text p:last-child {
    margin-bottom: 0px;
}

.trip_sec ul {
    position: relative;
}

    .trip_sec ul:before {
        content: '';
        position: absolute;
        background: url(../images/icons-pathway.svg) no-repeat;
        background-size: 100% 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 380px;
        z-index: 0;
        background-position: center;
    }

    .trip_sec ul li:nth-child(even) {
        margin-top: 250px;
    }

    .trip_sec ul li:nth-child(5) .trip_box, .trip_sec ul li .trip_box {
        min-width: 240px;
    }

    .trip_sec ul li:nth-child(6) .trip_box {
        min-width: 260px;
    }

    .trip_sec ul li:nth-child(even) .trip_box figure {
        border-radius: 50%;
    }

    .trip_sec ul li:nth-child(3) .trip_box {
        margin-left: -22px;
    }

    .trip_sec ul li:nth-child(2) .trip_box {
        margin-left: -20px;
    }

    .trip_sec ul li:nth-child(4) .trip_box {
        margin-left: -10px;
    }

    .trip_sec ul li:nth-child(5) .trip_box {
        margin-left: -10px;
    }

    .trip_sec ul li:nth-child(6) .trip_box {
        margin-left: -20px;
    }

/**/
.intelligence_sec {
    background-color: white;
    padding-top: 100px;
}

    .intelligence_sec h2 {
        margin-bottom: 20px;
    }
/*.intelligence_sec_left{max-width: 446px;width: 100%;}*/
.intelligence_sec_right h3 {
    margin-bottom: 12px;
}

.intelligence_box figure {
    float: left;
    width: 18%;
    padding-right: 14px;
}

    .intelligence_box figure img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

.intelligence_text {
    float: left;
    width: 82%;
}

    .intelligence_text p {
        text-align: left;
    }
/**/
.search_property_sec .row {
    margin-left: -30px;
    margin-right: -30px;
}

    .search_property_sec .row [class*=col-] {
        padding-left: 30px;
        padding-right: 30px;
    }

.intelligence_sec .row {
    margin-left: -35px;
    margin-right: -35px;
}

    .intelligence_sec .row [class*=col-] {
        padding-left: 35px;
        padding-right: 35px;
    }
/**/
.footer_top {
    border-top: 1px solid #EE650D;
    padding-bottom: 96px;
}

    .footer_top .social_links li {
        padding: 0;
    }

        .footer_top .social_links li a {
            color: #233034;
        }

.footer_top_block_title {
    display: block;
    color: #EE650D;
    margin-bottom: 16px;
    margin-top: 96px;
    font-family: 'Montserrat 500';
    font-size: 14px;
    line-height: 16px;
}

.footer_top_link {
    display: block;
    margin-bottom: 8px;
    color: #233034;
    font-family: 'Montserrat 400';
    font-size: 14px;
    line-height: 16px;
}

    .footer_top_link:hover {
        color: #233034
    }

.footer_bottom {
    background: #EE650D;
    color: white;
}

    .footer_bottom a {
        color: white;
    }

        .footer_bottom a:hover {
            color: white;
        }

.footer_bottom_link {
    padding: 9px 0;
    font-family: 'Montserrat 400';
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}

.footer_app_store_link li {
    width: 99px;
}

    .footer_app_store_link li .aapl {
        font-size: 26px;
        margin-left: 6px;
    }

.footer_links li {
    float: left;
    padding-right: 25px;
}

    .footer_links li a {
        font-size: 14px;
        letter-spacing: -0.17px;
        color: #ffffff;
    }

        .footer_links li a:hover {
            opacity: 0.8;
        }

.social_links li {
    float: left;
    padding-left: 7px;
}

    .social_links li a {
        font-size: 20px;
        width: 29px;
        height: 29px;
        text-align: center;
        line-height: 28px;
        color: #ffffff;
        border: 1px solid rgba(255,255,255,0.36);
        border-radius: 50%;
        display: block;
    }

        .social_links li a:hover {
            border-color: #ffffff;
        }

.bottom_btn {
    display: none;
}
/**/
@media screen and (max-width: 1420px) {
    .search_property_sec .row, .intelligence_sec .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .search_property_sec .row [class*=col-], .intelligence_sec .row [class*=col-] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .trip_sec ul li .trip_box {
        min-width: inherit;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 13px
    }
    /*
	.trip_sec ul:before{background-position:0 0;}
	.trip_sec ul:before{background: url(../images/wave-border.png) no-repeat;background-size: contain;background-position:-6px 14px;}
*/

    .trip_box_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .trip_sec ul li:nth-child(5) .trip_box {
        margin-right: -110px;
    }

    .trip_sec ul li:nth-child(5) .trip_box, .trip_sec ul li .trip_box {
        min-width: inherit;
    }

    .banner {
        padding-top: 0px;
    }

    .banner_right_img {
        text-align: center;
    }

        .banner_right_img img {
            max-width: 100%;
            margin: auto;
        }
}

@media screen and (max-width: 1199px) {

    .container {
        max-width: 70rem;
    }

    h2 {
        font-size: 24px;
        line-height: 35px;
    }

    h1 {
        font-size: 38px;
        line-height: 55px;
    }

    .container {
        padding: 0 30px;
    }

    .trip_box figure {
        opacity: 1;
    }

    .trip_sec ul {
        max-width: 550px;
    }

        .trip_sec ul li:nth-child(odd):before {
            left: 27px;
        }
        /*    .trip_sec ul li:nth-child(3):after, .trip_sec ul li:nth-child(5):after{content: '';position: absolute;background: #F7F8FA;width: 10px;height: 10px;left: 57px;top:12px;}*/
        .trip_sec ul:before {
            display: none;
        }

    .trip_sec ul {
        display: block !important;
        margin: 0 -15px;
        max-width: 650px;
        margin: auto;
    }

        .trip_sec ul li {
            width: 50%;
            float: left;
            padding: 0 15px;
            margin-bottom: 30px;
        }

            .trip_sec ul li:nth-child(even) {
                margin-top: 30px;
            }

            .trip_sec ul li:nth-child(odd) {
                position: relative;
            }

            .trip_sec ul li:nth-child(1):before {
                content: '';
                position: absolute;
                background: url(../images/tablet-line1.svg);
                top: -134px;
                left: 44px;
                width: 560px;
                height: 329px;
                background-size: 100%;
            }

            .trip_sec ul li:nth-child(3):before {
                content: '';
                position: absolute;
                background: url(../images/tablet-line2.svg);
                top: -114px;
                left: 44px;
                width: 560px;
                height: 329px;
                background-size: 100%;
            }

            .trip_sec ul li:nth-child(5):before {
                content: '';
                position: absolute;
                background: url(../images/tablet-line3.svg);
                top: -134px;
                left: 44px;
                width: 560px;
                height: 329px;
                background-size: 100%;
            }

            .trip_sec ul li:nth-child(6) .trip_box, .trip_sec ul li:nth-child(5) .trip_box {
                min-width: auto;
            }

            .trip_sec ul li:nth-child(3) .trip_box, .trip_sec ul li:nth-child(2) .trip_box, .trip_sec ul li:nth-child(4) .trip_box, .trip_sec ul li:nth-child(6) .trip_box, .trip_sec ul li:nth-child(5) .trip_box {
                margin: 0;
            }
}

@media screen and (max-width: 991px) {

    .intelligence_sec_left {
        text-align: center;
        margin: auto;
        margin-bottom: 100px;
    }

    h1 {
        font-size: 28px;
        line-height: 45px;
    }

    /***********toggle_menu_end***************/
}

@media screen and (max-width: 767px) {

    html {
        font-size: 11px;
    }

    .banner_left, .intelligence_sec_left {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }

    .banner_left, .intelligence_sec_left {
        text-align: center;
        margin-bottom: 40px;
    }

    .banner_right {
        text-align: center;
    }

    .banner_img img {
        height: 250px;
        object-position: center;
    }

    .search_property_box {
        max-width: 420px;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        height: auto;
    }

    .social_links, .footer_links {
        display: table;
        margin: auto;
    }

    .footer_top .social_links {
        margin: 0;
    }

    .footer_links {
        margin-bottom: 20px;
    }

    .intelligence_box {
        margin-bottom: 30px;
    }

    .intelligence_sec_left .btn {
        display: none;
    }

    .bottom_btn {
        display: block;
        text-align: center;
    }
    /*	.trip_sec ul li:nth-child(odd):before{left:40px;}*/
    .banner_right img {
        margin-left: -55px;
    }

    h1 {
        font-size: 32px;
        line-height: 35px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .container {
        padding: 0 32px;
    }

    .trip_sec ul {
        max-width: 575px;
    }

        .trip_sec ul li:nth-child(1):before, .trip_sec ul li:nth-child(3):before, .trip_sec ul li:nth-child(5):before {
            left: 30px;
            width: 490px;
            top: -106px;
        }

    .banner_right_img img {
        max-width: 100%;
        margin: auto;
    }

    .app_store_link {
        justify-content: center;
    }

    .intelligence_sec {
        margin-bottom: 100px;
    }

    .signin-btn {
        margin-right: 20px;
    }

    #btn__nav__language {
        margin-left: 20px;
    }
}

@media screen and (max-width: 576px) {
    p {
        font-size: 15px;
        line-height: 24px;
    }

    .footer_links li {
        float: none;
        text-align: center;
        padding-right: 0px;
    }

    .footer_links li {
        margin-bottom: 10px;
    }

    .intelligence_text {
        width: 100%;
        text-align: center;
    }

    .intelligence_box figure {
        float: none;
        margin: auto;
        margin-bottom: 15px;
        width: 50px;
    }

    .banner_img img {
        height: 150px;
    }

    .trip_sec ul li {
        width: 100%;
    }

    .banner_left h1 br, .search_property_sec h2 br, .trip_sec h2 br {
        display: none;
    }

    .trip_sec ul li:nth-child(odd):before {
        display: none;
    }

    .trip_box {
        max-width: 320px;
        margin: auto !important;
    }

    .banner_left p {
        font-size: 16px;
        line-height: 28px;
    }

    .trip_sec ul li:nth-child(3) .trip_box figure img, .trip_sec ul li:nth-child(2) .trip_box figure img, .trip_sec ul li:nth-child(6) .trip_box figure img {
        margin-left: 10px;
    }

    .trip_sec ul li:nth-child(4) .trip_box figure img {
        margin-left: 15px;
    }

    .trip_sec ul li:nth-child(5) .trip_box figure img {
        margin-right: 20px;
    }

    .search_property_sec {
        padding-bottom: 0;
    }

    .footer_top_block_title {
        margin-top: 20px;
    }

    .footer_top {
        padding: 0;
    }

        .footer_top .social_links li {
            width: 50%;
            margin-bottom: 36px;
        }

            .footer_top .social_links li a {
                font-size: 26px;
            }

    .footer_app_store_link li {
        width: 130px;
        margin-bottom: 16px;
    }

        .footer_app_store_link li .aapl {
            font-size: 34px;
        }
    .footer_bottom {
        text-align: left;
    }
}
/* ---------------------------------------------------------*/


main {
    min-height: calc(100vh - 200px);
    background-color: #F7FAFC;
}

.flag {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../../images/flags/flags.png) no-repeat;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    vertical-align: middle;
    margin: 3px 0 0 5px;
    border-radius: 50%;
}

    .flag.flag-pt {
        background-position: -102px -69px;
    }

    .flag.flag-nl {
        background-position: -38px -70px;
    }

    .flag.flag-se {
        background-position: -68px -102px;
    }

    .flag.flag-sk {
        background-position: -102px -102px;
    }

    .flag.flag-he {
        background-position: -134px -37px;
    }

    .flag.flag-ro {
        background-position: -134px -69px;
    }

    .flag.flag-gb {
        background-position: -70px -37px;
    }

    .flag.flag-en {
        background-position: -70px -37px;
    }

    .flag.flag-es {
        background-position: -131px -6px;
    }

    .flag.flag-it {
        background-position: -6px -69px;
    }

    .flag.flag-pl {
        background-position: -70px -70px;
    }

    .flag.flag-fr {
        background-position: -38px -37px;
    }

    .flag.flag-dk {
        background-position: -101px -6px;
    }

    .flag.flag-vn {
        background-position: -134px -101px;
    }

    .flag.flag-ar {
        background-position: -38px -101px;
    }

    .flag.flag-ru {
        background-position: -6px -101px;
    }

    .flag.flag-de {
        background-position: -70px -5px;
    }

    .flag.flag-gr {
        background-position: -96px -37px;
    }

    .flag.flag-cz {
        background-position: -37px -6px;
    }

    .flag.flag-fi {
        background-position: -5px -37px;
    }

    .flag.flag-bg {
        background-position: 6px 5px;
    }

    .flag.flag-zh {
        background-position: -3px -134px;
    }

    .flag.flag-nb {
        background-position: -36px -134px;
    }

    .flag.flag-ja {
        background-position: -70px -134px;
    }

    .flag.flag-hr {
        background-position: -102px -134px;
    }

.flag-bigger {
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    padding-top: 4px;
}

.btn--nav {
    background: none;
}

.btn--nav__line {
    width: 18px;
    height: 1px;
    background: #233034;
    display: block;
    margin: 5px auto;
}

.btn--close {
    max-width: 50px;
    height: 50px;
    width: 50px;
    border-radius: 0;
    background: none;
    color: #212529;
}

.icon--close {
    background-image: url(../../../images/icons/icon-close.svg);
    background-size: auto;
    height: 1.5rem;
    display: inline-block;
    width: 1.5rem;
    background-repeat: no-repeat;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: white;
    z-index: 1;
    margin-left: 150vw;
    padding-top: 125px;
    transition: all 0.5s linear;
    padding-left: 22.5px;
}

.mobile-nav--show {
    margin-left: 0vw;
}

.has_account_icon {
    width: 24px;
    height: 38px;
    margin-right: 8px;
}

.no-scroll {
    overflow: hidden;
}

.to-bottom {
    position: absolute;
    bottom: 0;
}

.mobile-nav div:first-child {
    margin-bottom: 32px;
}

#btn__mobile__nav__language {
    color: #233034;
}

    #btn__mobile__nav__language span {
        margin: 0 16px 0 0;
    }

.mobile-nav-footer {
    color: #B1B4B5;
    margin: 32px 0;
}

    .mobile-nav-footer a {
        color: #B1B4B5;
    }

.right-btn {
    display: inline-block;
    float: right;
}

.signin-btn {
    margin-right: 56px;
    color: #233034;
}

    .signin-btn:hover {
        color: #233034;
    }

#btn__nav__language {
    margin-left: 56px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mobile-exemple {
    margin-top: 50px;
}

    .mobile-exemple .row {
        margin-top: 77px;
    }

.house-container {
    margin-top: 62px;
}

    .house-container div {
        display: inline-block;
        width: 33.3%;
    }

.house1 {
    float: left;
}

.house3 {
    float: right;
}

@media screen and (max-width: 1366px) {
    .house2 {
        float: right;
    }

    .house3 {
        float: none;
    }
}

@media screen and (max-width: 636px) {
    .house-container div {
        display: block;
        width: 100%;
    }

    .house1 {
        float: none;
        display: block;
    }

    .house2 {
        float: none;
        display: block;
    }

    .house3 {
        float: none;
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .intelligence_text p {
        text-align: center;
    }
}

@media screen and (max-width: 934px) {
    .header .container {
        padding: 0 30px;
    }
}

.nbsp {
    white-space: nowrap;
}

.fw500 {
    font-family: 'Montserrat 500', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.footer {
    margin-top: 40px;
}

.ffMontserrat400 {
    font-family: 'Montserrat 400', sans-serif;
    font-weight: 400;
}

.mt-63{
    margin-top: 63px;
}

.aapl {
    font-family: 'AppStoreBadgeFont';
    color: #000;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 53px;
}

@media screen and (max-width: 500px) {
    .aapl {
        font-size: 11vw;
    }
}

.aapl-zh-Hans:before {
    content: "\e601";
}

.aapl-zh:before {
    content: "\e601";
}

.aapl-ja:before {
    content: "\e602";
}

.aapl-ko:before {
    content: "\e603";
}

.aapl-th:before {
    content: "\e604";
}

.aapl-he:before {
    content: "\e605";
}

.aapl-bg:before {
    content: "\e606";
}

.aapl-el:before {
    content: "\e607";
}

.aapl-gr:before {
    content: "\e607";
}

.aapl-tr:before {
    content: "\e608";
}

.aapl-vi:before {
    content: "\e609";
}

.aapl-sv:before {
    content: "\e60b";
}

.aapl-se:before {
    content: "\e60b";
}

.aapl-fi:before {
    content: "\e60c";
}

.aapl-sl:before {
    content: "\e60d";
}

.aapl-sk:before {
    content: "\e60e";
}

.aapl-ro:before {
    content: "\e60f";
}

.aapl-ru:before {
    content: "\e610";
}

.aapl-pt:before {
    content: "\e612";
}

.aapl-pl:before {
    content: "\e613";
}

.aapl-nn:before {
    content: "\e614";
}

.aapl-nl:before {
    content: "\e615";
}

.aapl-mt:before {
    content: "\e616";
}

.aapl-hu:before {
    content: "\e617";
}

.aapl-lt:before {
    content: "\e618";
}

.aapl-lv:before {
    content: "\e619";
}

.aapl-it:before {
    content: "\e61a";
}

.aapl-fr:before {
    content: "\e61b";
}

.aapl-es:before {
    content: "\e61d";
}

.aapl-en:before {
    content: "\e61e";
}

.aapl-nb:before {
    content: "\e61e";
}

.aapl-hr:before {
    content: "\e61e";
}

.aapl-et:before {
    content: "\e61f";
}

.aapl-de:before {
    content: "\e620";
}

.aapl-da:before {
    content: "\e621";
}

.aapl-dk:before {
    content: "\e621";
}

.aapl-cs:before {
    content: "\e622";
}

.aapl-cz:before {
    content: "\e622";
}

.aapl-ms:before {
    content: "\e623";
}

.aapl-id:before {
    content: "\e624";
}

.aapl-ar:before {
    content: "\e625";
}

@media (max-width: 767.98px) {
    .btn--nav {
        position: absolute;
        right: 0;
    }

    .app_store_link li {
        width: 116px;
    }

    .aapl {
        font-size: 30px;
    }
}