.div_horiz_block_wrap {
    overflow-y: hidden;
    overflow-x: scroll;
    float: left;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    /*margin-left: -0.5em;*/
    -webkit-overflow-scrolling: touch;
}

.icon-tick {
    height: 15px;
    margin-top: 0px;
}

.topic_level_warning {
    height: 20px;
    bottom: -3px;
    position: relative;
}

.fav {
    height: 35px;
    width: 35px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    float: right;
    border: 0;
    position: absolute;
    bottom: -15px;
    right: -10px;
    /*z-index:99;*/
}

.fav_off {
    cursor: pointer;
    background-image: url(/images/icon-fav-off.png);
}

.topic_level_text_wrapper {
    position: absolute;
    left: 0;
    bottom: 3px;
    margin: 0px;
}

.overflow_show {
    overflow: visible !important;
}

.bub_frame {
    position: relative;
}

.height5 {
    height: 5em;
}

.p_more {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}

.p_more_padright {
    padding-right: 6rem;
}

.ul_greentick {
    padding-left: 2rem;
    text-indent: -2px;
    list-style: none;
    list-style-position: outside;
}

.ul_greentick li:before {
    content: '✅';
    margin-left: -2rem;
    margin-right: .8rem;
}

.ul_greentick li {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    margin: 1rem 0;
    padding: 0;
}

.paddingtop3 {
    padding-top: 3em !important;
}

.paddingbottom3 {
    padding-bottom: 3em !important;
}

@media screen and (max-width: 767px) {
    .paddingtop3 {
        padding-top: 1.5em !important;
    }
    .paddingbottom3 {
        padding-bottom: 1.5em !important;
    }
    .ul_greentick li {
        font-size: 1.0em;
        line-height: 1.1em;
        margin: 0.5rem 0;
    }
    .text_content_header_page {
        margin: 0;
    }
}

.space_mode {
    width: inherit !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    border: 0 !important;
    max-width: inherit;
}

.icon_share_whatsapp {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -12px;
    right: 30px;
}

.menu_btn_fav {
    display: none;
}

.div_baseblock_quarter {
    width: 22.6%;
    float: left;
    padding: 0;
    margin: 1.16%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .div_baseblock_quarter {
        width: 47.5% !important;
    }
}

@media screen and (max-width: 500px) {
    .div_baseblock_quarter {
        width: 100% !important;
    }
}

.border-tan {
    border: rgba(199, 163, 15, 0.8) 1px solid;
}

.border-green {
    border: rgba(62, 182, 111, 0.8) 1px solid;
}

.border-blue {
    border: rgba(15, 143, 199, 0.8) 1px solid;
}

.border-purple {
    border: rgba(103, 88, 130, 0.8) 1px solid;
}

.bk-green-33 {
    background-color: rgba(62, 182, 111, 0.33);
}

.bk-blue-33 {
    background-color: rgba(15, 143, 199, 0.33);
}

.desc {
    width: 100%;
    bottom: 0%;
    left: 0;
    text-align: center;
    float: left;
    /*padding: 0.0em 1.0em 0.5em 1.0em;*/
    padding: 0.0em 0.0em 0.5em 0.0em;
}

@media screen and (max-width: 500px) {
    .desc {
        padding: 0.0em 0.0em 0.0em 0.0em;
    }
}

.desc_inner {
    padding: 0.1em 0.5em 0.1em 0.5em;
    width: 100%;
}

.div_popup {
    display: none;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    right: 0px;
    margin: 6px;
    border-width: 5px;
    line-height: 1;
}

.topic-icon-image2 {
    width: 46px;
    padding-top: 0.5rem;
}

.icon-learningpath-block2 {
    width: 9.5%;
    margin: 0 0.5% 0.5% 0;
    border-radius: 7px;
    border: solid 3px;
    position: relative;
    float: left;
    text-align: center;
}

.icons-text2 {
    font-size: 1rem;
    line-height: 0.9rem;
    height: 3rem;
    top: -2px;
    padding: 0.25rem;
    position: relative;
    white-space: normal;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: normal;
}

.icon-learningpath-block2 {
    width: 13.5%;
    margin: 0 0.5% 0.5% 0;
    border-radius: 7px;
    border: solid 3px;
    position: relative;
    float: left;
    text-align: center;
}

.btn_audio {
    height: 40px;
    width: 45px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.btn_audio_play {
    background-image: url(/images_back/icon-audio-play-grey.png);
}

.btn_audio_play:hover {
    background-image: url(/images_back/icon-audio-play-maroon.png);
}

.btn_audio_pause {
    background-image: url(/images_back/icon-audio-pause-grey.png);
}

.text_topic_headline {
    font-family: 'Roboto', 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: 100;
    word-spacing: normal;
    color: #050505;
    text-decoration: none;
    text-align: left;
    line-height: 1.35rem;
    margin: 0;
    padding: 0;
}

.topic_level_text {
    margin: 0.5rem 0.5rem 0 0;
    padding: 3px 6px;
    font-family: "Karla", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #942538;
    letter-spacing: normal;
    line-height: 1em;
    word-spacing: normal;
    background-color: #FFFFFF;
    border-radius: 5px;
    /*border: rgba(204, 204, 204, 1.0) 1px solid;*/
}

.bkimage-team-circle {
    border-radius: 50%;
    background-size: cover;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
}

.box {
    display: none;
}

.cardgrid2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.inlineflex {
    display: inline-flex;
}

.footerpos {
    left: 0;
    position: absolute;
}

.texthero2 {
    position: relative;
    padding: 1rem;
    margin-bottom: 50px;
    margin-top: 180px;
}

.logohero {
    width: 65%;
    position: absolute;
    top: -8vh;
    left: 50%;
    transform: translateX(-50%);
}

.border-radius7-top {
    border-radius: 7px 7px 0 0;
}

.arrowbutton {
    width: 5%;
    margin-top: 15vh;
}

@media screen and (max-width:770px) {
    .arrowbutton {
        width: 8% !important;
        margin-top: 6vh !important;
    }
    .texthero2 {
        position: relative;
        padding: 1rem;
        margin-bottom: 50px;
        margin-top: 75px;
    }
    .textheromobile {
        position: relative;
        padding: 1rem !important;
        margin-top: 0px !important;
        margin-bottom: 50px !important;
        ;
    }
}

.bk-dkaqua-transparent {
    background-color: #3665808c;
}

.bk-dkgrey-transparent {
    background-color: #bfcce06e;
}

.blankcardcontainer {
    background-color: white;
    height: 100%;
    position: relative;
}

.blankcardfuture {
    height: 313px;
}

.cardimage {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.cardimage2 {
    height: 75px;
    background-size: cover;
    margin: 1.0rem -2rem 1rem -2rem;
    background-position: 0% 90%
}

@media screen and (max-width:1528px) {
    .blankcardfuture {
        height: 321px;
        ;
    }
}

@media screen and (max-width:1286px) {
    .blankcardfuture {
        height: 335px;
    }
}

@media screen and (max-width:1286px) {
    .blankcardfuture {
        height: 335px;
    }
}

@media screen and (max-width:1111px) {
    .blankcardfuture {
        height: 349px;
    }
}

@media screen and (max-width:1111px) {
    .blankcardfuture {
        height: 349px;
    }
}

.blankcardpast {
    height: 298px;
}

@media screen and (max-width:819px) {
    .blankcardpast {
        height: 320px;
    }
}

p, h2 {
    margin: 0;
    font-size: 100%;
}

label {
    width: 100%;
}

fieldset {
    width: 100%;
}

.req {
    color: #ff0000;
    padding: 0 5px;
}

#submit {
    cursor: pointer;
}

.eyebrow_page {
    font-family: "Roboto", sans-serif;
    font-size: 0.7em;
    margin: 0.5em 0em 0.5em 0em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #0f8ec7;
}

.image {
    width: 100%;
    float: left;
}

.paddingleft {
    padding-left: 0.5em !important;
}

.lineheight_1_5 {
    line-height: 1.5em !important;
}

.desc {
    width: 100%;
    bottom: 0%;
    left: 0;
    text-align: center;
    float: left;
    /*padding: 0.0em 1.0em 0.5em 1.0em;*/
    padding: 0em 0em 0.5em 0em;
}

.uppercaseoff {
    text-transform: none;
}

@media (min-width:966px) {
    .padding_top_header {
        padding-top: 47px
    }
}

@media (max-width:966px) {
    .padding_top_header {
        padding-top: 67px
    }
}

@media screen and (max-width:770px) {
    .padding_top_header {
        padding-top: 44px
    }
}

.posabs {
    position: absolute
}

.textblack {
    color: #000!important
}

.bk-dkaqua {
    background-color: #47a7ab
}

.divstatic {
    bottom: 0 !important;
    right: 0 !important;
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bkimgs-hongkong1 {
    background-image: url(/images/vicharbour4k.jpg);
}

.bkimgs-shanghai1 {
    background-image: url(images/opti-shanghai-hero.jpg);
}

.bkimgs-beijing1 {
    background-position: 71% 32%;
    background-image: url(images/opti-beijing-hero.jpg);
}

.bkimgs-singapore1 {
    background-position: 71% 5% !important;
    background-image: url(images/opti-singapore-hero.jpg);
}

.bkimgs-newyork1 {
    background-image: url(images/opti-newyork-hero.jpg);
}

.bkimgs-london1 {
    background-image: url(images/opti-london-hero.jpg);
}

.bkimgs-sydney1 {
    background-image: url(images/opti-sydney-hero.jpg);
}

.bkimgs-tokyo1 {
    background-image: url(images/opti-tokyo-hero.jpg);
}

.bkimgs-sanfran1 {
    background-image: url(images/opti-sanfran-hero.jpg);
}

.bkimgs-dubai1 {
    background-image: url(images/opti-dubai-hero.jpg);
}

.bkimgs-paris1 {
    background-position: 71% -20% !important;
    background-image: url(images/opti-paris-hero.jpg);
}

.bkimgs-frankfurt1 {
    background-position: 71% 0% !important;
    background-image: url(images/opti-frankfurt-hero.jpg);
}

.bkimgs-geneva1 {
    filter: brightness(.3) !important;
    background-image: url(images/opti-geneva-hero.jpg);
}

.bkimgs-shenzhen1 {
    background-position: 71% 0% !important;
    background-image: url(images/opti-shenzhen-hero.jpg);
}

.bkimgs-zurich1 {
    background-image: url(images/opti-zurich-hero.jpg);
}

.bkimgs-guangzhou1 {
    background-position: 71% 14% !important;
    background-image: url(images/opti-guangzhou-hero.jpg);
}

.bkimgs-temple1 {
    background-position: 71% 14% !important;
    background-image: url(images/opti-temple-hero.jpg);
}

.bkimgs {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 71% 60%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    filter: brightness(.4)
}

.bkimgs-team {
    background-image: url("/images/opti-foodog-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 71% -8%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    filter: brightness(0.4);
}

.bkimgs-about {
    background-image: url("/images/opti-pavayellow-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 71% 60%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    filter: brightness(0.4);
}

.bkimgs-contact {
    background-image: url("/images/opti-tea-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 71% 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    filter: brightness(0.7);
}

.bkimgs-recruit {
    background-image: url("/images/opti-laterns-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 71% 60%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -9;
    filter: brightness(0.4);
}

@media screen and (max-width:768px) {
    .bkimgs-hongkong1 {
        background-position: 47% 0!important;
        background-image: url(/images/rsz_vicharbour4kv3.webp), url(/images/rszvicharbour4kv4bad.jpg);
    }
    .bkimgs-shanghai1 {
        background-position: 19% 0!important;
        background-image: url(/images/opti-shanghai-hero-mob.webp), url(/images/opti-shanghai-hero-mob.jpg);
    }
    .bkimgs-beijing1 {
        background-position: 87% 0!important;
        background-image: url(/images/opti-beijing-hero-mob.webp), url(/images/opti-beijing-hero-mob.jpg);
    }
    .bkimgs-singapore1 {
        background-position: 47% 0!important;
        background-image: url(/images/opti-singapore-hero-mob.webp), url(/images/opti-singapore-hero-mob.jpg);
    }
    .bkimgs-newyork1 {
        background-position: 92% 0!important;
        background-image: url(/images/opti-newyork-hero-mob.webp), url(/images/opti-newyork-hero-mob.jpg);
    }
    .bkimgs-london1 {
        background-position: 50% 0!important;
        background-image: url(/images/opti-london-hero-mob.webp), url(/images/opti-london-hero-mob.jpg);
    }
    .bkimgs-sydney1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-sydney-hero-mob.webp), url(/images/opti-sydney-hero-mob.jpg);
    }
    .bkimgs-tokyo1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-tokyo-hero-mob.webp), url(/images/opti-tokyo-hero-mob.jpg);
    }
    .bkimgs-sanfran1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-sanfran-hero-mob.webp), url(/images/opti-sanfran-hero-mob.jpg);
    }
    .bkimgs-dubai1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-dubai-hero-mob.webp), url(/images/opti-dubai-hero-mob.jpg);
    }
    .bkimgs-paris1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-paris-hero-mob.webp), url(/images/opti-paris-hero-mob.jpg);
    }
    .bkimgs-frankfurt1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-frankfurt-hero-mob.webp), url(/images/opti-frankfurt-hero-mob.jpg);
    }
    .bkimgs-geneva1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-geneva-hero-mob.webp), url(/images/opti-geneva-hero-mob.jpg);
    }
    .bkimgs-shenzhen1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-shenzhen-hero-mob.webp), url(/images/opti-shenzhen-hero-mob.jpg);
    }
    .bkimgs-zurich1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-zurich-hero-mob.webp), url(/images/opti-zurich-hero-mob.jpg);
    }
    .bkimgs-guangzhou1 {
        background-position: 35% 0!important;
        background-image: url(/images/opti-guangzhou-hero-mob.webp), url(/images/opti-guangzhou-hero-mob.jpg);
    }
    .bkimgs-temple1 {
        background-position: 8% 0!important;
        background-image: url(/images/opti-temple-hero-mob.webp), url(/images/opti-temple-hero-mob.jpg);
    }
    .bkimgs-team {
        background: url(/images/opti-foodog-hero-mob.webp), url(/images/opti-foodog-hero-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 71% -8%;
    }
    .bkimgs-about {
        background: url(/images/opti-pavayellow-hero-mob.webp), url(/images/opti-pavayellow-hero-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 71% 60%;
    }
    .bkimgs-contact {
        background: url(/images/opti-tea-hero-mob.webp), url(/images/opti-tea-hero-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 71% -8%;
    }
    .bkimgs-recruit {
        background: url(/images/opti-laterns-hero-mob.webp), url(/images/opti-laterns-hero-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 71% -8%;
    }
}

.gradientLiteblue {
    background: linear-gradient(90deg, #a7bfe8, #6190e8)
}

@media screen and (max-width:768px) {
    .thumb_h2 {
        font-size: 1rem!important
    }
}

.thumb_h2 {
    font-size: 2.8rem!important;
    text-align: center!important;
    color: #fff!important
}

@media screen and (max-width:768px) {
    .thumb_h2 {
        font-size: 1rem!important
    }
}

.thumb_p {
    font-size: 1.3rem!important;
    text-align: center!important;
    color: #fff!important
}

@media screen and (max-width:768px) {
    .thumb_p {
        font-size: 1rem!important
    }
}

.thumb2_img {
    max-height: 200px;
    max-width: 100%
}

.thumb_img {
    width: 100%;
}

@media screen and (max-width: 1310px) {
    .thumb_img {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .thumb_img {
        width: 75%;
    }
}

.input_flat {
    border: none;
    background: #fff;
    border-radius: .25rem;
    padding: .75rem 1rem!important;
    float: none!important;
    text-align: none;
    margin: 1rem 0
}

@media screen and (max-width:768px) {
    .input_flat {
        width: 100%
    }
}

.regb0 {
    border: 1px solid #ffffff00;
    display: inline-block;
    cursor: pointer;
    font-family: Karla, sans-serif;
    font-size: 25px!important;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    transition: background .25s ease-in-out;
    float: none!important;
    padding: 1rem!important
}

.regb_color_blue {
    background-color: #2997ff;
    color: #fff;
}

.regb_color_green {
    background-color: #29ff84;
    color: #000;
}

.regb_color_pink {
    background-color: #ff294e;
    color: #fff;
}

.regb1 {
    background-color: #2997ff;
    border: 1px solid #ffffff00;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Karla, sans-serif;
    font-size: 25px!important;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    transition: background .25s ease-in-out;
    float: none!important;
    padding: 1rem!important
}

.regb2 {
    background-color: #29ff84;
    border: 1px solid #ffffff00;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Karla, sans-serif;
    font-size: 25px!important;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    transition: background .25s ease-in-out;
    float: none!important;
    padding: 1rem!important
}

.regb3 {
    background-color: #ff294e;
    border: 1px solid #ffffff00;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Karla, sans-serif;
    font-size: 25px!important;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    transition: background .25s ease-in-out;
    float: none!important;
    padding: 1rem!important
}

.flashcards_wr {
    border-radius: 15px;
    margin: 10%;
    padding: 3px
}

.flashcards_btn_close {
    position: absolute;
    cursor: pointer;
    margin: .25rem;
    padding: .5rem;
    top: -60px;
    right: 0;
    background: rgba(255, 255, 255, .7);
    border-radius: 7px
}

.flashcards_bk {
    position: fixed;
    z-index: 999;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(148, 37, 56, .22)
}

@media screen and (max-width:600px) {
    .content {
        -webkit-animation: scale-in-ver-center .75s cubic-bezier(.25, .46, .45, .94) 1s both;
        animation: scale-in-ver-center .75s cubic-bezier(.25, .46, .45, .94) 1s both;
        top: 65%!important
    }
}

@media screen and (min-width:600px) {
    .content {
        left: 57%!important;
        top: 78%!important
    }
}

.content {
    position: absolute;
    left: 45%;
    top: 45%;
    transform: translate(-50%, -50%);
    margin-top: 85px
}

@media screen and (max-width:600px) {
    .scale-in-ver-center2 {
        -webkit-animation: scale-in-ver-center .75s cubic-bezier(.25, .46, .45, .94) 1s both;
        animation: scale-in-ver-center .75s cubic-bezier(.25, .46, .45, .94) 1s both
    }
}

.hero {
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/images/rsz_vicharbour4kv3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.texthero {
    position: absolute;
    bottom: 23%;
    width: 100%;
    padding: 1rem
}

@media screen and (max-width:768px) {
    .hero {
        background-position: 47% 0!important;
        background-image: url(/images/rsz_vicharbour4kv3.webp), url(/images/rszvicharbour4kv4bad.jpg)!important;
    }
}

iframe {
    height: 400px
}

@media screen and (max-width:767px) {
    iframe {
        height: 250px
    }
}

.b_aqua {
    color: #050505;
    background-color: #96c3c8
}

.b1 {
    bottom: 2rem;
    left: 2rem;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.2rem;
    text-align: center;
    padding: .5rem 2rem;
    border-radius: 10px;
    border: rgba(255, 255, 255, .8) 1px solid
}

body {
    background-color: #f2f2f2;
    -webkit-print-color-adjust: exact!important
}

a:link {
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    font-weight: 700
}

a:active {
    text-decoration: none
}

* {
    -webk-it-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1, h2, p {
    margin: 0;
    font-size: 100%
}

.div_level0, .div_level0_header {
    width: 100%;
    vertical-align: top;
    margin: 0;
    border: 0;
    padding: 15px 30px 5px 30px;
    text-align: center
}

@media print {
    .div_level0 {
        padding: 15px 0 5px 0
    }
}

@media screen and (max-width:770px) {
    .div_level0, .div_level0_header {
        padding: 0
    }
}

@media screen and (max-width:1050px) {
    .div_level0, .div_level0_header {
        padding: 15px 5px 5px 5px
    }
}

.border-black-fat {
    border: #000 1.5px solid
}

.border-left-white {
    border-left: rgba(255, 255, 255, .8) 1px solid
}

.border-radius7 {
    border-radius: 7px
}

.shortyrow {
    height: 87px
}

.bk-blue {
    background-color: #0f8ec7
}

.bk-grey {
    background-color: #f2f2f2
}

.bk-white {
    background-color: #fff
}

.bk-white-66 {
    background-color: rgba(255, 255, 255, 0.66);
}

.logo-fm-small {
    height: 70px;
    float: left
}

@media screen and (max-width:770px) {
    .logo-fm-small {
        height: 35px
    }
}

@media (max-width:966px) {
    .logo-fm-smallest {
        height: 35px;
        margin-top: -2px;
        float: left
    }
}

@media screen and (max-width:770px) {
    .logo-fm-smallest {
        height: 35px;
        margin-top: -2px;
        float: left
    }
}

@media (min-width:966px) {
    .logo-fm-smallest {
        height: 35px;
        margin-top: -2px;
        float: left
    }
}

@media print {
    .logo-fm-smallest {
        height: 35px;
        margin-top: -2px;
        float: left
    }
}

.icon_small {
    width: 20px;
    float: left
}

.div_level1 {
    display: inline-block;
    width: 100%
}

.row_offset_up {
    margin-top: -100px
}

@media print {
    .row_offset_up {
        margin-top: -80px
    }
}

.div_baseblock_2x1 {
    width: 62.5%;
    float: left;
    padding: 0;
    margin: 1.16%;
    overflow: hidden
}

@media screen and (max-width:770px) {
    .div_baseblock_2x1 {
        width: 97.5%
    }
}

.div_baseblock_3x1 {
    width: 97.5%;
    float: left;
    padding: 0;
    margin: 1.16%;
    overflow: hidden;
}

.div_baseblock_3x1 .image_wrapper {
    width: 33.3%;
    height: 100%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 770px) {
    .div_baseblock_3x1 .image_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1310px) {
    .div_baseblock_3x1 .image_wrapper {
        width: 100%;
        padding: 0.5em;
    }
}

.div_baseblock_3x1 .text_wrapper .div_baseblock_1x1 {
    margin: 0;
}

.div_baseblock_3x1 .text_wrapper {
    width: 66.6%;
    height: 100%;
    padding: 1.5em;
    margin: 0;
    text-align: left;
    overflow: hidden;
}

@media screen and (max-width: 770px) {
    .div_baseblock_3x1 .text_wrapper {
        width: 100%;
        padding: 0.5em;
    }
}

@media screen and (max-width: 1310px) {
    .div_baseblock_3x1 .text_wrapper {
        width: 100%;
        padding: 0.5em;
    }
}

.image_wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 1.25%;
}

.div_baseblock_1x1 {
    width: 31%;
    float: left;
    padding: 0;
    margin: 1.16%;
    overflow: hidden
}

@media screen and (max-width:770px) {
    .div_baseblock_1x1 {
        width: 97.5%
    }
}

@media print {
    .div_baseblock_1x1 {
        display: block
    }
}

.div_baseblock_1x1_nomargin {
    width: 33.3%;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.div_baseblock_1x1 .text_wrapper {
    width: 100%;
    height: 100%;
    padding: 1.5em;
    margin: 0;
    text-align: left;
    overflow: hidden
}

@media screen and (max-width:770px) {
    .div_baseblock_1x1 .text_wrapper {
        padding: .5em
    }
}

.text_wrapper {
    width: 100%;
    height: 100%;
    padding: 1.5em;
    margin: 0;
    text-align: left;
    overflow: hidden
}

@media screen and (max-width:770px) {
    .text_wrapper {
        padding: .5em
    }
}

.div_baseblock_halfxhalf {
    width: 47.5%;
    float: left;
    padding: 0;
    margin: 1.16%;
    overflow: hidden
}

@media screen and (max-width:770px) {
    .div_baseblock_halfxhalf {
        width: 100%;
        margin: 1.16% 0
    }
}

@media print {
    .div_baseblock_halfxhalf {
        display: inline-block
    }
}

.eyebrow {
    font-family: Roboto, sans-serif;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0f8ec7;
    margin: 0 0 1em 0
}

.text_content_header {
    font-family: Karla, sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    font-size: 1.1em
}

@media print {
    .text_content_header {
        font-size: 1em
    }
}

.date {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: .8rem;
    color: #999;
    padding-top: 0
}

.text_content_para {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: .5em 0 .5em 0;
    font-size: .9em;
    line-height: 1.4;
    color: #4c4c4c
}

ul {
    padding: 0 0 0 16px
}

@media print {
    .text_content_para {
        font-size: 1em
    }
}

.text_content_header_page {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 4em;
    line-height: .95em;
    letter-spacing: -.05em;
    word-spacing: .2em;
    color: #333;
    text-align: center;
    margin: 0 0 .3em 0;
    padding: 0
}

@media screen and (max-width:770px) {
    .text_content_header_page {
        font-size: 2.5em
    }
}

.text_content_para_page {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    margin: 0;
    text-align: left;
    line-height: 1.8;
    color: #4c4c4c
}

.div_fixedtop {
    position: fixed;
    z-index: 99;
    padding: 5px 30px 5px 30px
}

@media screen and (max-width:770px) {
    .div_fixedtop {
        padding: 0
    }
}

@media screen and (max-width:1050px) {
    .div_fixedtop {
        padding: 5px 5px 5px 5px
    }
}

.div_contact_wrapper_top {
    width: 100%;
    padding: 0 0 2px 0;
    margin: 0;
    border-top: rgba(255, 255, 255, .8) 1px solid;
    border-bottom: rgba(255, 255, 255, .8) 1px solid;
    text-align: center
}

@media screen and (max-width:770px) {
    .div_contact_wrapper_top {
        padding: 5px 0 5px 0
    }
}

.div_contact_wrapper {
    float: left;
    width: 97.5%;
    padding: 2% 0 2% 0;
    margin: 2% 1.25% 2% 1.25%;
    border-top: rgba(76, 76, 76, .3) 1px solid;
    border-bottom: rgba(76, 76, 76, .3) 1px solid;
    text-align: center
}

.strip-contact-text {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

@media print {
    .strip-contact-text {
        font-size: 1em;
        padding: 0 0 0 5px
    }
}

.strip-contact-image {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px
}

.text_level1_wrapper {
    width: 70%;
    max-width: 75em;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    -webk-it-backface-visibility: hidden;
    padding: 1em 0 1em 0
}

@media print {
    .text_level1_wrapper {
        width: 90%;
        max-width: 90%;
        padding: .5em 0 .5em 0
    }
}

@media screen and (max-width:770px) {
    .text_level1_wrapper {
        width: 100%;
        max-width: 100%;
        padding: .5em .5em .5em .5em
    }
}

.text_level1_para {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.3em;
    letter-spacing: normal;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0
}

@media print {
    .text_level1_para {
        font-size: 1em;
        line-height: 1.1em
    }
}

@media screen and (max-width:770px) {
    .text_level1_para {
        padding-top: .5em;
        font-size: 1em;
        line-height: 1.2em
    }
}

.cursor {
    cursor: pointer
}

.topic_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media screen and (max-width:770px) {
    .topic_shadow {
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 3px 8px 0 rgba(0, 0, 0, .19)
    }
}

@media print {
    .topic_shadow {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }
}

.text_news_SC {
    font-family: Roboto, sans-serif;
    font-size: 1.7rem;
    font-weight: 100;
    letter-spacing: .1em;
    word-spacing: normal;
    color: #4c4c4c;
    text-decoration: none;
    text-align: center;
    margin: 0 0 0 -.2em;
    padding: 0
}

.text_news_SC2 {
    font-family: 'Roboto', 'Raleway', sans-serif;
    font-size: 1.0rem;
    font-weight: 100;
    line-height: 1.2rem;
    word-spacing: normal;
    color: #050505;
    text-decoration: none;
    text-align: center;
    margin: 0.2em 0.0em 0.2em 0.0em;
    /*line-height:1.3;
    letter-spacing: 0.1em;
    
    */
    padding: 0px 0px 0px 0px;
}

@media screen and (max-width:450px) {
    .text_news_SC {
        font-size: 1.53rem
    }
}

@media screen and (max-width:430px) {
    .text_news_SC {
        font-size: 1.3rem
    }
}

@media screen and (max-width:400px) {
    .text_news_SC {
        font-size: 1.2rem
    }
}

@media print {
    .text_news_SC {
        font-size: 1.15rem
    }
}

.text_news_PY {
    font-family: Karla, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #4c4c4c;
    letter-spacing: normal;
    word-spacing: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    margin: .2em 0 0 -.5em;
    padding: 0
}

.text_news_PH {
    font-family: "Karla", sans-serif;
    font-size: 1rem;
    /*0.7rem*/
    font-weight: 400;
    color: #4c4c4c;
    letter-spacing: normal;
    word-spacing: normal;
    /*0.4em*/
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    margin: 0.2em 0em 0.2em 0em;
    padding: 0px 0px 0px 0px;
}

@media print {
    .text_news_PY {
        font-size: 0.9em;
    }
    .text_news_PH {
        font-size: 0.9em;
    }
}

.text_news_EN {
    font-family: Karla, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #4c4c4c;
    letter-spacing: normal;
    line-height: 1em;
    word-spacing: normal;
    text-decoration: none;
    text-align: center;
    margin: .2em 0 .2em 0;
    padding: 0
}

@media print {
    .text_news_EN {
        font-size: 1rem
    }
}

html {
    height: 100%
}

body {
    display: block;
    margin: 0;
    height: 100%
}

.div_foot_menu_1_wrap {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    border-top: rgba(76, 76, 76, .3) 1px solid;
    border-bottom: rgba(76, 76, 76, .3) 1px solid;
    background-color: #f5f5f5
}

.div_foot_menu_1 {
    width: 98%;
    margin: 0;
    border: 0;
    padding: 5px 30px 5px 30px;
    text-align: center
}

@media screen and (max-width:770px) {
    .div_foot_menu_1 {
        width: 100%;
        padding: 0
    }
}

.textaligncenter {
    text-align: center;
}

.textalignleft {
    text-align: left
}

.textalignright {
    text-align: right
}

.textalignjustify {
    text-align: justify
}

.widthfull {
    width: 100%!important
}

.width70 {
    width: 70%!important
}

.width50 {
    width: 50%!important
}

@media screen and (max-width: 770px) {
    .widthmobile100 {
        width: 100% !important;
        padding: 0px 0px 0px 0px;
    }
    .widthmobile50 {
        width: 50% !important;
        padding: 0px 0px 0px 0px;
    }
}

.height3 {
    height: 3rem
}

.alignleft {
    float: left!important
}

.alignright {
    float: right!important
}

.inline {
    display: inline-block
}

.posrel {
    position: relative
}

.paddinghalf {
    padding: .5em!important
}

.padding2 {
    padding: 2.0em!important
}

.padding15 {
    padding: 1.5em!important
}

.paddingzero {
    padding: 0!important
}

.paddingquart {
    padding: .25em!important
}

.paddingright {
    padding-right: .5em!important
}

.paddingzerotop {
    padding-top: 0!important
}

.paddingbottom {
    padding-bottom: 0.5em !important;
}

.marginzerobottom {
    margin-bottom: 0!important
}

.marginbottom {
    margin-bottom: 0.5em !important;
}

.marginright {
    margin-right: .5em!important
}

.margintop3 {
    margin-top: 3em !important;
}

.marginbottom3 {
    margin-bottom: 3em !important;
}

.margintop1 {
    margin-top: 1em!important
}

.margintop {
    margin-top: .5em!important
}

.borderzero {
    border: 0;
}

.borderzerotop {
    border-top: 0 !important;
}

.borderzerobottom {
    border-bottom: 0 !important;
}

.marginzero {
    margin: 0!important
}

.marginhalf {
    margin: 0.5em !important;
}

.text-white {
    color: #fff
}

.text-purple {
    color: #675882
}

.text-maroon {
    color: #942538
}

.text-bluefe {
    color: #043464;
}

.text_bold {
    font-weight: 800
}

.no_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

iframe {
    display: inline-block;
    width: 100%
}

#nav {
    border: 0
}

#nav .cursorzero {
    cursor: default
}

#nav ul {
    list-style-type: none;
    margin: 0;
    border: 0;
    padding: 0
}

@media screen and (max-width:770px) {
    .spec-spacer {
        width: 35px;
        height: 10px;
        margin-bottom: -8px
    }
}

@media screen and (max-width:770px) {
    #nav ul {
        text-align: left;
        position: absolute
    }
}

#nav ul:hover {
    z-index: 99
}

#nav>ul>li {
    line-height: 1.7em
}

#nav li {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: left;
    vertical-align: bottom;
    margin: 0
}

@media print {
    #nav li {
        font-size: .8em
    }
}

@media screen and (max-width:770px) {
    #nav li {
        display: none;
        text-align: left;
        border-bottom: 2px solid #bfcce0;
        width: 98%;
        background-color: #fff;
        color: #4c4c4c
    }
}

.menuhead {
    font-weight: 100;
    font-size: 1.5em
}

@media print {
    .menuhead {
        font-size: 1.2em
    }
}

@media screen and (max-width:1050px) {
    .menuhead {
        font-weight: 400;
        font-size: 1.25em
    }
}

#nav li a {
    float: left;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    padding: .4em .5em .35em .5em;
    text-align: left
}

@media screen and (max-width:770px) {
    #nav li a {
        color: #4c4c4c
    }
}

#nav li:hover {
    background-color: #ccc;
    color: #4c4c4c
}

@media screen and (max-width:770px) {
    #nav ul:hover li {
        display: block
    }
}

#nav li a:hover {
    color: #4c4c4c
}

#nav li ul {
    height: 0;
    display: none;
    margin-top: 0
}

@media screen and (max-width:770px) {
    #nav li ul {
        margin-top: -1em
    }
}

#nav li:hover ul {
    background-color: #ccc;
    color: #4c4c4c;
    position: absolute;
    display: block;
    z-index: 99;
    top: 2.5em;
    left: 0;
    right: 0 auto
}

@media screen and (max-width:770px) {
    #nav li:hover ul {
        position: relative;
        top: 0;
        left: 1em
    }
}

#nav li ul li {
    border-right: 0;
    border-bottom: 1px solid #bfcce0
}

#nav li:hover ul li {
    right: 13.8rem;
    position: relative;
    float: left;
    vertical-align: middle;
    background-color: #fff;
    margin: 0;
    border: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #bfcce0;
    min-width: 125%
}

@media screen and (max-width:770px) {
    #nav li ul li {
        border-bottom: 2px solid #bfcce0
    }
    #nav li:hover ul li {
        border-bottom: 2px solid #bfcce0
    }
}

#nav li:hover ul li:first-child {
    border-top: 1px solid #bfcce0
}

#nav li:hover ul li a {
    text-align: left;
    color: #4c4c4c
}

#nav li:hover ul li:hover {
    background-color: #ccc;
    color: #4c4c4c
}

.for-mobile-only {
    display: none
}

@media screen and (max-width:770px) {
    .for-mobile-only {
        display: inline-block
    }
    .not-for-mobile {
        display: none
    }
}

.for-print-only {
    display: none
}

@media print {
    .div_level1 {
        text-align: left
    }
    .div_level0_header {
        padding: 0
    }
    .text_wrapper {
        padding: .5em!important
    }
    .div_fixedtop {
        position: static
    }
    .for-print-only {
        display: inline-block
    }
    .not-for-print {
        display: none
    }
    .text_content_header_page {
        font-size: 2em
    }
    .text_content_header_page {
        font-size: 2em;
        margin: 0
    }
    .div_foot_menu_1 {
        padding: 5px 0 5px 0
    }
    .bk-blue {
        background-color: #fff
    }
    .bk-grey {
        background-color: #fff
    }
    .text-white {
        color: #000
    }
}

#formplusreply input {
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    font-size: inherit;
    max-width: 22em;
    float: right
}

#formplusreply input:focus {
    outline: 0
}

#formplusreply input.botcatch {
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none
}

#formplusreply2 input {
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    font-size: inherit;
    max-width: 22em;
    float: right
}

#formplusreply2 input:focus {
    outline: 0
}

#formplusreply2 input.botcatch {
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none
}

::-webkit-input-placeholder {
    font-size: 1rem
}

::-moz-placeholder {
    font-size: 1rem
}

:-ms-input-placeholder {
    font-size: 1rem
}

:-o-input-placeholder {
    font-size: 1rem
}

/*! CSS Used from: Embedded */

@media screen and (min-width:1100px) {
    #nav>ul>li {
        padding: 0 2rem
    }
}

@media screen and (min-width:770px) {
    #nav>ul>li {
        padding: 0 1rem
    }
}

/*! CSS Used keyframes */

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25% !important;
}

.width33 {
    width: 33% !important;
}

.width50 {
    width: 50% !important;
}

.width80 {
    width: 80%;
}

.width78 {
    width: 78%;
}

.width66 {
    width: 66% !important;
}

.width85 {
    width: 85%;
}

.width88 {
    width: 88%;
}

.width90 {
    width: 90%;
}

/*! CSS Used fontfaces */

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.eot);
    src: local('Karla'), local('Karla-Regular'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.woff2) format('woff2'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.woff) format('woff'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.ttf) format('truetype'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-regular.svg#Karla) format('svg');
    font-display: swap
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.eot);
    src: local('Karla Bold'), local('Karla-Bold'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.woff2) format('woff2'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.woff) format('woff'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.ttf) format('truetype'), url(https://www.financeenglish.com/include/karla-v13-latin/karla-v13-latin-700.svg#Karla) format('svg');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.eot);
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.woff2) format('woff2'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.woff) format('woff'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.ttf) format('truetype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-100.svg#Roboto) format('svg');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.eot);
    src: local('Roboto Light'), local('Roboto-Light'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.woff2) format('woff2'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.woff) format('woff'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.ttf) format('truetype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-300.svg#Roboto) format('svg');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.eot);
    src: local('Roboto'), local('Roboto-Regular'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.woff2) format('woff2'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.woff) format('woff'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.ttf) format('truetype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto) format('svg');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.eot);
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.eot#iefix) format('embedded-opentype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.woff2) format('woff2'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.woff) format('woff'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.ttf) format('truetype'), url(https://www.financeenglish.com/include/roboto-v20-latin/roboto-v20-latin-500.svg#Roboto) format('svg');
    font-display: swap
}