@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&family=Roboto+Mono:wght@300&family=Roboto:wght@300;400&display=swap');

.se-code-section {
height: 0;
}

/* PAGE MARGINS */
#PageMain, #PageFooter {
 margin-top: 0px;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 color: #000000;
 font-family: 'Roboto Condensed', Helvetica, sans-serif;
 font-style: normal;
 font-weight: 700;
 letter-spacing: -1px;
 text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 64px;
 font-style: normal;
 font-weight: bold;
 text-align: left;
 letter-spacing: -.04em;
 text-transform: none;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 40px;
}

.sePage .sePageLayout .sePageMain h2 span {
 display: block;
 margin-bottom: 10px;
 color: #dc1405;
 font-family: 'Roboto Mono', monospace;
 font-size: 14px;
 letter-spacing: 0;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 34px;
 font-style: italic;
}

.sePage .sePageLayout .sePageMain p {
 color: #4d4d4d;
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 1.7;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #dc1405;
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 color: #4d4d4d;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
 color: #FFFFFF;
}

.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain button.btn.btn-primary {
 border: 1px solid #ff7600;
 border-radius: 15px;
 background-color: #ff7600;
 padding: 9px 22px;
 color: #fff;
 font-family: 'Roboto Condensed', Helvetica, sans-serif;
 font-size: 15px;
 font-style: italic;
 font-weight: 700;
 letter-spacing: .5px;
 text-transform: uppercase;
}

.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 button.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 button.btn.btn-primary:active {
 border: 1px solid #000000;
 background-color: #000000;
 color: #ff7600;
 text-decoration: none;
}

/* CATALOG*/
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle a {
 color: #000000;
 font-family: 'Roboto Condensed', Helvetica, sans-serif;
 font-style: normal;
 font-weight: 700;
 font-size: 17px;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice {
 color: #000000;
 font-family: 'Roboto', Helvetica, sans-serif;
 font-weight: 400;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #4d4d4d;
}

/* GLOBAL PAGE */
.sePageLayout .sePageMain section {
 margin-bottom: 75px;
}

.custom4-1 .editContent {
 margin: 0 auto;
 max-width: 950px;
}

/* Heroes */
.se-hero-top {
 background-position-x: center !important;
}
.se-hero-top .content-block-column {
 padding: 45px 15px 150px;
 height: 500px;
}
.se-hero-top-inner-wrapper,
.se-hero-top .editContent {
 height: 100%;
}
.se-hero-top-inner-wrapper {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
}
.se-hero-top-inner-wrapper img:first-child {
 margin-bottom: 20px;
 max-width: 150px;
}
.se-hero-top-inner-wrapper img:last-child {
 max-width: 80%;
}
.se-hero-inner {
 background-position: bottom left !important;
}
.se-hero-inner .content-block-column {
 padding: 100px 15px;
}

.sePage .sePageMain .se-hero-inner a.btn.btn-primary {
 border: 1px solid #FFFFFF;
 background-color: #FFFFFF;
 color: #000000;
}

/* Two Column Feature */
.se-2col-feature .content-block-column:first-child img {
 width: 100%;
}

.se-2col-feature .content-block-column:last-child {
 padding-top: 30px;
}

@media only screen and (min-width: 768px) {
 .sePage .sePageLayout .sePageMain section {
 padding: 0 15px;
 }
 .se-hero-top-inner-wrapper img:last-child {
 align-self: flex-end;
 max-width: 70%;
 }
 .se-2col-feature .container-fluid {
 max-width: 1170px;
 }
 .se-2col-feature .editContent {
 width: 100%;
 }
 .se-2col-feature .custom1-6 .content-block-column:last-child {
 text-align: right;
 }
 .se-2col-feature .col-sm-push-6 {
 left: 40%;
 justify-content: flex-end;
 }
 .se-2col-feature .col-sm-pull-6 {
 right: 60%;
 }
 .se-2col-feature .content-block-column:first-child,
 .se-2col-feature .content-block-column:last-child {
 display: flex;
 align-items: center;
 }
 .se-2col-feature .content-block-column:first-child {
 width: 60%;
 }
 .se-2col-feature .content-block-column:last-child {
 padding: 0 30px;
 width: 40%;
 }
 .se-2col-feature .content-block-column:last-child h2 {
 margin-top: 0;
 }
}

@media only screen and (min-width: 992px) {
 .se-hero-top-inner-wrapper {
 justify-content: space-between;
 }
 .se-hero-top-inner-wrapper img:last-child {
 max-width: 60%;
 }
 .se-2col-feature .row {
 position: relative;
 }
 .se-2col-feature .content-block-column:first-child {
 width: 70%;
 }
 .se-2col-feature .content-block-column:last-child {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: white;
 height: auto !important;
 padding: 30px;
 }
 .se-2col-feature .custom1-5 .content-block-column:last-child {
 right: 0;
 }
 .se-2col-feature .col-sm-push-6 {
 left: 30%;
 }
}

@media only screen and (min-width: 1200px) {
 .se-hero-top .content-block-column {
 height: 700px;
 }
 .se-hero-top-inner-wrapper img:last-child {
 max-width: 50%;
 }
 .se-2col-feature .content-block-column:last-child {
 padding: 35px;
 }
}