@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700|Rajdhani:400,700&display=swap');

/* PAGE AND FOOTER MARGINS */
#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-saris-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 15% 10%;
}

.sePage .sePageLayout .sePageMain .se-saris-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-saris-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-saris-hero h1 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 48px;
 color: #ffffff;
 margin-bottom: 0;
}

.sePage .sePageLayout .se-saris-hero h2 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
 margin-bottom: 0;
}

.sePage .sePageLayout .se-saris-hero h3 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 30px;
 color: #ffffff;
 margin-top: 5px;
}

.sePage .sePageLayout .se-saris-hero p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 22px;
 color: #ffffff;
}

.sePageContent .sePageSection.se-saris-hero {
 margin-bottom: 0;
}

/* TEXT BLOCKS */
.sePage .sePageLayout .se-saris-text h2 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #202020;
}

.sePage .sePageLayout .se-saris-text h3 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 30px;
 color: #202020;
}

.sePage .sePageLayout .se-saris-text p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #404040;
}

.sePage .sePageLayout .se-saris-intro-text h2 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
 margin-top: 11px;
}

.sePage .sePageLayout .se-saris-intro-text p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #a9abac;
}

.sePageContent .sePageSection.se-saris-intro-text {
 padding: 45px 0;
 border-top: 5px solid #fcce01;
}

/* OFFER */

.sePageContent .sePageSection.se-saris-offer {
 padding: 30px 0 34px;
}

.sePage .sePageLayout .se-saris-offer h3 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #202020;
}

.sePage .sePageLayout .se-saris-offer p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #202020;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .se-saris-fw-2col h2 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #202020;
}

.sePage .sePageLayout .se-saris-fw-2col p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #404040;
}

.sePage .sePageLayout .sePageMain .se-saris-fw-2col .se-saris-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .se-saris-fw-2col-dark .se-saris-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 135px 60px;
}

.sePage .sePageLayout .sePageMain .se-saris-fw-2col .seContentEmpty {
 min-height: 400px;
}


@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-saris-fw-2col .se-saris-fw-2col-content, .sePage .sePageLayout .sePageMain .se-saris-fw-2col-dark .se-saris-fw-2col-content {
 padding: 90px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .se-saris-fw-2col .se-saris-fw-2col-content, .sePage .sePageLayout .sePageMain .se-saris-fw-2col-dark .se-saris-fw-2col-content {
 padding: 45px 30px;
 }
}

/* FOOTER */
.sePage .sePageLayout .sePageMain .se-saris-footer .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 45px 15px;
}

.sePage .sePageLayout .sePageMain .se-saris-footer::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-saris-footer {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-saris-footer h2 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
}

.sePage .sePageLayout .se-saris-footer p {
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #ffffff;
}

.sePageContent .sePageSection.se-saris-footer {
 margin-bottom: 0;
}

/* BUTTONS */
.sePage .sePageLayout .se-saris-btn .btn-primary, .sePage .sePageLayout .se-saris-btn a.btn.btn-primary, .sePage .sePageLayout .se-saris-btn .btn:not(.btn-link), .sePage .sePageLayout .se-saris-catalog .seContentSectionLink .btn-primary {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #404040;
 margin: 11px auto 22px;
 padding: 6px 36px;
 border: none;
 background: #fcce01;
 border-color: #fcce01;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 }

.sePage .sePageLayout .se-saris-btn .btn-primary:hover, .sePage .sePageLayout .se-saris-btn a.btn.btn-primary:hover, .sePage .sePageLayout .se-saris-btn .btn:not(.btn-link):hover, .sePage .sePageLayout .se-saris-catalog .seContentSectionLink .btn-primary:hover {
 border: none;
 background: #cccccc;
 border-color: #cccccc;
 color: #404040;
 text-decoration: none;
}

.sePage .sePageLayout .se-saris-btn .btn-primary:focus, .sePage .sePageLayout .se-saris-btn a.btn.btn-primary:focus, .sePage .sePageLayout .se-saris-btn .btn:not(.btn-link):focus, .sePage .sePageLayout .se-saris-catalog .seContentSectionLink .btn-primary:focus {
 color: #404040;
 text-decoration: none;
}

.sePage .sePageLayout .se-saris-btn .btn-primary:visited, .sePage .sePageLayout .se-saris-btn a.btn.btn-primary:visited, .sePage .sePageLayout .se-saris-btn .btn:not(.btn-link):visited, .sePage .sePageLayout .se-saris-catalog .seContentSectionLink .btn-primary:visited {
 color: #404040;
 text-decoration: none;
}

/* CATALOG*/

.sePage .sePageLayout .se-saris-catalog h5 {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #404040;
 }

.sePage .sePageLayout .sePageMain .se-saris-catalog h5 a:not(.btn) {
 color: #404040;
 text-decoration: none;
 }

.sePage .sePageLayout .sePageMain .se-saris-catalog h5 a:not(.btn):hover {
 color: #404040;
 text-decoration: underline;
 }

.sePage .sePageLayout .sePageMain .se-saris-catalog h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-saris-catalog h5 a:not(.btn):focus {
 color: #404040;
 }

.se-saris-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-saris-catalog {
 margin-bottom: 30px;
}

/* TRACKING */

.sePageContent .sePageSection.se-code-section {
 margin-bottom: 0;
}

.se-code-section .customContentBlock {
min-height: 0;
}