@font-face{
    font-family: "Neue Haas Unica W1G";
    src: url("images/31267e36af6f8dac65a56e78345e945e.eot");
    src: url("images/31267e36af6f8dac65a56e78345e945e.eot?#iefix")format("embedded-opentype"),
        url("images/31267e36af6f8dac65a56e78345e945e.woff")format("woff"),
        url("images/31267e36af6f8dac65a56e78345e945e.woff2")format("woff2"),
        url("images/31267e36af6f8dac65a56e78345e945e.ttf")format("truetype"),
        url("images/31267e36af6f8dac65a56e78345e945e.svg#Neue Haas Unica W1G")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body {
    margin: 0 !important;
    font-family: "neue-haas-unica", sans-serif; 
}

.container.lb-container {
    max-width: 1500px;
    margin: 0 auto;
}

header img {
    margin: 24px auto;
    display: block;
}

.video {
    margin: 0 -12px -7px;
}

.video video {
    width: 100%;
}

.video img {
    width: 100%;
}

.lb-navigation {
    max-width: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto 27px;
}

.lb-navigation a {
    color: #D9000D;
    text-decoration: none;
    font-size: 28px;
    font-family: "Neue Haas Unica W1G", sans-serif;
    align-items: center;
    display: flex;
    border: 1px solid #D9000D;
    border-radius: 18px;
    border-left: 0;
    border-right: 0;
    height: 60px;
    justify-content: center;
}

.lb-navigation a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #D9000D;
    padding-left: 15px;
    min-width: 290px;
}

.lb-navigation a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #D9000D;
    padding-right: 15px;
    min-width: 370px;
}

.lb-navigation a:hover {
    background-color: #D9000D;
    color: #FFFFFF;
}

.grey-bg {
    background-color: #F1F1F1;
}

.lb-navigation span {
    margin: 0 19px;
    color: #D9000D;
    font-size: 28px;
    line-height: 16px;
}

.lb-content {
    text-align: center;
}

h1 {
    color: #000000 !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    margin: 0;
    font-family: "Neue Haas Unica W1G", sans-serif;
}
h6 {
    font-size: 20px !important;
}

.lb-content p {
    color: #707070;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-family: "Neue Haas Unica W1G", sans-serif;
}

.lb-list {
    margin-top: 45px !important;
    padding: 0 5.5%;
}

.lb-list ul li {
    list-style-type: none;
    display: flex;
    align-items: start;
}

.lb-list ul li p {
    font-size: 20px;
    line-height: 35px;
    color: #707070;
    font-family: "Neue Haas Unica W1G", sans-serif;
    text-align: left;
}

.lb-list ul li img {
    padding-right: 17px;
    padding-top: 10px;
}

.lb-list .col-md-6:first-child {
    border-right: 1px solid #ffffff;
}

.lb-primary-button {
    background-color: #D9000D;
    width: 357px;
    max-width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 33px;
    font-family: "Neue Haas Unica W1G", sans-serif;
    text-decoration: none;
    border-radius: 6px;
    transition: .3s all ease;
}

.lb-primary-button:hover {
    background-color: #b1030d;
}

.lb-content .lb-primary-button {
    margin-top: 50px;
    margin-bottom: 38px;
}

.tabs-section {
    display: flex;
    justify-content: space-between;
    padding-top: 57px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.tabs-section .tab {
    border-radius: 36px;
    width: 254px;
    min-height: 254px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tabs-section .tab {
    background-color: #F1F1F1;
}

.tabs-section .tab.tab-border-red {
    background-color: #FFFFFF;
    border: 1px solid #D9000D;
}

.tabs-section .tab p {
    font-size: 20px;
    line-height: 24px;
    color: #707070;
    font-family: "Neue Haas Unica W1G", sans-serif;
    font-weight: 500;
    margin-top: 7px !important;
}

footer p {
    font-size: 16px;
    font-family: "Neue Haas Unica W1G", sans-serif;
    font-weight: 400;
    color: #707070;
    padding-bottom: 40px;
}

.divider {
    align-items: center;
    justify-content: center;
}

.divider.simple-divider img {
    max-width: 100%;
    width: 100%;
    opacity: 0.5;
}

.divider.divider-image {
    flex-grow: initial;
    flex: 0 0 100% !important;
    justify-content: center;
    border: none;
}

.divider.divider-image img {
    width: 62%;
    margin-right: 4%;
}

.lb-news h1 {
    margin-top: 54px;
    margin-bottom: 30px;
}

.news-container {
    border: 1px solid #F1F1F1;
    border-radius: 13px;
    background-color: #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.lb-news-card {
    padding: 40px !important;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.lb-news-card:nth-child(odd) {
    background-color: #F1F1F1;
}

.lb-news-card:nth-child(even) {
    background-color: #FFFFFF;
}

.lb-news-card:first-child {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.lb-news-card:last-child {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.lb-news-card .lb-news-title, .lb-news-card p, .lb-news-card a {
    font-size: 16px;
    font-family: "Neue Haas Unica W1G", sans-serif;
    color: #707070;
}

.lb-news-card .lb-news-title {
    font-weight: 700;
}

.lb-news-card a {
    text-decoration: none;
}

.lb-news-card a span, .lb-news-card a:hover span {
    transition: .3s all ease;
}

.lb-news-card a:hover span {
    margin-left: 5px;
}

.lb-faq-container {
    margin-top: 35px !important;
    display: flex;
    justify-content: space-between;
}

.lb-faq-container-parent {
    padding: 40px;
    min-width: 49%;
}

.lb-faq-container-parent.left {
    padding-right: 15px;
}

.lb-faq-container .question p {
    color: #D9000D;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Neue Haas Unica W1G", sans-serif;
    margin: 0 !important;
}

.lb-faq-container .answer p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: "Neue Haas Unica W1G", sans-serif;
    color: #707070;
}

.lb-faq-container .item {
    margin-bottom: 30px;
    width: auto;
    display: inline-block;
}

.tabs-section .divider {
    display: none;
}

.logo-mobile {
    display: none;
}

@media only screen and (max-width: 1360px) {
    .tabs-section {
        justify-content: start;
    }

    .tab {
        flex: 0 0 40%;
    }

    .tabs-section .divider {
        display: flex;
        max-width: 100%;
        width: 100%;
        flex: 0 0 20%;
    }
}

@media only screen and (max-width: 1237px) {
    .video video {
        height: 100%;
    }
    .video img {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 26px !important;
    }

    .lb-faq-container {
        margin-top: 19px !important;
        flex-direction: column;
    }

    .lb-faq-container-parent {
        padding: 0;
    }

    .lb-faq-container .separator {
        display: none;
    }

    .lb-faq-container-parent.right {
        padding-top: 0;
    }

    .lb-faq-container-parent.left {
        padding-bottom: 0;
    }

    .lb-faq-container .item {
        margin-bottom: 15px;
    }

    .lb-faq-container .item p {
        font-size: 14px;
    }

    .lb-faq-container .item p br {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }

    footer p {
        font-size: 12px;
        line-height: 16px;
    }

    .lb-news h1 {
        margin-top: 29px;
        margin-bottom: 30px;
    }

    .news-container {
        flex-direction: column;
        background-color: transparent;
        border: none;
    }

    .lb-news-card {
        padding: 20px !important;
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 13px;
        margin-bottom: 17px;
    }

    .lb-news-card:nth-child(even) {
        background-color: #FFFFFF;
        border: 1px solid #F1F1F1;
    }

    .lb-navigation a {
        font-size: 18px;
        border-radius: 10px;
        height: 37px;
        min-width: auto !important;
    }

    .lb-navigation {
        max-width: 286px;
    }

    .lb-navigation .separator {
        padding: 0 17px;
    }

    .lb-content p {
        font-size: 18px;
        line-height: 20px;
        max-width: 326px;
        margin: 0 auto;
    }

    .lb-list ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .lb-list ul li img {
        padding-right: 0;
        width: 20px;
        padding-top: 5px;
        margin-right: 15px;
    }

    .lb-list {
        margin-top: 25px !important;
        padding: 0 5.5%;
    }

    .lb-list ul {
        max-width: 326px;
        margin: 0 auto;
        padding: 0;
    }

    .lb-primary-button {
        height: 46px;
        border-radius: 6px;
        font-size: 24px;
        line-height: 33px;
    }

    .lb-content .lb-primary-button {
        margin-top: 40px;
        margin-bottom: 27px;
    }

    .lb-list .col-md-6:first-child {
        border: none;
    }

    .tabs-section .tab p {
        font-size: 13px;
        line-height: 16px;
    }

    .tabs-section .tab img {
        max-width: 55px;
    }

    .tabs-section .tab {
        padding: 15px;
        width: 147px;
        height: 147px;
        min-height: unset;
        border-radius: 20px;
    }
}

.lb-list .imageScale {
    margin: 0 auto;
    width: 65%;
}
 
@media only screen and (max-width: 768px) {
    .lb-list .imageScale {
        width: 100%;
    }
}