.title-section {
    padding: 80px 15px 80px;
    background: #10357F;
    position: relative;
}
.title-section.variant-two {
    padding: 30px 15px 30px;
}
.title-section.variant-two.transparent-variant-two {
    background: transparent;
    padding: 40px 15px 0;
}
.title-section.variant-two.transparent-variant-two .section-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.title-section.variant-two.transparent-variant-two .section-content h1 {
    color: #10357f;
}
.title-section.variant-two.transparent-variant-two .section-content p {
    color: #061637;
}
.title-section.variant-two.transparent-variant-two .section-content .kbf_secondary_btn {
    margin: 0;
}
.title-section.variant-two .section-content {
    max-width: 1320px;
    text-align: left;
}
.title-section.variant-two .section-content h1 {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
    .title-section.variant-two .section-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .title-section.variant-two .section-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.title-section.variant-two .section-content p {
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .title-section {
        padding: 60px 15px;
    }
}
.title-section:after {
    content: "";
    z-index: 0;
    background-image: url(../../../dist/img/graphics/banner-bottom-right-swirl.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
@media only screen and (max-width: 767px) {
    .title-section:after {
        display: none;
    }
}
.title-section:before {
    content: "";
    z-index: 0;
    background-image: url(../../../dist/img/graphics/banner-bottom-left-quarter-swirl.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}
@media only screen and (max-width: 767px) {
    .title-section:before {
        display: none;
    }
}
.title-section .section-content {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.title-section .section-content h1 {
    font-size: 58px;
    line-height: 68px;
    color: #FFD41c;
    margin-bottom: 0;
    font-weight: 700;
}
@media only screen and (max-width: 1024px) {
    .title-section .section-content h1 {
        font-size: 58px;
        line-height: 68px;
    }
}
@media only screen and (max-width: 768px) {
    .title-section .section-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
}
.title-section .section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #fff;
}
.title-section .section-content p.forum-topic__meta span {
    color: #fff;
}
.title-section .section-content a {
    margin-top: 40px;
}

.video-hero.video-hero-banner {
    padding: 80px 15px;
    background: #10357F;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .video-hero.video-hero-banner {
        padding: 60px 15px;
    }
}
.video-hero.video-hero-banner.variant-two {
    padding: 30px 15px 30px;
}
.video-hero.video-hero-banner.variant-two .video-hero__wrap {
    text-align: left;
    max-width: 100%;
}
.video-hero.video-hero-banner.variant-two .video-hero__wrap h1 {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
    .video-hero.video-hero-banner.variant-two .video-hero__wrap h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .video-hero.video-hero-banner.variant-two .video-hero__wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.video-hero.video-hero-banner.variant-two .video-hero__wrap .video-hero__description {
    margin-top: 6px;
}
.video-hero.video-hero-banner.variant-two .video-hero__wrap .video-hero__buttons a {
    margin-top: 24px;
}
.video-hero.video-hero-banner:before {
    content: "";
    background-image: url(../../../dist/img/graphics/banner-bottom-left-quarter-swirl.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .video-hero.video-hero-banner:before {
        display: none;
    }
}
.video-hero.video-hero-banner:after {
    content: "";
    background-image: url(../../../dist/img/graphics/banner-bottom-right-swirl.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .video-hero.video-hero-banner:after {
        display: none;
    }
}
.video-hero.video-hero-banner .video-hero__wrap {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.video-hero.video-hero-banner .video-hero__wrap h1 {
    font-size: 58px;
    line-height: 68px;
    font-style: normal;
    margin-bottom: 0;
    color: #FFD41c;
}
@media only screen and (max-width: 1024px) {
    .video-hero.video-hero-banner .video-hero__wrap h1 {
        font-size: 58px;
        line-height: 68px;
    }
}
@media only screen and (max-width: 768px) {
    .video-hero.video-hero-banner .video-hero__wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__description {
    max-width: 900px;
    margin-top: 20px;
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__description p {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__description p:last-child {
    margin-bottom: 0;
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__description ul {
    margin-top: 16px;
    padding-left: 20px;
    margin-bottom: 16px;
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__description ul li {
    font-size: 16px;
    line-height: 24px;
}
.video-hero.video-hero-banner .video-hero__wrap .video-hero__buttons a {
    margin-top: 40px;
}
.video-hero.video-hero-banner .video-hero__video .video-hero__video-overlay {
    max-width: 500px;
    height: 500px;
    width: 100%;
    top: 80px;
    right: 45px;
}
