/*! CSS Used from: ..//css/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

/*! CSS Used from: ..//css/webflow.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

h1,
h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input::placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898EC;
    outline: 0;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*! CSS Used from: ..//css/mar-p06-21bd45e24390c141d26e34f960a97b8.webflow.css */
body {
    color: #fff;
    background-color: #000;
    height: 100%;
    font-family: Titillium Web, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.principal {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

.bloco1 {
    background-color: #000;
    background-image: url('..//images/bg_topo_desk.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-bottom: 50px;
}

.trava {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.trava.p1140 {
    max-width: 1140px;
}

.trava.depo {
    max-width: 1050px;
}

.trava.t1036 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1036px;
    display: flex;
}

.divide {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
}

.div52 {
    width: 52%;
    padding-top: 50px;
}

.tit1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.tit1.dois {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 117%;
}

.w_txt1 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.txt2 {
    background-image: url('..//images/calendario_1calendario.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 2px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 26px;
}

.txt3 {
    background-image: url('..//images/relogio_1relogio.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 2px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 26px;
}

.txt4 {
    background-image: url('..//images/alfinete_1alfinete.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 2px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 26px;
}

.txt5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}

.amarelo {
    color: #e39002;
    font-weight: 600;
}

.w_form {
    background-image: linear-gradient(158deg, #4c4c4ca1, #000 62%);
    border: 1px solid #424242;
    border-radius: 5px;
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    max-width: 480px;
    height: auto;
    min-height: 350px;
    padding: 50px 18px 30px;
    display: flex;
}

.txt6 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
}

.ww_form {
    width: 100%;
    margin-bottom: 0;
}

.input {
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(90deg, #5b5b5ba1, #000);
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    font-size: 17px;
}

.bt_sub {
    text-align: center;
    background-image: linear-gradient(90deg, #ffa100, #563806);
    border-radius: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 0 12px 5px #ffa10045;
}

.bt_sub:hover {
    background-image: linear-gradient(90deg, #563806, #ffa100);
}

.bt_sub.bt2 {
    max-width: 460px;
    margin-top: 50px;
}

.bt_sub.bt2.ul {
    margin-top: 20px;
}

.txt_bt {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.img_bt {
    margin: 5px;
}

.w_radio {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
}

.rbf {
    width: 50%;
    margin-bottom: 10px;
}

.ww_radio {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rodape {
    background-color: #a66a03;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
}

.txt_rodape {
    margin-bottom: 0;
    font-size: 14px;
}

.bloco_branco {
    background-color: #fff;
    background-image: linear-gradient(#f0f0f0, #b9b9b9 38%, #000);
    padding-top: 150px;
    padding-bottom: 80px;
    display: block;
}

.txt1 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffa100, #ab6d06);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
}

.txt1.cc {
    margin-top: 50px;
    margin-bottom: 50px;
}

.txt1.ccc {
    margin-top: 50px;
    margin-bottom: 20px;
}

.w_depo {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    display: none;
}

.w_bloco_grana {
    background-image: url('..//images/bg_real_desk.jpg');
    background-position: 23vw;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 530px;
    position: relative;
}

.ttt {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23vw;
    display: flex;
}

.tit2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.c {
    width: auto;
    max-width: 440px;
    height: auto;
    font-size: 18px;
    line-height: 22px;
}

.dif {
    background-image: radial-gradient(circle closest-side, #ffa10026, #000);
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    display: flex;
}

.m48 {
    max-width: 48%;
    height: auto;
}

.f {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
}

.branco {
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}

.txt4b {
    background-image: url('..//images/mala.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 2px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 26px;
}

.tco {
    width: 100%;
    max-width: 1182px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.dife {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.wwww {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 640px;
    height: auto;
    display: flex;
}

.m48b {
    max-width: 48%;
    height: auto;
    margin-top: 30px;
}

.image {
    margin-top: -40px;
    margin-left: -90px;
}

.bloco_preto {
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 164px;
    padding-bottom: 100px;
}

.divide_duro {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 150px;
    display: flex;
}

.bloco2 {
    width: 47%;
}

.bloco11 {
    width: 53%;
    padding-top: 20px;
    padding-right: 30px;
}

.paragraph {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.paragraph-2 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}

.f2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
}

.tit2b {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.img2 {
    margin-top: 60px;
}

.div-block {
    background-image: url('..//images/car.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 570px;
    height: auto;
    margin-top: 60px;
    padding-top: 130px;
}

.paragraph-3 {
    font-size: 18px;
    line-height: 22px;
}

.divide_faq {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
}

.d1 {
    text-align: left;
    width: 50%;
    height: auto;
}

.ww_faq {
    background-color: #2d2d2d;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.bt_faq {
    text-align: center;
    background-image: linear-gradient(90deg, #ffa100, #563806);
    border-radius: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
}

.bt_faq:hover {
    background-image: linear-gradient(90deg, #563806, #ffa100);
}

.img_bt2 {
    margin: 5px;
    position: absolute;
    right: 20px;
}

.resposta {
    text-align: center;
    background-color: #2d2d2d;
    border-radius: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.txt_bt_r {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.bbranco {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 115px 15px;
}

.paragraph-4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}

.utrava {
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    width: 100%;
    max-width: 750px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.ww_slider_video {
    width: 100%;
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.slider {
    background-color: #000;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.mask,
.slide {
    width: 100%;
    height: auto;
}

.ww_video {
    width: 100%;
    height: auto;
    padding-bottom: 56%;
    position: relative;
}

.seta {
    background-image: url('..//images/Seta_e.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 70px;
    margin-left: -35px;
}

.seta.dir {
    background-image: url('..//images/Seta_d.png');
    margin-left: 0;
    margin-right: -35px;
}

.slide-nav {
    margin-bottom: -44px;
    font-size: 7px;
    line-height: 7px;
}

@media screen and (max-width: 991px) {
    .bloco1 {
        padding-top: 210px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .divide {
        flex-flow: wrap;
    }

    .div52 {
        width: 100%;
    }

    .tit1 {
        text-align: center;
    }

    .w_txt1 {
        justify-content: center;
        align-items: center;
    }

    .txt5 {
        text-align: center;
    }

    .w_form {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .w_depo {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        justify-content: center;
    }

    .w_bloco_grana {
        background-image: url('..//images/Bg-Money-1.png');
        background-position: 50%;
        height: 410px;
    }

    .ttt {
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

    .c {
        text-align: center;
    }

    .branco {
        padding-bottom: 80px;
    }

    .tco {
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .wwww {
        justify-content: flex-start;
        align-items: center;
    }

    .image {
        order: -1;
        margin-left: 0;
    }

    .divide_duro,
    .divide_faq {
        flex-flow: wrap;
    }
}

@media screen and (max-width: 767px) {
    .bloco1 {
        background-image: url('..//images/bg_topo_mob.jpg');
        background-position: 50% 0;
        background-size: auto;
        min-height: 0;
        padding-top: 180px;
    }

    .tit1 {
        text-align: center;
        font-size: 30px;
    }

    .w_txt1 {
        justify-content: center;
        align-items: center;
    }

    .txt2 {
        margin-bottom: 4px;
        font-size: 17px;
        line-height: 21px;
    }

    .txt3,
    .txt4 {
        font-size: 17px;
        line-height: 21px;
    }

    .txt5 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
    }

    .w_form {
        max-width: 100%;
        margin-top: 20px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ww_form {
        max-width: 400px;
    }

    .input {
        height: 39px;
    }

    .bt_sub {
        max-width: 400px;
        padding: 15px 10px;
    }

    .txt_bt,
    .rl {
        font-size: 14px;
    }

    .rodape {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .bloco_branco {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .txt1 {
        font-size: 35px;
        line-height: 45px;
    }

    .tit2 {
        text-align: center;
        font-size: 30px;
    }

    .dif {
        flex-flow: column wrap;
        align-items: center;
    }

    .m48 {
        max-width: 100%;
    }

    .txt4b {
        font-size: 17px;
        line-height: 21px;
    }

    .dife {
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: center;
    }

    .wwww {
        min-width: auto;
    }

    .m48b {
        max-width: 100%;
    }

    .bloco_preto {
        padding-left: 15px;
        padding-right: 15px;
    }

    .divide_duro {
        margin-bottom: 50px;
    }

    .bloco2 {
        text-align: center;
        order: -1;
        width: 100%;
    }

    .bloco11 {
        width: 100%;
    }

    .f2 {
        font-size: 25px;
        line-height: 30px;
    }

    .tit2b {
        text-align: left;
        font-size: 30px;
    }

    .div-block {
        width: 100%;
    }

    .divide_faq {
        margin-bottom: 50px;
    }

    .d1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .bt_faq {
        max-width: 100%;
        padding: 15px 10px;
    }

    .resposta {
        max-width: 400px;
        padding: 15px 10px;
    }

    .txt_bt_r {
        font-size: 14px;
    }

    .bbranco {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ww_slider_video {
        padding-left: 0;
        padding-right: 0;
    }

    .seta {
        background-size: 30px;
        width: 30px;
        margin-left: -15px;
    }

    .seta.dir {
        margin-right: -15px;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}