@font-face {
  font-family: light_font;
  src: url("../fonts/lexlight.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/lexreg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/lexmed.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/lexsemi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/lexbold.ttf");
}

@font-face {
  font-family: header_reg;
  src: url("../fonts/lexreg.ttf");
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/lexmed.ttf");
}

@font-face {
  font-family: header_bold;
  src: url("../fonts/lexbold.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #fdfcfa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #323232;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #e41e38;
}

body p.accent,
body .content_ul li.accent {
  color: #000;
}

body p.secondary,
body .content_ul li.secondary {
  color: #263543;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-family: med_font;
  color: #000;
  line-height: 1.0em;
}

body .common_header.primary {
  color: #e41e38;
}

body .common_header.accent {
  color: #000;
}

body .common_header.secondary {
  color: #263543;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.capital {
  text-transform: uppercase;
}

body .common_header.header_reg {
  font-family: header_reg;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.header_bold {
  font-family: header_bold;
}

body .common_header span {
  font-family: bold_font;
  color: #e41e38;
}

body .common_header span.primary {
  color: #e41e38;
}

body .common_header span.accent {
  color: #000;
}

body .common_header span.secondary {
  color: #263543;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e41e38;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: normal;
  border-radius: 80px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #263543;
}

body .common_anchor.secondary {
  background-color: #263543;
  color: #fff;
}

body .common_anchor.secondary:hover {
  background-color: #e41e38;
  color: #fff;
}

body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #e41e38;
  color: #e41e38;
}

body .common_anchor.border_anchor:hover {
  background-color: #e41e38;
  color: #fff;
}

body .common_anchor.header_btn {
  background-color: transparent;
  border: 2px solid #e41e38;
  color: #fff;
}

body .common_anchor.header_btn:hover {
  background-color: #e41e38;
  border-color: #e41e38;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 15px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #e41e38 !important;
  color: #000;
}

body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 15px !important;
}

body .nav.nav-tabs li a {
  color: #323232;
}

body .nav.nav-tabs li.active a {
  background-color: #e41e38;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a,
  body .common_anchor {
    font-size: 16px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 100px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a,
  body .common_anchor {
    font-size: 14px;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 80px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a,
  body .common_anchor {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a,
  body .common_anchor {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a,
  body .common_anchor {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 25px;
  }
  body .common_header.large {
    font-size: 45px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.gardient {
  background: #C7883D;
  background: -webkit-gradient(linear, right top, left top, from(#c7883d), color-stop(48%, #eec789), to(#e3ad56));
  background: linear-gradient(270deg, #c7883d 0%, #eec789 48%, #e3ad56 100%);
}

.gradient_text {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

/*Home starts*/
.slider_wrap .mobile {
  display: none;
}

/*Site Header Start*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site_header.is_scrolled .main_header {
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.site_header.is_scrolled .main_header .header_btn {
  color: #fff;
  background-color: #e41e38;
  border-color: #e41e38;
}

.site_header.is_scrolled .main_header .header_btn:hover {
  background-color: #263543;
  border-color: #263543;
}

.site_header .utility_bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}

.site_header .utility_bar .utility_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.site_header .utility_bar .utility_tag {
  display: inline-block;
  color: #e41e38;
  font-family: bold_font;
  margin-right: 10px;
}

.site_header .utility_bar .utility_text {
  display: inline-block;
  color: #323232;
  font-family: reg_font;
}

.site_header .utility_bar .utility_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.site_header .utility_bar .utility_link {
  display: inline-block;
  color: #323232;
  text-decoration: none;
  font-family: reg_font;
  margin-right: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .utility_bar .utility_link:hover {
  color: #e41e38;
}

.site_header .utility_bar .utility_lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  font-family: med_font;
}

.site_header .utility_bar .utility_flag {
  display: inline-block;
  width: 18px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
}

.site_header .main_header {
  position: relative;
  background-color: transparent;
  padding: 16px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .flex_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.site_header .main_header .header_logo {
  display: inline-block;
}

.site_header .main_header .header_logo img {
  display: block;
  width: 170px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .header_nav {
  margin-left: 25px;
}

.site_header .main_header .header_nav ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site_header .main_header .header_nav li {
  display: inline-block;
  margin: 0 18px;
}

.site_header .main_header .header_nav a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: reg_font;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .header_nav a:hover {
  color: #e41e38;
}

.site_header .main_header .header_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}

.site_header .main_header .mega_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.site_header .main_header .mega_menu .mega_menu_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.85fr 1fr 1.3fr 1fr;
      grid-template-columns: 0.85fr 1fr 1.3fr 1fr;
  padding: 32px 0;
}

.site_header .main_header .mega_menu .mega_col {
  padding: 0 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.site_header .main_header .mega_menu .mega_col:first-child {
  padding-left: 0;
}

.site_header .main_header .mega_menu .mega_col:last-child {
  padding-right: 0;
  border-right: none;
}

.site_header .main_header .mega_menu .mega_col_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #e41e38;
  font-family: bold_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site_header .main_header .mega_menu .mega_col_label span {
  color: #323232;
  font-family: reg_font;
  letter-spacing: 0.04em;
  text-transform: none;
}

.site_header .main_header .mega_menu .mega_l1_list,
.site_header .main_header .mega_menu .mega_l2_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site_header .main_header .mega_menu .mega_l1_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l1_list li.active, .site_header .main_header .mega_menu .mega_l1_list li:hover {
  background-color: rgba(228, 30, 56, 0.06);
}

.site_header .main_header .mega_menu .mega_l1_list li.active .mega_l1_label, .site_header .main_header .mega_menu .mega_l1_list li:hover .mega_l1_label {
  color: #e41e38;
  font-family: bold_font;
}

.site_header .main_header .mega_menu .mega_l1_list li.active .mega_l1_icon, .site_header .main_header .mega_menu .mega_l1_list li:hover .mega_l1_icon {
  background-color: #e41e38;
  border-color: #e41e38;
  color: #fff;
}

.site_header .main_header .mega_menu .mega_l1_list li.active .mega_l1_arrow, .site_header .main_header .mega_menu .mega_l1_list li:hover .mega_l1_arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site_header .main_header .mega_menu .mega_l1_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #323232;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l1_icon svg {
  width: 15px;
  height: 15px;
}

.site_header .main_header .mega_menu .mega_l1_label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l1_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 13px;
  color: #e41e38;
  opacity: 0;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l1_arrow svg {
  width: 100%;
  height: 100%;
}

.site_header .main_header .mega_menu .mega_l2_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l2_list li.active, .site_header .main_header .mega_menu .mega_l2_list li:hover {
  background-color: rgba(228, 30, 56, 0.06);
  color: #e41e38;
  font-family: bold_font;
}

.site_header .main_header .mega_menu .mega_l2_list li.active .mega_l2_arrow, .site_header .main_header .mega_menu .mega_l2_list li:hover .mega_l2_arrow {
  opacity: 1;
}

.site_header .main_header .mega_menu .mega_l2_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l2_arrow svg {
  width: 100%;
  height: 100%;
}

.site_header .main_header .mega_menu .mega_l3_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.site_header .main_header .mega_menu .mega_l3_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l3_item:hover {
  border-color: #e41e38;
  background-color: rgba(228, 30, 56, 0.05);
}

.site_header .main_header .mega_menu .mega_l3_item:hover .mega_l3_label {
  color: #e41e38;
}

.site_header .main_header .mega_menu .mega_l3_item:hover .mega_l3_icon {
  color: #e41e38;
}

.site_header .main_header .mega_menu .mega_l3_icon {
  width: 35px;
  height: 35px;
  color: #323232;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_l3_icon svg {
  width: 100%;
  height: 100%;
}

.site_header .main_header .mega_menu .mega_l3_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site_header .main_header .mega_menu .mega_l3_label {
  color: #000;
  font-family: med_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_featured_media {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.site_header .main_header .mega_menu .mega_featured_media img {
  display: block;
  width: 100%;
  height: auto;
}

.site_header .main_header .mega_menu .mega_featured_title {
  margin-top: 14px;
  padding-top: 0;
  color: #000;
  font-family: bold_font;
}

.site_header .main_header .mega_menu .mega_featured_desc {
  color: #323232;
}

.site_header .main_header .mega_menu .mega_featured_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: #e41e38;
  font-family: bold_font;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_featured_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mega_menu .mega_featured_link span svg {
  width: 100%;
  height: 100%;
}

.site_header .main_header .mega_menu .mega_featured_link:hover span {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.site_header .main_header .mobile_menu_toggle {
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin-left: 20px;
  cursor: pointer;
}

.site_header .main_header .mobile_menu_toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .main_header .mobile_menu_toggle span:nth-child(1) {
  top: 0;
}

.site_header .main_header .mobile_menu_toggle span:nth-child(2) {
  top: 9px;
}

.site_header .main_header .mobile_menu_toggle span:nth-child(3) {
  top: 18px;
}

.site_header.nav_open .mobile_menu_toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site_header.nav_open .mobile_menu_toggle span:nth-child(2) {
  opacity: 0;
}

.site_header.nav_open .mobile_menu_toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Site Header End*/
/*Mobile Full-Screen Nav Start*/
/* Deliberately NOT nested under .site_header: that ancestor gets a GSAP `y`
   entrance transform on load, and per spec, any ancestor with an active
   transform becomes the containing block for position:fixed descendants
   instead of the viewport - which confined this panel to header height. */
.mobile_nav_panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  overflow: hidden;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_nav_panel.open {
  visibility: visible;
  opacity: 1;
}

.mobile_nav_screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 110px 24px 40px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mobile_nav_products {
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile_nav_products.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_nav_main_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile_nav_main_list li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile_nav_main_list li:first-child {
  border-top: none;
}

.mobile_nav_main_list a,
.mobile_nav_main_list .mobile_nav_has_children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  text-decoration: none;
  font-family: med_font;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_nav_main_list a:hover,
.mobile_nav_main_list .mobile_nav_has_children:hover {
  color: #e41e38;
}

.mobile_nav_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #e41e38;
}

.mobile_nav_next svg {
  width: 100%;
  height: 100%;
}

.mobile_nav_cta {
  display: inline-block;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mobile_nav_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 0;
  background: none;
  border: none;
  color: #323232;
  font-family: med_font;
  cursor: pointer;
}

.mobile_nav_back svg {
  width: 16px;
  height: 16px;
}

.mobile_nav_screen_title {
  margin: 0 0 16px;
  padding-top: 0;
  color: #000;
}

.mobile_l1_list,
.mobile_l2_list,
.mobile_l3_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile_l1_item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile_l1_item:first-child {
  border-top: none;
}

.mobile_l1_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
  background: none;
  border: none;
  text-align: left;
  color: #000;
  font-family: med_font;
  cursor: pointer;
}

.mobile_l1_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #323232;
}

.mobile_l1_icon svg {
  width: 14px;
  height: 14px;
}

.mobile_l1_head_label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mobile_accordion_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.mobile_accordion_icon:before, .mobile_accordion_icon:after {
  content: '';
  position: absolute;
  background-color: #e41e38;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_accordion_icon:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile_accordion_icon:after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile_l1_item.open > .mobile_l1_head .mobile_accordion_icon:after,
.mobile_l2_item.open > .mobile_l2_head .mobile_accordion_icon:after {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

.mobile_l2_wrap,
.mobile_l3_wrap {
  height: 0;
  overflow: hidden;
}

.mobile_l2_item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile_l2_item:first-child {
  border-top: none;
}

.mobile_l2_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 0 10px 42px;
  background: none;
  border: none;
  text-align: left;
  color: #323232;
  cursor: pointer;
}

.mobile_l3_list li {
  padding: 8px 0 8px 42px;
  color: #323232;
}

/*Mobile Full-Screen Nav End*/
/*Hero Section Start*/
.hero_section {
  position: relative;
  overflow: hidden;
  background-color: #263543;
}

.hero_section .image_wrap {
  position: relative;
  z-index: 0;
}

.hero_section .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.hero_section .image_wrap .mobile {
  display: none;
}

.hero_section .hero_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_section .hero_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.hero_section .hero_content_wrap .hero_content {
  max-width: 640px;
  padding-top: 24vh;
}

.hero_section .hero_content_wrap .hero_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero_section .hero_content_wrap .hero_title span {
  display: block;
}

.hero_section .hero_content_wrap .hero_desc {
  max-width: 480px;
}

.hero_section .video_popup_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 68vh;
  z-index: 3;
}

.hero_section .video_popup_wrap .video_popup_inner {
  text-align: right;
}

.hero_section .video_popup_wrap .video_popup {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 230px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_section .video_popup_wrap .video_popup:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hero_section .video_popup_wrap .video_popup_thumb {
  display: block;
  position: relative;
}

.hero_section .video_popup_wrap .video_popup_thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(55%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
}

.hero_section .video_popup_wrap .video_popup_thumb img {
  display: block;
  width: 100%;
}

.hero_section .video_popup_wrap .video_popup_label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-family: med_font;
}

.hero_section .video_popup_wrap .video_popup_play {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
}

.hero_section .video_popup_wrap .video_popup_play img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero_section .ticker_wrap {
  position: absolute;
  left: 0;
  top: 110vh;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  background-color: rgba(247, 247, 247, 0.92);
  padding: 25px 0;
}

.hero_section .ticker_wrap .ticker_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hero_section .ticker_wrap .ticker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.hero_section .ticker_wrap .ticker_list li {
  display: inline-block;
  color: #e41e38;
  font-family: reg_font;
  margin-right: 30px;
  text-transform: uppercase;
}

.hero_section .ticker_wrap .ticker_list li.ticker_icon img {
  display: block;
  width: 20px;
  height: auto;
}

/*Hero Section End*/
/*Stack Section Start*/
.stack_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.stack_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.stack_card {
  position: -webkit-sticky;
  position: sticky;
}

.stack_card:nth-child(1) {
  top: 110px;
}

.stack_card:nth-child(2) {
  top: 134px;
}

.stack_card:nth-child(3) {
  top: 158px;
}

.stack_card:nth-child(4) {
  top: 182px;
}

.stack_card .stack_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  min-height: 480px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.stack_card .stack_card_text {
  width: 45%;
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stack_card .stack_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.stack_card .stack_desc {
  max-width: 400px;
}

.stack_card .stack_link {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 15px;
  color: #e41e38;
  font-family: bold_font;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stack_card .stack_link:hover {
  color: #263543;
}

.stack_card .stack_card_media {
  width: 55%;
  position: relative;
}

.stack_card .stack_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Stack Section End*/
/*Common section*/
.divider_text {
  text-align: center;
}

.divider_text .gridContainer {
  padding-left: 25%;
  padding-right: 25%;
}

.divider_text.hero_below {
  background: #fff;
  padding-top: 15vh;
}

.divider_text.no_padding .gridContainer {
  padding-left: 12%;
  padding-right: 12%;
}

/*Common section End*/
/*Category Section Start*/
.category_section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 7vh;
}

.category_glow_top {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  max-width: 900px;
  height: 180px;
  background: radial-gradient(ellipse at center, #e41e38 0%, rgba(228, 30, 56, 0) 70%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 0;
  pointer-events: none;
}

.category_panel {
  position: relative;
  background-color: #10161c;
  border-radius: 80px;
  overflow: visible;
  padding: 70px 40px 60px;
  z-index: 1;
}

.category_panel .category_glow_left,
.category_panel .category_glow_right {
  position: absolute;
  top: 0;
  width: 260px;
  height: 100%;
  z-index: 0;
  opacity: 0.35;
  pointer-events: none;
}

.category_panel .category_glow_left {
  left: 0;
  background: radial-gradient(ellipse at left center, rgba(228, 30, 56, 0.5) 0%, rgba(228, 30, 56, 0) 70%);
}

.category_panel .category_glow_right {
  right: 0;
  background: radial-gradient(ellipse at right center, rgba(228, 30, 56, 0.5) 0%, rgba(228, 30, 56, 0) 70%);
}

.category_panel .category_head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.category_panel .category_icon {
  width: 60px;
  margin: 0 auto;
}

.category_panel .category_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.category_panel .category_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.category_panel .category_desc {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.6);
}

.category_panel .category_tabs {
  position: relative;
  z-index: 2;
  margin-top: 7vh;
}

.category_panel .category_tabs ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category_panel .category_tabs li {
  position: relative;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.category_panel .category_tabs li:last-child {
  border-right: none;
}

.category_panel .category_tabs a {
  display: inline-block;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: med_font;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category_panel .category_tabs li.active a {
  color: #fff;
}

.category_panel .category_tabs li.active:after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(228, 30, 56, 0)), color-stop(50%, #e41e38), to(rgba(228, 30, 56, 0)));
  background: linear-gradient(90deg, rgba(228, 30, 56, 0) 0%, #e41e38 50%, rgba(228, 30, 56, 0) 100%);
  -webkit-box-shadow: 0 0 16px 2px rgba(228, 30, 56, 0.8);
          box-shadow: 0 0 16px 2px rgba(228, 30, 56, 0.8);
}

.category_panel .category_grid {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 15vh;
}

.category_panel .category_item {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category_panel .category_item:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.category_panel .category_item:hover .category_item_media img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.category_panel .category_item_media {
  position: relative;
  overflow: hidden;
}

.category_panel .category_item_media:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.category_panel .category_item_media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category_panel .category_item_label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  padding-top: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: med_font;
}

.category_panel .category_stats {
  margin-top: 60px;
}

.category_panel .category_stats_divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.category_panel .category_stats_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
}

.category_panel .category_stats_title {
  margin: 0;
  max-width: 560px;
}

.category_panel .category_stats_desc {
  max-width: 420px;
  margin-left: auto;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

.category_panel .category_stats_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.category_panel .category_stat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.category_panel .category_stat:last-child {
  border-right: none;
}

.category_panel .category_stat_number {
  margin: 0;
}

.category_panel .category_stat_label {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
}

/*Category Section End*/
/*Certification Marquee Start*/
.certi_section {
  padding: 50px 0;
  overflow: hidden;
  padding-top: 0;
}

.certi_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.certi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.certi_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 90px;
}

.certi_item img {
  display: block;
  width: 120px;
  height: auto;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.certi_item:hover img {
  opacity: 1;
}

/*Certification Marquee End*/
/*Blog Section Start*/
.blog_section {
  padding-bottom: 7vh;
  margin-top: 7vh;
}

.blog_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog_card {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.blog_card:hover .blog_card_media img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.blog_card_media {
  overflow: hidden;
}

.blog_card_media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card_body {
  padding: 26px 26px 30px;
}

.blog_card_title {
  margin: 0;
  line-height: 1.3em;
}

.blog_card_link {
  display: inline-block;
  margin-top: 15px;
  color: #e41e38;
  font-family: bold_font;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/*Blog Section End*/
/*Education Section Start*/
.education_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.education_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}

.education_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
}

.education_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.education_title span {
  display: block;
}

.education_divider {
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 15px;
  background-color: #e41e38;
}

.education_desc {
  max-width: 420px;
}

.education_cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.education_cta_arrow {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.education_cta:hover .education_cta_arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.education_media {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.education_media_glow {
  position: absolute;
  top: -12%;
  right: -12%;
  width: 65%;
  height: 124%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(228, 30, 56, 0.45) 0%, rgba(228, 30, 56, 0) 70%);
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.education_video {
  position: relative;
  display: block;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.education_video img {
  display: block;
  width: 100%;
  height: auto;
}

.education_video_play {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: 54px;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.education_video_play img {
  display: block;
  width: 100%;
  height: 100%;
}

.education_video:hover .education_video_play {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.education_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.education_card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 34px 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.education_card:hover {
  border-color: transparent;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.education_card_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(228, 30, 56, 0.3);
  border-radius: 50%;
  color: #e41e38;
}

.education_card_icon svg {
  width: 26px;
  height: 26px;
}

.education_card_divider {
  display: block;
  width: 26px;
  height: 2px;
  margin: 18px 0;
  background-color: #e41e38;
}

.education_card_title {
  margin: 0;
  line-height: 1.3em;
}

/*Education Section End*/
/*Events Section Start*/
.events_section {
  padding-top: 7vh;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15vh;
}

.events_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}

.events_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
}

.events_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.events_title span {
  display: block;
}

.events_desc {
  max-width: 420px;
}

.events_cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.events_cta_arrow {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events_cta:hover .events_cta_arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.events_map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.events_map img {
  display: block;
  width: 100%;
  height: auto;
}

.events_slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.events_nav {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #323232;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.events_nav svg {
  width: 18px;
  height: 18px;
}

.events_nav:hover {
  background-color: #e41e38;
  border-color: #e41e38;
  color: #fff;
}

.events_nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.events_slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.event_card {
  height: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event_card:hover {
  border-color: transparent;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.event_date {
  color: #e41e38;
  font-family: bold_font;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 0;
}

.event_title {
  margin: 0;
  line-height: 1.3em;
}

.event_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #000;
}

.event_location .event_icon {
  width: 15px;
  height: 15px;
  color: #323232;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event_location .event_icon svg {
  width: 100%;
  height: 100%;
}

.event_venue {
  color: #323232;
  padding-top: 2px;
}

.event_divider {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 18px 0;
}

.event_meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.event_meta li:last-child {
  margin-bottom: 0;
}

.event_meta .event_icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #323232;
}

.event_meta .event_icon svg {
  width: 100%;
  height: 100%;
}

.event_meta .event_meta_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #323232;
  opacity: 0.7;
  min-width: 55px;
}

.event_meta .event_meta_value {
  color: #000;
  font-family: med_font;
  text-align: right;
  margin-left: auto;
}

.event_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #e41e38;
  font-family: bold_font;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event_link_arrow {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event_link:hover .event_link_arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.events_dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.events_dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e41e38;
  width: 22px;
  border-radius: 5px;
}

/*Events Section End*/
/*FAQ Section Start*/
.faq_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.faq_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}

.faq_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  max-width: 56%;
}

.faq_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.faq_title span {
  display: block;
}

.faq_accordion {
  margin-top: 40px;
}

.faq_item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_item:last-child {
  margin-bottom: 0;
}

.faq_item.active {
  border-color: rgba(228, 30, 56, 0.25);
}

.faq_item.active .faq_question {
  color: #e41e38;
}

.faq_item.active .faq_icon:after {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

.faq_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: reg_font;
}

.faq_number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #e41e38;
  font-family: bold_font;
}

.faq_divider_line {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1px;
  height: 20px;
  margin: 0 18px;
  background-color: rgba(0, 0, 0, 0.12);
}

.faq_question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-family: med_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.faq_icon:before, .faq_icon:after {
  content: '';
  position: absolute;
  background-color: #e41e38;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_icon:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_icon:after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq_item_body {
  height: 0;
  overflow: hidden;
}

.faq_item_body_inner {
  padding: 0 24px 24px;
}

.faq_item_body_inner p {
  padding-top: 0;
  max-width: 560px;
}

.faq_contact_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.faq_contact_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(228, 30, 56, 0.1);
  color: #e41e38;
}

.faq_contact_icon svg {
  width: 22px;
  height: 22px;
}

.faq_contact_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq_contact_title {
  display: block;
  color: #000;
  font-family: med_font;
}

.faq_contact_desc {
  display: block;
  color: #323232;
  margin-top: 4px;
}

.faq_contact_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
}

.faq_contact_btn_arrow {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq_contact_btn:hover .faq_contact_btn_arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.faq_media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq_media img {
  display: block;
  width: 100%;
  height: auto;
}

/*FAQ Section End*/
/*Footer Start*/
.site_footer {
  background-color: #0c1115;
  color: #fff;
  overflow: hidden;
}

.footer_top {
  position: relative;
  height: 400px;
}

.footer_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.footer_brand_wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}

.footer_brand_wrap .gridContainer {
  height: 100%;
}

.footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 380px;
}

.footer_logo {
  display: block;
  width: 250px;
  height: auto;
}

.footer_desc {
  color: rgba(255, 255, 255, 0.7);
}

.footer_links {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_links_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer_col_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer_col_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #e41e38;
}

.footer_col_icon svg {
  width: 100%;
  height: 100%;
}

.footer_col_title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: bold_font;
}

.footer_col_title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #e41e38;
}

.footer_col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_col ul li {
  margin-bottom: 12px;
}

.footer_col ul li:last-child {
  margin-bottom: 0;
}

.footer_col ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_col ul a:hover {
  color: #fff;
}

.footer_col ul a:hover .footer_link_arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.footer_link_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #e41e38;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_link_arrow svg {
  width: 100%;
  height: 100%;
}

.footer_newsletter {
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_newsletter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.footer_newsletter_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  min-width: 260px;
}

.footer_newsletter_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e41e38;
}

.footer_newsletter_icon svg {
  width: 22px;
  height: 22px;
}

.footer_newsletter_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_newsletter_title {
  display: block;
  color: #fff;
  font-family: bold_font;
}

.footer_newsletter_desc {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.footer_newsletter_form_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  min-width: 240px;
}

.footer_newsletter_form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 0;
  padding: 4px 4px 4px 20px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 80px;
  overflow: visible;
}

.footer_newsletter_form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: none;
  border: none;
  color: #fff;
  font-family: reg_font;
}

.footer_newsletter_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer_newsletter_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer_newsletter_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer_newsletter_form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer_newsletter_form input:focus {
  outline: none;
}
.footer_newsletter_form input.has_error::-webkit-input-placeholder {
  color: #ff8a9a;
}

.footer_newsletter_form input.has_error:-ms-input-placeholder {
  color: #ff8a9a;
}

.footer_newsletter_form input.has_error::-ms-input-placeholder {
  color: #ff8a9a;
}

.footer_newsletter_form input.has_error::placeholder {
  color: #ff8a9a;
}

.footer_newsletter_form input.has_success::-webkit-input-placeholder {
  color: #74d18b;
}

.footer_newsletter_form input.has_success:-ms-input-placeholder {
  color: #74d18b;
}

.footer_newsletter_form input.has_success::-ms-input-placeholder {
  color: #74d18b;
}

.footer_newsletter_form input.has_success::placeholder {
  color: #74d18b;
}

.footer_newsletter_form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background-color: #e41e38;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_newsletter_form button svg {
  width: 16px;
  height: 16px;
}

.footer_newsletter_form button:hover {
  background-color: #fff;
  color: #e41e38;
}

.footer_newsletter_form button:disabled {
  cursor: wait;
  opacity: 0.75;
}



.footer_newsletter_message {
  min-height: 16px;
  margin: 7px 20px 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: reg_font;
  font-size: 12px;
  line-height: 1.35;
}

.footer_newsletter_message.success {
  color: #74d18b;
}

.footer_newsletter_message.error {
  color: #ff8a9a;
}

.footer_follow {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.footer_social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_social_icon svg {
  width: 16px;
  height: 16px;
}

.footer_social_icon:hover {
  background-color: #e41e38;
}

.footer_contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_contact ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.footer_contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
}

.footer_contact ul li:last-child {
  margin-bottom: 0;
}

.footer_contact_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #e41e38;
}

.footer_contact_icon svg {
  width: 100%;
  height: 100%;
}

.footer_bottom {
  padding: 22px 0;
}

.footer_bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.footer_bottom_inner p {
  padding-top: 0;
  color: rgba(255, 255, 255, 0.55);
}

.footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.footer_bottom_links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_bottom_links a:hover {
  color: #fff;
}

/*Footer End*/
/*Collection / Listing Page Start*/
.collection_hero {
  position: relative;
  overflow: hidden;
  padding-top: 225px;
  padding-bottom: 225px;
  background-color: #fdfcfa;
}

.collection_hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.collection_hero_inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.collection_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #323232;
}

.collection_breadcrumb a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_breadcrumb a:hover {
  color: #e41e38;
}

.collection_breadcrumb_sep {
  display: inline-block;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}

.collection_breadcrumb_current {
  color: #323232;
}

.collection_hero_title {
  margin-top: 14px;
}

.collection_hero_desc {
  max-width: 480px;
}

.collection_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #fff;
}

.collection_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.collection_sidebar_backdrop {
  display: none;
}

.collection_sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  width: 270px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.collection_sidebar_head {
  display: none;
}

.collection_sidebar_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  color: #323232;
  cursor: pointer;
}

.collection_sidebar_close svg {
  width: 20px;
  height: 20px;
}

.filter_group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 0;
}

.filter_group:first-child {
  padding-top: 0;
}

.filter_group .filter_group_arrow svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter_group.open .filter_group_arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter_group_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: #000;
  font-family: med_font;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.filter_group_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #323232;
}

.filter_group_arrow svg {
  width: 16px;
  height: 16px;
}

.filter_group_body {
  height: 0;
  overflow: hidden;
}

.filter_option_list {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
}

.filter_option {
  margin-bottom: 12px;
}

.filter_option:last-child {
  margin-bottom: 0;
}

.filter_option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filter_option input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.filter_checkbox {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter_checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filter_option input[type="checkbox"]:checked + .filter_checkbox {
  background-color: #e41e38;
  border-color: #e41e38;
}

.filter_option input[type="checkbox"]:checked + .filter_checkbox:after {
  opacity: 1;
}

.filter_option_label {
  color: #323232;
}

.collection_clear_btn {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 13px;
  background-color: transparent;
  border: 2px solid #e41e38;
  border-radius: 80px;
  color: #e41e38;
  font-family: med_font;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_clear_btn:hover {
  background-color: #e41e38;
  color: #fff;
}

.collection_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.collection_main_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.collection_results_count {
  padding-top: 0;
  color: #323232;
}

.collection_results_number {
  color: #000;
  font-family: bold_font;
}

.collection_active_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.collection_filter_pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 14px;
  border-radius: 30px;
  background-color: rgba(228, 30, 56, 0.07);
  border: 1px solid rgba(228, 30, 56, 0.25);
  color: #e41e38;
  font-family: med_font;
}

.collection_filter_pill button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(228, 30, 56, 0.15);
  border: none;
  color: #e41e38;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_filter_pill button svg {
  width: 10px;
  height: 10px;
}

.collection_filter_pill button:hover {
  background-color: #e41e38;
  color: #fff;
}

.collection_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.collection_empty_state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 6px;
  padding: 70px 20px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.015);
}

.collection_empty_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: rgba(228, 30, 56, 0.08);
  color: #e41e38;
}

.collection_empty_icon svg {
  width: 26px;
  height: 26px;
}

.collection_empty_title {
  color: #000;
  font-family: bold_font;
  font-size: 20px;
}

.collection_empty_desc {
  color: #323232;
  max-width: 420px;
}

.collection_card {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.collection_card:hover .collection_card_media img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.collection_card:hover .collection_card_link span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.collection_card_media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background-color: #f4f4f2;
}

.collection_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_card_body {
  padding: 20px;
}

.collection_card_eyebrow {
  display: block;
  color: #e41e38;
  font-family: bold_font;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.collection_card_title {
  margin-top: 6px;
}

.collection_card_type {
  display: block;
  margin-top: 4px;
  color: #323232;
}

.collection_card_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #e41e38;
  text-decoration: none;
  font-family: med_font;
}

.collection_card_link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_card_link span svg {
  width: 16px;
  height: 16px;
}

.collection_load_more_wrap {
  text-align: center;
  margin-top: 50px;
}

.collection_filter_fab {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border: none;
  border-radius: 80px;
  background-color: #e41e38;
  color: #fff;
  font-family: med_font;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.collection_filter_fab svg {
  width: 18px;
  height: 18px;
}

.collection_filter_fab_count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #e41e38;
  font-family: bold_font;
}

.collection_seo_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f2f2f2;
}

.collection_seo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.collection_seo_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

.collection_seo_title {
  margin-top: 0;
}

.collection_seo_link {
  display: inline-block;
  margin-top: 15px;
  color: #e41e38;
  text-decoration: underline;
  font-family: med_font;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection_seo_link:hover {
  color: #263543;
}

.collection_seo_media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.collection_seo_media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

/*Collection / Listing Page End*/
/*PDP Hero Start*/
.hero_section.pdp_hero .hero_content_wrap {
  text-align: center;
}

.hero_section.pdp_hero .hero_content_wrap .hero_content {
  max-width: none;
  margin: 0 auto;
  padding-top: 12vw;
}

.hero_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.75);
}

.hero_breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_breadcrumb a:hover {
  color: #fff;
}

.hero_breadcrumb_sep {
  display: inline-block;
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.4);
}

.hero_breadcrumb_current {
  color: #fff;
}

.pdp_hero_title {
  margin-top: 14px;
}

/*PDP Hero End*/
/*PDP Gallery Start*/
.pdp_gallery_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.pdp_gallery_wrap {
  position: relative;
}

.pdp_gallery_slider {
  overflow: hidden;
}

.pdp_gallery_slide {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f4f4f2;
  aspect-ratio: 1 / 1;
}

.pdp_gallery_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pdp_gallery_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  cursor: pointer;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pdp_gallery_nav svg {
  width: 20px;
  height: 20px;
}

.pdp_gallery_nav:hover {
  background-color: #e41e38;
  color: #fff;
}

.pdp_gallery_nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.pdp_gallery_nav.pdp_gallery_nav_prev {
  left: 16px;
}

.pdp_gallery_nav.pdp_gallery_nav_next {
  right: 16px;
}

/*PDP Gallery End*/
/*PDP Detail Section Start*/
.pdp_detail_section {
  position: relative;
  background-color: #10161c;
  border-radius: 80px;
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 90vh;
}

.pdp_detail_glow_top {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 160px;
  background: radial-gradient(ellipse at center, rgba(228, 30, 56, 0.9) 0%, rgba(228, 30, 56, 0) 70%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: 0;
  pointer-events: none;
}

.pdp_detail_top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.pdp_detail_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.pdp_detail_icon {
  width: 46px;
}

.pdp_detail_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.pdp_detail_title {
  margin-top: 15px;
}

.pdp_detail_media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.pdp_detail_media img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pdp_detail_media .mobile {
  display: none;
}

.pdp_detail_gallery {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  margin-top: 15vh !important;
}

.pdp_detail_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
}

.pdp_detail_card img {
  display: block;
  width: 100%;
  height: auto;
}

.pdp_detail_card_2 {
  margin-top: 90px;
}

/*PDP Detail Section End*/
/*PDP Info Grid Start*/
.pdp_info_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.pdp_info_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pdp_info_item_full {
  grid-column: 1 / -1;
}

.pdp_info_item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pdp_info_item.active {
  border-color: rgba(228, 30, 56, 0.25);
}

.pdp_info_item.active .pdp_info_icon:after {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

.pdp_info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: reg_font;
}

.pdp_info_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #e41e38;
  font-family: bold_font;
}

.pdp_info_icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.pdp_info_icon:before, .pdp_info_icon:after {
  content: '';
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pdp_info_icon:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pdp_info_icon:after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pdp_info_body {
  height: 0;
  overflow: hidden;
}

.pdp_info_body_inner {
  padding: 0 24px 22px;
}

.pdp_info_body_inner p {
  padding-top: 0;
  max-width: 640px;
}

.pdp_order_table_wrap {
  margin-bottom: 20px;
  overflow-x: auto;
}

.pdp_order_table_wrap:last-child {
  margin-bottom: 0;
}

.pdp_order_caption {
  font-family: bold_font;
  color: #000;
  margin-bottom: 10px;
}

.pdp_order_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.pdp_order_table th,
.pdp_order_table td {
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  white-space: nowrap;
}

.pdp_order_table th {
  background-color: rgba(228, 30, 56, 0.06);
  color: #e41e38;
  font-family: bold_font;
  font-weight: normal;
}

.pdp_order_table td:first-child,
.pdp_order_table th:first-child {
  text-align: left;
  white-space: normal;
}

/*PDP Info Grid End*/
/*Contact Page Start*/
.contact_hero .collection_hero_bg {
  -webkit-filter: saturate(0.95) contrast(1.04);
          filter: saturate(0.95) contrast(1.04);
}

.contact_hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.96)), color-stop(48%, rgba(255, 255, 255, 0.84)), to(rgba(255, 255, 255, 0.22)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.22) 100%);
  z-index: 0;
  pointer-events: none;
}

.contact_hero_inner {
  max-width: 720px;
}

.contact_hero_title {
  max-width: 700px;
  line-height: 1.08em;
}

.contact_hero_desc {
  max-width: 560px;
}

.contact_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: bold_font;
}

.contact_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.contact_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1fr;
      grid-template-columns: 0.9fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_info_col {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.contact_info_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 28px 34px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_info_card:hover {
  border-color: rgba(228, 30, 56, 0.22);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_info_card.large {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(228, 30, 56, 0.09);
  color: #e41e38;
}

.contact_info_icon svg {
  width: 30px;
  height: 30px;
}

.contact_info_text h3 {
  padding-top: 0;
  margin: 0;
}

.contact_info_text p {
  padding-top: 8px;
  color: rgba(50, 50, 50, 0.76);
}

.contact_form_col {
  padding-left: 10px;
}

.contact_form_title {
  padding-top: 0;
  text-transform: uppercase;
}

.contact_form_rule {
  display: block;
  width: 100px;
  height: 3px;
  margin: 24px 0 20px;
  background-color: #e41e38;
}

.contact_form {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.contact_form .form_field {
  margin-top: 0;
  border-width: 1px;
  border-radius: 3px;
  color: #323232;
  font-family: reg_font;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_form .form_field:focus {
  border-color: #e41e38;
  -webkit-box-shadow: 0 0 0 3px rgba(228, 30, 56, 0.08);
          box-shadow: 0 0 0 3px rgba(228, 30, 56, 0.08);
}

.contact_form textarea.form_field {
  min-height: 112px;
  resize: vertical;
}

.contact_form select.form_field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #323232 50%), linear-gradient(135deg, #323232 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact_form_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact_field_group {
  display: -ms-grid;
  display: grid;
  gap: 7px;
}

.contact_error {
  min-height: 16px;
  color: #e41e38;
  font-family: reg_font;
  font-size: 12px;
  line-height: 1.35em;
}

.contact_form .form_field.has_error {
  border-color: #e41e38;
  -webkit-box-shadow: 0 0 0 3px rgba(228, 30, 56, 0.08);
          box-shadow: 0 0 0 3px rgba(228, 30, 56, 0.08);
}

.contact_captcha {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 110px auto;
      grid-template-columns: 1fr 110px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: #323232;
}

.contact_captcha_question {
  font-family: med_font;
}

.contact_captcha_input.form_field {
  padding: 11px 12px;
}

.contact_captcha_refresh {
  border: 0;
  background-color: transparent;
  color: #e41e38;
  font-family: med_font;
  cursor: pointer;
}

.contact_hp {
  display: none !important;
}

.contact_form_message {
  min-height: 20px;
  color: #323232;
  font-family: med_font;
}

.contact_form_message.success {
  color: #167a32;
}

.contact_form_message.error {
  color: #e41e38;
}
.contact_submit {
  width: 100%;
  border: none;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact_submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact_map_section {
  padding-bottom: 7vh;
}

.contact_map_wrap {
  height: 450px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.contact_map_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*Contact Page End*/
/*About Page Start*/
.about_hero .collection_hero_bg {
  -webkit-filter: saturate(0.95) contrast(1.04);
          filter: saturate(0.95) contrast(1.04);
}

.about_hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.96)), color-stop(45%, rgba(255, 255, 255, 0.82)), to(rgba(255, 255, 255, 0.18)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 45%, rgba(255, 255, 255, 0.18) 100%);
  z-index: 0;
  pointer-events: none;
}

.about_hero_inner {
  max-width: 760px;
}

.about_hero_title {
  max-width: 720px;
  line-height: 1.08em;
}

.about_hero_desc {
  max-width: 560px;
}

.about_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: bold_font;
}

.about_intro_section,
.about_philosophy_section,
.about_manufacturing_section,
.about_precision_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.about_intro_grid,
.about_manufacturing_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.82fr;
      grid-template-columns: 1fr 0.82fr;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_intro_text,
.about_manufacturing_text {
  max-width: 620px;
}

.about_section_title {
  line-height: 1.16em;
}

.about_intro_media,
.about_manufacturing_media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.about_intro_media img,
.about_manufacturing_media img {
  display: block;
  width: 100%;
  height: auto;
}

.about_intro_media:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.62)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.62) 100%);
  z-index: 1;
}

.about_media_mark {
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-family: bold_font;
  font-size: 86px;
  line-height: 1em;
}

.about_partnership_section {
  padding-bottom: 7vh;
}

.about_partnership_panel {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.85fr 1fr;
      grid-template-columns: 0.85fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px;
  border-radius: 36px;
  overflow: hidden;
  background-color: #10161c;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.about_panel_glow {
  position: absolute;
  top: -40%;
  right: -12%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(228, 30, 56, 0.55) 0%, rgba(228, 30, 56, 0) 68%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  pointer-events: none;
}

.about_partnership_text,
.about_partnership_steps {
  position: relative;
  z-index: 1;
}

.about_partnership_text p.white {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
}

.about_partnership_steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about_step {
  min-height: 132px;
  padding: 26px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.about_step span {
  display: block;
  color: #e41e38;
  font-family: bold_font;
}

.about_step p {
  color: #fff;
  font-family: med_font;
}

.about_section_head {
  max-width: 720px;
  margin-bottom: 50px;
}

.about_philosophy_grid,
.about_precision_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about_philosophy_card,
.about_precision_card,
.about_principle {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 34px 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about_philosophy_card:hover,
.about_precision_card:hover,
.about_principle:hover {
  border-color: rgba(228, 30, 56, 0.22);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.about_card_num {
  display: inline-block;
  color: #e41e38;
  font-family: bold_font;
  margin-bottom: 22px;
}

.about_manufacturing_section {
  background-color: #fff;
}

.about_manufacturing_grid {
  -ms-grid-columns: 0.86fr 1fr;
      grid-template-columns: 0.86fr 1fr;
}

.about_principles_section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #f3f4f5;
}

.about_principles_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about_principle.active {
  background-color: #e41e38;
  border-color: #e41e38;
}

.about_principle.active .about_eyebrow,
.about_principle.active h3,
.about_principle.active p {
  color: #fff;
}

.about_precision_grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.about_precision_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(228, 30, 56, 0.09);
  color: #e41e38;
  margin-bottom: 22px;
}

.about_precision_icon svg {
  width: 28px;
  height: 28px;
}

.pdp_detail_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: auto;
  padding: 0;
}

.pdp_detail_section .pdp_detail_media {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  left: auto;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  top: auto;
}

.pdp_detail_section .pdp_detail_top {
  width: 50%;
  min-width: initial;
  gap: 0;
  padding: 0 60px;
}

.pdp_detail_section .pdp_detail_top .pdp_detail_text {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: initial;
}

/*About Page End*/
.site_header .common_anchor {
  margin-top: 0;
}

.pdp_body_wrap .site_header .main_header:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.pdp_body_wrap .site_header .main_header .flex_header {
  z-index: 1;
  position: relative;
}

.pdp_body_wrap .site_header .main_header .flex_header .common_anchor {
  color: #000;
}

.pdp_body_wrap .site_header.is_scrolled .main_header .flex_header .common_anchor {
  color: #fff;
}

/*Responsive Starts*/
@media only screen and (min-width: 1600px) {
  .site_header .main_header .header_logo img {
    width: 190px;
  }
  .site_header .main_header .header_nav a {
    font-size: 16px;
  }
  .site_header .main_header .mega_menu .mega_col_label,
  .site_header .main_header .mega_menu .mega_l1_label,
  .site_header .main_header .mega_menu .mega_l3_label,
  .site_header .main_header .mega_menu .mega_featured_title,
  .site_header .main_header .mega_menu .mega_featured_link {
    font-size: 13px;
  }
  .site_header .main_header .mega_menu .mega_l2_list li {
    font-size: 16px;
  }
  .site_header .utility_bar .utility_tag,
  .site_header .utility_bar .utility_text,
  .site_header .utility_bar .utility_link,
  .site_header .utility_bar .utility_lang {
    font-size: 13px;
  }
  .hero_section .ticker_wrap .ticker_list li {
    font-size: 16px;
  }
  .hero_section .video_popup_wrap .video_popup_label {
    font-size: 13px;
  }
  .stack_card .stack_link {
    font-size: 13px;
  }
  .category_panel .category_tabs a,
  .category_panel .category_item_label {
    font-size: 13px;
  }
  .blog_card_link {
    font-size: 13px;
  }
  .event_meta_label,
  .event_meta_value,
  .event_link {
    font-size: 13px;
  }
  .faq_question,
  .faq_contact_title {
    font-size: 16px;
  }
  .faq_number,
  .faq_contact_desc {
    font-size: 13px;
  }
  .footer_col_title,
  .footer_newsletter_title {
    font-size: 16px;
  }
  .footer_col ul a,
  .footer_newsletter_desc,
  .footer_contact li,
  .footer_bottom_links a {
    font-size: 13px;
  }
  .collection_breadcrumb,
  .collection_breadcrumb_current {
    font-size: 13px;
  }
  .collection_hero_title {
    font-size: 50px;
  }
  .filter_group_head,
  .filter_option_label,
  .collection_clear_btn,
  .collection_results_count,
  .collection_filter_pill {
    font-size: 16px;
  }
  .collection_card_type,
  .collection_card_link {
    font-size: 13px;
  }
  .collection_seo_title {
    font-size: 50px;
  }
  .collection_seo_link {
    font-size: 16px;
  }
  .hero_breadcrumb {
    font-size: 13px;
  }
  .pdp_info_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1599px) {
  .site_header .main_header .header_logo img {
    width: 170px;
  }
  .site_header .main_header .header_nav a {
    font-size: 14px;
  }
  .site_header .main_header .mega_menu .mega_col_label,
  .site_header .main_header .mega_menu .mega_l1_label,
  .site_header .main_header .mega_menu .mega_l3_label,
  .site_header .main_header .mega_menu .mega_featured_title,
  .site_header .main_header .mega_menu .mega_featured_link {
    font-size: 12px;
  }
  .site_header .main_header .mega_menu .mega_l2_list li {
    font-size: 14px;
  }
  .site_header .utility_bar .utility_tag,
  .site_header .utility_bar .utility_text,
  .site_header .utility_bar .utility_link,
  .site_header .utility_bar .utility_lang {
    font-size: 12px;
  }
  .hero_section .ticker_wrap .ticker_list li {
    font-size: 14px;
  }
  .hero_section .video_popup_wrap .video_popup_label {
    font-size: 12px;
  }
  .stack_card .stack_link {
    font-size: 12px;
  }
  .category_panel .category_tabs a,
  .category_panel .category_item_label {
    font-size: 12px;
  }
  .blog_card_link {
    font-size: 12px;
  }
  .event_meta_label,
  .event_meta_value,
  .event_link {
    font-size: 12px;
  }
  .faq_question,
  .faq_contact_title {
    font-size: 14px;
  }
  .faq_number,
  .faq_contact_desc {
    font-size: 12px;
  }
  .footer_col_title,
  .footer_newsletter_title {
    font-size: 14px;
  }
  .footer_col ul a,
  .footer_newsletter_desc,
  .footer_contact li,
  .footer_bottom_links a {
    font-size: 12px;
  }
  .collection_breadcrumb,
  .collection_breadcrumb_current {
    font-size: 12px;
  }
  .collection_hero_title {
    font-size: 40px;
  }
  .filter_group_head,
  .filter_option_label,
  .collection_clear_btn,
  .collection_results_count,
  .collection_filter_pill {
    font-size: 14px;
  }
  .collection_card_type,
  .collection_card_link {
    font-size: 12px;
  }
  .collection_seo_title {
    font-size: 40px;
  }
  .collection_seo_link {
    font-size: 14px;
  }
  .hero_breadcrumb {
    font-size: 12px;
  }
  .pdp_info_title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .site_header .main_header .header_logo img {
    width: 150px;
  }
  .site_header .main_header .header_nav {
    display: none;
  }
  .site_header .main_header .mega_menu {
    display: none;
  }
  .site_header .main_header .header_actions .header_btn {
    display: none;
  }
  .site_header .main_header .mobile_menu_toggle {
    display: block;
  }
  .site_header .utility_bar .utility_tag,
  .site_header .utility_bar .utility_text,
  .site_header .utility_bar .utility_link,
  .site_header .utility_bar .utility_lang {
    font-size: 12px;
  }
  .mobile_nav_back,
  .mobile_nav_screen_title,
  .mobile_l1_head,
  .mobile_l2_head,
  .mobile_l3_list li {
    font-size: 15px;
  }
  .hero_section .ticker_wrap .ticker_list li {
    font-size: 15px;
  }
  .hero_section .video_popup_wrap .video_popup_label {
    font-size: 12px;
  }
  .hero_section .hero_content_wrap .hero_content {
    padding-top: 20vh;
    max-width: 80%;
  }
  .stack_card:nth-child(1) {
    top: 90px;
  }
  .stack_card:nth-child(2) {
    top: 110px;
  }
  .stack_card:nth-child(3) {
    top: 130px;
  }
  .stack_card:nth-child(4) {
    top: 150px;
  }
  .stack_card .stack_card_inner {
    min-height: 420px;
  }
  .stack_card .stack_card_text {
    padding: 40px 36px;
  }
  .stack_card .stack_link {
    font-size: 12px;
  }
  .category_panel {
    padding: 60px 30px 45px;
  }
  .category_panel .category_tabs a,
  .category_panel .category_item_label {
    font-size: 12px;
  }
  .category_panel .category_grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .category_panel .category_stats_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_panel .category_stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .category_panel .category_stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .category_panel .category_stat:nth-child(3), .category_panel .category_stat:nth-child(4) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .blog_card_link {
    font-size: 12px;
  }
  .education_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
  .education_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .events_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
  .event_meta_label,
  .event_meta_value,
  .event_link {
    font-size: 12px;
  }
  .faq_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
  }
  .faq_question,
  .faq_contact_title {
    font-size: 15px;
  }
  .faq_number,
  .faq_contact_desc {
    font-size: 12px;
  }
  .footer_top {
    height: 320px;
  }
  .footer_links_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .footer_newsletter_info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .footer_newsletter_form_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  .footer_follow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer_col_title,
  .footer_newsletter_title {
    font-size: 15px;
  }
  .footer_col ul a,
  .footer_newsletter_desc,
  .footer_contact li,
  .footer_bottom_links a {
    font-size: 12px;
  }
  .collection_breadcrumb,
  .collection_breadcrumb_current {
    font-size: 12px;
  }
  .collection_hero_title {
    font-size: 30px;
  }
  .filter_group_head,
  .filter_option_label,
  .collection_clear_btn,
  .collection_results_count,
  .collection_filter_pill {
    font-size: 15px;
  }
  .collection_card_type,
  .collection_card_link {
    font-size: 12px;
  }
  .collection_layout {
    gap: 0;
  }
  .collection_sidebar_backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .collection_sidebar_backdrop.open {
    opacity: 1;
    visibility: visible;
  }
  .collection_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
    width: 320px;
    max-width: 85vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .collection_sidebar.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .collection_sidebar_inner {
    height: 100%;
    overflow-y: auto;
    padding: 24px;
    background-color: #fff;
  }
  .collection_sidebar_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .collection_sidebar_title {
    color: #000;
    font-family: bold_font;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 15px;
  }
  .collection_main {
    width: 100%;
  }
  .collection_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .collection_filter_fab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .collection_seo_inner {
    gap: 40px;
  }
  .collection_seo_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_seo_title {
    font-size: 30px;
  }
  .collection_seo_link {
    font-size: 15px;
  }
  .hero_breadcrumb {
    font-size: 12px;
  }
  .pdp_detail_top {
    gap: 40px;
  }
  .pdp_detail_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
}

@media only screen and (max-width: 786px) {
  .pdp_detail_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0  !important;
  }
  .pdp_detail_section .pdp_detail_media {
    width: 100%;
    height: auto;
  }
  .pdp_detail_section .pdp_detail_top {
    width: 100%;
    min-width: initial;
    gap: 0;
    padding: 50px 20px;
  }
  .pdp_detail_section .pdp_detail_top .pdp_detail_text {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: initial;
  }
  .slider_wrap .desktop {
    display: none;
  }
  .slider_wrap .mobile {
    display: inline-block;
  }
  .mobile_nav_screen {
    padding: 100px 20px 30px;
  }
  .mobile_nav_back,
  .mobile_nav_screen_title,
  .mobile_l1_head,
  .mobile_l2_head,
  .mobile_l3_list li {
    font-size: 15px;
  }
  .site_header .main_header .header_logo img {
    width: 130px;
  }
  .site_header .utility_bar .utility_text {
    display: none;
  }
  .site_header .utility_bar .utility_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site_header .utility_bar .utility_tag,
  .site_header .utility_bar .utility_link,
  .site_header .utility_bar .utility_lang {
    font-size: 12px;
  }
  .hero_section .image_wrap .mobile {
    display: inline-block;
  }
  .hero_section .image_wrap .desktop {
    display: none;
  }
  .hero_section .ticker_wrap {
    padding: 12px 0;
    top: auto;
    bottom: 100px;
  }
  .hero_section .ticker_wrap .ticker_list li {
    font-size: 12px;
    margin-right: 18px;
  }
  .hero_section .ticker_wrap .ticker_list li.ticker_icon {
    margin-right: 18px;
  }
  .hero_section .video_popup_wrap {
    top: auto;
    bottom: 22%;
  }
  .hero_section .video_popup_wrap .video_popup_label {
    font-size: 12px;
  }
  .hero_section .video_popup_wrap .video_popup {
    width: 160px;
  }
  .hero_section .video_popup_wrap .video_popup_play {
    width: 34px;
    height: 34px;
  }
  .hero_section .hero_content_wrap .hero_content {
    padding-top: 15vh;
    max-width: 100%;
  }
  .hero_section .hero_content_wrap .hero_desc {
    max-width: 100%;
  }
  .stack_container {
    gap: 16px;
  }
  .stack_card:nth-child(1) {
    top: 80px;
  }
  .stack_card:nth-child(2) {
    top: 96px;
  }
  .stack_card:nth-child(3) {
    top: 112px;
  }
  .stack_card:nth-child(4) {
    top: 128px;
  }
  .stack_card .stack_card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    border-radius: 16px;
  }
  .stack_card .stack_card_text {
    width: 100%;
    padding: 28px 22px;
  }
  .stack_card .stack_desc {
    max-width: 100%;
  }
  .stack_card .stack_card_media {
    width: 100%;
    height: 220px;
  }
  .stack_card .stack_link {
    font-size: 12px;
  }
  .category_section {
    padding-top: 60px;
  }
  .category_glow_top {
    width: 90%;
    height: 120px;
    top: 00px;
  }
  .category_panel {
    padding: 44px 20px 34px;
    border-radius: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .category_panel .category_glow_left,
  .category_panel .category_glow_right {
    width: 140px;
  }
  .category_panel .category_icon {
    width: 46px;
  }
  .category_panel .category_tabs {
    margin-top: 7vh;
  }
  .category_panel .category_tabs ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  .category_panel .category_tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 16px;
  }
  .category_panel .category_tabs a {
    padding-bottom: 12px;
    font-size: 12px;
  }
  .category_panel .category_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 15vh;
  }
  .category_panel .category_item_label {
    font-size: 12px;
  }
  .category_panel .category_stats {
    margin-top: 40px;
  }
  .category_panel .category_stats_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding: 26px 0;
  }
  .category_panel .category_stats_desc {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
  }
  .category_panel .category_stats_row {
    padding: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_panel .category_stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .category_panel .category_stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
  .category_panel .category_stat:nth-child(3), .category_panel .category_stat:nth-child(4) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .certi_item {
    margin-right: 50px;
  }
  .certi_item img {
    width: 80px;
  }
  .blog_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .blog_card_link {
    font-size: 12px;
  }
  .education_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 34px;
    margin-bottom: 34px;
  }
  .education_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .education_desc {
    max-width: 100%;
  }
  .education_media {
    width: 100%;
  }
  .education_media_glow {
    top: -8%;
    right: -8%;
    width: 55%;
    height: 116%;
  }
  .education_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .education_card {
    padding: 26px 22px;
  }
  .events_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 34px;
    margin-bottom: 34px;
  }
  .events_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .events_desc {
    max-width: 100%;
  }
  .events_map {
    width: 100%;
  }
  .events_nav {
    width: 38px;
    height: 38px;
  }
  .events_nav svg {
    width: 15px;
    height: 15px;
  }
  .event_card {
    padding: 20px 18px;
  }
  .event_meta_label,
  .event_meta_value,
  .event_link {
    font-size: 12px;
  }
  .faq_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .faq_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .faq_media {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .faq_item_head {
    padding: 18px;
  }
  .faq_item_body_inner {
    padding: 0 18px 20px;
  }
  .faq_divider_line {
    margin: 0 12px;
  }
  .faq_contact_card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px;
  }
  .faq_contact_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
  .faq_question,
  .faq_contact_title {
    font-size: 15px;
  }
  .faq_number,
  .faq_contact_desc {
    font-size: 12px;
  }
  .footer_top {
    height: 260px;
  }
  .footer_brand {
    max-width: 100%;
  }
  .footer_logo {
    width: 180px;
  }
  .footer_links {
    padding: 40px 0;
  }
  .footer_links_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .footer_newsletter {
    padding: 34px 0;
  }
  .footer_newsletter_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 26px;
  }
  .footer_newsletter_info,
  .footer_newsletter_form_wrap,
  .footer_follow,
  .footer_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .footer_follow,
  .footer_contact {
    padding-left: 0;
    border-left: none;
  }
  .footer_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .footer_col_title,
  .footer_newsletter_title {
    font-size: 15px;
  }
  .footer_col ul a,
  .footer_newsletter_desc,
  .footer_contact li,
  .footer_bottom_links a {
    font-size: 12px;
  }
  .collection_hero {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .collection_breadcrumb,
  .collection_breadcrumb_current {
    font-size: 12px;
  }
  .collection_hero_title {
    font-size: 30px;
  }
  .filter_group_head,
  .filter_option_label,
  .collection_clear_btn,
  .collection_results_count,
  .collection_filter_pill {
    font-size: 15px;
  }
  .collection_card_type,
  .collection_card_link {
    font-size: 12px;
  }
  .collection_sidebar_title {
    font-size: 15px;
  }
  .collection_main_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .collection_seo_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .collection_seo_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 34px;
  }
  .collection_seo_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_seo_title {
    font-size: 30px;
  }
  .collection_seo_link {
    font-size: 15px;
  }
  .collection_seo_media {
    width: 100%;
  }
  .hero_breadcrumb {
    font-size: 12px;
  }
  .hero_section.pdp_hero .hero_content_wrap .hero_content {
    max-width: 100%;
    padding-top: 41vw !important;
  }
  .pdp_detail_section {
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .pdp_detail_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 34px;
  }
  .pdp_detail_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pdp_detail_media {
    width: 100%;
  }
  .pdp_detail_media .desktop {
    display: none;
  }
  .pdp_detail_media .mobile {
    display: block;
  }
  .pdp_detail_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    margin-top: 34px;
  }
  .pdp_detail_card_2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pdp_gallery_section {
    padding-bottom: 7vh !important;
  }
  .pdp_info_section {
    padding: 7vh 0 !important;
  }
  /*Common section*/
  .divider_text {
    text-align: center;
  }
  .divider_text .gridContainer {
    padding-left: 0%;
    padding-right: 0%;
  }
  .divider_text.hero_below {
    margin-top: -20px;
  }
  .divider_text.no_padding .gridContainer {
    padding: 0;
  }
  .collection_hero {
    padding-top: 220px;
    padding-bottom: 150px;
  }
  .collection_breadcrumb,
  .collection_breadcrumb_current {
    font-size: 11px;
  }
  .collection_hero_title {
    font-size: 25px;
  }
  .filter_group_head,
  .filter_option_label,
  .collection_clear_btn,
  .collection_results_count,
  .collection_filter_pill {
    font-size: 14px;
  }
  .collection_card_type,
  .collection_card_link {
    font-size: 11px;
  }
  .collection_sidebar_title {
    font-size: 14px;
  }
  .collection_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .collection_filter_fab {
    padding: 12px 20px;
    bottom: 18px;
  }
  .collection_seo_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .collection_seo_title {
    font-size: 25px;
  }
  .collection_seo_link {
    font-size: 14px;
  }
  .collection_seo_media img {
    border-radius: 14px;
  }
  .hero_breadcrumb {
    font-size: 11px;
  }
  .pdp_gallery_nav {
    width: 38px;
    height: 38px;
  }
  .pdp_gallery_nav svg {
    width: 16px;
    height: 16px;
  }
  .pdp_gallery_nav.pdp_gallery_nav_prev {
    left: 8px;
  }
  .pdp_gallery_nav.pdp_gallery_nav_next {
    right: 8px;
  }
  .pdp_detail_section {
    border-radius: 28px;
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .pdp_detail_media img {
    border-radius: 16px;
  }
  .pdp_detail_card {
    border-radius: 16px;
  }
}

.pdp_detail_text p {
  color: #fff;
}

/*Contact Page Responsive Start*/
@media only screen and (max-width: 1100px) {
  .contact_grid {
    gap: 30px;
  }
  .contact_info_card {
    padding: 26px;
  }
}

@media only screen and (max-width: 786px) {
  .contact_hero {
    padding-top: 250px;
    padding-bottom: 70px;
    background-image: url("../images/collection_top_bg.jpg");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .contact_hero .collection_hero_bg,
  .contact_hero:after {
    display: none;
  }
  .contact_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact_form_col {
    padding-left: 0;
  }
  .contact_map_wrap {
    height: 360px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .contact_hero_title {
    line-height: 1.14em;
  }
  .contact_form_row,
  .contact_captcha {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact_info_card {
    gap: 18px;
    padding: 24px 20px;
  }
  .contact_info_icon {
    width: 48px;
    height: 48px;
  }
  .contact_info_icon svg {
    width: 25px;
    height: 25px;
  }
  .contact_captcha {
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact_map_wrap {
    height: 320px;
  }
}

/*Contact Page Responsive End*/
/*About Page Responsive Start*/
@media only screen and (max-width: 1100px) {
  .about_intro_grid,
  .about_manufacturing_grid,
  .about_partnership_panel {
    gap: 42px;
  }
  .about_partnership_panel {
    padding: 48px;
  }
  .about_philosophy_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 786px) {
  .hero_section.pdp_hero .hero_content_wrap {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: inline-block;
  }
  .hero_section.pdp_hero .hero_content_wrap .hero_content {
    padding-top: 0 !important;
  }
  .hero_section.pdp_hero .common_header {
    font-size: 30px !important;
  }
  .pdp_info_grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .divider_text.hero_below.pdp {
    padding-top: 7vh;
    margin: 0;
  }
  .pdp_gallery_section {
    padding-top: 7vh;
  }
  .about_hero {
    padding-top: 250px;
    padding-bottom: 70px;
    background-image: url("../images/collection_top_bg.jpg");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .about_hero .collection_hero_bg {
    display: none;
  }
  .about_hero_inner {
    position: relative;
    z-index: 2;
  }
  .about_hero:after {
    display: none;
  }
  .about_intro_grid,
  .about_manufacturing_grid,
  .about_partnership_panel,
  .about_principles_wrap,
  .about_precision_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_partnership_steps,
  .about_philosophy_grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .about_intro_section,
  .about_philosophy_section,
  .about_manufacturing_section,
  .about_precision_section,
  .about_principles_section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media only screen and (max-width: 480px) {
  .about_hero_title {
    line-height: 1.14em;
  }
  .about_partnership_panel {
    padding: 34px 22px;
    border-radius: 24px;
  }
  .about_partnership_steps,
  .about_philosophy_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_intro_media,
  .about_manufacturing_media {
    border-radius: 16px;
  }
  .about_media_mark {
    right: 18px;
    bottom: 16px;
    font-size: 58px;
  }
  .about_philosophy_card,
  .about_precision_card,
  .about_principle {
    padding: 26px 22px;
  }
}

/*About Page Responsive End*/
/*Responsive Ends*/
.mega_l2_label {
  color: #000;
}

.mega_l2_item.active .mega_l2_label {
  color: #e41e38;
}

@media (pointer: fine) {
  .has_ostek_cursor,
  .has_ostek_cursor * {
    cursor: none !important;
  }
  .ostek_cursor {
    position: fixed;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    will-change: transform;
  }
  .ostek_cursor img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: -webkit-transform 0.22s ease;
    transition: -webkit-transform 0.22s ease;
    transition: transform 0.22s ease;
    transition: transform 0.22s ease, -webkit-transform 0.22s ease;
    -webkit-filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
            filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
  }
  .ostek_cursor.is_visible {
    opacity: 1;
  }
  .ostek_cursor.is_active img {
    -webkit-transform: scale(1.25) rotate(12deg);
            transform: scale(1.25) rotate(12deg);
  }
}
/*# sourceMappingURL=style.css.map */
