@import url("https://use.typekit.net/isn7qsa.css");

#PageMain, #PageFooter { margin-top: 0; }

.block-bg-img {
 border-radius: 15px; /* Adjust the value as needed */
}

.se-code-section .customContentBlock {
 min-height: 0;
}

.sePageMain .se-fw-section .container-fluid {
 margin: 0 auto;
 padding: 0 30px;
}

/* DEFAULT CONTAINER-FLUID FOR CUSTOM SITES */
.sePageMain .container-fluid {
 padding: 0 15px
}

/* FULL WIDTH 2 COLUMN OVERLAP */
.sePage .sePageLayout .se-feature-2col-overlap-section .row {
 padding: 0 15px;
}
.sePage .sePageLayout .se-feature-2col-overlap-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}
.sePage .sePageLayout .se-feature-2col-overlap-section .content-block-column {
 padding: 0;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 min-height: 280px;
 overflow: hidden;
border-radius: 20px;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: left;
 border-radius: 20px;
}
.sePage .sePageLayout .se-feature-2col-overlap-section h2,
.sePage .sePageLayout .se-feature-2col-overlap-section h3 {
 margin-top: 11px;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section.text-left
 .content-block-column:last-child {
 text-align: left;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 font-family: cubano, sans-serif;
 font-style: normal;
 font-weight: 800;
 color: #00223c;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 42px;
}
.sePage .sePageLayout .sePageMain h2 {
 font-size: 42px;
}
.sePage .sePageLayout .sePageMain h3 {
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 font-family: obviously-narrow, sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: 500;
 color: #00223c;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #0a2d55;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain h3 a:not(.btn) {
 color: #0a2d55;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain h3 a:not(.btn):hover {
 color: #ed2739;
}

.seAdvancedItemCarousel .slick-track .seProductPrice {
 color: #0a2d55;
}

.seAdvancedItemCarousel .slick-track .seSpecialPrice {
 color: #d9364b;
}



/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 padding: 6px 20px 10px 20px;
 font-size: 20px;
 font-family: obviously-narrow, sans-serif;
 font-style: normal;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
}

.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #ed2739;
 background: #ed2739;
 color: #fff;
border-radius: 8px;
}

.sePage .sePageLayout .sePageMain .seContentSectionLink .btn-primary,
.sePage .sePageLayout .sePageMain .seContentSectionLink a.btn.btn-primary {
 border-color: #ed2739;
 background: #ed2739;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):focus,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #c61730;
 background: #c61730;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 border-color: #fff;
 border-width: 2px;
 background: transparent;
 color: #fff;
border-radius: 8px;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain .btn-default:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-default:focus {
 border-color: #fff;
 background: #fff;
 color: #252525;
 text-decoration: none;
}

.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
.sePage .sePageLayout .se-btn-group .btn:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
}
.sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}

.sePage .sePageLayout .se-btn-group.top .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.top .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout .se-btn-group.full-width .btn,
.sePage .sePageLayout .content-block-column .se-btn-group.full-width .btn {
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group,
.sePage .sePageLayout .content-block-column ul.se-btn-group {
 margin-bottom: 0;
 padding-left: 0;
 list-style-type: none;
}
.sePage .sePageLayout ul.se-btn-group li,
.sePage .sePageLayout .content-block-column ul.se-btn-group li {
 flex: 1;
 width: 100%;
}
.sePage .sePageLayout ul.se-btn-group li .btn,
.sePage .sePageLayout .content-block-column ul.se-btn-group li .btn {
 display: list-item;
 margin-bottom: 22px;
 flex: 1;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
}
.sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
.sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 border-bottom: 1px solid #d2d2d2;
}


@media (min-width: 992px) {
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 width: 60%;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 width: 50%;
 }
}

@media (min-width: 1200px) {
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 padding: 60px;
 min-height: 400px;
 }
}

@media (min-width: 768px) {
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage .sePageLayout .se-feature-2col-overlap-section .row {
 position: relative;
 padding: 0;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 width: 70%;
 height: 600px;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 60%;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-5
 .content-block-column:first-child {
 left: 15px;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-5
 .content-block-column:last-child {
 right: 15px;
 }
 .sePage .sePageLayout .se-feature-2col-overlap-section .custom1-6 {
 display: flex;
 justify-content: flex-end;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-6
 .content-block-column:first-child {
 right: 15px;
 left: inherit;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-6
 .content-block-column:last-child {
 right: inherit;
 left: 15px;
 }
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 justify-content: flex-start;
 }
 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn,
 .sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-bottom: 22px;
 }
 .sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
 .sePage .sePageLayout .se-btn-group.top .btn,
 .sePage .sePageLayout .se-btn-group.btn.btn-link:not(:last-child),
 .sePage .sePageLayout .content-block-column .se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group.btn.btn-link:not(:last-child) {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn {
 margin-right: 3px;
 margin-bottom: 22px;
 }
 .sePage .sePageLayout ul.se-btn-group.top .btn,
 .sePage .sePageLayout ul.se-btn-group.top li:not(:last-child) .btn,
 .sePage .sePageLayout .content-block-column ul.se-btn-group.top .btn,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group.top
 li:not(:last-child)
 .btn {
 margin-bottom: 3px;
 }
 .sePage .sePageLayout ul.se-btn-group li:not(:last-child) .btn.btn-link,
 .sePage
 .sePageLayout
 .content-block-column
 ul.se-btn-group
 li:not(:last-child)
 .btn.btn-link {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}