@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");


.landingPage .bannerArea {
    background-size: cover;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 60px;
}

.landingPage .bannerArea h1 {
    color: #fff;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 74%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.landingPageBodyWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landingPageBody {
    max-width: 1312px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageBody .contentArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1135px;
}

.landingPageBody .contentArea li,
.landingPageBody .contentArea p {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 25px;
}

.landingPageBody .contentArea li {
    text-align: left;
    margin-bottom: 5px;
}

.landingPageBody .contentArea b {
    font-weight: 800;
}

/* REO Remote Bid */
.webinar {
    overflow-x: hidden;
}

.webinar .bannerArea .titleWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.webinar .bannerArea h1>span {
    font-size: 60px;
    line-height: 110%;
    color: #57C1E8;
}

.webinar .bannerArea h1 {
    font-size: 60px;
    line-height: 85%;
    color: #76bc21;
    margin-bottom: 0;
}

.webinar .bannerArea h2 {
    color: #FFF;
    font-variant-numeric: ordinal;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 33px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 970px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.webinar .landingPageGraySection {
    padding: 25px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
}

/* FAQ Section */
.webinar .faq-section {
    padding: 64px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
}

.webinar .faq-section .faq-wrap {
    width: 100%;
}

.webinar .faq-section .title {
    text-align: left;
}

.webinar .faq-section .landingPageBody {
    align-items: start;
}

.webinar .slider-top-title,
.webinar .faq-section .title {
    font-size: 42px;
    color: #54c0e8;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.webinar .slider-top-title span,
.webinar .faq-section .title span {
    color: #76bc21;
}

.webinar .faq-section #accordion_pro_6470 {
    border-top: 1px solid #f4f4f4 !important;
}

.webinar .faq-section #accordion_pro_6470 .wpsm_panel {
    border-bottom: 1px solid #9A9A9A !important;
}

.webinar .faq-section #accordion_pro_6470 .wpsm_panel:nth-last-child(1) {
    border-bottom: none !important;
}

.webinar .faq-section #wps_accordion_pro_6470 {
    margin-bottom: 0 !important;
}

.webinar .faq-section #accordion_pro_6470 .wpsm_panel-body p>a {
    text-decoration: underline;
    font-weight: 700;
}

/* Green Section */
.landingPageGreenSection {
    padding: 61px 0;
    background-color: #76bc21;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageGreenSection .title {
    color: #fff;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.landingPageGreenSection .contactBtn {
    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    background-color: #036eb5;
    border-radius: 7px;
    width: 100%;
    max-width: 462px;
    padding: 18.5px 39px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webinar .landingPageGreenSection .title {
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.webinar .landingPageGreenSection .subtitle {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
    margin-bottom: 20px;
}

.webinar .landingPageGreenSection .subtitle>a {
    color: #036EB5;
    text-decoration: underline;
    font-weight: 800;
}

/* Video Section */
.landingPageVideo {
    display: flex;
}

.landingPageVideo .video-frames {
    background: #57C1E8;
    padding: 56px 89px 140px 89px;

}

.landingPageVideo .video-frames .subtitle {
    font-family: "Nunito Sans";
    font-size: 25px;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
    max-width: 385px;
    margin-bottom: 10px;
}

.landingPageVideo .video-frames ul {
    margin-bottom: 0;
    padding-left: 0;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landingPageVideo .video-frames li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.landingPageVideo .video-frames li>span,
.landingPageVideo .video-frames li>a {
    color: #222;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.landingPageVideo .video-frames li:hover>a {
    color: #036EB5;
    transition: 0.3s ease;
}

.landingPageVideo .video-frames li>a {
    flex: 1;
}

.landingPageVideo .video-frames li>span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

.landingPageVideo .video-area {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px 100px 55px 81px;
}

.landingPageVideo .video-area .title {
    color: #000102;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 43px;
}

.landingPageVideo .video-wrapper {
    width: 100%;
}

/* Swiper */
.landingPageSliderArea {
    background-image: url("images/slider-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 399px;
    padding-bottom: 25px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.landingPageSliderArea .slider-container {
    max-width: 1600px;
    padding: 0 5%;
}

.swiper-wrap .slide-wrap {
    display: flex;
    padding: 0 10%;
}

.swiper-wrap {
    max-width: 100vw;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
    transition: 0.5s;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-size: 60px;
    line-height: 90px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.swiper-wrap .swiper-button-next::after,
.swiper-wrap .swiper-button-prev::after {
    visibility: hidden;
}

.swiper-wrap .swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-wrap .slide-icon {
    display: flex;
    min-width: 250px;
    align-items: center;
    justify-content: center;
}

.swiper-wrap .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-wrap .slide-content * {
    font-size: 25px;
    line-height: 150%;
    color: #000;
}

.swiper-wrap .slide-content li {
    margin-bottom: 0;
}

.swiper-wrap .slide-content h3 {
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: none;
}

.swiper-wrap .slide-content p {
    font-weight: normal;
}

main.webinar #accordion_pro_5730 {
    border-top: none !important;
}

main.webinar #accordion_pro_5730>*:last-child {
    border-bottom: none !important;
}

main.webinar #accordion_pro_6470 .wpsm_panel-title>a {
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    main.webinar #accordion_pro_5730 .wpsm_panel-title>a {
        font-size: 20px !important;
    }

    main.webinar #accordion_pro_5730 .wpsm_panel-body,
    main.webinar #accordion_pro_5730 .wpsm_panel-body p {
        font-size: 18px !important;
    }
}

@media (max-width: 1399px) {
    .swiper-wrap .slide-content h3 {
        font-size: 24px;
    }

    .swiper-wrap .slide-content * {
        font-size: 22px;
    }

    .webinar .bannerArea h1>span,
    .webinar .bannerArea h1 {
        font-size: 48px;
    }

    .webinar .bannerArea h2 {
        font-size: 28px;
    }

    .landingPageVideo .video-frames {
        padding: 50px 50px 75px 50px;
    }

    .landingPageVideo .video-area {
        padding: 50px 75px 50px 60px;
    }

    .landingPageVideo .video-frames .subtitle {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .landingPage .bannerArea {
        margin-bottom: 40px;
    }

    .landingPageBody .contentArea li,
    .landingPageBody .contentArea p {
        font-size: 20px;
    }

    .landingPageGreenSection .contactBtn {
        font-size: 20px;
    }

    .webinar .landingPageBody {
        max-width: 100%;
        padding: 0 15px;
    }

    .landingPageVideo .video-frames {
        padding: 45px 40px 65px 25px;
    }

    .landingPageVideo .video-area {
        padding: 45px;
    }

    .swiper-wrap .slide-content * {
        font-size: 20px;
    }

    .landingPageVideo .video-area .title{
        font-size: 36px;
        margin-bottom: 23px;
    }

}

@media (max-width: 991px) {
    .landingPage .bannerArea {
        height: 280px;
    }

    .landingPageBody .contentArea {
        max-width: 800px;
    }

    .landingPage .bannerArea h1>span,
    .landingPage .bannerArea h1 {
        font-size: 50px;
    }

    .landingPageBody .contentArea li,
    .landingPageBody .contentArea p {
        font-size: 18px;
    }

    .landingPageGreenSection {
        padding: 64px 0px 32px 0px;
    }

    .landingPageGreenSection .title {
        font-size: 32px;
    }

    .webinar .contentArea p {
        margin-bottom: 25px;
    }

    .landingPageGreenSection .contactBtn {
        padding: 14.5px 34.5px;
        font-size: 16px;
        width: 100%;
        max-width: 350px;
    }

    .webinar .landingPageGreenSection .subtitle {
        font-size: 20px;
    }

    .swiper-wrap .slide-content h3 {
        font-size: 22px;
    }

    .swiper-wrap .swiper-button-next,
    .swiper-wrap .swiper-button-prev {
        font-size: 40px;
    }

    .landingPageVideo {
        flex-direction: column;
    }

    .landingPageVideo .video-frames {
        padding: 25px 45px 25px 45px;
    }

    .landingPageVideo .video-frames li {
        gap: 10px;
    }

    .landingPageVideo .video-frames li>a {
        width: max-content;
        max-width: 210px;
    }

    .landingPageVideo .video-frames ul {
        flex-direction: row;
        gap: 35px;
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        padding-bottom: 8px;
    }

    .landingPageVideo .video-frames li a>br {
        display: none;
    }

    .landingPageVideo .video-frames .subtitle{
        max-width: none;
    }

}

@media (max-width: 820px) {

    .webinar .slider-top-title,
    .webinar .faq-section .title {
        font-size: 38px;
    }

    .swiper-wrap .slide-content * {
        font-size: 18px;
    }

}

@media (max-width: 767px) {

    main.webinar #accordion_pro_6470 .wpsm_panel-title>a {
        font-size: 20px !important;
    }

    main.webinar #accordion_pro_6470 .wpsm_panel-body p {
        font-size: 18px !important;
        line-height: 100% !important;
    }
}

@media (max-width: 576px) {

    .landingPage .bannerArea h1>span,
    .landingPage .bannerArea h1 {
        font-size: 36px;
    }

    .webinar .bannerArea h1>span {
        line-height: 95%;
    }

    .landingPage .bannerArea h1 {
        max-width: 320px;
    }

    .landingPage .bannerArea {
        height: 300px;
        padding: 0 1rem;
        background-position: center;
    }

    .landingPageBody .contentArea li,
    .landingPageBody .contentArea p {
        font-size: 16px;
    }

    .landingPageGreenSection .title {
        font-size: 28px;
        line-height: 32px;
    }

    .webinar .bannerArea .titleArea {
        padding: 0 15px;
    }

    .webinar .landingPageGreenSection .subtitle {
        font-size: 16px;
    }

    .webinar .slider-top-title,
    .webinar .faq-section .title {
        font-size: 32px;
    }

    .swiper-wrap .slide-content h3 {
        font-size: 18px;
    }

    .swiper-wrap .slide-icon img {
        max-width: 120px;
        margin-bottom: 1rem;
    }

    .swiper-wrap .swiper-button-next {
        right: 0;
        margin-right: 0;
        justify-content: unset;
    }

    .swiper-wrap .swiper-button-prev {
        left: 0;
        margin-left: 0;
        justify-content: unset;
    }

    .swiper-wrap .slide-content ul {
        padding-left: 20px;
    }

    .swiper-wrap .slide-content * {
        font-size: 16px;
    }

    .landingPageVideo .video-area .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .landingPageVideo .video-area .title>br {
        display: none;
    }

    .landingPageVideo .video-frames .subtitle {
        font-size: 18px;
        margin-top: 0;
    }

    .webinar .bannerArea h2 {
        font-size: 20px;
    }
}