.widget-fw.full .container-max {
    position: relative;
    right: 0 !important;
    left: calc(-1 * (100vw - 100%) / 2) !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
} 
@media (min-width: 1920px) {
    .big-hero .h3 {
        font-size: 40px !important;
    }
} 
@media (min-width: 1920px) {
    .big-hero .sub {
        font-size: 30px !important;
    }
}
.btn-md {
    font-size: 30px;
    border-radius: 50px;
    padding: 13px 50px;
}
.btn-highlight {
    background-color: #00a6aa;
    color: #fff !important;
}
.fa-arrow-right:before {
    display: inline-flex;
    vertical-align: middle;
    margin-block-start: calc(1ex - 1cap);
    line-height: 35px;
}
.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.big-hero .sub { color: #00a6aa; font-size: 20px; }
.big-hero .h3 { color: #fff; font-size: 26px; }
.big-hero .img-cover { -o-object-fit: cover; object-fit: cover; height: 100%; width: 100%; }
.big-hero img { vertical-align: middle; border-style: none; }
.coffee-bg-30 { background-color: #efe8e1; color: #8b8071; }
.ci-text * { color: #004172;font-family: sans-serif;}
@media (min-width: 1600px) {
.ci-text *:not(.h1) {line-height: 1.5; font-size: 24px; }
}
@media (min-width: 1200px) {
    .ci-text *:not(.h1) {line-height: 1.64; font-size: 20px; }
}