@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
.sePageLayout {
  --header-bottom-background: #0f1115;
  --header-bottom-font: #ffffff;
  --dropdown-font-title: #0f1115;
  --dropdown-font: #0f1115;
  --dropdown-font-hover: #0070c2;
  --search-font: #0f1115;
  --search-font-hover: #0070c2;
  --search-background: #ffffff;
  --search-background-hover: #f5f5f5;
  --navigation-hover-decoration: #028ee0;
  --red: #ee0101;
  --box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
  /* CARD BACKGROUND */
  --card-background-lt: #ffffff;
  --card-background-dk: #0f1115;
  /* BORDERS (border-primary should match theme editor border, but will override theme editor) */
  --border-primary: 1px solid #bbbbbb;
  --border-primary-color: #bbbbbb;
  --border-white: 1px solid #ffffff;
  --border-white-color: #ffffff;
  /* IMAGE OVERLAY */
  --image-overlay: rgba(0, 0, 0, 0.2);
  --image-overlay-b: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  --image-overlay-t: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  /* BORDER RADIUS */
  --border-radius: 20px;
  --search-border-radius: 22px;
  --btn-border-radius: 20px;
  /* FONTS (these will override theme editor) */
  --headline-font-famliy: 'Oswald', sans-serif;
  --body-font-famliy: 'Lato', sans-serif;
  --btn-font-famliy: 'Lato', sans-serif;
  /* FONT COLORS (should match theme editor, but these will override theme editor) */
  --secondary-font: #707070;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 700;
  --text-white: #ffffff;
  --text-white-hover: #cccccc;
  --btn-secondary-background: #0f1115;
  --btn-secondary-background-hover: #0f1115;
  --btn-secondary-font: #ffffff;
  --btn-secondary-font-hover: #ffffff;
  --btn-clear-background: transparent;
  --btn-clear-background-hover: #ffffff;
  --btn-clear-border: #ffffff;
  --btn-clear-border-hover: #ffffff;
  --btn-clear-font: #ffffff;
  --btn-clear-font-hover: #0f1115;
  /* Service Menu */
  --service-header-background: #0f1115;
  --service-header-font: #ffffff;
  --service-price-background: #0f1115;
  --service-price-font: #ffffff;
  --service-features-background: #0f1115;
  --service-features-font: #ffffff;
  --service-border: 1px solid #232b3a;
  /* Location Details */
  --location-details-map-pin: #d00000;
  --location-details-background: #0f1115;
  --location-details-border: 1px solid #232b3a;
  --location-details-font: #ffffff;
  --location-details-header-background: #0f1115;
  --location-details-header-font: #ffffff;
  /* link color should match the link color and link hover color selected in theme editor, unless you use a dark color for --location-details-background above */
  --location-details-link: #ffffff;
  --location-details-link-hover: #cccccc;
}

/* TYPOGRAPHY */

body,
.sePageHeaderWrapper {
  font-family: var(--body-font-famliy, serif);
}

.seResponsive .content-block-column h1,
.seResponsive .content-block-column h2,
.seResponsive .content-block-column h3,
.seResponsive .content-block-column h4,
.seResponsive .content-block-column h5,
.seResponsive .content-block-column h6 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.seResponsive .content-block-column p {
  margin: 0 0 11px;
}

.seResponsive .content-block-column .btn {
  margin-bottom: 22px;
}

.sePage .sePageLayout .sePageMain {
  font-family: var(--body-font-famliy, serif);
}

.sePage .sePageLayout .sePageHeader {
  font-family: var(--body-font-famliy, sans-serif);
  font-weight: 700;
}

.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreHours
  .seStoreHoursList
  p,
.sePage .sePageLayout .seSiteSearchForm span.twitter-typeahead .tt-suggestion {
  color: #0f1115;
  font-family: var(--body-font-famliy, serif);
  font-size: 14px;
}

.sePage .sePageLayout .is-drilldown-submenu li a:not(.btn) {
  color: #0f1115;
  font-family: var(--body-font-famliy, serif);
}

.sePage .sePageLayout .sePageHeader .seHeaderBottom,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreHours p {
  color: #fff;
  font-family: var(--body-font-famliy, sans-serif);
  font-size: 16px;
  font-weight: 500;
}

.sePage .sePageLayout h1,
.sePage .sePageLayout h2,
.sePage .sePageLayout h3,
.sePage .sePageLayout h4,
.sePage .sePageLayout h5,
.sePage .sePageLayout h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--headline-font-famliy, sans-serif);
  font-weight: 900;
  line-height: 1.05;
}

.sePage .sePageLayout h1,
.sePage .sePageLayout h2 {
  text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
  font-weight: 400;
}
.sePage .sePageLayout .sePageMain a:not(.btn):active,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):hover {
  text-decoration: underline;
}

.sePage .sePageLayout .sePageMain h1 a:not(.btn),
.sePage .sePageLayout .sePageMain h2 a:not(.btn),
.sePage .sePageLayout .sePageMain h3 a:not(.btn),
.sePage .sePageLayout .sePageMain h4 a:not(.btn),
.sePage .sePageLayout .sePageMain h5 a:not(.btn),
.sePage .sePageLayout .sePageMain h6 a:not(.btn) {
  text-decoration: none;
  font-weight: 900;
}
.sePage .sePageLayout .sePageMain h1 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h1 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):active,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):hover {
  text-decoration: underline;
}

.sePage .sePageLayout .sePageFooter .seFooter {
  font-family: var(--body-font-famliy, serif);
}

.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h1,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h2,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h3,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h4,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h5,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  h6,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  p,
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  div {
  color: #0f1115;
}

.sePage .sePageLayout .sePageSectionResponsive a:not(.btn),
.sePage .sePageLayout .seIntroText a:not(.btn),
.sePage .sePageLayout .seMessages a:not(.btn) {
  text-decoration: underline;
}

.sePage .sePageLayout a.seAddToWishlist {
  text-decoration: underline;
}

.sePage .sePageLayout .sePageMain h1 a:not(.btn),
.sePage .sePageLayout .sePageMain h2 a:not(.btn),
.sePage .sePageLayout .sePageMain h3 a:not(.btn),
.sePage .sePageLayout .sePageMain h4 a:not(.btn),
.sePage .sePageLayout .sePageMain h5 a:not(.btn),
.sePage .sePageLayout .sePageMain h6 a:not(.btn),
.sePage .sePageLayout .sePageHeader h1 a:not(.btn),
.sePage .sePageLayout .sePageHeader h2 a:not(.btn),
.sePage .sePageLayout .sePageHeader h3 a:not(.btn),
.sePage .sePageLayout .sePageHeader h4 a:not(.btn),
.sePage .sePageLayout .sePageHeader h5 a:not(.btn),
.sePage .sePageLayout .sePageHeader h6 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h1 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h2 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h3 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h4 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h5 a:not(.btn),
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h6 a:not(.btn) {
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h1 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h1 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h3 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h4 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h5 a:not(.btn):focus,
.sePage .sePageLayout .sePageHeader h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h6 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h1 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h3 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h4 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h5 a:not(.btn):focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h6 a:not(.btn):focus {
  text-decoration: underline;
}

.sePage .sePageLayout .seFooterList a:not(.btn) {
  text-decoration: none;
}
.sePage .sePageLayout .seFooterList a:not(.btn):hover,
.sePage .sePageLayout .seFooterList a:not(.btn):focus {
  text-decoration: underline;
}

.sePage .sePageLayout .sePageSectionResponsive .seCatalogWidget a:not(.btn) {
  text-decoration: none;
}
.sePage
  .sePageLayout
  .sePageSectionResponsive
  .seCatalogWidget
  a:not(.btn):hover,
.sePage
  .sePageLayout
  .sePageSectionResponsive
  .seCatalogWidget
  a:not(.btn):focus {
  text-decoration: underline;
}

.sePageLayout .seNavbar .navbar-nav > li > a {
  font-family: var(--headline-font-famliy, sans-serif);
  font-weight: 700;
}
.sePageLayout .seNavbar .navbar-nav > li > a:hover,
.sePageLayout .seNavbar .navbar-nav > li > a:focus,
.sePageLayout .seNavbar .navbar-nav > li > a:active {
  background-color: transparent;
  text-decoration: none;
}

.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-webkit-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-ms-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control:-ms-input-placeholder,
.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-webkit-input-placeholder {
  font-family: var(--body-font-famliy, sans-serif);
}

.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-webkit-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-ms-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control:-ms-input-placeholder,
.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder,
.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
  font-family: var(--body-font-famliy, sans-serif);
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
  font-family: var(--body-font-famliy, sans-serif);
}

.sePageLayout .seSiteSearchForm .input-group .form-control {
  font-family: var(--body-font-famliy, sans-serif);
  padding: 6px 12px 4px;
}

.sePage .sePageLayout .se-catalog-navigator .se-navigator-group a {
  font-family: var(--body-font-famliy, sans-serif);
  font-weight: 400;
  font-size: 16px;
}

.sePage
  .sePageLayout
  .se-catalog-navigator
  .se-navigator-group
  a.navigator-title {
  font-family: var(--headline-font-famliy, sans-serif);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .sePage .sePageLayout .seSiteNavigator.seNavbar .navbar-nav > li > a {
    font-family: var(--headline-font-famliy, sans-serif);
    font-weight: 700;
  }
  .sePage .sePageLayout .is-drilldown-submenu li a:not(.btn) {
    font-size: 14px;
  }
  .sePage
    .sePageLayout
    .seSiteNavigator.seNavbar
    .megamenu
    .link-list
    li
    a.title {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--headline-font-famliy, sans-serif);
  }
  .is-drilldown-submenu-parent.dropdown > .dropdown-toggle > .arrow {
    line-height: 1.3;
  }
}

/* PAGE STYLES */

.se-fall-pattern-blue-green,
.se-fall-pattern-orange-white,
.se-fall-pattern-buildabike {
  background-repeat: repeat !important;
  background-position-y: top !important;
  background-position-x: center !important;
  background-size: 100px auto !important;
}

.se-fall-pattern-blue-green {
  background-color: #cec2ab !important;
  background-image: url(https://www.sefiles.net/merchant/8004/images/site/se-fall-pattern-blue-green.svg) !important;
}

.se-fall-pattern-buildabike {
  background-color: #f6f3e4 !important;
  background-image: url(https://www.sefiles.net/merchant/8004/images/site/se-fall-bildabike.svg) !important;
}

.se-fall-pattern-white {
  background-color: #ffffff !important;
  background-image: url(https://www.sefiles.net/merchant/8004/images/site/se-fall-pattern-white.svg) !important;
}

.sePage .sePageLayout .sePageMain .se-section-img-hero {
  position: relative;
  background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero
  .container
  .content-block-column {
  position: relative;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .container-fluid::after,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero
  .container
  .content-block-column::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: var(--image-overlay-lt, rgba(0, 0, 0, 0.2));
  padding: 0;
  width: 100%;
  content: '';
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero.no-overlay
  .container-fluid::after,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero.no-overlay
  .container
  .content-block-column::after {
  background: transparent;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 18% 0;
  background-repeat: no-repeat;
}
.sePage .sePageLayout .sePageMain .se-section-img-hero .editContent {
  z-index: 1;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero
  .custom3-2
  .content-block-column {
  justify-content: flex-start;
  padding: 18% 30px;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero.padding-lg
  .content-block-column {
  padding-top: 24%;
  padding-bottom: 24%;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero.padding-sm
  .content-block-column {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-hero.padding-zero
  .content-block-column {
  padding-top: 0;
  padding-bottom: 0;
}

.se-section-2col-feature .content-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.se-section-2col-feature.img-round
  .content-block-column:first-child
  .editContent
  > div {
  position: relative;
  padding-bottom: 100%;
}
.se-section-2col-feature.img-round
  .content-block-column:first-child
  .editContent
  > div
  > img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.se-section-2col-hero .content-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.se-section-2col-hero .content-block-column:first-child {
  min-height: 360px;
  background-repeat: no-repeat;
}
.se-section-2col-hero .content-block-column:last-child {
  padding: 22px 30px;
}

.se-section-2col-hero.text-left .content-block-column {
  text-align: left;
}

.sePage .sePageLayout .se-section-img-card {
  margin-bottom: 0;
}
.sePage .sePageLayout .se-section-img-card .content-block-column {
  padding: 45px 30px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius, 20px);
}
.sePage .sePageLayout .se-section-img-card .content-block-column::before {
  content: '';
  background: var(--image-overlay-lt, rgba(0, 0, 0, 0.2));
  border-radius: var(--border-radius, 20px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.sePage .sePageLayout .se-section-img-card.full-bleed .content-block-column,
.sePage
  .sePageLayout
  .se-section-img-card.full-bleed
  .content-block-column::before {
  border-radius: 0;
}

.sePage .sePageLayout .se-section-img-card .editContent,
.sePage .sePageLayout .se-section-img-card .content-block-column {
  position: relative;
}
.sePage
  .sePageLayout
  .se-section-img-card.no-overlay
  .content-block-column::before {
  display: none;
}

.sePage .sePageLayout .sePageMain .se-section-img-link-card {
  margin-bottom: 0;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: auto;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--border-radius, 20px);
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column:hover::after,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column:active::after,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column:focus::after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h2
  a:not(.btn),
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h3
  a:not(.btn) {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4));
  color: #ffffff;
  text-decoration: none;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  margin: 0;
  border-radius: var(--border-radius, 20px);
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card.full-bleed
  .content-block-column,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card.full-bleed
  .content-block-column::after,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card.full-bleed
  .content-block-column
  h2
  a:not(.btn),
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card.full-bleed
  .content-block-column
  h3
  a:not(.btn) {
  border-radius: 0;
}
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h2
  a:not(.btn):hover,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h2
  a:not(.btn):hover,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h2
  a:not(.btn):active,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h2
  a:not(.btn):focus,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h3
  a:not(.btn):hover,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h3
  a:not(.btn):hover,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h3
  a:not(.btn):active,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card
  .content-block-column
  h3
  a:not(.btn):focus {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(rgba(20, 20, 20, 0), rgba(20, 20, 20, 0.3));
}

.sePage
  .sePageLayout
  .sePageMain
  .se-section-img-link-card.img-vertical
  .content-block-column {
  min-height: 480px;
}

.sePage .sePageLayout .se-section-img-link-card h2 a,
.sePage .sePageLayout .se-section-img-link-card h2 a:hover,
.sePage .sePageLayout .se-section-img-link-card h3 a,
.sePage .sePageLayout .se-section-img-link-card h3 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sePage .sePageLayout .se-section-card {
  margin-bottom: 0;
}
.sePage .sePageLayout .se-section-card .editContent {
  height: 100%;
  text-align: center;
  background-color: var(--card-background, #ffffff);
  border-radius: var(--border-radius, 20px);
}

.sePage
  .sePageLayout
  .se-section-card
  .editContent
  div:not(.content-block-content)
  img {
  width: 100%;
  border-top-right-radius: var(--border-radius, 20px);
  border-top-left-radius: var(--border-radius, 20px);
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.sePage .sePageLayout .se-section-card .editContent .content-block-content {
  padding: 22px 30px;
  width: 100%;
  max-width: 940px;
  margin: auto;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content h2,
.sePage .sePageLayout .se-section-card .editContent .content-block-content h3 {
  font-size: 24px;
  margin-top: 11px;
  margin-bottom: 5px;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content p {
  margin-top: 0;
  margin-bottom: 11px;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content ul,
.sePage .sePageLayout .se-section-card .editContent .content-block-content ol {
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sePage .sePageLayout .se-section-card .editContent .content-block-content li {
  padding-bottom: 6px;
}
.sePage
  .sePageLayout
  .se-section-card
  .editContent
  .content-block-content
  .btn {
  margin-bottom: 11px;
}
.sePage .sePageLayout .se-section-card.text-left .editContent {
  text-align: left;
}
.sePage
  .sePageLayout
  .se-section-card.text-left
  .editContent
  .content-block-content {
  max-width: unset;
}

.sePage .sePageLayout .se-section-card.blue .editContent {
  background-color: #77b4f8;
}

.sePage .sePageLayout .se-section-card.black .editContent {
  background-color: #0f1115;
}

.sePage .sePageLayout .se-section-card.bordered .editContent {
  border: var(--main-border, 1px solid #bbbbbb);
}
.sePage
  .sePageLayout
  .se-section-card.bordered
  .editContent
  div:not(.content-block-content)
  img {
  border-bottom: var(--main-border, 1px solid #bbbbbb);
}
.sePage
  .sePageLayout
  .se-section-card.img-only
  .editContent
  div:not(.content-block-content)
  img {
  border: none;
  border-radius: var(--border-radius, 20px);
}

.sePage .sePageLayout .se-section-card.img-round .editContent {
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.sePage
  .sePageLayout
  .se-section-card.img-round
  .editContent
  > div:first-child:not(.content-block-content) {
  position: relative;
  padding-bottom: 100%;
}
.sePage
  .sePageLayout
  .se-section-card.img-round
  .editContent
  > div:first-child:not(.content-block-content)
  img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sePage .sePageLayout .se-section-card.link .editContent {
  transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .se-section-card.link .editContent:hover,
.sePage .sePageLayout .se-section-card.link .editContent:focus {
  background: var(--card-background-hover, rgba(255, 255, 255, 0.85));
}
.sePage .sePageLayout .se-section-card.link a:not(.btn) {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .se-section-card.link a:not(.btn) .content-block-content {
  padding: 22px 30px;
  width: 100%;
  max-width: 940px;
}
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn)
  > div:not(.content-block-content) {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top-right-radius: var(--border-radius, 20px);
  border-top-left-radius: var(--border-radius, 20px);
}

.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn)
  > div:not(.content-block-content)
  img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .se-section-card.link a:not(.btn) h3 {
  color: var(--ff-headline-color, #0f1115);
}
.sePage .sePageLayout .se-section-card.link a:not(.btn) p.text-link {
  font-family: var(--btn-font-famliy, sans-serif);
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--ff-body-color, #0f1115);
}
.sePage .sePageLayout .se-section-card.link a:not(.btn) p.text-link::after {
  content: 'line_end_arrow_notch';
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-left: 5px;
  margin-top: 3px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .se-section-card.link a:not(.btn):hover,
.sePage .sePageLayout .se-section-card.link a:not(.btn):active,
.sePage .sePageLayout .se-section-card.link a:not(.btn):focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):hover
  > div:not(.content-block-content)
  img,
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):active
  > div:not(.content-block-content)
  img,
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):focus
  > div:not(.content-block-content)
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.02);
}
.sePage .sePageLayout .se-section-card.link a:not(.btn):hover h3,
.sePage .sePageLayout .se-section-card.link a:not(.btn):active h3,
.sePage .sePageLayout .se-section-card.link a:not(.btn):focus h3 {
  text-decoration: none;
  color: #0f1115;
}
.sePage .sePageLayout .se-section-card.link a:not(.btn):hover p.text-link,
.sePage .sePageLayout .se-section-card.link a:not(.btn):active p.text-link,
.sePage .sePageLayout .se-section-card.link a:not(.btn):focus p.text-link {
  text-decoration: none;
  color: #0f1115;
}
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):hover
  p.text-link::after,
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):active
  p.text-link::after,
.sePage
  .sePageLayout
  .se-section-card.link
  a:not(.btn):focus
  p.text-link::after {
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
  transition: all 0.3s ease-in-out;
}

.sePage .sePageLayout .se-section-img-card .container-fluid,
.sePage .sePageLayout .se-section-img-link-card .container-fluid,
.sePage .sePageLayout .se-section-card .container-fluid,
.sePage .sePageLayout .se-section-service-card .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.sePage .sePageLayout .se-section-img-card .container,
.sePage .sePageLayout .se-section-img-link-card .container,
.sePage .sePageLayout .se-section-card .container,
.sePage .sePageLayout .se-section-service-card .container {
  padding-left: 40px;
  padding-right: 40px;
}
.sePage .sePageLayout .se-section-img-card .row,
.sePage .sePageLayout .se-section-img-link-card .row,
.sePage .sePageLayout .se-section-card .row,
.sePage .sePageLayout .se-section-service-card .row {
  padding: 0;
}
.sePage .sePageLayout .se-section-img-card .col-xs-6,
.sePage .sePageLayout .se-section-img-card .col-margin-bottom,
.sePage .sePageLayout .se-section-img-card .col-xs-12,
.sePage .sePageLayout .se-section-img-link-card .col-xs-6,
.sePage .sePageLayout .se-section-img-link-card .col-margin-bottom,
.sePage .sePageLayout .se-section-img-link-card .col-xs-12,
.sePage .sePageLayout .se-section-card .col-xs-6,
.sePage .sePageLayout .se-section-card .col-margin-bottom,
.sePage .sePageLayout .se-section-card .col-xs-12,
.sePage .sePageLayout .se-section-service-card .col-xs-6,
.sePage .sePageLayout .se-section-service-card .col-margin-bottom,
.sePage .sePageLayout .se-section-service-card .col-xs-12 {
  margin-bottom: 0;
  padding: 0 5px 10px;
}
.sePage .sePageLayout .se-section-img-card.bottom .container-fluid,
.sePage .sePageLayout .se-section-img-link-card.bottom .container-fluid,
.sePage .sePageLayout .se-section-card.bottom .container-fluid,
.sePage .sePageLayout .se-section-service-card.bottom .container-fluid {
  padding-bottom: 35px;
}
.sePage .sePageLayout .se-section-img-card .container-fluid .full-width-block,
.sePage
  .sePageLayout
  .se-section-img-link-card
  .container-fluid
  .full-width-block {
  margin-left: 0;
  margin-right: 0;
}
.sePage .sePageLayout .se-section-img-card.full-bleed .container-fluid,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.sePage .sePageLayout .se-section-img-card.full-bleed .col-xs-6,
.sePage .sePageLayout .se-section-img-card.full-bleed .col-margin-bottom,
.sePage .sePageLayout .se-section-img-card.full-bleed .col-xs-12,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-xs-6,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-margin-bottom,
.sePage .sePageLayout .se-section-img-link-card.full-bleed .col-xs-12 {
  margin-bottom: 0;
  padding: 0;
}
.sePage .sePageLayout .se-section-img-card.bottom.full-bleed .container-fluid,
.sePage
  .sePageLayout
  .se-section-img-link-card.bottom.full-bleed
  .container-fluid {
  padding-bottom: 45px;
}

.sePage .sePageLayout .se-section-catalog-tabular .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .container
  .customContentBlock {
  padding-left: 10px;
  padding-right: 10px;
}
.sePage .sePageLayout .se-section-catalog-tabular .seSearchProductsContainer {
  margin-top: 0;
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct {
  text-align: center;
  background: #ffffff;
  padding: 5px 20px 11px;
  margin: 0 5px 1px;
  border-radius: var(--border-radius, 20px);
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct
  .seProductPrice
  .seSavingPercent {
  left: 0px;
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct.col-xs-12 {
  width: calc(100% - 10px);
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct.col-xs-6 {
  width: calc(50% - 10px);
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct
  .seProductAnchor
  img {
  margin: 0 auto;
  height: auto;
  padding: 11px 0 4px;
  background: transparent;
  border: none;
  mix-blend-mode: multiply;
}
.sePage
  .sePageLayout
  .se-section-catalog-tabular
  .seSearchProductsContainer
  .seProduct
  .seProductPrice {
  margin-bottom: 0;
  padding-bottom: 22px;
  background: #ffffff;
}
.sePage .sePageLayout .se-section-catalog-tabular .seCatalogTabularWrapper {
  margin: 0 0 11px;
}

.sePage .sePageLayout .se-section-catalog-carousel .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.sePage
  .sePageLayout
  .se-section-catalog-carousel
  .container
  .customContentBlock {
  padding-left: 10px;
  padding-right: 10px;
}
.sePage .sePageLayout .se-section-catalog-carousel .slick-slide {
  text-align: center;
  padding: 5px 20px 11px;
  margin: 0 5px;
  background: #ffffff;
  height: inherit !important;
  border-radius: var(--border-radius, 20px);
}
.sePage .sePageLayout .se-section-catalog-carousel .slick-track {
  display: flex !important;
}
.sePage .sePageLayout .se-section-catalog-carousel .img-thumbnail {
  padding: 11px 0 4px;
  background: transparent;
  border: none;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .sePage
    .sePageLayout
    .se-section-catalog-tabular
    .seSearchProductsContainer
    .seProduct.col-sm-3 {
    width: calc(25% - 10px);
  }
  .sePage
    .sePageLayout
    .se-section-catalog-tabular
    .seSearchProductsContainer
    .seProduct.col-sm-4 {
    width: calc(33.3333333333% - 10px);
  }
  .sePage
    .sePageLayout
    .se-section-catalog-tabular
    .seSearchProductsContainer
    .seProduct.col-sm-6 {
    width: calc(50% - 10px);
  }
}

.se-section-fw .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent,
.custom5-4 .text-center .editContent {
  margin: auto;
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.sePageContent .sePageSection.no-button .editContent {
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .sePage .sePageLayout .se-section-img-hero-top.parallax,
  .sePage .sePageLayout .se-section-img-hero.parallax {
    background-attachment: fixed;
  }
  .sePage .sePageLayout .se-section-card .container,
  .sePage .sePageLayout .se-section-img-card .container,
  .sePage .sePageLayout .se-section-img-link-card .container,
  .sePage .sePageLayout .se-section-service-card .container,
  .sePage .sePageLayout .se-section-2col-feature .container,
  .sePage .sePageLayout .se-section-2col-hero.bordered .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .se-section-2col-feature.text-left .content-block-column,
  .se-section-2col-hero.text-left .content-block-column {
    text-align: left;
  }
  .se-section-2col-hero .content-block-column:first-child {
    min-height: 480px;
  }
  .se-section-2col-hero .content-block-column:last-child {
    padding: 45px 30px;
  }
}
@media (min-width: 992px) {
  .sePage .sePageLayout .sePageMain .se-section-img-hero .content-block-column {
    padding: 12% 0;
  }
  .sePage
    .sePageLayout
    .sePageMain
    .se-section-img-hero
    .custom3-2
    .content-block-colum {
    padding: 12% 30px;
  }
  .sePage
    .sePageLayout
    .sePageMain
    .se-section-img-hero.padding-lg
    .content-block-column {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .sePage
    .sePageLayout
    .sePageMain
    .se-section-img-hero.padding-sm
    .content-block-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sePage
    .sePageLayout
    .sePageMain
    .se-section-img-hero.padding-zero
    .content-block-column {
    padding-top: 0;
    padding-bottom: 0;
  }
  .se-section-2col-feature.img-lg .content-block-column:first-child,
  .se-section-2col-hero.img-lg .content-block-column:first-child {
    width: 55%;
  }
  .se-section-2col-feature.img-lg .content-block-column:last-child,
  .se-section-2col-hero.img-lg .content-block-column:last-child {
    width: 45%;
  }
  .se-section-2col-feature.img-lg .custom1-6 .col-sm-pull-6,
  .se-section-2col-hero.img-lg .custom1-6 .col-sm-pull-6 {
    right: 55%;
  }
  .se-section-2col-feature.img-lg .custom1-6 .col-sm-push-6,
  .se-section-2col-hero.img-lg .custom1-6 .col-sm-push-6 {
    left: 45%;
  }
  .se-section-2col-hero .content-block-column:first-child {
    min-height: 540px;
  }
  .se-section-2col-hero .content-block-column:last-child {
    padding: 45px 60px;
  }
  .se-section-5col .col-md-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .se-section-2col-hero .content-block-column:last-child {
    padding: 45px 90px;
  }
  .se-section-2col-feature.img-lg .content-block-column:first-child,
  .se-section-2col-hero.img-lg .content-block-column:first-child {
    width: 60%;
  }
  .se-section-2col-feature.img-lg .content-block-column:last-child,
  .se-section-2col-hero.img-lg .content-block-column:last-child {
    width: 40%;
  }
  .se-section-2col-feature.img-lg .custom1-6 .col-sm-pull-6,
  .se-section-2col-hero.img-lg .custom1-6 .col-sm-pull-6 {
    right: 60%;
  }
  .se-section-2col-feature.img-lg .custom1-6 .col-sm-push-6,
  .se-section-2col-hero.img-lg .custom1-6 .col-sm-push-6 {
    left: 40%;
  }
  .se-section-5col .col-lg-2 {
    width: 20%;
  }
}

.sePage .sePageLayout .sePageMain .text-white .h1,
.sePage .sePageLayout .sePageMain .text-white .h2,
.sePage .sePageLayout .sePageMain .text-white .h3,
.sePage .sePageLayout .sePageMain .text-white h1,
.sePage .sePageLayout .sePageMain .text-white h2,
.sePage .sePageLayout .sePageMain .text-white h3,
.sePage .sePageLayout .sePageMain .text-white h4,
.sePage .sePageLayout .sePageMain .text-white h5,
.sePage .sePageLayout .sePageMain .text-white h6,
.sePage .sePageLayout .sePageMain .text-white p,
.sePage .sePageLayout .sePageMain .text-white ol,
.sePage .sePageLayout .sePageMain .text-white ul,
.sePage .sePageLayout .sePageMain .text-white span,
.sePage .sePageLayout .sePageMain .text-white blockquote,
.sePage .sePageLayout .sePageMain .text-white cite,
.sePage .sePageLayout .sePageMain .text-white small,
.sePage .sePageLayout .sePageMain .text-white table,
.sePage .sePageLayout .text-white .h1,
.sePage .sePageLayout .text-white .h2,
.sePage .sePageLayout .text-white .h3,
.sePage .sePageLayout .text-white h1,
.sePage .sePageLayout .text-white h2,
.sePage .sePageLayout .text-white h3,
.sePage .sePageLayout .text-white h4,
.sePage .sePageLayout .text-white h5,
.sePage .sePageLayout .text-white h6,
.sePage .sePageLayout .text-white p,
.sePage .sePageLayout .text-white ol,
.sePage .sePageLayout .text-white ul,
.sePage .sePageLayout .text-white span,
.sePage .sePageLayout .text-white blockquote,
.sePage .sePageLayout .text-white cite,
.sePage .sePageLayout .text-white small,
.sePage .sePageLayout .text-white table {
  color: var(--text-white, #fff);
}
.sePage .sePageLayout .sePageMain .text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .text-white a:not(.btn):visited,
.sePage .sePageLayout .text-white a:not(.btn),
.sePage .sePageLayout .text-white a:not(.btn):visited {
  color: var(--text-white, #fff);
  text-decoration: underline;
}
.sePage .sePageLayout .sePageMain .text-white a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .text-white a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .text-white a:not(.btn):active,
.sePage .sePageLayout .sePageMain .text-white h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .text-white h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .text-white h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .text-white h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .text-white h5 a:not(.btn):hover,
.sePage .sePageLayout .text-white a:not(.btn):hover,
.sePage .sePageLayout .text-white a:not(.btn):focus,
.sePage .sePageLayout .text-white a:not(.btn):active,
.sePage .sePageLayout .text-white h1 a:not(.btn):hover,
.sePage .sePageLayout .text-white h2 a:not(.btn):hover,
.sePage .sePageLayout .text-white h3 a:not(.btn):hover,
.sePage .sePageLayout .text-white h4 a:not(.btn):hover,
.sePage .sePageLayout .text-white h5 a:not(.btn):hover {
  color: var(--text-white-hover, #ccc);
  text-decoration: underline;
}
.sePage .sePageLayout .sePageMain .text-white a.btn.btn-link,
.sePage .sePageLayout .sePageMain .text-white .btn-link,
.sePage .sePageLayout .sePageMain .text-white a.btn.btn-link:visited,
.sePage .sePageLayout .sePageMain .text-white .btn-link:visited,
.sePage .sePageLayout .text-white a.btn.btn-link,
.sePage .sePageLayout .text-white .btn-link,
.sePage .sePageLayout .text-white a.btn.btn-link:visited,
.sePage .sePageLayout .text-white .btn-link:visited {
  color: var(--text-white, #fff);
}
.sePage .sePageLayout .sePageMain .text-white a.btn.btn-link:hover,
.sePage .sePageLayout .sePageMain .text-white a.btn.btn-link:focus,
.sePage .sePageLayout .sePageMain .text-white a.btn.btn-link:active,
.sePage .sePageLayout .sePageMain .text-white .btn-link:hover,
.sePage .sePageLayout .sePageMain .text-white .btn-link:focus,
.sePage .sePageLayout .sePageMain .text-white .btn-link:active,
.sePage .sePageLayout .text-white a.btn.btn-link:hover,
.sePage .sePageLayout .text-white a.btn.btn-link:focus,
.sePage .sePageLayout .text-white a.btn.btn-link:active,
.sePage .sePageLayout .text-white .btn-link:hover,
.sePage .sePageLayout .text-white .btn-link:focus,
.sePage .sePageLayout .text-white .btn-link:active {
  color: var(--text-white-hover, #ccc);
}
.sePage .sePageLayout .seFooterList .text-white a:not(.btn) {
  text-decoration: underline;
}
.sePage .sePageLayout .sePageMain .block-bg-img h1,
.sePage .sePageLayout .sePageMain .block-bg-img h2,
.sePage .sePageLayout .sePageMain .block-bg-img h3,
.sePage .sePageLayout .sePageMain .block-bg-img h4,
.sePage .sePageLayout .sePageMain .block-bg-img h5,
.sePage .sePageLayout .sePageMain .block-bg-img h6,
.sePage .sePageLayout .sePageMain .block-bg-img p,
.sePage .sePageLayout .sePageMain .block-bg-img ol,
.sePage .sePageLayout .sePageMain .block-bg-img ul {
  color: var(--text-white, #fff);
  text-shadow: var(--text-shadow, 0 0 5px #484848);
}
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link {
  padding: 0;
}
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link {
  text-shadow: var(--text-shadow, 0 0 5px #484848);
}
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):visited {
  color: var(--text-white, #fff);
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img a:not(.btn):active {
  color: var(--text-white-hover, #ccc);
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link,
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link:visited,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link:visited {
  color: var(--text-white, #fff);
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link:hover,
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link:focus,
.sePage .sePageLayout .sePageMain .block-bg-img a.btn.btn-link:active,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link:hover,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link:focus,
.sePage .sePageLayout .sePageMain .block-bg-img .btn-link:active {
  color: var(--text-white-hover, #ccc);
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain .block-bg-img h1 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h1 a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h2 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h2 a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h3 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h3 a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h4 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h4 a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h5 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h5 a:not(.btn):visited,
.sePage .sePageLayout .sePageMain .block-bg-img h6 a:not(.btn),
.sePage .sePageLayout .sePageMain .block-bg-img h6 a:not(.btn):visited {
  color: var(--text-white, #fff);
  text-decoration: none;
}
.sePage .sePageLayout .sePageMain .block-bg-img h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h1 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h1 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h2 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h2 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h3 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h3 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h4 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h4 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h5 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h5 a:not(.btn):active,
.sePage .sePageLayout .sePageMain .block-bg-img h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .block-bg-img h6 a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .block-bg-img h6 a:not(.btn):active {
  color: var(--text-white-hover, #ccc);
  text-decoration: underline;
}

ul.se-clean-list,
ol.se-clean-list {
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
ul.se-clean-list li,
ol.se-clean-list li {
  padding-bottom: 6px;
}
ul.se-clean-list ol,
ul.se-clean-list ul,
ol.se-clean-list ol,
ol.se-clean-list ul {
  margin-bottom: 0;
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
  padding-top: 5px;
  padding-bottom: 0;
}

ul.se-unstyled-list,
ol.se-unstyled-list,
.se-unstyled-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  ul.se-2col-list,
  ol.se-2col-list,
  .se-2col-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
.se-section-code .customContentBlock {
  min-height: 0;
}

.se-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.se-display-mobile {
  display: block;
}

.se-display-desktop {
  display: none;
}

@media (min-width: 768px) {
  .se-display-mobile {
    display: none;
  }
  .se-display-desktop {
    display: block;
  }
  .se-bg-img-mobile {
    background-image: none !important;
  }
}
.seContentSectionLink {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.sePage .sePageLayout .slick-next,
.sePage .sePageLayout .slick-prev {
  height: 36px;
  width: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow, 0 1px 4px 0px rgba(0, 0, 0, 0.2));
}
.sePage .sePageLayout .slick-next::before {
  color: var(--ff-headline-color, #000);
  transition: 0.3s ease-in-out;
}
.sePage .sePageLayout .slick-prev::before {
  color: var(--ff-headline-color, #000);
  transition: 0.3s ease-in-out;
}
.sePage .sePageLayout .slick-next:focus:before,
.sePage .sePageLayout .slick-next:hover:before,
.sePage .sePageLayout .slick-prev:focus:before,
.sePage .sePageLayout .slick-prev:hover:before {
  opacity: 1;
}
.sePage .sePageLayout .slick-dots {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sePage .sePageLayout .slick-dots li.slick-active button:before {
  color: var(--ff-headline-color, #000);
  opacity: 0.75;
}
.sePage .sePageLayout .slick-dots li button:before {
  content: '•';
  font-family: var(--ff-headline, sans-serif);
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--ff-headline-color, #000);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white-dots .slick-dots li.slick-active button:before,
.white-dots .slick-dots li button:before {
  color: #ffffff;
}

.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: var(--main-border, 1px solid #bbbbbb);
}
.sePage .sePageLayout .se-btn-group .btn.btn-link,
.sePage .sePageLayout .se-btn-group a.btn.btn-link,
.sePage .sePageLayout .content-block-column .se-btn-group .btn.btn-link,
.sePage .sePageLayout .content-block-column .se-btn-group a.btn.btn-link {
  border-radius: 0;
}
.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: var(--main-border, 1px solid #bbbbbb);
}

@media (min-width: 768px) {
  .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: var(--main-border, 1px solid #bbbbbb);
  }
  .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: var(--main-border, 1px solid #bbbbbb);
  }
}

.sePage .seBackTop {
  border-radius: 50%;
  border: 1px solid #232b3a;
}

.sePage .sePageLayout a.btn.btn-primary {
  border-color: #232b3a;
}

.sePage .sePageLayout a.btn.btn-primary,
.sePage .sePageLayout a.btn:not(.seSearchButton),
.sePage .sePageLayout a.btn.btn-secondary,
.sePage .sePageLayout a.btn.btn-clear,
.sePageLayout .btn-cart,
.sePageLayout .btn-checkout,
.sePageLayout .btn-primary,
.sePageLayout .btn-default:not(.seSearchButton),
.sePageLayout .seMiniCartActions .btn-cart {
  padding: 9px 22px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  white-space: normal;
  border-radius: var(--btn-border-radius, 20px);
  font-family: var(--btn-font-famliy, sans-serif);
}

.sePage .sePageLayout a.btn.btn-clear {
  border-color: var(--btn-clear-color, #ffffff);
  background: transparent;
  color: var(--btn-clear-ff-color, #ffffff);
}
.sePage .sePageLayout a.btn.btn-clear:visited {
  color: var(--btn-clear-ff-color, #ffffff);
}
.sePage .sePageLayout a.btn.btn-clear:hover,
.sePage .sePageLayout a.btn.btn-clear:active,
.sePage .sePageLayout a.btn.btn-clear:focus {
  border-color: var(--btn-clear-hover-color, #ffffff);
  background: var(--btn-clear-hover-color, #ffffff);
  color: var(--btn-clear-ff-hover-color, #0f1115);
  text-decoration: none;
}

.sePage .sePageLayout a.btn.btn-secondary,
.sePage .sePageLayout .white-dots a.btn.btn-primary,
.sePage .sePageLayout .se-section-card.black a.btn.btn-primary,
.sePage .sePageLayout .se-section-service-card a.btn.btn-primary {
  border-color: transparent;
  background-color: #00c1cf;
  background-image: -webkit-linear-gradient(
    left,
    #00c1cf 0%,
    #cec2ab 50%,
    #00c1cf 100%
  );
  background-image: linear-gradient(
    to right,
    #00c1cf 0%,
    #cec2ab 50%,
    #00c1cf 100%
  );
  -webkit-transition: all 0.2sease-in-out;
  transition: all 0.2sease-in-out;
  background-size: 200% 100%;
  color: #0f1115;
}
.sePage .sePageLayout a.btn.btn-secondary:visited,
.sePage .sePageLayout .white-dots a.btn.btn-primary:visited,
.sePage
  .sePageLayout
  .sePageMain
  .se-section-card.black
  a.btn.btn-primary:visited,
.sePage .sePageLayout .se-section-service-card a.btn.btn-primary:visited {
  color: #0f1115;
}
.sePage .sePageLayout a.btn.btn-secondary:hover,
.sePage .sePageLayout a.btn.btn-secondary:active,
.sePage .sePageLayout a.btn.btn-secondary:focus,
.sePage .sePageLayout .white-dots a.btn.btn-primary:hover,
.sePage .sePageLayout .white-dots a.btn.btn-primary:active,
.sePage .sePageLayout .white-dots a.btn.btn-primary:focus,
.sePage .sePageLayout .se-section-card.black a.btn.btn-primary:hover,
.sePage .sePageLayout .se-section-card.black a.btn.btn-primary:active,
.sePage .sePageLayout .se-section-card.black a.btn.btn-primary:focus,
.sePage .sePageLayout .se-section-service-card a.btn.btn-primary:hover,
.sePage .sePageLayout .se-section-service-card a.btn.btn-primary:active,
.sePage .sePageLayout .se-section-service-card a.btn.btn-primary:focus {
  background-color: #cec2ab;
  border-color: transparent;
  background-position: 100% 0;
  color: #0f1115;
  text-decoration: none;
}

/* FOOTER STYLES */

.sePage .sePageLayout .sePageFooter .seContentBlockFooter[class*='footer2-'] h2,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter h2 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 8px;
}
.sePage .sePageLayout .sePageFooter .seContentBlockFooter[class*='footer2-'] ul,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter ul {
  margin-bottom: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
}
.sePage .sePageLayout .sePageFooter .seContentBlockFooter[class*='footer2-'] li,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter li {
  padding: 0 0 6px 0;
  list-style-type: none;
}
.sePage
  .sePageLayout
  .sePageFooter
  .seContentBlockFooter[class*='footer2-']
  address,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter address {
  margin-bottom: 0;
}
.sePage .sePageLayout .sePageFooter .seContentBlockFooter[class*='footer2-'] p,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter p {
  margin-bottom: 0;
  padding-bottom: 11px;
}

.sePage .sePageFooter .se-footer-social .seContentBlockFooter {
  margin-top: 11px;
  margin-bottom: 11px;
}

.sePage
  .sePageLayout
  .sePageFooter
  .seContentBlockFooter.se-footer-social
  .social-icon
  a {
  display: inline-block;
  margin: 0 11px;
  text-decoration: none;
  color: var(--footer-social-icon-color, #ffffff);
}
.sePage
  .sePageLayout
  .sePageFooter
  .seContentBlockFooter[class*='footer2-']
  .social-icon
  a:hover,
.sePage
  .sePageLayout
  .sePageFooter
  .seContentBlockFooter[class*='footer2-']
  .social-icon
  a:active,
.sePage
  .sePageLayout
  .sePageFooter
  .seContentBlockFooter[class*='footer2-']
  .social-icon
  a:focus,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter .social-icon a:hover,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter .social-icon a:active,
.sePage .sePageLayout .sePageFooter .seContentBlockFooter .social-icon a:focus {
  color: var(--footer-social-icon-hover-color, #028ee0);
  text-decoration: none;
}

.sePage .sePageLayout .se-section-border-t {
  border-top: 1px solid #bbbbbb;
}
.sePage .sePageLayout .se-section-border-b {
  border-bottom: 1px solid #bbbbbb;
}
.sePage .sePageLayout .se-section-border-y {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.sePage .sePageLayout .se-section-border-t-dk {
  border-top: 1px solid #232b3a;
}
.sePage .sePageLayout .se-section-border-b-dk {
  border-bottom: 1px solid #232b3a;
}
.sePage .sePageLayout .se-section-border-y-dk {
  border-top: 1px solid #232b3a;
  border-bottom: 1px solid #232b3a;
}
.sePage .sePageLayout .se-divider-dk .divider {
  border-top: 1px solid #232b3a;
  border-width: 1px 0;
}
.sePage .sePageLayout .se-divider-dk .bordered-top-bottom-block,
.sePage .sePageLayout .se-divider-dk .bordered-top-bottom-block2 {
  border: 1px solid #232b3a;
}
.sePage .sePageLayout hr.se-divider-dk {
  border-top: 1px solid #232b3a;
}

.sePageLayout .bordered-top-bottom-block2 > div:last-child .editContent,
.sePageLayout .bordered-top-bottom-block > div:last-child .editContent {
  text-align: center;
}

@media (min-width: 768px) {
  .sePageLayout .bordered-top-bottom-block2 > div:last-child .editContent,
  .sePageLayout .bordered-top-bottom-block > div:last-child .editContent {
    text-align: right;
  }
}

/* END FOOTER STYLES */

/* HEADER */
.sePage .sePageMain {
  margin-top: 45px;
}

.sePage .sePageFooter {
  margin-top: 45px;
}

.sePage .sePageLayout .sePageBanner {
  padding-top: 0;
  border: 0;
}
.sePage .sePageLayout .sePageBanner .btn,
.sePage .sePageLayout .sePageBanner a.btn-default,
.sePage .sePageLayout .sePageBanner a.btn-primary,
.sePage .sePageLayout .sePageBanner a.btn-secondary,
.sePage .sePageLayout .sePageBanner a.btn-white {
  width: 100%;
  white-space: normal;
  margin: 0 auto;
  border-radius: 0;
}

.sePageHeaderWrapper .seSiteLogo .img-responsive {
  max-width: 180px;
}

.seSiteSearchForm label.sr-only {
  background: #ffffff;
  color: #0f1115;
}

.sePage .sePageLayout .seHeaderActions a:not(.btn) .seIcon,
.sePage .sePageLayout .seHeaderActions a:not(.btn) .seIcon::before {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-size: 23px;
}
.sePage .sePageLayout .seHeaderActions a:not(.btn) .seIcon.seIconProfile {
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 40;
}
.sePage .sePageLayout .seHeaderActions a:not(.btn) .seIcon.seIconShoppingCart {
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 40;
}
.sePage .sePageLayout .seHeaderActions a:not(.btn):hover .seIcon {
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}
.sePage .sePageLayout .seHeaderActions a:not(.btn):hover .seIcon.seIconProfile {
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

.sePage .sePageLayout .sePageHeader .seLocationIcon::before {
  content: 'location_on';
}
.sePage .sePageLayout .sePageHeader .seIconProfile::before {
  content: 'account_circle';
}
.sePage .sePageLayout .sePageHeader .seIconShoppingCart::before {
  content: 'shopping_cart';
}
.sePage .sePageLayout .sePageHeader .seIconSearch::before {
  font-size: 25px;
  content: 'search';
}

.sePage .sePageLayout .sePageHeaderWrapper .seHeaderBottom,
.sePage .sePageLayout .megamenu-toggle-bar {
  border-top: 1px solid #232b3a;
  background-color: var(--header-bottom-background, #0f1115);
}
.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreDataBottom
  .seStoreHours
  p
  a,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreDataBottom a {
  color: var(--header-bottom-font, #ffffff) !important;
}
.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreDataBottom
  .seStoreHours
  p
  a:active,
.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreDataBottom
  .seStoreHours
  p
  a:focus,
.sePage
  .sePageLayout
  .sePageHeader
  .seHeaderBottom
  .seStoreDataBottom
  .seStoreHours
  p
  a:hover,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreDataBottom a:active,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreDataBottom a:focus,
.sePage .sePageLayout .sePageHeader .seHeaderBottom .seStoreDataBottom a:hover {
  color: var(--header-bottom-font, #ffffff) !important;
}

.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:active,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:focus,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:hover,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:active,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:focus,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:hover,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:active,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:focus,
.sePage
  .sePageLayout
  .seSiteSearchForm
  span.twitter-typeahead
  .tt-menu
  .tt-suggestion:hover {
  color: var(--search-font-hover, #b30000);
}

/* SEARCH TEXT COLOR */
.sePageLayout
  .seSiteSearchForm
  .input-group
  .input-group-btn
  .btn.seSearchButton {
  color: var(--search-font, #0f1115);
  background: var(--search-background, #ffffff);
}
.sePageLayout
  .seSiteSearchForm
  .input-group
  .input-group-btn
  .btn.seSearchButton:hover,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .input-group-btn
  .btn.seSearchButton:active,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .input-group-btn
  .btn.seSearchButton:focus {
  background-color: var(--search-background-hover, #cbc7be);
}
.sePageLayout .seSiteSearchForm .seSearchBox {
  color: var(--search-font, #0f1115);
}
.sePageLayout .seSiteSearchForm .input-group .form-control {
  background: var(--search-background, #ffffff);
  border-radius: var(--search-border-radius, 22px) 0 0
    var(--search-border-radius, 22px);
  padding: 6px 18px;
}
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-webkit-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-ms-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-webkit-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control::-ms-input-placeholder,
.sePageLayout
  .seSiteSearchForm
  .input-group
  .form-control:-ms-input-placeholder,
.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder,
.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
  color: var(--search-font, #0f1115);
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
  color: var(--search-font, #0f1115) !important;
}

.sePage input#seHeaderSearchBox {
  font-family: var(--body-font-famliy, sans-serif);
  font-weight: 700;
  color: var(--search-font, #0f1115) !important;
}
.seSiteSearchForm .input-group > .input-group-btn > .btn {
  background-color: var(--search-background, #ffffff);
  border-radius: 0 var(--search-border-radius, 22px)
    var(--search-border-radius, 22px) 0;
  width: 44px;
}

.seSiteSearchForm .input-group > .input-group-btn > .btn:hover {
  background-color: var(--search-background-hover, #cbc7be);
}

.megamenu-close .icon-bar {
  background-color: var(--header-bottom-font, #0f1115);
}

@media only screen and (min-width: 768px) {
  .seFacetListGroup .seAppliedFacetsContainer + .seFacetPanel {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .sePageHeaderWrapper .seHeaderActions .list-inline > li > a::after,
  .seSiteNavigator .navbar-nav > li.open > a::after,
  .seSiteNavigator .navbar-nav > li > a:active::after,
  .seSiteNavigator .navbar-nav > li > a:hover::after {
    background-color: var(--navigation-hover-decoration, #b30000);
  }
  .sePage .sePageLayout .megamenu .link-list li a.title::after {
    background: var(--navigation-hover-decoration, #b30000);
  }
  .seMiniCart .seMiniCartList,
  .seSiteNavigator .navbar-nav .dropdown-menu {
    border-top: 1px solid var(--header-bottom-background, #b30000);
  }
  .sePageHeaderWrapper .seStoreHoursList {
    top: calc(100% + 10px);
  }
}
/* END HEADER */

/* STORE LOCATOR */
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation {
  padding: 0 0 15px;
  border: none;
  background: var(--location-details-background, #0f1115);
  border-radius: var(--border-radius, 20px);
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA {
  border: none;
  background: var(--location-details-header-background, #0f1115);
  border-radius: var(--border-radius, 20px) var(--border-radius, 20px) 0 0;
  margin-bottom: 15px;
  padding: 0 22px;
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA
  h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  color: var(--location-details-font, #ffffff);
  font-size: 23px;
  border-bottom: var(--location-details-border, 1px solid #232b3a);
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA
  h1
  span.seStoreName {
  padding-right: 0;
  font-size: 36px;
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStoreDBA
  h1
  span.seStoreLocationDBA {
  text-transform: none;
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  > div:not(.seStoreDBA) {
  margin: 0 22px 15px;
  padding: 0;
  color: var(--location-details-font, #ffffff);
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  > div:not(.seStoreDBA)
  a {
  color: var(--location-details-link, #ffffff);
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  > div:not(.seStoreDBA)
  a:active,
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  > div:not(.seStoreDBA)
  a:focus,
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  > div:not(.seStoreDBA)
  a:hover {
  color: var(--location-details-link-hover, #cccccc);
}
.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seStoreInformationColumn
  .seStoreInformation
  .seStorePhone {
  padding-bottom: 5px;
  border-bottom: var(--location-details-border, 1px solid #232b3a);
}

.sePage .sePageLayout .se-location-details .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.sePage .sePageLayout .se-location-details .col-margin-bottom,
.sePage .sePageLayout .se-location-details .col-xs-12:not(.customContentBlock) {
  margin-bottom: 0;
  padding: 0 5px 10px;
}

.sePage
  .sePageLayout
  .se-location-details
  .seStoreInformationWrapper
  .seSingleStoreMap {
  border-radius: var(--border-radius, 20px);
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon,
.seMap .marker .seLocationIcon,
.seSingleStoreMap .marker .seLocationIcon {
  font-size: 30px;
  color: var(--red, #b30000);
}

.sePageContentLocations #sestorelocatorcontainer .sestorelocatorstore .seTitle {
  font-family: var(--headline-font-famliy, sans-serif);
  font-weight: 700;
  color: var(--location-details-font, #ffffff);
  text-transform: uppercase;
}

.sePageContentLocations #sestorelocatorcontainer .sestorelocatorstore {
  color: var(--location-details-font, #ffffff);
}

.sePage .sePageLayout .sePageMain .seStoreAddress > a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
  font-family: var(--btn-font-famliy, sans-serif);
  font-size: 14px;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--location-details-link, #ffffff);
}
.sePage .sePageLayout .sePageMain .seStoreAddress > a:not(.btn)::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f138';
  padding-top: 0.5px;
  padding-left: 5px;
  font-size: 16px;
}
.sePage .sePageLayout .sePageMain .seStoreAddress > a:not(.btn):active,
.sePage .sePageLayout .sePageMain .seStoreAddress > a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .seStoreAddress > a:not(.btn):hover {
  text-decoration: none;
  color: var(--location-details-link-hover, #cccccc);
}
.sephoneline,
.sephonelinemobile,
.sestorelocatorstore li.sephoneline {
  font-weight: 400;
  margin: 7px 0;
  line-height: 1.1;
  color: var(--location-details-link, #ffffff);
}

.sephoneline,
.sephonelinemobile,
.sestorelocatorstore li.sephoneline {
  font-weight: var(--font-weight-regular, 400);
  margin: 7px 0;
  line-height: 1.1;
}

.sePage .sePageLayout .sePageMain .seStoreAddress a:not(.btn) {
  color: var(--location-details-link, #ffffff);
}

.sePage .sePageLayout .sePageMain .seStoreAddress a:not(.btn):active,
.sePage .sePageLayout .sePageMain .seStoreAddress a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .seStoreAddress a:not(.btn):hover {
  color: var(--location-details-link-hover, #cccccc);
}

.seLocationPage #sestorelocatorcontainer .sestorelocatorleftcolumn,
.seLocationPage #sestorelocatorcontainer .sestorelocatorrightcolumn {
  padding-left: 5px;
  padding-right: 5px;
}

.seLocationPage #sestorelocatorcontainer .row {
  margin-left: -5px;
  margin-right: -5px;
}

.seLocationPage
  #sestorelocatorcontainer
  .sestorelocatorleftcolumn
  #sestorelocatorlocationlist:not(.scroll-content) {
  border: none;
  background: var(--location-details-background, #0f1115);
  border-radius: var(--border-radius, 20px);
}

.seStoreLocatorMapContainer {
  border: none;
  border-radius: var(--border-radius, 20px);
}

.sestorelocatorstore {
  border-bottom: var(--location-details-border, 1px solid #232b3a);
}
.sestorelocatorstore:hover {
  background: rgba(255, 255, 255, 0.05);
}

.seStoreLocatorLocationsList .active {
  background: rgba(255, 255, 255, 0.075);
}

.mapboxgl-map {
  overflow: hidden;
  position: relative;
}

.sestorename {
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .sestorelocatorstore:last-child {
    border-bottom: 0;
  }

  .sePage .sePageLayout .se-location-details .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    a:not(.btn).seClickCall {
    text-decoration: none !important;
    color: var(--location-details-font, #ffffff);
  }
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    a:not(.btn).seClickCall:active,
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    a:not(.btn).seClickCall:focus,
  .sePage
    .sePageLayout
    .sePageMain
    .seStoreInformationWrapper
    .seStoreInformationColumn
    .seStoreInformation
    a:not(.btn).seClickCall:hover {
    text-decoration: none !important;
    color: var(--location-details-font, #ffffff);
  }
}
/* END STORE LOCATOR */

/* BEGIN SERVICE MENU STYLES */
.sePage .sePageLayout .price-header h3 {
  color: #ffffff;
}

.sePage .sePageLayout .se-section-service-card {
  margin-bottom: 0;
}

.sePage .sePageLayout .se-section-service-card .price-block .editContent {
  background: var(--service-features-background, #cbc7be);
  border-radius: var(--border-radius, 20px);
}

.sePage .sePageLayout .se-section-service-card .price-block .price-header {
  padding: 22px 15px;
  background: var(--service-header-background, #cbc7be);
  border: none;
  border-bottom: var(--service-border, 1px solid #232b3a);
  border-top-right-radius: var(--border-radius, 20px);
  border-top-left-radius: var(--border-radius, 20px);
}

.sePage .sePageLayout .se-section-service-card .price-block .price-header h3 {
  margin: 15px auto 7px;
  color: var(--service-header-font, #0f1115);
}

.sePage .sePageLayout .se-section-service-card .price-block .price {
  background: var(--service-price-background, #cbc7be);
  border: none;
  border-bottom: var(--service-border, 1px solid #232b3a);
}

.sePage
  .sePageLayout
  .se-section-service-card
  .price-block
  .price
  .price-figure {
  padding: 15px;
}

.sePage
  .sePageLayout
  .se-section-service-card
  .price-block
  .price
  .price-figure
  h4 {
  margin: 7px auto;
  color: var(--service-price-font, #0f1115);
}

.sePage
  .sePageLayout
  .se-section-service-card
  .price-block
  .price
  .price-figure
  p {
  font-size: 14px;
  margin: 7px auto;
  color: var(--service-price-font, #0f1115);
}

.sePage .sePageLayout .se-section-service-card .price-block .features {
  padding: 22px 15px 11px;
  background: transparent;
  border: none;
}

.sePage .sePageLayout .se-section-service-card .price-block .features h5,
.sePage .sePageLayout .se-section-service-card .price-block .features p,
.sePage .sePageLayout .se-section-service-card .price-block .features li {
  padding: 0;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 11px;
  color: var(--service-features-font, #212121);
}

.sePage .sePageLayout .se-section-service-card .price-block .features .btn {
  margin-bottom: 0;
}

.sePage .sePageLayout .se-section-service-card .price-block .price-footer {
  margin: 0;
  padding: 0 11px;
  border: none;
  border-top: var(--service-border, 1px solid #232b3a);
  background: transparent;
  border-radius: 0;
}

.sePage .sePageLayout .se-section-service-card .price-block .price-footer .btn {
  margin-top: 11px;
  margin-bottom: 11px;
  width: 100%;
}

.sePage
  .sePageLayout
  .se-section-service-card.bordered
  .price-block
  .editContent {
  border: var(--service-border, 1px solid #232b3a);
}

.sePage .sePageLayout .pricing-table1-2 .col-sm-3 {
  width: 100%;
}

.se-section-service-card .price-block .features:after,
.se-section-service-card .price-block .features:before {
  display: none;
}

@media (min-width: 768px) {
  .sePage .sePageLayout .pricing-table1-2 .col-sm-3 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .sePage .sePageLayout .pricing-table1-2 .col-sm-3 {
    width: 25%;
  }
}
/* END SERVICE MENU STYLES */

/* FULL WIDTH CATALOG */
.sePageContent.se404Page,
.sePageContent.seCatalogHomePage,
.sePageContent.seErrorPage,
.sePageContent.seEventPage,
.sePageContent.sePageContentLocations,
.sePageContent.seProductContainer,
.sePageContent.seProductListContainer,
.sePageContent.seShoppingCartContainer,
.sePageContent.seWishListEmailPage,
.sePageContent.seWishListPage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.sePageContent.seAccountPage,
.sePageContent.seCalendarPage,
.sePageContent.seFormPage,
.sePageContent.sePageContentImageGallery,
.sePageContent.sePageSectionAdvanced,
.sePageContent.sePOSSpecial,
.sePageContent.seSiteMapPage,
.sePageContent.seStorePage {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.seProductDataContainer .seProductTabWrapper.stuck .nav {
  width: 100%;
}

.seProductDataContainer .seProductTabWrapper.stuck {
  padding-left: 30px;
  padding-right: 30px;
}

.sePage
  .sePageLayout
  .seWriteReviewContainer
  .seSearchProductsContainer
  .seProduct {
  max-width: 1240px;
}

.seToolbarContainer .seItemsPerPageContainer .seIppItem {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .sePageContent.seProductListContainer:not(.seWriteReviewContainer)
    .col-md-3.seProductFacetsWrapper {
    width: 300px;
  }
  .sePageContent.seProductListContainer:not(.seWriteReviewContainer)
    .col-md-9.seSearchResultsContainer {
    width: calc(100% - 300px);
  }
  .seSearchProductsContainer .seProduct .seProductAnchor img {
    padding: 0 11px;
  }
}
@media (min-width: 1200px) {
  .sePageContent.se404Page,
  .sePageContent.seCatalogHomePage,
  .sePageContent.seErrorPage,
  .sePageContent.seEventPage,
  .sePageContent.sePageContentLocations,
  .sePageContent.seProductContainer,
  .sePageContent.seProductListContainer,
  .sePageContent.seShoppingCartContainer,
  .sePageContent.seWishListEmailPage,
  .sePageContent.seWishListPage {
    width: 100%;
    padding: 0 60px;
  }
  .seProductDataContainer .seProductTabWrapper.stuck {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sePageContent.seProductListContainer:not(.seWriteReviewContainer)
    .seSearchProductWrapper
    .seProduct {
    width: 25%;
  }
}
@media (min-width: 1700px) {
  .sePageContent.seProductListContainer:not(.seWriteReviewContainer)
    .seSearchProductWrapper
    .seProduct {
    width: 20%;
  }
}

.seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .seSearchResultsWrapper
  .rsArrowIcn,
.seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .seSearchResultsWrapper
  .rsArrowIcn,
.seitemimagecarousel-width-container
  .touchcarousel
  .seSearchResultsWrapper
  .arrow-holder.left,
.seitemimagecarousel-width-container
  .touchcarousel
  .seSearchResultsWrapper
  .arrow-holder.right,
.sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .seSearchResultsWrapper
  .rsArrowIcn,
.sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .seSearchResultsWrapper
  .rsArrowIcn,
.seSearchResultsWrapper
  .seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .rsArrowIcn,
.seSearchResultsWrapper
  .seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .rsArrowIcn,
.seSearchResultsWrapper .seIconArrowLeft,
.seSearchResultsWrapper .seIconArrowRight,
.seSearchResultsWrapper
  .seitemimagecarousel-width-container
  .touchcarousel
  .arrow-holder.left,
.seSearchResultsWrapper
  .seitemimagecarousel-width-container
  .touchcarousel
  .arrow-holder.right,
.seSearchResultsWrapper
  .sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .rsArrowIcn,
.seSearchResultsWrapper
  .sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .rsArrowIcn {
  position: static;
}

.seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .seSearchResultsWrapper
  .rsArrowIcn:before,
.seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .seSearchResultsWrapper
  .rsArrowIcn:before,
.seitemimagecarousel-width-container
  .touchcarousel
  .seSearchResultsWrapper
  .arrow-holder.left:before,
.seitemimagecarousel-width-container
  .touchcarousel
  .seSearchResultsWrapper
  .arrow-holder.right:before,
.sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .seSearchResultsWrapper
  .rsArrowIcn:before,
.sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .seSearchResultsWrapper
  .rsArrowIcn:before,
.seSearchResultsWrapper
  .seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .rsArrowIcn:before,
.seSearchResultsWrapper
  .seHighLightSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .rsArrowIcn:before,
.seSearchResultsWrapper .seIconArrowLeft:before,
.seSearchResultsWrapper .seIconArrowRight:before,
.seSearchResultsWrapper
  .seitemimagecarousel-width-container
  .touchcarousel
  .arrow-holder.left:before,
.seSearchResultsWrapper
  .seitemimagecarousel-width-container
  .touchcarousel
  .arrow-holder.right:before,
.seSearchResultsWrapper
  .sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowLeft
  .rsArrowIcn:before,
.seSearchResultsWrapper
  .sePageSectionSlideShow
  .royalSlider
  .rsArrow.rsArrowRight
  .rsArrowIcn:before {
  position: static;
}
/* END FULL WIDTH CATALOG */

/* SLIDER */
.sePage .sePageLayout .se-section-slider-top .se-slider-top-wrapper {
  margin-bottom: 0;
}
.sePage .sePageLayout .se-section-slider-top .customContentBlock {
  padding: 0;
}
.sePage .sePageLayout .se-section-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: 480px;
  padding: 30px;
}
.sePage .sePageLayout .se-section-slider-top .content-block-column::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: var(--image-overlay, rgba(0, 0, 0, 0.2));
  padding: 0;
  width: 100%;
  content: '';
}
.sePage .sePageLayout .se-section-slider-top .content-block-content {
  z-index: 1;
  position: relative;
  white-space: normal;
  width: 100%;
  max-width: 940px;
}
.sePage .sePageLayout .se-section-slider-top .slick-slide {
  padding: 0;
}
.sePage .sePageLayout .se-section-slider-top .slick-next,
.sePage .sePageLayout .se-section-slider-top .slick-prev {
  display: flex;
  position: absolute;
  top: unset;
  bottom: 19px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: none;
}
.sePage .sePageLayout .se-section-slider-top .slick-next {
  right: 10px;
}
.sePage .sePageLayout .se-section-slider-top .slick-prev {
  left: 10px;
}
.sePage .sePageLayout .se-section-slider-top:hover .slick-next,
.sePage .sePageLayout .se-section-slider-top:hover .slick-prev {
  display: flex;
  opacity: 1;
}
.sePage .sePageLayout .se-section-slider-top:hover .slick-next::before,
.sePage .sePageLayout .se-section-slider-top:hover .slick-prev::before {
  opacity: 1;
}
.sePage .sePageLayout .se-section-slider-top:hover .slick-next:hover::before,
.sePage .sePageLayout .se-section-slider-top:hover .slick-prev:hover::before {
  opacity: 0.8;
}
.sePage .sePageLayout .se-section-slider-top .slick-dots {
  bottom: 30px;
  margin: 0;
  z-index: 1;
}
.sePage .sePageLayout .se-section-slider-top .slick-dots li {
  margin: 0 5.5px;
  width: 11px;
  height: 11px;
}
.sePage .sePageLayout .se-section-slider-top .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.sePage .sePageLayout .se-section-slider-top .slick-dots li button:before {
  opacity: 0.5;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: '';
}
.sePage
  .sePageLayout
  .se-section-slider-top
  .slick-dots
  li.slick-active
  button:before {
  opacity: 1;
}

@media (min-width: 992px) {
  .sePage
    .sePageLayout
    .sePageMain
    .se-section-slider-top
    .content-block-column {
    min-height: 600px;
  }
}
/* END SLIDER */
