#PageMain,
#PageFooter {
 margin-top: 0;
}

.sePage
 .sePageLayout
 .sePageMain
 .rrb-hp-hero-top.padding-custom
 .content-block-column {
 padding: 0;
}

/* feature image section */
.sePage .sePageLayout .se-feature-image-section {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-feature-image-section .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 position: relative;
 padding: 30% 30px 30px;
 border-radius: 8px;
 background-repeat: no-repeat;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column h2,
.sePage .sePageLayout .se-feature-image-section .content-block-column h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column .btn {
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .se-feature-image-section:not(.no-overlay)
 .content-block-column::before {
 content: "";
 background: rgba(0, 0, 0, 0.1);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 border-radius: 8px;
}
.sePage .sePageLayout .se-feature-image-section .editContent,
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 position: relative;
}

/* SLIDER SCROLL */
.se-slider-scroll {
 position: relative;
}

.se-slider-scroll .container-fluid {
 scroll-margin: 0 45px 0 0;
 position: relative;
 padding: 0 15px 10px;
 overflow: auto;
 white-space: nowrap;
}

.se-slider-scroll .row {
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
}

.se-slider-scroll .row::after {
 display: block;
 width: 45px;
 height: 100%;
 content: "";
}

.se-slider-scroll.se-feature-image-section .row > div {
 -webkit-flex-shrink: 0;
 flex-shrink: 0;
 width: 315px;
}

.se-slider-scroll.se-feature-image-section .row > div:last-child {
 width: 15px !important;
 padding: 0 !important;
}

.se-slider-scroll.se-feature-image-section
 .row
 > div:last-child
 .content-block-column {
 padding: 0 !important;
}

.se-slider-scroll.se-feature-image-section
 .row
 > div:last-child
 .content-block-column::before {
 display: none;
}

.se-slider-scroll .se-slider-scroll-button {
 position: absolute;
 top: calc(50% - 6px);
 transform: translateY(-50%);
 height: 36px;
 width: 36px;
 z-index: 3;
 background: #ffffff;
 border: 1px solid #ffffff;
 opacity: 1;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: clip;
}

.se-slider-scroll .se-slider-scroll-button .material-symbols-outlined {
 color: #1a1a1a;
 transition: all 0.3s ease-in-out;
 font-size: 40px;
 font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 40;
}

.se-slider-scroll .se-slider-scroll-button.right-scroll {
 right: 15px;
}

.se-slider-scroll .se-slider-scroll-button.left-scroll {
 left: 15px;
 opacity: 0;
}

.se-slider-scroll .se-slider-scroll-button.left-scroll.visible {
 opacity: 1;
}

.se-slider-scroll .se-slider-scroll-button:hover {
 background-color: #ffffff;
 border: 1px solid #ffffff;
}
.se-slider-scroll .se-slider-scroll-button:hover .material-symbols-outlined {
 transition: all 0.3s ease-in-out;
 font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}

/* full width sections */
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

/* SLIDER STYLES */
.sePage .sePageLayout .se-hero-slider-top h1,
.sePage .sePageLayout .se-hero-slider-top h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hero-slider-top h1 {
 font-size: 60px !important;
}

.sePage .sePageLayout .se-hero-slider-top h2.sub-head {
 font-size: 24px;
 margin-top: 0 !important;
}
.sePage .sePageLayout .se-hero-slider-top p {
 margin-top: 0;
 margin-bottom: 22px;
 font-size: 24px;
 font-weight: bold;
}
.sePage .sePageLayout .se-hero-slider-top .se-hero-slider-top-wrapper {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-hero-slider-top .customContentBlock {
 padding: 0;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-column {
 text-align: center;
 display: inline-flex !important;
 position: relative;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 z-index: 0;
 min-height: 640px;
 padding: 30px;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-column::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: "";
}
.sePage .sePageLayout .se-hero-slider-top.text-left .content-block-column {
 text-align: left;
 align-items: flex-start;
}
.sePage .sePageLayout .se-hero-slider-top.text-right .content-block-column {
 text-align: right;
 align-items: flex-end;
}
.sePage .sePageLayout .se-hero-slider-top .content-block-content {
 z-index: 1;
 position: relative;
 white-space: normal;
}
.sePage .sePageLayout .se-hero-slider-top .slick-slide {
 padding: 0;
}
.sePage .sePageLayout .se-hero-slider-top .slick-next,
.sePage .sePageLayout .se-hero-slider-top .slick-prev {
 display: flex;
 position: absolute;
 top: unset;
 bottom: 15px;
 align-items: center;
 justify-content: center;
 z-index: 2;
 opacity: 0;
}

.sePage .sePageLayout .se-hero-slider-top .slick-next::before,
.sePage .sePageLayout .se-hero-slider-top .slick-prev::before {
 color: #fff;
}

.sePage .sePageLayout .slick-next,
.sePage .sePageLayout .slick-prev {
 background: none !important;
 border: none !important;
}

.sePage .sePageLayout .se-hero-slider-top .slick-next {
 right: 10px;
}
.sePage .sePageLayout .se-hero-slider-top .slick-prev {
 left: 10px;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev {
 display: flex;
 opacity: 1;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next::before,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev::before {
 opacity: 1;
}
.sePage .sePageLayout .se-hero-slider-top:hover .slick-next:hover::before,
.sePage .sePageLayout .se-hero-slider-top:hover .slick-prev:hover::before {
 opacity: 0.7;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots {
 bottom: 22px;
 margin: 0;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li {
 margin: 0 1.5px;
 width: 60px;
 height: 3px;
 border-radius: 4px;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li button {
 padding: 0;
 width: auto;
 height: auto;
}
.sePage .sePageLayout .se-hero-slider-top .slick-dots li button:before {
 opacity: 0.5;
 background-color: #ffffff;
 width: 100%;
 height: 100%;
 content: "";
}
.sePage
 .sePageLayout
 .se-hero-slider-top
 .slick-dots
 li.slick-active
 button:before {
 opacity: 1;
}

@media (min-width: 768px) {
 .sePage .sePageLayout .se-hero-slider-top .content-block-column {
 min-height: 680px;
 }
 .sePage
 .sePageLayout
 .se-hero-slider-top.text-contained
 .content-block-content {
 width: 720px;
 margin: auto;
 }
}

@media (min-width: 992px) {
 .sePage
 .sePageLayout
 .se-hero-slider-top.text-contained
 .content-block-content {
 width: 940px;
 margin: auto;
 }

 .se-slider-scroll.se-feature-image-section .row > div {
 width: 450px;
 }

 .se-slider-scroll.se-feature-image-section
 .row
 > div:last-child
 .content-block-column {
 padding: 0 !important;
 }
}

@media (min-width: 1200px) {
 .sePage
 .sePageLayout
 .se-hero-slider-top.text-contained
 .content-block-content {
 width: 1140px;
 margin: auto;
 }
}
