.invisible{
    display:none !important;
}
.main-content{
    padding:2rem 0;
}
a{
    text-decoration:none!important;
}
html{
    scroll-behavior:smooth;
}
@media screen and (prefers-reduced-motion:reduce){
    html{
        scroll-behavior:auto;
    }
}
.error {
    border: 1px solid black;
    background-color: white;
    color: #c03;
    font-weight: bold;
    padding: .5rem;
    text-align: center;
}
.container{
    width:100%;
}
.container .homepage-header{
    margin-top:2.5rem;
    position:relative;
}
.container .homepage-header__title span{
    display:inline-block;
    width:100%;
    text-align:center;
    font-size:3rem
}
@media all and (max-width:480px){
    .container .homepage-header__title span{
        font-size:22px;
    }
}
.container .homepage-header__title-green{
    text-transform:uppercase;
    color: #00833d;
    font-size: 3rem;
}
.container .homepage-header__title-bold{
    text-transform:lowercase;
    font-size:3rem;
}
@media all and (max-width:480px){
    .container .homepage-header__title-bold{
        text-transform:capitalize;
        color:#6b6b6b;
    }
    .container .homepage-header__title-bold p{
        margin:0;
    }
}
.container .homepage-header__section-links{
    position:absolute;
    right:5rem;
    width:30rem;
    text-align:right;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-end;
    height:26rem;
}
.container .homepage-header__section-links .link-item{
    height:6rem;
    margin-bottom:.5rem;
}
.container .homepage-header__section-links .link-item__icon{
    width:6rem;
    height:6rem;
    border-style:solid;
    border-width:3px;
    background-size:5.5rem;
    background-position:0 center;
    background-repeat:no-repeat;
    overflow:hidden;
    white-space:nowrap;
    border-radius:5rem;
    transition:all .4s linear;
    cursor:pointer;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.container .homepage-header__section-links .link-item__icon:hover{
    width:26rem;
}
.container .homepage-header__section-links .link-item__icon>div{
    margin-left:6.5rem;
    white-space:nowrap;
    text-align:left;
}
.container .homepage-header__section-links .link-item__icon:last-child{
    margin-bottom:0;
}
.container .homepage-header__section-links .link-item__title{
    visibility:hidden;
    width:0;
    float:left;
}
.container .homepage-header__section-links a{
    display:inline-block;
    width:100%;
    height:100%;
}
@media all and (max-width:768px){
    .container .homepage-header__section-links{
        position:unset;
        width:100%;
        display:flex;
        justify-content:space-around;
        margin-top:2rem;
    }
}
.container .nav-jump-links{
    width:70%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    color:#00833d;
    font-size:22px;
    margin-top:7rem;
}
@media all and (max-width:768px){
    .container .nav-jump-links{
        display:none;
    }
}
.container .nav-jump-links a:after{
    background:none repeat scroll 0 0 transparent;
    bottom:0;
    content:"";
    display:block;
    height:2px;
    background:#00833d;
    transition:all .3s ease-in-out;
    width:100%;
    visibility:hidden;
    transform:scaleX(0);
}
.container .nav-jump-links a:hover:after{
    visibility:visible;
    transform:scaleX(1);
}
.container .categories{
    margin-top:4rem;
    padding-left:3rem;
}
@media all and (max-width:768px){
    .container .categories{
        padding:0 2rem 0;
        margin-top:2rem;
    }
}
.container .categories-title{
    font-size:24px;
    color:#00833d;
    margin-bottom:3rem;
}
@media all and (max-width:768px){
    .container .categories-title{
        text-align:center;
        color:#000;
        font-size:22px;
        margin-bottom:2rem;
    }
}
.container .categories-list{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}
@media all and (max-width:768px){
    .container .categories-list{
        max-width:100%;
        display:flex;
        justify-content:space-between;
        row-gap:1rem;
    }
}
.container .categories-list__item{
    padding:10px 30px 10px;
    color:#0000008c;
    font-size:12px;
    border-radius:30px;
    border:1px solid #9e9e9e59;
    text-align:center;
    transition:.5s ease;
}
@media all and (max-width:768px){
    .container .categories-list__item{
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        flex-basis:45%;
    }
}
.container .categories-list__item:hover{
    background-color:#37863f;
    color:#fff;
}
.container .categories-list__item-view-all{
    padding:10px 70px 10px;
    color:#37863f;
    transition:.5s ease;
    position:relative;
    background-color:transparent;
    border-style:none !important;
    outline:none !important;
    cursor:pointer;
}
@media all and (max-width:768px){
    .container .categories-list__item-view-all{
        background-color:#d75e30;
        border-radius:3rem;
        margin:auto;
        color:#fff;
        border:0;
    }
}
.container .categories-list__item-view-all:after{
    content:"";
    display:block;
    width:100%;
    position:absolute;
    bottom:0;
    height:2px;
    left:0;
    margin-top:10px;
    background:#37863f;
    transition:.5s ease;
}
@media all and (max-width:768px){
    .container .categories-list__item-view-all:after{
        display:none;
    }
}
.container .categories-list__item-view-all:hover:after{
    transform:scaleX(0.5);
    margin:auto;
}
.container .tags{
    width:90%;
    margin:auto;
    margin-top:4rem;
}
.container .tags .tag-content{
    margin-bottom:6rem;
    position:relative;
    padding-top: .25rem;
}
@media all and (max-width:768px){
    .container .tags .tag-content{
        border-top:1px solid #8080808a;
    }
}
.container .tags .tag-content__title{
    text-align:center;
    color:#00833d;
    font-size:4rem;
    font-weight:300;
    margin-top:1.5rem;
}
@media all and (max-width:768px){
    .container .tags .tag-content__title{
        color:#d44400;
        font-size:20px;
        font-weight:400;
    }
}
.container .tags .tag-content__subtitle{
    text-align:center;
    color:#666;
    font-size:2rem;
    margin-bottom:3rem;
    font-weight:300;
}
@media all and (max-width:768px){
    .container .tags .tag-content__subtitle{
        font-size:16px;
        color:#000;
        margin-bottom:1rem;
    }
}
.container .tags .tag-content__category{
    position:absolute;
    top:3rem;
    right:0;
    color:#4a4a4a;
    font-size:16px;
    font-weight:300;
    width: 13rem;
    text-align: center;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__category{
        display:inline-block;
        position:unset;
        width:100%;
        text-align:center;
        top:unset;
        text-decoration:underline;
        margin-bottom:2rem;
        color:#000;
        font-weight:400;
    }
}
.container .tags .tag-content__articles-with_main_article{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex-wrap:wrap;
    height:650px;
    width:100%;
    font-weight:300;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article{
        height:50rem;
    }
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article{
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        height:unset;
    }
}
.container .tags .tag-content__articles-with_main_article .article-link-wrapper{
    display:none;
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child{
    flex:0 1 100%;
    width:60%;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child{
        margin-bottom:3rem;
        height:35rem;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child{
        height:28rem;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-link-wrapper{
    display:none;
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content{
    display:block;
    background-color:#d44400;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70%;
    height:70%;
    color:#fff;
    padding:5rem 0 4rem;
    text-align:center;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        width:70%;
        height:80%;
        padding:0;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-title{
    padding:10px;
    font-size:32px;
    font-weight:400;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-title{
        font-size:1.3em;
    }
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-title{
        font-weight:400;
        font-size:2em;
        padding:0;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-title{
        font-size:14px;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-description{
    padding:10px;
    font-size:20px;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-description{
        font-size:1em;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-description{
        font-size:.8em;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-tag{
    display:block;
    text-transform:uppercase;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-tag{
        font-size:12px;
        padding:0;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-bottom{
    width:65%;
    text-align:right;
    border-bottom:1px solid #fff;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding:2rem;
    font-weight:400;
    gap:1.5rem;
    font-size:18px;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-bottom{
        font-size:1em;
    }
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-bottom{
        width:100%;
        justify-content:center;
        padding:0;
        margin:0;
        gap:0;
        font-size:12px;
        border:0;
        font-weight:400;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-bottom .article-link__text{
    text-decoration:none;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card:first-child .article-card__content-bottom .article-link__text{
        text-decoration:underline;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card{
    flex:0 0 47%;
    width:30%;
    overflow:hidden;
    float:left;
    position:relative;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card{
        height:30rem;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card{
        height:25rem;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card .article-link-wrapper{
    display:inline-block;
    position:absolute;
    height:100%;
    width:100%;
    z-index:5;
}
.container .tags .tag-content__articles-with_main_article .article-card__img{
    height:100%;
}
.container .tags .tag-content__articles-with_main_article .article-card__img img{
    display:inline-block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.container .tags .tag-content__articles-with_main_article .article-card__content{
    position:absolute;
    background-color:rgba(255,255,255,0.8);
    bottom:0;
    padding:1rem;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-with_main_article .article-card__content{
        height:50%;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card__content{
        height:60%;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card__content-tag{
    display:none;
}
.container .tags .tag-content__articles-with_main_article .article-card__content-title{
    font-size:18px;
    font-weight:400;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article .article-card__content-title{
        font-size:1em;
        font-weight:400;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card__content-description{
    font-size:14px;
}
@media all and (max-width:1024px){
    .container .tags .tag-content__articles-with_main_article .article-card__content-description{
        font-size:1em;
    }
}
@media all and (max-width:480px){
    .container .tags .tag-content__articles-with_main_article .article-card__content-description{
        font-size:.8em;
    }
}
.container .tags .tag-content__articles-with_main_article .article-card__content-bottom{
    display:none;
}
.container .tags .tag-content__articles-without_main_article{
    width:100%;
    padding-bottom:3rem;
    display:flex;
    justify-content:space-between;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article{
        display:unset;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card{
    flex-basis:30%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:60rem;
    border-bottom:1px solid #d44400;
    transition:.3s ease;
}
.container .tags .tag-content__articles-without_main_article .article-card:hover .article-card__content-title{
    transition:.3s ease;
    text-shadow:0 0 .7px #000,0 0 .7px #000;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card{
        display:flex;
        justify-content:space-around;
        flex-direction:row;
        height:20rem;
        border:0;
        margin-bottom:2rem;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card:last-child{
    border-bottom:1px solid #00833d;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card:last-child{
        border-bottom:0;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card:first-child{
    border-bottom:1px solid #b74f84;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card:first-child{
        border-bottom:0;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__img{
    flex-basis:45%;
}
.container .tags .tag-content__articles-without_main_article .article-card__img img{
    display:inline-block;
    width:100%;
    height:28rem;
    object-fit:cover;
}
.container .tags .tag-content__articles-without_main_article .article-card:first-child .article-card__content-tag{
    color:#b74f84;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card:first-child .article-card__content-tag{
        color:#fff;
        background-color:#b74f84;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card:last-child .article-card__content-tag{
    color:#00833d;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card:last-child .article-card__content-tag{
        color:#fff;
        background-color:#00833d;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content{
    color:#000;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    flex-basis:50%;
    font-weight:300;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content{
        padding-bottom:2rem;
        display:flex;
        justify-content:space-between;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-title{
    font-size:20px;
    transition:.5 ease;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-title{
        font-size:16px;
        line-height:1.15;
        font-weight:400;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-description{
    font-size:16px;
    color:#666;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-description{
        font-size:12px;
        line-height:1.15;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-bottom{
    text-align:right;
    font-size:18px;
    padding:1rem;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-bottom{
        width:100%;
        text-align:initial;
        padding:unset;
        font-size:14px;
        font-weight:400;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-bottom .article-link{
    display:inline-block;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-bottom .article-link{
        width:unset;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-bottom .article-link__text{
    display:inline-block;
    margin-right:10px;
    width:5rem;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-bottom .article-link__text{
        width:unset;
        text-decoration:underline;
    }
}
.container .tags .tag-content__articles-without_main_article .article-card__content-bottom .article-link__icon{
    position:absolute;
}
.container .tags .tag-content__articles-without_main_article .article-card__content-tag{
    font-size:14px;
    color:#d44400;
    margin-top:.7rem;
    text-transform:uppercase;
}
@media all and (max-width:768px){
    .container .tags .tag-content__articles-without_main_article .article-card__content-tag{
        display:inline-block;
        width:fit-content;
        padding:0 .6rem 0;
        background-color:#d44400;
        color:#fff;
        font-size:10px;
        font-weight:400;
        margin-top:0;
        border-radius:.2rem;
    }
}
.container .experts{
    width:100%;
    margin:auto;
    margin-top:8rem;
    padding:3rem 0 30rem;
    background-image:url('https://09vzf2fk.media.zestyio.com/Same_Day_Image.png');
    background-size:cover;
    background-position:center;
}
.container .experts-title{
    text-align:center;
    font-size:22px;
    color:#00833d;
    margin-bottom:3rem;
}
.container .experts-list{
    width:40%;
    display:flex;
    justify-content:space-between;
    margin:auto;
    margin-bottom:2rem;
}
@media all and (max-width:768px){
    .container .experts-list{
        display:block;
        width:60%;
    }
}
.container .experts-list .expert-card{
    flex-basis:40%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.container .experts-list .expert-card__subtitle{
    font-size:1.2rem;
}
.container .experts .feedback-message{
    text-align:center;
    font-size:18px;
    font-weight:300;
}
.container .experts .feedback-message a{
    color:#00833d;
    text-decoration:underline;
}
.container .newsletter{
    background-color:#f7cf01;
    padding:7rem 0 7rem;
}
.container .newsletter-title{
    text-align:center;
    font-size:36px;
    font-weight:300;
    margin-bottom:1rem;
}
.container .newsletter-subtitle{
    text-align:center;
    font-size:18px;
    width:40%;
    margin:auto;
    font-weight:300;
    margin-bottom:2rem;
}
.container .newsletter-form{
    margin:auto;
    width:40%;
    display:flex;
    justify-content:space-between;
    font-weight:600;
}
.container .newsletter-form__input{
    flex-basis:70%;
    padding:2rem;
    border:0;
    font-size:16px;
}
.container .newsletter-form__input:focus{
    outline:0;
}
.container .newsletter-form__btn{
    flex-basis:30%;
    border:0;
    background-color:#433904;
    color:#fff;
    font-size:16px;
    height: 59px;
}
@media all and (max-width:480px){
    .container .newsletter-title{
        font-size:24px;
    }
    .container .newsletter-subtitle{
        font-size:18px;
        width:85%;
    }
    .container .newsletter-form{
        width:90%;
    }
}
.visually-hidden{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0;
}
a{
    color:inherit;
}
#google-plus{
    background-image:url('https://09vzf2fk.media.zestyio.com/google-plus.png');
}
#twitter{
    background-image:url('https://09vzf2fk.media.zestyio.com/twitter.png');
}
#facebook{
    background-image:url('https://09vzf2fk.media.zestyio.com/facebook.png');
}
#linked-in{
    background-image:url('https://09vzf2fk.media.zestyio.com/linkedin.png');
}
.content-title{
    font-weight:400;
    margin-bottom:1rem;
}
.content-list{
    margin-left:1rem;
}
.content-list div{
    display:flex;
    align-items:flex-start;
}
.content-list div:before{
    content:"\A";
    width:.5rem;
    height:.5rem;
    border-radius:50%;
    background:#00833d;
    margin-right:1rem;
    display:inline-block;
    flex-shrink:0;
    flex-grow:0;
    margin-top:1.3rem;
}
.breadcrumbs{
    width:70%;
    margin:auto;
    font-weight:300;
    margin-bottom:.5rem;
    font-size:1.25em;
    margin-bottom:1.5rem;
}
.breadcrumbs a:link{
    color:#00833d;
    text-decoration:none!important;
    font-weight: bold;
}
.breadcrumbs a:visited{
    color:#00833d;
    text-decoration:none!important;
    font-weight: bold;
}
.breadcrumbs a:hover{
    color:#00833d;
    text-decoration:underline!important;
    font-weight: bold;
}
.breadcrumbs a:focus{
    color:#00833d;
    text-decoration:none!important;
    font-weight: bold;
}
.breadcrumbs a:active{
    color:#00833d;
    text-decoration:none!important;
    font-weight: bold;
}
.article-page{
    width:100%;
    margin:auto;
}
.article-page .header{
    position:relative;
}
.article-page .header-background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:90%;
    background-color:#cad647;
    z-index:-1;
}
@media all and (max-width:768px){
    .article-page .header-background{
        width:100%;
        height:100%;
    }
}
@media all and (max-width:480px){
    .article-page .header-background{
        height:100%;
    }
}
.article-page .header-background--yellow{
    background-color:#ffc559;
}
.article-page .article-header{
    position:relative;
    display:flex;
    justify-content:space-around;
    width:70%;
    margin:auto;
    padding-top:4rem;
    margin-bottom:0;
}
@media all and (max-width:1024px){
    .article-page .article-header{
        width:90%;
    }
}
@media all and (max-width:768px){
    .article-page .article-header{
        width:100%;
        padding-top:0;
        display:block;
    }
}
.article-page .article-header__img{
    flex-basis:40%;
    height:45rem;
}
@media all and (max-width:768px){
    .article-page .article-header__img{
        height:auto;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__img{
        height:auto;
    }
}
.article-page .article-header__img img{
    width:100%;
    max-height:36rem;
    object-fit:contain;
}
.article-page .article-header__content{
    flex-basis:60%;
    padding-top:0;
}
@media all and (max-width:768px){
    .article-page .article-header__content{
        padding-top:5rem;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__content{
        padding-top:2.5rem;
    }
}
.article-page .article-header__category{
    text-transform:uppercase;
    margin-bottom:3rem;
    padding-left:5rem;
    font-size:1.3em;
    font-weight:300;
}
@media all and (max-width:768px){
    .article-page .article-header__category{
        font-size:1em;
        margin-bottom:.5rem;
        padding-left:5rem;
        text-transform:initial;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__category{
        padding-left:1rem;
    }
}
@media all and (max-width:340px){
    .article-page .article-header__category{
        font-size:1.1em;
    }
}
.article-page .article-header__title{
    font-size:3em;
    font-weight:300;
    margin-bottom:3rem;
    padding-left:5rem;
    min-height:13.5rem;
}
@media all and (max-width:1024px){
    .article-page .article-header__title{
        font-size:2.5em;
    }
}
@media all and (max-width:768px){
    .article-page .article-header__title{
        font-weight:400;
        font-size:2em;
        margin-bottom:1rem;
        height:auto;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__title{
        padding-left:1rem;
        font-size:1.4em;
    }
}
@media all and (max-width:340px){
    .article-page .article-header__title{
        font-size:1.3em;
    }
}
.article-page .article-header__author{
    display:inline-block;
    padding:2rem 0 1rem 5rem;
    border-bottom:1px solid #000;
}
@media all and (max-width:480px){
    .article-page .article-header__author{
        padding:0;
        padding-left:1rem;
        font-size:.85em;
    }
}
.article-page .article-header__recipes-categories{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -2.5rem;
    right: 0;
    left: auto;
}
@media all and (max-width:1024px){
    .article-page .article-header__recipes-categories{
        width:60%;
        padding-left:2rem;
    }
}
@media all and (max-width:768px){
    .article-page .article-header__recipes-categories{
        position:unset;
        width:90%;
        padding-left:5rem;
        margin-bottom:4rem;
        margin-top:4rem;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__recipes-categories{
        width:100%;
        padding-left:1rem;
        margin-top:2rem;
        margin-bottom:2rem;
    }
}
.article-page .article-header__recipes-categories-item{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:.5rem;
}
@media all and (max-width:480px){
    .article-page .article-header__recipes-categories-item{
        padding:0;
    }
}
.article-page .article-header__recipes-categories-icon{
    border-radius:50%;
    color:#fff;
    width:3rem;
    height:3rem;
    line-height:3rem;
    text-align:center;
    font-size:.8em;
    margin-right:.5rem;
}
@media all and (max-width:340px){
    .article-page .article-header__recipes-categories-icon{
        width:2rem;
        height:2rem;
        line-height:2rem;
        font-size:.5em;
    }
}
.article-page .article-header__recipes-categories-name{
    font-weight:300;
}
@media all and (max-width:768px){
    .article-page .article-header__recipes-categories-name{
        display:none;
    }
}
.article-page .article-header__share-links{
    display:flex;
    bottom:0;
    padding-left:5rem;
    padding-top:1.5rem;
}
@media all and (max-width:768px){
    .article-page .article-header__share-links{
        position:unset;
        padding:2rem 0;
        margin-left:4rem;
        margin-top:2rem;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__share-links{
        margin-left:2rem;
    }
}
.article-page .article-header__share-links>ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    list-style-type: none;
}
.article-page .article-header__share-links>ul>li{
    margin-right:1rem;
}
.article-page .article-header__share-links>ul>li>a>img{
    width:4rem;
    height:4rem;
    background-color:#666;
    border-radius:2rem;
    padding:.5rem;
}
.article-page .article-header__share-links>ul>li>a>img:hover{
    background-color:black;
}
.article-page .article-header__share-links .share-link{
    width:4.5rem;
    height:4.5rem;
    padding:1rem;
    border-radius:50%;
    border:1px solid #a6aeba;
    margin-right:2rem;
    background-color:white;
    cursor:pointer;
}
.article-page .article-header__share-links .share-link:hover{
    border-color:black;
}
.article-page .article-header__share-links .share-link:last-child{
    margin-right:0;
}
@media all and (max-width:768px){
    .article-page .article-header__share-links .share-link{
        width:4rem;
        height:4rem;
        padding:1rem;
        background-color:#fff;
    }
}
@media all and (max-width:480px){
    .article-page .article-header__share-links .share-link{
        width:3rem;
        height:3rem;
        padding:.6rem;
        margin-right:1rem;
    }
}
.article-page .article-header__share-links .share-link div{
    background-size:cover;
    background-position:center;
    width:100%;
    height:100%;
}
.article-page .article-header__share-links .share-link #google-plus{
    background-image:url('https://09vzf2fk.media.zestyio.com/google-plus.png');
}
.article-page .article-header__share-links .share-link #twitter{
    background-image:url('https://09vzf2fk.media.zestyio.com/twitter.png');
}
.article-page .article-header__share-links .share-link #facebook{
    background-image:url('https://09vzf2fk.media.zestyio.com/facebook.png');
}
.article-page .article-header__share-links .share-link #linked-in{
    background-image:url('https://09vzf2fk.media.zestyio.com/linkedin.png');
}
.article-page .main{
    line-height:2;
    font-size:16px;
    font-weight:300;
    position:relative;
    margin-bottom:3rem;
}
.article-page .main .recipe-content__testimonials{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:1.5rem 2rem 1.5rem;
    text-align:center;
    margin-top:3rem;
    margin-bottom:3rem;
    font-size:2rem;
}
.article-page .main .recipe-content__details{
    margin-bottom:2rem;
}
.article-page .main .recipe-content__details-item span:first-child{
    font-weight:400;
}
.article-page .main .recipe-content__ingredients{
    margin-bottom:2rem;
}
.article-page .main .recipe-content__instructions{
    margin-bottom:2rem;
}
.article-page .main .recipe-content__instructions-list{
    margin-left:1rem;
}
.article-page .main .recipe-content__instructions-list-item{
    margin-bottom:1.5rem;
}
.article-page .main .recipe-content__instructions-list-item .custom-checkbox{
    position:absolute;
    z-index:-1;
    opacity:0;
}
.article-page .main .recipe-content__instructions-list-item .custom-checkbox+label{
    display:inline-flex;
    align-items:flex-start;
    user-select:none;
    font-weight: 300!important;
}
.article-page .main .recipe-content__instructions-list-item .custom-checkbox+label::before{
    content:'';
    display:inline-block;
    width:2rem;
    height:2rem;
    flex-shrink:0;
    flex-grow:0;
    border:1px solid #adb5bd;
    border-radius:.25em;
    margin-right:.7em;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:50% 50%;
    margin-top:.5rem;
}
.article-page .main .recipe-content__instructions-list-item .custom-checkbox:checked+label{
    color:#adb5bd;
    text-decoration:line-through;
}
.article-page .main .recipe-content__instructions-list-item .custom-checkbox:checked+label::before{
    border-color:#00833d;
    background-color:#00833d;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.article-page .main .page-content{
    width:65%;
    margin:auto;
    margin-bottom:2rem;
}
.article-page .main .page-content a{
    color:#00833d;
    font-weight: bold;
}
.article-page .main .page-content a:hover{
    text-decoration:underline;
}
@media all and (max-width:768px){
    .article-page .main .page-content{
        width:90%;
    }
}
.article-page .main .side-tags{
    position:absolute;
    top:6rem;
    right:2rem;
    width:10%;
    font-size:14px;
}
@media all and (max-width:768px){
    .article-page .main .side-tags{
        display:none;
    }
}
.article-page .main .side-tags .tag{
    margin-bottom:3rem;
}
.article-page .main .side-tags .tag__title{
    font-weight:400;
    padding:1rem 0 1rem;
}
.article-page .main .side-tags .tag__article{
    cursor:pointer;
}
.article-page .main .side-tags .tag__article-img{
    height:15rem;
    opacity:.6;
}
.article-page .main .side-tags .tag__article-img img{
    height:100%;
    object-fit:cover;
}
.article-page .suggestions{
    width:70%;
    margin:auto;
}
@media all and (max-width:1024px){
    .article-page .suggestions{
        border-top:1px solid #00833d;
    }
}
@media all and (max-width:768px){
    .article-page .suggestions{
        width:85%;
    }
}
.article-page .products{
    margin:auto;
    width:90%;
    border-bottom:2px solid #80bc00;
}
.article-page .products .title{
    overflow:hidden;
    text-align:center;
    color:#00833d;
    font-size:22px;
}
.article-page .products .title::before,.article-page .products .title::after{
    background-color:#80bc00;
    content:"";
    display:inline-block;
    height:2px;
    position:relative;
    vertical-align:middle;
    width:50%;
}
.article-page .products .title:before{
    right:.5em;
    margin-left:-50%;
}
.article-page .products .title:after{
    left:.5em;
    margin-right:-50%;
}
.article-page .products .product-list{
    height:10rem;
}
.article-page .related-articles{
    padding:7rem;
    margin-top:5rem;
    margin-bottom:4rem;
    font-weight:300;
}
@media all and (max-width:480px){
    .article-page .related-articles{
        padding:2rem;
    }
}
.article-page .related-articles__title{
    text-align:center;
    color:#d0021b;
    font-size:40px;
}
.article-page .related-articles__subtitle{
    text-align:center;
    font-size:22px;
    margin-bottom:4rem;
}
.article-page .related-articles__list{
    width:100%;
    margin:auto;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    height: auto;
    flex-wrap: wrap;
}
@media all and (max-width:768px){
    .article-page .related-articles__list{
        flex-direction:column;
    }
}
.article-page .related-articles__list .article{
    flex-basis:30%;
    display:block;
    position:relative;
    margin-bottom: 3rem;
}
@media all and (max-width:768px){
    .article-page .related-articles__list .article{
        display:flex;
        justify-content:space-between;
        height:auto;
        margin-bottom:3rem;
    }
    .article-page .related-articles__list .article:first-child .article__tag{
        color:#fff;
        background-color:#b74f84;
    }
    .article-page .related-articles__list .article:last-child .article__tag{
        color:#fff;
        background-color:#00833d;
    }
}
.article-page .related-articles__list .article__link-wrapper{
    width:100%;
    height:100%;
}
.article-page .related-articles__list .article__link-wrapper:hover .article__title {
    text-decoration: underline;
}
.article-page .related-articles__list .article__img{
    height:24rem;
    margin-bottom:3rem;
}
@media all and (max-width:768px){
    .article-page .related-articles__list .article__img{
        flex-basis:47%;
        height:100%;
        margin-bottom: 0;
    }
}
.article-page .related-articles__list .article__img img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.article-page .related-articles__list .article__content{
    flex-basis:47%;
}
.article-page .related-articles__list .article__title{
    font-size:20px;
}
@media all and (max-width:768px){
    .article-page .related-articles__list .article__title{
        font-size:16px;
        font-weight:400;
        margin-top:.5rem;
        margin-bottom:.5rem;
    }
}
@media all and (max-width:480px){
    .article-page .related-articles__list .article__title{
        font-size:1em;
    }
}
@media all and (max-width:480px){
    .article-page .related-articles__list .article__description{
        font-size:.8em;
    }
}
.article-page .related-articles__list .article__tag{
    color:#4fb759;
    text-transform:uppercase;
    font-size:1.4em;
}
@media all and (max-width:768px){
    .article-page .related-articles__list .article__tag{
        display:inline-block;
        background-color:#e27513;
        color:#fff;
        font-weight:400;
        font-size:1em;
        border-radius:.2rem;
        padding:0 1rem;
    }
}
@media all and (max-width:480px){
    .article-page .related-articles__list .article__tag{
        font-size:.8em;
    }
}
.article-page .related-articles__list .article__read-more{
    visibility:hidden;
}
@media all and (max-width:768px){
    .article-page .related-articles__list .article__read-more{
        visibility:visible;
        font-size:1em;
        color:#000;
        text-decoration:underline;
        font-weight:400;
        position:relative;
        bottom:0;
        margin-bottom: 3rem;
    }
}
.article-page .related-articles__list .article-link{
    padding:10px 0 10px;
    color:#378dbe;
    font-size:16px;
    font-weight:300;
}
.side-tags{
    display:none !important;
}
.e-widget-wrapper{
    display:none !important;
}
.header-recipe .header-background{
    height:82%;
}
.header-recipe .article-header{
    margin-bottom:5rem;
}
.header-recipe .article-header__img>img{
    height:100%;
    object-fit:cover;
}
.blog-category{
    width:90%;
    padding:4rem;
    margin:auto;
}
@media screen and (max-width:480px){
    .blog-category{
        padding:unset;
    }
}
.blog-category .title{
    text-align:center;
    font-size:36px;
    color:#03833d;
    margin-bottom:20px;
}
.blog-category .hide{
    display:none;
}
.blog-category .category-dropdown{
    display:none;
    position:relative;
    width:100%;
    margin-bottom:4rem;
}
@media screen and (max-width:480px){
    .blog-category .category-dropdown{
        display:block;
    }
}
.blog-category .category-dropdown__input{
    display:none;
    padding:1rem;
    border:1px solid gray;
    border-radius:5px;
}
.blog-category .category-dropdown__input .current-element{
    display:inline;
    font-weight:300;
    padding:.5rem 2rem .5rem;
    background-color:#ddebb4;
    color:#00833d;
    border-radius:5rem;
    font-size:12px;
}
.blog-category .category-dropdown__input .icon-rotate{
    transform:rotate(180deg);
}
.blog-category .category-dropdown__input .arrow-icon{
    display:inline-block;
    background-image:url('https://09vzf2fk.media.zestyio.com/arrow-down.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    transition:.5s ease;
    width:1rem;
    height:1rem;
}
.blog-category .category-dropdown__input .arrow{
    position:absolute;
    right:1rem;
    top:50%;
    transform:translate(0,-50%);
    height:2rem;
    width:2rem;
    background-color:#d34402;
    border-radius:50%;
    text-align:center;
    line-height:1;
    color:#fff;
    font-size:18px;
}
.blog-category .category-dropdown__options{
    position:absolute;
    width:100%;
    background-color:#fff;
    border:1px solid;
    padding:1rem;
    z-index:2;
}
.blog-category .category-dropdown__options .option-item{
    font-weight:300;
    font-style:italic;
    padding:.5rem 0 .5rem;
}
.blog-category .category-list{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
    margin-bottom:4rem;
}
.blog-category .category-list__item{
    padding:10px 30px 10px;
    color:#0000008c;
    font-size:12px;
    border-radius:30px;
    border:1px solid #9e9e9e59;
    text-align:center;
}
.blog-category .category-list__item--active{
    border:1px solid #80bc00;
    color:#80bc00;
}
@media screen and (max-width:480px){
    .blog-category .category-list__item{
        display: none;
    }
    .blog-category .category-list__item--active{
        display: block;
        margin: auto;
    }
}
.blog-category .category-articles{
    width:100%;
}
.blog-category .category-articles .category-subtitle{
    color:#378dbe;
}
.blog-category .category-articles .category-title{
    margin-top:4rem;
    margin-bottom:5rem;
    padding-bottom:4rem;
    font-size:3rem;
    border-bottom:1px solid #9e9e9e;
    position:relative;
}
.blog-category .category-articles .category-title span{
    font-size:1.7rem;
    position:absolute;
    top:15%;
    font-weight:100;
    margin-left:.7rem;
}
.blog-category .category-articles__list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:1rem;
}
.blog-category .category-articles__list-item{
    box-shadow:0 2px 4px 0 #dadada;
    border-radius:.3rem;
    height:440px;
    width:32%;
}
.blog-category .category-articles__list-item-img{
    height:50%;
}
.blog-category .category-articles__list-item-img img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.blog-category .category-articles__list-item-content{
    padding:2rem;
    font-size:1.5rem;
}
.blog-category .category-articles__list-item-content-tag{
    font-weight:300;
    color:#e27512;
    visibility:hidden;
}
.blog-category .category-articles__list-item-content-title{
    margin-bottom:1rem;
    color:#000;
    height:4.5rem;
    overflow:hidden;
}
.blog-category .category-articles__list-item-content-description{
    color:#9e9e9e;
    font-weight:300;
    max-height:8rem;
    overflow:hidden;
}
@media screen and (max-width:480px){
    .blog-category .category-articles__list{
        display:unset;
    }
    .blog-category .category-articles__list-item{
        display:flex;
        justify-content:space-between;
        height:165px;
        border:0;
        box-shadow:unset;
        margin-bottom:2rem;
    }
    .blog-category .category-articles__list-item-img{
        flex-basis:40%;
        height:100%;
    }
    .blog-category .category-articles__list-item-content{
        flex-basis:55%;
        padding:0;
    }
    .blog-category .category-articles__list-item-content-tag{
        background-color:#e27512;
        color:#fff;
        display:inline-block;
        padding:0 1rem;
        border-radius:.2rem;
    }
}
@media(max-width:1024px){
    .blog-category .category-articles__list-item{
        width:100%;
    }
    .article-page .article-header__title{
        min-height:0;
    }
}
.slider{
    width:100%;
    height:55rem;
}
@media all and (max-width:768px){
    .slider{
        height:30rem;
    }
}
.slider .slider-item-wrapper{
    height:100%;
    display:none;
}
.slider .slider-item-wrapper.active{
    display:block;
}
.slider-item{
    display:flex;
    height:100%;
}
@media all and (max-width:768px){
    .slider-item{
        position:relative;
    }
}
.slider-item__image{
    flex-basis:50%;
}
.slider-item__image img{
    display:inline-block;
    width:100%;
    height:100%;
    object-fit:cover;
}
@media all and (max-width:768px){
    .slider-item__image{
        position:absolute;
        width:100%;
        height:100%;
    }
}
.slider-item__content{
    flex-basis:50%;
    background-color:transparent;
    position:relative;
    padding-top:8rem;
}
@media all and (max-width:768px){
    .slider-item__content{
        position:absolute;
        width:70%;
        height:80%;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        background-color:#00833d;
        padding:2rem 3rem;
    }
}
@media all and (max-width:480px){
    .slider-item__content{
        width:80%;
        height:60%;
        padding:1rem;
        font-size:10px;
    }
}
.slider-item__content .title{
    width:80%;
    margin:auto;
    font-size:32px;
    margin-bottom:2rem;
    text-align:center;
    font-weight:400;
    padding:0 2rem 0;
}
@media all and (max-width:1024px){
    .slider-item__content .title{
        font-size:28px;
    }
}
@media all and (max-width:768px){
    .slider-item__content .title{
        width:100%;
        padding:0;
        font-size:20px;
        margin-bottom:2rem;
    }
}
@media all and (max-width:480px){
    .slider-item__content .title{
        font-size:16px;
        margin-bottom:1rem;
    }
}
.slider-item__content .category{
    margin:auto;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:2rem;
    text-align:center;
    font-weight:300;
}
@media all and (max-width:768px){
    .slider-item__content .category{
        font-weight:400;
        margin-bottom:.5rem;
        font-size:1.1em;
    }
}
.slider-item__content .description{
    margin:auto;
    width:60%;
    font-size:18px;
    margin-bottom:3rem;
    text-align:center;
    font-weight:300;
}
@media all and (max-width:1024px){
    .slider-item__content .description{
        width:80%;
    }
}
@media all and (max-width:768px){
    .slider-item__content .description{
        width:100%;
        font-size:1em;
        margin-bottom:.8rem;
    }
}
.slider-item__content .bottom{
    display:flex;
    justify-content:space-around;
    align-items:center;
    font-weight:300;
    border-bottom:1px solid #fff;
    position:absolute;
    right:3rem;
}
@media all and (max-width:768px){
    .slider-item__content .bottom{
        width:100%;
        justify-content:center;
        position:unset;
        border:0;
    }
}
.slider-item__content .bottom .read-more-button{
    font-size:20px;
    display:flex;
    padding:0 .5rem;
}
.slider-item__content .bottom .read-more-button .text{
    margin-right:1rem;
}
@media all and (max-width:768px){
    .slider-item__content .bottom .read-more-button{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-basis:40%;
        font-size:12px;
    }
    .slider-item__content .bottom .read-more-button .text{
        text-decoration:underline;
        font-weight:400;
    }
}
.slider-item__content .bottom .read-more-button .icon{
    padding-top:4px;
    font-size:18px;
}
@media all and (max-width:768px){
    .slider-item__content .bottom .read-more-button .icon{
        padding-top:0;
        font-size:12px;
    }
}
.slider-dots{
    margin-top:3rem;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.slider-dots__item{
    width:1rem;
    height:1rem;
    border-radius:50%;
    background-color:#9e9e9e;
    margin-right:1rem;
}
.slider-dots__item:hover{
    cursor:pointer;
}
.slider-dots .active{
    background-color:#00833d;
    width:1.5rem;
    height:1.5rem;
    background-image: none!important;
}
.recipes-wrapper{
    padding:3rem 7rem 0;
}
.recipes-wrapper .recipes-list{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1250px;
    margin: auto;
}
.recipes-wrapper .recipes-list__item{
    flex-basis:30%;
    box-shadow:0 2px 4px 0 #dadada;
    border-radius:.3rem;
    margin-bottom: 4rem;
}
.recipes-wrapper .recipes-list__item-img{
    height:30rem;
}
.recipes-wrapper .recipes-list__item-img img{
    object-fit:cover;
    height:100%;
    width:100%;
}
.recipes-wrapper .recipes-list__item-content{
    padding:3rem 1rem;
}
.recipes-wrapper .recipes-list__item-content-categories{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:2rem;
}
.recipes-wrapper .recipes-list__item-content-categories-item{
    width:3rem;
    height:3rem;
    line-height:3rem;
    border-radius:50%;
    text-align:center;
    font-size:12px;
    color:#fff;
    margin-right:.5rem;
}
.recipes-wrapper .recipes-list__item-content-categories-item:last-child{
    margin-right:0;
}
.recipes-wrapper .recipes-list__item-content-title{
    font-size:1.3em;
}
.shop-btn:link{
    color:white !important;
    background-color:#00833d;
    display:inline-block;
    padding:.25rem 1rem;
    text-decoration:none;
}
.shop-btn:visited{
    color:white !important;
    background-color:#00833d;
    display:inline-block;
    padding:.25rem 1rem;
    text-decoration:none;
}
.shop-btn:hover{
    color:white !important;
    background-color:black;
    display:inline-block;
    padding:.25rem 1rem;
    text-decoration:none;
}
.shop-btn:focus{
    color:white !important;
    background-color:#00833d;
    display:inline-block;
    padding:.25rem 1rem;
    text-decoration:none;
}
.shop-btn:active{
    color:white !important;
    background-color:#00833d;
    display:inline-block;
    padding:.25rem 1rem;
    text-decoration:none;
}
.blog-products>h2{
    margin-top:0;
}
.blog-products button{
    border:0;
    color:#fff;
    background-color:#d44400;
    padding:.5rem 1rem;
    border-radius:.2rem;
    cursor:pointer;
}
.blog-products button:hover{
    background-color:#00833d;
}
.blog-products button.added{
    background-color:#00833d;
}
.blog-products .blog-products-holder{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-direction:row;
}
@media all and (max-width:1024px){
    .blog-products .blog-products-holder{
        display:flex;
        flex-direction:column;
    }
}
.blog-products .blog-products-holder-list{
    width:25%;
    box-shadow:0 2px 4px 0 #dadada;
    border-radius:.3rem;
    padding:.5rem 2rem;
    height:fit-content;
    display:none;
}
@media all and (max-width:1024px){
    .blog-products .blog-products-holder-list{
        width:100%;
    }
}
.blog-products .blog-products-holder-list button{
    padding:1rem;
    display:block;
    width:100%;
    margin:auto;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}
@media all and (max-width:1024px){
    .blog-products .blog-products-holder-list button{
        width:60%;
    }
}
@media all and (max-width:480px){
    .blog-products .blog-products-holder-list button{
        width:100%;
    }
}
.blog-products .blog-products-holder-list-item{
    display:flex;
    align-items:center;
}
.blog-products .blog-products-holder-list-item:before{
    content:'';
    display:block;
    width:1rem;
    height:1rem;
    border:1px solid #00833d;
    border-radius:.2rem;
    margin-right:1rem;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:70% 70%;
}
.blog-products .blog-products-holder-list .active:before{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300833d' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.blog-products .blog-products-holder-results{
    width:100%;
    font-size:12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.blog-products-holder-results-row {
    max-width: 100%;
}
@media screen and (max-width:1024px){
    .blog-products .blog-products-holder-results{
        width:100%;
    }
}
.blog-products .blog-products-holder-results .inactive .product-carousel-holder{
    display:none;
}
.blog-products .blog-products-holder-results .inactive h2{
    color:#ddd;
    font-style:italic;
}
.blog-products .blog-products-holder-results-row h2{
    text-transform:capitalize;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel{
    width:auto;
    position:relative;
    overflow-x:hidden;
    margin-bottom:2rem;
    padding:1.5rem 0;
    display: inline-block;
    max-width: 100%;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel-control{
    position:absolute;
    width:3rem !important;
    top:calc(50% - 1rem) !important;
    bottom:auto;
    height:3rem;
    text-align:center;
    z-index:10;
    padding:.5rem;
    display:flex;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel .right-control{
    right:0;
    left:auto !important;
    background-size:90% 90%;
    background-position:center;
    background-repeat:no-repeat;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(45deg);
    left: auto!important;
    right: .75rem;
    cursor: pointer;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel .left-control {
    background-size:90% 90%;
    background-position:center;
    background-repeat:no-repeat;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(-45deg);
    left: .75rem;
    cursor: pointer;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner{
    position:relative;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 8rem);
    margin-left: 4rem;
    overflow:hidden;
    box-shadow:1px 3px 10px #8888886e;
    border-radius:1rem;
}
@media (max-width: 768px) {
    .blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner{
        width:calc(88% - 2rem);
    }
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul{
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:1000rem;
    list-style-type:none;
    margin:0;
    padding:1rem;
    transition:margin-left 1s;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li{
    width:20rem;
    height:40rem;
    margin:0 1.2rem;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card {
    height:100%;
    display:flex;
    justify-content:flex-start;
    flex-direction:column;
    border-radius:.5rem;
    text-align:center;
    padding:2rem;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card:hover {
    box-shadow: 3px 3px 5px #aaa;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card.viewing{
    border:1px solid #d44400;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card img{
    height: 20rem;
    object-fit: contain;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card h3{
    height:6rem;
    margin-bottom:3rem;
    line-height:1.5;
    font-weight:400;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card .prod-rating{
    width:50%;
    margin:auto;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card .prod-price{
    font-weight:400;
    margin-bottom:1rem;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .prod-card .card-selected{
    color:#00833d;
    font-weight:400;
    display:none;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .active{
    border:2px solid #00833d;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .active>.card-selected{
    display:block;
}
.blog-products .blog-products-holder-results-row .product-carousel-holder .carousel > .carousel-inner ul li .active>button{
    display:none;
}
.mini-pdp{
    width:calc(100% - 14rem);
    margin:auto;
    border:1px solid #00833d;
    height:40rem;
    display:none;
}
.mini-pdp ul>li>p{
    margin:0;
    padding:0;
}
.mini-pdp>div{
    padding:.5rem;
    display:flex;
    justify-content:space-between;
    align-content:flex-start;
    overflow-y:auto;
    height:calc(100% - 4rem);
}
.mini-pdp>div.mini-pdp-header{
    height:4rem;
    border-bottom:1px solid #00833d;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.mini-pdp>div.mini-pdp-header>div>button{
    margin-right:1rem;
    width:10rem;
}
.mini-pdp>div.mini-pdp-header>div>button.disabled-btn{
    background-color:#aaa !important;
    cursor:default !important;
    outline:none !important;
}
.mini-pdp>div.mini-pdp-header>.close-btn{
    width:2rem;
    margin-right:1rem;
    border:1px solid #d44400;
    color:#d44400;
    height:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.mini-pdp>div.mini-pdp-header>.close-btn:hover{
    font-weight:bold;
    border-color:#00833d;
    color:#00833d;
}
.mini-pdp>div>img{
    width:25%;
    height:100%;
    object-fit:contain;
    margin-top:.5rem;
}
.mini-pdp>div>div{
    width:calc(50% - 2rem);
}
.mini-pdp>div>div>h2{
    font-size:2rem;
    font-weight:bold;
    margin:0 0 .5rem;
    background-color:#00833d;
    color:white;
    text-align:center;
}
.mini-pdp>div>div>h3{
    font-size:1.5rem;
    font-weight:bold;
    margin:0 0 1rem;
}
.mini-pdp>div>div>.prod-desc{
    font-weight:bold;
    margin-bottom:.5rem;
}

.mini-pdp.active{
    display:block;
}

/*copied from main (for header and footer)*/

@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-LightItalic.eot');src:local('Gotham Light Italic'),local('Gotham-LightItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-LightItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-LightItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-BoldItalic.eot');src:local('Gotham Bold Italic'),local('Gotham-BoldItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-BoldItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-BoldItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-BoldItalic.ttf') format('truetype');font-weight:bold;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-XLight.eot');src:local('Gotham ExtraLight'),local('Gotham-XLight'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLight.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLight.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLight.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLight.ttf') format('truetype');font-weight:200;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Thin.eot');src:local('Gotham Thin'),local('Gotham-Thin'),url('https://gdmvc40l.media.zestyio.com/Gotham-Thin.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Thin.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Thin.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Thin.ttf') format('truetype');font-weight:100;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Book.eot');src:local('Gotham Book'),local('Gotham-Book'),url('https://gdmvc40l.media.zestyio.com/Gotham-Book.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Book.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Book.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Book.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-ThinItalic.eot');src:local('Gotham Thin Italic'),local('Gotham-ThinItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-ThinItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-ThinItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-ThinItalic.ttf') format('truetype');font-weight:100;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-MediumItalic.eot');src:local('Gotham Medium Italic'),local('Gotham-MediumItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-MediumItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-MediumItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic}@font-face{font-family:'Gotham Ultra';src:url('https://gdmvc40l.media.zestyio.com/Gotham-UltraItalic.eot');src:local('Gotham Ultra Italic'),local('Gotham-UltraItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-UltraItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-UltraItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-UltraItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-UltraItalic.ttf') format('truetype');font-weight:normal;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-BookItalic.eot');src:local('Gotham Book Italic'),local('Gotham-BookItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-BookItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-BookItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-BookItalic.ttf') format('truetype');font-weight:normal;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-BlackItalic.eot');src:local('Gotham Black Italic'),local('Gotham-BlackItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-BlackItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-BlackItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-BlackItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-BlackItalic.ttf') format('truetype');font-weight:900;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Light.eot');src:local('Gotham Light'),local('Gotham-Light'),url('https://gdmvc40l.media.zestyio.com/Gotham-Light.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Light.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Light.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Light.ttf') format('truetype');font-weight:300;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Bold.eot');src:local('Gotham Bold'),local('Gotham-Bold'),url('https://gdmvc40l.media.zestyio.com/Gotham-Bold.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Bold.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Bold.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Bold.ttf') format('truetype');font-weight:bold;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Medium.eot');src:local('Gotham Medium'),local('Gotham-Medium'),url('https://gdmvc40l.media.zestyio.com/Gotham-Medium.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Medium.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Medium.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Medium.ttf') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'Gotham Ultra';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Ultra.eot');src:local('Gotham Ultra'),local('Gotham-Ultra'),url('https://gdmvc40l.media.zestyio.com/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Ultra.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Ultra.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Ultra.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-XLightItalic.eot');src:local('Gotham ExtraLight Italic'),local('Gotham-XLightItalic'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLightItalic.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLightItalic.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLightItalic.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-XLightItalic.ttf') format('truetype');font-weight:200;font-style:italic}@font-face{font-family:'Gotham';src:url('https://gdmvc40l.media.zestyio.com/Gotham-Black.eot');src:local('Gotham Black'),local('Gotham-Black'),url('https://gdmvc40l.media.zestyio.com/Gotham-Black.eot?#iefix') format('embedded-opentype'),url('https://gdmvc40l.media.zestyio.com/Gotham-Black.woff2') format('woff2'),url('https://gdmvc40l.media.zestyio.com/Gotham-Black.woff') format('woff'),url('https://gdmvc40l.media.zestyio.com/Gotham-Black.ttf') format('truetype');font-weight:900;font-style:normal}html{font-size:62.5%}*{box-sizing:border-box}body{margin:0;font-size:1.4rem;font-family:Gotham,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6;color:#212529}header ul, footer ul{list-style:none;margin:0;padding:0}.container{max-width:1400px;margin:0 auto;width:100%}.page{height:500px}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.text-green{color:#00833d}.search-form{display:flex}.search-form input{height:4rem;border:1px solid #00833d;padding-left:5px;font-size:1.4rem;outline:0;width:100%}.button{width:4rem;height:4rem;color:#fff;font-size:1.4rem;box-sizing:border-box;margin-bottom:0;font-weight:400;text-align:center;padding:.2rem 1rem;touch-action:manipulation;cursor:pointer;border:0;background:none!important;white-space:nowrap;transition:background-color .5s ease-out}.button--search::before{display:block;width:18px;content:'';height:40px;background:url('https://gdmvc40l.media.zestyio.com/search_icon.svg') center / auto no-repeat}.button--red{background-color:#d44400!important}.link-button{line-height:34px;text-decoration:none;max-height:4rem;min-height:4rem;font-size:1.4rem;box-sizing:border-box;margin-bottom:0;font-weight:400;text-align:center;padding:.2rem 1rem;touch-action:manipulation;cursor:pointer;border:0;background-image:none;white-space:nowrap;transition:background-color .5s ease-out;display:inline-flex;align-items:center;justify-content:center}.link-button--primary{color:#fff;background-color:#00833d}.link-button--primary:hover{background-color:#00642f}.dropdown-item{position:relative;display:flex;justify-content:space-between;align-items:center}.dropdown-item[data-hover]::before{content:'';display:block;position:absolute;top:-20px;left:-20px;width:calc(100% + 40px);height:calc(100% + 40px)}.dropdown-item .dropdown-box{background:white;max-height:0;overflow:hidden;position:absolute;z-index:11;color:#000}.dropdown-item .dropdown-box__title{font-size:16px;font-weight:700}.dropdown-item .dropdown-item{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;position:static}@media(min-width:1024px){.dropdown-item .dropdown-item.active ul{width:300px;transition:width 1s ease-out;padding:10px 20px}.dropdown-item .dropdown-item.active .plus-sign::before{transform:rotate(90deg)}}@media(max-width:1024px){.dropdown-item .dropdown-item.mobile-active ul{width:300px;transition:width 1s ease-out;padding:10px 20px}.dropdown-item .dropdown-item.mobile-active .plus-sign::before{transform:rotate(90deg)}}.dropdown-item.active .dropdown-box{padding:15px;max-height:1000px;border:1px solid #ddebb4;transition:max-height 1s ease-out}.plus-sign{position:relative;width:12px;height:12px}.plus-sign::before,.plus-sign::after{content:"";position:absolute;background-color:#000;transition:transform .25s ease-out}.plus-sign::before{top:0;left:50%;width:2px;height:100%;margin-left:-1px;content:''}.plus-sign::after{top:50%;left:0;width:100%;height:2px;margin-top:-1px}@media(min-width:1024px){.active>.plus-sign::before{transform:rotate(90deg)}}@media(max-width:1024px){.mobile-active>.plus-sign::before{transform:rotate(90deg)}}.nav-link{color:#000;text-decoration:none;cursor:pointer}.nav-link:hover{color:#000;text-decoration:underline}.nav-link--dropdown{color:#00833d;text-decoration:underline}.nav-link--dropdown:hover{color:#d44400}.nav-link--light{color:#fff}.nav-link--light:hover{color:#fff;text-decoration:underline}.nav-link--primary{color:#00833d}.nav-link--attention{color:#d44400}.nav-link--attention:hover{color:#882b00}.footer .container>div{padding:0 5px;margin:2rem 0 1rem}@media only screen and (min-width:768px){.footer .container>div{padding:10px 12px}}.footer__top{padding:0 5px;margin:1rem 0;position:relative}.footer__top-socials{margin-top:1.5rem;margin-bottom:.5rem}@media only screen and (min-width:768px){.footer__top-socials{position:absolute;right:20px;bottom:20px}.footer__top-socials ul li{width:24px !important;height:24px !important}}.footer__top-socials ul{display:flex;justify-content:center}.footer__top-socials ul li{width:40px;height:40px;background:#00833d;margin-right:1rem;border-radius:50%}.footer__top-socials ul li:hover{background:#005025}.footer__bottom{padding-right:10px !important;padding-left:10px !important}@media only screen and (min-width:768px){.footer__bottom{display:flex;align-items:flex-start;border-top:1px solid #ddebb4}}.footer__bottom-left{padding:1rem 1rem 1rem 0;justify-content:center;display:flex}@media only screen and (min-width:768px){.footer__bottom-left{flex:1 1 33.3%;justify-content:flex-start}}@media only screen and (min-width:992px){.footer__bottom-left{flex:1 1 16.66%}}.footer__bottom-left ul{display:flex;align-items:center}.footer__bottom-left ul li:first-child img{width:7.5rem;margin-right:1rem}.footer__bottom-left ul img{width:10rem}.footer__bottom-right{font-size:1rem}@media only screen and (min-width:768px){.footer__bottom-right{flex:1 1 66.6%;font-size:inherit;padding-left:2rem}}@media only screen and (min-width:992px){.footer__bottom-right{flex:1 1 84.33%;padding-left:3rem}}@media only screen and (min-width:1200px){.footer__bottom-right{padding-left:4rem}}.footer__bottom-right svg{display:block;height:2.25rem;margin:0}@media only screen and (min-width:768px){.footer__bottom-right svg{display:inline-block;margin:0 0 0 1rem}}.collapsible-list{flex-direction:column;display:flex}@media only screen and (min-width:768px){.collapsible-list{flex-direction:row;justify-content:space-between}}.collapsible-list__header{height:40px;text-transform:uppercase;border-bottom:1px solid #fafafa;cursor:pointer;display:flex;align-items:center;font-weight:700;font-size:1.6rem;justify-content:space-between;padding:0 5px}@media only screen and (min-width:768px){.collapsible-list__header{display:none}}.collapsible-list__header>a{display:flex}.collapsible-list__header.active+.collapsible-list__inner{display:block}.collapsible-list__header-desktop{display:none}@media only screen and (min-width:768px){.collapsible-list__header-desktop{text-transform:uppercase;cursor:pointer;align-items:center;font-weight:700;font-size:1.6rem;display:flex;flex-direction:column;height:auto;border-bottom:0;align-items:flex-start}}.collapsible-list__header-desktop .collapsible-list__inner{display:block !important}.collapsible-list__header-desktop .collapsible-list__inner li{line-height:30px;display:flex;padding:0;align-items:center;margin:0;white-space:nowrap;background:white;border-bottom:0;text-transform:none;font-weight:400;font-size:1.4rem}.collapsible-list__inner{display:none}.collapsible-list__inner li{line-height:36px;border-bottom:2px solid #fff;background-color:#fafafa;width:100%}.thin-header{background-color:#00833d;color:#fff;padding:0 5%}.thin-header__list{width:100%;font-size:1.2rem;height:26px;margin:0 auto;max-width:1400px;box-sizing:border-box;padding:0 40px;justify-content:flex-end;align-items:center}.thin-header__list li{padding:0 .5rem}.thin-header__list li a{color:#fff;text-decoration:none;margin-left:2rem}.header{width:100%}.header__top-header{padding:0}.header__top-header-list{display:flex;justify-content:space-between}@media only screen and (min-width:768px){.header__top-header-list{justify-content:flex-end}}.header__burger-button{width:44px;background:0;outline:0;border:0;display:flex;justify-content:center;height:100%;align-items:center}.header__burger-button img{min-width:36px}.header__burger-button span{display:none;font-size:4rem;text-decoration:none;color:#00833d;font-weight:600}.header__burger-button.active img{display:none}.header__burger-button.active span{display:block}@media only screen and (min-width:768px){.header__burger-button{display:none}}.header__cart-dropdown-box{width:100%;white-space:normal;text-align:left;top:69px;height:calc(100vh - 69px);right:0;position:fixed !important}@media only screen and (min-width:768px){.header__cart-dropdown-box{width:280px;top:97px;height:calc(100vh - 97px)}}.header__cart-dropdown-box-top{display:flex;justify-content:center;border-bottom:1px solid #ddebb4;padding-bottom:5px;align-items:center}.header__cart-dropdown-box-top a{margin-left:10px}.header__middle{height:72px}.header__middle>div{display:flex;justify-content:space-between;align-items:center;padding:2px 27px;height:100%}.header__middle-logo-desktop{display:none}@media only screen and (min-width:768px){.header__middle-logo-desktop{display:block;min-width:200px}}.header__middle-logo-mobile{display:block;min-width:45px}@media only screen and (min-width:768px){.header__middle-logo-mobile{display:none}}.header__middle-search-form{flex-grow:1;margin:0 10px}@media only screen and (min-width:768px){.header__middle-search-form{margin:0 5%}}.header__middle-actions{display:flex}@media only screen and (min-width:768px){.header__middle-actions{width:275px}}.header__middle-actions a{display:inline-flex;align-items:center;position:relative}.header__middle-actions img{height:30px;width:30px;margin-right:.5rem}.header__middle-actions li:not(:last-of-type){padding-right:1rem}.header__middle-action-help,.header__middle-action-user{display:none}@media only screen and (min-width:768px){.header__middle-action-help,.header__middle-action-user{display:flex}}.header__middle-action-help .dropdown-box{text-align:center;top:50px;left:-50%;white-space:nowrap}.header__middle-action-help .dropdown-box>div{margin-top:1rem}.header__middle-action-cart{display:flex}.header__bottom{height:40px;display:none;border-top:1px solid #ddebb4;border-bottom:1px solid #ddebb4}@media only screen and (min-width:768px){.header__bottom{display:block}}.header__bottom>div{max-width:1000px;margin:0 auto;height:100%}.header__bottom-list{display:flex;width:100%;justify-content:space-between;align-items:center;height:100%}.header__bottom-list-item{height:100%;display:flex;align-items:center;min-width:55px;justify-content:space-between}.header__bottom-list-item img{width:100px}.header__bottom-list-dropdown-box{top:40px;width:250px;padding:0 !important}.header__bottom-list-second-level{padding:15px;background:#fff;position:relative}.header__bottom-list-second-level li{height:36px}.header__bottom-list-second-level li>.nav-link+.plus-sign{display:none}.header__bottom-list-third-level{width:0;position:absolute;overflow:hidden;left:249px;top:0;height:calc(100% + 1px);background:white;box-sizing:border-box}.header__overlay{display:none !important;z-index:10;background-color:#000;opacity:.4;position:fixed;top:14rem;left:0;height:100%;width:100%;overflow:hidden;margin-top:140px}.header__mobile-menu{height:calc(100vh - 72px);background:white;display:none;overflow:auto}.header__mobile-menu-thin-header-list{display:flex;justify-content:space-around}.header__mobile-menu-list-header{text-transform:none !important;padding-left:5%;border-color:#ddebb4 !important;font-weight:500 !important}.header__mobile-menu-list-header img{width:100px}.header__mobile-menu-list-second-level li{padding-left:10%;border-bottom:0;background:white}.header__mobile-menu-list-third-level li{padding-left:15%}.header__mobile-menu.active{display:block}@media(max-width:1024px){.header__bottom{height:auto;display:none}.header__bottom.active{display:block}.header__bottom>div>.header__bottom-list{display:block}.header__bottom>div>.header__bottom-list>li{margin:1rem}.header__bottom>div>.header__bottom-list>li>.dropdown-box{left:0;width:100%;display:none}.header__bottom>div>.header__bottom-list>li>.dropdown-box>ul{position:absolute;left:0 !important;width:100%;transition:none}.header__bottom>div>.header__bottom-list>li>.dropdown-box>ul>li.active>ul{display:none}.header__bottom>div>.header__bottom-list>li>.dropdown-box>ul>li.mobile-active>ul{display:block !important;left:0;height:100%;z-index:12000;width:100%;transition:none}.header__bottom>div>.header__bottom-list>li>.dropdown-box>ul>li.mobile-active>ul>li{display:flex;justify-content:space-between;align-items:center}.header__bottom>div>.header__bottom-list>li>.dropdown-box>ul>li.mobile-active>ul>li>.nav-link+.plus-sign{display:block}.header__bottom>div>.header__bottom-list>li.mobile-active>.dropdown-box{display:block}.header__bottom-list-item.active>div{overflow:visible !important}}.menu-overlay{display:none;z-index:10;background-color:#000;opacity:.4;position:fixed;top:0;left:0;height:100%;width:100%;overflow:hidden;margin-top:140px}.menu-overlay.active{display:block}.search-form{position:relative}.autocomplete-container{position:absolute;border:1px solid #545454;z-index:25;top:4rem;display:flex;width:100%;background-color:#fff;left:0}#close{position:absolute;top:0;right:1rem;font-size:2.5rem;cursor:pointer}.autocomplete-keywords{width:35%;border-right:1px solid #767676}.autocomplete-product-container{padding:10px;display:flex;width:65%;flex-wrap:wrap;background-color:white;overflow:hidden}.autocomplete-keywords .autocomplete-suggestion{padding:0 10px}.autocomplete-keywords div{cursor:pointer;display:flex;width:calc(100% - 0.5rem);background-color:#fff;font-weight:700}.autocomplete-suggestion{position:relative;padding:0 .6em;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.autocomplete-suggestion b{font-weight:400;color:#00833d;margin:0 .5rem}.autocomplete-search-for{display:flex;width:100%;margin-bottom:5px;flex-flow:column;font-weight:700}.autocomplete-search-for h3{color:#000}.autocomplete-product-container .item{width:100%;display:flex;margin:1rem;font-weight:700}.text-center{text-align:center !important}.carousel-product-contain a.product-link-idp:link{color:#000;text-decoration:none}.autocomplete-product-container .item img{width:80px;margin-right:2rem}.carousel-product-contain img{max-width:200px;margin:0 auto}.autocomplete-search-for__anchor:link{color:#00833d;text-decoration:none}.autocomplete-search-for__anchor:visited{color:#00833d;text-decoration:none}.autocomplete-search-for__anchor:hover{color:#00833d;text-decoration:none}.autocomplete-search-for__anchor:focus{color:#00833d;text-decoration:none}.autocomplete-search-for__anchor:active{color:#00833d;text-decoration:none}.autocomplete-product-container .item .product-details{text-align:left}.carousel-product-contain .carousel-product-vendor{margin-top:.5rem;margin-bottom:0;font-size:1.24rem}.product-details p{margin:0}.carousel-product-desc{color:#00833d}

.circle {
    margin-right: 1rem;
    font-weight: bold;
}

.circle:after {
    content: '.';
}

.infographic-left {
    width: 50%!important;
    float: left;
    margin-right: 3rem;
    margin-bottom: 3rem;
}

.infographic-right {
    width: 50%;
    float: right;
    margin-left: 3rem;
    margin-bottom: 3rem;
}

span.infographic-left {
  margin-right: 2rem!important;
  display: inline-block
}

span.infographic-left > img {
  width: 100%!important;
  height: auto!important;
}

.graphic-left {
    width: 25%;
    float: left;
    margin-right: 3rem;
    margin-bottom: 3rem;
}

.graphic-right {
    width: 25%;
    float: right;
    margin-left: 3rem;
    margin-bottom: 3rem;
}

.infographic-list {
    margin-left: calc(50% + 1rem);
}

@media(max-width: 1024px) {
    .infographic-left {
        width: 100%!important;
        float: none!important;
        margin-right: 0!important;
        margin-bottom: 0!important;
    }

    .infographic-right {
        width: 100%!important;
        float: none!important;
        margin-left: 0!important;
        margin-bottom: 0!important;
    }

    .graphic-left {
        width: 100%!important;
        float: none!important;
        margin-right: 0!important;
        margin-bottom: 0!important;
    }

    .graphic-right {
        width: 100%!important;
        float: none!important;
        margin-left: 0!important;
        margin-bottom: 0!important;
    }

    .container .tags .tag-content__articles-without_main_article .article-card__img img {
        height: 100%;
    }
}

.page-content p span {
    margin-left: .5rem;
}

.footer__bottom-right img {
    height: 1.5rem;
}

.recipe-first {
    flex-basis: 100%!important;
    display: flex;
    justify-content: flex-start;
}

.recipe-first > div {
    width: 50%;
}

.recipe-first > .recipes-list__item-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.recipes-pagination {
    width: 100%;
    margin: 0 auto 3rem;
    max-width: 1250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.recipes-pagination > div {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipes-pagination > div > button {
    padding: .75rem;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: #005025;
    color: white;
    border: 1px solid black;
    border-radius: .25rem;
}

.recipes-pagination > div > .btn-disabled {
    background-color: #aaa;
}

.recipes-wrapper .recipes-list__item:link {
    text-decoration: none!important;
}

.recipes-wrapper .recipes-list__item:visited {
    text-decoration: none!important;
}

.recipes-wrapper .recipes-list__item:hover {
    text-decoration: none!important;
    font-weight: bold;
}

.recipes-wrapper .recipes-list__item:focus {
    text-decoration: none!important;
}

.recipes-wrapper .recipes-list__item:active {
    text-decoration: none!important;
}

.recipes-tile-desc {
    flex-grow: 1;
}

.wrapper {
	width: 100%;
}

#site-container {
	max-width: none!important;
}

.landing-page-wrapper {
	max-width: 908px!important;
	margin: auto!important;
}

h1, h2, h3, h4 {
	color: black;
}

.modal-external {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #EAE6DD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-external > div {
  padding: 1rem;
  text-align: center;
  background-color: white;
  width: 100%;
  max-width: 65rem;
}

.modal-external > div > div > a:link {
  color: #00833d;
  text-decoration: none;
}

.modal-external > div > div > a:visited {
  color: #00833d;
  text-decoration: none;
}

.modal-external > div > div > a:hover {
  color: #00833d;
  text-decoration: underline;
}

.modal-external > div > div > a:focus {
  color: #00833d;
  text-decoration: none;
}

.modal-external > div > div > a:active {
  color: #00833d;
  text-decoration: none;
}

.recommendations-carousel {
  margin-bottom: 2rem;
}

.recommendations-carousel > .preview-carousel {
  border: 1px solid grey;
  padding: 1rem .5rem;
}

@media screen{
.recommendations-carousel *,::after,::before{box-sizing:border-box;}
.recommendations-carousel a{color:#00833d;text-decoration:underline;background-color:transparent;}
.recommendations-carousel a:hover{color:#d44400;text-decoration:underline;}
.recommendations-carousel img{vertical-align:middle;border-style:none;}
.recommendations-carousel svg{overflow:hidden;vertical-align:middle;}
.recommendations-carousel button{border-radius:0;}
.recommendations-carousel button:focus:not(:focus-visible){outline:0;}
.recommendations-carousel button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
.recommendations-carousel button{overflow:visible;}
.recommendations-carousel button{text-transform:none;}
.recommendations-carousel [type=submit],button{-webkit-appearance:button;}
.recommendations-carousel [type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
.recommendations-carousel .border-0{border:0!important;}
.recommendations-carousel .d-block{display:block!important;}
.recommendations-carousel .d-inline-flex{display:inline-flex!important;}
.recommendations-carousel .flex-column{flex-direction:column!important;}
.recommendations-carousel .align-items-start{align-items:flex-start!important;}
.recommendations-carousel .align-items-center{align-items:center!important;}
.recommendations-carousel .mt-2{margin-top:.5rem!important;}
.recommendations-carousel .mr-2,.mx-2{margin-right:.5rem!important;}
.recommendations-carousel .mx-2{margin-left:.5rem!important;}
.recommendations-carousel .diagonal-cross-out{position:relative;}
.recommendations-carousel .diagonal-cross-out::before{border-bottom:1px solid #000;position:absolute;content:"";width:100%;height:65%;transform:rotate(-10deg);}
.recommendations-carousel button:active:focus,button:focus{outline:thin dotted;outline:5px auto #000;outline-offset:-2px;}
.recommendations-carousel button:active{outline:0;background-image:none;}
.recommendations-carousel :focus,button:focus{outline:.1rem solid #000;outline-offset:0;}
}
/*! CSS Used from: Embedded */
.recommendations-carousel ::-ms-reveal{display:none;}
/*! CSS Used from: Embedded */
.recommendations-carousel .gmjtkY{height:4rem;display:inline-flex;color:rgb(255, 255, 255);font-size:1.4rem;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-bottom:0px;font-weight:400;padding:0.2rem 0.8rem;touch-action:manipulation;cursor:pointer;border:0.2rem solid rgb(212, 68, 0);background-image:none;white-space:nowrap;transition:background-color 0.5s ease 0s;background-color:rgb(212, 68, 0);}
@media (min-width: 576px){
.recommendations-carousel .gmjtkY{min-width:12rem;}
}
.recommendations-carousel .eXkYNB{display:block;}
.recommendations-carousel .cPwgZw{position:relative;width:10rem;}
.recommendations-carousel .ebFstP{position:relative;height:100%;width:100%;max-height:3rem;}
.recommendations-carousel .rKRJY{fill:rgb(0, 131, 61);}
.recommendations-carousel .csMzuR{fill:rgb(255, 255, 255);}
.recommendations-carousel .DPXQp{color:rgb(0, 0, 0);display:flex;text-decoration:none;cursor:pointer;-webkit-box-align:center;align-items:center;-webkit-box-pack:start;justify-content:start;}
@media (min-width: 576px){
.recommendations-carousel .DPXQp{-webkit-box-pack:center;justify-content:center;}
}
.recommendations-carousel .DPXQp span:hover{text-decoration:underline;}
.recommendations-carousel .iZpgRN{max-width:100%;height:auto;display:block;width:150px;}
.recommendations-carousel .iZpgRN.loaded:not(.has-error){animation:300ms ease-in-out 0s 1 normal none running loaded;}
@media (max-width: 360px){
.recommendations-carousel .iZpgRN{width:100px;}
}
.recommendations-carousel .cShwJe{display:flex;flex-direction:column;position:relative;width:100%;min-height:22rem;flex:1 0 auto;}
.recommendations-carousel .geIwuO{color:rgb(0, 0, 0);text-decoration:none;width:100%;flex-direction:column;}
.recommendations-carousel .ifiFwQ{display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0.6rem;-webkit-box-pack:center;justify-content:center;}
.recommendations-carousel .gzQgBu{display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;}
.recommendations-carousel .eGbNpG{width:100%;display:flex;-webkit-box-align:center;align-items:center;flex-direction:column;}
.recommendations-carousel .kSJJvN{display:flex;margin-bottom:0px;padding:0px;list-style:none;text-align:center;flex-direction:column;}
.recommendations-carousel .gtZHgp{display:flex;flex-direction:column;-webkit-box-align:center;align-items:center;margin-bottom:0.5rem;width:100%;}
.recommendations-carousel .bfgIyY{width:100%;}
.recommendations-carousel .bjKdkd{font-size:1.2rem;padding:0px 0.5rem;}
.recommendations-carousel .jXtVvw{margin-bottom:0px;padding:0px;list-style:none;text-align:center;display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center;margin-top:auto;top:5rem;position:static;left:initial;bottom:initial;height:auto;}
@media (max-width: 360px){
.recommendations-carousel .jXtVvw{left:11rem;}
}
.recommendations-carousel .bfdgpM{font-size:1.2rem;padding:0px 5px;text-align:center;}
.recommendations-carousel .cxBaVr{font-size:1.4rem;}
.recommendations-carousel .kygoAa{font-size:1.4rem;color:rgb(153, 0, 40);}
.recommendations-carousel .pePWH{border-left:0.1rem solid rgb(0, 0, 0);padding-left:1rem;}
.recommendations-carousel .bcKTux{font-size:1.8rem;margin-right:0.6rem;color:rgb(153, 0, 40);}
.recommendations-carousel .gqrFOs{font-size:1.8rem;margin-right:0.6rem;}
.recommendations-carousel .fRsEah{display:flex;width:25%;}
.recommendations-carousel .dcLkrR{display:none;transition:all 0.6s linear 0s;opacity:0;width:100%;}
.recommendations-carousel .jGkHgi{transition:all 0.6s linear 0s;width:100%;display:flex;opacity:1;}
.recommendations-carousel .hBInHv{display:flex;min-height:30rem;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;}

.react-carousel {
  position: relative;
}

.react-carousel > div {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.react-carousel > .active {
  opacity: 1;
  transition: opacity .5s;
  z-index: 10;
}

.react-carousel > div > div {
  height: 37rem;
}

.carousel-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
}

.carousel-nav > button {
  margin: 0 1rem;
  border: 0;
  background-color: transparent;
}

.carousel-nav > button:nth-of-type(2) > svg {
  transform: rotate(180deg);
}

@media(max-width: 1024px) {
	.recipes-wrapper {
		padding: 0;
	}

	.recipes-wrapper .recipes-list__item {
		flex-basis: 100%;
	}

	.recipe-first {
		display: block!important;
	}

	.recipes-wrapper .recipes-list__item-img {
		width: 100%;
	}

	.recipe-first > .recipes-list__item-content {
		width: 100%;
	}
}

/*! Wysiwyg information */

#tinymce a:link {
  color: #0000ff!important;
  text-decoration: none!important;
  font-weight: bold!important;
}

#tinymce a:visited {
  color: #0000ff!important;
  text-decoration: none!important;
  font-weight: bold!important;
}

#tinymce a:hover {
  color: #0000ff!important;
  text-decoration: underline!important;
  font-weight: bold!important;
}

#tinymce a:focus {
  color: #0000ff!important;
  text-decoration: none!important;
  font-weight: bold!important;
}

#tinymce a:active {
  color: #0000ff!important;
  text-decoration: none!important;
  font-weight: bold!important;
}

/*! New font Lato */
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-oPCI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_FQft1dw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_Gwft.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_FQft1dw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_Gwft.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-wmF9lp.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-UmF9lp.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-ImF9lp.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-4mF9lp.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-8mF9lp.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v9/NaNeepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXRrV8cWW4O8LJCoXjCnwSRSaLshNP1d9-EmFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  
  .mce-content-body body {
    font-family: Lato, sans-serif;
  }  
  #tinymce body {
    font-family: Lato, sans-serif;
  }  
  
  body#tinymce {
    /* max-height: 600px!important;
    overflow-y: scroll!important; */
    font-family: "Lato", "Roboto", sans-serif;
  }