@font-face {
  font-family: "daxblack";
  src: url("../fonts/dax/dax-black-webfont.woff2") format("woff2"), url("../fonts/dax/dax-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxbold";
  src: url("../fonts/dax/dax-bold-webfont.woff2") format("woff2"), url("../fonts/dax/dax-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxextrabold";
  src: url("../fonts/dax/dax-extrabold-webfont.woff2") format("woff2"), url("../fonts/dax/dax-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxlight";
  src: url("../fonts/dax/dax-light-webfont.woff2") format("woff2"), url("../fonts/dax/dax-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxmedium";
  src: url("../fonts/dax/dax-medium-webfont.woff2") format("woff2"), url("../fonts/dax/dax-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxregular";
  src: url("../fonts/dax/dax-regular-webfont.woff2") format("woff2"), url("../fonts/dax/dax-regualr-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicregular";
  src: url("../fonts/cent/gothic-webfont.woff2") format("woff2"), url("../fonts/cent/gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicbold";
  src: url("../fonts/cent/gothicb0-webfont.woff2") format("woff2"), url("../fonts/cent/gothicb0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicbold_italic";
  src: url("../fonts/cent/gothicbi-webfont.woff2") format("woff2"), url("../fonts/cent/gothicbi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicitalic";
  src: url("../fonts/cent/gothici-webfont.woff2") format("woff2"), url("../fonts/cent/gothici-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Pause animations before page load*/
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

.js-loading * {
  animation-play-state: paused !important;
}
.js-loading *:before {
  animation-play-state: paused !important;
}
.js-loading *:after {
  animation-play-state: paused !important;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.main_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: white;
  -webkit-text-size-adjust: none;
  -webkit-font-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.div-fake-hidden {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.featuredInfo {
  display: none;
}

.height {
  width: 0;
  height: 100vh;
  top: 0;
  position: absolute;
}

::-moz-selection {
  color: #393B3A;
  background: #f0b8c5;
}

::selection {
  color: #393B3A;
  background: #f0b8c5;
}

.grecaptcha-badge {
  visibility: hidden;
}

.ScrollPrompt_Wrap {
  position: fixed;
  top: 100%;
  left: 100%;
  transform: translate(calc(-100% - 20px), calc(-100% - 20px));
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  width: 50px;
  height: 50px;
  z-index: 998;
  transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background-color: rgba(205, 17, 60, 0.75);
  box-shadow: 0 0px 5.7px rgba(0, 0, 0, 0.104), 0 0px 19.2px rgba(0, 0, 0, 0.109), 0 0px 86px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023px) {
  .ScrollPrompt_Wrap {
    display: none;
  }
}
.ScrollPrompt_Wrap .ScrollPrompt {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ScrollPrompt_Wrap #ScrollPrompt_up {
  transition: 0.25s;
  -webkit-transition: 0.25s;
}

.ScrollPrompt_Wrap_mobi {
  display: none;
  position: fixed;
  top: 100%;
  left: 100%;
  transform: translate(calc(-100% - 20px), calc(-100% - 20px));
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  width: 50px;
  height: 50px;
  z-index: 998;
  transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background-color: rgba(205, 17, 60, 0.75);
  box-shadow: 0 0px 5.7px rgba(0, 0, 0, 0.104), 0 0px 19.2px rgba(0, 0, 0, 0.109), 0 0px 86px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023px) {
  .ScrollPrompt_Wrap_mobi {
    display: block;
  }
}
@media (max-width: 550px) {
  .ScrollPrompt_Wrap_mobi {
    width: 40px;
    height: 40px;
  }
}
.ScrollPrompt_Wrap_mobi .ScrollPrompt {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ScrollPrompt_Wrap_mobi #ScrollPrompt_up_mobi {
  transition: 0.25s;
  -webkit-transition: 0.25s;
}

.products-tech {
  display: none;
}

.nav_wrapper {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
.nav_wrapper #navClear1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.nav_wrapper .ribbon_wrapper {
  width: 100%;
  background-color: #CD113C;
}
.nav_wrapper .ribbon_wrapper .ribbon_items {
  position: relative;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_txt {
  display: inline-block;
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 12.8px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  /* @include max_1450_px {

  	font-size: calc(13px - 20%);

  } */
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but {
  display: inline-block;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 550px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but {
    padding-right: 16px;
  }
}
.nav_wrapper .ribbon_wrapper .ribbon_items #ribbon_but_last {
  padding-right: 0;
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap {
  display: block;
  float: right;
}
@media (max-width: 590px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap {
    display: none;
  }
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap .ribbon_but_right {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
@media (max-width: 550px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap .ribbon_but_right {
    padding-right: 16px;
  }
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_mail, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_phone, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_search {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  height: 45px;
  vertical-align: top;
}
@media (max-width: 550px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_mail, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_phone, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_search {
    padding-left: 16px;
  }
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_mail a img, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_phone a img, .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_search a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 25px;
  height: 17px;
}
.nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_contact {
  padding-right: 0;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 550px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_contact {
    padding-left: 16px;
  }
}
@media (max-width: 550px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_phone {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .nav_wrapper .ribbon_wrapper .ribbon_items .ribbon_but_right_wrap #ribbon_but_search {
    display: none;
  }
}
.nav_wrapper .search_wrapper {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.nav_wrapper .search_wrapper .search_inner {
  position: relative;
  height: 80px;
  background-color: #F2F2F2;
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper {
  position: relative;
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper {
  display: grid;
  grid-template-columns: 1fr 50px;
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 25px;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: right;
  transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0.2s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0.2s;
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper #search_input {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  left: 20px;
  display: inline-block;
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: "daxregular";
  color: #393B3A;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper #search_input:focus {
  outline: none;
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper {
  /* Change Autocomplete styles in Chrome*/
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper #search_input:-webkit-autofill,
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper #search_input:-webkit-autofill:hover,
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper #search_input:-webkit-autofill:focus,
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill,
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill:hover,
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill:focus {
  -webkit-text-fill-color: #393B3A;
  transition: background-color 5000s ease-in-out 0s;
}
.nav_wrapper .search_wrapper .search_inner .search_inner_wrapper .search_field_wrapper .searchBut {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  grid-column-start: 2;
}
.nav_wrapper .nav_grid, .nav_wrapper .nav_grid_mobi {
  display: block;
  position: relative;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: background 0s ease-in-out 0s;
  -webkit-transition: background 0s ease-in-out 0s;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .nav_wrapper .nav_grid, .nav_wrapper .nav_grid_mobi {
    display: none;
  }
}
.nav_wrapper .nav_grid .logobar, .nav_wrapper .nav_grid_mobi .logobar {
  display: inline-block;
  width: 100px;
  height: 80px;
  position: relative;
  z-index: 3;
  padding-right: min(100px, 4%);
}
@media (max-width: 1200px) {
  .nav_wrapper .nav_grid .logobar, .nav_wrapper .nav_grid_mobi .logobar {
    padding-right: max(20px, 2%);
  }
}
.nav_wrapper .nav_grid .logobar .logoWrap, .nav_wrapper .nav_grid_mobi .logobar .logoWrap {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.nav_wrapper .nav_grid .logobar .logoWrap .divlink, .nav_wrapper .nav_grid_mobi .logobar .logoWrap .divlink {
  height: 100%;
}
.nav_wrapper .nav_grid .logobar .logoWrap a.divLink, .nav_wrapper .nav_grid_mobi .logobar .logoWrap a.divLink {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav_wrapper .nav_grid .logobar .logoWrap a.divLink #logoImg, .nav_wrapper .nav_grid_mobi .logobar .logoWrap a.divLink #logoImg {
  width: 100%;
  cursor: pointer;
}
.nav_wrapper .nav_grid .navbut, .nav_wrapper .nav_grid_mobi .navbut {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: clamp(5px, 1vw, 30px);
  vertical-align: 120%;
}
@media (max-width: 1330px) {
  .nav_wrapper .nav_grid .navbut, .nav_wrapper .nav_grid_mobi .navbut {
    vertical-align: 120%;
  }
}
.nav_wrapper .nav_grid .navbut .nav_bg, .nav_wrapper .nav_grid_mobi .navbut .nav_bg {
  position: relative;
  height: 30px;
}
.nav_wrapper .nav_grid .navbut .nav_bg .nav-txt-main, .nav_wrapper .nav_grid_mobi .navbut .nav_bg .nav-txt-main {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #393B3A;
  font-size: 18px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  direction: rtl;
}
@media (max-width: 1200px) {
  .nav_wrapper .nav_grid .navbut .nav_bg .nav-txt-main, .nav_wrapper .nav_grid_mobi .navbut .nav_bg .nav-txt-main {
    font-size: calc(18px - 20%);
  }
}
.nav_wrapper .nav_grid .navbut .nav_bg .nav-txt-main:hover, .nav_wrapper .nav_grid_mobi .navbut .nav_bg .nav-txt-main:hover {
  color: #CD113C;
}
.nav_wrapper .nav_grid .navbut .nav_bg .las, .nav_wrapper .nav_grid_mobi .navbut .nav_bg .las {
  float: right;
  padding-left: 5px;
}
.nav_wrapper .nav_grid .navbut .nav_bg, .nav_wrapper .nav_grid_mobi .navbut .nav_bg {
  /* .las:hover {

  	color: $defy_red;

  } */
}
.nav_wrapper .nav_grid .navbut .nav_bg .menu_bridge, .nav_wrapper .nav_grid_mobi .navbut .nav_bg .menu_bridge {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 2;
}
.nav_wrapper .nav_grid #navClear2, .nav_wrapper .nav_grid_mobi #navClear2 {
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.nav_wrapper .nav_dropdown {
  display: none;
}
.nav_wrapper .nav_grid_mobi {
  display: none;
}
@media (max-width: 1023px) {
  .nav_wrapper .nav_grid_mobi {
    display: block;
  }
}
.nav_wrapper .nav_grid_mobi .mobi_menu {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 80px;
  float: right;
}
.nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper {
  position: relative;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper #menuImg, .nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper #menuCloseImg {
  position: absolute;
  width: 30px;
  height: 30px;
}
.nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper #burger {
  position: absolute;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper #burger_close {
  position: absolute;
  transform: scale(0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

#navClear3 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav_mobi_scroll_bottom {
  position: fixed;
  width: 100%;
  background-color: white;
  height: 60px;
  bottom: 0%;
  transform: translateY(100%);
  z-index: 1002;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0px 5.7px rgba(0, 0, 0, 0.104), 0 0px 19.2px rgba(0, 0, 0, 0.109), 0 0px 86px rgba(0, 0, 0, 0.12);
}
.nav_mobi_scroll_bottom .mobi_nav_scroll {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav_dropdown_wrapper, .nav_dropdown_wrapper_mobi {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 1001;
  background-color: white;
  box-shadow: 0px 1.7px 1.7px -50px rgba(0, 0, 0, 0.02), 0px 4px 4px -50px rgba(0, 0, 0, 0.028), 0px 7.5px 7.5px -50px rgba(0, 0, 0, 0.035), 0px 13.4px 13.4px -50px rgba(0, 0, 0, 0.042), 0px 25.1px 25.1px -50px rgba(0, 0, 0, 0.05), 0px 60px 60px -50px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1023px) {
  .nav_dropdown_wrapper, .nav_dropdown_wrapper_mobi {
    display: none;
  }
}
.nav_dropdown_wrapper .nav_dropdown_inner, .nav_dropdown_wrapper_mobi .nav_dropdown_inner {
  position: relative;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 75px;
  padding-bottom: 75px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 {
  display: grid;
  grid-template-columns: fit-content(100%) 1fr;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul {
  grid-column-start: 1;
  grid-column-end: 2;
  display: inline-block;
  list-style-type: none;
  max-width: 200px;
  z-index: 2;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut {
  width: 200px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .primHeading, .nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t2Heading, .nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .primHeading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t2Heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #393B3A;
  font-size: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading {
  padding-left: 5px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .primHeading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .primHeading {
  font-family: "daxmedium";
  text-transform: uppercase;
  color: #CD113C;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .las, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .dropdown_navbut .las {
  float: right;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul ul > li:first-of-type, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul ul > li:first-of-type {
  padding-bottom: 20px;
  max-height: 50px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul {
  /* .tier2Link {

  	position: relative;

  } */
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_expand, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_expand {
  cursor: pointer;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3 {
  display: none;
  position: relative;
  transform: translateY(-35px);
  left: calc(100% + 5px);
  padding: 5px;
  background-color: white;
  /* box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  z-index: 2; */
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  /* border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px; */
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3 ul > li:first-of-type, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3 ul > li:first-of-type {
  padding-bottom: 0px;
  max-height: 30px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3 .dropdown_navbut, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul .nav_dropdown_tier3 .dropdown_navbut {
  width: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 li, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 li {
  max-height: 30px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 ul > li:first-of-type, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 ul > li:first-of-type {
  padding-bottom: 20px;
  max-height: 50px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: fit-content(100%) fit-content(100%);
  grid-column-gap: clamp(100px, 8%, 100px);
  grid-column-gap: 10%;
  grid-column-start: 2;
  grid-column-end: 3;
  padding-left: max(2.6%, 100px);
  z-index: 1;
  /* @include max_1600_px {

  	grid-column-gap: min(10%, 40px);
  	padding-left: min(10%, 40px);

  } */
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  height: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg {
  position: relative;
  display: inline-block;
  background-color: white;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg .previews-heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg .previews-heading {
  display: block;
  position: relative;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #CCCCCC;
  font-size: 25px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-top: 0px;
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg .previews-heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_bg .previews-heading {
    font-size: calc(25px - 18%);
  }
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_divLine, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .previews-heading_wrapper .previews-heading_divLine {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 14px;
  background-color: #CCCCCC;
  opacity: 0.33;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod {
  width: 100%;
  height: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod a, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder {
  position: relative;
  width: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .nav_preview_img, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .nav_preview_img {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .nav_preview_img_alt, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .nav_preview_img_alt {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder {
  width: 100%;
  height: 100%;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-rect, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-rect {
  x: 0.5;
  y: 0.5;
  stroke-width: 1px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line1, .nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line2, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line1, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line2 {
  stroke-width: 1px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-circle, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-circle {
  stroke-width: 1px;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .featured_title, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .featured_title {
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  font-size: 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-top: 20px;
  line-height: 20px;
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .featured_title sup, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .previews_dropdown .preview_mod .featured_title sup {
  font-size: 8px;
  line-height: 0;
}
.nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .cat_Url, .nav_dropdown_wrapper .nav_dropdown_inner .nav_dropdown_tier2 .cat_no, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .cat_Url, .nav_dropdown_wrapper_mobi .nav_dropdown_inner .nav_dropdown_tier2 .cat_no {
  display: none;
}

.nav_dropdown_wrapper_mobi {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 1001;
  background-color: white;
  box-shadow: 0px 1.7px 1.7px -50px rgba(0, 0, 0, 0.02), 0px 4px 4px -50px rgba(0, 0, 0, 0.028), 0px 7.5px 7.5px -50px rgba(0, 0, 0, 0.035), 0px 13.4px 13.4px -50px rgba(0, 0, 0, 0.042), 0px 25.1px 25.1px -50px rgba(0, 0, 0, 0.05), 0px 60px 60px -50px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1023px) {
  .nav_dropdown_wrapper_mobi {
    display: none;
  }
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi {
  display: grid;
  grid-template-columns: 100% 0px;
  grid-template-rows: fit-content(100%);
  position: relative;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 550px) {
  .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi {
    grid-template-columns: 100% 0px;
  }
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi ul {
  display: inline-block;
  list-style-type: none;
  width: 100%;
}
@media (max-width: 550px) {
  .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi ul {
    width: 100%;
  }
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi ul .UL_dropdown_spacer {
  height: 70px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .dropdown_navbut {
  height: 40px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav-txt-main-mobi {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #393B3A;
  font-size: 18px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  direction: rtl;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav-txt-main-mobi:hover {
  color: #CD113C;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .las {
  float: right;
  padding-left: 5px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .mobi_icon_img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi #mobi_icon_img_mail {
  padding-left: 10px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 {
  display: none;
  height: 0px;
  grid-template-columns: calc(100% - 8px);
  grid-template-rows: fit-content(100%);
  /* @include max_550_px {

  	grid-template-columns: 100% 0px;

  } */
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul {
  grid-column-start: 1;
  grid-column-end: 2;
  display: inline-block;
  list-style-type: none;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut {
  height: 18px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .primHeading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .t2Heading, .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading {
  padding-left: 10px;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #393B3A;
  font-size: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .t3Heading {
  padding-left: 20px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .primHeading {
  font-family: "daxmedium";
  text-transform: uppercase;
  color: #CD113C;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .las {
  float: right;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .dropdown_navbut .la-angle-right {
  padding-left: 0;
  transform-origin: center;
  transform: rotate(90deg);
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul ul > li:first-of-type {
  padding-bottom: 20px;
  max-height: 50px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul {
  /* .tier2Link {

  	position: relative;

  } */
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .nav_expand {
  cursor: pointer;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .nav_dropdown_tier3 {
  display: none;
  border-left: 1px solid #CD113C;
  height: 0;
  left: 0;
  background-color: white;
  z-index: 2;
  /* border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px; */
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .nav_dropdown_tier3 ul > li:first-of-type {
  padding-bottom: 0px;
  max-height: 30px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 ul .nav_dropdown_tier3 .dropdown_navbut {
  width: 100%;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 .previews_dropdown {
  display: none;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 .cat_Url, .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .nav_dropdown_tier2 .cat_no {
  display: none;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi {
  display: none;
  position: relative;
  top: 0;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: max(2.6%, 100px);
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-end: 3;
  padding-left: max(2.6%, 100px);
  z-index: 1;
}
@media (max-width: 1600px) {
  .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown {
    grid-column-gap: min(10%, 40px);
    padding-left: min(10%, 40px);
  }
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown {
  /* @include max_900_px {

  	grid-template-columns: 1fr 1fr;
  	grid-template-rows: fit-content(100%) fit-content(100%);
  	grid-column-gap: min(20%, 80px);
  	grid-row-gap: min(10%, 40px);

  } */
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod {
  width: 100%;
  height: 100%;
  min-width: 100px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder {
  position: relative;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder .placeholder {
  width: 100%;
  height: 100%;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-rect {
  x: 0.5;
  y: 0.5;
  stroke-width: 1px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line1, .nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-line2 {
  stroke-width: 1px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .img_holder .placeholder .placeholder-circle {
  stroke-width: 1px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .featured_title {
  font-family: "daxregular";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  font-size: 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-top: 20px;
  line-height: 20px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .previews_wrapper_mobi .previews_dropdown .preview_mod .featured_title sup {
  font-size: 8px;
  line-height: 0;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi {
  position: relative;
  display: grid;
  height: 80px;
  width: calc(100% + 40px);
  left: -20px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi {
  position: relative;
  height: 80px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi {
  position: relative;
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi {
  display: grid;
  grid-template-columns: 1fr 50px;
  position: relative;
  background-color: white;
  left: -10px;
  width: 50px;
  max-width: 450px;
  height: 50px;
  border-radius: 25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left;
  transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0s;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi #search_input_mobi {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  left: 20px;
  display: inline-block;
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: "daxregular";
  color: #393B3A;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi #search_input_mobi:focus {
  outline: none;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi {
  /* Change Autocomplete styles in Chrome*/
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi #search_input_mobi:-webkit-autofill,
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi #search_input_mobi:-webkit-autofill:hover,
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi #search_input_mobi:-webkit-autofill:focus,
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi select:-webkit-autofill,
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi select:-webkit-autofill:hover,
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi select:-webkit-autofill:focus {
  -webkit-text-fill-color: #393B3A;
  transition: background-color 5000s ease-in-out 0s;
}
.nav_dropdown_wrapper_mobi .nav_dropdown_inner_mobi .search_wrapper_mobi .search_inner_mobi .search_inner_wrapper_mobi .search_field_wrapper_mobi .searchBut_mobi {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  grid-column-start: 2;
}

#carouselWrapper-home {
  height: 720px;
  min-height: 720px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #carouselWrapper-home {
    height: auto;
    min-height: 0px;
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home {
    height: 400px;
  }
}
#carouselWrapper-home {
  /* @include max_1720_px {

  	height: auto;
  	min-height: 0px;

  }

  @include max_1330_px {

  	height: 33vw;
  	min-height: 350px;

  }

  @include max_768_px {

  	height: auto;
  	//min-height: 350px;

  } */
}
#carouselWrapper-home .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
  max-height: 720px;
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper {
    height: clamp(300px, 33vw, 720px);
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper {
    height: 400px;
  }
}
#carouselWrapper-home .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 720px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg {
    height: clamp(300px, 33vw, 720px);
  }
}
#carouselWrapper-home .imgWrapper .homeImg {
  /* @include max_1720_px { //temp for initial presentation

  	min-height: 0px;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner {
    height: clamp(300px, 33vw, 720px);
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner {
    height: 400px;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner {
  /* @include max_1330_px {

  	width: calc(100vw - (2 * 20px));

  }

  @include max_768_px {

  	width: 100vw;
  	padding-left: 0px;
  	padding-right: 0px;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_grid {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  grid-template-columns: 50% 50%;
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_grid {
    height: clamp(300px, 33vw, 720px);
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_grid {
    grid-template-columns: 100%;
    grid-template-rows: fit-content(100%) fit-content(100%);
    height: clamp(400px, 33vw, 720px);
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_grid {
  /* @include max_768_px {

  	grid-template-columns: 100%;
  	//grid-template-rows: fit-content(100%) 350px;
  	grid-template-rows: fit-content(0%) 350px;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta {
  grid-column-start: 1;
  grid-column-end: 2;
  max-height: 720px;
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta {
    height: 200px;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta {
  /* @include max_768_px {

  	grid-row-start: 2;
  	grid-row-end: 3;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  /* @include max_768_px {

  	padding-left: 20px;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #CD113C;
  line-height: 60px;
  font-size: 60px;
  padding-bottom: 30px;
  /* @include max_1720_px {

  	//line-height: 5vw; //56
  	//font-size: 6vw; //47
  	padding-bottom: 20px; 
  	font-size: max(54px, 6vw);
  	line-height: max(45px, 5vw);

  } */
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
    font-size: clamp(30px, 4vw, 60px);
    line-height: clamp(30px, 4vw, 60px);
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title h1 boldspecial {
  font-family: "daxbold";
  font-size: 70px;
  /* @include max_1720_px {

  	//line-height: 5vw; //56
  	//font-size: 6vw; //47
  	padding-bottom: 20px; 
  	font-size: max(27px, 3vw);
  	line-height: max(45px, 5vw);

  } */
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title h1 boldspecial {
    font-size: clamp(35px, 4.66vw, 70px);
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
  /* @include max_1330_px {

  	line-height: 6vw;
   			font-size: 7vw;
   			padding-bottom: 20px;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a {
  display: inline-block;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top {
  grid-column-start: 1;
  grid-column-end: 2;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top .roadmap_container {
  position: relative;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top .roadmap_container {
    max-width: 290px;
    margin-top: 10%;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top .roadmap_container .roadmap {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top .roadmap_container .loc_icon_shadow {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 20%;
  height: 10%;
  left: 64%;
  top: 52%;
  background: radial-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 50%);
  opacity: 0;
  transform-origin: 50% 50%;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_left_or_top .roadmap_container .loc_icon {
  display: inline-block;
  position: absolute;
  width: 29%;
  z-index: 3;
  left: 60%;
  top: 0%;
  opacity: 0;
  transform-origin: 50% 100%;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta {
  position: relative;
  grid-column-start: 2;
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .msg_container {
  position: relative;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  padding-top: 20%;
  padding-bottom: 20%;
  min-width: 394px;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .msg_container .sc_moved_txt {
  position: relative;
  width: 64.25%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .msg_container #sc_moved_txt3 {
  padding-bottom: 10%;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .msg_container {
  /* h1, h2, h3 {

  	position: relative;
  	font-family: 'daxextrabold'; 
  	font-weight: normal;
   			font-style: normal;
   			text-align: left;
   			color: white;
   			text-shadow: 0 0.1em #84152D;


  }

  h1 {

  	//font-size: 40px;
  	//font-size: clamp(0px, 400%, 40px);
  	line-height: 100%;

  }

  h2 {

  	//font-size: 73.5px;
  	font-size: clamp(0px, 735%, 73.5px);
  	line-height: 90%;

  }

  h3 {

  	//font-size: 145px;
  	font-size: clamp(0px, 1450%, 145px);
  	line-height: 82.5%;
  	text-indent: -0.75%;
  	padding-bottom: 7.5%;

  }

  h4 {

  	font-family: 'daxregular'; 
  	font-weight: normal;
   			font-style: normal;
   			color: white;
  	font-size: 30px;
  	line-height: 110%;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .cta_container {
  position: relative;
  left: 50%;
  width: 64.25%;
  transform: translateX(-50%);
  opacity: 0;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .cta_container .prod_cta_a {
  display: inline-block;
  margin-top: 30%;
  cursor: pointer;
  background-color: #CD113C;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .cta_container .prod_cta_a h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .jan_twenty_three_msg_cta .cta_container .cta_spacer {
  width: clamp(5px, 1vw, 30px);
  display: inline-block;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .all_cta {
  display: none;
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset {
  position: relative;
  grid-column-start: 2;
  height: auto;
  width: 50vw;
  overflow: hidden;
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset {
    grid-column-start: 1;
    grid-row-start: 2;
    left: -20px;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset {
  /* @include max_1720_px {

  	min-height: 0px;

  }

  @include max_768_px {

  	grid-column-start: 1;
  	grid-row-start: 1;
  	grid-row-end: 2;
  	max-height: 333px;
  	width: 100%;
  	height: auto;

  } */
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset .car_img {
  position: relative;
  min-width: 50vw;
  height: auto;
  min-height: 300px;
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img01 {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img01 {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 359px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img01 {
    width: auto;
    height: 100%;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
  top: -40%;
}
@media (max-width: 2800px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    left: -20%;
    width: 70vw;
  }
}
@media (max-width: 2120px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    top: -7%;
  }
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    top: -40%;
  }
}
@media (max-width: 900px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    width: 80vw;
    left: -40%;
    top: -20%;
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    width: 100%;
    height: auto;
    min-height: 0;
    left: 0;
    top: -70%;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_img_offset #car_img02 {
    top: -22.5%;
  }
}
#carouselWrapper-home .imgWrapper .homeImg .car_inner #homeCar01_img {
  width: clamp(1300px, 50vw, 3000px);
}
@media (max-width: 1600px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner #homeCar01_img {
    width: auto;
    height: clamp(300px, 33vw, 720px);
    overflow: visible;
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner #homeCar01_img {
    width: calc(100% + 40px);
    height: 200px;
  }
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_inner #homeCar02_img {
    width: calc(100% + 40px);
    height: 200px;
  }
}
#carouselWrapper-home .imgWrapper .homeImg #products-page-banner_car_inner {
  display: none;
}
#carouselWrapper-home .imgWrapper .homeImg .car_img_bg {
  position: absolute;
  top: 0%;
  width: 100%;
  height: auto;
}
@media (max-width: 2800px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_img_bg {
    height: 105%;
    width: auto;
  }
}
@media (max-width: 1330px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_img_bg {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  #carouselWrapper-home .imgWrapper .homeImg .car_img_bg {
    grid-row-start: 1;
    grid-row-end: 3;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
#carouselWrapper-home .imgWrapper .homeImg #allProd01_img {
  position: relative;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  min-height: 0px;
  min-width: 700px;
  max-width: 2000px;
}
@media (max-width: 650px) {
  #carouselWrapper-home .imgWrapper #home01 {
    width: 100%;
  }
}
#carouselWrapper-home .imgWrapper #home02 {
  background-color: #66cef5;
}
#carouselWrapper-home .imgWrapper #home03 {
  background-color: #fdcf74;
}
#carouselWrapper-home .imgWrapper #home04 {
  background-color: #66ca97;
}
#carouselWrapper-home .imgWrapper #home05 {
  background-color: #CA95C1;
}
#carouselWrapper-home .imgWrapper #home06 {
  background-color: #8896CE;
}
#carouselWrapper-home .imgWrapper #products-page-banner {
  min-height: 0;
}
#carouselWrapper-home .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-home .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-home .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-home .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-home .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-home .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-home #imgWrapper-page-banner {
  grid-template-columns: 100%;
}

#carouselWrapper-06-2023 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CD113C;
}
#carouselWrapper-06-2023 .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-06-2023 .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block {
  display: inline-block;
  position: relative;
  width: clamp(280px, 100%, 800px);
  float: right;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1550px) {
  #carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block {
    width: clamp(200px, 50%, 800px);
  }
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh1 {
  position: relative;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 10vw, 90px);
  line-height: 100%;
  text-shadow: 0px 2px #393B3A;
}
@media (max-width: 1550px) {
  #carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh1 {
    font-size: clamp(40px, 6vw, 90px);
  }
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh2 {
  position: relative;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(12px, 4.5vw, 40px);
  line-height: 100%;
  padding-top: clamp(8px, 6vw, 20px);
  text-shadow: 0px 1px #393B3A;
}
@media (max-width: 1550px) {
  #carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh2 {
    font-size: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a {
  position: relative;
  display: inline-block;
  padding-top: clamp(16px, 6vw, 40px);
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 4.5vw, 25px);
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1550px) {
  #carouselWrapper-06-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but h2 {
    font-size: clamp(16px, 2vw, 25px);
  }
}
#carouselWrapper-06-2023 .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-06-2023 .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-06-2023 .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-06-2023 .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-06-2023 .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-06-2023 .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-06-2023 .car_bg_img {
  position: relative;
  width: 100%;
  min-width: 800px;
  z-index: 1;
  right: 0;
  /* @include max_1600_px {

  	//height: clamp(400px, 7.5vw, 720px);
  	//min-height: 0px;

  } */
}

#carouselWrapper-07-2023 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CD113C;
}
#carouselWrapper-07-2023 .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-07-2023 .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block {
  display: inline-block;
  position: relative;
  width: clamp(280px, 100%, 800px);
  float: right;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1550px) {
  #carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block {
    width: clamp(200px, 50%, 800px);
  }
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh1 {
  position: relative;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 10vw, 90px);
  line-height: 100%;
  text-shadow: 0px 2px #393B3A;
}
@media (max-width: 1550px) {
  #carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh1 {
    font-size: clamp(40px, 6vw, 90px);
  }
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh2 {
  position: relative;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(12px, 4.5vw, 40px);
  line-height: 100%;
  padding-top: clamp(8px, 6vw, 20px);
  text-shadow: 0px 1px #393B3A;
}
@media (max-width: 1550px) {
  #carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .wwh2 {
    font-size: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a {
  position: relative;
  display: inline-block;
  padding-top: clamp(16px, 6vw, 40px);
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 4.5vw, 25px);
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1550px) {
  #carouselWrapper-07-2023 .imgWrapper .homeImg .car_inner .msg_block .carousel_a .car_cta_but h2 {
    font-size: clamp(16px, 2vw, 25px);
  }
}
#carouselWrapper-07-2023 .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-07-2023 .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-07-2023 .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-07-2023 .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-07-2023 .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-07-2023 .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-07-2023 .car_bg_img {
  position: relative;
  width: 100%;
  min-width: 800px;
  z-index: 1;
  right: 0;
}
@media (max-width: 450px) {
  #carouselWrapper-07-2023 .car_bg_img {
    left: -10%;
  }
}

#carouselWrapper-06-2023-cat {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CD113C;
}
#carouselWrapper-06-2023-cat .car_inner {
  position: relative;
  max-width: 1560px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
#carouselWrapper-06-2023-cat .car_inner #msg_block-cat {
  width: 100%;
}
#carouselWrapper-06-2023-cat .car_inner #msg_block-cat .ww_cat-h1 {
  position: relative;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: clamp(14px, 10vw, 80px);
  line-height: 100%;
  padding-top: 10%;
}
@media (max-width: 1550px) {
  #carouselWrapper-06-2023-cat .car_inner #msg_block-cat .ww_cat-h1 {
    font-size: clamp(14px, 6vw, 80px);
  }
}
#carouselWrapper-06-2023-cat .car_inner .car_fg_img {
  position: relative;
  max-width: 1002px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5%;
  padding-bottom: 5%;
}

#carouselWrapper-07-2023-cat {
  width: 100%;
  position: relative;
  background-color: #CA95C1;
}
#carouselWrapper-07-2023-cat .car_inner {
  position: relative;
  max-width: 1560px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
#carouselWrapper-07-2023-cat .car_inner #msg_block-cat {
  width: 100%;
}
#carouselWrapper-07-2023-cat .car_inner #msg_block-cat .ww_cat-h1 {
  position: relative;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: clamp(14px, 10vw, 60px);
  line-height: 125%;
  padding-top: 10%;
}
@media (max-width: 1550px) {
  #carouselWrapper-07-2023-cat .car_inner #msg_block-cat .ww_cat-h1 {
    font-size: clamp(14px, 6vw, 60px);
  }
}
#carouselWrapper-07-2023-cat .car_inner .car_fg_img {
  position: relative;
  max-width: 1002px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}

#carouselWrapper-08-2023 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 1600px) {
  #carouselWrapper-08-2023 {
    height: auto;
  }
}
#carouselWrapper-08-2023 .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 600px) {
  #carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner {
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%);
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 {
  grid-column-start: 1;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* @include max_1550_px {

  	width: clamp(200px, 50%, 800px);

  } */
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .msg_block_vec {
  width: 100%;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a {
  position: relative;
  display: inline-block;
  padding-top: clamp(16px, 2vw, 40px);
  transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 4.5vw, 25px);
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1550px) {
  #carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but h2 {
    font-size: clamp(16px, 2vw, 25px);
  }
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  #carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block {
    max-width: 70vw;
    margin-top: 5vw;
  }
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block .img_block_bit {
  width: 100%;
}
#carouselWrapper-08-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block .img_block_vec {
  position: absolute;
  width: 30%;
  top: 0%;
  left: 72.5%;
}
#carouselWrapper-08-2023 .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-08-2023 .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-08-2023 .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-08-2023 .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-08-2023 .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-08-2023 .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-08-2023 .car_bg_img {
  position: relative;
  width: 100%;
  min-width: 2776px;
  z-index: 1;
  right: 0;
}
@media (max-width: 1600px) {
  #carouselWrapper-08-2023 .car_bg_img {
    min-width: 175vw;
  }
}
@media (max-width: 600px) {
  #carouselWrapper-08-2023 .car_bg_img {
    min-width: 550vw;
  }
}

#carouselWrapper-11-2023 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}
@media (max-width: 1600px) {
  #carouselWrapper-11-2023 {
    height: auto;
  }
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 {
    max-height: 2000px;
  }
}
#carouselWrapper-11-2023 .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner {
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%);
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 {
  grid-column-start: 1;
  position: relative;
  padding-top: 30px;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .msg_block {
  display: inline-block;
  position: relative;
  container-type: inline-size;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  /* @include max_1550_px {

  	width: clamp(200px, 50%, 800px);

  } */
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .msg_block {
    width: 100%;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block h1, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .msg_block h1 {
  font-family: "daxblack";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #CD113C;
  font-size: 7cqw;
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block h1, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .msg_block h1 {
    text-align: center;
    padding-bottom: 2.5vw;
    font-size: 7.5cqw;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .msg_block_vec, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .msg_block .msg_block_vec {
  width: 100%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  width: 80%;
  left: 50%;
  top: 1%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid {
    top: 5%;
  }
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid {
    width: 100%;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block {
  position: relative;
  display: inline-block;
  width: 100%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: clamp(16px, 2vw, 40px);
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .carousel_a_img-container, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .carousel_a_img-container {
  position: relative;
  max-width: 280px;
  max-height: 300px;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .carousel_a_img-container .carousel_a_img, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .carousel_a_img-container .carousel_a_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: 300px;
  max-width: 25%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a #carousel_a_img_a03, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a #carousel_a_img_a03 {
  max-height: 260px;
  max-width: 50%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a #carousel_a_img_a04, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a #carousel_a_img_a04 {
  max-height: 280px;
  max-width: 70%;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container {
  position: relative;
  width: 80%;
  left: 50%;
  container-type: inline-size;
  transform: translate(-50%, -20%);
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container {
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container .price-cta, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container .price-cta {
  container-type: inline-size;
  position: relative;
  transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container .price-cta h1, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container .price-cta h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #CD113C;
  font-size: 30cqw;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but h2, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 10cqw;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1550px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el1 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but h2, #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 .item-grid .item-block .carousel_a .price-cta-container .price-cta .car_cta_but h2 {
    font-size: clamp(16px, 2vw, 25px);
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 {
  grid-column-start: 2;
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .grid_inner_el2 {
    grid-column-start: 1;
    grid-row-start: 2;
    padding-top: 50px;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container {
  position: absolute;
  width: 100%;
  top: 100%;
  transform: translateY(-100%);
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #CD113C;
  padding-bottom: 30px;
  container-type: inline-size;
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h1 {
  font-size: 1.75cqw;
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h1 {
    font-size: 3.5cqw;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h2 {
  font-size: 1.25cqw;
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h2 {
    font-size: 2.5cqw;
  }
}
#carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h3 {
  font-size: 1cqw;
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .imgWrapper .homeImg .car_inner .TC-container h3 {
    font-size: 2cqw;
  }
}
#carouselWrapper-11-2023 .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-11-2023 .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-11-2023 .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-11-2023 .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-11-2023 .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-11-2023 .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-11-2023 .car_bg_img {
  position: relative;
  width: 100%;
  min-width: 2776px;
  z-index: 1;
  right: 0;
  opacity: 0;
}
@media (max-width: 1600px) {
  #carouselWrapper-11-2023 .car_bg_img {
    min-width: 240vw;
  }
}
@media (max-width: 700px) {
  #carouselWrapper-11-2023 .car_bg_img {
    min-width: 750vw;
  }
}
@media (max-width: 480px) {
  #carouselWrapper-11-2023 .car_bg_img {
    min-width: 875vw;
  }
}

#carouselWrapper-12-2023 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aeef;
}
@media (max-width: 1600px) {
  #carouselWrapper-12-2023 {
    height: 45vw;
  }
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 {
    max-height: 2000px;
    height: 75vw;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 {
    height: 180vw;
  }
}
#carouselWrapper-12-2023 .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid {
  display: grid;
  position: relative;
  grid-template-columns: 25% 50% 25%;
  height: 100%;
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: fit-content(100%) fit-content(100%);
  }
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid {
    grid-template-columns: 25% 75%;
    grid-template-rows: fit-content(100%) fit-content(100%);
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col1, #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2, #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col3 {
  position: relative;
  width: 100%;
  container-type: inline-size;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_fridge {
  position: relative;
  left: -85%;
  top: -8%;
  width: 249.5cqw;
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_fridge {
    top: 50%;
    width: 500cqw;
    left: -150%;
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_airFryer {
  position: relative;
  left: -50%;
  top: 22.5%;
  width: 204.5cqw;
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_airFryer {
    left: 20%;
    top: -90%;
    width: 110cqw;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_airFryer {
    top: -50%;
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 20%;
  padding-left: 12.5%;
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block {
    padding-left: 8%;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block {
    padding-left: 0%;
    left: -25%;
    min-width: 90vw;
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  line-height: 120%;
  color: white;
  font-size: 8cqw;
  padding-bottom: 5%;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h1 bold {
  font-family: "daxextrabold";
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h1 {
    font-size: 10.75cqw;
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block .carousel_a {
  display: inline-block;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  padding: 8%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 3.5cqw;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 1023px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block .carousel_a .car_cta_but h2 {
    font-size: clamp(16px, 3.5cqw, 30px);
  }
}
#carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h3 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  line-height: 120%;
  color: white;
  font-size: 2.5cqw;
  padding-top: 20%;
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h3 {
    padding-top: 45%;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col2 .msg_block h3 {
    padding-top: 0%;
    top: 350%;
    position: absolute;
    font-size: clamp(12px, 2.5cqw, 16px);
  }
}
@media (max-width: 700px) {
  #carouselWrapper-12-2023 .imgWrapper .homeImg .car_inner .dec23_grid .dec23_col3 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

#carouselWrapper-energy-efficiency {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 1600px) {
  #carouselWrapper-energy-efficiency {
    height: auto;
  }
}
#carouselWrapper-energy-efficiency .imgWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
  container-type: inline-size;
  /* @include max_600_px {

  	grid-template-columns: 1fr;
  	grid-template-rows: fit-content(100%) fit-content(100%);
  	height: auto;
  	top: 50%;
  	transform:translate(-50%, -50%);
  } */
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 {
  grid-column-start: 1;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* @include max_1550_px {

  	width: clamp(200px, 50%, 800px);

  } */
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .msg_block_vec {
  width: 100%;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a {
  position: relative;
  display: none;
  padding-top: clamp(16px, 2vw, 40px);
  transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but .carousel-cta-txt {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: clamp(16px, 4.5vw, 25px);
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1550px) {
  #carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but .carousel-cta-txt {
    font-size: clamp(16px, 2vw, 25px);
  }
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block {
  display: inline-block;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* @include max_600_px {

  	max-width: 70vw;
  	margin-top: 5vw;

  } */
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block .img_block_bit {
  width: 100%;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block #img_block_bit_solr {
  position: relative;
  top: 12cqw;
}
#carouselWrapper-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el2 .img_block .img_block_vec {
  position: absolute;
  width: 30%;
  top: 0%;
  left: 72.5%;
}
#carouselWrapper-energy-efficiency .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-energy-efficiency .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-energy-efficiency .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-energy-efficiency .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-energy-efficiency .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-energy-efficiency .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-energy-efficiency .car_bg_img {
  position: relative;
  width: 100%;
  min-width: 2776px;
  z-index: 1;
  right: 0;
}
@media (max-width: 1600px) {
  #carouselWrapper-energy-efficiency .car_bg_img {
    min-width: 175vw;
  }
}
#carouselWrapper-energy-efficiency .car_bg_img {
  /* @include max_600_px {

  	min-width: 550vw;

  } */
}

#carouselWrapper-02-2024 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #919ed2;
}
@media (max-width: 1600px) {
  #carouselWrapper-02-2024 {
    height: 100vw;
  }
}
#carouselWrapper-02-2024 {
  /* @include max_700_px {

  	max-height: 2000px;
  	height: 75vw;

  }

  @include max_500_px {

  	height: 180vw;

  } */
}
#carouselWrapper-02-2024 .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
  max-height: 720px;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 720px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 400px;
  float: right;
  container-type: inline-size;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1, #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2, #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
  font-size: 11.5cqw;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
  font-size: 50cqw;
  line-height: 80%;
  text-indent: -2.5%;
  text-shadow: 0cqw 2cqw #505fa9;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-size: 35cqw;
  line-height: 80%;
  text-indent: -1%;
  text-shadow: 0cqw 2cqw #505fa9;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .line {
  width: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
  font-size: 10.5cqw;
  line-height: 110%;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert {
  grid-row-start: 2;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container {
  max-width: 720px;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 5cqw;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding-top: 5cqh;
}
@media (max-width: 700px) {
  #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
    padding-top: 2cqh;
  }
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
    width: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert {
  grid-row-start: 1;
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
    width: 100%;
  }
}
#carouselWrapper-02-2024 .imgWrapper .homeImg .car_inner #msg_grid_vert {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-02-2024 .imgWrapper #home01 {
  background-color: #919ed2;
}
#carouselWrapper-02-2024 .imgWrapper .arrows {
  display: none;
}
#carouselWrapper-02-2024 .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-02-2024 .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

#carouselWrapper-03-2024 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cc95bf;
}
@media (max-width: 1600px) {
  #carouselWrapper-03-2024 {
    height: auto;
  }
}
#carouselWrapper-03-2024 {
  /* @include max_700_px {

  	max-height: 2000px;
  	height: 75vw;

  }

  @include max_500_px {

  	height: 180vw;

  } */
}
#carouselWrapper-03-2024 .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
}
@media (max-width: 1600px) {
  #carouselWrapper-03-2024 .imgWrapper {
    height: 55vw;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }
}
@media (max-width: 1023px) {
  #carouselWrapper-03-2024 .imgWrapper {
    height: 60vw;
  }
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media (max-width: 450px) {
  #carouselWrapper-03-2024 .imgWrapper {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 720px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
@media (max-width: 1600px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg {
    max-height: 100%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid {
  position: relative;
  height: 50%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg {
  position: relative;
  width: 100%;
  z-index: 2;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  container-type: inline-size;
}
@media (max-width: 1600px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
    width: 100%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1, #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2, #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: block;
  line-height: 80%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
  font-size: 11.5cqw;
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
    font-size: 23cqw;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #a85292;
  font-size: 8cqw;
  top: 22.5%;
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
    font-size: 16cqw;
  }
}
@media (max-width: 450px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
    top: 15%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-size: 5cqw;
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
    font-size: 10cqw;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .line {
  width: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 2cqw;
  padding-top: 2%;
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
    padding-top: 5%;
    font-size: clamp(16px, 2cqw, 2cqw);
  }
}
@media (max-width: 450px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
    padding-top: 10%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert {
  grid-row-start: 2;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container {
  max-width: 720px;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 5cqw;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding-top: 5cqh;
}
@media (max-width: 700px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
    padding-top: 2cqh;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  z-index: 1;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
    width: 100%;
    padding-top: 5%;
  }
}
@media (max-width: 857px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%);
    width: 80%;
  }
}
@media (max-width: 550px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
    grid-row-gap: 15vw;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container {
  position: relative;
  container-type: inline-size;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .car_img {
  position: relative;
  width: 100%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container #homeCar_img {
  top: -25%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container #homeCar_img2 {
  top: -15%;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .carousel_a {
  position: absolute;
  display: inline-block;
  left: 17%;
  top: 76%;
  padding-top: 15px;
}
@media (max-width: 500px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .carousel_a {
    left: 0%;
  }
}
@media (max-width: 450px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .carousel_a {
    padding-top: 30px;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container h10 {
  position: absolute;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #a85292;
  font-size: clamp(50px, 10cqw, 10cqw);
  left: 17%;
  top: 62.5%;
}
@media (max-width: 500px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container h10 {
    left: 0%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .img_container h10 small {
  font-size: clamp(35px, 7.5cqw, 7.5cqw);
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img #img_container1 {
  z-index: 2;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .img #img_container1 {
  z-index: 1;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert {
  grid-row-start: 1;
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
    width: 100%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .disclaimer {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .disclaimer {
    padding-top: 2.5%;
  }
}
@media (max-width: 500px) {
  #carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .disclaimer {
    padding-top: 10%;
  }
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner .msg_grid .disclaimer h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: max(12px, 0.5cqw);
}
#carouselWrapper-03-2024 .imgWrapper .homeImg .car_inner #msg_grid_vert {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-03-2024 .imgWrapper #home01 {
  background-color: #cc95bf;
}
#carouselWrapper-03-2024 .imgWrapper .arrows {
  display: none;
}
#carouselWrapper-03-2024 .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-03-2024 .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

#carouselWrapper-07-2024 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #66ca97;
}
@media (max-width: 1600px) {
  #carouselWrapper-07-2024 {
    height: 100vw;
  }
}
#carouselWrapper-07-2024 {
  /* @include max_700_px {

  	max-height: 2000px;
  	height: 75vw;

  }

  @include max_500_px {

  	height: 180vw;

  } */
}
#carouselWrapper-07-2024 .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
  max-height: 720px;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 720px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 400px;
  float: right;
  container-type: inline-size;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1, #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2, #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
  font-size: 11.5cqw;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
  font-size: 50cqw;
  line-height: 80%;
  text-indent: -2.5%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-size: 35cqw;
  line-height: 80%;
  text-indent: -1%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .line {
  width: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
  font-size: 10.5cqw;
  line-height: 110%;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert {
  grid-row-start: 2;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container {
  max-width: 720px;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 5cqw;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding-top: 5cqh;
}
@media (max-width: 700px) {
  #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a {
    padding-top: 2cqh;
  }
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
    width: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert {
  grid-row-start: 1;
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
    width: 100%;
  }
}
#carouselWrapper-07-2024 .imgWrapper .homeImg .car_inner #msg_grid_vert {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-07-2024 .imgWrapper #home01 {
  background-color: #66ca97;
}
#carouselWrapper-07-2024 .imgWrapper .arrows {
  display: none;
}
#carouselWrapper-07-2024 .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-07-2024 .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

#carouselWrapper-09-2024 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aeef;
}
@media (max-width: 1600px) {
  #carouselWrapper-09-2024 {
    height: auto;
    max-height: none;
  }
}
#carouselWrapper-09-2024 {
  /* @include max_700_px {

  	max-height: 2000px;
  	height: 75vw;

  }

  @include max_500_px {

  	height: 180vw;

  } */
}
#carouselWrapper-09-2024 .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
}
@media (max-width: 1600px) {
  #carouselWrapper-09-2024 .imgWrapper {
    margin-top: clamp(10px, 10%, 85px);
    margin-bottom: clamp(10px, 10%, 85px);
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 720px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
}
@media (max-width: 700px) {
  #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
  position: relative;
  width: 100%;
  max-width: 400px;
  float: right;
  container-type: inline-size;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1, #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2, #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
  font-size: 11.5cqw;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
  font-size: 50cqw;
  line-height: 80%;
  text-indent: -2.5%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-size: 35cqw;
  line-height: 80%;
  text-indent: -1%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .line {
  width: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .title_graphic {
  position: relative;
  width: 100cqw;
  max-width: 300px;
  float: right;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
  font-size: 10.5cqw;
  line-height: 110%;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert {
  grid-row-start: 2;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container {
  max-width: 720px;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 5cqw;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
  position: relative;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  max-width: 220px;
}
@media (max-width: 840px) {
  #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy h1 {
  font-size: clamp(16px, 10cqw, 20px);
  max-width: 700px;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  line-height: 150%;
}
@media (max-width: 600px) {
  #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy h1 {
    font-size: 3.75cqw;
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 30px;
  max-width: 141.25px;
}
@media (max-width: 700px) {
  #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a {
    padding-top: 2cqh;
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert {
  grid-row-start: 1;
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
    width: 100%;
  }
}
#carouselWrapper-09-2024 .imgWrapper .homeImg .car_inner #msg_grid_vert {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-09-2024 .imgWrapper #home01 {
  background-color: #00aeef;
}
#carouselWrapper-09-2024 .imgWrapper .arrows {
  display: none;
}
#carouselWrapper-09-2024 .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-09-2024 .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

#carouselWrapper-12-2024 {
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  height: 770px;
  max-height: 770px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aeef;
}
@media (max-width: 1600px) {
  #carouselWrapper-12-2024 {
    height: auto;
    max-height: none;
  }
}
#carouselWrapper-12-2024 {
  /* @include max_700_px {

  	max-height: 2000px;
  	height: 75vw;

  }

  @include max_500_px {

  	height: 180vw;

  } */
}
#carouselWrapper-12-2024 .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
  /* @include max_1600_px {

  	margin-top: clamp(10px, 10%, 85px);
  	margin-bottom: clamp(10px, 10%, 85px);

  } */
}
#carouselWrapper-12-2024 .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  max-height: 770px;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 90px);
  max-width: 1400px;
  padding-left: clamp(40px, 6vw, 100px);
  padding-right: clamp(40px, 6vw, 100px);
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 700px) {
  #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner {
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner {
  /* @include max_450_px {

  	max-width: calc(100% - 40px);

  } */
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid {
  position: relative;
  height: 100%;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .carousel_overlay {
  position: absolute;
  z-index: 1;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .carousel_overlay .car_overlay_img {
  opacity: 0.6;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  z-index: 2;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container {
  position: relative;
  width: 100%;
  container-type: inline-size;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1, #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2, #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h1 {
  font-size: 11.5cqw;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h2 {
  font-size: 50cqw;
  line-height: 80%;
  text-indent: -2.5%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h3 {
  font-size: 35cqw;
  line-height: 80%;
  text-indent: -1%;
  text-shadow: 0cqw 2cqw #00a651;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .line {
  width: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .title_graphic {
  position: relative;
  width: 100cqw;
  max-width: 283px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container .title_graphic {
    width: 66cqw;
  }
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .msg .msg_container h4 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  display: inline-block;
  font-size: 10.5cqw;
  line-height: 110%;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert {
  grid-row-start: 2;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container {
  max-width: 720px;
  float: none;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #msg_vert .msg_container h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 5cqw;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .img {
  position: relative;
  container-type: inline-size;
  max-width: 578px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  /* @include max_600_px {



  } */
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
  position: relative;
  width: 100cqw;
  z-index: 2;
  /* @include max_840_px {

  	//height: 100%;
  	width: 80%;
  	left: 50%;
  	transform: translate(-50%, -50%);

  } */
}
@media (max-width: 600px) {
  #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img {
    margin-bottom: 50px;
  }
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .img .car_img_vector {
  position: absolute;
  max-width: 310px;
  width: 53.63cqw;
  z-index: 1;
  left: 43.68cqw;
  top: 4.5cqw;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy h1 {
  font-size: clamp(16px, 10cqw, 20px);
  max-width: 700px;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  line-height: 150%;
}
@media (max-width: 600px) {
  #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy h1 {
    font-size: 3.75cqw;
  }
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  width: 185.2px;
  max-width: 185.2px;
  /* @include max_700_px {

  	padding-top: 2cqh;

  } */
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid .copy .carousel_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert {
  grid-row-start: 1;
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  #carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner .msg_grid #img_vert #homeCar_img_vert {
    width: 100%;
  }
}
#carouselWrapper-12-2024 .imgWrapper .homeImg .car_inner #msg_grid_vert {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}
#carouselWrapper-12-2024 .imgWrapper #home01 {
  background-color: #00aeef;
}
#carouselWrapper-12-2024 .imgWrapper .arrows {
  display: none;
}
#carouselWrapper-12-2024 .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-12-2024 .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

#editorial-img-rating {
  position: relative;
  width: 100px;
  margin-bottom: 25px;
}

#editorial-img-ratingBars {
  position: relative;
  width: 150px;
  margin-bottom: 25px;
}

#editorial-img-topDown {
  position: relative;
  width: 200px;
  margin-bottom: 25px;
}

#editorial-img-saver, #editorial-img-kwh {
  position: relative;
  width: 100px;
  margin-bottom: 25px;
}

#editorial-img-question {
  position: relative;
  width: 70px;
  margin-bottom: 25px;
}

.large-enlarge-wrap .large-enlarge {
  position: relative;
  max-width: 500px;
}

.thirds-grid, .halves-grid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1%;
  grid-row-gap: 1%;
}
.thirds-grid .thirds-grid_a, .halves-grid .thirds-grid_a {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 2.5%;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner, .halves-grid .thirds-grid_a .thirds-grid-inner {
  position: relative;
  width: 100%;
  border-radius: 2.5%;
  overflow: hidden;
  container-type: inline-size;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner .thirds-grid-header, .halves-grid .thirds-grid_a .thirds-grid-inner .thirds-grid-header {
  position: absolute;
  left: 0%;
  top: 100%;
  transform: translateY(-100%);
  font-family: "daxbold" !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9c9c9c !important;
  font-size: clamp(9px, 6cqw, 22.2px) !important;
  line-height: 100% !important;
  padding-right: 0;
  padding-bottom: 5%;
  padding-left: 5%;
  transition: color 0.3s ease-out;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner .lrg-icon-img, .halves-grid .thirds-grid_a .thirds-grid-inner .lrg-icon-img {
  position: relative;
  width: 100%;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner::before, .halves-grid .thirds-grid_a .thirds-grid-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(20, 97, 62) 0%, rgb(75, 167, 66) 50%, rgb(190, 217, 49) 100%);
  z-index: -1;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner:hover::before, .halves-grid .thirds-grid_a .thirds-grid-inner:hover::before {
  opacity: 1;
  z-index: 0;
}
.thirds-grid .thirds-grid_a .thirds-grid-inner:hover .thirds-grid-header, .halves-grid .thirds-grid_a .thirds-grid-inner:hover .thirds-grid-header {
  color: white !important;
}

.halves-grid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 500px) {
  .halves-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#carouselWrapper-cat {
  overflow: hidden;
  /* @include max_1720_px {

  	height: auto;
  	min-height: 0px;

  }

  @include max_1330_px {

  	height: 33vw;
  	min-height: 350px;

  }

  @include max_768_px {

  	height: auto;
  	//min-height: 350px;

  } */
}
#carouselWrapper-cat .imgWrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  width: 100%;
  height: 100%;
}
#carouselWrapper-cat .imgWrapper .homeImg {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  transition: opacity 1s linear 0s;
  -webkit-transition: opacity 1s linear 0s;
  /* @include max_1720_px { //temp for initial presentation

  	min-height: 0px;

  } */
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media (max-width: 1330px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner {
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_grid {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  grid-template-columns: 100% 0%;
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_grid {
    grid-template-columns: 100%;
    grid-template-rows: fit-content(0%) 350px;
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta {
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title {
    padding-left: 20px;
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
  font-family: "daxblack";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 90px;
  font-size: 100px;
  padding-bottom: 30px;
}
@media (max-width: 1720px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
    padding-bottom: 20px;
    font-size: max(54px, 6vw);
    line-height: max(45px, 5vw);
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title h1 tempspecial {
  font-size: 50px;
}
@media (max-width: 1720px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title h1 tempspecial {
    padding-bottom: 20px;
    font-size: max(27px, 3vw);
    line-height: max(45px, 5vw);
  }
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title h1 {
  /* @include max_1330_px {

  	line-height: 6vw;
   			font-size: 7vw;
   			padding-bottom: 20px;

  } */
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a {
  display: inline-block;
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_cta .car_title .carousel_a .car_cta_but h2 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .all_cta {
  display: none;
}
#carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_img_offset {
  display: none;
  position: relative;
  grid-column-start: 2;
  height: 100%;
  min-height: 720px;
  width: auto;
}
@media (max-width: 1720px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_img_offset {
    min-height: 0px;
  }
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_inner .car_img_offset {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    max-height: 333px;
    width: 100%;
    height: auto;
  }
}
#carouselWrapper-cat .imgWrapper .homeImg #products-page-banner_car_inner {
  display: none;
}
#carouselWrapper-cat .imgWrapper .homeImg .car_img_bg {
  position: absolute;
  top: 0%;
  width: 100%;
  height: auto;
}
@media (max-width: 1330px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_img_bg {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  #carouselWrapper-cat .imgWrapper .homeImg .car_img_bg {
    grid-row-start: 1;
    grid-row-end: 3;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
#carouselWrapper-cat .imgWrapper .homeImg #allProd01_img {
  position: relative;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  min-height: 0px;
  min-width: 700px;
  max-width: 2000px;
}
#carouselWrapper-cat .imgWrapper #home01 {
  background-color: #66cef5;
}
#carouselWrapper-cat .imgWrapper #home02 {
  background-color: #66cef5;
}
#carouselWrapper-cat .imgWrapper #home03 {
  background-color: #fdcf74;
}
#carouselWrapper-cat .imgWrapper #home04 {
  background-color: #66ca97;
}
#carouselWrapper-cat .imgWrapper #home05 {
  background-color: #CA95C1;
}
#carouselWrapper-cat .imgWrapper #home06 {
  background-color: #8896CE;
}
#carouselWrapper-cat .imgWrapper #products-page-banner {
  min-height: 0;
}
#carouselWrapper-cat .imgWrapper .arrows {
  display: none;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#carouselWrapper-cat .imgWrapper .arrows .carousel_arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#carouselWrapper-cat .imgWrapper .arrows #arrowLeft {
  left: 0%;
  padding-left: 25px;
}
#carouselWrapper-cat .imgWrapper .arrows #arrowRight {
  float: right;
  padding-right: 25px;
}
#carouselWrapper-cat .imgWrapper .dots_wrapper {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  z-index: 25;
  padding-bottom: 10px;
}
#carouselWrapper-cat .imgWrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}
#carouselWrapper-cat #imgWrapper-page-banner {
  grid-template-columns: 100%;
}

.section-carousel {
  height: auto;
  min-height: 0;
}

.product-carousel {
  display: none;
  height: auto;
  min-height: 0;
}

.shop-icons_wrapper {
  width: 100%;
}
.shop-icons_wrapper .shop-icons_grid {
  display: grid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: clamp(100px, 5vw, 200px);
  grid-column-gap: clamp(40px, 5vw, 80px);
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
@media (max-width: 857px) {
  .shop-icons_wrapper .shop-icons_grid {
    grid-template-columns: repeat(4, minmax(80px, 1fr));
  }
}
@media (max-width: 480px) {
  .shop-icons_wrapper .shop-icons_grid {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}
@media (max-width: 359px) {
  .shop-icons_wrapper .shop-icons_grid {
    grid-template-columns: repeat(2, minmax(80px, 1fr));
  }
}
.shop-icons_wrapper .shop-icons_grid .shop-icons_wrapper {
  position: relative;
}
.shop-icons_wrapper .shop-icons_grid .shop-icons_wrapper .icons_a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.shop-icons_wrapper .shop-icons_grid .shop-icons_wrapper .icons_a .shop-icons_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.shop-icons_wrapper .shop-icons_grid .shop-icons_wrapper .icons_a h1 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  font-size: clamp(12px, 0.65vw, 16px);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-top: max(5px, 1vw);
  line-height: max(12px, 1vw);
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
}

@media (max-width: 857px) {
  #siw_05, #siw_06, #siw_07 {
    left: calc(50% + 2.5vw);
  }
}
@media (max-width: 480px) {
  #siw_05, #siw_06, #siw_07 {
    left: 0%;
  }
}

@media (max-width: 480px) {
  #siw_07 {
    grid-column-start: 2;
  }
}
@media (max-width: 359px) {
  #siw_07 {
    grid-column-start: 1;
    left: calc(50% + 2.5vw);
  }
}

.shop-the-look_wrapper {
  width: 100%;
}
.shop-the-look_wrapper .shop-the-look_grid {
  display: grid;
  position: relative;
  width: calc(100% - 20vw);
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: fit-content(100%) fit-content(100%);
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: clamp(100px, 5vw, 200px);
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid {
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item {
  width: 100%;
  height: auto;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspotImg {
  position: absolute;
  opacity: 0.7;
  cursor: pointer;
  width: clamp(25px, 1.5vw, 100px);
  height: clamp(25px, 1.5vw, 100px);
  transform: translate(-50%, -50%);
  transform-origin: center;
  left: 0;
  top: 0;
  z-index: 1;
  animation: hotspot_idle 2s cubic-bezier(0.38, 0.17, 0, 0.99) forwards 0s;
  animation-iteration-count: infinite;
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspotImg {
    animation: hotspot_idle_medium 2s cubic-bezier(0.38, 0.17, 0, 0.99) forwards 0s;
    animation-iteration-count: infinite;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspotImg {
    animation: hotspot_idle_small 2s cubic-bezier(0.38, 0.17, 0, 0.99) forwards 0s;
    animation-iteration-count: infinite;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .active_hotspot {
  animation: hotspot_active 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .active_hotspot {
    animation: hotspot_active_medium 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .active_hotspot {
    animation: hotspot_active_small 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .de-active_hotspot {
  animation: hotspot_deActive 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .de-active_hotspot {
    animation: hotspot_deActive_medium 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .de-active_hotspot {
    animation: hotspot_deActive_small 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) forwards 0s;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay {
  /* #hotspotImg_00 {

  	left: 32.5%;
  	top: 61%;


  }

  #hotspotImg_01 {

  	left: 48%;
  	top: 35%;

  }

  #hotspotImg_02 {

  	left: 93.5%;
  	top: 30%;

  }

  #hotspotImg_03 {

  	left: 68%;
  	top: 20%;

  }

  #hotspotImg_04 {

  	left: 33%;
  	top: 55%;

  }

  #hotspotImg_05 {

  	left: 47.5%;
  	top: 45%;

  }

  #hotspotImg_06 {

  	left: 61%;
  	top: 80%;

  }

  #hotspotImg_07 {

  	left: 50%;
  	top: 50%;

  } */
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a:hover .hotspot-clip {
  clip-path: circle(75% at 0% 100%);
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner {
  position: relative;
  background-color: white;
  border-radius: 0.33vw/0.33vw;
  box-shadow: 0px 0.8px 2.2px rgba(0, 0, 0, 0.02), 0px 2px 5.3px rgba(0, 0, 0, 0.028), 0px 3.8px 10px rgba(0, 0, 0, 0.035), 0px 6.7px 17.9px rgba(0, 0, 0, 0.042), 0px 12.5px 33.4px rgba(0, 0, 0, 0.05), 0px 30px 80px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner {
    border-radius: 0.5vw/0.5vw;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner {
    border-radius: 1vw/1vw;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner .hotspot-img {
  position: relative;
  width: max(100px, 6vw);
  height: auto;
  padding-left: clamp(20px, 1.5vw, 65px);
  padding-right: clamp(20px, 1.5vw, 65px);
  padding-top: clamp(20px, 1.5vw, 65px);
  padding-bottom: clamp(20px, 1.5vw, 65px);
  z-index: 2;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner h1 {
  position: relative;
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  font-size: max(12px, 0.65vw);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-left: clamp(20px, 1.5vw, 65px);
  padding-right: clamp(20px, 1.5vw, 65px);
  width: max(100px, 6vw);
  line-height: max(15px, 0.8vw);
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
  z-index: 2;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner h1 sup {
  font-size: max(10px, 0.4vw);
  line-height: 0;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner h2 {
  position: relative;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: max(10px, 0.55vw);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-left: clamp(20px, 1.5vw, 65px);
  padding-right: clamp(20px, 1.5vw, 65px);
  padding-top: clamp(15px, 0.6vw, 28px);
  padding-bottom: clamp(20px, 1.5vw, 65px);
  width: max(100px, 6vw);
  z-index: 2;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code01 {
  color: #fcaf17;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code02 {
  color: #CA95C1;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code03 {
  color: #00aeef;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code04 {
  color: #CD113C;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code05 {
  color: #8896CE;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code06 {
  color: #00a651;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code07 {
  color: #00a651;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner #hotspot_code08 {
  color: #CA95C1;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner .hotspot-container_pointerUp {
  display: inline-block;
  position: absolute;
  width: 15%;
  min-width: 25px;
  height: auto;
  top: 0%;
  left: 0%;
  transform: translateY(-90%);
  transition: transform 0.3s cubic-bezier(0.73, -0.01, 0.32, 0.99) 0s;
  -webkit-transition: transform 0.3s cubic-bezier(0.73, -0.01, 0.32, 0.99) 0s;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot_a .hotspot-preview_inner {
  /* .hotspot-container_pointerDn {

  	display: none;
  	position: absolute;
  	width: 15%;
  	min-width: 50px;
  	height: auto;
  	top: 100%;

  } */
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  border-radius: 0.33vw/0.33vw;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper {
    border-radius: 0.5vw/0.5vw;
  }
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper {
    border-radius: 1vw/1vw;
  }
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper .hotspot-clip {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  clip-path: circle(0% at 0% 100%);
  transition: clip-path 0.5s cubic-bezier(0, 1.64, 0.73, 0.99);
  -webkit-transition: clip-path 0.5s cubic-bezier(0, 1.64, 0.73, 0.99);
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip01 {
  background: #fcaf17;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip02 {
  background: #CA95C1;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip03 {
  background: #00aeef;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip04 {
  background: #CD113C;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip05 {
  background: #8896CE;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip06 {
  background: #00a651;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip07 {
  background: #00a651;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .hotspot-preview_wrapper .hotspot-clip_wrapper #hotspot-clip08 {
  background: #CA95C1;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .hotspot_overlay .active_preview {
  cursor: pointer;
  transition: top 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) 0s;
  -webkit-transition: top 0.3s cubic-bezier(0.59, 1.75, 0.75, 1) 0s;
}
.shop-the-look_wrapper .shop-the-look_grid .shop-the-look_item .shop-the-look_img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item01 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item01 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item01 .hotspot_overlay {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item01 .hotspot_overlay {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item02 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item02 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item02 .hotspot_overlay {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item02 .hotspot_overlay {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item03 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item03 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item03 .hotspot_overlay {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item03 .hotspot_overlay {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item04 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item04 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item04 .hotspot_overlay {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item04 .hotspot_overlay {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item05 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item05 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}
.shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item05 .hotspot_overlay {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  .shop-the-look_wrapper .shop-the-look_grid #shop-the-look_item05 .hotspot_overlay {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}

@keyframes hotspot_idle {
  0% {
    width: 1.5vw;
    height: 1.5vw;
  }
  25% {
    width: 2vw;
    height: 2vw;
  }
  50% {
    width: 1.5vw;
    height: 1.5vw;
  }
  100% {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@keyframes hotspot_idle_medium {
  0% {
    width: max(25px, 3vw);
    height: max(25px, 3vw);
  }
  25% {
    width: max(25px, 4vw);
    height: max(25px, 4vw);
  }
  50% {
    width: max(25px, 3vw);
    height: max(25px, 3vw);
  }
  100% {
    width: max(25px, 3vw);
    height: max(25px, 3vw);
  }
}
@keyframes hotspot_idle_small {
  0% {
    width: clamp(25px, 3vw, 40px);
    height: clamp(25px, 3vw, 40px);
  }
  25% {
    width: clamp(25px, 12vw, 40px);
    height: clamp(25px, 12vw, 40px);
  }
  50% {
    width: clamp(25px, 3vw, 40px);
    height: clamp(25px, 3vw, 40px);
  }
  100% {
    width: clamp(25px, 3vw, 40px);
    height: clamp(25px, 3vw, 40px);
  }
}
@keyframes hotspot_active {
  0% {
    width: 1.5vw;
    height: 1.5vw;
  }
  100% {
    width: 4vw;
    height: 4vw;
  }
}
@keyframes hotspot_active_medium {
  0% {
    width: 3vw;
    height: 3vw;
  }
  100% {
    width: 5vw;
    height: 5vw;
  }
}
@keyframes hotspot_active_small {
  0% {
    width: clamp(25px, 3vw, 40px);
    height: clamp(25px, 3vw, 40px);
  }
  100% {
    width: clamp(25px, 12vw, 60px);
    height: clamp(25px, 12vw, 60px);
  }
}
@keyframes hotspot_deActive {
  0% {
    width: 4vw;
    height: 4vw;
  }
  100% {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@keyframes hotspot_deActive_medium {
  0% {
    width: 5vw;
    height: 5vw;
  }
  100% {
    width: 3vw;
    height: 3vw;
  }
}
@keyframes hotspot_deActive_small {
  0% {
    width: clamp(25px, 12vw, 60px);
    height: clamp(25px, 12vw, 60px);
  }
  100% {
    width: clamp(25px, 3vw, 40px);
    height: clamp(25px, 3vw, 40px);
  }
}
.best-sellers_dta {
  display: none;
}

.best-sellers_wrapper {
  width: 100%;
}

.section-title_wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
}
.section-title_wrapper h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  line-height: 35px;
  font-size: 35px;
  padding-bottom: max(30px, 2.5vw);
}

.top-pad {
  padding-top: clamp(100px, 5vw, 200px);
}

.top-pad-50 {
  padding-top: clamp(50px, 2.5vw, 100px);
}

.bottom-pad {
  padding-bottom: clamp(100px, 5vw, 200px);
}

.bottom-pad-50 {
  padding-bottom: clamp(50px, 2.5vw, 100px);
}

.bottom-pad-75 {
  padding-bottom: clamp(75px, 3.25vw, 140px);
}

.bottom-marg {
  margin-bottom: clamp(100px, 5vw, 200px);
}

.no-pad {
  padding: 0;
}

.tape_gallery_wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1560px;
  /* @include max_1024_px {

  	//width: calc(100% - 4rem * 2);
  	width: 100%;

  } */
}
.tape_gallery_wrapper .tape_gallery {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.tape_gallery_wrapper .tape_gallery .tape_arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  background-color: #CD113C;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
  /* background: rgb(77,77,77);
  background: linear-gradient(270deg, rgba(77,77,77,0) 0%, rgba(77,77,77,0.8) 50%); */
}
@media (max-width: 550px) {
  .tape_gallery_wrapper .tape_gallery .tape_arrow {
    width: 40px;
    height: 40px;
  }
}
.tape_gallery_wrapper .tape_gallery .tape_arrow .tape_arrow_img {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tape_gallery_wrapper .tape_gallery .tape_arrow:hover {
  background-color: #e6889d;
}
.tape_gallery_wrapper .tape_gallery #tape_left {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.tape_gallery_wrapper .tape_gallery #tape_right {
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%) rotate(90deg);
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper {
  display: inline-block;
  position: relative;
  left: 0;
  white-space: nowrap;
  transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  z-index: 1;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item {
  width: clamp(115px, 25vw, 312px);
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a .tapeThumbImg_wrapper {
  position: relative;
  cursor: pointer;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a .tapeThumbImg_wrapper .tapeThumbImg {
  position: relative;
  background-color: white;
  width: 90%;
  height: auto;
  z-index: 2;
  transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  padding: 5%;
  /*  box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box; */
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a .tapeThumbImg_wrapper .tapeThumbImg_alt {
  position: absolute;
  width: 90%;
  height: auto;
  z-index: 1;
  left: 5%;
  top: 5%;
  /*  box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box; */
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a h1 {
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  font-size: clamp(12px, 0.65vw, 16px);
  line-height: max(20px, 1vw);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 0;
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
  white-space: normal;
}
.tape_gallery_wrapper .tape_gallery .tape_wrapper .tape .tape_grid .item .tape_a .tapeThumbArrow {
  display: none;
  position: absolute;
  width: 14px;
  height: 6px;
  left: calc(50% - 2px);
  top: 0%;
}

.all-products-wrapper {
  width: 100%;
}
.all-products-wrapper .products-wrapper {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
}
.all-products-wrapper .products-wrapper .breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 0.3px 0.5px -35px rgba(0, 0, 0, 0.021), 0px 0.7px 1px -35px rgba(0, 0, 0, 0.031), 0px 1.2px 1.7px -35px rgba(0, 0, 0, 0.038), 0px 1.7px 2.6px -35px rgba(0, 0, 0, 0.044), 0px 2.5px 3.8px -35px rgba(0, 0, 0, 0.05), 0px 3.5px 5.3px -35px rgba(0, 0, 0, 0.056), 0px 5px 7.5px -35px rgba(0, 0, 0, 0.062), 0px 7.3px 11px -35px rgba(0, 0, 0, 0.069), 0px 11.3px 16.9px -35px rgba(0, 0, 0, 0.079), 0px 20px 30px -35px rgba(0, 0, 0, 0.1);
}
.all-products-wrapper .products-wrapper .breadcrumbs .breadcrumbs_a {
  display: inline-block;
}
.all-products-wrapper .products-wrapper .breadcrumbs .breadcrumbs_a h10 {
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  color: #393B3A;
  font-size: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  /* @include max_600_px {

  	font-size: clamp(12px, 3vw, 16px);

  } */
}
.all-products-wrapper .products-wrapper .breadcrumbs h10 {
  line-height: 18px;
  text-transform: uppercase;
}
.all-products-wrapper .products-wrapper .breadcrumbs h10 .las {
  display: inline-block;
  transform: translateY(-10%);
}
.all-products-wrapper .products-wrapper .breadcrumbs #breadcrumbs_a05 {
  pointer-events: none;
}
.all-products-wrapper .products-wrapper .breadcrumbs #breadcrumbs_static {
  pointer-events: none;
}
.all-products-wrapper .products-wrapper {
  /* .product-header-desc-main {

  	position: relative;
  	font-family: 'daxlight';
      line-height: 35px;
      font-size: 25px;
      //padding-left: clamp(30px, 2.5vw, 100px);
      max-width: 900px;
      //padding-top: 0;
      //padding-bottom: 0;

  } */
}
.all-products-wrapper .products-wrapper .product-header .product-header_grid {
  display: grid;
  grid-template-columns: fit-content(100%) 1fr;
}
@media (max-width: 1023px) {
  .all-products-wrapper .products-wrapper .product-header .product-header_grid {
    grid-template-rows: fit-content(100%) fit-content(100%);
  }
}
.all-products-wrapper .products-wrapper .product-header .product-header_grid .header-box_wrapper .header-box {
  display: inline-block;
}
@media (max-width: 768px) {
  .all-products-wrapper .products-wrapper .product-header .product-header_grid .header-box_wrapper .header-box {
    max-width: 320px;
  }
}
.all-products-wrapper .products-wrapper .product-header .product-header_grid .header-box_wrapper .header-box .header-box-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "daxblack";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 35px;
  font-size: 30px;
  padding: 30px;
}
.all-products-wrapper .products-wrapper .product-header .product-header_grid .header-box_wrapper .header-box .header-box-text-main {
  line-height: 45px;
  font-size: 40px;
}
@media (max-width: 1023px) {
  .all-products-wrapper .products-wrapper .product-header .product-header_grid .desc_wrapper {
    grid-row-start: 2;
  }
}
.all-products-wrapper .products-wrapper .product-header .product-header_grid .desc_wrapper .product-header-desc {
  position: relative;
  font-family: "daxlight";
  line-height: 35px;
  font-size: 20px;
  padding-left: clamp(30px, 5vw, 100px);
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%);
  /* font-family: 'daxregular';
     font-weight: normal;
     font-style: normal;
     text-align: left;
     color: $defy_darkGrey;
     font-size: 16px;
     line-height: 26px;
     padding-top: 25px;
     max-width: 750px; */
}
@media (max-width: 1023px) {
  .all-products-wrapper .products-wrapper .product-header .product-header_grid .desc_wrapper .product-header-desc {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .all-products-wrapper .products-wrapper .product-header .product-header_grid .desc_wrapper .product-header-desc {
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(30px, 3vw, 35px);
  }
}
.all-products-wrapper .products-wrapper {
  /* .all-header_grid {

  	display: grid;
  	grid-template-columns: fit-content(100%) 1fr;

  	@include max_768_px {

  		grid-template-columns: 1fr;
  		grid-template-rows: fit-content(100%) fit-content(100%);

  	} 

  	.product-header-desc-main-wrapper {



  	}

  } */
}
.all-products-wrapper .products-wrapper .ph-tier3 .sub-box {
  display: inline-block;
}
.all-products-wrapper .products-wrapper .ph-tier3 .sub-box .sub-box-text {
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 23px;
  font-size: 17px;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .all-products-wrapper .products-wrapper .ph-tier3 .sub-box .sub-box-text {
    font-size: clamp(14px, 3vw, 17px);
    line-height: clamp(16px, 3vw, 23px);
  }
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(242px, 1fr));
  padding-top: 25px;
}
@media (max-width: 600px) {
  .all-products-wrapper .products-wrapper .ph-tier3 .products-grid {
    grid-template-columns: repeat(2, minmax(130px, 280px));
  }
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item {
  padding-bottom: 50px;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-image_wrapper {
  position: relative;
  background-color: #F2F2F2;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-image_wrapper .products-image {
  position: relative;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-image_wrapper .products-image-new {
  position: absolute;
  width: clamp(40px, 20%, 60px);
  height: auto;
  bottom: 0;
  left: 0;
  margin-left: clamp(5px, 2vw, 10px);
  margin-bottom: clamp(5px, 2vw, 10px);
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .accent-line {
  margin-top: 10px;
  height: 2px;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-title {
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  font-size: 14px;
  line-height: 20px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  width: 90%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 0;
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
  white-space: normal;
}
@media (max-width: 600px) {
  .all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-title {
    font-size: clamp(12px, 3vw, 14px);
    line-height: clamp(16px, 3vw, 20px);
  }
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-code {
  font-family: "daxblack";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media (max-width: 600px) {
  .all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-code {
    font-size: clamp(12px, 3vw, 14px);
    line-height: clamp(16px, 3vw, 20px);
  }
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products_a .products-dta-code {
  display: none;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products-tech-icons_wrapper {
  position: relative;
  width: 80%;
  padding-top: 20px;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products-tech-icons_wrapper .products-tech-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 37px));
  grid-gap: 2.5px;
}
.all-products-wrapper .products-wrapper .ph-tier3 .products-grid .products-item .products-tech-icons_wrapper .products-tech-icons .prod-tech_a {
  display: inline-block;
  width: clamp(30px, 5vw, 37px);
}

.tech_icon_desc_wrapper, .filter_inner {
  visibility: hidden;
  position: absolute;
  background-color: white;
  top: 0px;
  transition: top 0s ease 0s;
  -webkit-transition: top 0s ease 0s;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 2px solid white;
  z-index: 999;
}
.tech_icon_desc_wrapper h1, .filter_inner h1 {
  display: inline-block;
  position: relative;
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  max-width: calc(100% - 54px);
}
.tech_icon_desc_wrapper p, .filter_inner p {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 18px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.tech_icon_desc_wrapper .tech_icon_desc_close_a, .filter_inner .tech_icon_desc_close_a {
  display: inline-block;
  position: relative;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  padding-left: 5px;
  visibility: hidden;
  transition: transform 0.2s ease 0s;
  -webkit-transition: transform 0.2s ease 0s;
}
.tech_icon_desc_wrapper .tech_icon_desc_close_a .la-times, .filter_inner .tech_icon_desc_close_a .la-times {
  font-size: 20px;
}

.filterBut, .accordionBut {
  display: inline-block;
  border-radius: 5px;
  background-color: white;
  border: 2px solid white;
  cursor: pointer;
  padding: 12px;
  margin-bottom: 50px;
}
.filterBut h1, .accordionBut h1 {
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #393B3A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordionBut {
  border: 2px solid #CD113C;
  margin-top: 30px;
  margin-bottom: 15px;
}
.accordionBut h1 {
  font-size: 14px !important;
  padding-bottom: 0 !important;
}

.filterResetBut {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  margin-top: 20px;
  border: 2px solid white;
  cursor: pointer;
  padding: 12px;
  white-space: nowrap;
}
.filterResetBut h1 {
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
}

.filter_results {
  display: none;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  padding-left: 12px;
}

.filter_outer, .accordion_outer {
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  overflow: hidden;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  visibility: visible;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}
.filter_outer .filter_inner .filter_category_container, .filter_outer .accordion_inner .filter_category_container, .accordion_outer .filter_inner .filter_category_container, .accordion_outer .accordion_inner .filter_category_container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
}
@media (max-width: 600px) {
  .filter_outer .filter_inner .filter_category_container, .filter_outer .accordion_inner .filter_category_container, .accordion_outer .filter_inner .filter_category_container, .accordion_outer .accordion_inner .filter_category_container {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
.filter_outer .filter_inner .filter_category_container .filter_container, .filter_outer .accordion_inner .filter_category_container .filter_container, .accordion_outer .filter_inner .filter_category_container .filter_container, .accordion_outer .accordion_inner .filter_category_container .filter_container {
  position: relative;
}
.filter_outer .filter_inner .filter_category_container .filter_container .blocker, .filter_outer .accordion_inner .filter_category_container .filter_container .blocker, .accordion_outer .filter_inner .filter_category_container .filter_container .blocker, .accordion_outer .accordion_inner .filter_category_container .filter_container .blocker {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.filter_outer .filter_inner .filter_category_container .filter_container .filter-tab_header, .filter_outer .accordion_inner .filter_category_container .filter_container .filter-tab_header, .accordion_outer .filter_inner .filter_category_container .filter_container .filter-tab_header, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter-tab_header {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}
.filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid {
  display: grid;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  grid-row-gap: 10px;
}
.filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container, .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special {
  display: inline-block;
  position: relative;
}
.filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid, .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid_special, .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid, .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid_special, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid_special, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid_special, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid_special, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid_special, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container .filter_item_grid_special, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special .filter_item_grid_special {
  display: inline-grid;
  position: relative;
  grid-template-columns: min-content min-content min-content;
  padding-right: 20px;
}
.filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid .filter_item_grid_container_special {
  padding-top: 0px;
}
@media (max-width: 500px) {
  .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_large, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_large, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_large, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_large {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 500px) {
  .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_medium, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_medium, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_medium, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_medium {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
}
@media (max-width: 500px) {
  .filter_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_small, .filter_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_small, .accordion_outer .filter_inner .filter_category_container .filter_container .filter_items_grid_small, .accordion_outer .accordion_inner .filter_category_container .filter_container .filter_items_grid_small {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.filter_outer .filter_inner .filter_category_container .filter_container h2, .filter_outer .filter_inner .filter_category_container .filter_container h3, .filter_outer .filter_inner .filter_category_container .filter_container h4, .filter_outer .accordion_inner .filter_category_container .filter_container h2, .filter_outer .accordion_inner .filter_category_container .filter_container h3, .filter_outer .accordion_inner .filter_category_container .filter_container h4, .accordion_outer .filter_inner .filter_category_container .filter_container h2, .accordion_outer .filter_inner .filter_category_container .filter_container h3, .accordion_outer .filter_inner .filter_category_container .filter_container h4, .accordion_outer .accordion_inner .filter_category_container .filter_container h2, .accordion_outer .accordion_inner .filter_category_container .filter_container h3, .accordion_outer .accordion_inner .filter_category_container .filter_container h4 {
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  height: 14px;
  line-height: 100%;
  white-space: nowrap;
}
.filter_outer .filter_inner .filter_category_container .filter_container h3, .filter_outer .accordion_inner .filter_category_container .filter_container h3, .accordion_outer .filter_inner .filter_category_container .filter_container h3, .accordion_outer .accordion_inner .filter_category_container .filter_container h3 {
  font-family: "daxextrabold";
  padding-left: 5px;
  height: 13px;
  opacity: 75%;
}
.filter_outer .filter_inner .filter_category_container .filter_container h4, .filter_outer .accordion_inner .filter_category_container .filter_container h4, .accordion_outer .filter_inner .filter_category_container .filter_container h4, .accordion_outer .accordion_inner .filter_category_container .filter_container h4 {
  opacity: 75%;
}
.filter_outer .filter_inner .filter_results_mimic, .filter_outer .accordion_inner .filter_results_mimic, .accordion_outer .filter_inner .filter_results_mimic, .accordion_outer .accordion_inner .filter_results_mimic {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  text-align: center;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  max-width: none;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Customize the label (the container) */
}
.filter_outer .filter_inner .checkbox_container, .filter_outer .filter_inner .checkbox_container_special, .filter_outer .accordion_inner .checkbox_container, .filter_outer .accordion_inner .checkbox_container_special, .accordion_outer .filter_inner .checkbox_container, .accordion_outer .filter_inner .checkbox_container_special, .accordion_outer .accordion_inner .checkbox_container, .accordion_outer .accordion_inner .checkbox_container_special {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Hide the browser's default checkbox */
}
.filter_outer .filter_inner .checkbox_container input, .filter_outer .filter_inner .checkbox_container_special input, .filter_outer .accordion_inner .checkbox_container input, .filter_outer .accordion_inner .checkbox_container_special input, .accordion_outer .filter_inner .checkbox_container input, .accordion_outer .filter_inner .checkbox_container_special input, .accordion_outer .accordion_inner .checkbox_container input, .accordion_outer .accordion_inner .checkbox_container_special input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Create a custom checkbox */
}
.filter_outer .filter_inner .checkmark, .filter_outer .accordion_inner .checkmark, .accordion_outer .filter_inner .checkmark, .accordion_outer .accordion_inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #CCCCCC;
  padding-left: 0;
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-top: 2px solid rgba(0, 0, 0, 0.5); */
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Create a custom checkbox */
}
.filter_outer .filter_inner .checkmark_special, .filter_outer .accordion_inner .checkmark_special, .accordion_outer .filter_inner .checkmark_special, .accordion_outer .accordion_inner .checkmark_special {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  padding-left: 0;
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-top: 2px solid rgba(0, 0, 0, 0.5); */
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* On mouse-over, add a grey background color */
}
.filter_outer .filter_inner .checkbox_container:hover input ~ .checkmark, .filter_outer .accordion_inner .checkbox_container:hover input ~ .checkmark, .accordion_outer .filter_inner .checkbox_container:hover input ~ .checkmark, .accordion_outer .accordion_inner .checkbox_container:hover input ~ .checkmark {
  background-color: #CCCCCC;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* When the checkbox is checked, add a blue background */
}
.filter_outer .filter_inner .checkbox_container input:checked ~ .checkmark, .filter_outer .accordion_inner .checkbox_container input:checked ~ .checkmark, .accordion_outer .filter_inner .checkbox_container input:checked ~ .checkmark, .accordion_outer .accordion_inner .checkbox_container input:checked ~ .checkmark {
  background-color: #CCCCCC;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.filter_outer .filter_inner .checkmark:after, .filter_outer .filter_inner .checkmark_special:after, .filter_outer .accordion_inner .checkmark:after, .filter_outer .accordion_inner .checkmark_special:after, .accordion_outer .filter_inner .checkmark:after, .accordion_outer .filter_inner .checkmark_special:after, .accordion_outer .accordion_inner .checkmark:after, .accordion_outer .accordion_inner .checkmark_special:after {
  content: "";
  position: absolute;
  display: none;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Show the checkmark when checked */
}
.filter_outer .filter_inner .checkbox_container input:checked ~ .checkmark:after, .filter_outer .filter_inner .checkbox_container_special input:checked ~ .checkmark_special:after, .filter_outer .accordion_inner .checkbox_container input:checked ~ .checkmark:after, .filter_outer .accordion_inner .checkbox_container_special input:checked ~ .checkmark_special:after, .accordion_outer .filter_inner .checkbox_container input:checked ~ .checkmark:after, .accordion_outer .filter_inner .checkbox_container_special input:checked ~ .checkmark_special:after, .accordion_outer .accordion_inner .checkbox_container input:checked ~ .checkmark:after, .accordion_outer .accordion_inner .checkbox_container_special input:checked ~ .checkmark_special:after {
  display: block;
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Style the checkmark/indicator */
}
.filter_outer .filter_inner .checkbox_container .checkmark:after, .filter_outer .accordion_inner .checkbox_container .checkmark:after, .accordion_outer .filter_inner .checkbox_container .checkmark:after, .accordion_outer .accordion_inner .checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #393B3A;
  opacity: 0.5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter_outer .filter_inner, .filter_outer .accordion_inner, .accordion_outer .filter_inner, .accordion_outer .accordion_inner {
  /* Style the checkmark/indicator */
}
.filter_outer .filter_inner .checkbox_container_special .checkmark_special:after, .filter_outer .accordion_inner .checkbox_container_special .checkmark_special:after, .accordion_outer .filter_inner .checkbox_container_special .checkmark_special:after, .accordion_outer .accordion_inner .checkbox_container_special .checkmark_special:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  opacity: 0.9;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion_inner ul {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  color: #393B3A;
}
.accordion_inner ul b {
  font-family: "daxextrabold";
}

.headerSpacer {
  transition: height 0.2s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: height 0.2s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  height: 0px;
}

.announcement_banner {
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  overflow: hidden;
  position: relative;
  background-color: #f0b8c5;
  cursor: pointer;
}
.announcement_banner .announcement_banner_inner {
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering, optional */
  container-type: inline-size;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
}
.announcement_banner .announcement_banner_inner .announceMessage-txt {
  position: relative;
  display: inline-block;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: clamp(10px, 2.5cqw, 16px);
  color: #CD113C;
  max-width: calc(100cqw - 30px);
}
.announcement_banner .announcement_banner_inner .small_close_wrapper {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.announcement_banner .announcement_banner_inner .small_close_wrapper .small_close {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.techWrapper_ease {
  transition: top 0.2s ease 0s;
  -webkit-transition: top 0.2s ease 0s;
}

.techWrapper_ease_down {
  transition: top 0.2s ease 0s;
  -webkit-transition: top 0.2s ease 0s;
}

.product-display {
  display: grid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1560px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1090px) {
  .product-display {
    grid-template-columns: 1fr;
  }
}
.product-display .infoBox {
  width: 100%;
}
.product-display .infoBox .catIcon {
  margin-top: 20px;
}
.product-display .infoBox .catIcon .prod_cat_a {
  cursor: pointer;
  display: inline-block;
}
.product-display .infoBox .catIcon .prod_cat_a .catImg {
  width: 100px;
}
.product-display .infoBox .product_disp_title {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 37px;
  font-size: 35px;
  padding-bottom: 20px;
}
.product-display .infoBox .bundledBox {
  padding-top: 40px;
}
.product-display .infoBox .bundledBox .bundledGrid {
  display: grid;
  padding-top: 3px;
  grid-template-columns: 124px 124px;
  grid-gap: 15px;
}
.product-display .infoBox .bundledBox .bundledGrid .prod_bundled_cta_a {
  position: relative;
  width: 124px;
  height: 148px;
  border-radius: 10px;
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.product-display .infoBox .bundledBox .bundledGrid .prod_bundled_cta_a .bundledItem {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border-style: solid;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-width: 2px;
  box-sizing: border-box;
}
.product-display .infoBox .bundledBox .bundledGrid .prod_bundled_cta_a .bundledItem .bundledImg {
  width: 80px;
  padding: 15px 15px 5px 15px;
}
.product-display .infoBox .bundledBox .bundledGrid .prod_bundled_cta_a .bundledItem .bundledCode {
  font-family: "daxblack";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 7.5px;
}
.product-display .infoBox h2 {
  font-family: "daxregular";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  font-size: 16px;
}
.product-display .infoBox h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 25px;
}
.product-display .infoBox .prod_cta_a {
  display: inline-block;
  margin-top: 70px;
  cursor: pointer;
}
.product-display .infoBox .prod_cta_a .prod_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.product-display .infoBox .prod_cta_a .prod_cta_but h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-display .imgBox {
  width: 100%;
}
@media (max-width: 1090px) {
  .product-display .imgBox {
    padding-top: clamp(100px, 5vw, 200px);
  }
}
.product-display .imgBox .imgBox_grid {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 780px;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: 50px 1fr 50px;
}
@media (max-width: 550px) {
  .product-display .imgBox .imgBox_grid {
    grid-template-columns: clamp(0px, 5%, 40px) 1fr clamp(0px, 5%, 40px);
  }
}
.product-display .imgBox .imgBox_grid .imgBox-nav_wrapper {
  position: relative;
  height: 100%;
}
.product-display .imgBox .imgBox_grid .imgBox-nav_wrapper .imgBox-nav {
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
@media (max-width: 550px) {
  .product-display .imgBox .imgBox_grid .imgBox-nav_wrapper .imgBox-nav {
    width: 40px;
    height: 40px;
  }
}
.product-display .imgBox .imgBox_grid .imgBox-nav_wrapper .imgBox-nav .imgBox-nav_img {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-display .imgBox .imgBox_grid .imgBox-nav_wrapper #imgBox-nav_left {
  position: relative;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.product-display .imgBox .imgBox_grid .imgBox-nav_wrapper #imgBox-nav_right {
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.product-display .imgBox .imgBox_grid .ImgBox-img_wrapper {
  position: relative;
  overflow: hidden;
  max-width: 680px;
}
.product-display .imgBox .imgBox_grid .ImgBox-img_wrapper .ImgBox-Gal_grid_touch {
  position: relative;
  left: 0;
  transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
}
.product-display .imgBox .imgBox_grid .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid {
  display: grid;
  position: relative;
  left: 0;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
}
.product-display .imgBox .imgBox_grid .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product {
  position: relative;
  width: 80%;
  max-width: 680px;
  margin: 10%;
}
.product-display .imgBox .imgBox-dots_wrapper {
  width: 100%;
  height: 20px;
}
.product-display .imgBox .imgBox-dots_wrapper .dots_wrapper {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
}
.product-display .imgBox .imgBox-dots_wrapper .dots_wrapper .dot {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.33s ease 0s;
  -webkit-transition: opacity 0.33s ease 0s;
}

.product-technical_wrapper {
  position: relative;
  width: 100%;
  background-color: white;
}
.product-technical_wrapper .section-title_wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  z-index: 2;
}
.product-technical_wrapper .section-title_wrapper h1 {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 0;
}
.product-technical_wrapper .tech-info_grid {
  display: grid;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1560px;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content(100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 41px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper {
  width: 100%;
  grid-row-start: 1;
  z-index: 12;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top {
  display: inline-block;
  position: absolute;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  top: -41px;
  cursor: pointer;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #393B3A;
}
@media (max-width: 400px) {
  .product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top h1 {
    font-size: 12px;
  }
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top .special-el {
  width: 17px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: calc(100% - 1px);
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top .special-el .spec-tabCurve_rect {
  fill: none;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_01 {
  bottom: 0px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_01 .spec-tabCurve_rect {
  fill: rgb(255, 255, 255);
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_02 {
  bottom: -2px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_02b {
  bottom: -2px;
  left: -16px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_03 {
  bottom: -2px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper .tab-top #special-el_03b {
  bottom: -2px;
  left: -16px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper #tab-top-details {
  z-index: 3;
  padding-bottom: 12px;
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper #tab-top-features {
  left: 125px;
  z-index: 2;
}
@media (max-width: 400px) {
  .product-technical_wrapper .tech-info_grid .tab-tops_wrapper #tab-top-features {
    left: clamp(95px, 28vw, 128px);
  }
}
.product-technical_wrapper .tech-info_grid .tab-tops_wrapper #tab-top-manual {
  left: 243px;
  z-index: 1;
}
@media (max-width: 400px) {
  .product-technical_wrapper .tech-info_grid .tab-tops_wrapper #tab-top-manual {
    left: clamp(180px, 53vw, 260px);
  }
}
.product-technical_wrapper .tech-info_grid .tech-tab {
  position: relative;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: white;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  padding: clamp(25px, 5%, 80px);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.product-technical_wrapper .tech-info_grid .tech-tab .tech_wrapper {
  width: 100%;
  padding-bottom: 25px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .tech_wrapper h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .tech_wrapper .info-block_wrapper_tech {
  display: grid;
  margin-top: 25px;
  margin-bottom: 25px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-row-gap: 25px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block {
  width: 100%;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block .p_specs {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 30px;
  font-size: 16px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block #tech-tab_header_dark {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
  color: #393B3A;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block .tech-tab_header {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-right: clamp(0px, 8vw, 70px);
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block ul h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block ul p {
  /* font-family: 'daxregular';
     font-weight: normal;
     font-style: normal;
     text-align: left;
     color: $defy_darkGrey;
     line-height: 20px;
     font-size: 14px; */
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 25px;
  font-size: 16px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block ul li:first-child {
  list-style: none;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block .prod_cta_a {
  display: inline-block;
  margin-top: 15px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block .prod_cta_a .prod_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .info-block .prod_cta_a .prod_cta_but h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 12px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-technical_wrapper .tech-info_grid .tech-tab .info-block_wrapper .oneFr-info-block {
  max-width: none;
}
.product-technical_wrapper .tech-info_grid .tech-tab .oneFr-grid {
  grid-template-columns: 1fr;
}
.product-technical_wrapper .tech-info_grid #tech-tab_details {
  z-index: 10;
  opacity: 1;
}
.product-technical_wrapper .tech-info_grid #tech-tab_features {
  z-index: 9;
  opacity: 0;
}
.product-technical_wrapper .tech-info_grid #tech-tab_manual {
  z-index: 8;
  opacity: 0;
}
.product-technical_wrapper .product-technical_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}

.product-how-to_wrapper, .product-related_wrapper {
  width: 100%;
}
.product-how-to_wrapper .section-title_wrapper, .product-related_wrapper .section-title_wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1560px;
  z-index: 2;
}
.product-how-to_wrapper .section-title_wrapper h1, .product-related_wrapper .section-title_wrapper h1 {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 0;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper, .product-related_wrapper .tape_gallery_finite_wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1560px;
  width: 100%;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite {
  display: grid;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: 50px 1fr 50px;
}
@media (max-width: 550px) {
  .product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite {
    grid-template-columns: clamp(0px, 5%, 40px) 1fr clamp(0px, 5%, 40px);
  }
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper {
  position: relative;
  height: 100%;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav {
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
@media (max-width: 550px) {
  .product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav {
    width: 40px;
    height: 40px;
  }
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav .imgBox-nav_img, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper .imgBox-nav .imgBox-nav_img {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper #imgBox-nav_left_related, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper #imgBox-nav_left_related {
  position: relative;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper #imgBox-nav_right_related, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .imgBox-nav_wrapper #imgBox-nav_right_related {
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper {
  position: relative;
  overflow: hidden;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch {
  position: relative;
  left: 0;
  transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid {
  display: grid;
  position: relative;
  left: 0;
  grid-auto-flow: column;
  grid-auto-columns: 25%;
  transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0, 0.44, 0.42, 1) 0s;
}
@media (max-width: 1090px) {
  .product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid {
    grid-auto-columns: 33%;
  }
}
@media (max-width: 550px) {
  .product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid {
    grid-auto-columns: 50%;
  }
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper .ImgBox-product, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper .ImgBox-product {
  width: 80%;
  margin: 10%;
}
.product-how-to_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper h1, .product-related_wrapper .tape_gallery_finite_wrapper .tape_gallery_finite .imgBox_grid_finite .ImgBox-img_wrapper .ImgBox-Gal_grid_touch .ImgBox-Gal_grid .ImgBox-product_wrapper h1 {
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  font-size: clamp(12px, 0.65vw, 16px);
  line-height: max(20px, 1vw);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 0;
  transition: color 0.3s ease-out 0s;
  -webkit-transition: color 0.3s ease-out 0s;
  white-space: normal;
}

.product-how-to_wrapper {
  display: none;
}

.full-width_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
}
.full-width_wrapper .section-grid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr clamp(0px, 100vw, 1600px) 1fr;
}
.full-width_wrapper .section-grid .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.full-width_wrapper .section-grid .overlay-solid {
  background-color: rgba(0, 0, 0, 0.9);
}
.full-width_wrapper .section-grid .section {
  position: relative;
  grid-column-start: 2;
  grid-column-end: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1560px;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
.full-width_wrapper .section-grid .section .small-text-device-expander {
  display: none;
  margin-top: 20px;
  cursor: pointer;
}
.full-width_wrapper .section-grid .section .small-text-device-expander .icon_loc_small {
  display: inline-block;
  width: 25px;
}
.full-width_wrapper .section-grid .section .small-text-device-expander .txt-wrapper {
  position: relative;
  display: inline-block;
  height: 100%;
}
.full-width_wrapper .section-grid .section .small-text-device-expander .txt-wrapper h1 {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  color: #CD113C;
  padding-left: 5px;
}
.full-width_wrapper .section-grid .section #img_404er {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 80%;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper {
  overflow: hidden;
  transition: max-height 0.4s ease-out 0s;
  -webkit-transition: max-height 0.4s ease-out 0s;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(367px, 1fr));
  padding-top: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
@media (max-width: 840px) {
  .full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
  }
}
@media (max-width: 550px) {
  .full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder {
    grid-template-columns: repeat(1, minmax(230px, 1fr));
  }
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  width: 100%;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .icon_wrapper {
  width: 100%;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .icon_wrapper .icon_loc {
  opacity: 0.5;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder {
  padding-left: 15px;
  padding-top: 8px;
  grid-column-start: 2;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 20px;
  color: #393B3A;
  padding-bottom: 12px;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder h2 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  color: #393B3A;
  padding-bottom: 12px;
  min-height: 93px;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-a-wrapper {
  width: 100%;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-a-wrapper .small-text-device-tel {
  display: inline-block;
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 16px;
  color: #CD113C;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-a-wrapper .small-text-device-CTA {
  background-color: #CD113C;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-a-wrapper .small-text-device-CTA h3 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  color: white;
  padding: 8px;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-a-wrapper .small-text-device-CTA:hover {
  background-color: #e6889d;
}
.full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder .small-text-device-top-marg {
  margin-top: 15px;
}
.full-width_wrapper .section-grid .section .dark-bg-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  width: clamp(320px, 100%, 820px);
  height: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .dark-bg-content {
    width: 100%;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
}
.full-width_wrapper .section-grid .section {
  /* h1 {

  	//font-family: 'century_gothicregular';
  	font-family: 'daxextrabold'; 
  	font-weight: normal;
  	font-style: normal;
  	text-align: center;
  	color: $defy_darkGrey;
  	line-height: 35px;
  	font-size: 35px;
  	padding-bottom: max(30px, 2.5vw);

  } */
}
.full-width_wrapper .section-grid .section .editorial-special-text-block {
  position: relative;
  width: clamp(320px, 100%, 800px);
  z-index: 2;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block {
    width: 100%;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block h1 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 45px;
  font-size: 35px;
  padding-bottom: 35px;
  padding-right: 20px;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block h1 {
    padding-right: 0px;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .dark-header-h1 {
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .header-404 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 45px;
  font-size: 35px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .header-404-h2 {
  font-family: "daxlight";
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block h2 {
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 27px;
  font-size: 20px;
  padding-bottom: 15px;
  padding-right: 20px;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block h2 {
    padding-right: 0px;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .dark-header-h2 {
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block h3 {
  font-family: "daxbold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 30px;
  font-size: 16px;
  padding-right: 20px;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block h3 {
    padding-right: 0px;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .dark-header-h3 {
  color: #393B3A;
  line-height: 21.6px;
  margin-bottom: 15px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block p {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 30px;
  font-size: 16px;
  padding-right: 20px;
}
@media (max-width: 1090px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block p {
    padding-right: 0;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .prompt_txt {
  font-family: "daxregular";
  color: #BEBEBE;
  font-size: 14px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-header {
  display: grid;
  grid-template-columns: 20px 1fr;
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  transition: background-color 0.2s ease-out 0s;
  -webkit-transition: background-color 0.2s ease-out 0s;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-header .expand_prompt {
  position: relative;
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 35px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  grid-column-start: 1;
  grid-column-end: 2;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-header .accordion-tech-img {
  display: inline-block;
  margin-left: 10px;
  width: clamp(200px, 50vw, 300px);
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-header:hover {
  cursor: pointer;
  background-color: #EEEEEE;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-wrapper {
  position: relative;
  transition: max-height 0.2s ease-out 0s;
  -webkit-transition: max-height 0.2s ease-out 0s;
  overflow: hidden;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-wrapper .accordion-inner p {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 30px;
  font-size: 16px;
  padding-right: 75px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-wrapper .accordion-inner .dark-text {
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-wrapper .accordion-inner .dark-text-three-quarters {
  padding-right: 0;
  max-width: 1170px;
  margin-bottom: 75px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .accordion-wrapper .accordion-inner .bottom-mar-30 {
  margin-bottom: 30px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .dark-text {
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .dark-text-three-quarters {
  padding-right: 0;
  max-width: 1170px;
  margin-bottom: 75px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block ul {
  max-width: 1170px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: clamp(10px, 5cqw, 50px);
}
@media (max-width: 1200px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: clamp(10px, 5cqw, 93.3px);
  }
}
@media (max-width: 768px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid {
    grid-template-columns: 1fr 1fr;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F2F2F2;
  container-type: inline-size;
  box-shadow: 0px 0.3px 0.5px -35px rgba(0, 0, 0, 0.021), 0px 0.7px 1px -35px rgba(0, 0, 0, 0.031), 0px 1.2px 1.7px -35px rgba(0, 0, 0, 0.038), 0px 1.7px 2.6px -35px rgba(0, 0, 0, 0.044), 0px 2.5px 3.8px -35px rgba(0, 0, 0, 0.05), 0px 3.5px 5.3px -35px rgba(0, 0, 0, 0.056), 0px 5px 7.5px -35px rgba(0, 0, 0, 0.062), 0px 7.3px 11px -35px rgba(0, 0, 0, 0.069), 0px 11.3px 16.9px -35px rgba(0, 0, 0, 0.079), 0px 20px 30px -35px rgba(0, 0, 0, 0.1);
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a {
  display: block;
  position: relative;
  cursor: pointer;
  width: calc(100% - 20cqw);
  min-height: 80cqw;
  padding: 10cqw;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a .results_details, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a .results_details, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a .results_details {
  position: relative;
  width: 100%;
  min-height: 35cqw;
  z-index: 1;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a .results_details .results_title, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a .results_details .results_title, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a .results_details .results_title {
  color: #CD113C;
  font-size: 6.5cqw;
  line-height: 7cqw;
  padding: 0px;
  padding-bottom: 2.5cqw;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a .results_details .results_code, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a .results_details .results_code, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a .results_details .results_code {
  font-family: daxextrabold;
  color: #393B3A;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 5cqw;
  line-height: 5cqw;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a .results_img, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a .results_img, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a .results_img {
  position: relative;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_product .results_a .results_bg, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_editorial .results_a .results_bg, .full-width_wrapper .section-grid .section .editorial-special-text-block .results_grid .searchResults_manual .results_a .results_bg {
  position: absolute;
  background-color: #F2F2F2;
  width: 100%;
  height: 100%;
  top: 0%;
  z-index: 0;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults {
  position: relative;
  margin-bottom: 100px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner {
  position: relative;
  height: 50px;
  background-color: white;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper {
  position: relative;
  height: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper {
  display: grid;
  grid-template-columns: 1fr 50px;
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: right;
  transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0.2s;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.61, 0.32, 1) 0.2s;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  .full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper {
    max-width: 500px;
  }
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper #search_input_searchResults {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  left: 20px;
  display: inline-block;
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: "daxregular";
  color: #393B3A;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper #search_input_searchResults:focus {
  outline: none;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper {
  /* Change Autocomplete styles in Chrome*/
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper #search_input_searchResults:-webkit-autofill,
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper #search_input_searchResults:-webkit-autofill:hover,
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper #search_input_searchResults:-webkit-autofill:focus,
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill,
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill:hover,
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper select:-webkit-autofill:focus {
  -webkit-text-fill-color: #393B3A;
  transition: background-color 5000s ease-in-out 0s;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_wrapper_searchResults .search_inner .search_inner_wrapper .search_field_wrapper .searchBut {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  grid-column-start: 2;
}
.full-width_wrapper .section-grid .section .editorial-special-text-block .search_tip {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #393B3A;
  line-height: 27px;
  font-size: 20px;
  margin-bottom: 100px;
}
.full-width_wrapper .section-grid .section .nearest_loc_container {
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: max-height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  overflow: hidden;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner h2 {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 27px;
  font-size: 20px;
  padding-bottom: 15px;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner loc-bold {
  font-family: "daxextrabold";
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner .small-text-device-holder {
  padding-top: 20px;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner .small-text-device-holder .small-text-device_wrapper {
  grid-template-columns: 0px 1fr;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner .small-text-device-holder .small-text-device_wrapper .small-text-device-details-holder {
  padding: 0;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner #nearest-store_error {
  display: none;
}
.full-width_wrapper .section-grid .section .nearest_loc_container .nearest_loc_inner #locationDeniedMessage li {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #393B3A;
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 15px;
}
.full-width_wrapper .section-grid .section .text-block-full {
  width: 100%;
  max-width: 100%;
}
.full-width_wrapper .section-grid .section #text-block-centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.full-width_wrapper .section-grid .section .no-bg {
  background-color: transparent;
}
.full-width_wrapper .section-grid .section .copy_a {
  display: inline-block;
}
.full-width_wrapper .section-grid .section .editorial-special-img {
  position: relative;
  width: 100%;
  max-width: 1170px;
}
.full-width_wrapper .section-grid .section .form_wrapper {
  max-width: 800px;
}
.full-width_wrapper .section-grid .section .form_wrapper #dark-header-h2_contact {
  font-family: "daxlight";
}
.full-width_wrapper .section-grid .section .form_wrapper #dark-header-h2_contact highlighted {
  font-family: "daxbold";
  color: #CD113C;
}
.full-width_wrapper .section-grid .section .form_wrapper input {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0px solid #000000;
  border-radius: 5px;
  -webkit-appearance: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  font-family: "daxregular";
  color: #393B3A;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.full-width_wrapper .section-grid .section .form_wrapper textarea {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px;
  height: 200px;
  border: 0px solid #000000;
  border-radius: 5px;
  -webkit-appearance: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-family: "daxregular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #BEBEBE;
  resize: vertical;
  line-height: 25px;
}
.full-width_wrapper .section-grid .section .form_wrapper input:focus, .full-width_wrapper .section-grid .section .form_wrapper textarea:focus {
  outline: none;
  color: #393B3A;
}
.full-width_wrapper .section-grid .section .form_wrapper input::placeholder {
  color: #BEBEBE;
}
.full-width_wrapper .section-grid .section .form_wrapper textarea::placeholder {
  color: #BEBEBE;
}
.full-width_wrapper .section-grid .section .form_wrapper {
  /* Change Autocomplete styles in Chrome*/
}
.full-width_wrapper .section-grid .section .form_wrapper input:-webkit-autofill,
.full-width_wrapper .section-grid .section .form_wrapper input:-webkit-autofill:hover,
.full-width_wrapper .section-grid .section .form_wrapper input:-webkit-autofill:focus,
.full-width_wrapper .section-grid .section .form_wrapper textarea:-webkit-autofill,
.full-width_wrapper .section-grid .section .form_wrapper textarea:-webkit-autofill:hover,
.full-width_wrapper .section-grid .section .form_wrapper textarea:-webkit-autofill:focus,
.full-width_wrapper .section-grid .section .form_wrapper select:-webkit-autofill,
.full-width_wrapper .section-grid .section .form_wrapper select:-webkit-autofill:hover,
.full-width_wrapper .section-grid .section .form_wrapper select:-webkit-autofill:focus {
  -webkit-text-fill-color: #393B3A;
  transition: background-color 5000s ease-in-out 0s;
}
.full-width_wrapper .section-grid .section .form_wrapper span {
  font-family: "daxbold";
  font-size: 14px;
  text-align: left;
  color: #CD113C;
  padding-left: 12px;
}
.full-width_wrapper .section-grid .section .form_wrapper {
  /* #span_5 {

  	line-height: 20px;
  	padding-left: 12px;
  	display: block;
  	text-align: left;
  	margin-bottom: 50px;
  	display: none;

  	@include max_840_px {

  		padding-left: 0;
  		text-align: center;

  	}

  }

  #span_6 {

  	font-family: 'daxregular';
  	font-size: 16px;
  	text-align: left;
  	font-weight: 400;
  	padding-left: 12px;
  	color: $defy_darkGrey;
  	display: block;
  	line-height: 25px;
  	margin-bottom: 50px;
  	display: none;

  	@include max_840_px {

  		padding-left: 0;
  		text-align: center;

  	}

  }

  #span_7 {

  	font-size: 16px;
  	line-height: 25px;
  	padding-left: 12px;
  	display: block;
  	text-align: left;
  	margin-bottom: 50px;
  	display: none;

  	@include max_840_px {

  		padding-left: 0;
  		text-align: center;

  	}

  }

  #span_8 {

  	padding-left: 12px;
  	display: block;
  	text-align: left;
  	margin-bottom: 50px;
  	display: none;

  	@include max_840_px {

  		padding-left: 0;
  		text-align: center;

  	}

  }

  .message_placeholder {

  	.prompt_txt {

  		padding-left: 12px;
  		text-align: left;
  		font-family: 'daxregular';
  	    color: $defy_darkGrey;
  	    font-weight: normal;
  	    font-style: normal;
  	    font-size: 14px;

  	}

  } */
}
.full-width_wrapper .section-grid .section .form_wrapper .hiddenSpan {
  display: none;
}
.full-width_wrapper .section-grid .section .form_wrapper .contact_submit_but_cta_a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 840px) {
  .full-width_wrapper .section-grid .section .form_wrapper .contact_submit_but_cta_a {
    left: 50%;
    transform: translateX(-50%);
  }
}
.full-width_wrapper .section-grid .section .form_wrapper .contact_submit_but_cta_a .contact_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.full-width_wrapper .section-grid .section .form_wrapper .contact_submit_but_cta_a .contact_cta_but h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.full-width_wrapper .section-grid .section .form_wrapper .progress_bar {
  display: none;
  position: relative;
  left: 0%;
  transform: translateX(0%);
  width: 83.44px;
  height: 29.61px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .full-width_wrapper .section-grid .section .form_wrapper .progress_bar {
    left: 50%;
    transform: translateX(-50%);
  }
}
.full-width_wrapper .section-grid .section .form_wrapper .progress_bar #loadermask {
  position: absolute;
  z-index: 2;
}
.full-width_wrapper .section-grid .section .form_wrapper .progress_bar #loader {
  position: absolute;
  z-index: 1;
  left: -45.6px;
  top: 7.2px;
  animation: loaderProgress 1.5s ease-in-out infinite;
  -webkit-animation: loaderProgress 1.5s ease-in-out infinite;
  -moz-animation: loaderProgress 1.5s ease-in-out infinite;
}
@keyframes loaderProgress {
  0% {
    left: -45.6px;
  }
  20% {
    left: -45.6px;
  }
  40% {
    left: 60.6px;
  }
  50% {
    left: 60.6px;
  }
  60% {
    left: 60.6px;
  }
  80% {
    left: -45.6px;
  }
  100% {
    left: -45.6px;
  }
}
.full-width_wrapper .section-grid .section .form_wrapper .google_TC_wrapper {
  width: 100%;
  max-width: 800px;
}
.full-width_wrapper .section-grid .section .form_wrapper .google_TC_wrapper .google_TC {
  font-family: "daxregular";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #393B3A;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 840px) {
  .full-width_wrapper .section-grid .section .form_wrapper .google_TC_wrapper .google_TC {
    text-align: center;
  }
}
.full-width_wrapper #editorial-bg-img_plant {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper #editorial-bg-img_plant {
    width: auto;
    height: 150%;
  }
}
@media (max-width: 550px) {
  .full-width_wrapper #editorial-bg-img_plant {
    left: -70%;
  }
}
.full-width_wrapper #editorial-bg-img_depot {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper #editorial-bg-img_depot {
    width: auto;
    height: 150%;
  }
}
.full-width_wrapper #editorial-bg-img_global {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper #editorial-bg-img_global {
    width: auto;
    height: 150%;
  }
}
@media (max-width: 550px) {
  .full-width_wrapper #editorial-bg-img_global {
    left: -200%;
  }
}
.full-width_wrapper #editorial-bg-img_service {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper #editorial-bg-img_service {
    width: auto;
    height: 150%;
  }
}
@media (max-width: 550px) {
  .full-width_wrapper #editorial-bg-img_service {
    height: 100%;
    left: -100%;
  }
}
.full-width_wrapper #editorial-bg-img_sustainability {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1090px) {
  .full-width_wrapper #editorial-bg-img_sustainability {
    width: auto;
    height: 120%;
  }
}

.alertPopUp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s;
  z-index: 50000;
}
.alertPopUp .alertBox {
  position: absolute;
  border-radius: 5px;
  background-color: white;
  width: calc(100% - 90px);
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 33px;
}
.alertPopUp .alertBox #span_5, .alertPopUp .alertBox #span_7, .alertPopUp .alertBox #span_8 {
  position: relative;
  display: none;
  width: 100%;
  font-family: "daxregular";
  font-size: 14px;
  text-align: center;
  color: #393B3A;
  line-height: 20px;
}
.alertPopUp .alertBox #span_6 {
  position: relative;
  display: none;
  width: 100%;
  font-family: "daxbold";
  font-size: 14px;
  text-align: center;
  color: #393B3A;
  line-height: 20px;
}
.alertPopUp .alertBox .alertPopUp_but_cta_a {
  display: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 25px;
}
.alertPopUp .alertBox .alertPopUp_but_cta_a .alert_cta_but {
  position: relative;
  display: inline-block;
  min-width: 84px;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.alertPopUp .alertBox .alertPopUp_but_cta_a .alert_cta_but h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.but_cta_a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.but_cta_a .cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.but_cta_a .cta_but h4 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

#centered_but_cta_a {
  left: 50%;
  transform: translateX(-50%);
}

.vid-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
}

.vid-sizer {
  position: relative;
  width: clamp(0px, 100%, 800px);
}
.vid-sizer .vid-container-16-9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  background-color: #F2F2F2;
}
.vid-sizer .vid-container-16-9 .linked-youtube {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sizer-center {
  left: 50%;
  transform: translateX(-50%);
}

.editorial_a {
  display: inline-block;
  margin-top: 50px;
}
.editorial_a .car_cta_but {
  position: relative;
  display: inline-block;
  background-color: #CD113C;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.editorial_a .car_cta_but h5 {
  font-family: "daxextrabold";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: white;
  line-height: 20px;
  font-size: 16px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

#editorial_a_learn {
  margin-top: 0px;
}

#contact_map {
  width: 100%;
  min-height: 50vh;
}

.footer {
  width: 100%;
  margin-top: auto;
  background-color: #393B3A;
}
.footer .section-title_wrapper .footer_inner {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}
.footer .section-title_wrapper .footer_inner .footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .footer .section-title_wrapper .footer_inner .footer_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: fit-content(100%) fit-content(100%);
    grid-row-gap: 30px;
  }
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item {
  position: relative;
  width: 100%;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li {
  padding-bottom: 10px;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a {
  display: inline-block;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a .footer_title {
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: calc(18px - 20%);
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  direction: rtl;
  padding-bottom: 20px;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a .footer-ul-item {
  display: inline-block;
  font-family: "daxmedium";
  font-weight: normal;
  font-style: normal;
  color: #CCCCCC;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a .footer-ul-item:hover {
  color: white;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .sm_wrapper {
  display: inline-block;
  padding-right: 10px;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .sm_wrapper a {
  position: relative;
  width: 30px;
  height: 30px;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .sm_wrapper a .sm_icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .sm_wrapper a .sm_icon_roll {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}
.footer .section-title_wrapper .footer_inner .footer_grid .footer-item #footer-ul_sm {
  min-width: 116.48px;
}
.footer .section-title_wrapper .footer_inner .divLine {
  height: 1px;
  width: 100%;
  background-color: #CCCCCC;
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner .copyright-txt {
  display: inline-block;
  position: relative;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  font-family: "daxlight";
  font-weight: normal;
  font-style: normal;
  color: #CCCCCC;
  font-size: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 0;
  line-height: 30px;
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner .copyright-txt tagline {
  font-size: 10px;
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner .copyright-txt tagline bold {
  font-family: "daxmedium";
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner .copyright-txt tagline bold sup {
  position: relative;
  top: 15px;
  font-size: 8px;
  line-height: 0px;
  vertical-align: top;
}
.footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner .copyright-txt tagline bold:hover {
  cursor: pointer;
  color: white;
}

.product_page_diagram_wrapper .product_page_diagram_inner {
  position: relative;
  width: 100%;
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
}
.product_page_diagram_wrapper .product_page_diagram_inner .product_page_diagram {
  position: relative;
  width: 100%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 100px;
}

.catInfo {
  display: none;
}

.urlInfo {
  display: none;
}

.desc_hidden {
  display: none;
}
