@charset "UTF-8";
/*_mixins.scss
SCSS file for all mixin elements.

@file _mixins.scss
@path /assets/scss/_mixins.scss
@version 2019-10-09
*/
/* Placeholder css property */
/* fadeIn and fadeOut css property end */
/* hover, focus, active css property Begin */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/airbnbcereal@1.1.0/stylesheet.min.css");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

p, span, ul li, ol li, a, b, strike, div, section {
  font-family: "Campaign";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Campaign";
  font-weight: 800;
}

html {
  background-color: #FFFEF9;
}

body {
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
  font-family: "Campaign";
  color: #04002C;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

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

select:hover,
select:active,
select:focus,
select:focus-visible,
select:focus-visible,
input:hover,
input:active,
input:focus,
input:focus-visible,
input:focus-visible,
textarea:hover,
textarea:active,
textarea:focus,
textarea:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

.spacer-lg {
  padding: 48px 0;
}
@media (max-width: 1250px) {
  .spacer-lg {
    padding: 34px 0;
  }
}
@media (max-width: 767px) {
  .spacer-lg {
    padding: 24px 0;
  }
}

.spacer-mdl {
  padding: 32px 0;
}
@media (max-width: 1250px) {
  .spacer-mdl {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .spacer-mdl {
    padding: 16px 0;
  }
}

.spacer-md {
  padding: 24px 0;
}
@media (max-width: 1250px) {
  .spacer-md {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .spacer-md {
    padding: 12px 0;
  }
}

.spacer-sm {
  padding: 12px 0;
}
@media (max-width: 1250px) {
  .spacer-sm {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .spacer-sm {
    padding: 6px 0;
  }
}

.spacer-xs {
  padding: 6px 0;
}
@media (max-width: 767px) {
  .spacer-xs {
    padding: 3px 0;
  }
}

h1,
h2,
h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 40px; /* 60px */
  letter-spacing: -0.96px;
  color: #04002C;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 125%; /* 60px */
  color: #04002C;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 125%; /* 60px */
}

p,
span,
a,
strong,
b,
button {
  color: #04002C;
  font-family: "Campaign";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.016px;
}
@media (max-width: 992px) {
  p,
  span,
  a,
  strong,
  b,
  button {
    font-size: 14px;
  }
}

.trade-container {
  max-width: 1539px;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 1400px) {
  .trade-container {
    padding: 0 35px;
  }
}
@media (max-width: 992px) {
  .trade-container {
    padding: 0 20px;
  }
}

.hoverable-red {
  transition: all 0.3s ease-in;
}
.hoverable-red:hover {
  background-color: #04002C;
  color: #FFFEF9;
}

.bg-primary {
  background-color: #04002C;
}

.bg-grey {
  position: relative;
}
.bg-grey::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.24;
  background: #FFFEF9;
  z-index: -2;
}

.bg-secondary,
.bg-yellow {
  background-color: #FFC60B;
}

.bg-whiteoutline {
  background-color: transparent;
}

a.bg-whiteoutline, btn.bg-whiteoutline {
  border: 1px solid #FFFEF9 !important;
  color: #fff;
}

.bg-whitepain {
  background-color: #FFFEF9 !important;
}

footer a, footer p, footer li, footer span {
  font-weight: 300;
}

.d-pt-xl {
  padding-top: 305px;
}
@media (max-width: 992px) {
  .d-pt-xl {
    padding-top: 100px;
  }
}

.d-pt-lg {
  padding-top: 150px;
}
@media (max-width: 1250px) {
  .d-pt-lg {
    padding-top: 120px;
  }
}

.d-pb-lg {
  padding-bottom: 150px;
}
@media (max-width: 1250px) {
  .d-pb-lg {
    padding-bottom: 120px;
  }
}

.d-pt-md {
  padding-top: 120px;
}
@media (max-width: 1250px) {
  .d-pt-md {
    padding-top: 90px;
  }
}

.d-pb-md {
  padding-bottom: 120px;
}
@media (max-width: 1250px) {
  .d-pb-md {
    padding-bottom: 90px;
  }
}

.d-pt-sm {
  padding-top: 80px;
}
@media (max-width: 1250px) {
  .d-pt-sm {
    padding-top: 50px;
  }
}

.d-pb-sm {
  padding-bottom: 80px;
}
@media (max-width: 1250px) {
  .d-pb-sm {
    padding-bottom: 50px;
  }
}

.d-pt-sm {
  padding-top: 50px;
}
@media (max-width: 1250px) {
  .d-pt-sm {
    padding-top: 30px;
  }
}

.d-pb-sm {
  padding-bottom: 50px;
}
@media (max-width: 1250px) {
  .d-pb-sm {
    padding-bottom: 30px;
  }
}

.m-pt-xl {
  padding-top: 305px;
}
@media (max-width: 992px) {
  .m-pt-xl {
    padding-top: 260px !important;
  }
}

@media (max-width: 992px) {
  .m-pt-lg {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .m-pt-lg {
    padding-top: 80px;
  }
}

.m-pb-xl {
  padding-bottom: 305px;
}
@media (max-width: 992px) {
  .m-pb-xl {
    padding-bottom: 260px !important;
  }
}

@media (max-width: 992px) {
  .m-pb-lg {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .m-pb-lg {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .m-pt-md {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .m-pt-md {
    padding-top: 60px;
  }
}

@media (max-width: 992px) {
  .m-pb-md {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .m-pb-md {
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .m-pt-sm {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .m-pt-sm {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .m-pb-sm {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .m-pb-sm {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .m-pt-sm {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .m-pt-sm {
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .m-pb-sm {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .m-pb-sm {
    padding-bottom: 20px;
  }
}

.add_padding_left {
  padding-left: calc((100vw - 1439px) / 2);
}
@media (max-width: 1539px) {
  .add_padding_left {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .add_padding_left {
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  .add_padding_left {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .add_padding_left_right {
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  .add_padding_left_right {
    padding-left: 20px;
  }
}

.btn,
button {
  transition: all 0.3s ease-in;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  letter-spacing: 0.56px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  border: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.btn.bg-primary,
button.bg-primary {
  background-color: #04002C;
  color: #FFFEF9;
}
.btn.bg-primary:hover,
button.bg-primary:hover {
  background-color: #04002C;
}
.btn.bg-secondary:hover,
button.bg-secondary:hover {
  background-color: #04002C;
  color: #fff;
}
.btn.bg-whitepain:hover,
button.bg-whitepain:hover {
  background-color: #04002C !important;
  color: #fff;
}
.btn.bg-whiteoutline:hover,
button.bg-whiteoutline:hover {
  background-color: #04002C;
  color: #fff;
}
.btn.bg-yellow,
button.bg-yellow {
  background-color: #FFC60B;
  color: #04002C;
}
.btn.bg-yellow:hover,
button.bg-yellow:hover {
  background-color: #04002C;
  color: #FFFEF9;
}
.btn.bg-white,
button.bg-white {
  background-color: #FFFEF9;
  color: #04002C;
}
.btn.bg-white:hover,
button.bg-white:hover {
  background-color: #FFC60B;
}
.btn.outline-white,
button.outline-white {
  border: 1px solid #FFFEF9;
  color: #FFFEF9;
}
.btn.outline-white:hover,
button.outline-white:hover {
  background-color: #04002C;
  color: #FFFEF9;
}
.btn.outline-white.has-clipPath-tr-sm,
button.outline-white.has-clipPath-tr-sm {
  position: relative;
}
.btn.outline-white.has-clipPath-tr-sm:after,
button.outline-white.has-clipPath-tr-sm:after {
  position: absolute;
  content: "";
  top: -5.3px;
  right: 7px;
  height: 25px;
  width: 1px;
  background: #FFFEF9;
  transform: rotate(-45deg);
}
.btn.arrow-white,
button.arrow-white {
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: 15px !important;
}
.btn.arrow-red,
button.arrow-red {
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 15px;
  display: flex;
  gap: 10px;
}
.btn.outline-red,
button.outline-red {
  border: 1px solid #04002C;
  background: transparent;
}
.btn.outline-red:hover,
button.outline-red:hover {
  border-color: #04002C;
  color: #04002C;
}
.btn.btn-btoutline,
button.btn-btoutline {
  color: #04002C;
  font-weight: 600;
  line-height: 32px; /* 228.571% */
  letter-spacing: -0.28px;
}
.btn.btn-btoutline::after, .btn.btn-btoutline::before,
button.btn-btoutline::after,
button.btn-btoutline::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #04002C;
  transition: all 0.3s ease-in;
}
.btn.btn-btoutline::before,
button.btn-btoutline::before {
  width: 0;
  z-index: 1;
  background-color: #04002C;
}
.btn.btn-btoutline:hover,
button.btn-btoutline:hover {
  color: #04002C;
}
.btn.btn-btoutline:hover::before,
button.btn-btoutline:hover::before {
  width: 100%;
}
.btn.lg-font,
button.lg-font {
  font-size: 16px;
}
.btn.sm-font,
button.sm-font {
  font-size: 12px;
}
.btn.font-air-bnb,
button.font-air-bnb {
  font-family: "Campaign";
}

.trade-container .woocommerce-back-button button {
  background-color: #EC2E40;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
}

.newsletter {
  background: #2F4D9F;
  margin-bottom: -140px;
  z-index: 1;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.newsletter:before {
  content: none;
  background-image: url(../assets/img/mask_9.svg);
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: left;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .newsletter:before {
    display: none;
  }
}
.newsletter:after {
  content: "";
  background-image: url(../assets/img/mask_10.svg);
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: right;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .newsletter:after {
    display: none;
  }
}
@media (min-width: 1199px) {
  .newsletter {
    border-radius: 300px;
  }
}
.newsletter__intro h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
  color: white;
}
.newsletter__intro p {
  color: white;
  opacity: 0.6;
  font-weight: 300;
}
.newsletter__form input {
  color: #04002C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.newsletter .newsletter__form .gform-theme {
  width: 100%;
}
.newsletter .newsletter__form .gform-theme form {
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 18px;
  background: #D6D5D2;
  border-radius: 300px;
  justify-content: space-between;
}
.newsletter .newsletter__form .gform-theme form .gform-body {
  width: 80%;
}
.newsletter .newsletter__form .gform-theme form .gform-body .gform_fields input[type=email] {
  background: transparent;
  width: 100%;
  height: 48px;
  border-radius: 300px;
  padding-left: 20px;
  border: 0;
  color: #a3a1a1;
  font-weight: 300;
  box-shadow: none;
}
.newsletter .newsletter__form .gform-theme form .gform_footer {
  margin: 0;
  position: relative;
}
.newsletter .newsletter__form .gform-theme form .gform_footer .gform_button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M14.0307 6.60731L8.88941 11.7486C8.72844 11.9096 8.51011 12 8.28245 12C8.0548 12 7.83647 11.9096 7.6755 11.7486C7.51452 11.5876 7.42409 11.3693 7.42409 11.1416C7.42409 10.914 7.51452 10.6957 7.6755 10.5347L11.3537 6.85795H0.856879C0.629621 6.85795 0.41167 6.76767 0.250974 6.60698C0.0902781 6.44628 0 6.22833 0 6.00107C0 5.77381 0.0902781 5.55586 0.250974 5.39516C0.41167 5.23447 0.629621 5.14419 0.856879 5.14419H11.3537L7.67693 1.46532C7.51595 1.30435 7.42552 1.08602 7.42552 0.858366C7.42552 0.630713 7.51595 0.412384 7.67693 0.251409C7.8379 0.0904346 8.05623 2.39871e-09 8.28388 0C8.51153 -2.39871e-09 8.72986 0.0904346 8.89084 0.251409L14.0321 5.39269C14.112 5.4724 14.1754 5.56711 14.2186 5.67139C14.2618 5.77566 14.2839 5.88743 14.2838 6.0003C14.2837 6.11316 14.2612 6.22488 14.2178 6.32905C14.1744 6.43322 14.1108 6.52779 14.0307 6.60731Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 15px;
  padding-right: 47px;
  background-color: #ec2e40;
  color: #FFFFFF;
}

.gform_footer {
  position: relative !important;
}

.gform-theme--foundation .gform-loader {
  position: absolute !important;
  right: 0;
}

.slick-dots {
  bottom: 40px;
  left: 0px;
  display: flex;
  gap: 5px;
}
.slick-dots li {
  margin: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #FFFEF9;
  border-radius: 0;
  opacity: 0.34;
  transition: all 0.3s ease-in;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  background-color: #FFFEF9;
  opacity: 1;
}
.slick-dots li button {
  background: transparent;
  font-size: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.slick-dots li button::after, .slick-dots li button::before {
  display: none;
}

.slick-next,
.slick-prev {
  right: -101px;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  position: absolute;
  background: white;
  height: 65px;
  width: 65px;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  transform: rotate(-45deg);
}

.slick-prev {
  left: -40px;
  right: unset;
}
.slick-prev::after {
  right: -15px;
  transform: rotate(0);
}

.transprenst-btn .slick-next:before,
.transprenst-btn .slick-prev:before {
  background-color: transparent;
}
.transprenst-btn .slick-next.slick-disabled,
.transprenst-btn .slick-prev.slick-disabled {
  opacity: 0.5;
}

.center-dots .slick-dots {
  bottom: -56px;
  justify-content: center;
}
.center-dots .slick-dots li {
  border-color: #04002C;
  height: 16px;
  width: 16px;
}
.center-dots .slick-dots li.slick-active, .center-dots .slick-dots li:hover {
  background-color: #04002C;
}

@font-face {
  font-family: "campaign";
  src: url("../assets/font-family/campaign_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "campaign";
  src: url("../assets/font-family/campaign_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "campaign";
  src: url("../assets/font-family/campaign_Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 992px) {
  .header {
    max-height: 100%;
  }
}
.header__logo {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 50%;
    width: 100%;
  }
}
.header__topnav {
  color: #FFFEF9;
}
.header__topnav li, .header__topnav a, .header__topnav p {
  color: #FFFEF9 !important;
  font-weight: 400;
  font-size: 14px;
}
.header__topnav li .shop_now_btn, .header__topnav a .shop_now_btn, .header__topnav p .shop_now_btn {
  padding: 0px 12px;
  transition: all 0.7s;
}
.header__topnav li .shop_now_btn:hover, .header__topnav a .shop_now_btn:hover, .header__topnav p .shop_now_btn:hover {
  color: #fff;
  text-decoration: underline;
}
.header__topnav .phone {
  font-weight: 300;
}
.header__topnav .phone:hover {
  text-decoration: underline;
}
.header__topnav .menu-top-bar-menu-container a {
  font-weight: 300;
}
.header__topnav .menu-top-bar-menu-container a:hover {
  text-decoration: underline;
}
.header__topnav .trade-container {
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .mega-menu-list {
  gap: 40px;
  row-gap: 74px;
}
@media (max-width: 1800px) {
  .header .mega-menu-list {
    gap: 20px;
  }
}
.header .mega-menu-list a {
  text-decoration: underline;
  transition: all 0.3s ease-in;
}
.header .cat_menu {
  padding: 8px 12px;
  cursor: pointer;
}

/* #Mega Menu Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  display: none;
  position: absolute;
  text-align: left;
  width: 100%;
}

/* #hoverable Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.hoverable {
  position: static;
  transition: 0.2s;
}

.hoverable > a:after {
  content: "▼";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.hoverable:hover .mega-menu {
  display: block;
  z-index: 14;
}
.hoverable:hover .mega-menu.trade-container {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
}

/* #toggle Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.toggleable > label:after {
  content: "▼";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}

.toggle-input:not(hover) ~ .mega-menu {
  display: none;
}

.mega-menu {
  display: none;
  margin-top: 36px;
  border: 1px solid #d9d9d9;
  z-index: 1;
  position: absolute;
  background: #FFFEF9;
  transition: all 0.3s ease-in;
}
.mega-menu .mega-menu-container {
  max-height: 65vh;
  overflow-y: auto;
  background-color: #FFFEF9;
}
.mega-menu .mega-menu-container::-webkit-scrollbar {
  width: 7px; /* Width of the scrollbar */
}
.mega-menu .mega-menu-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the track */
}
.mega-menu .mega-menu-container::-webkit-scrollbar-thumb {
  background-color: #04002C; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Optional: round the corners */
}
.mega-menu .mega-menu-container::-webkit-scrollbar-thumb:hover {
  background: #04002C; /* Color of the scrollbar thumb on hover */
}

.mega-menu.trade-container::before {
  content: none;
}
.mega-menu::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #FFFEF9;
  position: absolute;
  transform: rotate(45deg);
  top: -16px;
  left: 20px;
  border: 1px solid #d9d9d9;
  z-index: -1;
  border-bottom: none;
  border-right: none;
}

@media (max-width: 767px) {
  .mega-menu.profile-dropdown1::after {
    top: -10px;
  }
}
.mega-menu::after {
  position: absolute;
  left: 0;
  top: -50px;
  height: 50px;
  width: 100%;
  content: "";
  background: transparent;
}

.quote-input:hover + label {
  color: black;
  background: transparent;
}

.quote.toggleable > label:after {
  content: "";
}

.quote .toggle-input:hover ~ .mega-menu {
  max-width: 288px;
  width: 100%;
}

.quote .quote-btn a {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #04002C;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 13.2px */
  letter-spacing: -0.24px;
  color: #FFFEF9;
  width: 100%;
}
.quote .mega-menu {
  margin-left: -165px;
  max-width: 287.5px;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .quote .mega-menu {
    margin-left: -219px;
  }
}
@media (max-width: 992px) {
  .quote .mega-menu {
    margin-left: -219px;
  }
}
.quote .mega-menu::before {
  left: unset;
  right: 15px;
}

html {
  overflow-x: hidden;
}

.phone_navBar_wrapper {
  max-height: 76vh;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  left: -2000vh;
  position: absolute;
  max-width: 100%;
  width: 100%;
  padding-top: 45px;
}
.phone_navBar_wrapper.open {
  z-index: 12;
  overflow-y: auto;
  border-bottom: 1px solid #d1d5dd;
  max-width: 100%;
  width: 100%;
  padding: 25px 10px;
  left: 0;
  position: fixed;
  top: 0;
  /* Custom scrollbar styles */
  /* Firefox scrollbar styles */
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #04002C #f1f1f1; /* Color of the thumb and track */
}
.phone_navBar_wrapper.open::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}
.phone_navBar_wrapper.open::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
}
.phone_navBar_wrapper.open::-webkit-scrollbar-thumb {
  background: #04002C; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Round the corners of the scrollbar thumb */
}
.phone_navBar_wrapper.open::-webkit-scrollbar-thumb:hover {
  background: #1a1616; /* Color of the scrollbar thumb when hovered */
}
@media (max-width: 991px) {
  .phone_navBar_wrapper.open {
    padding: 250px 10px 25px 10px;
  }
}
@media (max-width: 767px) {
  .phone_navBar_wrapper.open {
    padding: 220px 10px 25px 10px;
  }
}
@media (max-width: 991px) {
  .phone_navBar_wrapper .mega-menu-list {
    row-gap: 36px;
  }
}
.phone_navBar_wrapper .mob_menu_page_nav {
  padding-top: 64px;
}
.phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul h3 {
  word-wrap: break-word;
}
.phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul li {
  list-style: none;
  padding: 32px 0px 32px 16px;
  border-top: 1px solid gray;
  background: url(../assets/img/phone-nav-list-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul li a {
  color: #04002C;
  font-family: "Campaign";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 342.857% */
  letter-spacing: -0.28px;
  display: block;
}
.phone_navBar_wrapper .mega-menu-container .mega-menu-list ul {
  padding-right: 15px;
}
.phone_navBar_wrapper .mega-menu-container .mega-menu-list ul h3 {
  word-break: break-word;
}

.loginSignupParent a {
  font-weight: bold;
  transition: all 0.7s;
}
.loginSignupParent a:hover {
  color: #ec2e40;
}
.loginSignupParent li label {
  font-weight: bold;
  transition: all 0.7s;
}
.loginSignupParent li label:hover {
  color: #ec2e40;
}

@media (max-width: 768px) {
  .top_nav_mob {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 460px) {
  #myuserprofile {
    display: none;
  }
}

.navbar-justify {
  align-items: center;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .navbar-justify {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .navbar-justify {
    align-items: flex-start;
  }
}

.myprof:hover .mega-menu,
.myprof:hover + .mega-menu {
  display: flex;
}

.myprof:hover ~ .mega-menu {
  display: none;
}

.profile-dropdown1 {
  border: 1px solid #f7f4f4;
  max-width: 220px;
  width: 100%;
  display: flex;
  display: none;
  flex-direction: column;
  padding: 10px;
  z-index: 9;
  background: #ffffff;
  color: #ec2e40;
  font-weight: bold;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3098039216);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  gap: 10px;
}
@media (max-width: 1024.99px) {
  .profile-dropdown1 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 0;
    top: 55px;
    left: 46%;
  }
}
@media (max-width: 767px) {
  .profile-dropdown1 {
    z-index: 14;
  }
}
.profile-dropdown1 a {
  border-bottom: 1px solid #cfcdcd;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 700;
}
.profile-dropdown1 a:visited {
  color: #ec2e40;
}
.profile-dropdown1 a:first-child {
  color: black;
}

.phone-nav-title {
  color: #04002C;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 300% */
  letter-spacing: -0.32px;
}

.phone-nav-text li a {
  color: #04002C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 342.857% */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .loginSignupParent a.mobLoginTxt {
    display: none;
  }
}

.mega-menu-container .mega-menu-column {
  max-width: calc(18% - 24px);
  width: 100%;
}
@media (max-width: 1800px) {
  .mega-menu-container .mega-menu-column {
    max-width: calc(25% - 24px);
  }
}
@media (max-width: 1400px) {
  .mega-menu-container .mega-menu-column {
    max-width: calc(33.3333333333% - 24px);
  }
}
.mega-menu-container .mega-menu-column h3 {
  color: #04002C;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 300% */
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .brandLogo {
    position: relative;
    z-index: 9;
  }
}

@media (max-width: 500px) {
  .header .mega-menu-list {
    gap: 0;
  }
}
.popupContainerWrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 10;
}

.promotionalPopup {
  width: 60%;
  min-height: 300px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .promotionalPopup {
    width: 80%;
  }
}
@media (max-width: 450px) {
  .promotionalPopup {
    width: 90%;
  }
}
.promotionalPopup .popup-innerWrap {
  background: #FFFEF9;
  margin-top: 15%;
  padding-bottom: 30px;
  border-radius: 9px;
  box-shadow: 1px 0px 17px 3px rgba(0, 0, 0, 0.4196078431);
}
@media (max-width: 768px) {
  .promotionalPopup .popup-innerWrap {
    margin-top: 30%;
  }
}
.promotionalPopup .popup-innerWrap .popup-header {
  float: right;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 1vw;
}
.promotionalPopup .popup-innerWrap .popup-header .crossPopup {
  font-size: 2vw;
  font-weight: 600;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .promotionalPopup .popup-innerWrap .popup-header .crossPopup {
    font-size: 20px;
  }
}
.promotionalPopup .popup-innerWrap .promo-modal-footer {
  display: flex;
  background: brown;
  justify-content: space-between;
  padding: 10px 15px;
}
@media (max-width: 950px) {
  .promotionalPopup .popup-innerWrap .promo-modal-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.promotionalPopup .popup-innerWrap .promo-modal-footer ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 950px) {
  .promotionalPopup .popup-innerWrap .promo-modal-footer ul {
    gap: 5px;
  }
}
@media (max-width: 460px) {
  .promotionalPopup .popup-innerWrap .promo-modal-footer ul {
    flex-wrap: wrap;
  }
}
.promotionalPopup .popup-innerWrap .promo-modal-footer ul li {
  list-style: none;
  color: #fff;
  font-size: 11px;
}
@media (max-width: 800px) {
  .promotionalPopup .popup-innerWrap .promo-modal-footer ul li {
    font-size: 10px;
  }
}
.promotionalPopup .popup-innerWrap .promo-modal-footer ul li a {
  font-size: 11px;
}
@media (max-width: 800px) {
  .promotionalPopup .popup-innerWrap .promo-modal-footer ul li a {
    font-size: 10px;
  }
}
.promotionalPopup .promotionalBanner img {
  width: 100%;
  height: 100%;
}
.promotionalPopup .promotionalBanner .DeskHide {
  display: none;
}
@media (max-width: 767.99px) {
  .promotionalPopup .promotionalBanner .DeskHide {
    display: block;
  }
  .promotionalPopup .promotionalBanner .mobHide {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 8px 14px 0px rgba(195, 195, 195, 0.0705882353);
}
header .bottom-header {
  z-index: 999;
}
header .bottom-header .navbar-justify {
  padding: 24px 0;
}
@media (min-width: 992px) {
  header .bottom-header .navbar-justify {
    border-radius: 300px;
  }
}
@media (max-width: 991px) {
  header .bottom-header .navbar-justify {
    padding: 16px 24px;
  }
}
@media (max-width: 640px) {
  header .bottom-header .navbar-justify {
    padding: 16px;
    margin-top: 16px;
  }
}
header .bottom-header .navbar-justify .form-border {
  border-radius: 300px;
  border: 1px solid var(--Primary-pacific-blue, #0E0D0F);
}
header .bottom-header .navbar-justify .form-border input {
  background: transparent;
  font-weight: 300;
}
@media (max-width: 991px) {
  header .bottom-header .mega-menu-user-mobile {
    position: absolute;
    top: 12px;
    right: 24px;
  }
}
@media (max-width: 640px) {
  header .bottom-header .mega-menu-user-mobile {
    right: 16px;
  }
}

.bg-white {
  background-color: #FFFEF9 !important;
}

.header__topnav {
  background-color: #04002c;
}

footer .trade-container:first-child {
  padding-top: 235px;
  padding-bottom: 80px;
}
footer a,
footer li,
footer p,
footer span {
  color: #FFFEF9;
  opacity: 0.64;
  word-wrap: break-word;
  transition: all 0.3s ease-in;
}
footer a:hover, footer a:focus, footer a.active,
footer li:hover,
footer li:focus,
footer li.active,
footer p:hover,
footer p:focus,
footer p.active,
footer span:hover,
footer span:focus,
footer span.active {
  color: #FFFEF9;
}
footer a:hover,
footer li:hover,
footer p:hover,
footer span:hover {
  opacity: 1;
}
footer a:visited,
footer li:visited,
footer p:visited,
footer span:visited {
  color: #FFFEF9;
  opacity: 0.64;
  transition: all 0.3s ease-in;
}
footer a:visited:hover, footer a:visited:focus, footer a:visited.active,
footer li:visited:hover,
footer li:visited:focus,
footer li:visited.active,
footer p:visited:hover,
footer p:visited:focus,
footer p:visited.active,
footer span:visited:hover,
footer span:visited:focus,
footer span:visited.active {
  opacity: 1;
}
footer .opacity-\[1\] li,
footer .opacity-\[1\] a {
  opacity: 1;
}
footer .footer-categories__listing ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .footer-categories__listing li {
  max-width: calc(33.3333333333% - 24px);
  width: 100%;
}
@media (max-width: 1400px) {
  footer .footer-categories__listing li {
    max-width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 1250px) {
  footer .footer-categories__listing li {
    max-width: calc(50% - 24px);
  }
}
footer .footer_locations__list {
  max-width: calc(20% - 30px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1250px) {
  footer .footer_locations__list {
    max-width: calc(30% - 20px);
  }
}
@media (max-width: 767px) {
  footer .footer_locations__list {
    max-width: calc(50% - 18px);
  }
}
footer .footer-nav-items {
  max-width: 220px;
}
@media (max-width: 767px) {
  footer .footer-nav-items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-nav-items ul li {
    max-width: calc(50% - 30px);
    width: 100%;
  }
}

.slick-container {
  width: 700px;
  margin: 0 auto;
}

.slick-wrap {
  margin: 0 -10px;
}
.slick-wrap .slick-item {
  padding: 0 10px;
}
.slick-wrap .slick-item.slick-center h2 {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.slick-wrap h2 {
  background-color: #f0f0f0;
  padding: 80px 0;
  text-transform: uppercase;
}

.slick-dots {
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 0px;
  border: none;
}
.slick-dots li button:before {
  content: none;
}
.slick-wrap {
  padding-bottom: 20px;
}
.slick-wrap .slick-dots {
  width: 100%;
  background: #D9D9D9;
  bottom: 0;
  height: 1px;
  display: flex;
  align-items: center;
}
.slick-wrap .slick-dots li button {
  width: 100%;
  padding: 0;
  font-size: 0px;
  color: #666;
  border: none;
  background: #EA1D2D;
}
.slick-wrap .slick-next:before {
  content: none;
}
.slick-wrap .slick-prev:before {
  content: none;
}

.filter_wrapper select {
  background: url(../assets/img/select-dropdown.svg);
  background-size: 13px;
  background-position: center right 14px;
  background-repeat: no-repeat;
  padding: 16px 24px;
  line-height: 24px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .filter_wrapper select {
    max-width: 184px;
    width: 100%;
  }
}

.footer-categories__listing ul li a {
  line-height: 1.4;
}

.thankyou .topSlide .slick-dots {
  display: none;
}

.product_card_listing .product-thumbnail a img {
  border: 1px solid rgba(38, 38, 38, 0.16);
}
.product_card_listing .product-items-quote .prod_bottom_block .product-remove a {
  color: #121619;
  font-family: "Campaign";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}

.summary .custom-full-description p, .summary .custom-full-description h1, .summary .custom-full-description h2, .summary .custom-full-description h3, .summary .custom-full-description h4, .summary .custom-full-description h5, .summary .custom-full-description ul li, .summary .custom-full-description ol li, .summary .custom-full-description span, .summary .custom-full-description strong {
  color: #04002C;
  opacity: 0.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.016px;
}

.woocommerce-info {
  border-top-color: #ec2e40;
  max-width: 80%;
  margin: 50px auto 150px auto;
}

.woocommerce-info::before {
  color: #ec2e40;
}

.woocommerce .secIntro .secIntro__title h3 {
  color: #04002C;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.96px;
}
@media (max-width: 992px) {
  .woocommerce .secIntro .secIntro__title h3 {
    font-size: 40px;
  }
}

button.minus:disabled svg {
  filter: grayscale(100%);
  opacity: 0.24;
}

.gform-theme--foundation .gform_fields {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px !important;
}

.gform-theme--foundation .gform-grid-row {
  gap: 48px;
}
@media (max-width: 1199px) {
  .gform-theme--foundation .gform-grid-row {
    gap: 24px !important;
  }
}

.woocommerce div.product div.images:hover img {
  transition: all 0.7s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  padding: 0;
}

@media (max-width: 1200px) and (min-width: 990px) {
  .slick-containers {
    max-width: 90%;
    margin: 0 auto;
  }
  .slick-containers .slick-next {
    right: -55px;
  }
}
@media (max-width: 989px) {
  .slick-containers .slick-next {
    right: -30px;
  }
}

.custom-login-prompt a.button {
  background: #ec2e40;
  color: #fff;
}
.custom-login-prompt a.button:hover {
  background: #04002C;
  color: #fff;
}

.slick-containers .slick-prev {
  left: -35px;
  right: unset;
}
@media (max-width: 767px) {
  .slick-containers .slick-prev {
    left: -30px;
  }
}
.slick-containers .slick-next {
  right: -35px;
}
@media (max-width: 767px) {
  .slick-containers .slick-next {
    right: -30px;
  }
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #fff;
  margin-top: 20px;
  transition: all 0.8s;
}

.woocommerce table.my_account_orders .button {
  color: #fff;
  margin-top: 20px;
  transition: all 0.8s;
}

.profile-dropdown1 a:last-child {
  border-bottom: none;
}

.header .mega-menu-list a {
  color: #04002C;
}

@media (max-width: 1600px) {
  .slick-containers {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1250px) {
  .slick-containers {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .slick-containers {
    max-width: 85%;
  }
}
.slick-containers .slick-next::after {
  right: -55px;
}
@media (max-width: 1200px) {
  .slick-containers .slick-next::after {
    right: -17px;
  }
}

.single-product .custom_prod_details .woocommerce-product-gallery ol {
  margin-top: 24px !important;
}

.mega-menu-list {
  justify-content: flex-start;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 30%;
}

.woocommerce div.product div.images img {
  padding: 25px;
}

.custom-gallery-arrows {
  position: absolute;
  top: 36%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.custom-gallery-arrows .arrow-left,
.custom-gallery-arrows .arrow-right {
  cursor: pointer;
  pointer-events: all;
  padding: 10px 55px;
}

.custom-gallery-arrows .arrow-right::before {
  content: "";
  right: -53px;
  position: absolute;
  background: white;
  height: 65px;
  width: 65px;
  top: 0;
  opacity: 1;
  z-index: 1;
  transform: rotate(-45deg);
}
.custom-gallery-arrows .arrow-right svg {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 9;
  width: 19px;
  height: auto;
}

.custom-gallery-arrows .arrow-left::before {
  content: "";
  position: absolute;
  left: -54px;
  position: absolute;
  background: white;
  height: 65px;
  width: 65px;
  right: 0px;
  top: 0;
  opacity: 1;
  z-index: 1;
  transform: rotate(-45deg);
}
.custom-gallery-arrows .arrow-left svg {
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 9;
  width: 19px;
  height: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery:hover {
  translate: unset;
}

@media (max-width: 768px) {
  .woocommerce div.product div.images {
    padding: 0;
  }
  .custom-gallery-arrows .arrow-right::before {
    right: -52px;
  }
  .custom-gallery-arrows .arrow-right svg {
    right: 0;
  }
}
.woocommerce div.product div.images a {
  pointer-events: none;
}

.topSlide {
  z-index: 1;
  max-width: 100%;
  padding-left: calc((100vw - 1439px) / 2);
  padding-right: 0;
}
@media (max-width: 1599px) {
  .topSlide {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .topSlide {
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  .topSlide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.topSlide .slick-slider {
  margin-bottom: 0;
}
.topSlide .slick-slider .slick-prev, .topSlide .slick-slider .slick-next {
  bottom: 80px;
  top: auto;
  left: 0;
  right: auto;
  z-index: 1;
}
.topSlide .slick-slider .slick-prev:before, .topSlide .slick-slider .slick-next:before {
  background: transparent;
  height: 55px;
  width: 55px;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  transform: none;
  border: 2px solid #FFC60B;
  border-radius: 100%;
}
.topSlide .slick-slider .slick-prev svg, .topSlide .slick-slider .slick-next svg {
  position: absolute;
  left: 18px;
  top: 18px;
}
.topSlide .slick-slider .slick-prev svg path, .topSlide .slick-slider .slick-next svg path {
  fill: #FFC60B;
}
.topSlide .slick-slider .slick-prev:hover:before, .topSlide .slick-slider .slick-next:hover:before {
  background-color: #FFC60B;
}
.topSlide .slick-slider .slick-prev:hover svg path, .topSlide .slick-slider .slick-next:hover svg path {
  fill: #04002C;
}
.topSlide .slick-slider .slick-next {
  left: 80px;
}
.topSlide__item {
  display: flex !important;
  margin: 0 auto;
  height: 820px;
  justify-content: space-between;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide__item {
    height: 100%;
    align-items: flex-end !important;
  }
}
@media (max-width: 992px) {
  .topSlide__item {
    height: 100%;
  }
}
.topSlide .slick-track {
  display: flex;
}
.topSlide__highlight p,
.topSlide__highlight h2,
.topSlide__highlight h3,
.topSlide__highlight h4,
.topSlide__highlight span,
.topSlide__highlight a {
  color: #FFC60B;
}
.topSlide__highlight p,
.topSlide__highlight a,
.topSlide__highlight span {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 68px; /* 212.5% */
  letter-spacing: -0.64px;
}
@media (max-width: 767px) {
  .topSlide__highlight p,
  .topSlide__highlight a,
  .topSlide__highlight span {
    font-size: 24px;
    text-align: center;
  }
}
.topSlide__desc h2,
.topSlide__desc h3,
.topSlide__desc h4 {
  color: #FFFFFF;
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -3.52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5em;
  white-space: normal;
  font-family: "campaign";
}
@media (max-width: 1900px) {
  .topSlide__desc h2,
  .topSlide__desc h3,
  .topSlide__desc h4 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .topSlide__desc h2,
  .topSlide__desc h3,
  .topSlide__desc h4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .topSlide__desc h2,
  .topSlide__desc h3,
  .topSlide__desc h4 {
    font-size: 48px;
    text-align: center;
    word-wrap: break-word;
    line-height: 48px;
  }
}
.topSlide__desc p,
.topSlide__desc span,
.topSlide__desc a {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
  font-weight: 400;
  color: #FFFEF9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  white-space: normal;
}
@media (max-width: 767px) {
  .topSlide__desc p {
    text-align: center;
  }
}
.topSlide__img {
  position: relative;
  width: 100%;
  margin-right: -50px;
}
@media (max-width: 1600px) {
  .topSlide__img {
    max-width: 60%;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide__img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .topSlide__img {
    max-width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .topSlide__img img {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .topSlide__img {
    margin-bottom: 150px;
  }
}
.topSlide__leftContent {
  max-width: 819px;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .topSlide__leftContent {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide__leftContent {
    margin-top: 200px;
    max-width: 100%;
    padding-top: 40px;
    margin-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .topSlide__leftContent {
    max-width: 100%;
    padding-top: 40px;
    margin-bottom: 0;
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .topSlide__leftContent {
    margin-top: 200px;
  }
}
.topSlide__imgBg {
  position: absolute;
  top: 25px;
  left: 30px;
  max-width: 768.101px;
  width: 95%;
  right: 10px;
  bottom: 0;
}
@media (max-width: 767px) {
  .topSlide__imgBg {
    top: 0;
    display: none;
  }
}
@media (max-width: 460px) {
  .topSlide__imgBg {
    width: 90%;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide__imgBg {
    bottom: -99px;
  }
}
@media (max-width: 992px) {
  .topSlide__imgBg {
    bottom: -99px;
  }
}
@media (max-width: 460px) {
  .topSlide__imgBg {
    bottom: 0px;
  }
}
.topSlide__imgBg img,
.topSlide__imgBg svg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.topSlide__imgObject {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .topSlide__imgObject {
    top: unset;
    bottom: 0;
    height: 300px;
  }
}
@media (max-width: 460px) {
  .topSlide__imgObject {
    bottom: 0px;
  }
}
.topSlide__imgObject img {
  height: 70%;
  width: auto;
  margin: 0 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 991px) {
  .topSlide__imgObject img {
    height: 100%;
  }
}
.topSlide .slick-dots {
  display: none !important;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide .slick-dots {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .topSlide .slick-dots {
    justify-content: center;
  }
}
.topSlide .slick-slide {
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .topSlide .slick-slide {
    height: auto;
  }
}

.topSlide-bg {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media (max-width: 991px) {
  .topSlide-bg {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.topSlide-bg:before {
  content: "";
  background-image: url(../assets/img/mask.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .topSlide-bg:before {
    background-position: right;
  }
}
.topSlide-bg:after {
  content: "";
  background-image: url(../assets/img/mask_x.svg);
  width: 50%;
  height: 70%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .topSlide-bg:after {
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    background-position: top left;
  }
}
.topSlide-bg .topSlide {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .quickCards__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.quickCards__item .imgWrp {
  background: rgba(47, 77, 159, 0.5);
  border-radius: 36px;
  padding: 16px;
  max-width: 74px;
  height: 74px;
}
.quickCards__item .descWrp p {
  color: #04002C;
  font-family: "Campaign";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.016px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 24px */
  letter-spacing: -0.015px;
}
@media (max-width: 992px) {
  .quickCards__item .descWrp p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .quickCards__item .descWrp p {
    font-size: 10px;
    line-height: 14px;
  }
}
.quickCards__item .descWrp h4 {
  font-family: "Campaign";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .quickCards__item .descWrp h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.quickCards__item:last-child {
  border: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  .quickCards__item:nth-child(even) {
    border: none;
  }
}

.bodyArt {
  position: fixed;
  top: 0;
  left: -400px;
  z-index: -1;
  width: 1626.734px;
  height: 1676.757px;
}
.bodyArt img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .bodyArt {
    display: none;
  }
}
@media (max-width: 767px) {
  .bodyArt {
    display: none;
  }
}

.quickCards__item {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1600px) {
  .quickCards__item {
    max-width: 320px;
  }
}
@media (max-width: 1400px) {
  .quickCards__item {
    max-width: 290px;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .quickCards__item {
    max-width: 270px;
  }
}
@media (max-width: 992px) {
  .quickCards__item {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .quickCards__item {
    max-width: 50%;
    border-bottom: 1px solid #dfe0e3 !important;
    padding: 20px;
  }
}
@media (max-width: 1400px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .quickCards__wrp {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

.type-product span.onsale {
  display: none;
}

.custom-price .custom-regular-price .woocommerce-Price-amount bdi {
  color: #EC2E40;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.custom-price .custom-regular-price .woocommerce-Price-amount bdi span {
  color: #EC2E40;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.custom-price .custom-sale-price .woocommerce-Price-amount bdi {
  color: #04002C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  opacity: 0.4;
  padding-left: 16px;
}
.custom-price .custom-sale-price .woocommerce-Price-amount bdi span {
  color: #04002C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.custom-price .price del {
  opacity: 1 !important;
}
.custom-price .price del .woocommerce-Price-amount {
  color: #EC2E40;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.custom-price .price del .woocommerce-Price-amount bdi {
  color: #EC2E40;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
.custom-price .price del .woocommerce-Price-amount bdi span {
  color: #EC2E40;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.custom-full-description {
  padding-bottom: 56px;
  padding-top: 36px;
}
.custom-full-description p {
  padding-bottom: 15px;
}

.type-product .quantity {
  display: none;
}

.product_details_popup_wrapper a {
  padding-bottom: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(38, 38, 38, 0.24);
  display: block;
  max-width: 100%;
  width: 100%;
  color: #04002C;
  font-family: "Campaign";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: -0.48px;
}
@media (max-width: 992px) {
  .product_details_popup_wrapper a {
    font-size: 16px;
  }
}

.custom_prod_details .woocommerce-product-gallery ol {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
}
.custom_prod_details .woocommerce-product-gallery ol li img {
  height: 100%;
  width: 100%;
}
.custom_prod_details .woocommerce div.product div.images .flex-control-thumbs li {
  width: 33% !important;
}

.custom_prod_details .product_det_content .summary .prod_details__popup {
  position: fixed;
  width: 582px;
  top: 0;
  right: -200vw;
  height: 100%;
  transition: all 0.4s ease-in-out;
  overflow-y: auto;
  background: #FFFEF9;
  box-shadow: -24px 0px 32px 0px rgba(18, 22, 25, 0.04);
  padding: 64px 64px;
  z-index: 9;
}
@media (max-width: 767px) {
  .custom_prod_details .product_det_content .summary .prod_details__popup {
    width: 100%;
    padding: 64px 45px;
  }
}
.custom_prod_details .product_det_content .summary .prod_details__popup h3 {
  color: #04002C;
  margin: 40px 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px; /* 175% */
  letter-spacing: -0.64px;
}
.custom_prod_details .product_det_content .summary .prod_details__popup p {
  color: #04002C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.016px;
}
@media (max-width: 767px) {
  .custom_prod_details .product_det_content .summary .prod_details__popup p {
    font-size: 14px;
  }
}
.custom_prod_details .product_det_content .summary .prod_details__popup .cross_popup {
  position: absolute;
  top: 61px;
  right: 41px;
  font-size: 30px;
  font-weight: 800;
  cursor: pointer;
}

.custom-product-description .prod_det_cont_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  font-family: "Campaign";
}
@media (max-width: 768px) {
  .custom-product-description .prod_det_cont_title {
    font-size: 24px;
  }
}

.history_carousel .section_title {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.history_carousel .reviews {
  background-color: #ec2e40;
  color: #fff;
}
.history_carousel .reviews .slick-slider {
  z-index: 9;
}
.history_carousel .reviews .about__sliderImg img {
  transform: scale(0.7, 0.7);
  transition: all 1s;
  cursor: pointer;
  display: block;
  margin: 15px auto;
}
.history_carousel .reviews .about__sliderImg.slick-current img {
  transform: scale(1, 1);
  transition: all 1s;
}
.history_carousel .reviews-slider {
  position: relative;
}
.history_carousel .reviews-slider .icon-angle-left,
.history_carousel .reviews-slider .icon-angle-right {
  position: absolute;
  top: 40%;
}
.history_carousel .reviews-slider .icon-angle-left:hover,
.history_carousel .reviews-slider .icon-angle-right:hover {
  background-color: #ec2e40;
  color: #fff;
}
.history_carousel .reviews-slider .icon-angle-left {
  left: 20px;
  z-index: 999;
}
.history_carousel .reviews-slider .icon-angle-right {
  right: 20px;
}
.history_carousel .reviews-text-slider {
  margin: auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 9;
}
.history_carousel .reviews-text-slider h2 {
  color: #ec2e40;
  font-size: 36px;
}
.history_carousel .about__sliderText {
  outline: none;
  text-align: center;
  display: flex;
  gap: 73px;
}
.history_carousel .about__sliderText p {
  margin-top: 22px;
  color: #04002C;
  font-size: 150%;
  letter-spacing: -0.014px;
}
.history_carousel .about__sliderImg img {
  width: 100%;
}
.history_carousel .review-center-carousel .cell .reviews-text-slider {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #FFFEF9;
  color: #000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e1dde7;
  margin: 10px 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 48px 0px 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:first-child {
  border-top: 1px solid #e1dde7;
  border-bottom: none;
}

.woocommerce #reviews #comments h2 {
  padding-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-top: 24px;
  opacity: 0.6;
}

.woocommerce #reviews h3 {
  color: #04002C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.016px;
}

.woocommerce #review_form .comment-form-rating {
  padding-top: 24px;
}

.woocommerce #review_form #respond p {
  padding-top: 16px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ec2e40;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 20px;
}

.gform_footer {
  position: relative;
}
.gform_footer .gform-theme--framework .gform-loader {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .slick-next::before, .slick-prev::before {
    height: 45px;
    width: 45px;
  }
}

.btn {
  border-radius: 100px;
}
.btn svg {
  transition: 0.2s;
}
.btn.bg-primary {
  background-color: #FFC60B !important;
  color: #04002C;
}
.btn.bg-secondary:hover {
  background-color: #fffef9 !important;
  color: #04002C;
}
.btn:hover svg {
  transform: translateX(10px);
}

.product-cate .imgWrp {
  border-radius: 36px;
  padding: 16px;
  max-width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  transition: 0.4s;
  opacity: 0.5;
}
.product-cate .imgWrp.active {
  opacity: 1;
}
.product-cate .imgWrp:hover {
  opacity: 1;
}
.product-cate .category-name {
  font-family: "Campaign";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.18px;
}
.product-cate .slick-next:before, .product-cate .slick-prev:before {
  content: "";
  background: transparent;
  height: 55px;
  width: 55px;
  opacity: 1;
  border: 2px solid #2F4D9F;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
}
.product-cate .slick-next svg path, .product-cate .slick-prev svg path {
  fill: #2F4D9F !important;
}
.product-cate .slick-wrap .slick-dots {
  border-radius: 8px;
  overflow: hidden;
  height: 8px;
  background-color: transparent;
  gap: 0;
}
.product-cate .slick-wrap .slick-dots li {
  flex: 1;
  width: auto;
  height: 2px;
  border: none;
  background-color: #2F4D9F;
  opacity: 0.16;
  padding: 0;
}
.product-cate .slick-wrap .slick-dots li.slick-active {
  height: 8px;
  border-radius: 8px;
  opacity: 1;
}
.product-cate .slick-containers .slick-wrap {
  padding-bottom: 50px;
}
@media (max-width: 1250px) {
  .product-cate .slick-containers {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .product-cate .slick-containers {
    max-width: 70%;
  }
}

.filter_sort .filter_sort_name {
  font-family: "Campaign";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 24px */
  letter-spacing: -0.015px;
  color: #2F4D9F;
}
.filter_sort select {
  border-radius: 64px;
  border: 1px solid #2F4D9F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.015px;
  color: #2F4D9F;
}

.single-product main {
  padding-top: 150px;
}
.single-product main .breadcrumb .woocommerce-back-button button {
  padding: 16px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='white'%3E%3Cg transform='rotate(180 7.5 6)'%3E%3Cpath d='M14.0307 6.60731L8.88941 11.7486C8.72844 11.9096 8.51011 12 8.28245 12C8.0548 12 7.83647 11.9096 7.6755 11.7486C7.51452 11.5876 7.42409 11.3693 7.42409 11.1416C7.42409 10.914 7.51452 10.6957 7.6755 10.5347L11.3537 6.85795H0.856879C0.629621 6.85795 0.41167 6.76767 0.250974 6.60698C0.0902781 6.44628 0 6.22833 0 6.00107C0 5.77381 0.0902781 5.55586 0.250974 5.39516C0.41167 5.23447 0.629621 5.14419 0.856879 5.14419H11.3537L7.67693 1.46532C7.51595 1.30435 7.42552 1.08602 7.42552 0.858366C7.42552 0.630713 7.51595 0.412384 7.67693 0.251409C7.8379 0.0904346 8.05623 2.39871e-09 8.28388 0C8.51153 -2.39871e-09 8.72986 0.0904346 8.89084 0.251409L14.0321 5.39269C14.112 5.4724 14.1754 5.56711 14.2186 5.67139C14.2618 5.77566 14.2839 5.88743 14.2838 6.0003C14.2837 6.11316 14.2612 6.22488 14.2178 6.32905C14.1744 6.43322 14.1108 6.52779 14.0307 6.60731Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 47px;
  border-radius: 300px;
  height: 48px;
}
.single-product main .breadcrumb .woocommerce-back-button button:hover {
  background-color: #04002c;
  text-decoration: none;
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='white'%3E%3Cg transform='rotate(180 7.5 6)'%3E%3Cpath d='M14.0307 6.60731L8.88941 11.7486C8.72844 11.9096 8.51011 12 8.28245 12C8.0548 12 7.83647 11.9096 7.6755 11.7486C7.51452 11.5876 7.42409 11.3693 7.42409 11.1416C7.42409 10.914 7.51452 10.6957 7.6755 10.5347L11.3537 6.85795H0.856879C0.629621 6.85795 0.41167 6.76767 0.250974 6.60698C0.0902781 6.44628 0 6.22833 0 6.00107C0 5.77381 0.0902781 5.55586 0.250974 5.39516C0.41167 5.23447 0.629621 5.14419 0.856879 5.14419H11.3537L7.67693 1.46532C7.51595 1.30435 7.42552 1.08602 7.42552 0.858366C7.42552 0.630713 7.51595 0.412384 7.67693 0.251409C7.8379 0.0904346 8.05623 2.39871e-09 8.28388 0C8.51153 -2.39871e-09 8.72986 0.0904346 8.89084 0.251409L14.0321 5.39269C14.112 5.4724 14.1754 5.56711 14.2186 5.67139C14.2618 5.77566 14.2839 5.88743 14.2838 6.0003C14.2837 6.11316 14.2612 6.22488 14.2178 6.32905C14.1744 6.43322 14.1108 6.52779 14.0307 6.60731Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left 15px center;
}
.single-product main .breadcrumb h2 {
  font-family: "Campaign";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #FFC60B;
}
.single-product main .breadcrumb h2 a {
  color: #FFC60B;
  text-transform: uppercase;
}
.single-product main .product_det_content .sale-badge-wrapper {
  padding-bottom: 8px;
}
.single-product main .product_det_content .product_title {
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .single-product main .product_det_content .product_title {
    font-family: "Campaign" !important;
  }
}
.single-product main .product_det_content .woocommerce-product-details__short-description p {
  padding-top: 28px;
}
.single-product main .product_det_content .custom-price, .single-product main .product_det_content form {
  display: none;
}
.single-product main .woocommerce-product-gallery img {
  max-height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  background: #FCFBF7;
}
.single-product main .woocommerce-product-gallery .custom-gallery-arrows .arrow-right::before, .single-product main .woocommerce-product-gallery .custom-gallery-arrows .arrow-left::before {
  background: transparent;
}
.single-product main .woocommerce-product-gallery .custom-gallery-arrows .arrow-right svg {
  right: 8px;
}
.single-product main .woocommerce-product-gallery .custom-gallery-arrows .arrow-left svg {
  left: 8px;
}
.single-product main .product__details__twoColumn .product-discrption-left p, .single-product main .product__details__twoColumn .product-discrption-left span, .single-product main .product__details__twoColumn .product-discrption-left a, .single-product main .product__details__twoColumn .product-discrption-right p, .single-product main .product__details__twoColumn .product-discrption-right span, .single-product main .product__details__twoColumn .product-discrption-right a {
  font-weight: 300;
  opacity: 0.6;
  font-size: 15px;
}

.single-brand .brand_header {
  align-items: stretch;
}
.single-brand .brand_header h1 {
  color: var(--Secondary-paint-blue, #2F4D9F);
  font-family: "Campaign";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 64px */
  letter-spacing: -1.92px;
}
@media (max-width: 1199px) {
  .single-brand .brand_header h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .single-brand .brand_header h1 {
    font-size: 40px;
  }
}
.single-brand .brand_header .excerpt {
  font-family: "Campaign";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .single-brand .brand_header .excerpt {
    font-size: 18px;
  }
}
.single-brand .brand_header .description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-brand .brand_header .description p, .single-brand .brand_header .description a, .single-brand .brand_header .description span {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.015px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .single-brand .brand_header .description p, .single-brand .brand_header .description a, .single-brand .brand_header .description span {
    font-size: 14px;
  }
}
.single-brand .brand_header .img_wrap {
  background-color: rgba(47, 77, 159, 0.04);
  border-top-left-radius: 600px;
  border-bottom-left-radius: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.single-brand .brand_header .img_wrap img.logo {
  width: 30%;
  max-height: 30%;
}
@media (max-width: 1199px) {
  .single-brand .brand_header .img_wrap img.logo {
    width: 80%;
    max-height: 80%;
  }
}
@media (max-width: 991px) {
  .single-brand .brand_header .img_wrap img.logo {
    width: 50%;
  }
}
.single-brand .brand_header .img_wrap img.bagde {
  position: absolute;
  left: -30px;
  top: 20px;
}
@media (max-width: 1024px) {
  .single-brand .brand_header .img_wrap img.bagde {
    left: 0px;
    top: -20px;
    width: 100px;
  }
}

.shopByCate__title h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 46.2px */
  letter-spacing: -1.68px;
}
@media (max-width: 767px) {
  .shopByCate__title h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.shopByCate__card {
  padding: 32px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  position: relative;
  padding-bottom: 64px;
}
.shopByCate__card p {
  color: #fffef9;
  font-weight: 400;
}
.shopByCate__card .round {
  content: "";
  -webkit-mask-image: url("../assets/img/mask_round.svg");
          mask-image: url("../assets/img/mask_round.svg");
  width: 90%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  transition: 0.2s;
}
.shopByCate__card:hover .round {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .shopByCate__card {
    padding: 24px !important;
  }
}
.shopByCate__card h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 39.6px */
  letter-spacing: -1.44px;
}
@media (max-width: 767px) {
  .shopByCate__card h3 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.shopByCate__card h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 28px */
  letter-spacing: -0.28px;
}
@media (max-width: 767px) {
  .shopByCate__card h4 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.shopByCate__card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.016px;
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .shopByCate__card p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shopByCate__card p {
    margin-bottom: 100px;
  }
}
.shopByCate__card .btn {
  position: absolute;
  left: 32px;
  bottom: 32px;
  height: 10px;
  max-width: calc(100% - 64px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015px;
}
@media (max-width: 767px) {
  .shopByCate__card .btn {
    bottom: 8%;
    line-height: 1;
    display: none;
  }
}
@media (max-width: 767px) {
  .shopByCate__card a.btn {
    display: none;
  }
}
.shopByCate__cardLg {
  padding: 83px 48px;
  max-width: 40%;
}
@media (max-width: 1279px) {
  .shopByCate__cardLg {
    max-width: 100%;
    height: auto;
    padding: 32px;
  }
  .shopByCate__cardLg p {
    margin-bottom: 16px;
  }
  .shopByCate__cardLg .round {
    width: 50%;
    height: 60%;
  }
}
@media (max-width: 991px) {
  .shopByCate__cardLg .round {
    width: 70%;
    height: 70%;
  }
  .shopByCate__cardLg p {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .shopByCate__cardLg {
    padding: 40px;
    height: auto;
  }
  .shopByCate__cardLg p {
    margin-bottom: 100px;
  }
}
.shopByCate__cardLg .btn {
  position: relative;
  left: unset;
  bottom: unset;
}
@media (max-width: 767px) {
  .shopByCate__cardLg .btn::after {
    bottom: -21px;
  }
}
@media (max-width: 767px) {
  .shopByCate__cardLg a {
    display: block;
  }
}
.shopByCate__smcardWrp {
  max-width: calc(100% - 487px);
}
.shopByCate__smcardWrp .shopByCate__card {
  max-width: calc(50% - 12px);
}
.shopByCate__smcardWrp .shopByCate__card p {
  margin-bottom: 150px;
}
.shopByCate__smcardWrp .shopByCate__card .round {
  width: 80%;
  height: 60%;
}
@media (max-width: 767px) {
  .shopByCate__smcardWrp .shopByCate__card {
    max-width: 100%;
  }
  .shopByCate__smcardWrp .shopByCate__card p {
    margin-bottom: 100px;
  }
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.wocommerce-customTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wocommerce-customTitle a {
  font-weight: bold;
  text-transform: capitalize;
}

.shopByCate__card a {
  display: block;
  width: 100%;
  height: 100%;
}

.secIntro__title {
  display: flex;
}
.secIntro__title h2 {
  font-size: 48px;
  line-height: 54px; /* 150% */
  letter-spacing: -0.64px;
}
.secIntro__title h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 46.2px */
  letter-spacing: -1.68px;
}
.secIntro__title h4 {
  font-family: "Campaign";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 39.6px */
  letter-spacing: -1.44px;
}
@media (max-width: 768px) {
  .secIntro__title h4 {
    font-size: 24px;
  }
}

.bg-primary .secIntro__title h2,
.bg-primary .secIntro__title h3,
.bg-primary .secIntro__title h4,
.bg-primary .secIntro__title p,
.bg-primary .secIntro__title a,
.bg-primary .secIntro__title .btn,
.bg-primary .secIntro__title span,
.bg-primary .secIntro__title button {
  color: #FFFEF9;
}

.products__card {
  max-width: calc(25% - 18px);
  position: relative;
  background-color: #FFFEF9;
  padding: 24px;
  flex-grow: 1;
  justify-content: space-between;
  border-radius: 24px;
}
@media (max-width: 1250px) {
  .products__card {
    max-width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 992px) {
  .products__card {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .products__card {
    max-width: 100%;
  }
}
.products__card:hover img {
  scale: 1.1;
}
.products__card:hover .btn {
  background-color: #EF3F24 !important;
  border-color: #EF3F24 !important;
  color: #FFFEF9 !important;
}
.products__desc .btn.outline-red {
  padding: 16px 24px;
}
.products__img {
  max-width: 294px;
  width: 100%;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .products__img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .products__img {
    max-width: 100%;
  }
}
.products__img img {
  transition: all 0.3s ease-in;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__img .new-tag {
  margin-top: -16px;
  margin-left: -16px;
}
.products .btn {
  background: #04002c;
  color: #FFFEF9;
  font-weight: 500;
}
.products__btnGroup {
  position: absolute;
  top: 0;
  left: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  z-index: 1;
}
.products__details {
  padding-top: 24px;
}
.products__details span {
  font-family: "Campaign";
  font-size: 12px;
  font-style: normal;
  font-weight: 460;
  line-height: 150%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #2F4D9F !important;
}
.products__details h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 28px */
  letter-spacing: -0.28px;
}
@media (max-width: 768px) {
  .products__details h3 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .products__cardSlider .slick-dots {
    position: static;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .products__cardSlider .slick-dots {
    position: static;
    justify-content: center;
  }
}
.products__cardSlider .slick-next {
  right: -35px;
  top: 35%;
}
@media (max-height: 990px) {
  .products__cardSlider .slick-next svg {
    position: absolute;
    top: 23px;
    right: 34px;
  }
}
@media (max-width: 767px) {
  .products__cardSlider .slick-next {
    right: -25px;
  }
  .products__cardSlider .slick-next svg {
    right: 23px;
    position: absolute;
    top: 14px;
  }
}
.products__cardSlider .slick-next::before {
  background: #ec2e40;
}
.products__cardSlider .slick-next::after {
  content: none;
}
@media (max-width: 767px) {
  .products__cardSlider .slick-next::after {
    top: -10px;
    right: 0px;
  }
}
.products__cardSlider .slick-prev {
  left: 35px;
  top: 35%;
  z-index: 1;
}
@media (max-width: 990px) {
  .products__cardSlider .slick-prev {
    left: 28px;
  }
  .products__cardSlider .slick-prev svg {
    position: absolute;
    top: 23px;
    left: -25px;
  }
}
@media (max-width: 767px) {
  .products__cardSlider .slick-prev {
    left: 20px;
  }
  .products__cardSlider .slick-prev svg {
    left: -21px;
    position: absolute;
    top: 14px;
  }
}
.products__cardSlider .slick-prev::after {
  right: -6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .products__cardSlider .slick-prev::after {
    top: -12px;
    right: -21px;
  }
}
.products__cardSlider .slick-prev::before {
  background: #ec2e40;
  opacity: 1;
}
@media (max-width: 767px) {
  .products__cardSlider .slick-prev::before {
    left: -43px;
  }
}
.products .tag-new {
  color: #04002C;
  text-transform: uppercase;
  font-weight: 600;
}

.products__cardSlider .slick-list, .new_products__cardSlider .slick-list {
  padding: 0 !important;
}
.products__cardSlider .slick-dots, .new_products__cardSlider .slick-dots {
  margin: 0;
  display: none;
}
.products__cardSlider .slick-slide, .new_products__cardSlider .slick-slide {
  margin-right: 24px;
}
@media (max-width: 640px) {
  .products__cardSlider .slick-slide, .new_products__cardSlider .slick-slide {
    margin-right: 0;
  }
}
.products__cardSlider .slick-prev:before, .products__cardSlider .slick-next:before, .new_products__cardSlider .slick-prev:before, .new_products__cardSlider .slick-next:before {
  background: transparent !important;
  height: 55px;
  width: 55px;
  opacity: 1;
  z-index: -1;
  transform: none;
  border: 1px solid #2F4D9F;
  border-radius: 100%;
  transition: 0.4s;
}
.products__cardSlider .slick-prev svg, .products__cardSlider .slick-next svg, .new_products__cardSlider .slick-prev svg, .new_products__cardSlider .slick-next svg {
  position: absolute;
  left: -37px;
  top: 20px;
}
.products__cardSlider .slick-prev svg path, .products__cardSlider .slick-next svg path, .new_products__cardSlider .slick-prev svg path, .new_products__cardSlider .slick-next svg path {
  fill: #2F4D9F;
}
.products__cardSlider .slick-prev:hover:before, .products__cardSlider .slick-next:hover:before, .new_products__cardSlider .slick-prev:hover:before, .new_products__cardSlider .slick-next:hover:before {
  background-color: #2F4D9F !important;
}
.products__cardSlider .slick-prev:hover svg path, .products__cardSlider .slick-next:hover svg path, .new_products__cardSlider .slick-prev:hover svg path, .new_products__cardSlider .slick-next:hover svg path {
  fill: #FFFEF9;
}
.products__cardSlider .slick-next, .new_products__cardSlider .slick-next {
  right: -90px;
}
.products__cardSlider .slick-prev, .new_products__cardSlider .slick-prev {
  left: -30px;
}
@media (max-width: 1699px) {
  .products__cardSlider .slick-next, .new_products__cardSlider .slick-next {
    right: -40px;
  }
  .products__cardSlider .slick-prev, .new_products__cardSlider .slick-prev {
    left: -5px;
  }
}
@media (max-width: 1599px) {
  .products__cardSlider .slick-next, .new_products__cardSlider .slick-next {
    right: 0px;
  }
  .products__cardSlider .slick-prev, .new_products__cardSlider .slick-prev {
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .products__cardSlider, .new_products__cardSlider {
    margin-bottom: 70px;
  }
  .products__cardSlider .slick-next, .new_products__cardSlider .slick-next {
    bottom: -60px;
    top: auto;
    right: auto;
    left: calc(50% + 60px);
  }
  .products__cardSlider .slick-prev, .new_products__cardSlider .slick-prev {
    bottom: -60px;
    top: auto;
    right: auto;
    left: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .products__cardSlider .slick-prev svg, .new_products__cardSlider .slick-prev svg {
    left: -24px;
  }
}

.newproducts {
  padding: 163px 0 120px 0;
  position: relative;
  overflow: hidden;
}
.newproducts .new_products__cardSlider {
  position: relative;
  z-index: 1;
}
.newproducts .new_products__cardSlider .products__card {
  margin-right: 0;
  transform: scale(0.8);
  background: transparent;
  transition: 0.2s;
  padding: 0;
}
.newproducts .new_products__cardSlider .products__card .new-tag {
  display: none;
}
.newproducts .new_products__cardSlider .products__card .products__details, .newproducts .new_products__cardSlider .products__card .products__button {
  opacity: 0;
  transition: 0.2s;
  text-align: center;
}
.newproducts .new_products__cardSlider .products__card .products__button a {
  border-color: #EF3F24;
  background-color: #EF3F24;
}
.newproducts .new_products__cardSlider .products__card .products__button a:hover {
  border-color: #04002c;
  background-color: #04002c;
}
.newproducts .new_products__cardSlider .products__card.slick-current {
  transform: scale(1);
}
.newproducts .new_products__cardSlider .products__card.slick-current .products__details, .newproducts .new_products__cardSlider .products__card.slick-current .products__button {
  opacity: 1;
}
.newproducts .new_products__cardSlider .products__card img {
  scale: 1 !important;
}
.newproducts .new_products__cardSlider .products__card .category {
  justify-content: center;
}
@media (max-width: 640px) {
  .newproducts .new_products__cardSlider .slick-prev svg {
    left: -37px;
  }
}
.newproducts .sunrise::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 200%;
  background-color: rgba(47, 77, 159, 0.0588235294);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .newproducts .sunrise::before {
    left: -100%;
    width: 300%;
    height: 300%;
  }
}
@media (max-width: 640px) {
  .newproducts .sunrise::before {
    left: -200%;
    width: 500%;
    height: 500%;
  }
}

.new_products__cardSlider.show_all .products__card {
  transform: scale(0.8) !important;
}
.new_products__cardSlider.show_all .products__card .products__details, .new_products__cardSlider.show_all .products__card .products__button {
  opacity: 1;
}

body.archive .products .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background-color: #ec2e40 !important;
  color: #FFFFFF;
  margin: 20px 7px;
  transition: all 0.8s;
}
body.archive .products .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: #fae000;
  text-decoration: none;
  background-image: none;
  color: #ec2e40;
}

.brand_logo {
  width: calc(25% - 18px);
}
@media (max-width: 991px) {
  .brand_logo {
    width: calc(33% - 24px);
  }
}
@media (max-width: 640px) {
  .brand_logo {
    width: 100%;
  }
}
.brand_logo img {
  transition: 0.2s;
}
.brand_logo:hover img {
  scale: 1.1;
}

.promotionBanner__info {
  color: #04002C;
}
.promotionBanner__info h2 {
  font-size: 48px;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
  font-weight: 800;
}
.promotionBanner__info p {
  color: #EC2E40 !important;
  color: #04002C;
  font-family: "Campaign";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.016px;
  font-weight: 500;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .promotionBanner__info p {
    font-size: 14px;
  }
}
.promotionBanner__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brands__card {
  position: relative;
  display: flex;
  min-height: 80px;
  min-width: 178px;
}
.brands__card.slick-slide {
  display: flex;
  height: 342px;
  margin-right: 24px; /* Adjust spacing as needed */
}
@media (max-width: 767px) {
  .brands__card.slick-slide {
    margin-right: 1px;
    flex-grow: 1;
  }
}
.brands .slick-track {
  display: flex;
}
.brands__items .slick-prev {
  left: -50px;
}
@media (max-width: 1600px) {
  .brands__items .slick-prev {
    left: -30px;
  }
}
.brands__items .slick-prev svg {
  position: absolute;
  top: 0;
}
.brands__items .slick-prev::after {
  content: none;
}
.brands__items .slick-next {
  right: -20px;
}
@media (max-width: 1600px) {
  .brands__items .slick-next {
    right: 0;
  }
}
.brands__items .slick-next svg {
  position: absolute;
  top: 0;
}
.brands__items .slick-next::after {
  content: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brands__items {
  display: flex;
  gap: 24px;
  overflow: hidden;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.brands__items:hover {
  animation-play-state: paused; /* Pause on hover */
}

/* Duplicate the content to create a seamless loop */
.brands__items > * {
  flex-shrink: 0;
  min-width: 342px;
}

.brands__wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.shortIntroBlock {
  position: relative;
}
@media (max-width: 992px) {
  .shortIntroBlock {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .shortIntroBlock {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .shortIntroBlock__img {
    max-width: 100% !important;
  }
}
.shortIntroBlock__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border-radius: 24px;
}
.shortIntroBlock__desc h3 {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 64px */
  letter-spacing: -1.92px;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .shortIntroBlock__desc h3 {
    font-size: 48px;
    line-height: 120%;
  }
}
@media (max-width: 992px) {
  .shortIntroBlock__desc h3 {
    font-size: 32px;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
  }
}
.shortIntroBlock__desc h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 39.6px */
  letter-spacing: -1.44px;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .shortIntroBlock__desc h4 {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 992px) {
  .shortIntroBlock__desc h4 {
    font-size: 24px;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
  }
}
.shortIntroBlock__desc p {
  font-family: "Campaign";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02px;
}
@media (max-width: 767px) {
  .shortIntroBlock__desc p {
    font-size: 14px !important;
  }
}
.shortIntroBlock__desc .btn {
  margin-top: 12px;
}
.shortIntroBlock .content-block-layout {
  gap: 120px;
}
@media (max-width: 1199px) {
  .shortIntroBlock .content-block-layout {
    gap: 50px;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .shortIntroBlock .content-block-layout {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .shortIntroBlock .content-block-layout {
    flex-direction: column;
  }
}

.shortIntroBlock.dark_version + .newsletter {
  margin-top: -140px;
}

.shortIntroBlock.dark_version {
  padding-bottom: 0;
  padding-top: 0 !important;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  overflow: hidden;
  background-color: #04002C;
  position: relative;
}
.shortIntroBlock.dark_version .trade-container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version .trade-container {
    gap: 100px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .shortIntroBlock.dark_version .trade-container {
    gap: 50px;
  }
}
.shortIntroBlock.dark_version .trade-container .shortIntroBlock__img {
  max-width: 50%;
  height: 900px;
  width: 50%;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__img {
    width: 100%;
    height: 450px;
    max-width: 100%;
  }
}
.shortIntroBlock.dark_version .trade-container .shortIntroBlock__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__img img {
    width: 100%;
    height: 450px;
  }
}
.shortIntroBlock.dark_version .trade-container .shortIntroBlock__img .shortIntroBlockIcon img {
  width: 210px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% - 180px);
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__img .shortIntroBlockIcon img {
    top: 360px;
    right: 50px;
    left: auto;
  }
}
@media (max-width: 640px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__img .shortIntroBlockIcon img {
    right: 16px;
    width: 120px;
    top: 405px;
  }
}
.shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc {
  margin-bottom: 150px;
  width: 50%;
  padding-right: calc((100vw - 1539px) / 2);
}
.shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h1, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h2, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h3, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h4, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h5, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc h6, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc p, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc span, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc li, .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc a:not(.btn) {
  color: #FFFEF9;
}
@media (max-width: 1499px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc {
    padding-right: 35px;
    padding-left: 35px;
    width: 100%;
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .shortIntroBlock.dark_version .trade-container .shortIntroBlock__desc {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.shortIntroBlock.dark_version:before {
  content: "";
  background-image: url(../assets/img/mask_2.svg);
  width: 50%;
  height: 70%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: right;
  right: 0;
  top: 10%;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .shortIntroBlock.dark_version:before {
    background-position: right;
  }
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_version:before {
    display: none;
  }
}

.shortIntroBlock.dark_background {
  background-color: #2F4D9F;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .shortIntroBlock.dark_background {
    border-radius: 24px;
  }
}
.shortIntroBlock.dark_background h1, .shortIntroBlock.dark_background h2, .shortIntroBlock.dark_background h3, .shortIntroBlock.dark_background h4, .shortIntroBlock.dark_background h5, .shortIntroBlock.dark_background h6, .shortIntroBlock.dark_background p, .shortIntroBlock.dark_background span, .shortIntroBlock.dark_background li {
  color: white;
}
.shortIntroBlock.dark_background:before {
  content: "";
  background-image: url(../assets/img/mask_7.svg);
  width: 30%;
  height: 70%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: left;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_background:before {
    display: none;
  }
}
.shortIntroBlock.dark_background:after {
  content: "";
  background-image: url(../assets/img/mask_8.svg);
  width: 50%;
  height: 60%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: right;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .shortIntroBlock.dark_background:after {
    display: none;
  }
}

.topBanner {
  background-position: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.topBanner .shape {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 500px;
  transform: rotate(180deg);
  -webkit-clip-path: circle(75% at 100% 50%);
          clip-path: circle(75% at 100% 50%);
  top: 0;
  left: calc(50% - 250px);
}
.topBanner .image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.topBanner__highlight p {
  color: #FFC60B;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px; /* 333.333% */
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .topBanner__highlight p {
    font-size: 10px;
    line-height: 15px; /* 400% */
  }
}
.topBanner__desc h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 64px */
  letter-spacing: -1.92px;
}
@media (max-width: 992px) {
  .topBanner__desc h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}
.topBanner__desc p {
  font-family: "Campaign";
  font-size: 24px;
  font-style: normal;
  font-weight: 460;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .topBanner__desc p {
    font-size: 14px !important;
  }
}
.topBanner__desc h4 {
  color: #04002C;
  font-family: "Campaign";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.016px;
  color: #FFFEF9;
  font-weight: 500;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .topBanner__desc h4 {
    font-size: 14px;
  }
}
.topBanner__desc .banner_shortDesc p, .topBanner__desc .banner_shortDesc h5, .topBanner__desc .banner_shortDesc h4, .topBanner__desc .banner_shortDesc strong {
  font-family: "Campaign";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.topBanner .catIcon {
  max-width: 44px;
  width: 100%;
  height: 41px;
}
.topBanner.static-banner h2, .topBanner.static-banner h3, .topBanner.static-banner p, .topBanner.static-banner strong {
  color: #FFFEF9;
}
.topBanner.static-banner p, .topBanner.static-banner strong {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .topBanner.static-banner {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .topBanner.static-banner .bannerImg-r {
    display: none;
  }
  .topBanner.static-banner .bannerImg-r-b {
    display: none;
  }
}
@media (max-width: 640px) {
  .topBanner.static-banner {
    padding-top: 250px;
    padding-bottom: 40px;
  }
  .topBanner.static-banner .bannerImg-r-b {
    display: none;
  }
}
.topBanner.static-banner:before {
  content: "";
  background-image: url(../assets/img/mask_12.svg);
  width: 50%;
  height: 80%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: right;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .topBanner.static-banner:before {
    width: 100%;
    height: 80%;
  }
}
@media (max-width: 991px) {
  .topBanner {
    padding-bottom: 400px;
    padding-top: 100px;
  }
  .topBanner .shape {
    display: none;
  }
  .topBanner .image {
    width: 100%;
    height: 400px;
    bottom: 0;
    top: auto;
  }
  .topBanner .trade-container {
    height: auto;
    align-items: flex-start;
  }
  .topBanner .trade-container p {
    max-width: 100%;
  }
}
.topBanner .mask:before {
  content: "";
  background-image: url(../assets/img/mask_11.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-position: right;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .topBanner .mask:before {
    display: none;
  }
}
.topBanner .badge {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 1;
}
@media (max-width: 991px) {
  .topBanner .badge {
    right: 24px;
    bottom: 24px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .topSlide__leftContent .btn-grp a.arrow-red {
    justify-content: center;
    background-position: right 40px center;
    font-weight: 700;
    line-height: 110%;
  }
  .topSlide__leftContent .btn-grp a.arrow-white {
    justify-content: center;
    background-position: right 20px center !important;
    color: #fff;
    font-weight: 700;
    line-height: 110%;
  }
}

.history_carousel {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.history_carousel:before {
  content: "";
  background-image: url(../assets/img/mask_5.svg);
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .history_carousel:before {
    display: none;
  }
}
.history_carousel:after {
  content: "";
  background-image: url(../assets/img/mask_4.svg);
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.historyCarousell {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .historyCarousell {
    padding: 60px 16px;
  }
}
.historyCarousell__infoTitle {
  padding-bottom: 64px;
}
.historyCarousell__infoTitle .title {
  color: #FFFEF9;
  text-align: center;
  font-family: "Campaign";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -1.92px;
}
@media (max-width: 1199px) {
  .historyCarousell__infoTitle .title {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .historyCarousell__infoTitle .title {
    font-size: 38px;
  }
}
.historyCarousell__infoTitle .subTitle {
  max-width: 586px;
  margin: 0 auto;
}
.historyCarousell__infoTitle .subTitle p {
  font-family: "Campaign";
  color: #FFFEF9;
  text-align: center;
  margin: 0;
  opacity: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02px;
}
@media (max-width: 640px) {
  .historyCarousell__infoTitle .subTitle p {
    font-size: 14px;
  }
}
.historyCarousell .slidewrp img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.historyCarousell .slidewrp .slick-next, .historyCarousell .slidewrp .slick-prev {
  position: absolute;
  top: 61%;
  z-index: 2;
}
.historyCarousell .slidewrp .slick-next:before, .historyCarousell .slidewrp .slick-prev:before {
  background: transparent !important;
  height: 55px;
  width: 55px;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  transform: none;
  border: 2px solid #FFC60B;
  border-radius: 100%;
}
.historyCarousell .slidewrp .slick-next:after, .historyCarousell .slidewrp .slick-prev:after {
  content: none;
}
.historyCarousell .slidewrp .slick-next svg, .historyCarousell .slidewrp .slick-prev svg {
  position: absolute;
  top: 19px;
  left: 16px;
}
.historyCarousell .slidewrp .slick-next svg path, .historyCarousell .slidewrp .slick-prev svg path {
  fill: #FFC60B !important;
}
.historyCarousell .slidewrp .slick-prev {
  left: calc(32.5% - 55px);
}
.historyCarousell .slidewrp .slick-next {
  right: 32.5%;
}
@media (max-width: 1198px) {
  .historyCarousell .slidewrp .slick-prev {
    top: auto;
    bottom: 0;
    left: 48px;
  }
  .historyCarousell .slidewrp .slick-next {
    top: auto;
    bottom: 0;
    left: 120px;
  }
}
@media (max-width: 640px) {
  .historyCarousell .slidewrp .slick-prev {
    left: 0px;
  }
  .historyCarousell .slidewrp .slick-next {
    left: 80px;
  }
}
@media (max-width: 1919px) {
  .historyCarousell .slidewrp__card .slideWrp__desc .inner_container {
    gap: 40px;
  }
}
.historyCarousell .slidewrp__card .slideWrp__desc .inner_container .history_content p {
  color: #FFFEF9;
  opacity: 0.7;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.015px;
}
.historyCarousell .slidewrp__card .slideWrp__desc .inner_container .history_content p::after {
  content: ".";
}
.historyCarousell .slidewrp__card {
  opacity: 0.5;
  transition: 0.4s;
  padding-top: 20px;
  min-height: 640px;
}
.historyCarousell .slidewrp__card .image_wrap {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}
.historyCarousell .slidewrp__card .image_wrap:before {
  content: "";
  background-image: url(../assets/img/mask_6.svg);
  width: 300px;
  height: 180px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 1440px) {
  .historyCarousell .slidewrp__card .image_wrap:before {
    width: 180px;
    height: 100px;
  }
}
.historyCarousell .slidewrp__card .image_wrap img {
  scale: 0.9;
  margin-top: -15px;
  height: 325px;
  border-radius: 16px;
  transition: 0.4s;
}
.historyCarousell .slidewrp__card .image_wrap .date {
  position: absolute;
  bottom: 30px;
  left: 24px;
  font-family: "Campaign";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.2px;
  color: #FFFEF9;
  opacity: 0;
  z-index: 1;
  transition: 0.4s;
}
@media (max-width: 1440px) {
  .historyCarousell .slidewrp__card .image_wrap .date {
    bottom: 24px;
    font-size: 44px;
  }
}
.historyCarousell .slidewrp__card .inner_container {
  height: 0;
  overflow: hidden;
}
.historyCarousell .slick-current.slidewrp__card {
  opacity: 1;
}
.historyCarousell .slick-current.slidewrp__card:before {
  content: "";
  background-image: url(../assets/img/badge_1.svg);
  width: 250px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .historyCarousell .slick-current.slidewrp__card:before {
    display: none;
  }
}
.historyCarousell .slick-current.slidewrp__card .image_wrap:before {
  opacity: 1;
}
.historyCarousell .slick-current.slidewrp__card .image_wrap img {
  scale: 1;
  margin-top: 0;
  height: 420px;
}
.historyCarousell .slick-current.slidewrp__card .image_wrap .date {
  opacity: 1;
}
.historyCarousell .slick-current.slidewrp__card .inner_container {
  height: 100%;
  padding: 40px;
}
@media (max-width: 992px) {
  .historyCarousell .slick-current.slidewrp__card .inner_container {
    padding: 20px;
  }
}
.historyCarousell .slick-dots {
  position: absolute;
  bottom: -70px;
  display: flex;
  justify-content: center;
}
.historyCarousell .slick-dots li {
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .historyCarousell .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .historyCarousell .slick-dots {
    justify-content: flex-end;
  }
}

.contact_innerContainer {
  padding-top: 130px;
}
@media (max-width: 992px) {
  .contact_innerContainer {
    padding-top: 80px;
  }
}
.contact_innerContainer p {
  opacity: 0.6;
  text-transform: capitalize;
  font-family: "Campaign";
  font-size: 20px;
  font-style: normal;
  font-weight: 460;
  line-height: 120%;
  letter-spacing: -0.02px;
}
@media (max-width: 992px) {
  .contact_innerContainer p {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact_innerContainer .get_in_touch h3 {
  font-family: "Campaign";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.56px;
}
@media (max-width: 767px) {
  .contact_innerContainer .get_in_touch h3 {
    font-size: 36px;
  }
}
.contact_innerContainer .get_in_touch .small_items {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 24px */
  letter-spacing: -0.015px;
  opacity: 0.6;
}
.contact_innerContainer .get_in_touch .small_items a, .contact_innerContainer .get_in_touch .small_items p, .contact_innerContainer .get_in_touch .small_items span {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 24px */
  letter-spacing: -0.015px;
}
.contact_innerContainer .map-location {
  background: #F7F8FB;
  border: 0;
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 24px;
  overflow: hidden;
}
.contact_innerContainer .map-location .map-content-wrapper h4 {
  font-family: "Campaign";
}
.contact_innerContainer .map-location .map-content-wrapper p {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.015px;
  color: #04002C;
  font-family: "Campaign";
  opacity: 0.64;
}
.contact_innerContainer .svg-primary svg path {
  fill: #2F4D9F;
}

.topBanner .hero_banner_bgImg {
  position: absolute;
  top: 0;
  left: 15%;
  max-width: 1298.639px;
  width: 100%;
  right: 10px;
  bottom: 0;
  height: 100%;
}
.topBanner .hero_banner_bgImg svg, .topBanner .hero_banner_bgImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.topBanner__highlight span {
  color: #FAE000;
}
.topBanner__highlight.al-cntr {
  justify-content: center;
}
.topBanner.full-banner .trade-container {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.topBanner.full-banner .trade-container .topBanner__desc {
  max-width: 573px;
  width: 100%;
}
.topBanner .trade-container .bannerImg-r {
  max-width: 948px;
  width: 100%;
}
@media (max-width: 1600px) {
  .topBanner .trade-container .bannerImg-r {
    max-width: 100%;
  }
}
.topBanner .trade-container .bannerImg-r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media ((max-width: 991px)) {
  .topBanner.brand-banner {
    padding-top: 200px;
  }
}
@media ((max-width: 640px)) {
  .topBanner.brand-banner {
    padding-top: 160px;
  }
}
.topBanner.brand-banner .banner_shortDesc p {
  color: #FFFEF9;
}
.topBanner.brand-banner .image img {
  position: absolute;
  z-index: 1;
  bottom: 77px;
}
@media (max-width: 1599px) {
  .topBanner.brand-banner .image img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .topBanner.brand-banner .image img {
    width: 200px;
    right: 24px;
    bottom: 254px;
  }
}/*# sourceMappingURL=main.css.map */