@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%; }

/* body {

	background-color: $Claymore_BgGrey; //set mobile browser bottom nav colour (not working)

} */
.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;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: #212121;
  -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: black;
  background: #FAAF40; }

::selection {
  color: black;
  background: #FAAF40; }

.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;
  border-radius: 5px;
  background-color: #212121;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9); }
  @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: #212121;
  border-radius: 5px;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.9); }
  @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%;
  z-index: 1000; }
  .nav_wrapper #navClear1 {
    position: absolute;
    width: 100%;
    height: 100%; }
  .nav_wrapper .bgshadow-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #212121; }
  .nav_wrapper .ribbon_wrapper {
    width: 100%;
    background-color: #CD113C; }
    .nav_wrapper .ribbon_wrapper .ribbon_items {
      position: relative;
      max-width: calc(1600px - 2 * 20px);
      padding-left: 20px;
      padding-right: 20px;
      left: 50%;
      transform: translateX(-50%); }
      .nav_wrapper .ribbon_wrapper .ribbon_items h1 {
        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: 550px) {
          .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 {
          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 {
              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 {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer; }
        .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; } }
  .nav_wrapper .nav_grid, .nav_wrapper .nav_grid_mobi {
    display: grid;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    grid-template-columns: fit-content(100%) 1fr fit-content(100%) 1fr fit-content(100%);
    transition: background 0s ease-in-out 0s;
    -webkit-transition: background 0s ease-in-out 0s;
    white-space: nowrap; }
    @media (max-width: 1090px) {
      .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: 240px;
      height: 96px;
      position: relative;
      z-index: 3; }
      @media (max-width: 450px) {
        .nav_wrapper .nav_grid .logobar, .nav_wrapper .nav_grid_mobi .logobar {
          width: 180px;
          height: 80px; } }
      .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: 240px;
            cursor: pointer; }
            @media (max-width: 450px) {
              .nav_wrapper .nav_grid .logobar .logoWrap a.divLink #logoImg, .nav_wrapper .nav_grid_mobi .logobar .logoWrap a.divLink #logoImg {
                width: 180px; } }
    .nav_wrapper .nav_grid .nav_container, .nav_wrapper .nav_grid_mobi .nav_container {
      display: grid;
      grid-template-columns: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
      grid-column-gap: 66px;
      position: relative;
      height: 100%;
      grid-column-start: 3; }
      @media (max-width: 1200px) {
        .nav_wrapper .nav_grid .nav_container, .nav_wrapper .nav_grid_mobi .nav_container {
          grid-column-gap: 20px; } }
      .nav_wrapper .nav_grid .nav_container .navbut, .nav_wrapper .nav_grid_mobi .nav_container .navbut {
        display: block;
        position: relative;
        z-index: 2; }
        .nav_wrapper .nav_grid .nav_container .navbut .nav_bg, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          					/* .las:hover {
          
          						color: $defy_red;
          
          					} */ }
          .nav_wrapper .nav_grid .nav_container .navbut .nav_bg h1, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg h1 {
            font-family: "Mulish", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-size: 13px;
            font-style: normal;
            color: white;
            letter-spacing: 1px;
            -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;
            transition: 0.2s;
            -webkit-transition: 0.2s;
            z-index: 1;
            direction: rtl; }
            @media (max-width: 1250px) {
              .nav_wrapper .nav_grid .nav_container .navbut .nav_bg h1, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg h1 {
                font-size: 13px; } }
          .nav_wrapper .nav_grid .nav_container .navbut .nav_bg h1:hover, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg h1:hover {
            color: #FAAF40; }
          .nav_wrapper .nav_grid .nav_container .navbut .nav_bg .las, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg .las {
            float: right;
            padding-left: 5px; }
          .nav_wrapper .nav_grid .nav_container .navbut .nav_bg .menu_bridge, .nav_wrapper .nav_grid_mobi .nav_container .navbut .nav_bg .menu_bridge {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            z-index: 2; }
      .nav_wrapper .nav_grid .nav_container #navClear2, .nav_wrapper .nav_grid_mobi .nav_container #navClear2 {
        display: block;
        width: calc(100% - 2 * 20px);
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0; }
    .nav_wrapper .nav_grid .nav_spacer, .nav_wrapper .nav_grid_mobi .nav_spacer {
      grid-column-start: 4;
      position: relative;
      height: 100%; }
  .nav_wrapper .nav_dropdown {
    display: none; }
  .nav_wrapper .nav_grid_mobi {
    display: none; }
    @media (max-width: 1090px) {
      .nav_wrapper .nav_grid_mobi {
        display: block; } }
    .nav_wrapper .nav_grid_mobi .mobi_menu {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 96px;
      float: right; }
      @media (max-width: 450px) {
        .nav_wrapper .nav_grid_mobi .mobi_menu {
          height: 80px; } }
      .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;
          z-index: 6; }
        .nav_wrapper .nav_grid_mobi .mobi_menu .menu_wrapper #menuCloseImg {
          z-index: 5; }
        .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; }

.mapWrapper {
  position: relative;
  width: 100%;
  height: 50vh;
  z-index: 2;
  background-color: #212121; }
  .mapWrapper iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0; }

.nav_cta {
  display: inline-block; }
  .nav_cta .nav_cta_but {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px #FAAF40 solid;
    background-color: #212121;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease-out 0s;
    -webkit-transition: background-color 0.25s ease-out 0s; }
    .nav_cta .nav_cta_but h1 {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 13px;
      font-style: normal;
      color: white;
      letter-spacing: 1px;
      -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;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      z-index: 1;
      direction: rtl; }
      @media (max-width: 1250px) {
        .nav_cta .nav_cta_but h1 {
          font-size: 13px; } }
  .nav_cta .nav_cta_but:hover {
    cursor: pointer; }

.editorial_3_panel {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px; }
  @media (max-width: 1550px) {
    .editorial_3_panel {
      grid-template-columns: 1fr;
      grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%);
      grid-row-gap: 50px; } }

.editorial_1_panel {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr; }

.editorial_panel {
  position: relative;
  width: 100%; }
  .editorial_panel h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    color: #1164B7;
    padding-bottom: 20px;
    padding-left: 30px;
    text-transform: uppercase; }
    @media (max-width: 1550px) {
      .editorial_panel h1 {
        padding-left: 0px;
        font-size: 30px; } }
    @media (max-width: 600px) {
      .editorial_panel h1 {
        font-size: 25px; } }
  .editorial_panel .editorial_panel_inner {
    position: relative;
    width: 100%;
    min-height: 260px;
    padding: 30px;
    background-color: white;
    border-radius: 7.5px;
    box-sizing: border-box;
    border: 2px #F1F2F2 solid; }
    @media (max-width: 1550px) {
      .editorial_panel .editorial_panel_inner {
        min-height: 0px; } }

.sub-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  text-align: left;
  font-size: 20px;
  color: #59B8E8;
  padding-bottom: 15px;
  line-height: 125%;
  	/*@include max_1550_px {
  
  		font-size: 20px;
  
  	}
  
  	@include max_600_px {
  
  		font-size: 20px;
  
  	} */ }

.search_bar_container {
  position: relative;
  width: clamp(250px, 22vw, 300px);
  height: 100%; }
  .search_bar_container .search_bar {
    position: relative;
    border: 1px #F1F2F2 solid;
    border-radius: 23px;
    height: 46px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    @media (max-width: 1200px) {
      .search_bar_container .search_bar {
        border: 1px #A7A9AC solid; } }
    .search_bar_container .search_bar #desktop-search, .search_bar_container .search_bar #mobi-search {
      display: inline-block;
      position: relative;
      width: calc(100% - 45px);
      left: 10px;
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
      color: #A7A9AC;
      font-weight: 500;
      font-size: 14px;
      border: 0px solid rgba(255, 255, 255, 0);
      outline: none;
      top: 50%;
      transform: translateY(-50%);
      padding-left: 13px;
      caret-color: #A7A9AC; }
    .search_bar_container .search_bar #desktop-search:focus, .search_bar_container .search_bar #mobi-search:focus {
      outline: none;
      color: #A7A9AC;
      font-size: 16px; }
    .search_bar_container .search_bar #desktop-search::placeholder, .search_bar_container .search_bar #mobi-search::placeholder {
      color: #A7A9AC;
      font-size: 14px; }
    .search_bar_container .search_bar #desktop-search:focus::-webkit-input-placeholder, .search_bar_container .search_bar #mobi-search:focus::-webkit-input-placeholder {
      color: transparent; }
    .search_bar_container .search_bar #desktop-search:focus:-moz-placeholder, .search_bar_container .search_bar #mobi-search:focus:-moz-placeholder {
      color: transparent; }
    .search_bar_container .search_bar #desktop-search:focus::-moz-placeholder, .search_bar_container .search_bar #mobi-search:focus::-moz-placeholder {
      color: transparent; }
    .search_bar_container .search_bar #desktop-search:focus:-ms-input-placeholder, .search_bar_container .search_bar #mobi-search:focus:-ms-input-placeholder {
      color: transparent; }
    .search_bar_container .search_bar .search_icon {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      float: right;
      width: 32px;
      height: 32px;
      padding-right: 10px;
      cursor: pointer; }

.search_slide {
  display: none;
  position: relative;
  width: calc(100% - (2rem + 25px - (25px / 2)));
  padding-right: calc(2rem + 25px - (25px / 2));
  padding-bottom: 30px;
  left: 5%;
  transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s; }
  .search_slide #search_bar_container_mobi {
    width: calc(100% - (2rem + 25px - (25px / 2)));
    max-width: 300px;
    left: 100%;
    transform: translateX(-100%);
    transition: opacity 0.3s ease-in-out 0.25s;
    -webkit-transition: opacity 0.3s ease-in-out 0.25s;
    opacity: 0; }
    .search_slide #search_bar_container_mobi #search_bar_mobi {
      top: 0;
      transform: translateY(0%); }

#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%); }

@keyframes openMobi {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes closeMobi {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); } }
.mobiNav_overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out 0s, height 0.25s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: background-color 0.5s ease-in-out 0s, height 0.25s cubic-bezier(0.38, 0.17, 0, 0.99) 0s; }
  .mobiNav_overlay .clipMask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #212121;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); }
  .mobiNav_overlay .openTransition {
    animation-name: openMobi;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.67, 0.01, 0.16, 1); }
  .mobiNav_overlay .closeTransition {
    animation-name: closeMobi;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.67, 0.01, 0.16, 1); }
  .mobiNav_overlay .mobiNav_outer {
    width: 100%;
    z-index: 2;
    position: absolute;
    padding-top: 130px; }
    .mobiNav_overlay .mobiNav_outer .mobiNav_inner {
      width: 100%;
      position: relative;
      opacity: 0;
      transition: all 0.1s ease-in-out 0s;
      -webkit-transition: all 0.1s ease-in-out 0s;
      overflow-y: scroll;
      overflow-x: hidden;
      			/* #but2 {
      				p {
      					&::before {
      						content: url(images/expand_arrow.svg);
      						position: absolute;
      						right: 12.5rem;
      						width: 10px;
      						top: -15%;
      					}
      				}
      			}
      
      			#but3 {
      				p {
      					&::before {
      						content: url(images/expand_arrow.svg);
      						position: absolute;
      						right: 10.5rem;
      						width: 10px;
      						top: -15%;
      					}
      				}
      			}
      
      			#but4 {
      				p {
      					&::before {
      						content: url(images/expand_arrow.svg);
      						position: absolute;
      						right: 16.75rem;
      						width: 10px;
      						top: -15%;
      					}
      				}
      			}
      
      			#but5 {
      				p {
      					&::before {
      						content: url(images/expand_arrow.svg);
      						position: absolute;
      						right: 13rem;
      						width: 10px;
      						top: -15%;
      					}
      				}
      			} */ }
      .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi {
        position: relative;
        height: 60px;
        left: 5%;
        transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s;
        -webkit-transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s; }
        .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg p {
            font-family: "Mulish", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-size: 13px;
            font-style: normal;
            color: white;
            letter-spacing: 1px;
            position: relative;
            text-align: right;
            text-decoration: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -webkit-touch-callout: none;
            z-index: 1;
            text-indent: -0.2em;
            direction: rtl;
            padding-right: 89px;
            transition: all 0.3s ease-in-out 0.25s;
            -webkit-transition: all 0.3s ease-in-out 0.25s;
            opacity: 0; }
            @media (max-width: 600px) {
              .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg p {
                padding-right: 29px; } }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg p:hover {
            color: #FAAF40; }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg .mobi_sm {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            display: grid;
            grid-template-columns: 1fr 30px 2rem 30px calc(2rem + 25px - (25px / 2)); }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg .mobi_sm_Img {
            display: inline-block;
            position: relative;
            width: 30px; }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg #mobi_sm_in {
            grid-column-start: 2;
            grid-column-end: 3;
            opacity: 0;
            transition: opacity 0.3s ease-in-out 0.25s;
            -webkit-transition: opacity 0.3s ease-in-out 0.25s; }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .dropdown_navbut_mobi .nav_mob_bg #mobi_sm_fb {
            grid-column-start: 4;
            grid-column-end: 5;
            opacity: 0;
            transition: opacity 0.3s ease-in-out 0.25s;
            -webkit-transition: opacity 0.3s ease-in-out 0.25s; }
      .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer {
        height: 0px;
        overflow: hidden;
        transition: height 0.25s ease-in-out 0s;
        -webkit-transition: height 0.25s ease-in-out 0s; }
        .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer .mobiNav_dropDown_inner {
          background-color: #f6f6f6; }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer .mobiNav_dropDown_inner:first-child {
            padding-top: calc(2rem * 1); }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer .mobiNav_dropDown_inner:last-child {
            padding-bottom: calc(2rem * 1); }
          .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer .mobiNav_dropDown_inner .dropdown_navbut_mobi_sub {
            height: 50px;
            background-color: #f6f6f6; }
            .mobiNav_overlay .mobiNav_outer .mobiNav_inner .mobiNav_dropDown_outer .mobiNav_dropDown_inner .dropdown_navbut_mobi_sub p {
              color: black;
              font-family: 'Open Sans', sans-serif;
              position: relative;
              text-align: right;
              text-decoration: none;
              top: 50%;
              transform: translateY(-50%);
              font-size: 1.5rem;
              font-weight: 300;
              -moz-user-select: none;
              -ms-user-select: none;
              -khtml-user-select: none;
              -webkit-user-select: none;
              -webkit-touch-callout: none;
              transition: 0.2s;
              -webkit-transition: 0.2s;
              z-index: 1;
              letter-spacing: 0.075rem;
              text-indent: -0.2em;
              direction: rtl;
              padding-right: calc(2rem + 25px - (25px / 2)); }
  .mobiNav_overlay .mobiNav_Poly {
    top: 0%;
    position: absolute;
    z-index: 1; }
  .mobiNav_overlay .mobiNav_Poly_Close {
    top: 0%;
    position: absolute;
    z-index: 1; }

.overlay-expanded {
  height: 100vh;
  height: 100dvh;
  transition: background-color 0.5s ease-in-out 0s, height 0.25s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: background-color 0.5s ease-in-out 0s, height 0.25s cubic-bezier(0.38, 0.17, 0, 0.99) 0s; }

.nav_mobi_scroll_bottom {
  position: fixed;
  width: 100%;
  background-color: #212121;
  height: 60px;
  bottom: 0%;
  transform: translateY(100%);
  z-index: 999;
  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%); }

.element_but {
  width: 100%;
  height: 46px;
  border: 1px #59B8E8 solid;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #59B8E8;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s; }
  .element_but .element_but_inner {
    display: grid;
    position: relative;
    padding: 16px; }
    .element_but .element_but_inner .element_but-h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 14px;
      -moz-user-select: none;
      -ms-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      line-height: 14px;
      text-align: center;
      color: white;
      padding: 0; }

.element_but:hover {
  border: 1px #29A3D3 solid;
  background-color: #29A3D3; }

#getDirBut {
  position: absolute;
  width: calc(100% - (2 * 30px));
  bottom: 30px; }
  @media (max-width: 1550px) {
    #getDirBut {
      position: relative;
      width: 100%;
      bottom: 0px; } }

.fixed_popup {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  z-index: 997;
  visibility: hidden;
  opacity: 0; }
  .fixed_popup .fixed_popup_bg {
    position: relative;
    background-color: white; }
    .fixed_popup .fixed_popup_bg .fixed_popup_inner {
      display: grid;
      width: calc(100% - 2 * 20px);
      height: 78px;
      position: relative;
      max-width: calc(1600px - 2 * 20px);
      padding-left: 20px;
      padding-right: 20px;
      left: 50%;
      transform: translateX(-50%);
      grid-template-columns: 1fr minmax(20px, 170px) 15px minmax(20px, 170px); }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but {
        position: relative;
        width: 100%;
        height: 46px;
        border: 1px #F1F2F2 solid;
        border-radius: 5px;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
        @media (max-width: 1200px) {
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but {
            border: 1px #A7A9AC solid; } }
        .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner {
          display: grid;
          position: relative;
          padding: 16px; }
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner h1 {
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 14px;
            -moz-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -webkit-touch-callout: none;
            line-height: 14px;
            text-align: center; }
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner #popup_but_filters_txt {
            color: #A7A9AC;
            text-align: left; }
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner #popup_but_selections_txt {
            color: white; }
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner #popup_but_back_txt {
            color: #59B8E8; }
          .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but .popup_but_inner #popup_but_my-selections_txt {
            color: white; }
        .fixed_popup .fixed_popup_bg .fixed_popup_inner .popup_but #popup_but_inner_filters {
          grid-template-columns: 1fr 17px; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_selections, .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_details_selections {
        transition: background-color 0.5s ease-out 0s;
        -webkit-transition: background-color 0.5s ease-out 0s; }
        @media (max-width: 1200px) {
          .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_selections, .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_details_selections {
            border: none; } }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_back {
        grid-column-start: 4;
        background-color: #DEF5FC;
        border: 1px #DEF5FC solid; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_my-selections {
        grid-column-start: 4; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner .selections-unprimed {
        grid-column-start: 2;
        background-color: #F1F2F2;
        cursor: not-allowed;
        pointer-events: none; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner .selections-primed {
        border: 1px #C4F220 solid;
        grid-column-start: 2;
        background-color: #C4F220;
        cursor: pointer;
        pointer-events: all; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner .my-selections-unprimed {
        background-color: #F1F2F2;
        cursor: not-allowed;
        pointer-events: none; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner .my-selections-primed {
        border: 1px #59B8E8 solid;
        background-color: #59B8E8;
        cursor: pointer;
        pointer-events: all; }
      .fixed_popup .fixed_popup_bg .fixed_popup_inner #popup_but_filters {
        grid-column-start: 4; }
    .fixed_popup .fixed_popup_bg #fixed_popup_inner_filters .popup_but_prompt {
      position: relative;
      width: 17px;
      height: 9px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      grid-column-start: 2; }
    .fixed_popup .fixed_popup_bg .filters_container {
      position: relative;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      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; }
      .fixed_popup .fixed_popup_bg .filters_container .filters_inner {
        position: relative;
        width: calc(100% - 2 * 20px);
        max-width: calc(1000px - 2 * 20px);
        left: 50%;
        transform: translateX(-50%);
        height: 400px; }

.nav_shadow {
  position: fixed;
  width: 100%;
  height: 96px;
  z-index: 900; }
  @media (max-width: 450px) {
    .nav_shadow {
      height: 80px; } }

.nav_shadow:after {
  content: "";
  position: absolute;
  z-index: -10;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 85px;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.fixed_popup:after {
  content: "";
  position: absolute;
  z-index: -10;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.33);
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 85px;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.mapWrapper:after {
  content: "";
  position: absolute;
  z-index: -10;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 85px;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.editorial_panel_inner:after {
  content: "";
  position: absolute;
  z-index: -10;
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.33);
  bottom: 0px;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 50%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.details_table_inner_wrapper:after {
  content: "";
  position: absolute;
  z-index: -10;
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.33);
  bottom: 0px;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 50%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.img_example {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 100%;
  max-width: 500px; }
  .img_example .img_example_inner {
    position: relative;
    width: calc(100% - 5%);
    height: calc(100% - 5%);
    background-color: white;
    padding: 2.5%;
    z-index: 1; }
    .img_example .img_example_inner #img_example-sell {
      position: relative;
      width: 100%; }

.img_example:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.33);
  bottom: 0px;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100%;
  border-radius: 10%; }

.heroWrapper {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
  -webkit-transition: height 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s; }
  @media (max-width: 1090px) {
    .heroWrapper {
      height: calc(100dvh - 96px);
      min-height: 480px; } }
  @media (max-width: 450px) {
    .heroWrapper {
      height: calc(100dvh - 80px);
      min-height: 480px; } }
  .heroWrapper .hero_inner {
    position: relative;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    		/* @include max_600_px {
    
    			width: calc(100% - (2 * 20px));
    			padding-left: 20px;
    			padding-right: 20px;
    			max-width: calc(1600px - (2 * 20px));
    
    		}  */ }
    .heroWrapper .hero_inner .hero_details {
      position: relative;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      container-type: inline-size; }
      @media (max-width: 1023px) {
        .heroWrapper .hero_inner .hero_details {
          top: 100%;
          transform: translateY(calc(-100% - 40px)); } }
      .heroWrapper .hero_inner .hero_details h1 {
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 1000;
        font-size: 60px;
        font-style: normal;
        color: white;
        text-align: left;
        line-height: 110%; }
        @media (max-width: 500px) {
          .heroWrapper .hero_inner .hero_details h1 {
            font-size: clamp(40px, 10cqw, 60px); } }
      .heroWrapper .hero_inner .hero_details h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #C4F220;
        text-align: center;
        font-size: clamp(22px, 4vw, 30px);
        padding-bottom: clamp(40px, 20vw, 100px); }
      .heroWrapper .hero_inner .hero_details .hero_cta_wrapper {
        position: relative;
        display: grid;
        width: 100%;
        grid-template-columns: fit-content(100%) 1fr;
        				/* @include max_450_px {
        
        					grid-template-columns: 1fr fit-content(100%) 1fr;
        					grid-template-rows: fit-content(100%) fit-content(100%);
        					grid-row-gap: 20px;
        
        				} */
        				/* #hero_cta_but2 {
        
        					grid-column-start: 4;
        
        					@include max_450_px {
        
        						grid-column-start: 2;
        						grid-row-start: 2;
        
        					}
        
        				} */ }
        .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but {
          height: 46px;
          border-radius: 23px;
          box-sizing: border-box;
          background-color: #FAAF40;
          width: 220px;
          cursor: pointer;
          transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
          -webkit-transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
          margin-top: 30px; }
          @media (max-width: 500px) {
            .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but {
              width: 190px;
              margin-top: 20px; } }
          .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but h1 {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Mulish", sans-serif;
            font-optical-sizing: auto;
            font-weight: 900;
            font-size: 16px;
            font-style: normal;
            -moz-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -webkit-touch-callout: none;
            line-height: 14px;
            text-align: center;
            color: white;
            padding: 16px; }
            @media (max-width: 500px) {
              .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but h1 {
                font-size: 13px; } }
        .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but:hover {
          background-color: #6D6E71; }
        .heroWrapper .hero_inner .hero_details .hero_cta_wrapper .hero_cta_but:hover h1 {
          color: white; }
        .heroWrapper .hero_inner .hero_details .hero_cta_wrapper #hero_cta_but1 {
          grid-column-start: 1; }
  .heroWrapper .hero_img_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0%; }
  .heroWrapper .hero_img {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1340px) {
      .heroWrapper .hero_img {
        height: 100%;
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (max-width: 450px) {
      .heroWrapper .hero_img {
        left: 30%; } }

.dropdown_navbut_mobi_special {
  position: relative;
  height: 60px;
  left: 5%;
  transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s;
  -webkit-transition: left 0.5s cubic-bezier(0.73, 0, 0.46, 1.86) 0s; }
  .dropdown_navbut_mobi_special .mobi_cta_but {
    position: relative;
    height: 46px;
    border-radius: 23px 0px 0px 23px;
    box-sizing: border-box;
    background-color: #FAAF40;
    cursor: pointer;
    top: 50%;
    float: right;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.25s;
    -webkit-transition: opacity 0.3s ease-in-out 0.25s; }
    .dropdown_navbut_mobi_special .mobi_cta_but h1 {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 13px;
      font-style: normal;
      color: white;
      letter-spacing: 1px;
      font-style: normal;
      -moz-user-select: none;
      -ms-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      line-height: 14px;
      text-align: center;
      color: white;
      padding: 16px;
      padding-left: 25px;
      padding-right: 89px; }
      @media (max-width: 600px) {
        .dropdown_navbut_mobi_special .mobi_cta_but h1 {
          padding-right: 29px; } }
  .dropdown_navbut_mobi_special .mobi_cta_but:hover {
    background-color: #FAAF40; }
  .dropdown_navbut_mobi_special .dropdown_navbut_mobi_horiz-icons {
    position: relative;
    display: grid;
    float: right;
    grid-template-columns: 30px 30px 30px;
    grid-column-gap: 15px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 89px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.25s;
    -webkit-transition: opacity 0.3s ease-in-out 0.25s;
    		/* #a_pseu01::after {
    
    			content: 'CT';
    			display: inline-block;
    			//width: 100%;
    		    position: absolute;
    		    //left: 50%;
    		    //transform:translateX(-50%);
    			top: 30px;
    			left: 56px;
    			font-family: "Mulish", sans-serif;
    		    font-optical-sizing: auto;
    		    font-weight: 800;
    		    font-size: 10px;
    		    font-style: normal;
    		    color: $Claymore_lightGrey;
    		    //letter-spacing: 1px;
    			font-style: normal;
    			-moz-user-select: none;
    			-ms-user-select: none;
    			-khtml-user-select: none;
    			-webkit-user-select: none;
    			-webkit-touch-callout: none;
    			line-height: 14px;
    			text-align: right;
    
    		}
    
    		#a_pseu02::after {
    
    			content: 'JHB';
    			display: inline-block;
    			//width: 100%;
    		    position: absolute;
    		    //left: 50%;
    		    //transform:translateX(-50%);
    			top: 30px;
    			left: 94px;
    			font-family: "Mulish", sans-serif;
    		    font-optical-sizing: auto;
    		    font-weight: 800;
    		    font-size: 10px;
    		    font-style: normal;
    		    color: $Claymore_lightGrey;
    		    //letter-spacing: 1px;
    			font-style: normal;
    			-moz-user-select: none;
    			-ms-user-select: none;
    			-khtml-user-select: none;
    			-webkit-user-select: none;
    			-webkit-touch-callout: none;
    			line-height: 14px;
    			text-align: right;
    
    		} */ }
    @media (max-width: 600px) {
      .dropdown_navbut_mobi_special .dropdown_navbut_mobi_horiz-icons {
        padding-right: 29px; } }
    .dropdown_navbut_mobi_special .dropdown_navbut_mobi_horiz-icons .dropdown_navbut_mobi_horiz-icons-img {
      position: relative;
      width: 30px; }
    .dropdown_navbut_mobi_special .dropdown_navbut_mobi_horiz-icons #mobi_icon01 {
      margin-right: 10px;
      top: 50%;
      transform: translateY(-50%); }

.editorial-news {
  position: relative;
  display: grid;
  margin-top: 100px;
  grid-template-columns: 6fr 4fr;
  grid-column-gap: 50px; }
  @media (max-width: 768px) {
    .editorial-news {
      grid-template-columns: 1fr; } }
  .editorial-news .editorial-divLine {
    height: 1px;
    width: 100%;
    background-color: white;
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 768px) {
      .editorial-news .editorial-divLine {
        grid-column-end: 2; } }
  .editorial-news .news_date_block {
    position: relative;
    display: grid;
    grid-template-columns: fit-content(100%) 1fr;
    grid-column-gap: 10px;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 20px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .editorial-news .news_date_block {
        grid-column-end: 2; } }
    .editorial-news .news_date_block .news_date_icon {
      position: relative;
      width: 15px; }
    .editorial-news .news_date_block .news_date_title {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 13px;
      font-style: normal;
      color: white;
      text-transform: uppercase;
      line-height: 10px; }
      .editorial-news .news_date_block .news_date_title sup {
        font-size: 8px; }
  .editorial-news .news_title_container {
    position: relative; }
    .editorial-news .news_title_container .news_title {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 1000;
      font-size: 36px;
      font-style: normal;
      color: white;
      line-height: 125%;
      margin-bottom: 20px; }
    .editorial-news .news_title_container .news_sub-title {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 20px;
      font-style: italic;
      color: #6D6E71;
      line-height: 125%;
      margin-bottom: 60px; }
  .editorial-news .news_img_container {
    position: absolute;
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .editorial-news .news_img_container {
        position: relative;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4; } }
    .editorial-news .news_img_container .news_img {
      position: relative;
      width: 100%;
      margin-bottom: 50px; }
  .editorial-news .news_body_container {
    position: relative;
    grid-column-start: 1; }
    .editorial-news .news_body_container .news_body {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-size: 16px;
      font-style: normal;
      color: white;
      line-height: 170%; }
      .editorial-news .news_body_container .news_body heading {
        font-size: 18px;
        font-weight: 800; }
      @media (max-width: 1090px) {
        .editorial-news .news_body_container .news_body {
          font-size: 13px; }
          .editorial-news .news_body_container .news_body heading {
            font-size: 16px;
            font-weight: 800; } }

.section_wrapper {
  position: relative;
  width: 100%; }
  .section_wrapper .testImg {
    display: none;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    z-index: 1;
    top: 0; }

:nth-last-child(1 of .section_wrapper) {
  padding-bottom: 100px; }

.editorial_1600 {
  position: relative;
  width: calc(100% - (2 * 20px));
  max-width: calc(1600px - (2 * 20px));
  left: 50%;
  transform: translateX(-50%);
  padding-right: 20px;
  padding-left: 20px; }
  @media (max-width: 1550px) {
    .editorial_1600 {
      max-width: calc(1040px - (2 * 20px)); } }

.editorial_1000 {
  position: relative;
  width: calc(100% - (2 * 20px));
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 20px;
  padding-left: 20px; }

.editorial_1600 {
  position: relative;
  width: calc(100% - (2 * 20px));
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 20px;
  padding-left: 20px;
  z-index: 5; }

.editorial-h1_wrapper {
  position: relative; }

.editorial-h1_inner {
  box-sizing: border-box;
  border-left: 4px #FAAF40 solid;
  padding-left: 10px;
  max-height: 18px; }
  @media (max-width: 1090px) {
    .editorial-h1_inner {
      max-height: 200px; } }

.partners_grid {
  display: grid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-column-gap: 12%;
  grid-row-gap: 60px;
  margin-top: 100px; }
  @media (max-width: 450px) {
    .partners_grid {
      grid-column-gap: 25%;
      max-width: 320px; } }
  .partners_grid .partnerImg {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .partners_grid #partner_01 {
    width: 90%;
    max-width: 300px; }
  .partners_grid #partner_02 {
    width: 85%;
    max-width: 300px; }
  .partners_grid #partner_03 {
    width: 70%;
    max-width: 300px; }
  .partners_grid #partner_04 {
    width: 85%;
    max-width: 300px; }
  .partners_grid #partner_05 {
    width: 65%;
    max-width: 300px; }
  .partners_grid #partner_06 {
    width: 85%;
    max-width: 300px; }
  .partners_grid #partner_07 {
    width: 100%;
    max-width: 300px; }
  .partners_grid #partner_08 {
    width: 100%;
    max-width: 300px; }
  .partners_grid #partner_09 {
    width: 85%;
    max-width: 300px; }
  .partners_grid #partner_010 {
    width: 75%;
    max-width: 300px; }
  .partners_grid #partner_011 {
    width: 90%;
    max-width: 300px;
    left: 150%; }
    @media (max-width: 1121px) {
      .partners_grid #partner_011 {
        grid-column-start: auto;
        left: 50%; } }
  .partners_grid #partner_012 {
    width: 100%;
    max-width: 300px;
    left: 150%; }
    @media (max-width: 1121px) {
      .partners_grid #partner_012 {
        grid-column-start: auto;
        left: 50%; } }
  .partners_grid #partner_013 {
    width: 100%;
    max-width: 300px;
    left: 150%; }
    @media (max-width: 1121px) {
      .partners_grid #partner_013 {
        grid-column-start: 2;
        left: 50%; } }
    @media (max-width: 784px) {
      .partners_grid #partner_013 {
        grid-column-start: auto;
        left: 150%;
        transform: translate(-75%, -50%); } }
    @media (max-width: 450px) {
      .partners_grid #partner_013 {
        left: 50%;
        transform: translate(-50%, -50%); } }
  .partners_grid #partner_014 {
    width: 100%;
    max-width: 300px;
    left: 150%; }
    @media (max-width: 1121px) {
      .partners_grid #partner_014 {
        grid-column-start: 3;
        left: 50%; } }
    @media (max-width: 784px) {
      .partners_grid #partner_014 {
        grid-column-start: auto;
        left: 150%;
        transform: translate(-75%, -50%); } }
    @media (max-width: 450px) {
      .partners_grid #partner_014 {
        left: 50%;
        transform: translate(-50%, -50%); } }
  .partners_grid #partner_0011 {
    width: 90%;
    max-width: 300px; }
  .partners_grid #partner_0012 {
    width: 100%;
    max-width: 300px; }

.fia_container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }
  .fia_container .fia_logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(100px, 6vw, 120px);
    margin-top: 50px; }

.editorial-h1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 18px;
  font-style: normal;
  color: white;
  line-height: 100%;
  	/* @include max_600_px {
  
  		font-size: 40px;
  		
  
  	} */ }

.editorial-h2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transform: translateY(-25%);
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-size: 30px;
  font-style: normal;
  color: white;
  line-height: 100%;
  padding-left: 13px; }
  @media (max-width: 1090px) {
    .editorial-h2 {
      padding-left: 0px;
      margin-top: 5px;
      display: block;
      transform: translateY(0%); } }

.editorial-h3 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 25px;
  font-style: italic;
  color: white;
  line-height: 120%;
  padding-bottom: 30px; }
  @media (max-width: 1090px) {
    .editorial-h3 {
      font-size: 20px; } }

.editorial-h4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  color: white;
  line-height: 120%;
  padding-bottom: 30px; }

@media (max-width: 1090px) {
  #eh2-01 {
    display: none; } }

#eh2-02 {
  padding-left: 0; }

.special-pad {
  padding-bottom: 50px; }
  @media (max-width: 600px) {
    .special-pad {
      padding-bottom: 40px; } }

.special-pad2 {
  padding-top: clamp(50px, 10vw, 150px); }

.special-pad3 {
  padding-top: clamp(50px, 10vw, 100px); }

.illustration_wrapper {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1164B7;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px; }
  .illustration_wrapper .sell_graphic_grid {
    display: grid;
    position: relative;
    width: calc(100% - (2 * 20px));
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(1600px - (2 * 20px));
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5%; }
    @media (max-width: 1090px) {
      .illustration_wrapper .sell_graphic_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: fit-content(100%) fit-content(100%); } }
    @media (max-width: 857px) {
      .illustration_wrapper .sell_graphic_grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: fit-content(100%) fit-content(100%); } }
    @media (max-width: 500px) {
      .illustration_wrapper .sell_graphic_grid {
        grid-template-columns: 1fr;
        grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
        max-width: 250px;
        grid-row-gap: 25px; } }
    .illustration_wrapper .sell_graphic_grid .sell_graphic_container {
      position: relative;
      width: 100%; }
    @media (max-width: 857px) {
      .illustration_wrapper .sell_graphic_grid #sell04 {
        grid-row-start: 2;
        grid-column-start: 2;
        transform: translateX(calc(-50% - (10%))); } }
    @media (max-width: 500px) {
      .illustration_wrapper .sell_graphic_grid #sell04 {
        grid-row-start: auto;
        grid-column-start: 1;
        left: 0;
        transform: translateX(0px); } }
    @media (max-width: 1090px) {
      .illustration_wrapper .sell_graphic_grid #sell05 {
        grid-row-start: 2;
        grid-column-start: 3;
        transform: translateX(calc(-50% - (10%))); } }
    @media (max-width: 857px) {
      .illustration_wrapper .sell_graphic_grid #sell05 {
        grid-row-start: 2;
        grid-column-start: 3;
        transform: translateX(calc(-50% - (10%))); } }
    @media (max-width: 500px) {
      .illustration_wrapper .sell_graphic_grid #sell05 {
        grid-row-start: auto;
        grid-column-start: 1;
        left: 0;
        transform: translateX(0px); } }

.editorial-p, .editorial-p-l {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: black;
  line-height: 187.5%; }

.editorial-p-l {
  font-size: 25px;
  font-weight: 800;
  line-height: 120%;
  color: #59B8E8; }

text-special {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #C4F220;
  vertical-align: middle; }
  @media (max-width: 400px) {
    text-special {
      font-size: 16px; } }

#editorial-p-pad {
  padding-left: 30px; }
  @media (max-width: 1550px) {
    #editorial-p-pad {
      padding-left: 0px; } }

.cards_grid {
  position: relative;
  display: grid;
  left: 50%;
  max-width: 1048px;
  transform: translateX(-50%);
  grid-template-columns: repeat(auto-fill, minmax(300px, 320px));
  grid-gap: 44px;
  margin-top: 100px; }
  @media (max-width: 1207px) {
    .cards_grid {
      max-width: 684px; } }
  @media (max-width: 843px) {
    .cards_grid {
      max-width: 400px;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 15px; } }
  .cards_grid .card_wrap {
    position: relative;
    container-type: inline-size; }
    .cards_grid .card_wrap .card {
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      width: calc(100% - (2*25px));
      height: 135px;
      border-radius: 14px;
      background-color: #212121;
      box-shadow: -1px 14px 19px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: -1px 14px 19px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: -1px 14px 19px 0px rgba(0, 0, 0, 0.5);
      overflow: hidden;
      padding: 25px;
      cursor: pointer;
      transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      z-index: 2;
      transform-origin: center; }
      @media (max-width: 843px) {
        .cards_grid .card_wrap .card {
          width: 80cqw;
          height: 80cqw;
          padding: 10cqw; } }
      .cards_grid .card_wrap .card h1 {
        position: relative;
        width: 100%;
        left: 0;
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-size: 18px;
        font-style: normal;
        color: white;
        line-height: 100%;
        margin-bottom: auto;
        z-index: 4; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card h1 {
            font-size: 8.5cqw;
            word-wrap: break-word;
            width: 90%;
            left: -7.5cqw;
            padding-top: 3cqw; } }
      .cards_grid .card_wrap .card h2 {
        position: relative;
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        color: #6D6E71;
        width: 270px;
        height: 71.39px;
        line-height: 170%;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        bottom: 0;
        z-index: 3; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card h2 {
            font-size: clamp(2px, 7.5cqw, 13px);
            width: 80cqw;
            height: auto; } }
      .cards_grid .card_wrap .card bold {
        font-weight: 1000; }
      .cards_grid .card_wrap .card .gold {
        color: #FAAF40;
        font-style: italic; }
      .cards_grid .card_wrap .card .grey {
        color: #6D6E71;
        font-style: italic; }
      @media (max-width: 843px) {
        .cards_grid .card_wrap .card #address_h2 {
          -webkit-line-clamp: 4;
          /* number of lines to show */
          line-clamp: 4;
          bottom: 50%; } }
      .cards_grid .card_wrap .card #email_h2 {
        font-size: clamp(2px, 7cqw, 13px); }
      .cards_grid .card_wrap .card .card-tip {
        position: absolute;
        font-style: italic;
        color: #FAAF40;
        text-align: right;
        transform: translateY(-25px);
        z-index: 4; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card .card-tip {
            transform: translateY(-10cqw);
            margin-bottom: 1cqw; } }
      .cards_grid .card_wrap .card .card_graph {
        position: absolute;
        transform-origin: top left;
        width: 22px;
        right: 0px;
        top: 20px;
        transform: translateX(-20px);
        z-index: 2;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card .card_graph {
            top: 10cqw;
            transform: translateX(-10cqw);
            width: clamp(18px, 11cqw, 22px); } }
      .cards_grid .card_wrap .card #card_graph_wide {
        width: 30px; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card #card_graph_wide {
            width: 13cqw; } }
      .cards_grid .card_wrap .card #card_graph_wide2 {
        width: 28px; }
        @media (max-width: 843px) {
          .cards_grid .card_wrap .card #card_graph_wide2 {
            width: 13cqw; } }
      .cards_grid .card_wrap .card .grad {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.05;
        width: 100%;
        height: 100%;
        max-height: 100cqw;
        background: radial-gradient(ellipse at right top, #FAAF40 0%, #212121 75%, #212121 100%);
        z-index: 1;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s; }
      .cards_grid .card_wrap .card .square_img_container {
        position: relative;
        width: 100%;
        height: calc(150cqw - (3 * 10cqw));
        background-color: black;
        margin-bottom: 10cqw;
        overflow: hidden; }
        .cards_grid .card_wrap .card .square_img_container .team_img {
          position: relative;
          width: 100%; }
    .cards_grid .card_wrap .square {
      height: calc(100cqw - (2 * 25px)); }
    .cards_grid .card_wrap .stacked {
      height: auto; }
    .cards_grid .card_wrap .no_but {
      cursor: auto; }
    .cards_grid .card_wrap .fluid {
      padding: 10cqw;
      width: calc(100% - (2 * 10cqw)); }
      .cards_grid .card_wrap .fluid h1 {
        font-size: clamp(3.5px, 8cqw, 17px);
        line-height: 120%;
        font-weight: 100;
        word-wrap: break-word;
        width: 100%;
        min-height: 18cqw;
        left: 0;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        padding-top: 0;
        margin-bottom: 5cqw; }
      .cards_grid .card_wrap .fluid h2 {
        font-size: clamp(2px, 7.5cqw, 13px);
        line-height: 140%;
        width: 100%;
        min-height: 20.21cqw;
        height: auto;
        bottom: auto;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2; }
    .cards_grid .card_wrap .scaled-card {
      animation-name: buttonPush;
      animation-duration: 0.25s;
      animation-delay: 0ms;
      /* add this */
      animation-timing-function: ease-out;
      animation-iteration-count: 1, infinite; }
@keyframes buttonPush {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
  @media (max-width: 843px) {
    .cards_grid #card_wrap_address {
      grid-row-start: 1;
      grid-row-end: 3; } }
  @media (max-width: 843px) {
    .cards_grid #card_wrap_address #contact_card_01 {
      height: calc(100% - (2 * 10cqw)); } }
  @media (max-width: 843px) {
    .cards_grid #card_wrap_address2 #contact_card_04 {
      height: calc(200cqw - (2 * 10cqw) + 15px); } }
  @media (max-width: 843px) {
    .cards_grid #card_wrap_email {
      grid-column-start: 2; } }

.special-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-size: 22px;
  font-style: normal;
  color: white;
  text-align: center;
  line-height: 150%; }
  @media (max-width: 1090px) {
    .special-text {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .special-text {
      text-align: left; } }

/* .cards_grid_team { //5-card

	max-width: 1276px; 5-card
	
	grid-template-columns: repeat(auto-fill, minmax(150px, 220px));

	@include max_1435_px {

		max-width: 1012px;

		.card_wrap:nth-child(5) {

		  grid-column-start: 2;
		  left: calc(50% + 22px);

		}

	}

	@include max_1171_px {

		max-width: 748px;

		.card_wrap:nth-child(4) {

		  grid-column-start: 1;
		  left: calc(50% + 22px);

		}

		.card_wrap:nth-child(5) {

		  grid-column-start: 2;
		  left: calc(50% + 22px);

		}

	}

	@include max_907_px {

		max-width: 484px;
		grid-template-columns: 1fr 1fr;

		.card_wrap:nth-child(4) {

		  grid-column-start: 2;
		  left: 0;

		}

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 22px);

		}

	}

	@include max_843_px {

		max-width: 455px;

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 7.5px);

		}

	}

} */
/* .cards_grid_team { //4-card (5-card above ^)

	max-width: 1012px; // 4-card
	grid-template-columns: repeat(auto-fill, minmax(150px, 220px));


	@include max_1171_px {

		max-width: 528px;

		.card_wrap:nth-child(3) {

		  grid-column-start: 1;
		  //left: calc(50% + 22px);

		}

		.card_wrap:nth-child(4) {

		  grid-column-start: 2;
		  //left: calc(50% + 22px);

		}

	}

	@include max_907_px {

		max-width: 484px;
		grid-template-columns: 1fr 1fr;

		.card_wrap:nth-child(4) {

		  grid-column-start: 2;
		  left: 0;

		}

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 22px);

		}

	}

	@include max_843_px {

		max-width: 455px;

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 7.5px);

		}

	}

} */
/* .cards_grid_team { //5-card

	max-width: 1276px; 5-card
	
	grid-template-columns: repeat(auto-fill, minmax(150px, 220px));

	@include max_1435_px {

		max-width: 1012px;

		.card_wrap:nth-child(5) {

		  grid-column-start: 2;
		  left: calc(50% + 22px);

		}

	}

	@include max_1171_px {

		max-width: 748px;

		.card_wrap:nth-child(4) {

		  grid-column-start: 1;
		  left: calc(50% + 22px);

		}

		.card_wrap:nth-child(5) {

		  grid-column-start: 2;
		  left: calc(50% + 22px);

		}

	}

	@include max_907_px {

		max-width: 484px;
		grid-template-columns: 1fr 1fr;

		.card_wrap:nth-child(4) {

		  grid-column-start: 2;
		  left: 0;

		}

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 22px);

		}

	}

	@include max_843_px {

		max-width: 455px;

		.card_wrap:nth-child(5) {

		  grid-column-start: 1;
		  left: calc(50% + 7.5px);

		}

	}

} */
.cards_grid_team {
  max-width: 748px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 220px)); }
  @media (max-width: 907px) {
    .cards_grid_team {
      max-width: 484px; }
      .cards_grid_team .card_wrap:nth-child(3) {
        grid-column-start: 1;
        left: calc(50% + 22px); } }
  @media (max-width: 907px) {
    .cards_grid_team {
      max-width: 484px;
      grid-template-columns: 1fr 1fr; }
      .cards_grid_team .card_wrap:nth-child(4) {
        grid-column-start: 2;
        left: 0; }
      .cards_grid_team .card_wrap:nth-child(5) {
        grid-column-start: 1;
        left: calc(50% + 22px); } }
  @media (max-width: 843px) {
    .cards_grid_team {
      max-width: 455px; }
      .cards_grid_team .card_wrap:nth-child(3) {
        grid-column-start: 1;
        left: calc(50% + 7.5px); } }

.two-card {
  max-width: 484px; }

.contact-card #card_wrap_address2, .contact-card #card_wrap_phone2 {
  left: calc(50% + 22px); }
@media (max-width: 1207px) {
  .contact-card #card_wrap_address2 {
    left: 0; } }
@media (max-width: 843px) {
  .contact-card #card_wrap_email, .contact-card #card_wrap_phone2 {
    left: 0; } }

.five-card {
  	/* :nth-child(4) {
  
  		left: calc(50% + 22px);
  
  	}
  
  	:nth-child(5) {
  
  		left: calc(50% + 22px);
  
  	} */ }
  @media (max-width: 1207px) {
    .five-card :nth-child(4) {
      left: 0%; } }
  @media (max-width: 843px) {
    .five-card :nth-child(5) {
      left: calc(50% + 7.5px); } }
  @media (max-width: 600px) {
    .five-card :nth-child(5) {
      left: 0; } }

.indexer {
  display: block;
  height: 5px;
  max-height: 10px;
  width: 100%;
  background-color: #C4F220;
  overflow: hidden;
  	/* @include max_1024_px {
  
  		max-height: 5px;
  
  	} */ }
  .indexer .tab {
    position: relative;
    height: 100%;
    left: 0;
    background-color: #86AB13;
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s; }

.testimonials_wrap {
  position: relative;
  background-color: #C4F220;
  width: 100%;
  overflow: hidden; }
  .testimonials_wrap .testimonials_nav {
    display: grid;
    position: absolute;
    grid-template-columns: fit-content(100%) 1fr fit-content(100%);
    width: 95%;
    max-width: 1600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    		/* @include max_1370_px {
    
    			width: 90%;
    
    		}
    
    		@include max_1024_px {
    
    
    			width: 25%;
    			left: 50%;
    			top: 115px;
    			transform: translateX(-50%);
    
    
    		} */ }
    @media (max-width: 1175px) {
      .testimonials_wrap .testimonials_nav {
        position: relative;
        width: 33%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 50px;
        margin-bottom: 100px; } }
    .testimonials_wrap .testimonials_nav .testi_navImg {
      position: relative;
      width: 22px;
      height: 43px; }
    .testimonials_wrap .testimonials_nav .butImgLeftClicked {
      animation: horiznavLeft  0.2s ease-in-out forwards;
      -webkit-animation: horiznavLeft  0.2s ease-in-out forwards;
      -moz-animation: horiznavLeft  0.2s ease-in-out forwards; }
    .testimonials_wrap .testimonials_nav .butImgRightClicked {
      animation: horiznavRight  0.2s ease-in-out forwards;
      -webkit-animation: horiznavRight   0.2s ease-in-out forwards;
      -moz-animation: horiznavRight 0.2s ease-in-out forwards; }
    .testimonials_wrap .testimonials_nav .testimonials_nav_left {
      position: relative;
      grid-column-start: 1;
      cursor: pointer; }
    .testimonials_wrap .testimonials_nav .testimonials_nav_right {
      position: relative;
      grid-column-start: 3;
      cursor: pointer; }
  @media (max-width: 1175px) {
    .testimonials_wrap #e1000np1 {
      padding-bottom: 0px; } }
  .testimonials_wrap .testimonials_grid_wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    	/* @include max_1680_px {

    		padding-bottom: 50px;

    	} */ }
    .testimonials_wrap .testimonials_grid_wrap .testimonials_grid {
      display: grid;
      width: auto;
      position: relative;
      grid-template-columns: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
      grid-template-rows: fit-content(100%);
      left: 0;
      transition: left 0.5s ease-out;
      -webkit-transition: left 0.5s ease-out; }
      .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card {
        width: calc(100vw - (2 * 20px));
        height: 100%;
        max-width: 1000px; }
        .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card .quote_text {
          width: auto;
          height: auto; }
          .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card .quote_text p {
            position: relative;
            color: black;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            line-height: 30px;
            						/* @include max_1680_px {
            
            							font-size: 1.2rem;
            
            						}
            
            						@include max_380_px {
            
            							font-size: 1.2rem;
            
            						} */ }
        .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card .quote_auth {
          width: auto;
          bottom: 0%;
          padding-top: 50px;
          					/* @include max_1680_px {
          
          			    		padding-top: 25px;
          
          			    	} */ }
          .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card .quote_auth h3 {
            color: #1164B7;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            text-align: left;
            position: relative;
            font-size: 25px; }
        .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card #quote_open {
          position: absolute;
          left: -24px;
          top: 20px; }
        .testimonials_wrap .testimonials_grid_wrap .testimonials_grid .testimonials_card #quote_close {
          position: absolute;
          right: -24px;
          top: 400px; }

.form_wrapper {
  position: relative; }
  .form_wrapper #consultation_form {
    grid-template-columns: 505fr 505fr;
    max-width: 1054px; }
    @media (max-width: 840px) {
      .form_wrapper #consultation_form {
        grid-template-columns: 1fr; } }
  .form_wrapper .contact_form {
    display: grid;
    position: relative;
    width: 100%;
    grid-template-columns: 505fr 891fr;
    grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
    grid-column-gap: 44px;
    margin-top: 100px;
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
    /* Change Autocomplete styles in Chrome*/ }
    @media (max-width: 1207px) {
      .form_wrapper .contact_form {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 840px) {
      .form_wrapper .contact_form {
        grid-template-columns: 1fr; } }
    .form_wrapper .contact_form .form-tip {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 14px;
      font-style: italic;
      color: #6D6E71; }
    .form_wrapper .contact_form .col-1 {
      grid-column-start: 1;
      grid-column-end: 2; }
    .form_wrapper .contact_form #form_group01 {
      display: inline-block;
      grid-column-start: 1;
      grid-column-end: 3; }
      @media (max-width: 840px) {
        .form_wrapper .contact_form #form_group01 {
          grid-column-end: 2; } }
    .form_wrapper .contact_form h1 {
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 15px;
      font-style: italic;
      color: white; }
    .form_wrapper .contact_form .dropdown_h1 {
      display: inline-block;
      position: relative;
      top: 12px;
      margin-right: 12px;
      white-space: nowrap;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      line-clamp: 1; }
      @media (max-width: 500px) {
        .form_wrapper .contact_form .dropdown_h1 {
          margin-right: 5px; } }
    .form_wrapper .contact_form .wrap {
      white-space: normal;
      top: 3px;
      			/* @include max_1250_px {
      
      				text-wrap: wrap;
      				//top: 50%;
      				//transform:translateY(-50%);
      				//height: 38px;
      
      			} */ }
    .form_wrapper .contact_form .dropdown {
      position: relative;
      display: inline-block;
      height: 100%;
      background-color: black;
      width: 100%;
      min-width: 200px; }
      @media (max-width: 500px) {
        .form_wrapper .contact_form .dropdown {
          min-width: 132px; } }
      .form_wrapper .contact_form .dropdown span {
        position: relative;
        display: inline-block;
        padding: 12px;
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 15px;
        font-style: italic;
        color: #6D6E71;
        text-align: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer; }
      .form_wrapper .contact_form .dropdown .dropdown_selected {
        pointer-events: none; }
      .form_wrapper .contact_form .dropdown .dropdown_prompt {
        display: inline-block;
        position: relative;
        float: right;
        width: 25px;
        height: 43px; }
        .form_wrapper .contact_form .dropdown .dropdown_prompt .dropdown_arrow {
          width: 25px;
          height: 43px; }
    .form_wrapper .contact_form .dropdown-content {
      display: none;
      position: absolute;
      width: 100%;
      background-color: #101010;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .form_wrapper .contact_form .dropdown-content span {
        display: block;
        color: white; }
      .form_wrapper .contact_form .dropdown-content span:hover {
        color: #FAAF40; }
      .form_wrapper .contact_form .dropdown-content .clicked {
        pointer-events: none;
        color: #6D6E71; }
    .form_wrapper .contact_form .dropdown-content:after {
      content: "";
      position: absolute;
      z-index: -100;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
      bottom: 0px;
      left: 0%;
      right: 0%;
      width: 100%;
      height: 100%;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .form_wrapper .contact_form .dropdown:hover .dropdown-content {
      display: block; }
      @media (max-width: 1200px) {
        .form_wrapper .contact_form .dropdown:hover .dropdown-content {
          display: none; } }
    .form_wrapper .contact_form .checkbox_container {
      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; }
    .form_wrapper .contact_form .checkbox_container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .form_wrapper .contact_form .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: black;
      padding-left: 0;
      z-index: 1; }
    .form_wrapper .contact_form .checkbox_container:hover input ~ .checkmark {
      background-color: black; }
    .form_wrapper .contact_form .checkbox_container input:checked ~ .checkmark {
      background-color: black; }
    .form_wrapper .contact_form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .form_wrapper .contact_form .checkbox_container input:checked ~ .checkmark:after {
      display: block; }
    .form_wrapper .contact_form .checkbox_container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #FAAF40;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form_wrapper .contact_form .checkmark_stroke {
      position: absolute;
      width: 27px;
      height: 27px;
      top: -1px;
      left: -1px;
      z-index: 0;
      background-color: #FAAF40; }
    .form_wrapper .contact_form #form_container-1, .form_wrapper .contact_form #form_container-1-sell {
      grid-column-start: 1; }
    .form_wrapper .contact_form #form_container-2, .form_wrapper .contact_form #form_container-2-sell {
      grid-column-start: 2; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-2, .form_wrapper .contact_form #form_container-2-sell {
          grid-column-start: 1; } }
    .form_wrapper .contact_form #form_container-3, .form_wrapper .contact_form #form_container-3-sell {
      grid-column-start: 1;
      grid-column-end: 2; }
    .form_wrapper .contact_form #form_container-4, .form_wrapper .contact_form #form_container-4-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 4; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-4, .form_wrapper .contact_form #form_container-4-sell {
          grid-column-end: 2; } }
    .form_wrapper .contact_form #form_element_wrap_dropdown01, .form_wrapper .contact_form #form_element_wrap_dropdown02, .form_wrapper .contact_form #form_element_wrap_dropdown03, .form_wrapper .contact_form #form_element_wrap_ID1, .form_wrapper .contact_form #form_element_wrap_checkbox {
      display: flex;
      position: relative;
      height: 43px;
      margin-top: 10px;
      margin-bottom: 37px; }
    @media (max-width: 840px) {
      .form_wrapper .contact_form #form_element_wrap_dropdown02 {
        margin-bottom: 27px; } }
    .form_wrapper .contact_form #form_container-5 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 5; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-5 {
          grid-column-end: 2; } }
    .form_wrapper .contact_form #form_container-6 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 5; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-6 {
          grid-column-end: 2; } }
    .form_wrapper .contact_form #form_container-7 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 7; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-7 {
          grid-column-end: 2; } }
    .form_wrapper .contact_form #form_container-8 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 8; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-8 {
          grid-column-end: 2; } }
    .form_wrapper .contact_form #form_container-5-sell {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 6;
      margin-bottom: 30px; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-5-sell {
          margin-bottom: 0px; } }
    .form_wrapper .contact_form #form_container-6-sell {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 6; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-6-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 7;
          margin-top: 15px;
          margin-bottom: 30px; } }
    .form_wrapper .contact_form #form_container-7-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 7; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-7-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 8; } }
    .form_wrapper .contact_form #form_container-8-sell {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 8; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-8-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 9; } }
    .form_wrapper .contact_form #form_container-9-sell {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 8; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-9-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 10; } }
    .form_wrapper .contact_form #form_container-10-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 10; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-10-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 11; } }
    .form_wrapper .contact_form #form_container-11-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 11; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-11-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 12; } }
    .form_wrapper .contact_form #form_container-12-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 12; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-12-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 13; } }
    .form_wrapper .contact_form #form_container-13-sell {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 13; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #form_container-13-sell {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 14; } }
    .form_wrapper .contact_form #appliances_header {
      position: relative;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 5; }
      @media (max-width: 650px) {
        .form_wrapper .contact_form #appliances_header {
          grid-column-end: 2; } }
    .form_wrapper .contact_form .options_outer_wrap {
      position: relative;
      margin-bottom: 37px; }
    .form_wrapper .contact_form .radio_wrapper {
      display: inline-block;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 15px;
      font-style: italic;
      color: white;
      margin-top: 17px; }
      .form_wrapper .contact_form .radio_wrapper .radio {
        position: relative; }
        .form_wrapper .contact_form .radio_wrapper .radio .radio_border {
          position: absolute;
          top: -4px;
          left: -1px;
          width: 19px;
          height: 19px;
          border-radius: 100%;
          border: 2px solid #212121;
          pointer-events: none;
          z-index: 2; }
        .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"] {
          position: absolute;
          top: -0.2em;
          opacity: 0;
          width: 1.4em;
          height: 1.4em;
          margin-top: 0;
          margin-bottom: 0; }
          .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: black;
            border-radius: 100%;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: -0.2em;
            margin-right: 5px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease; }
          .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #FAAF40;
            box-shadow: inset 0 0 0 6px black; }
          .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: black; }
          .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 6px black;
            border-color: black;
            background: black; }
          .form_wrapper .contact_form .radio_wrapper .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0; }
      .form_wrapper .contact_form .radio_wrapper #radio1 {
        margin-right: 17px; }
    .form_wrapper .contact_form input {
      background-color: black;
      box-sizing: border-box;
      border-width: 0px;
      width: 100%;
      max-width: 800px;
      padding: 12px;
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 15px;
      font-style: italic;
      color: white; }
    .form_wrapper .contact_form #ID_no {
      margin-top: 0px;
      margin-bottom: 10px; }
    .form_wrapper .contact_form input::-webkit-outer-spin-button,
    .form_wrapper .contact_form input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .form_wrapper .contact_form input[type=number] {
      -moz-appearance: textfield; }
    .form_wrapper .contact_form textarea {
      width: 100%;
      box-sizing: border-box;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 12px;
      height: 203px;
      background-color: black;
      box-sizing: border-box;
      border-width: 0px;
      display: inline-block;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 15px;
      font-style: italic;
      color: white;
      resize: vertical;
      line-height: 25px; }
    .form_wrapper .contact_form input:focus, .form_wrapper .contact_form textarea:focus {
      outline: none;
      color: #808285;
      font-size: 16px; }
    .form_wrapper .contact_form input::placeholder {
      color: white; }
    .form_wrapper .contact_form textarea::placeholder {
      color: white; }
    .form_wrapper .contact_form input:-webkit-autofill,
    .form_wrapper .contact_form input:-webkit-autofill:hover,
    .form_wrapper .contact_form input:-webkit-autofill:focus,
    .form_wrapper .contact_form textarea:-webkit-autofill,
    .form_wrapper .contact_form textarea:-webkit-autofill:hover,
    .form_wrapper .contact_form textarea:-webkit-autofill:focus,
    .form_wrapper .contact_form select:-webkit-autofill,
    .form_wrapper .contact_form select:-webkit-autofill:hover,
    .form_wrapper .contact_form select:-webkit-autofill:focus {
      -webkit-text-fill-color: white;
      transition: background-color 5000s ease-in-out 0s; }
    .form_wrapper .contact_form span {
      display: block;
      min-height: 17px;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 14px;
      font-style: italic;
      color: #FAAF40;
      padding-left: 12px; }
    .form_wrapper .contact_form #span_5, .form_wrapper .contact_form #span_6, .form_wrapper .contact_form #span_7, .form_wrapper .contact_form #span_8 {
      display: none;
      min-height: 17px;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 14px;
      font-style: italic;
      color: #FAAF40;
      padding-left: 0px;
      text-align: left; }
      @media (max-width: 840px) {
        .form_wrapper .contact_form #span_5, .form_wrapper .contact_form #span_6, .form_wrapper .contact_form #span_7, .form_wrapper .contact_form #span_8 {
          text-align: center; } }
    .form_wrapper .contact_form #span_5 {
      padding-bottom: 30px; }
    .form_wrapper .contact_form .message_placeholder .prompt_txt {
      text-align: left;
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 15px;
      font-style: italic;
      color: white; }
    .form_wrapper .contact_form .hiddenSpan {
      display: none; }
    .form_wrapper .contact_form .contact_submit_but_cta_a {
      display: inline-block;
      position: relative;
      width: 100%;
      max-width: 100px; }
      @media (max-width: 840px) {
        .form_wrapper .contact_form .contact_submit_but_cta_a {
          left: 50%;
          transform: translateX(-50%); } }
      @media (max-width: 500px) {
        .form_wrapper .contact_form .contact_submit_but_cta_a {
          max-width: 110px; } }
      .form_wrapper .contact_form .contact_submit_but_cta_a .contact_cta_but {
        position: relative;
        height: 46px;
        border-radius: 23px;
        box-sizing: border-box;
        background-color: #FAAF40;
        cursor: pointer;
        transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
        -webkit-transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s; }
        .form_wrapper .contact_form .contact_submit_but_cta_a .contact_cta_but h4 {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          font-family: "Mulish", sans-serif;
          font-optical-sizing: auto;
          font-weight: 900;
          font-size: 13px;
          font-style: normal;
          -moz-user-select: none;
          -ms-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -webkit-touch-callout: none;
          line-height: 14px;
          text-align: center;
          color: white;
          padding-top: 16px;
          padding-bottom: 16px; }
          @media (max-width: 500px) {
            .form_wrapper .contact_form .contact_submit_but_cta_a .contact_cta_but h4 {
              font-size: 13px; } }
      .form_wrapper .contact_form .contact_submit_but_cta_a .contact_cta_but:hover {
        background-color: #6D6E71; }
      .form_wrapper .contact_form .contact_submit_but_cta_a .contact_cta_but:hover h4 {
        color: white; }
  .form_wrapper .progress_bar_wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden; }
    .form_wrapper .progress_bar_wrapper .progress_bar {
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden; }
      .form_wrapper .progress_bar_wrapper .progress_bar #loader {
        position: relative;
        z-index: 1;
        width: 61px;
        transform: scale(0); }
      .form_wrapper .progress_bar_wrapper .progress_bar .loader-active {
        animation-name: loaderGrow, loaderProgress;
        animation-duration: 0.25s, 1.5s;
        animation-delay: 0ms, 0.25s;
        /* add this */
        animation-iteration-count: 1, infinite; }
@keyframes loaderGrow {
  0% {
    transform: rotate(180deg) scale(0); }
  100% {
    transform: rotate(360deg) scale(1); } }
@keyframes loaderProgress {
  0% {
    animation-timing-function: ease-in;
    transform: rotate(0deg); }
  25% {
    animation-timing-function: ease-out;
    transform: rotate(180deg); }
  50%, 100% {
    transform: rotate(360deg); } }
  .form_wrapper .google_TC {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-size: 10px;
    color: white;
    font-style: normal;
    line-height: 20px;
    text-align: left;
    margin-top: 30px; }
    @media (max-width: 840px) {
      .form_wrapper .google_TC {
        text-align: center; } }

.notification {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  color: white;
  max-width: 600px;
  padding-top: 30px;
  line-height: 170%; }
  .notification a {
    cursor: pointer; }
  .notification a:hover {
    color: #FAAF40; }

.copy-standard {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: 16px;
  font-style: normal;
  color: white;
  line-height: 170%;
  max-width: 700px; }
  .copy-standard copy-subhead {
    font-weight: 800;
    font-size: 18px; }
  @media (max-width: 1090px) {
    .copy-standard {
      font-size: 13px; }
      .copy-standard copy-subhead {
        font-weight: 800;
        font-size: 16px; } }

.copy-standard-small {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: 14px;
  font-style: normal;
  color: white;
  line-height: 170%;
  max-width: 700px; }
  .copy-standard-small copy-subhead {
    font-weight: 800;
    font-size: 18px; }
  @media (max-width: 1090px) {
    .copy-standard-small {
      font-size: 12px; }
      .copy-standard-small copy-subhead {
        font-weight: 800;
        font-size: 14px; } }

.copy-standard_ul {
  list-style-position: outside;
  max-width: 700px;
  padding-left: 17px; }
  .copy-standard_ul li {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 16px;
    font-style: normal;
    color: white;
    line-height: 170%; }
    @media (max-width: 1090px) {
      .copy-standard_ul li {
        font-size: 13px; } }
  .copy-standard_ul li::marker {
    color: #FAAF40; }

.partner_container {
  position: relative;
  padding-top: 100px; }
  .partner_container .partner_logo {
    width: 200px; }

.standard_submit_but_cta_a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 80px; }
  .standard_submit_but_cta_a .standard_cta_but {
    position: relative;
    height: 46px;
    border-radius: 23px;
    box-sizing: border-box;
    background-color: #FAAF40;
    cursor: pointer;
    transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s;
    -webkit-transition: background-color 0.5s cubic-bezier(0.38, 0.17, 0, 0.99) 0s; }
    .standard_submit_but_cta_a .standard_cta_but h4 {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Mulish", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-size: 13px;
      font-style: normal;
      -moz-user-select: none;
      -ms-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      line-height: 14px;
      text-align: center;
      color: white;
      padding-top: 16px;
      padding-bottom: 16px; }

.standard_cta_but:hover, .contact_cta_but:hover {
  background-color: #6D6E71; }

.standard_cta_but:hover h4, .contact_cta_but:hover h4 {
  color: white; }

.progress {
  display: none; }
  .progress .progress_inner {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .progress .progress_inner #progress {
      width: 60px;
      height: 60px;
      animation-duration: 1.5s;
      animation-name: spinner;
      animation-iteration-count: infinite;
      animation-direction: forwards; }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.upload_container input[type="file"] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;
  color: #808285;
  /* File Selector Button Styles */
  /* Faked label styles and icon */
  /* Handle Component Focus */ }
  .upload_container input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px #F1F2F2 solid;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    /*
      This is a hack to change the button label. 
      I'm hiding the default label and then 
      manually applying the width based on 
      updated icon and label.
    */
    width: 132px;
    color: transparent;
    /*
      Firefox doesn't support the pseudo ::before 
      or ::after elements on this input field so 
      we need to use the @supports rule to enable 
      default styles fallback for Firefox.
    */ }
    @supports (-moz-appearance: none) {
      .upload_container input[type="file"]::file-selector-button {
        color: var(--primary-color); } }
    .upload_container input[type="file"]::file-selector-button:hover {
      background-color: #F1F2F2; }
    .upload_container input[type="file"]::file-selector-button:active {
      background-color: #e5e7eb; }
  .upload_container input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E"); }
  .upload_container input[type="file"]::after {
    position: absolute;
    pointer-events: none;
    top: 16px;
    left: 40px;
    color: var(--primary-color);
    content: "Upload File"; }
  .upload_container input[type="file"]:focus-within::file-selector-button, .upload_container input[type="file"]:focus::file-selector-button {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px; }

#carouselWrapper-home {
  height: 720px;
  min-height: 720px;
  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;
  
  	} */ }
  @media (max-width: 1600px) {
    #carouselWrapper-home {
      height: auto;
      min-height: 0px; } }
  @media (max-width: 650px) {
    #carouselWrapper-home {
      height: 400px; } }
  #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;
      			/* @include max_1720_px { //temp for initial presentation
      
      				min-height: 0px;
      
      			} */ }
      @media (max-width: 1600px) {
        #carouselWrapper-home .imgWrapper .homeImg {
          height: clamp(300px, 33vw, 720px); } }
      #carouselWrapper-home .imgWrapper .homeImg .car_inner {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        max-width: calc(1600px - (2 * 20px));
        padding-left: 20px;
        padding-right: 20px;
        z-index: 2;
        				/* @include max_1330_px {
        
        					width: calc(100vw - (2 * 20px));
        
        				}
        
        				@include max_768_px {
        
        					width: 100vw;
        					padding-left: 0px;
        					padding-right: 0px;
        
        				} */ }
        @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 .car_grid {
          display: grid;
          position: relative;
          width: 100%;
          height: 100%;
          grid-template-columns: 50% 50%;
          					/* @include max_768_px {
          
          						grid-template-columns: 100%;
          						//grid-template-rows: fit-content(100%) 350px;
          						grid-template-rows: fit-content(0%) 350px;
          
          					} */ }
          @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_cta {
          grid-column-start: 1;
          grid-column-end: 2;
          max-height: 720px;
          					/* @include max_768_px {
          
          						grid-row-start: 2;
          						grid-row-end: 3;
          
          					} */ }
          @media (max-width: 650px) {
            #carouselWrapper-home .imgWrapper .homeImg .car_inner .car_cta {
              height: 200px; } }
          #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);
              
              			    			} */
              			    			/* @include max_1330_px {
              
              								line-height: 6vw;
              				    			font-size: 7vw;
              				    			padding-bottom: 20px;
              
              							} */ }
              @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 .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;
            						/* 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 .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 .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;
          					/* @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;
          
          					} */ }
          @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 .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: calc(1600px - (2 * 20px));
        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: calc(1600px - (2 * 20px));
        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%; } }

.section_grid_full {
  position: relative;
  display: grid;
  width: calc(100% - (2*20px));
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-column-gap: 3%;
  grid-row-gap: 100px;
  z-index: 5; }
  .section_grid_full .section_grid_item {
    position: relative;
    width: 100%;
    container-type: inline-size; }
    .section_grid_full .section_grid_item .item_title_h1 {
      font-family: 'Nunito Sans', sans-serif;
      font-weight: 700;
      color: #59B8E8;
      font-size: 22px;
      padding-bottom: 15px;
      line-height: 25px;
      min-height: calc(2*25px); }
    .section_grid_full .section_grid_item .section_grid_imgSize {
      position: relative;
      width: 100%;
      container-type: inline-size;
      margin-bottom: 12.5cqw; }
      .section_grid_full .section_grid_item .section_grid_imgSize .section_grid_imgContainer {
        width: 100%;
        height: 56.25cqw;
        border-radius: 15px;
        overflow: hidden;
        background-color: #F1F2F2;
        cursor: pointer; }
        .section_grid_full .section_grid_item .section_grid_imgSize .section_grid_imgContainer .expPrompt {
          position: absolute;
          top: 0;
          right: 0;
          transform: translate(-15px, 15px);
          width: clamp(20px, 2vw, 27px);
          height: clamp(20px, 2vw, 27px);
          z-index: 2;
          opacity: 0;
          transition: opacity 0.5s ease-in-out 0s;
          -webkit-transition: opacity 0.5s ease-in-out 0s; }
        .section_grid_full .section_grid_item .section_grid_imgSize .section_grid_imgContainer .section_grid_img {
          position: relative;
          width: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; }
      .section_grid_full .section_grid_item .section_grid_imgSize .price_container {
        display: inline-block;
        position: absolute;
        bottom: 0%;
        background-color: #C4F220;
        transform: translateY(50%);
        border-radius: 25px;
        border-top-left-radius: 0px;
        z-index: 3; }
        .section_grid_full .section_grid_item .section_grid_imgSize .price_container h2 {
          display: inline-block;
          white-space: nowrap;
          position: relative;
          font-family: 'Roboto', sans-serif;
          font-weight: 800;
          font-size: 20px;
          color: white;
          padding: 15px;
          line-height: 100%;
          z-index: 10; }
        .section_grid_full .section_grid_item .section_grid_imgSize .price_container .old_price_container {
          display: none;
          position: relative;
          top: 0%;
          border-radius: 25px;
          float: right;
          height: 50px;
          z-index: 1; }
          .section_grid_full .section_grid_item .section_grid_imgSize .price_container .old_price_container h3 {
            position: relative;
            float: right;
            top: 50%;
            transform: translateY(-50%);
            font-family: 'Roboto', sans-serif;
            font-weight: 800;
            font-size: 14px;
            text-align: right;
            color: #86AB13;
            padding-left: 15px;
            padding-right: 15px;
            line-height: 100%;
            white-space: nowrap; }
        .section_grid_full .section_grid_item .section_grid_imgSize .price_container #tempprice_container {
          display: block; }
    .section_grid_full .section_grid_item .section_grid_imgSize:after {
      content: "";
      position: absolute;
      z-index: -10;
      color: rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 0px 80px black;
      box-shadow: 0 0px 80px black;
      bottom: 0px;
      left: 25%;
      right: 25%;
      width: 50%;
      height: 25%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    .section_grid_full .section_grid_item #section_grid_imgSize_details {
      margin-bottom: 25px; }

.element_but_light {
  width: 100%;
  height: 46px;
  border: 1px #DEF5FC solid;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #DEF5FC;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s; }
  .element_but_light .element_but_inner {
    display: grid;
    position: relative;
    padding: 16px; }
    .element_but_light .element_but_inner .element_but-h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 14px;
      -moz-user-select: none;
      -ms-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      line-height: 14px;
      text-align: center;
      color: #59B8E8;
      padding: 0; }
    .element_but_light .element_but_inner .txtOnAdded {
      color: #59B8E8; }
    .element_but_light .element_but_inner .checkbox_anim {
      position: absolute;
      right: 0px;
      z-index: 2;
      background-color: white;
      width: 26px;
      height: 26px;
      border: 1px #59B8E8 solid;
      border-radius: 5px;
      box-sizing: border-box;
      margin: 9px;
      transform: scale(0%, 0%);
      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; }

.element_but_light:hover {
  border: 1px #59B8E8 solid;
  background-color: #59B8E8; }

.added:hover {
  border: 1px #DEF5FC solid;
  background-color: #DEF5FC; }

#element_but_enquire {
  border: 1px #59B8E8 solid;
  background-color: #59B8E8; }
  #element_but_enquire h1 {
    color: white; }

#section_grid_full_details {
  position: relative;
  display: grid;
  width: calc(100% - (2*20px));
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-column-gap: 3%;
  grid-row-gap: 25px;
  z-index: 5; }
  @media (max-width: 768px) {
    #section_grid_full_details {
      grid-template-columns: 1fr; } }
  #section_grid_full_details .section_grid_item {
    max-width: 757px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 3; }
    @media (max-width: 768px) {
      #section_grid_full_details .section_grid_item {
        grid-column-end: 2; } }
    #section_grid_full_details .section_grid_item .section_grid_imgSize .price_container {
      				/* border-radius: 35px;
      				border-top-left-radius: 0px;
      				padding: 5px;
      
      				@include max_600_px {
      
      					border-radius: 25px;
      					border-top-left-radius: 0px;
      					padding: 0px;
      
      				} */
      border-radius: 25px;
      border-top-left-radius: 0px;
      padding: 0px; }
      #section_grid_full_details .section_grid_item .section_grid_imgSize .price_container h2 {
        					/* //font-size: clamp(20px, 1.5vw, 30px);
        					font-size: 30px;
        
        					@include max_600_px {
        
        						font-size: 20px;
        
        					} */
        font-size: 20px; }
      #section_grid_full_details .section_grid_item .section_grid_imgSize .price_container .old_price_container {
        					/* height: 60px;
        
        					@include max_600_px {
        
        						height: 50px;
        
        					} */
        height: 50px; }
        #section_grid_full_details .section_grid_item .section_grid_imgSize .price_container .old_price_container h3 {
          						/* //font-size: clamp(14px, 1.5vw, 21px);
          						font-size: 21px;
          						line-height: 20px;
          
          						@include max_600_px {
          
          							font-size: 14px;
          							line-height: 100%;
          
          						} */
          font-size: 14px;
          line-height: 100%; }
    #section_grid_full_details .section_grid_item .thumb_grid {
      display: grid;
      position: relative;
      width: 100%;
      grid-template-columns: repeat(auto-fill, clamp(35px, 5vw, 50px));
      height: clamp(35px, 5vw, 50px);
      grid-column-gap: 2%;
      padding-top: 20px; }
      #section_grid_full_details .section_grid_item .thumb_grid .thumbWrapper {
        position: relative;
        width: clamp(35px, 5vw, 50px);
        overflow: hidden;
        border-radius: 5px;
        cursor: pointer; }
        #section_grid_full_details .section_grid_item .thumb_grid .thumbWrapper .thumb {
          position: relative; }
  #section_grid_full_details #details_element_container {
    position: relative;
    width: 100%;
    grid-column-start: 3;
    grid-row-start: 1; }
    @media (max-width: 768px) {
      #section_grid_full_details #details_element_container {
        grid-column-start: 1;
        grid-row-start: 5;
        margin-top: 35px; } }
  #section_grid_full_details .table_container {
    grid-row-start: 2;
    position: relative;
    width: 100%;
    margin-top: 35px; }
    @media (max-width: 768px) {
      #section_grid_full_details .table_container {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: auto;
        margin-top: 0px; } }
    #section_grid_full_details .table_container h1 {
      font-family: 'Roboto', sans-serif;
      color: #808285;
      font-weight: 500;
      font-size: 16px;
      padding-left: 15px;
      padding-bottom: 10px; }
    #section_grid_full_details .table_container .details_table_inner_wrapper {
      position: relative; }
      #section_grid_full_details .table_container .details_table_inner_wrapper table {
        background-color: white;
        position: relative;
        border-radius: 7.5px;
        border: 2px #F1F2F2 solid;
        width: 100%;
        overflow: hidden;
        border-spacing: 0;
        border-collapse: separate;
        				/* tr td:last-child { 
        
        					border-bottom-right-radius: 7.5px;
        					border-bottom-left-radius: 7.5px;
        
        				} */
        				/* tr:last-of-type td:first-of-type {
        
        				  border-bottom-left-radius: 7.5px;
        				  border: 2px #F1F2F2 solid;
        
        				}
        
        				tr:last-of-type td:last-of-type {
        
        				  border-bottom-right-radius: 7.5px;
        				  border: 2px #F1F2F2 solid;
        
        				} */ }
        #section_grid_full_details .table_container .details_table_inner_wrapper table tr {
          border-left: 2px #F1F2F2 solid;
          border-right: 2px #F1F2F2 solid; }
        #section_grid_full_details .table_container .details_table_inner_wrapper table tr:nth-child(odd) {
          background-color: #F1F2F2; }
        #section_grid_full_details .table_container .details_table_inner_wrapper table tr:nth-child(even) {
          background-color: none; }
        #section_grid_full_details .table_container .details_table_inner_wrapper table tr:first-of-type {
          border-top: 2px #F1F2F2 solid; }
        #section_grid_full_details .table_container .details_table_inner_wrapper table tr:last-of-type {
          border-bottom: 2px #F1F2F2 solid;
          border-bottom-left-radius: 7.5px; }
        #section_grid_full_details .table_container .details_table_inner_wrapper table td {
          padding-left: 15px;
          padding-right: 15px;
          font-family: 'Roboto', sans-serif;
          color: #808285;
          font-size: 14px;
          font-weight: 300;
          line-height: 250%; }
  @media (max-width: 768px) {
    #section_grid_full_details #table_container_floor {
      margin-top: 35px; } }

.imgGal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear 0s;
  -webkit-transition: opacity 0.5s linear 0s; }
  .imgGal .gal_wrapper {
    position: sticky;
    container-type: inline-size;
    top: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 100dvh;
    width: calc(100% - (2 * 40px));
    padding-left: 40px;
    padding-right: 40px;
    max-width: calc(1600px - (2 * 40px)); }
    .imgGal .gal_wrapper .galImg_wrapper {
      position: relative;
      display: inline-block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .imgGal .gal_wrapper .galImg_wrapper .galImg {
        position: relative;
        max-width: 1400px;
        transition: all 0.5s cubic-bezier(1, 0, 0.85, 0.48) 0s;
        -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.85, 0.48) 0s; }
        @media (max-width: 1600px) {
          .imgGal .gal_wrapper .galImg_wrapper .galImg {
            max-width: 100cqw; } }
      .imgGal .gal_wrapper .galImg_wrapper .closeGal_wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        transform: translateY(-175%);
        z-index: 2; }
        .imgGal .gal_wrapper .galImg_wrapper .closeGal_wrapper h1 {
          display: inline-block;
          position: absolute;
          text-align: left;
          color: #C4F220;
          font-family: 'Nunito Sans', sans-serif;
          font-weight: 800;
          font-size: 12px;
          top: 50%;
          transform: translateY(-50%);
          padding-right: 40px; }
        .imgGal .gal_wrapper .galImg_wrapper .closeGal_wrapper .closeGal {
          position: relative;
          float: right;
          display: inline-block;
          width: clamp(20px, 2vw, 27px);
          height: clamp(20px, 2vw, 27px);
          cursor: pointer; }
    .imgGal .gal_wrapper .gal_nav {
      display: grid;
      position: absolute;
      grid-template-columns: 40px 1fr 40px;
      width: 100%;
      max-width: 1600px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .imgGal .gal_wrapper .gal_nav .gal_navImg {
        position: relative;
        width: clamp(15px, 1.75vw, 20px); }
      .imgGal .gal_wrapper .gal_nav .butImgLeftClicked {
        animation: horiznavLeft  0.2s ease-in-out forwards;
        -webkit-animation: horiznavLeft  0.2s ease-in-out forwards;
        -moz-animation: horiznavLeft  0.2s ease-in-out forwards; }
      .imgGal .gal_wrapper .gal_nav .butImgRightClicked {
        animation: horiznavRight  0.2s ease-in-out forwards;
        -webkit-animation: horiznavRight   0.2s ease-in-out forwards;
        -moz-animation: horiznavRight 0.2s ease-in-out forwards; }
      .imgGal .gal_wrapper .gal_nav .gal_nav_left {
        display: inline-block;
        position: relative;
        grid-column-start: 1;
        cursor: pointer;
        left: 50%;
        transform: translateX(-50%);
        width: clamp(15px, 1.75vw, 20px); }
      .imgGal .gal_wrapper .gal_nav .gal_nav_right {
        display: inline-block;
        position: relative;
        grid-column-start: 3;
        cursor: pointer;
        left: 50%;
        transform: translateX(-50%);
        width: clamp(15px, 1.75vw, 20px); }

.imgGal-active {
  visibility: visible;
  opacity: 1; }

#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: calc(1600px - (2 * 20px));
    width: calc(100% - (2 * 20px));
    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: calc(1600px - (2 * 20px));
    width: calc(100% - (2 * 20px));
    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: calc(1600px - (2 * 100px));
        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: calc(1600px - (2 * 100px));
        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-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: calc(1600px - (2 * 100px));
        padding-left: clamp(40px, 6vw, 100px);
        padding-right: clamp(40px, 6vw, 100px);
        				/* @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 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-energy-efficiency .imgWrapper .homeImg .car_inner .grid_inner_el1 .msg_block .carousel_a .car_cta_but h2 {
                      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_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;
    		/* @include max_600_px {
    
    			min-width: 550vw;
    
    		} */ }
    @media (max-width: 1600px) {
      #carouselWrapper-energy-efficiency .car_bg_img {
        min-width: 175vw; } }

#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 {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1%; }
  .thirds-grid .thirds-grid_a {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 2.5%; }
    .thirds-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 {
        position: absolute;
        left: 0%;
        top: 100%;
        transform: translateY(-100%);
        font-family: 'daxbold';
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #9c9c9c;
        font-size: 7cqw;
        padding-bottom: 5%;
        padding-left: 5%;
        transition: color 0.3s ease-out; }
      .thirds-grid .thirds-grid_a .thirds-grid-inner .lrg-icon-img {
        position: relative;
        width: 100%; }
    .thirds-grid .thirds-grid_a .thirds-grid-inner::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, #14613e 0%, #4ba742 50%, #bed931 100%);
      z-index: -1;
      transition: opacity 0.3s ease-out;
      opacity: 0; }
    .thirds-grid .thirds-grid_a .thirds-grid-inner:hover::before {
      opacity: 1; }
    .thirds-grid .thirds-grid_a .thirds-grid-inner:hover .thirds-grid-header {
      color: white; }

#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: calc(1600px - (2 * 20px));
        padding-left: 20px;
        padding-right: 20px;
        z-index: 2; }
        @media (max-width: 1330px) {
          #carouselWrapper-cat .imgWrapper .homeImg .car_inner {
            width: calc(100vw - (2 * 20px)); } }
        @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;
              			    			/* @include max_1330_px {
              
              								line-height: 6vw;
              				    			font-size: 7vw;
              				    			padding-bottom: 20px;
              
              							} */ }
              @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 .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: calc(1600px - (2 * 20px));
    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% - (2 * 10vw));
    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% - (2 * 20px));
        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;
        				/* #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 .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 .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);
            							/* .hotspot-container_pointerDn {
            
            								display: none;
            								position: absolute;
            								width: 15%;
            								min-width: 50px;
            								height: auto;
            								top: 100%;
            
            							} */ }
            @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-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 horiznavLeft {
  0% {
    left: 0px; }
  50% {
    left: -5px; }
  100% {
    left: 0px; } }
@keyframes horiznavRight {
  0% {
    left: 0px; }
  50% {
    left: 5px; }
  100% {
    left: 0px; } }
@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%);
  	/* 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);
  
  	} */ }

.top-pad {
  padding-top: 100px; }

.span-height-65 {
  height: 65vh; }

.vert-align {
  top: 50%;
  transform: translate(-50%, -50%); }

.top-pad-15 {
  padding-top: 15px; }

.bottom-pad {
  padding-bottom: 100px; }

.bottom-pad-75 {
  padding-bottom: 75px; }

.bottom-pad-50 {
  padding-bottom: 50px; }

.bottom-pad-150 {
  padding-bottom: 150px; }

.bottom-marg {
  margin-bottom: 100px; }

.no-pad {
  padding: 0; }

.width {
  width: calc(100% - (2 * 80px));
  max-width: calc(1600px - (2 * 80px));
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 600px) {
    .width {
      width: calc(100% - (2 * 20px));
      max-width: calc(1600px - (2 * 20px));
      padding-left: 20px;
      padding-right: 20px; } }

.tape_gallery_wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - (2 * 20px));
  max-width: calc(1600px - (2 * 20px));
  	/* @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: #393B3A; }
    .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: calc(1600px - (2 * 20px));
    padding-left: 20px;
    padding-right: 20px;
    		/* .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-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 .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 .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 .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 {
            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 .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-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 {
  visibility: hidden;
  position: absolute;
  background-color: white;
  top: 0px;
  transition: top 0.0s ease 0s;
  -webkit-transition: top 0.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 {
    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 {
    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 {
    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 {
      font-size: 20px; }

.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: calc(1600px - 2 * 20px);
  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: calc(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: calc(1600px - (2 * 20px));
    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% - 2 * 20px);
    max-width: calc(1600px - 2 * 20px);
    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: white; }
        .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; }
      .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: calc(1600px - (2 * 20px));
    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: calc(1600px - (2 * 20px));
    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% - ( 2 * 20px)); }
      .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: calc(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: calc(1600px - (2 * 20px));
      z-index: 3;
      padding-left: 20px;
      padding-right: 20px;
      			/* 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 .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: 768px) {
            .full-width_wrapper .section-grid .section .small-text-device-height-wrapper .small-text-device-holder {
              grid-template-columns: repeat(1, minmax(280px, 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;
                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 .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: #393B3A; }
              .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 .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 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 .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 .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 .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 #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% - 2 * 20px);
  max-width: calc(1600px - 2 * 20px);
  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) */ }
    .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; }

#contact_map {
  width: 100%;
  min-height: 50vh; }

.divLine {
  height: 1px;
  width: 100%;
  background-color: white; }

.footer {
  width: 100%;
  margin-top: auto;
  background-color: #212121; }
  .footer .section-title_wrapper .footer_inner {
    position: relative;
    width: 100%; }
    .footer .section-title_wrapper .footer_inner .tagline {
      position: relative;
      width: 344px;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (max-width: 450px) {
        .footer .section-title_wrapper .footer_inner .tagline {
          width: 290px; } }
    .footer .section-title_wrapper .footer_inner .footer_grid {
      display: grid;
      position: relative;
      grid-template-columns: 1fr 1fr;
      max-width: 400px;
      left: 50%;
      transform: translateX(-50%);
      padding-bottom: 50px;
      				/* @include max_1090_px {
      
      					max-width: 800px;
      
      				} */
      				/* @include max_1023_px {
      
      					padding-left: 20px;
      					padding-right: 20px;
      					grid-template-columns: 1fr 1fr;
      					grid-template-rows: fit-content(100%) fit-content(100%);
      					grid-row-gap: 30px;
      					grid-row-gap: 100px;
      
      				} */
      				/* @include max_600_px {
      
      					max-width: 400px;
      					
      
      				} */
      				/* @include max_359_px {
      
      					grid-column-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; }
          @media (max-width: 450px) {
            .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul {
              left: 0%;
              transform: translateX(0%); } }
          .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li {
            padding-bottom: 15px; }
            .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 h1 {
                font-family: "Mulish", sans-serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-size: 12px;
                font-style: normal;
                color: #6D6E71;
                line-height: 22px;
                -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: 0px;
                min-height: 54px; }
              .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a h2:hover {
                text-decoration: underline;
                text-underline-offset: 5px; }
              .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a #greenH2_01, .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a #greenH2_02 {
                color: #C4F220; }
              .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a #greenH2_01:hover, .footer .section-title_wrapper .footer_inner .footer_grid .footer-item .footer-ul li .footer_a #greenH2_02: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 li h2 {
              display: inline-block;
              font-family: "Mulish", sans-serif;
              font-optical-sizing: auto;
              font-weight: 700;
              font-size: 11px;
              font-style: normal;
              color: white;
              -moz-user-select: none;
              -ms-user-select: none;
              -khtml-user-select: none;
              -webkit-user-select: none;
              -webkit-touch-callout: none; }
        @media (max-width: 450px) {
          .footer .section-title_wrapper .footer_inner .footer_grid .footer-item #footer-ul-right {
            left: 0%;
            transform: translateX(0%);
            float: right; } }
        .footer .section-title_wrapper .footer_inner .footer_grid .footer-item #footer-ul_sm {
          min-width: 116.48px; }
    .footer .section-title_wrapper .footer_inner .copyright_wrapper {
      padding-bottom: 15px; }
      .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Mulish", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 10px;
        font-style: normal;
        color: #6D6E71;
        -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: 25px;
        text-align: center; }
        @media (max-width: 768px) {
          .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 {
            font-size: 10px; } }
        .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 tagline {
          font-size: 10px;
          text-align: center; }
          @media (max-width: 768px) {
            .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 tagline {
              font-size: 10px; } }
          .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 tagline bold {
            font-weight: 800; }
            .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 tagline bold sup {
              display: inline-block;
              position: relative;
              top: 12px;
              font-size: 10px;
              line-height: 0px;
              vertical-align: top; }
          .footer .section-title_wrapper .footer_inner .copyright_wrapper .copyright_inner h1 tagline bold:hover {
            cursor: pointer;
            color: white; }

.catInfo {
  display: none; }

.urlInfo {
  display: none; }

.path_dta {
  display: none; }

.desc_hidden {
  display: none; }

/*# sourceMappingURL=style_v0.22.css.map */
