/** Shopify CDN: Minification failed

Line 12743:10 Expected identifier but found whitespace
Line 12743:12 Unexpected "{"
Line 12743:25 Expected ":"
Line 12743:30 Expected ":"
Line 12744:11 Expected identifier but found whitespace
Line 12744:13 Unexpected "{"
Line 12744:26 Expected ":"
Line 12744:31 Expected ":"
Line 12749:10 Expected identifier but found whitespace
Line 12749:12 Unexpected "{"
... and 10 more hidden warnings

**/
:root {
  --100: 100%;
  --1320px: 1320px;
  --cadButtonBackgroundColor: linear-gradient(180deg,
      #0f57c3 0%,
      #0862e9 100%) !important;
  /*  Base  */
  --white: #ffffff;
  --black: #000000;
  --transparent: #fff0;

  /*  Legacy  */
  --1E4642: #1e4642;
  --1C3A13: #1c3a13;
  --F3F3EB: #f3f3eb;
  --C1DAD8: #c1dad8;
  --C2EA99: #c2ea99;

  /*  Dark backgrounds  */
  --00040B: #00040b;
  --010306: #010306;
  --01040C: #01040c;
  --011E37: #011e37;
  --011E55: #011e55;
  --01204D: #01204d;
  --030710: #030710;
  --03080F: #03080f;
  --030B22: #030b22;
  --050E2A: #050e2a;
  --061227: #061227;
  --070E1D: #070e1d;
  --071530: #071530;
  --0B162F: #0b162f;

  /*  Blues (dark)  */
  --003CBD: #003cbd;
  --0059FF: #0059ff;
  --0841BD: #0841bd;
  --084BA3: #084ba3;
  --0F57C3: #0f57c3;
  --1078EE: #1078ee;
  --1092FF: #1092ff;
  --144194: #144194;
  --1A3E82: #1a3e82;
  --1C283F: #1c283f;
  --1C5CD2: #1c5cd2;
  --1E3A6E: #1e3a6e;
  --19283A: #19283a;

  /*  Blues (mid)  */
  --257CEF: #257cef;
  --286FD8: #286fd8;
  --2976B7: #2976b7;
  --2A5697: #2a5697;
  --2C5483: #2c5483;
  --2F71FF: #2f71ff;
  --314261: #314261;
  --3392FF: #3392ff;
  --35A3FF: #35a3ff;
  --38B6F5: #38b6f5;
  --3972EE: #3972ee;
  --4277C5: #4277c5;
  --4385FF: #4385ff;
  --44527E: #44527e;
  --4A7FD4: #4a7fd4;
  --4A92FF: #4a92ff;
  --4B5C92: #4b5c92;
  --4E6E9E: #4e6e9e;
  --4E89E2: #4e89e2;

  /*  Blues (light)  */
  --516983: #516983;
  --516CA7: #516ca7;
  --52B0FF: #52b0ff;
  --5594E8: #5594e8;
  --599AFB: #599afb;
  --6198FF: #6198ff;
  --6C9AFF: #6c9aff;
  --6CA1CE: #6ca1ce;
  --6CAAFA: #6caafa;
  --6D90D0: #6d90d0;
  --77ADFF: #77adff;
  --77C6FF: #77c6ff;
  --7EC5FF: #7ec5ff;
  --87B1FF: #87b1ff;
  --87BFFF: #87bfff;
  --8EACE3: #8eace3;
  --94CAF6: #94caf6;
  --97D0FF: #97d0ff;
  --98C5FF: #98c5ff;
  --A9D8FF: #a9d8ff;
  --AAD9FF: #aad9ff;
  --B4DDFF: #b4ddff;
  --B5CCF6: #b5ccf6;
  --B5D8FF: #b5d8ff;
  --BFE2FF: #bfe2ff;
  --C8EEFF: #c8eeff;
  --D5E4FF: #d5e4ff;

  /*  Purple  */
  --6441FF: #6441ff;
  --8A38F5: #8a38f5;

  /*  Accent / Hover  */
  --00AAFF: #00aaff;
  --0486FF: #0486ff;

  /*  Neutrals  */
  --A5DAEE: #a5daee;
  --B2CBDA: #b2cbda;
  --D9D9D9: #d9d9d9;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
} 
[id] {
    scroll-padding-top: 30px;
  }
body {
  margin: 0 auto;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  background: #030710;
  padding: 73px 0px 0px;
}

.main {
  margin: 0 auto;
  background-color: #03080f;
  padding: 73px 0px 0px;
}


svg {
  display: block;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  display: block;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  transition: all 0.3s ease;
}

:focus-visible {
  outline: 2px solid #03080f;
  outline-offset: 2px;
}

button {
  cursor: pointer;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

#ShopifyChat{
  z-index: 900 !important;
}

@media screen and (max-width: 1575px) {
  body {
    padding: 40px 0px 0px;
  }

  body.has-header-bg {
    padding: 35px 0 0;
  }
}

/* menu */

.mega-menu-wrapper {
  display: flex;
  align-items: center;
  /* gap: 34px; */
}

.mega-parent {
  position: relative;
}

.mega-parent:hover > .menu-item {
  opacity: 1;
}

.mega-parent.has-mega:hover > .menu-item,
.mega-parent.has-mega:focus-within > .menu-item,
.mega-parent.has-mega.is-open > .menu-item {
  background: linear-gradient(152.89deg, #599afb 0.27%, #286fd8 105.6%);
  border-radius: 7.74233px;
  color: #ffffff;
}

.mega-parent.has-mega:hover > .menu-item::after,
.mega-parent.has-mega:focus-within > .menu-item::after,
.mega-parent.has-mega.is-open > .menu-item::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}


.mega-parent:not(.has-mega) > .menu-item::after,
.mega-parent:not(.has-mega) > .menu-item:hover::after {
  content: none;
}

.mega-menu {
  position: fixed;
  top: var(--mega-top, 130px);
  left: var(--mega-left, 20px);
  width: 100%;
  max-width: min(var(--mega-max-width, 1360px), calc(100vw - 40px));
  min-width: 280px;
  padding: 14px;
  padding-top: 32px; 
border-radius: 10.548px;
background: #020915;
 fill: #020915;
stroke-width: 1.318px;
stroke: #FFF;
box-shadow: 0 0 59.33px 0 rgba(108, 167, 255, 0.49) inset;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s;
  z-index: 999;
}

.mega-parent:hover .mega-menu,
.mega-parent:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.18s ease, visibility 0s;
}


.mega-menu::before { content: none; }

.mega-notch {
  position: absolute;
  top: -24px;
  left: var(--notch-x, 50%);
  transform: translateX(-50%);
  width: 60px;
  height: 32px;
  pointer-events: none;
  display: block;
  z-index: 1;
}


.mega-inner {
  display: flex;
  flex-direction: column;
  padding: 30px 14px 20px;
border-radius: 10.548px;
background: #020915;
}


.mega-grid {
  columns: var(--mega-columns, 5);
  column-gap: 34px;
  padding: 22px 18px 26px;
  border-radius: 11.348px;
  border: 1px solid #4385ff;
  background: linear-gradient(171deg, rgba(7, 15, 31, 0.80) -1.46%, rgba(13, 34, 76, 0.80) 55%, rgba(30, 64, 133, 0.80) 103.39%);
  backdrop-filter: blur(12.158787727355957px);
}

.mega-inner--titles-only .mega-grid {
  border: 0;
  background: none;
  backdrop-filter: none;
  padding: 8px 18px 16px;
}

@media (max-width: 1500px) {
  .mega-grid {
    columns: min(var(--mega-columns, 5), 4);
    column-gap: 28px;
  }
}

@media (max-width: 1300px) {
  .mega-grid {
    columns: min(var(--mega-columns, 5), 3);
    column-gap: 24px;
    padding: 18px 14px 22px;
  }
  .mega-col-head__icon {
    width: 34px;
    height: 34px;
  }
  .mega-col-head__icon img,
  .mega-col-head__icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1100px) {
  .mega-grid {
    columns: min(var(--mega-columns, 5), 2);
    column-gap: 20px;
  }
}

.submenu-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 0;
  break-inside: avoid;
  margin-bottom: 28px;
}

.submenu-wrapper:last-child {
  margin-bottom: 0;
}

.submenu-wrapper > .mega-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(108, 167, 255, 0.15);
}


.submenu-wrapper > .mega-list-col:empty {
  display: none;
}

.mega-row {
  margin-bottom: 18px;
}
.mega-row:last-child {
  margin-bottom: 0;
}
.mega-row__title {
  margin-top: 30px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(108, 167, 255, 0.15);
  text-decoration: none;
}

.mega-title {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
}
a.mega-title:hover{
  color: #5C7BB4;
}
.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-list li {
  margin-bottom: 11px;
}

.mega-list a {
    color: #ffffff;
  text-decoration: none;
  line-height: 1.25em;
  display: inline-block;
  transition: 0.2s ease;
}

.mega-list a:hover {
   color: #4385ff
}

.mega-glow-card {
  width: 92px;
  height: 72px;
  margin-top: 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(71, 157, 255, 0.85), rgba(5, 79, 166, 0.85));
  box-shadow:
    0 0 28px rgba(49, 134, 255, 0.65),
    inset 0 0 18px rgba(255, 255, 255, 0.12);
}

.mega-glow-card span {
  font-size: 34px;
}

@media (max-width: 1024px) {
  .mega-menu-wrapper {
    display: block;
  }

.menu-item {
    
    justify-content: space-between;
}

.mega-col-head__text {
    width: 65%;
}


  .mega-parent.has-mega:hover > .menu-item,
  .mega-parent.has-mega:focus-within > .menu-item {
    background: none;
   color: #ffffff;
  }
  .mega-parent.has-mega:hover > .menu-item::after,
  .mega-parent.has-mega:focus-within > .menu-item::after {
    content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%230083EE'/%3E%3C/svg%3E");
    transform: rotate(0deg);
  }

  .mega-parent.has-mega.is-open > .menu-item {
    background: linear-gradient(152.89deg, #599afb 0.27%, #286fd8 105.6%);
    color: #ffffff;
  }
  .mega-parent.has-mega.is-open > .menu-item::after {
    content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
  }

  .mega-menu {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    box-shadow: none;
    display: none;
  }

  .mega-parent:hover .mega-menu {
    transform: none;
  }

  .mega-parent.has-mega.is-open .mega-menu {
    display: block;
  }

  .mega-menu::before,
  .mega-notch {
    display: none;
  }

  .mega-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    padding: 10px;
    background: none;
  }


  .mega-grid {
    columns: 1;
    display: block;
    padding: 0;
    border: 0;
    background: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .submenu-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .submenu-wrapper .mega-col-head__icon {
    width: 30px;
    height: 30px;
  }
  .mega-col-head__icon img,
  .mega-col-head__icon svg {
    width: 18px;
    height: 18px;
  }
  .mega-link__icon {
    width: 14px;
    height: 14px;
  }

 .submenu-wrapper > .mega-list-col.is-open {
    padding-top: 8px;
}

  .submenu-wrapper > .mega-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 4px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(108, 167, 255, 0.15);
    cursor: pointer;
  }
  .submenu-wrapper > .mega-title::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 10px;
  }
  .submenu-wrapper > .mega-title.is-open::after {
    transform: rotate(-135deg);
  }

  .submenu-wrapper > .mega-list-col {
    display: none;
    padding: 4px 4px 10px 10px;
  }
  .submenu-wrapper > .mega-list-col.is-open {
    display: block;
  }
  .submenu-wrapper--no-head > .mega-list-col {
    display: block;
    padding: 4px 4px 10px 10px;
  }

  .mega-row {
    margin-bottom: 8px;
  }
  .mega-row__title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .mega-glow-card {
    display: none;
  }
}


.mega-col-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-col-head__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.submenu-wrapper .mega-col-head__icon {
  background: linear-gradient(152.89deg, rgba(89, 154, 251, 0.18), rgba(40, 111, 216, 0.18));
  border: 1px solid rgba(67, 133, 255, 0.45);
}
.mega-col-head__icon img,
.mega-col-head__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.mega-col-head__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.mega-col-head__title {
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.3px;
}
.submenu-wrapper .mega-col-head__title {
  text-transform: uppercase;
}
.mega-col-head__subtitle {
  color: #5C7BB4;
  font-size: 0.78em;
  margin-top: 3px;
}
a.mega-col-head:hover .mega-col-head__title {
  color: #5C7BB4;
}

.mega-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mega-link__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mega-link__icon img,
.mega-link__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mega-link__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 1em;
}
.mega-link__badge--red {
  background: linear-gradient(180deg, #4A1F2A, #3A1720);
  color: #FF6B81;
}
.mega-link__badge--blue {
  background: rgba(67, 133, 255, 0.18);
  color: #79a8ff;
  border: 1px solid rgba(67, 133, 255, 0.45);
}

.mega-cta-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 0 4px;
}
.mega-cta-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  background: var(--cta-bg, rgba(13, 34, 76, 0.55));
  border: 1px solid var(--cta-border, rgba(67, 133, 255, 0.25));
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.mega-cta-card:hover {
  border-color: var(--cta-border-hover, #4385ff);
  background: var(--cta-bg-hover, rgba(13, 34, 76, 0.85));
}
.mega-cta-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cta-icon-bg, rgba(67, 133, 255, 0.18));
  flex-shrink: 0;
  overflow: hidden;
}
.mega-cta-card__icon img,
.mega-cta-card__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.mega-cta-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mega-cta-card__title {
  font-weight: 500;
  color: var(--cta-title, #fff);
}
.mega-cta-card__subtitle {
  color: var(--cta-subtitle, #5C7BB4);
  font-size: 0.85em;
  margin-top: 2px;
}
.mega-cta-card__btn {
  color: var(--cta-button, #4385ff);
  font-weight: 500;
  white-space: nowrap;
  margin-left: auto;
}
.mega-cta-card:hover .mega-cta-card__title {
  color: var(--cta-title-hover, var(--cta-title, #fff));
}
.mega-cta-card:hover .mega-cta-card__subtitle {
  color: var(--cta-subtitle-hover, var(--cta-subtitle, #5C7BB4));
}
.mega-cta-card:hover .mega-cta-card__btn {
  color: var(--cta-button-hover, var(--cta-button, #4385ff));
}

@media (max-width: 1024px) {
  .mega-cta-row {
    order: 9999;
    grid-template-columns: 1fr;
    padding: 0;
    margin-top: 8px;
  }

  .submenu-wrapper > .mega-title.is-empty {
    cursor: default;
  }
  .submenu-wrapper > .mega-title.is-empty::after {
    content: none;
  }
}
/*  Font utility classes  */
.pop-12-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.pop-12-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.pop-13-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.pop-14-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pop-14-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.pop-14-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.pop-15-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.pop-15-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.pop-16-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.pop-16-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.pop-17-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.pop-17-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.pop-17-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.pop-18-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.pop-18-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.pop-18-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.pop-18-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.pop-18-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.pop-19-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
}

.pop-20-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.pop-20-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.pop-20-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.pop-20-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.pop-21-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 21px;
}

.pop-21-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.pop-22-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.pop-24-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.pop-24-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.pop-24-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.pop-24-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.pop-25-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 25px;
}

.pop-25-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.pop-25-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
}

.pop-26-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 26px;
}

.pop-27-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 27px;
}

.pop-28-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
}

.pop-28-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 28px;
}

.pop-28-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.pop-29-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 29px;
}

.pop-29-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 29px;
}

.pop-30-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 30px;
}

.pop-30-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.pop-31-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 31px;
}

.pop-31-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 31px;
}

.pop-32-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

.pop-32-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
}

.pop-33-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 33px;
}

.pop-33-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 33px;
}

.pop-34-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 34px;
}

.pop-35-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 35px;
}

.pop-37-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 37px;
}

.pop-38-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 38px;
}

.pop-39-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 39px;
}

.pop-40-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.pop-40-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.pop-41-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 41px;
}

.pop-42-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 42px;
}

.pop-50-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.pop-54-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 54px;
}

.pop-56-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 56px;
}

.pop-62-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 62px;
}

.logo {
  z-index: 997;
}

@media screen and (max-width: 1300px) {
  .pop-13-700 {
    font-size: 14px;
  }

  .pop-15-400 {
    font-size: 15px;
  }

  .pop-15-500 {
    font-size: 15px;
  }

  .pop-16-300 {
    font-size: 14px;
  }

  .pop-16-500 {
    font-size: 14px;
  }

  .pop-17-300 {
    font-size: 14px;
  }

  .pop-17-500 {
    font-size: 14px;
  }

  .pop-17-700 {
    font-size: 14px;
  }

  .pop-18-300 {
    font-size: 14px;
  }

  .pop-18-400 {
    font-size: 14px;
  }

  .pop-18-500 {
    font-size: 14px;
  }

  .pop-18-600 {
    font-size: 14px;
  }

  .pop-18-700 {
    font-size: 14px;
  }

  .pop-19-500 {
    font-size: 14px;
  }

  .pop-20-300 {
    font-size: 15px;
  }

  .pop-20-400 {
    font-size: 15px;
  }

  .pop-20-500 {
    font-size: 15px;
  }

  .pop-20-700 {
    font-size: 15px;
  }

  .pop-21-400 {
    font-size: 16px;
  }

  .pop-21-700 {
    font-size: 16px;
  }

  .pop-22-500 {
    font-size: 17px;
  }

  .pop-24-300 {
    font-size: 18px;
  }

  .pop-24-400 {
    font-size: 18px;
  }

  .pop-24-600 {
    font-size: 18px;
  }

  .pop-24-700 {
    font-size: 18px;
  }

  .pop-25-300 {
    font-size: 19px;
  }

  .pop-25-400 {
    font-size: 19px;
  }

  .pop-25-700 {
    font-size: 19px;
  }

  .pop-26-400 {
    font-size: 20px;
  }

  .pop-27-500 {
    font-size: 20px;
  }

  .pop-28-400 {
    font-size: 21px;
  }

  .pop-28-500 {
    font-size: 21px;
  }

  .pop-28-700 {
    font-size: 21px;
  }

  .pop-29-400 {
    font-size: 22px;
  }

  .pop-29-700 {
    font-size: 22px;
  }

  .pop-30-300 {
    font-size: 23px;
  }

  .pop-30-500 {
    font-size: 23px;
  }

  .pop-31-400 {
    font-size: 24px;
  }

  .pop-31-500 {
    font-size: 24px;
  }

  .pop-32-500 {
    font-size: 24px;
  }

  .pop-32-700 {
    font-size: 25px;
  }

  .pop-33-500 {
    font-size: 25px;
  }

  .pop-33-700 {
    font-size: 25px;
  }

  .pop-34-700 {
    font-size: 26px;
  }

  .pop-35-700 {
    font-size: 26px;
  }

  .pop-37-700 {
    font-size: 28px;
  }

  .pop-38-500 {
    font-size: 29px;
  }

  .pop-39-500 {
    font-size: 29px;
  }

  .pop-40-600 {
    font-size: 30px;
  }

  .pop-40-700 {
    font-size: 30px;
  }

  .pop-41-400 {
    font-size: 31px;
  }

  .pop-42-500 {
    font-size: 31px;
  }

  .pop-50-700 {
    font-size: 39px;
  }

  .pop-54-700 {
    font-size: 41px;
  }

  .pop-56-700 {
    font-size: 42px;
  }

  .pop-62-700 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .pop-32-700 {
    font-size: 22px;
  }

  .pop-35-700 {
    font-size: 24px;
  }

  .pop-40-600 {
    font-size: 25px;
  }

  .pop-40-700 {
    font-size: 25px;
  }

  .pop-34-700 {
    font-size: 22px;
  }

  .pop-41-400 {
    font-size: 25px;
  }

  .pop-42-500 {
    font-size: 25px;
  }

  .pop-50-700 {
    font-size: 28px;
  }

  .pop-54-700 {
    font-size: 26px;
  }

  .pop-56-700 {
    font-size: 28px;
  }

  .pop-62-700 {
    font-size: 28px;
  }
}

/* Global Styling */

button {
  background: transparent;
  border: none;
}

.hero-sidebar-wrap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
  gap: 24px;
}

.sidebar-toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 20px;
}

.sidebar-toggle-arrow svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.hero-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  background: #00040b;
  border-radius: 12px;
  padding: 18px 13px;
  max-width: 120px;
  opacity: 1;
  transition: all 0.3s ease;
}


.sidebar-item {
  transition: all 0.3s ease;
  overflow: hidden;
}

.sidebar-icon-img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.sidebar-item svg {
  display: block;
  width: 44px;
  height: 44px;
}

.sidebar-item-fallback {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hero-accent-color, #77c6ff);
}

.hero-sidebar-wrap.collapsed .sidebar-toggle-arrow svg {
  transform: rotate(-180deg);
}

.hero-sidebar-wrap.collapsed .hero-sidebar {
  padding: 18px 6px;
  gap: 27px;
}

.hero-sidebar-wrap.collapsed .sidebar-item {
  width: 0px;
  opacity: 0;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.wishlist-btn svg {
  width: 38px;
  height: 30px;
  border: none;
  transition: all 0.2s ease;
}

.wishlist-btn svg path {
  transition:
    fill 0.25s ease,
    fill-opacity 0.25s ease;
}

.wishlist-btn.active svg path {
  fill: #ffffff;
  fill-opacity: 1;
}

.nd-wishlist-count[hidden] {
  display: none;
}

.nd-wishlist-dock {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #004dd2;
  border-radius: 10px 0 0 10px;
}

.nd-wishlist-dock[data-state="empty"] {
  transform: translate(110%, -50%);
  pointer-events: none;
}

.nd-wishlist-dock[data-state="closed"] {
  transform: translate(calc(100% - 20px), -50%);
}

.nd-wishlist-dock[data-state="open"] {
  transform: translate(0, -50%);
}

.nd-wishlist-dock__toggle {
  flex: 0 0 auto;
  width: 20px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 12px 0 0 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
}

.nd-wishlist-dock__chevron {
  transition: transform 0.3s ease;
}

.nd-wishlist-dock[data-state="closed"] .nd-wishlist-dock__chevron {
  transform: rotate(180deg);
}

.wishlist-btn.nd-wishlist-dock__btn {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 56px;
  height: 64px;
  padding: 13px;
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.wishlist-btn.nd-wishlist-launcher {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  z-index: 100;
  background: #042867b3;
  border-radius: 10px 0 0 10px;
  width: 70px;
  height: 56px;
  padding: 13px 20px 13px 13px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-decoration: none;
}

.nd-wishlist-icon.has-items svg path {
  fill: #ffffff;
  fill-opacity: 1;
}

.nd-wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 6px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.nd-wishlist-count[hidden] {
  display: none;
}

.wishlist-btn.pdp-heart {
  position: static;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #14284E;
  padding: 18px;
}

.wishlist-btn.pdp-heart svg {
  width: 100%;
  height: 100%;
}


.discount-badge-wrap {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #1690e8e6, #40a9ffe6);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.19em;
  border: 1px solid transparent;
  /* width: 100%; */
  min-width: 110px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 5px;
}

button.pdp-tab-nav.pdp-tab-nav-prev {
    padding-right: 10px;
}

button.pdp-tab-nav.pdp-tab-nav-next{
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .hero-sidebar-wrap {
    gap: 0px;
  }

  .sidebar-item svg {
    display: block;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-sidebar-wrap {
    right: -5px;
  }

  .sidebar-toggle-arrow {
    padding: 10px;
  }

  .wishlist-btn svg {
    width: 25px;
    height: 25px;
  }


  .nd-wishlist-dock__toggle {
    width: 20px;
    height: 52px;
  }

  .nd-wishlist-dock[data-state="closed"] {
    transform: translate(calc(100% - 20px), -50%);
  }

  .wishlist-btn.nd-wishlist-dock__btn {
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .wishlist-btn.nd-wishlist-launcher {
    width: 55px;
    height: 48px;
    padding: 10px;
    right: 0px;
  }

  .wishlist-btn.pdp-heart {
    width: 50px;
    height: 50px;
    padding: 12px;
  }

  .discount-badge-wrap {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 80px;
    padding: 0px;
  }

  .discount-badge-wrap .pop-17-500 {
    font-size: 12px;
  }

}

@media (max-width: 476px) {
  .wishlist-btn.pdp-heart {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

/* Global Styling Ends */

/*section CSS header.liquid */
.header-tr {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 74px;
  z-index: 100;
}

.header-tr .header {
  max-width: 1837px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 1575px) {
  .header-tr {
    top: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .header-tr {
    padding-top: 5px;
  }

  .header-tr .nav {
    padding: 16px 20px;
    position: relative;
  }
}

@media screen and (max-width: 570px) {
  .header-tr .header {
    padding: 0;
  }
}

/*snippet CSS cart-bubble.liquid */
.cart-bubble {
  position: relative;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 0;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-inline: 0.2em;
}

.cart-bubble[data-maintain-ratio] {
  aspect-ratio: 1;
}

.cart-bubble[data-maintain-ratio] .cart-bubble__background {
  border-radius: 50%;
}

.cart-bubble__background {
  position: absolute;
  inset: 0;
  background-color: #3972EE;
  border-radius: 12px;
}

.cart-bubble__text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  z-index: 1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*section CSS header-bg.liquid */

.header-bg .header {
  position: relative;
  max-width: 1837px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 32px;
}

.nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 38px 20px;
}

.search-wrap {
  position: absolute;
  right: 50%;
  top: -30%;
  max-width: calc(100% - 800px);
  width: 100%;
  height: 103px;
  transform: translateX(calc(50% + 257px));
  display: flex;
  justify-content: center;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: flex-start;
}

.nav-left {
  gap: 23px;
}

.nav-menu {
  display: flex;
  gap: 15px;
  padding: 12px;
}

@media screen and (max-width: 1024px) {
  .nav {
    padding: 16px 10px;
  }

  .header-bg .header {
    border-radius: 15px;
  }

  .search-wrap {
    transform: translate(50%);
    top: -50%;
    max-width: 370px;
    height: 75px;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: min(100%, 400px);
    height: 100dvh;
    padding: 60px 20px 30px;
    gap: 8px;
    z-index: 999;
    overflow-y: auto;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-left {
    gap: 20px;
    padding: 12px 16px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .header-bg .header {
    padding: 0px;
  }

}

@media screen and (max-width: 570px) {
  .header-bg .header {
    padding: 0;
  }

  .nav-left {
    gap: 10px;
    padding: 8px 10px;
    height: 36px;
  }

  .nav-right {
    gap: 10px;
    padding: 5px 10px;
  }

  .search-wrap {
    height: 45px;
  }
}

.header-bg {
  background-color: transparent;
  padding: 0px 10px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.header-bg .header {
  background-image: var(--header-bg-url, none);
}

.search-wrap {
  position: absolute;
  right: 50%;
  top: -30%;
  max-width: calc(100% - 800px);
  width: 100%;
  height: 103px;
  z-index: 20;
  flex-shrink: 0;
  transform: translateX(calc(50% + 257px));
  display: flex;
  justify-content: center;
}

.search-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='1034' height='103' viewBox='0 0 1034 103' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1033.04 54.127H988.489C975.759 54.127 963.55 59.1838 954.548 68.1855L934.726 88.0078C925.724 97.0095 913.514 102.067 900.784 102.067H134.321C121.591 102.067 109.382 97.0096 100.38 88.0078L80.5576 68.1855C71.5559 59.1838 59.3465 54.127 46.6162 54.127H0V0H1033.04V54.127Z' fill='%2303080F'/%3E%3C/svg%3E") no-repeat center top / 100% 100%;
  z-index: 0;
}

.search-pill {
  position: absolute;
  top: 10px;
  width: calc(100% - 240px);
  height: 49px;
  background: #0b162f;
  border: 0;
  padding: 0;
  border-radius: 24.5px;
  display: flex;
  align-items: center;
  z-index: 1;
  font-family: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.search-pill-placeholder {
  flex: 1;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.33em;
  color: #4b5c92;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 12px;
}

.s-ico-border {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 50%;
  border: 1.13953px solid #6c9aff;
}

.s-ico svg {
  width: 15px;
  height: 15px;
  fill: white;
  flex-shrink: 0;
}

.search-pill input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.33em;
  color: #4b5c92;
  width: 100%;
}

.search-pill input::placeholder {
  text-align: left;
}

.s-btn {
  padding: 10px 42px;
  background: linear-gradient(276.86deg, #0841bd 9.7%, #1078ee 95.72%);
  mix-blend-mode: normal;
  backdrop-filter: blur(26.4657px);
  border-radius: 25.2198px;
  font-style: normal;
  line-height: 1.45em;
  color: #ffffff;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
}

.s-btn:hover {
  background: linear-gradient(276.86deg, #0486ff 9.7%, #6198ff 95.72%);
  cursor: pointer;
}

.nav-left {
  display: flex;
  align-items: self-start;
  gap: 23px;
}

.logo {
  width: 125px;
  height: auto;
}

.header-logo-img {
  width: 100%;
  height: auto;
  display: block;
}

.header-logo-text {
  color: #fff;
  font-weight: 700;
}

.nav-menu {
  background: #030710;
  border-radius: 16.4524px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 12px;
}

.menu-item {
  font-style: normal;
  line-height: 1.5em;
  color: #ffffff;
  background: linear-gradient(152.89deg, #030710 0.27%, #030710 105.6%);
  border-radius: 7.74233px;
  padding: 21px 30px 21px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-item:hover {
  background: linear-gradient(152.89deg, #599afb 0.27%, #286fd8 105.6%);
  border-radius: 7.74233px;
  color: #ffffff;
}

.menu-item::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%230083EE'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.menu-item:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.nav-right {
  z-index: 980;
}

.nav-left {
  z-index: 981;
}

.nav-right {
  background: #030710;
  opacity: 1;
  border-radius: 15px;
  display: flex;
  gap: 25px;
  padding: 20px 31px;
  flex-shrink: 0;
  overflow: visible;
}

.nav-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pc-icon {
  width: 37px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.pc-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.pc-icon__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pc-cart-count {
  position: absolute;
  color: #fff;
  background: #07F;
  top: -8px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pc-cart-count[hidden] {
  display: none;
}

.user-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.user-icon>a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.user-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 220px;
  padding: 10px;
  border-radius: 20.846px;
  border: 1px solid #FFF;
  background: #2D509A;
  z-index: 2;
  flex-direction: column;
  gap: 8px;
}

.user-dropdown.open {
  display: flex;
}

.user-dropdown__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 19px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, gap 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.user-dropdown__btn--register:hover {
  background: #ACDAFF;
}

.user-dropdown__btn svg path {
  transition: fill 0.3s ease;
}

.user-dropdown__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  gap: 10px;
}

.user-dropdown__btn--login:hover {
  color: #98D4FF;
}

.user-dropdown__btn--login:hover svg path {
  fill: #7657FF;
}

.user-dropdown__btn--login {
  border-radius: 13.897px;
  background: #030710;
  color: #fff;
}

.user-dropdown__btn--register {
  border-radius: 13.897px;
  background: #94CAF6;
  color: #030710;
}

.user-dropdown__btn span {
  font-size: 18px;
}

@media screen and (max-width: 1575px) {

  .logo {
    width: 80px;
  }

  .search-wrap {
    max-width: calc(100% - 680px);
    transform: translateX(calc(50% + 232px));
    top: -34%;
  }

  .nav-right {
    gap: 20px;
    padding: 10px 20px;
  }

  .pc-icon {
    width: 37px;
    height: 29px;
  }

  .menu-item {
    padding: 10px 20px;
  }

  .search-pill {
    width: calc(100% - 190px);
  }

  .search-wrap {
    height: 90px;
  }

  .search-pill input {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1300px) {
  .search-wrap {
    max-width: calc(100% - 500px);
    transform: translateX(calc(50% + 184px));
  }

  .search-pill {
    width: calc(100% - 155px);
    top: 20px;
  }

  .menu-item {
    padding: 5px 5px;
  }

  .nav-right {
    gap: 15px;
    padding: 5px 10px;
  }

  .pc-icon {
    width: 32px;
    height: 25px;
  }

  .user-icon {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }

  .header-bg .header {

    border-radius: 16px;
  }

  .search-wrap::before {
    width: 267px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='156.65' height='52' viewBox='0 0 156.65 52' preserveAspectRatio='none' fill='none'%3E%3Cpath d='M0 0 C4.24 0 8.39 1.23 11.95 3.54 C15.51 5.84 18.33 9.13 20.06 13 L31.26 37.85 C33.16 42.07 36.23 45.64 40.11 48.15 C43.99 50.66 48.52 52 53.14 52 H103.51 C108.13 52 112.66 50.66 116.54 48.15 C120.42 45.64 123.49 42.07 125.39 37.85 L136.59 13 C138.32 9.13 141.14 5.84 144.7 3.54 C148.26 1.23 152.41 0 156.65 0 Z' fill='%23030710'/%3E%3C/svg%3E") no-repeat center top / 100% 100%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
  }

  .search-wrap {
    transform: translate(50%);
    height: 75px;
  }

  .hamburger-menu {
    width: 35px;
  }

  .search-icon {
    width: 25px;
  }

  .nav-left {
    background: #030710;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    padding: 12px 16px;
    flex-shrink: 0;
    height: 56px;
    align-items: center;
  }

  .desktop-hide {
    display: flex;
  }

  .header-bg {
    padding-top: 5px;
  }

  .search-wrap {
    top: -50%;
    max-width: 370px;
  }

  .search-pill {
    max-width: 570px;
  }

  .search-pill input {
    padding-left: 10px;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: min(100%, 400px);
    height: 100dvh;
    background: #030710;
    padding: 60px 20px 30px;
    gap: 8px;
    z-index: 999;
    overflow-y: auto;
  }

  .nav-menu.open {
    display: flex;
  }

  .menu-item {
    padding: 14px 20px;
    width: 100%;
  }

  .nav-right {
    margin-top: 0;
    gap: 20px;
    padding: 12px 16px;
  }

  .hamburger-menu {
    height: auto;
    cursor: pointer;
    z-index: 2;
    order: -1;
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .close-menu-btn {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    width: 40px;
    height: 40px;
  }

  .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: unset;
  }

  .nav-menu {
    border-radius: unset;
  }

  .menu-overlay.open {
    pointer-events: all;
  }

  .nav-left {
    gap: 12px;
  }

  .logo {
    width: 90px;
  }
}

@media screen and (max-width: 570px) {
  .hamburger-menu {
    width: 25px;
  }

  .nav-left,
  .nav-right {
    border-radius: 8px;
  }

  .header-bg .header {
    padding: 0;
  }

  .search-icon {
    width: 20px;
  }

  .nav-left {
    gap: 10px;
    padding: 8px 10px;
    height: 36px;
  }

  .nav-right {
    gap: 10px;
    padding: 5px 10px;
  }

  .user-icon {
    width: 22px;
    height: 22px;
  }

  .pc-icon {
    width: 28px;
    height: 22px;
  }

  .logo {
    width: 60px;
  }

  .search-wrap {
    height: 45px;
  }

  .search-wrap::before {
    width: 150px;
    top: 32px;
  }
}

@media screen and (max-width: 350px) {
  .hero-card::before {
    max-width: 240px;
  }
}


/*section CSS nd-home-exclusive-pcs.liquid */
.exclusive-pcs {
  max-width: 1671px;
  margin: 0 auto;
  padding: 150px 10px 20px;
}

.exclusive-pcs .ucs {
  border-radius: 23.593px;
  border: 3px solid #0B40B2;
  padding: 0px 48px 80px;
  background: #03080F;
}

.exclusive-pcs .ucs-title-wrap {
  display: flex;
  justify-content: center;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}

.exclusive-pcs .ucs-title-accent {
  color: var(--nd-home-exclusive-pcs-heading-accent, #07F);
}

.exclusive-pcs .ucs-title {
  color: var(--nd-home-exclusive-pcs-heading-color, #D4ECFF);
  text-align: center;
  border-radius: 18px;
  border: 3px solid rgba(77, 120, 212, 0.29);
  background: linear-gradient(180deg, rgba(0, 11, 36, 0.85) 0%, rgba(0, 42, 132, 0.85) 100%);
  backdrop-filter: blur(10px);
  padding: 25px 123px;
  display: inline-block;
  line-height: 1.5em;
}

.exclusive-pcs .exclusive-card-wrap {
  max-width: 1557px;
  width: 100%;
  margin: 0 auto;
  background: radial-gradient(49.46% 63.11% at 47.06% 50%,
      var(--exclusive-card-grad-start, rgba(17, 45, 112, 0.90)) 0%,
      var(--exclusive-card-grad-end, rgba(3, 14, 43, 0.90)) 100%);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-top: 60px;
  border: none;
  background-clip: padding-box;
  z-index: 0;
  padding: 57px 75px;
}

.exclusive-pcs .exclusive-card-content {
  align-items: center;
  display: flex;
  gap: 100px;
}

.exclusive-pcs .exclusive-card-title {
  font-style: normal;
  line-height: 1.1em;
  color: #BEE0FF;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
}

.exclusive-pcs .product-title-accent {
  color: var(--exclusive-accent-color, #77c6ff);
}

.exclusive-pcs .title-accent {
  color: var(--exclusive-accent-color, #77c6ff);
}

.exclusive-pcs .exclusive-card-subtitle {
  font-style: normal;
  line-height: 1.37em;
  color: #ffffff;
}

.exclusive-pcs .exclusive-card-desc {
  font-style: normal;
  line-height: 1.78em;
  color: #d5e4ff;
}

.exclusive-pcs .exclusive-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 32px;
  padding: 40px 0 0px;
}

.exclusive-pcs .exclusive-feature-item {
  flex: 1 1 calc(25% - 40px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  color: #F9FBFF;
  line-height: 1.44em;
}

.exclusive-pcs .ex-ft-title {
  max-width: 108px;
}

.exclusive-pcs .exclusive-feature-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

.exclusive-pcs .exclusive-cta-wrap {
  display: flex;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.exclusive-pcs .exclusive-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36.568px;
  border: 1.662px solid #799fff;
  background: linear-gradient(319deg, rgba(1, 21, 58, 0.8) -0.78%, rgba(17, 77, 154, 0.8) 73.07%);
  backdrop-filter: blur(16.62198257446289px);
  padding: 20px 27px;
  font-style: normal;
  line-height: 1.53em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  max-width: var(--cta-max-width, 245px);
}

.exclusive-pcs .exclusive-cta-btn:hover {
  border: 1.662px solid #84C4FF;
  background: linear-gradient(180deg, #0F7DF6 5.76%, #014AC0 95.33%);
  box-shadow: 0 0 16px 0 #1080FF;
}

.exclusive-pcs .exclusive-cta-btn .exclusive-cta-icon svg {
  transition: transform 0.3s ease;
}

.exclusive-pcs .exclusive-cta-btn .exclusive-cta-icon svg path {
  transition: transform 0.3s ease, fill 0.3s ease;
  transform: translate(-3px, 3px);
}

.exclusive-pcs .exclusive-cta-btn:hover .exclusive-cta-icon svg path {
  transform: translate(0, 0);
  fill: #030710;
}

.exclusive-pcs .exclusive-cta-icon circle {
  transition: fill 0.3s ease;
}

.exclusive-pcs .exclusive-cta-btn:hover .exclusive-cta-icon circle {
  fill: white;
}

.exclusive-pcs .exclusive-card-text {
  width: 48%;
}

.exclusive-pcs .exclusive-card-image {
  width: 52%;
  flex-shrink: 0;
}

.exclusive-pcs .exclusive-video-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.exclusive-pcs .exclusive-card-video {
  width: 100%;
  aspect-ratio: 13/9;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.exclusive-pcs .exclusive-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.exclusive-pcs .exclusive-video-wrap.playing .exclusive-video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.exclusive-pcs .hc-arc {
  transition: transform 0.4s ease;
  transform-origin: center;
}

.exclusive-pcs .exclusive-video-play-btn:hover .hc-arc {
  transform: rotate(190deg);
}

.video-overlay {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.35s ease;
}

.hero-video-wrap.playing .video-overlay,
.exclusive-video-wrap.playing .video-overlay {
  opacity: 0 !important;
}

.video-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: videoSpin 0.8s linear infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero-video-wrap.is-buffering .video-spinner,
.exclusive-video-wrap.is-buffering .video-spinner {
  opacity: 1;
}

@keyframes videoSpin {
  to {
    transform: rotate(360deg);
  }
}

.video-sound-ctrl {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  background: rgba(3, 7, 16, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 22px;
  padding: 4px 12px 4px 16px;
}

.hero-video-wrap.playing:hover .video-sound-ctrl,
.exclusive-video-wrap.playing:hover .video-sound-ctrl,
.hero-video-wrap.playing:focus-within .video-sound-ctrl,
.exclusive-video-wrap.playing:focus-within .video-sound-ctrl,
.hero-video-wrap.playing.show-controls .video-sound-ctrl,
.exclusive-video-wrap.playing.show-controls .video-sound-ctrl {
  opacity: 1;
  pointer-events: auto;
}

.video-volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.video-volume-slider::-webkit-slider-runnable-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.video-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
  border: none;
}

.video-volume-slider::-moz-range-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  border: none;
}

.video-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.video-mute-btn {
  position: static;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #fff;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.video-mute-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.video-speed-btn {
  height: 26px;
  min-width: 38px;
  padding: 0 8px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.video-speed-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}

.video-mute-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  fill: none;
  stroke: #fff;
  overflow: visible;
}

.video-mute-btn svg path,
.video-mute-btn svg polygon,
.video-mute-btn svg line {
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.video-mute-btn .icon-muted,
.video-mute-btn .icon-unmuted {
  display: none;
}

.video-mute-btn.is-muted .icon-muted {
  display: block;
}

.video-mute-btn:not(.is-muted) .icon-unmuted {
  display: block;
}

.exclusive-cta-wrap.desktop-hide {
  display: none;
}

.exclusive-cta-wrap.mobile-hide {
  display: block;
}

@media (max-width: 1575px) {
  .exclusive-pcs .exclusive-card-wrap {
    border-radius: 35px;

  }

  .exclusive-pcs .exclusive-card-text {
    width: 50%;
  }

  .exclusive-pcs .exclusive-card-image {
    width: 50%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1300px) {
  .exclusive-pcs .ucs {
    padding: 0px 30px 50px;
  }

  .exclusive-pcs .exclusive-features {
    gap: 20px;
  }

  .exclusive-pcs .exclusive-card-content {
    gap: 60px;
  }

  .exclusive-pcs .exclusive-cta-wrap {
    margin-top: 40px;
  }

  .exclusive-pcs .exclusive {
    padding-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  .exclusive-pcs .exclusive-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .exclusive-pcs {
    padding-top: 100px;
  }

  .exclusive-pcs .exclusive-features {
    grid-template-columns: repeat(4, 1fr);
  }

  .exclusive-pcs .exclusive-card-wrap {
    margin-top: 30px;
  }

  .exclusive-pcs .exclusive-card-title {
    padding-top: 20px;
  }

  .exclusive-pcs .exclusive-features {
    gap: 32px 32px;
  }

  .exclusive-pcs .exclusive-card-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .exclusive-pcs .exclusive-card-wrap {
    padding: 57px;
  }

  .exclusive-pcs .exclusive-card-text {
    width: 100%;
  }

  .exclusive-pcs .exclusive-card-image {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .exclusive-pcs .exclusive-card-image img {
    max-width: 100%;
  }

  .exclusive-pcs .card-img-wrap {
    height: 300px;
  }

  .exclusive-cta-wrap.desktop-hide {
    display: block;
  }

  .exclusive-cta-wrap.mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .exclusive-pcs exclusive-pcs .exclusive-card {
    max-width: max-content;
  }

  .exclusive-pcs .exclusive-card-wrap {
    padding: 40px;
  }

  .exclusive-pcs .exclusive-cta-wrap {
    margin-top: 10px;
  }

  .exclusive-pcs .exclusive-card-content {
    gap: 30px;
  }

  .exclusive-pcs .exclusive-feature-item-img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 600px) {
  .exclusive-pcs .ucs-title {
    padding: 25px 50px;
  }
}

@media screen and (max-width: 570px) {
  .exclusive-pcs .ucs {
    padding: 0px 10px 30px;
  }

  .exclusive-pcs .exclusive-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .exclusive-pcs .exclusive-video-play-btn svg {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .exclusive-pcs .exclusive-feature-item-img svg {
    width: 35px;
    height: 35px;
  }


  .exclusive-pcs .exclusive-cta-btn .exclusive-cta-icon svg {
    width: 35px;
    height: 35px;
  }

  .exclusive-pcs .ucs-title {
    padding: 20px;
  }

  .exclusive-pcs .exclusive-card-wrap {
    padding: 20px;
  }

  .exclusive-pcs .feature-card {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {

  .exclusive-pcs .exclusive-cta-btn .exclusive-cta-icon svg {
    width: 30px;
    height: 30px;
  }

  .exclusive-pcs .ucs-title {
    padding: 17px 20px;
  }
}

/*section CSS nd-home-features.liquid */
.nd-home-features .ucs-wrapper {
  max-width: 1671px;
  margin: 0 auto;
  padding: 160px 10px 20px;
}

.nd-home-features .ucs {
  border-radius: 23.593px;
  border: 3px solid #0B40B2;
  padding: 0px 48px 100px;
  background: #03080F;
}

.nd-home-features .ucs-title-wrap {
  display: flex;
  justify-content: center;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}

.nd-home-features .ucs-title-accent {
  color: var(--nd-home-features-heading-accent, #07F);
}

.nd-home-features .ucs-title {
  color: var(--nd-home-features-heading-color, #D4ECFF);
  text-align: center;
  border-radius: 18px;
  border: 3px solid rgba(77, 120, 212, 0.29);
  background: linear-gradient(180deg, rgba(0, 11, 36, 0.85) 0%, rgba(0, 42, 132, 0.85) 100%);
  backdrop-filter: blur(10px);
  padding: 25px 123px;
  display: inline-block;
  line-height: 1.5em;
}

.nd-home-features .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 49px;
  transition: opacity 0.3s ease;
  padding-top: 60px;
  align-items: stretch;
}

.nd-home-features .feature-card {
  position: relative;
  overflow: hidden;
  padding: 62px 36px;
  border-radius: 24px;
  border: 2px solid #0F4481;
  background: linear-gradient(238deg, rgba(11, 55, 123, 0.75) 0.5%, rgba(1, 16, 37, 0.75) 85.5%);
  backdrop-filter: blur(35px);
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.nd-home-features .feature-card:hover {
  border: 2px solid #07F;
  background:
    radial-gradient(92% 98.96% at 14.55% 86.94%, rgba(29, 65, 243, 0.20) 5.77%, rgba(2, 120, 255, 0.00) 100%),
    linear-gradient(238deg, rgba(0, 66, 164, 0.75) 0.5%, rgba(4, 16, 35, 0.75) 85.5%);
  backdrop-filter: blur(35px);
}

.nd-home-features .feature-card-hover-deco {
  position: absolute;
  top: 20px;
  right: 0;
  width: 182px;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.nd-home-features .feature-card:hover .feature-card-hover-deco {
  opacity: 1;
}

.nd-home-features .feature-icon {
  width: 64.986px;
  height: 61.998px;
  aspect-ratio: 64.99/62.00;
  margin: 0 auto 40px;
  color: #7EBAFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nd-home-features .feature-icon svg {
  width: 100%;
  height: 100%;
}

.nd-home-features .feature-card-title {
  color: #FFF;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 10px;
}

.nd-home-features .feature-card-desc {
  line-height: 1.5em;
  color: #F9FBFF;
}

@media screen and (max-width: 1500px) {
  .nd-home-features .benefit-grid {
    gap: 30px;
  }

  .nd-home-features .feature-card {
    padding: 36px;
  }
}

@media screen and (max-width: 1300px) {
  .nd-home-features .ucs {
    padding: 0px 10px 50px;
  }
}

@media (max-width: 1024px) {
  .nd-home-features .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .nd-home-features .ucs-wrapper {
    padding: 80px 10px 20px;
  }

  .nd-home-features .ucs-title {
    padding: 25px 50px;
  }

  .nd-home-features .feature-icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 570px) {
  .nd-home-features .benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
  }

  .nd-home-features .ucs {
    padding: 0px 10px 30px;
  }
}

@media screen and (max-width: 479px) {
  .nd-home-features .ucs-title {
    padding: 20px;
  }

}

@media screen and (max-width: 350px) {
  .nd-home-features .ucs-title {
    padding: 17px 20px;
  }
}

/*section CSS nd-home-hero.liquid */

.section-nd-home-hero {
  padding: 0 10px;
}

.home-hero .hero-glow {
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  pointer-events: none;
  max-width: 100%;
  filter: blur(51px);
}

.home-hero .hero-glow svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-hero .hero-wrapper {
  padding: 0px 20px;
  position: relative;
}

.home-hero .hero {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--hero-bg-url, none) center top / cover no-repeat;
  background-color: #050e2a;
  max-width: 1837px;
  padding: 0 10px;
  margin: 0px auto 0px;
  border-radius: 32px;
  overflow: visible;
  padding-bottom: 106px;
}

@media (max-width: 749px) {
  .home-hero .hero {
    background-image: var(--hero-bg-url-mobile, var(--hero-bg-url, none));
  }
}

.home-hero .hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-bg-before-url, none) center top / cover no-repeat;
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 749px) {
  .home-hero .hero::before {
    background-image: var(--hero-bg-before-url-mobile, var(--hero-bg-before-url, none));
  }
}

.home-hero .hero-before-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.home-hero .hero-before-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero .hero-inner {
  padding-top: 128px;
  position: relative;
}

.home-hero .hero-card-wrap {
  max-width: 1473px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  background: linear-gradient(180deg,
      var(--hero-card-grad-start, rgba(0, 11, 36, 0.85)) 0%,
      var(--hero-card-grad-end, rgba(0, 42, 132, 0.85)) 100%);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-top: 20px;
  border: 3px solid var(--hero-border-color, #4d78d44a);
  background-clip: padding-box;
  z-index: 0;
}

.home-hero .hero-card-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-before-url, none) no-repeat bottom left / contain;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
}

.home-hero .hero-card-before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.home-hero .hero-card-before svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero .hero-card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 427.999px;
  height: 479.999px;
  background: var(--hero-after-url, none) no-repeat top right / contain;
  border-radius: 0 35px 0 0;
  pointer-events: none;
  overflow: hidden;
}

.home-hero .hero-card-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 427.999px;
  height: 479.999px;
  border-radius: 0 35px 0 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.home-hero .hero-card-after svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero .hero-card-content {
  position: relative;
  z-index: 1;
  gap: 100px;
  padding: 84px 75px;
  display: flex;
}

.home-hero .hero-card-title {
  font-style: normal;
  line-height: 1.1em;
  color: #bee0ff;
  align-items: center;
  display: inline;
  padding-bottom: 20px;
}

.home-hero .product-title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.home-hero .title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.home-hero .hero-card-subtitle {
  font-style: normal;
  line-height: 1.37em;
  color: #ffffff;
}

.home-hero .hero-card-desc {
  font-style: normal;
  line-height: 1.78em;
  color: #d5e4ff;
}

.home-hero .hero-cta-wrap {
  display: flex;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.home-hero .hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36.568px;
  border: 1.662px solid #799fff;
  background: linear-gradient(319deg, rgba(1, 21, 58, 0.8) -0.78%, rgba(17, 77, 154, 0.8) 73.07%);
  backdrop-filter: blur(16.62198257446289px);
  padding: 20px 27px;
  font-style: normal;
  line-height: 1.53em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  max-width: var(--cta-max-width, 245px);
}

.home-hero .hero-cta-btn:hover {
  border: 1.662px solid #84c4ff;
  background: linear-gradient(180deg, #0f7df6 5.76%, #014ac0 95.33%);
  box-shadow: 0 0 16px 0 #1080ff;
}

.home-hero .hero-cta-btn .hero-cta-icon svg {
  transition: transform 0.3s ease;
}

.home-hero .hero-cta-btn .hero-cta-icon svg path {
  transition: transform 0.3s ease, fill 0.3s ease;
  transform: translate(-3px, 3px);
}

.home-hero .hero-cta-btn:hover .hero-cta-icon svg path {
  transform: translate(0, 0);
  fill: #030710;
}

.home-hero .hero-cta-icon circle {
  transition: fill 0.3s ease;
}

.home-hero .hero-cta-btn:hover .hero-cta-icon circle {
  fill: white;
}

.home-hero .hero-card-text {
  width: 40.6%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-hero .hero-card-image {
  width: 51.9%;
  flex-shrink: 0;
}

.home-hero .hero-video-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.home-hero .hero-card-video {
  width: 100%;
  aspect-ratio: 13/9;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.home-hero .hero-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.home-hero .hero-video-wrap.playing .hero-video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.home-hero .hc-arc {
  transition: transform 0.4s ease;
  transform-origin: center;
}

.home-hero .hero-video-play-btn:hover .hc-arc {
  transform: rotate(190deg);
}

.hero-cta-wrap.desktop-hide {
  display: none;
}

.hero-cta-wrap.mobile-hide {
  display: block;
}

@media (max-width: 1575px) {
  .home-hero .hero-card-wrap {
    border-radius: 35px;
    margin-top: 30px;
  }

  .home-hero .hero-inner {
    padding-top: 100px;
  }

  .home-hero .hero-glow {
    top: -140px;
    width: 300px;
  }

  .home-hero .hero-card-text {
    width: 50%;
  }

  .home-hero .hero-card-image {
    width: 50%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1300px) {
  .home-hero .hero-inner {
    padding-top: 80px;
  }

  .home-hero .hero-card-content {
    padding: 40px 60px;
    gap: 60px;
  }

  .home-hero .hero-cta-wrap {
    margin-top: 40px;
  }

  .home-hero .hero {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .home-hero .hero-inner {
    padding-top: 65px;
  }

  .home-hero .hero-card-wrap::before {
    width: 350px;
    height: 340px;
  }

  .home-hero .hero-card-wrap::after {
    width: 350px;
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .home-hero .hero-inner {
    padding-top: 40px;
  }

  .home-hero .hero-card-wrap {
    margin-top: 60px;
  }

  .home-hero .hero-card-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
  }

  .home-hero .hero-card-text {
    width: 100%;
  }

  .home-hero .hero-card-image {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .home-hero .hero-card-image img {
    max-width: 100%;
  }

  .home-hero .card-img-wrap {
    height: 300px;
  }

  .hero-cta-wrap.desktop-hide {
    display: block;
  }

  .hero-cta-wrap.mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home-hero .hero-card {
    max-width: max-content;
  }

  .home-hero .hero-cta-wrap {
    margin-top: 10px;
  }

  .home-hero .hero-card-content {
    padding: 40px;
    gap: 30px;
  }
}

@media screen and (max-width: 570px) {
  .home-hero .hero-inner {
    padding-top: 15px;
  }

  .home-hero .hero-video-play-btn svg {
    width: 100px;
    height: 100px;
  }

  .home-hero .hero-cta-btn .hero-cta-icon svg {
    width: 35px;
    height: 35px;
  }

}

@media screen and (max-width: 479px) {
  .home-hero .hero-card-wrap::before {
    max-width: 221px;
  }

  .home-hero .hero-card-wrap::after,
  .home-hero .hero-card-after {
    max-width: 221px;
  }

  .home-hero .hero-card-content {
    padding: 20px;
  }

  .home-hero .hero-glow {
    top: -100px;
    width: 200px;
  }
}

@media screen and (max-width: 350px) {

  .home-hero .hero-card::before,
  .home-hero .hero-card-wrap::after,
  .home-hero .hero-card-wrap::before {
    width: 200px;
    height: 200px;
  }

  .home-hero .hero-cta-btn .hero-cta-icon svg {
    width: 30px;
    height: 30px;
  }
}

/*section CSS nd-home-highlights.liquid */
.highlights {
  max-width: 1671px;
  margin: 0 auto;
  padding: 150px 10px 20px;
}

.highlights .ucs {
  border-radius: 23.593px;
  border: 3px solid #0B40B2;
  padding: 0px 48px 80px;
  background: #03080F;
}

.highlights .ucs-title-wrap {
  display: flex;
  justify-content: center;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}

.highlights .ucs-title-accent {
  color: var(--nd-home-highlights-heading-accent, #07F);
}

.highlights .ucs-title {
  color: var(--nd-home-highlights-heading-color, #D4ECFF);
  text-align: center;
  border-radius: 18px;
  border: 3px solid rgba(77, 120, 212, 0.29);
  background: linear-gradient(180deg, rgba(0, 11, 36, 0.85) 0%, rgba(0, 42, 132, 0.85) 100%);
  backdrop-filter: blur(10px);
  padding: 25px 123px;
  display: inline-block;
  line-height: 1.5em;
}

.highlights .product-grid-wrap {
  padding-top: 60px;
}

.highlights .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.highlights .product-card-wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2; 
}
.highlights .product-grid > .product-card-wrap:last-child:nth-child(3n+1) {
  grid-column: 2;
}
/* Product Card */
.highlights .product-card {
  width: 100%;
  border-radius: 21px;
  background: linear-gradient(199deg, #144A9A 28.52%, #0A254D 102.91%);
  padding: 20px 20px 30px 20px;
  transition: border-color 0.6s ease;
  text-decoration: none;
  display: block;
  color: inherit;
  min-width: 0;
  overflow: hidden;
  border: 2px solid transparent;
}

.highlights .product-card-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.highlights .product-card:hover {

  border: 2px solid #A3F6FF;

}

.highlights .card-img-wrap {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(180deg, #001A41 41.68%, #00133D 109.54%);
  height: 434.741px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 20px;
  padding: 55px 70px;
  overflow: hidden;
  margin-bottom: 30px;
}

.highlights .card-img-wrap:hover {
  background: linear-gradient(180deg, rgba(18, 25, 49, 0.00) 2.06%, #0F5BFF 96.99%);
}

.highlights .product-card-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.highlights .product-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.highlights .product-highlights-title {
  text-align: center;
  line-height: 1.19em;
  color: #D4ECFF;
}

.highlights .ft-button {
  position: relative;
  color: #F9FCFF;
  border-radius: 108.738px;
  background: linear-gradient(273deg, #0950BC 5.19%, #142A80 102.21%);
  padding: 22px 35px;
  gap: 38px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: none;
  transition: padding 0.3s ease;
}

.highlights .ft-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 108.738px;
  padding: 2.175px;
  background: linear-gradient(270deg, #3B82F6 0%, #3B82F6 30%, transparent 70%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(270deg, #fff 0%, #fff 50%, transparent 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.highlights .ft-button:hover {
  background: linear-gradient(273deg, #015EEA 16.45%, #033980 77.48%);
  padding: 22px 26px 22px 45px;
}

.highlights .ft-button:hover::before {
  opacity: 1;
}

.highlights .ft-button:hover .ft-btn-icon svg path {
  fill: white;
}

.highlights .ft-btn-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 1575px) {
  .highlights .card-img-wrap {
    height: 360px;
    padding: 40px 40px;
  }
}

@media screen and (max-width: 1300px) {
  .highlights .ucs {
    padding: 0px 30px 50px;
  }

  .highlights .card-img-wrap {
    height: 320px;
    padding: 30px 30px;
  }
}

@media (max-width: 1100px) {
  .highlights .product-grid { grid-template-columns: repeat(2, 1fr); }

  .highlights .product-grid > .product-card-wrap:last-child:nth-child(3n+1) {
    grid-column: auto;
  }

  .highlights .product-grid > .product-card-wrap:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 11.5px);
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .highlights {

    padding-top: 100px;
  }

  .highlights .product-grid-wrap {
    padding-top: 30px;
  }

  .highlights .ft-button {
    gap: 20px;
    padding: 18px 28px;
  }
}

@media screen and (max-width: 767px) {
  .highlights .card-img-wrap {
    height: 280px;
    padding: 25px;
  }

  .highlights .ft-btn-icon {
    width: 12px;
  }

  .highlights .ucs {
    padding: 0px 10px 30px;
  }

  .highlights .ft-button {
    gap: 15px;
    padding: 10px 20px;
  }

    .highlights .product-grid > .product-card-wrap:last-child:nth-child(odd) {

    max-width: 100%;

  }
}

@media screen and (max-width: 600px) {

  .highlights .ucs-title {

    padding: 25px 50px;
  }
}

@media screen and (max-width: 570px) {
  .highlights .product-grid {
    gap: 30px;
  }

  .highlights .product-grid { grid-template-columns: 1fr; }

  .highlights .card-img-wrap {
    height: 260px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .highlights .ucs-title {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {

  .highlights .ucs-title {
    padding: 17px 20px;
  }
}


/*section CSS nd-home-partner.liquid */
.partner-wrapper {
  /* max-width: 1671px; */
  margin: 0 auto;
  padding: 100px 10px 20px;
  position: relative;
}

.section-nd-home-partner {
  overflow-x: clip;
}

.partner-title-wrap::after {
  content: "";
  position: absolute;
  top: 65px;
  left: calc(50% - 330px);
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1959px;
  height: 403px;
  background-image: var(--partner-bg-url);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.partner-wrapper>* {
  position: relative;
  z-index: 1;
}

.partner-wrapper .partner-title-wrap {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(90deg, #0D3278 8.17%, rgba(16, 34, 104, 0.80) 47.95%, rgba(2, 25, 75, 0.00) 87.5%);
  width: 100%;
  max-width: 760px;
}

.partner-wrapper .pt-width-wrap {
  margin-left: calc(50% - 50px);
}

.partner-title-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #3B82F6, #102268, transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(90deg, #fff 0%, #fff 60%, transparent 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.partner-title {
  font-style: normal;
  line-height: 1.5em;
  color: #D4ECFF;
  align-items: center;
  justify-content: center;
  padding: 18px 84px 18px 54px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0D3278 8.17%, rgba(16, 34, 104, 0.80) 47.95%, rgba(2, 25, 75, 0.00) 87.5%);
}

.partner-title-accent {
  color: var(--hero-accent-color, #3392FF);
}

.partner-slider-container {
  position: relative;
  max-width: 1300px;
  margin: 100px auto;
}

.partner-slider-container::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1384px;
  background: #004BEE;
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
}

.partner-slider-wrap {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background: #030710;
  padding: 30px 24px;
  overflow: hidden;
}

.partner-marquee {
  width: 100%;
  overflow: hidden;
}

.partner-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: partner-marquee-scroll var(--partner-marquee-duration, 30s) linear infinite;
  will-change: transform;
}

/* .partner-marquee:hover .partner-marquee-track {
    animation-play-state: paused;
  } */

@keyframes partner-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-marquee-track {
    animation: none;
  }
}

.partner-marquee-slide {
  flex-shrink: 0;
  width: 200px;
  height: 62px;
  border-radius: 10px;
  background: linear-gradient(180deg, #00379E 0%, #032971 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.partner-marquee-slide svg,
.partner-marquee-slide .partner-marquee-img {
  color: #fff;
  max-width: 100%;
  max-height: 60%;
  object-fit: contain;
}

.shopify-app-block:has(> .loox-widget) {
  padding: 10px !important;
}


@media screen and (max-width: 1500px) {
  .partner-title-wrap::after {
    top: 65px;
    height: 340px;
  }

  .partner-wrapper .pt-width-wrap {
    margin-left: calc(50% - 150px);
  }

  .partner-slider-container {
    margin: 70px auto;
  }
}

@media screen and (max-width: 1300px) {
  .partner-title-wrap::after {
    top: 48px;
    left: calc(50% - 254px);
  }

  .partner-wrapper .pt-width-wrap {
    margin-left: calc(50% - 110px);
  }

  .partner-slider-container {
    margin: 88px auto;
  }
}


@media screen and (max-width: 900px) {
  .partner-title-wrap::after {
    top: 56px;
    left: calc(50% - 219px);
    height: 225px;
  }

  .partner-wrapper .pt-width-wrap {
    margin-left: calc(50% - 131px);
  }

  .partner-slider-container {
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .partner-wrapper {
    padding-top: 60px;
  }

  .partner-slider-wrap {
    padding: 10px;
  }

  .partner-marquee {
    border-radius: 25px;
  }

  .partner-marquee-slide {
    width: 140px;
    height: 54px;
  }

  loox-dynamic-carousel-widget.loox-widget {
    padding: 20px 10px !important;
  }

  .partner-title-wrap::after {
    content: unset;
  }

  .partner-wrapper .pt-width-wrap {
    margin-left: 0;
  }

  .partner {
    padding: 30px 10px;
    border-radius: 23.593px;
    border: 3px solid #0B40B2;
  }
}

@media screen and (max-width: 600px) {
  .partner-title {
    padding: 25px 50px;
  }
}

@media screen and (max-width: 479px) {
  .partner-title {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {
  .partner-title {
    padding: 17px 20px;
  }
}

/*section CSS nd-home-reviews.liquid */
.reviews.ucs-wrapper {
  max-width: 1671px;
  margin: 0 auto;
  padding: 100px 10px 20px;
}

.reviews .ucs {
  border-radius: 0px;
  border: none;
  background: #03080F;
}

.reviews .ucs-title-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 0px;
}

.reviews .ucs-title-accent {
  color: var(--nd-home-reviews-heading-accent, #07F);
}

.reviews .ucs-title {
  color: var(--nd-home-reviews-heading-color, #D4ECFF);
  text-align: center;
  border-radius: 18px;
  border: 3px solid rgba(77, 120, 212, 0.29);
  background: linear-gradient(180deg, rgba(0, 11, 36, 0.85) 0%, rgba(0, 42, 132, 0.85) 100%);
  backdrop-filter: blur(10px);
  padding: 25px 25px;
  display: inline-block;
  line-height: 1.5em;
  width: 100%;
  max-width: 560px;
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 991px) {
  .reviews.ucs-wrapper {
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .reviews .ucs-title {
    padding: 25px 50px;
  }
}


@media screen and (max-width: 479px) {
  .reviews .ucs-title {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {
  .reviews .ucs-title {
    padding: 17px 20px;
  }
}





/*section CSS nd-home-oh-hours.liquid */
/* opening-hours-section  */

.oh-section.home-oh {
  padding: 80px 10px 0;
  max-width: 1374px;
  margin: 0 auto;
  position: relative;
}

.home-oh .oh-heading {
  font-style: normal;
  line-height: 1.52em;
  text-align: center;
  color: #bfe2ff;
  padding: 17px;
  border-radius: 18px;
  border: 3px solid rgba(77, 120, 212, 0.29);
  background: linear-gradient(180deg, rgba(0, 11, 36, 0.85) 0%, rgba(0, 42, 132, 0.85) 100%);
  backdrop-filter: blur(10px);
  max-width: 675px;
  margin: 0 auto;
}

.home-oh .oh-card {
  max-width: 918px;
  margin: 0 auto;
  margin-top: 42px;
  padding: 32px 20px;
  background: linear-gradient(90deg,
      rgba(6, 29, 64, 0.6) 0%,
      rgba(3, 71, 172, 0.6) 53.37%,
      rgba(6, 29, 64, 0.6) 100%);
  border: 11px solid #2a5697;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.home-oh .oh-rows {
  max-width: 617px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.home-oh .oh-title {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-style: normal;
  line-height: 1.49em;
  color: #b4ddff;
  align-items: center;
  text-align: center;
}

.home-oh .oh-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-oh .oh-day {
  font-style: normal;
  line-height: 1.48em;
  color: #ffffff;
}

.home-oh .oh-time {
  font-style: normal;
  line-height: 1.52em;
  color: #6caafa;
}

.map {
  position: relative;
  max-width: 1334px;
  margin: 0 auto;
  aspect-ratio: 1334 / 845;
  z-index: 0;
}

.map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}

.map-iframe {
  position: absolute;
  top: 6.2%;
  left: 1.6%;
  width: 96.8%;
  height: 91.4%;
  border: 0;
  border-radius: 25px;
  z-index: 1;
}

.map-corners {
  position: absolute;
  left: 1.6%;
  width: 97%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.map-corners--top {
  top: 6.2%;
}

.map-corners--bottom {
  bottom: 2.2%;
}

@media (max-width: 1300px) {
  .home-oh .oh-card {
    max-width: 850px;
  }
}

@media (max-width: 1200px) {
  .home-oh .oh-card {
    max-width: 790px;
  }
}

@media (max-width: 1120px) {
  .home-oh .oh-card {
    max-width: 730px;
  }
}

@media (max-width: 1024px) {
  .home-oh .oh-card {
    max-width: 1000px;
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .oh-section.home-oh .oh-title svg {
    width: 35px;
  }

  .oh-section.home-oh {
    padding-top: 40px;
  }

  .oh-section.home-oh .pop-54-700 {
    font-size: 30px;
  }

  .oh-section.home-oh .pop-41-400 {
    font-size: 20px;
  }

  .oh-section.home-oh .pop-39-500 {
    font-size: 20px;
  }

  .home-oh .oh-card {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .home-oh .oh-rows {
    max-width: 435px;
  }

  .oh-section.home-oh .pop-33-700 {
    font-size: 18px;
  }

  .map-iframe {
    top: 7.5%;
    left: 2.2%;
    width: 95.6%;
    height: 89.5%;
    border-radius: 10px;
  }
}

@media (max-width: 460px) {
  .home-oh .oh-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-oh .oh-rows {
    padding: 20px 0px 0px;
  }

  .home-oh .oh-section::before {
    width: 240px;
    height: 160px;
    top: 4px;
    transform: translateX(-70%);
  }

  .home-oh .oh-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}


/*section CSS nd-home-cta.liquid */
.section-home-cta .ft-top-wrapper {
  position: relative;
  max-width: 1374px;
  margin: 0 auto;
  padding: 20px 10px;
  padding-top: 100px;
  text-align: center;
}

.section-home-cta .ft-top-wrapper::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 713px;
  height: 649px;
  max-width: 55%;
  background-image: var(--nd-home-cta-deco-url, none);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.section-home-cta .ft-top-wrapper .ft-wrap {
  position: relative;
  z-index: 1;
  padding: 60px;
  border-radius: 24px;
  border: 3px solid #0B40B2;
  background: radial-gradient(50% 50% at 50% 50%, rgba(5, 11, 22, 0.82) 44.75%, rgba(5, 11, 22, 0.36) 100%);
}

.section-home-cta .ft-top-wrapper .ft-icon-wrap {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 109px;
}

.section-home-cta .ft-top-wrapper .ft-icon-wrap .ft-svg .ft-rect,
.section-home-cta .ft-top-wrapper .ft-icon-wrap .ft-svg .ft-path {
  transition: fill 0.3s ease;
}

.section-home-cta .ft-top-wrapper .ft-icon-wrap:hover .ft-svg .ft-rect {
  fill: url(#ft_grad_hover);
}

.section-home-cta .ft-top-wrapper .ft-icon-wrap:hover .ft-svg .ft-path {
  fill: white;
}

.section-home-cta .ft-top-wrapper .title-line {
  display: inline-block;
  width: 62px;
  height: 9px;
  background: #8A38F5;
  vertical-align: middle;
  margin-right: 10px;
  transition: width 0.3s;
}

.section-home-cta .ft-top-wrapper .ft-title {
  color: #94CAF6;
  padding-top: 50px;
  padding-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.section-home-cta .ft-top-wrapper .ft-title .title-accent {
  color: #5696F5;
  transition: color 0.3s;
}

.section-home-cta .ft-top-wrapper .ft-title:hover {
  color: #30A2FF;
}

.section-home-cta .ft-top-wrapper .ft-title:hover .title-line {
  width: 12px;
}

.section-home-cta .ft-top-wrapper .ft-title:hover .title-accent {
  color: #7657FF;
}

.section-home-cta .ft-top-wrapper .ft-subtitle {
  color: #DFF1FF;
  letter-spacing: 2.527px;
  text-align: center;
  max-width: 781.825px;
  margin: 0 auto;
  line-height: 1.95em;
}

.section-home-cta .ft-top-wrapper .ft-description {
  color: #B3DAFF;
  text-align: center;
  padding-top: 22px;
  line-height: 2.04em;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36.568px;
  border: 1.662px solid #799fff;
  background: linear-gradient(319deg, rgba(1, 21, 58, 0.8) -0.78%, rgba(17, 77, 154, 0.8) 73.07%);
  backdrop-filter: blur(16.62198257446289px);
  padding: 20px 27px;
  font-style: normal;
  line-height: 1.53em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  max-width: var(--cta-max-width, 245px);
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn:hover {
  border: 1.662px solid #84C4FF;
  background: linear-gradient(180deg, #0F7DF6 5.76%, #014AC0 95.33%);
  box-shadow: 0 0 16px 0 #1080FF;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn .ft-b-cta-icon svg {
  transition: transform 0.3s ease;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn .ft-b-cta-icon svg path {
  transition: transform 0.3s ease, fill 0.3s ease;
  transform: translate(-3px, 3px);
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn:hover .ft-b-cta-icon svg path {
  transform: translate(0, 0);
  fill: #030710;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-icon circle {
  transition: fill 0.3s ease;
}

.section-home-cta .ft-top-wrapper .ft-b-cta-btn:hover .ft-b-cta-icon circle {
  fill: white;
}

@media screen and (max-width: 991px) {
  .section-home-cta .ft-top-wrapper {
    padding: 60px 10px 0px;
  }

  .section-home-cta .ft-top-wrapper .ft-wrap {
    padding: 40px;
  }

  .section-home-cta .ft-top-wrapper .ft-title {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .section-home-cta .ft-top-wrapper .ft-b-cta-btn {
    gap: 20px;
  }
}

@media screen and (max-width: 570px) {

  .section-home-cta .ft-b-cta-btn .ft-b-cta-icon svg {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 479px) {

  .section-home-cta .ft-top-wrapper .ft-icon-wrap,
  .section-home-cta .ft-top-wrapper .ft-icon-wrap svg {
    width: 100px;
    height: 80px;
  }

  .section-home-cta .ft-top-wrapper .ft-wrap {
    padding: 30px 20px;
  }

  .section-home-cta .ft-top-wrapper .ft-b-cta-wrap {
    margin-top: 30px;
  }

  .section-home-cta .ft-top-wrapper .ft-b-cta-btn {
    gap: 15px;
  }

  .section-home-cta .ft-top-wrapper .title-line {
    width: 30px;
  }
}

@media screen and (max-width: 350px) {
  .section-home-cta .ft-b-cta-btn .ft-b-cta-icon svg {
    width: 30px;
    height: 30px;
  }
}


/*section CSS nd-about-us-hero.liquid */

.about-us-hero .hero-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  max-width: 100%;
  display: none;
}

.about-us-hero .hero-glow svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.about-us-hero .hero-wrapper {
  padding: 0px 10px;
  position: relative;
}

.about-us-hero .hero {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--hero-bg-url, none) center top / cover no-repeat;
  background-color: #050e2a;
  max-width: 1837px;
  padding: 0 10px;
  margin: 0px auto 0px;
  border-radius: 32px;
  overflow: visible;
  padding-bottom: 58px;
}

.about-us-hero .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-bg-before-url, none) center top / cover no-repeat;
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 749px) {
  .about-us-hero .hero {
    background-image: var(--hero-bg-url-mobile, var(--hero-bg-url, none));
  }

  .about-us-hero .hero::before {
    background-image: var(--hero-bg-before-url-mobile, var(--hero-bg-before-url, none));
  }
}

.about-us-hero .hero-before-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.about-us-hero .hero-before-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-hero .hero-inner {
  padding-top: 128px;
  position: relative;
}

.about-us-hero .hero-card-wrap {
  max-width: 1261px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  background: linear-gradient(318.61deg,
      var(--hero-card-grad-start, rgba(1, 21, 58, 0.8)) -0.78%,
      var(--hero-card-grad-end, rgba(17, 77, 154, 0.8)) 73.07%);
  backdrop-filter: blur(20px);
  border-radius: 35px;
  margin-top: 20px;
  border: 2px solid var(--hero-border-color, #4385ff);
  background-clip: padding-box;
  z-index: 0;
}

.about-us-hero .hero-card-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-before-url, none) no-repeat bottom left / contain;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
}

.about-us-hero .hero-card-before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.about-us-hero .hero-card-before svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-hero .hero-card-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-after-url, none) no-repeat top right / contain;
  border-radius: 0 35px 0 0;
  pointer-events: none;
  overflow: hidden;
}

.about-us-hero .hero-card-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 441px;
  height: 428px;
  border-radius: 0 35px 0 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.about-us-hero .hero-card-after svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-hero .hero-card-title,
.about-us-hero .hero-card-content {
  position: relative;
  z-index: 1;
  gap: 15px;
}

.about-us-hero .hero-card-title {
  font-style: normal;
  line-height: 1.1em;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 70px;
}

.about-us-hero .product-title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.about-us-hero .title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.about-us-hero .hero-card-content {
  padding: 20px 80px 106px 101px;
  display: flex;
}

.about-us-hero .hero-card-text {
  width: calc(61% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-us-hero .hero-card-subtitle {
  top: 377.56px;
  font-style: normal;
  line-height: 1.37em;
  color: #97BBFF;
}

.about-us-hero .hero-card-desc {
  max-width: 605px;
  font-style: normal;
  line-height: 1.37em;
  color: #d5e4ff;
  padding-top: 20px;
}

.about-us-hero .hero-card-image {
  padding-top: 30px;
  width: 39%;
  flex-shrink: 0;
}


@media (max-width: 1575px) {
  .about-us-hero .hero-card-wrap {
    border-radius: 35px;
    margin-top: 30px;
  }

  .about-us-hero .hero-inner {
    padding-top: 100px;
  }

  .about-us-hero .hero-glow {
    top: -39px;
    width: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .about-us-hero .hero-inner {
    padding-top: 80px;
  }

  .about-us-hero .hero-card-content {
    padding: 20px 80px 180px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .about-us-hero .hero-inner {
    padding-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  .about-us-hero .hero-inner {
    padding-top: 40px;
  }

  .about-us-hero .hero-card-wrap {
    margin-top: 60px;
  }

  .about-us-hero .hero-card-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
  }

  .about-us-hero .hero-card-desc {
    max-width: unset;
  }

  .about-us-hero .hero-card-text {
    width: 100%;
  }

  .about-us-hero .hero-card-image {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .about-us-hero .hero-card-image img {
    max-width: 100%;
  }

  .about-us-hero .card-img-wrap {
    height: 300px;
  }

  .about-us-hero .hero-card-title {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-hero .hero-card {
    max-width: max-content;
  }

  .about-us-hero .hero-card-content {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 570px) {
  .about-us-hero .hero-inner {
    padding-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .about-us-hero .hero-card-wrap::before {
    max-width: 300px;
  }

  .about-us-hero .hero-card-wrap::after,
  .about-us-hero .hero-card-after {
    max-width: 300px;
  }

  .about-us-hero .hero-card-content {
    padding: 20px;
  }

  .about-us-hero .hero-glow {
    top: -27px;
    width: 200px;
  }
}

@media screen and (max-width: 350px) {
  .about-us-hero .hero-card::before {
    max-width: 240px;
  }
}


/*section CSS nd-about-us-future-technology.liquid */
.about-us-future-tech .future-technology-wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 120px 10px;
  text-align: center;
}

.about-us-future-tech .ft-icon-wrap {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 109px;
}

.about-us-future-tech .ft-icon-wrap .ft-svg .ft-rect,
.about-us-future-tech .ft-icon-wrap .ft-svg .ft-path {
  transition: fill 0.3s ease;
}

.about-us-future-tech .ft-icon-wrap:hover .ft-svg .ft-rect {
  fill: url(#ft_grad_hover);
}

.about-us-future-tech .ft-icon-wrap:hover .ft-svg .ft-path {
  fill: white;
}

.about-us-future-tech .title-line {
  display: inline-block;
  width: 62px;
  height: 9px;
  background: #8A38F5;
  vertical-align: middle;
  margin-right: 10px;
  transition: width 0.3s;
}

.about-us-future-tech .ft-title {
  color: #94CAF6;
  padding-top: 50px;
  padding-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.about-us-future-tech .ft-title .title-accent {
  color: #5696F5;
  transition: color 0.3s;
}

.about-us-future-tech .ft-title:hover {
  color: #30A2FF;
}

.about-us-future-tech .ft-title:hover .title-line {
  width: 12px;
}

.about-us-future-tech .ft-title:hover .title-accent {
  color: #7657FF;
}

.about-us-future-tech .ft-subtitle {
  color: #DFF1FF;
  letter-spacing: 2.527px;
  text-align: center;
  max-width: 781.825px;
  margin: 0 auto;
  line-height: 1.95em;
}

.about-us-future-tech .ft-description {
  color: #B3DAFF;
  text-align: center;
  padding-top: 22px;
  line-height: 2.04em;
}

.about-us-future-tech .ft-button {
  position: relative;
  color: #F9FCFF;
  border-radius: 108.738px;
  background: linear-gradient(273deg, #0950BC 5.19%, #142A80 102.21%);
  padding: 22px 35px;
  gap: 38px;
  display: inline-flex;
  align-items: center;
  margin-top: 50px;
  text-decoration: none;
  border: none;
  transition: padding 0.3s ease;
}

.about-us-future-tech .ft-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 108.738px;
  padding: 2.175px;
  background: linear-gradient(270deg, #3B82F6 0%, #3B82F6 30%, transparent 70%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(270deg, #fff 0%, #fff 50%, transparent 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-us-future-tech .ft-button:hover {
  background: linear-gradient(273deg, #015EEA 16.45%, #033980 77.48%);
  padding: 22px 26px 22px 45px;
}

.about-us-future-tech .ft-button:hover::before {
  opacity: 1;
}

.about-us-future-tech .ft-button:hover .ft-btn-icon svg path {
  fill: white;
}

.about-us-future-tech .ft-btn-icon {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about-us-future-tech .future-technology-wrapper {
    padding: 60px 10px;
  }

  .about-us-future-tech .ft-title {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .about-us-future-tech .ft-button {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-future-tech .ft-btn-icon {
    width: 12px;
  }

  .about-us-future-tech .future-technology-wrapper {
    padding: 40px 10px 10px;
  }

  .about-us-future-tech .ft-button {
    gap: 15px;
    margin-top: 30px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 479px) {

  .about-us-future-tech .title-line {
    width: 30px;
  }
}


/*section CSS nd-about-us-join-team.liquid */

.about-us-join-us .join-team-wrapper {
  max-width: 1837px;
  margin: 0 auto;
  padding: 0px 10px;
}

.about-us-join-us .join-team-card {
  margin: 35px auto;
  padding: 110px 20px;
  background: linear-gradient(90deg, #000717 0%, #020F2E 51.92%, #000B20 100%);
  backdrop-filter: blur(20px);
  border-radius: 35px;
  max-width: 1654px;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.about-us-join-us .team-member-avatars {
  display: flex;
  align-items: center;
}

.about-us-join-us .team-avatar {
  width: 81px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #C7DAFF;
  flex-shrink: 0;
}

.about-us-join-us .team-avatar+.team-avatar {
  margin-left: -20px;
}

.about-us-join-us .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-join-us .team-avatar-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(141.76deg, #329CF3 5.07%, #003376 92.65%);
}

.about-us-join-us .team-avatar-plus {
  background: linear-gradient(141.76deg, #329CF3 5.07%, #003376 92.65%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-join-us .team-avatar-plus span {
  width: 24px;
  height: 24px;
}

.about-us-join-us .join-team-subtitle {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.3em;
}

.about-us-join-us .join-team-title {
  margin-top: 15px;
  line-height: 1.42em;
}

.about-us-join-us .join-team-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 40px;
  color: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
}

.about-us-join-us .join-team-btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 991px) {
  .about-us-join-us .join-team-card {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .about-us-join-us .team-member-avatars {
    justify-content: center;
  }

  .about-us-join-us .join-team-wrapper {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 479px) {
  .about-us-join-us .join-team-wrapper {
    padding: 10px 10px;
  }

  .about-us-join-us .team-avatar {
    width: 60px;
    height: 60px;
  }

  .about-us-join-us .team-avatar+.team-avatar {
    margin-left: -15px;
  }
}

/*section CSS nd-about-us-our-team.liquid */
.about-us-our-team .our-team-section-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 0 118px;
  margin: 0px auto;
  box-sizing: border-box;
}

.about-us-our-team .our-team-section-wrap::before,
.about-us-our-team .our-team-section-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* top slope, fixed 112px */
.about-us-our-team .our-team-section-wrap::before {
  top: 0;
  height: 112px;
  background: #061227;
  clip-path: var(--products-clip-top, url(#products-clip-top));
}

/* middle, stretches with content */
.about-us-our-team .our-team-section-wrap::after {
  top: 112px;
  bottom: 102px;
  background: linear-gradient(180deg, #061227 35.11%, #2C5483 98%);
}

/* bottom slope, fixed 102px */
.about-us-our-team .our-team-section-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 102px;
  background: #2C5483;
  clip-path: var(--products-clip-bottom, url(#products-clip-bottom));
  z-index: -1;
}

.about-us-our-team .our-team-section {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1837px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 145px;
}

.about-us-our-team .our-team-header {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(90deg, #0D3278 8.17%, rgba(16, 34, 104, 0.80) 47.95%, rgba(2, 25, 75, 0.00) 87.5%);
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.about-us-our-team .our-team-header::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #3B82F6, #102268, transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(90deg, #fff 0%, #fff 60%, transparent 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-us-our-team .our-team-header .our-team-title {
  font-style: normal;
  line-height: 1.1em;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.about-us-our-team .our-team-title {
  padding: 18px 268px 18px 74px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0D3278 8.17%, rgba(16, 34, 104, 0.80) 47.95%, rgba(2, 25, 75, 0.00) 87.5%);
}

.about-us-our-team .our-team-header .title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.about-us-our-team .team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 115px;
  padding-top: 100px;
}

.about-us-our-team .team-card {
  position: relative;
  max-width: 504px;
  width: 100%;
  min-height: 707px;
  padding: 10px 49px 18px;
  border-radius: 31px;
  border: 2px solid #07F;
  background: linear-gradient(238deg, rgba(0, 66, 164, 0.75) 0.5%, rgba(4, 16, 35, 0.75) 85.5%);
  backdrop-filter: blur(35px);
  text-align: center;
}

.about-us-our-team .member-photo-wrap {
  position: relative;
  overflow: visible;
}

.about-us-our-team .member-photo {
  position: relative;
  max-width: 407.932px;
  width: 100%;
  height: 611px;
  aspect-ratio: 407 / 611;
  margin: -70px auto 18px;
  overflow: visible;
  border-radius: 34.3px;
  background: linear-gradient(180deg, #0a1a3a 0%, #0d2250 100%);
}

.about-us-our-team .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  position: relative;
  z-index: 0;
  object-position: top center;
}

/* glowing lower photo overlay */
.about-us-our-team .member-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 20%;
  background: linear-gradient(180deg, rgba(35, 100, 185, 0) 0%, #003B80 100%);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}

.about-us-our-team .hex-overlay-left,
.about-us-our-team .hex-overlay-right {
  position: absolute;
  bottom: 0;
  width: 208px;
  height: 189px;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 2;
  clip-path: inset(0 round 0 0 34.3px 34.3px);
}

.about-us-our-team .hex-overlay-left {
  left: 0;
}

.about-us-our-team .hex-overlay-right {
  right: 0;
}

.about-us-our-team .hex-overlay-left svg,
.about-us-our-team .hex-overlay-right svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-our-team .role-badge-text {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-us-our-team .photo-bottom-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 4;
  clip-path: inset(0 round 0 0 34.3px 34.3px);
}

.about-us-our-team .photo-bottom-grad svg {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.about-us-our-team .photo-bottom-grad .grad-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.about-us-our-team .team-card:hover .photo-bottom-grad .grad-hover {
  opacity: 1;
}

.about-us-our-team .team-card:hover .photo-bottom-grad svg:first-child {
  opacity: 0;
}

/* separate from photo overlay */
.about-us-our-team .member-photo-badge {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 213.935px;
  height: 213.935px;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
}

.about-us-our-team .member-photo-badge svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-us-our-team .member-photo-badge-text {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* badge hover swap */
.about-us-our-team .member-photo-badge .badge-default {
  transition: transform 0.4s ease;
}

.about-us-our-team .member-photo-badge:hover .badge-default,
.about-us-our-team .badge-default.is-rotated {
  transform: rotate(120deg);
}

.about-us-our-team .team-card-side-glow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 445px;
  pointer-events: none;
  z-index: 3;
}

.about-us-our-team .team-card-side-glow-right {
  right: -18px;
  transform: translateY(-50%) scaleX(-1);
}

.about-us-our-team .team-card-side-glow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-our-team .member-name {
  text-align: center;
  padding-top: 40px;
  transition: transform 0.2s ease, opacity 0.4s ease;
}

.about-us-our-team .member-name .first-name {
  color: #fff;
}

.about-us-our-team .member-name .last-name {
  color: #67A4FF;
}

.about-us-our-team .team-card.skills-open .member-name .first-name {
  font-size: 23px;
}

.about-us-our-team .team-card.skills-open .member-name .last-name {
  font-size: 18px;
}

.about-us-our-team .team-card.skills-open .member-name {
  padding-top: 0;
  animation: nameSlideUp 0.3s ease forwards;
}

@keyframes nameSlideUp {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

.about-us-our-team .skills-panel {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}

/* positioned relative to .team-card */
.about-us-our-team .skills-hex-left,
.about-us-our-team .skills-hex-right {
  position: absolute;
  width: 208px;
  height: 189px;
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}

.about-us-our-team .skills-hex-left {
  left: -50px;
  top: -80px;
}

.about-us-our-team .skills-hex-right {
  right: -50px;
  bottom: -160px;
}

.about-us-our-team .skills-hex-left svg,
.about-us-our-team .skills-hex-right svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-us-our-team .skills-panel .skills-heading,
.about-us-our-team .skills-panel .skills-list {
  position: relative;
  z-index: 1;
}

.about-us-our-team .skills-heading {
  margin-bottom: 3px;
}

.about-us-our-team .skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  max-height: 308px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.about-us-our-team .skills-list::-webkit-scrollbar {
  width: 6px;
}

.about-us-our-team .skills-list::-webkit-scrollbar-track {
  background: transparent;
}

.about-us-our-team .skills-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
}

.about-us-our-team .skills-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.55);
}

.about-us-our-team .skills-list li {
  color: #fff;
  padding: 8px 0;
  font-size: 24px;
  transition: padding-left 0.3s ease;
  position: relative;
}

.about-us-our-team .skills-list li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 28 17' fill='none'%3E%3Cpath d='M28 8.22754L15.25 16.4551V9.72754H0V6.72754H15.25V0L28 8.22754Z' fill='%233CAEFF'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
}

/* skills-open: photo becomes circle */
.about-us-our-team .team-card.skills-open .member-photo {
  width: 168px;
  height: 168px;
  max-width: 168px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: -70px auto 10px;
  border: 2px solid #437EF7;
  background: url(<path-to-image>) lightgray -14.629px -17.954px / 114.326% 170.689% no-repeat;
  overflow: hidden;
}

/* hide overlays, gradients, glows when skills open */
.about-us-our-team .team-card.skills-open .member-photo::after,
.about-us-our-team .team-card.skills-open .hex-overlay-left,
.about-us-our-team .team-card.skills-open .hex-overlay-right,
.about-us-our-team .team-card.skills-open .photo-bottom-grad {
  display: none;
}

.about-us-our-team .team-card.skills-open .member-name {
  padding-top: 0;
}

.about-us-our-team .team-card.skills-open .skills-panel {
  display: flex;
}

.about-us-our-team .team-card.skills-open {
  min-height: 0;
}

.about-us-our-team .team-card.skills-open>.member-photo-badge {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -20px 0 -30px;
}

@media (max-width: 1170px) {
  .about-us-our-team .team-grid {
    gap: 115px 60px;
  }
}

@media (max-width: 1100px) {
  .about-us-our-team .skills-list {
    max-height: 297px;
  }
}

@media (max-width: 1024px) {

  .about-us-our-team .our-team-section-wrap::before,
  .about-us-our-team .our-team-section-wrap::after,
  .about-us-our-team .our-team-section-bg-bottom {
    clip-path: none;
    top: 0;
    bottom: 0;
    height: 100%;
  }

  .about-us-our-team .our-team-section-wrap::before {
    display: none;
  }

  .about-us-our-team .our-team-section-wrap::after {
    background: linear-gradient(180deg, #061227 71.11%, #2C5483 112.55%);
  }

  .about-us-our-team .our-team-section-bg-bottom {
    display: none;
  }

  .about-us-our-team .our-team-section-wrap {
    margin: 90px 0px 40px;
    padding: 0 0 40px;
  }

  .about-us-our-team .our-team-section {
    padding-top: 60px;
  }

  .about-us-our-team .our-team-title {
    padding: 20px 34px;
  }

  .about-us-our-team .team-grid {
    gap: 60px;
    padding-top: 60px;
  }

  .about-us-our-team .team-card-side-glow-right {
    right: -14px;
  }

  .about-us-our-team .team-card {
    max-width: 320px;
    min-height: auto;
    padding: 10px 24px 18px;
  }

  .about-us-our-team .member-photo {
    height: auto;
    aspect-ratio: 407 / 611;
    margin-top: -40px;
  }

  .about-us-our-team .team-card-side-glow {
    height: 300px;
    width: 25px;
  }

  .about-us-our-team .member-photo-badge {
    width: 170px;
    height: 170px;
    margin-bottom: 10px;
  }

  .about-us-our-team .team-card.skills-open .member-photo {
    width: 80px;
    height: 80px;
    max-width: 80px;
    margin-top: -40px;
  }

  .about-us-our-team .skills-list {
    max-height: 220px;
  }

  .about-us-our-team .skills-list li {
    font-size: 14px;
    padding: 7px 0;
  }

  .about-us-our-team .skills-hex-left,
  .about-us-our-team .skills-hex-right {
    width: 200px;
    height: 150px;
  }

  .about-us-our-team .skills-hex-left {
    left: -50px;
    top: -50px;
  }

  .about-us-our-team .skills-hex-right {
    right: -50px;
    bottom: -170px;
  }
}

@media (max-width: 767px) {
  .about-us-our-team .our-team-section-wrap {
    margin: 0px 0px 0px;
  }

  .about-us-our-team .hero-card-wrap {
    overflow: hidden;
  }

  .about-us-our-team .our-team-section {
    padding-top: 60px;
  }

  .about-us-our-team .team-grid {
    gap: 60px;
    padding-top: 60px;
  }

  .about-us-our-team .team-card-side-glow-right {
    right: -14px;
  }

  .about-us-our-team .team-card {
    max-width: 360px;
    min-height: auto;
    padding: 10px 10px 18px;
  }

  .about-us-our-team .member-photo {
    height: auto;
    aspect-ratio: 407 / 611;
    margin-top: -40px;
  }

  .about-us-our-team .team-card-side-glow {
    height: 300px;
    width: 25px;
  }

  .about-us-our-team .join-team-card {
    border-width: 5px;
    padding: 80px 20px;
    margin: 0;
  }

  .about-us-our-team ul.skills-list {
    text-align: center;
  }

  .about-us-our-team ul.skills-list li:before {
    content: unset;
  }

  .about-us-our-team .join-team-wrapper {
    padding-top: 30px;
  }

  .about-us-our-team .skills-list {
    max-height: 280px;
  }

  .about-us-our-team .skills-hex-left,
  .about-us-our-team .skills-hex-right {
    width: 200px;
    height: 150px;
  }

  .about-us-our-team .skills-hex-left {
    left: -50px;
    top: -50px;
  }

  .about-us-our-team .skills-hex-right {
    right: -50px;
    bottom: -200px;
  }
}

@media (max-width: 450px) {
  .about-us-our-team .skills-list {
    max-height: 280px;
  }
}

@media (max-width: 390px) {
  .about-us-our-team .skills-list {
    max-height: 246px;
  }
}

/*section CSS nd-bg-image.liquid */
.nd-bg-image-section {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  aspect-ratio: var(--nd-bg-ratio, 1.5);
  background-image: var(--nd-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nd-bg-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/*section CSS nd-oh-hours.liquid */

.oh-hours-global .oh-section {
  padding: 0px 10px;
  max-width: 1837px;
  margin: 0 auto;
  position: relative;
}

.oh-hours-global .oh-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  width: 640px;
  height: 704px;
  background-image: var(--oh-before-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-98%);
}

.oh-hours-global .oh-heading,
.oh-hours-global .oh-card {
  position: relative;
  z-index: 1;
}

.oh-hours-global .oh-heading {
  font-style: normal;
  line-height: 1.52em;
  text-align: center;
  color: #bfe2ff;
  padding-bottom: 25px;
}

.oh-hours-global .oh-card {
  max-width: 1628px;
  margin: 0 auto;
  padding: 32px 20px;
  background: linear-gradient(90deg,
      rgba(6, 29, 64, 0.6) 0%,
      rgba(3, 71, 172, 0.6) 53.37%,
      rgba(6, 29, 64, 0.6) 100%);
  border: 11px solid #2a5697;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.oh-hours-global .oh-title {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-style: normal;
  line-height: 1.49em;
  color: #b4ddff;
  align-items: center;
}

.oh-hours-global .oh-rows {
  max-width: 617px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.oh-hours-global .oh-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oh-hours-global .oh-day {
  font-style: normal;
  line-height: 1.48em;
  color: #ffffff;
}

.oh-hours-global .oh-time {
  font-style: normal;
  line-height: 1.52em;
  color: #6caafa;
}

@media (max-width: 1300px) {
  .oh-hours-global .oh-section::before {
    width: 600px;
    height: 525px;
    top: -115px;
    transform: translateX(-89%);
  }
}

@media (max-width: 1200px) {
  .oh-hours-global .oh-section::before {
    width: 525px;
    height: 425px;
    top: -80px;
    transform: translateX(-87%);
  }
}

@media (max-width: 1024px) {
  .oh-hours-global .oh-section::before {
    width: 390px;
    height: 270px;
    top: -20px;
    transform: translateX(-90%);
  }
}

@media (max-width: 767px) {
  .oh-hours-global .oh-title svg {
    width: 35px;
  }

  .oh-hours-global .oh-section .pop-54-700 {
    font-size: 30px;
  }

  .oh-hours-global .oh-section .pop-41-400 {
    font-size: 20px;
  }

  .oh-hours-global .oh-section::before {
    width: 260px;
    height: 286px;
    top: -23px;
    transform: translateX(-90%);
  }

  .oh-hours-global .oh-section .pop-39-500 {
    font-size: 20px;
  }

  .oh-hours-global .oh-rows {
    max-width: 435px;
  }

  .oh-hours-global .oh-section .pop-33-700 {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .oh-hours-global .oh-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .oh-hours-global .oh-rows {
    padding: 20px 0px 0px;
  }

  .oh-hours-global .oh-section::before {
    width: 240px;
    height: 160px;
    top: 4px;
    transform: translateX(-70%);
  }

  .oh-hours-global .oh-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}


/*section CSS nd-product-details.liquid */

.product-details-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 0 118px;
  margin: 0px auto;
  box-sizing: border-box;
}

.product-details-wrap::before,
.product-details-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* Top slope — removed, no top clip */
.product-details-wrap::before {
  display: none;
}

/* Middle — stretches with content from top */
.product-details-wrap::after {
  top: 0;
  bottom: 672px;
  background: transparent;
}

/* Bottom slope — fixed 82px, clipped with smooth curves */
.product-details-bg-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  width: 100vw;
  height: 672px;
  background: linear-gradient(180deg, rgba(3, 7, 16, 0) 47.96%, #154183 155%);
  clip-path: url(#card-clip-shape);
  z-index: -1;
}

.product-details-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 1837px;
  margin: 0 auto;
  padding: 20px 10px 0;
}

.page-navigator {
  color: #fff;
  line-height: 2.25em;
  padding-bottom: 20px;
}

.pdp-flex {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  padding-bottom: 135px;
}

.pdp-flex>* {
  min-width: 0;
}

.pdp-gallery {
  flex: 0 0 calc(45% - 50px);
  min-width: 0;
  overflow: visible;
}

.pdp-info {
  flex: 0 0 calc(55% - 50px);
  min-width: 0;
}

/* thumbs */

.pdp-gallery .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs-wrapper .swiper {
  padding: 22px;
}

.gallery-thumbs {
  max-width: 100%;
  max-height: none;
  overflow-x: hidden;
  overflow-y: visible;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.gallery-thumbs:not(.swiper-initialized) {
  visibility: hidden;
}

.gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
  display: block;
}

.gallery-thumbs:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.gallery-thumbs .swiper-slide {
  width: 157px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active .thumb-img {
  border-radius: 9.918px;
  border: 0.826px solid #3c80ff;
  background: #020712;
  box-shadow: 0 0 16.53px 0 rgba(92, 176, 255, 0.5);
}

.thumb-img {
  border-radius: 9.918px;
  border: 1.093px solid #244480;
  background: #020712;
  width: 157.032px;
  height: 113.229px;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
}

.gallery-thumbs img {
  display: block;
  width: 81.822px;
  height: 81.822px;
  aspect-ratio: 1/1;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  align-items: center;
  display: flex;
  justify-self: center;
}

.pdp-main-slider-wrap {
  border-radius: 39.228px;
  background: #020712;
  padding: 45px;
  min-height: 646px;
}

.product-image {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
}

.gallery-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* main img */
.gallery-main-wrapper {
  width: 100%;
  box-sizing: border-box;
  border-radius: 39.228px;
  background: #020712;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 646px;
  padding: 45px;
  position: relative;
  overflow: hidden;
}

.gallery-main-bottom-svg {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: auto;
  pointer-events: none;
}

/* Gallery Nav Arrows */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

.gallery-nav-prev {
  left: 47px;
}

.gallery-nav-next {
  right: 47px;
}

.gallery-nav .nav-active {
  display: none;
}

.gallery-nav .nav-default {
  display: block;
}

.gallery-nav .nav-default path {
  transition: transform 0.3s ease;
}

.gallery-nav .nav-default circle {
  transition: fill 0.3s ease;
}

.gallery-nav-prev:hover .nav-default path {
  transform: translateX(-4px);
}

.gallery-nav-next:hover .nav-default path {
  transform: translateX(4px);
}

.gallery-nav-prev:hover .nav-default circle {
  fill: url(#navPrevHover);
}

.gallery-nav-next:hover .nav-default circle {
  fill: url(#navNextHover);
}

.gallery-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.gallery-nav.swiper-button-disabled .nav-default path {
  transform: none;
}

.gallery-nav-prev.swiper-button-disabled .nav-default circle {
  fill: url(#navPrevDefault);
}

.gallery-nav-next.swiper-button-disabled .nav-default circle {
  fill: url(#navNextDefault);
}

.gallery-main.swiper {
  width: 100%;
  /* CLS fix: pin a stable aspect ratio so Swiper init + image load don't resize the container. ~13:8 matches the rendered ratio observed on PDP gallery. */
  aspect-ratio: 13 / 8;
  height: auto;
  overflow: hidden;
}

/* Static placeholder: same position as the post-init swiper image (centered in wrapper). */
.gallery-static-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

/* Hide swiper until it initializes; placeholder covers the area meanwhile. */
.gallery-main:not(.swiper-initialized) {
  visibility: hidden;
}

/* CLS fix: pre-init, hide all slides except the first so they don't stack vertically and inflate the container. After Swiper hydrates and adds .swiper-initialized, all slides participate in the horizontal flex layout. */
.gallery-main:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

/* Once Swiper initializes, hide the placeholder. The two images sit at the same
   coordinates, so the swap is invisible — no layout shift, no pop-in. */
.gallery-main-wrapper:has(.gallery-main.swiper-initialized) .gallery-static-fallback {
  display: none;
}

/* Pre-init layout still mimics post-init flex so when visibility flips,
   the swiper image is at the same coords as the placeholder. */
.gallery-main:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}

.gallery-main:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 100%;
  margin-right: 10px;
}

.gallery-main:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  height: 100%;
}

.gallery-main .main-image {
  display: block;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  -webkit-user-drag: none;
}

.main-image img {
  object-fit: cover;
}

.pdp-arrow {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.pdp-arrow-prev {
  left: 8px;
}

.pdp-arrow-next {
  right: 8px;
}

.pdp-thumb-slider {
  margin-top: 18px;
}

.pdp-thumb-slider .swiper-slide {
  height: 92px;
  border-radius: 14px;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  opacity: 0.55;
  transition: 0.3s ease;
}

.pdp-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 0 14px rgba(74, 155, 255, 0.45);
}

.pdp-thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pdp-about-product-title {
  color: #94caf6;
  padding-bottom: 16px;
  line-height: 1.5em;
}

.pdp-about-product-desc {
  color: #fff;
  line-height: 1.5em;
}

.pdp-rating {
  color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.rating {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.rating-bg {
  display: block;
}

.rating-fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  line-height: 0;
  max-width: 100%;
}

.rating-fill svg {
  display: block;
}

.pdp-title {
  line-height: 1.2em;
  color: #94caf6;
  padding-bottom: 20px;
  padding-top: 14px;
}

.pdp-price-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.pdp-price-current {
  color: #ddd;
  line-height: 1.2em;
}

.pdp-price-amount {
  color: #52b0ff;
}

.pdp-price {
  color: #52b0ff;
}

.pdp-price-old {
  color: #8c8c8c;
  text-decoration: line-through;
}

.pdp-badge {
  padding: 4px 25px;
  border-radius: 26.361px;
  background: #1b2d5b;
  color: #bae0ff;
  margin-left: 10px;
}

.pdp-delivery-time {
  color: #fff;
  display: flex;
  gap: 23px;
  align-items: center;
  padding-bottom: 20px;
}

pdp-delivery-icon svg {
  vertical-align: middle;
}

.pdp-installment {
  display: inline-flex;
  padding: 4px 25px;
  border-radius: 26.361px;
  background: #1b2d5b;
  color: #bae0ff;
  gap: 15px;
  align-items: center;
}

.pdp-divider {
  height: 2px;
  background: #275c87;
  margin: 32px 0 0px;
}

.pdp-options {
  display: grid;
  gap: 27px;
  align-items: end;
  padding-top: 32px;
}

.pdp-field label,
.pdp-qty-wrap label {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.5em;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

/* Custom Select Dropdown */
.custom-select {
  position: relative;
  width: 100%;
  user-select: none;
}

.custom-select__trigger {
  width: 100%;
  height: 70px;
  border-radius: 7.369px;
  background: linear-gradient(2deg, #1e3e78 1.14%, #3872de 113.52%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}

.custom-select__arrow {
  pointer-events: none;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.custom-select.is-open .custom-select__arrow {
  transform: rotate(-180deg);
}

.custom-select__options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #1e3e78;
  border-radius: 7.369px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  z-index: 50;
  display: none;
  overflow: hidden;
}

.custom-select.is-open .custom-select__options {
  display: block;
}

.custom-select__option {
  padding: 4px 40px 4px 34px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 7.369px;
  margin: 0 6px;
}

.custom-select__option:hover {
  background: #1e3e78;
  border-radius: 7.369px;
  background: #09142b;
}

.pdp-qty-heart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pdp-qty {
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 8.882px;
  border: 0.921px solid #173d77;
  padding: 4px;
}

.pdp-qty button {
  width: 62px;
  height: 62px;
  border-radius: 7.369px;
  background: linear-gradient(135deg, #1e3e78 20.09%, #3872de 100%);
  color: #fff;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-qty .qty-minus svg path {
  fill: white;
}

.pdp-qty .qty-minus.qty-disabled svg path {
  fill: #7c9eba;
}

.pdp-qty button.qty-disabled {
  background: linear-gradient(135deg, #1c3055 20.09%, #33589c 100%);
  cursor: default;
}

.pdp-qty input {
  text-align: center;
  background: transparent;
  outline: none;
  line-height: 1.5em;
  border: none;
  color: #fff;
  max-width: 50px;
  box-sizing: border-box;
  -moz-appearance: textfield;
}

.pdp-qty input::-webkit-outer-spin-button,
.pdp-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.pdp-cta-group {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
  height: 70px;
}

.pdp-cta-group .pdp-btn-solid {
  height: 70px;
  line-height: 1em;
}

.pdp-cta-group .pdp-btn-solid .pdp-btn-text {
  line-height: 1;
}

.pdp-sold-out-notice {
  display: none;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 9px 35px;
  border-radius: 10px;
  border: 1.902px solid #173d77;
  background: linear-gradient(135deg, #1c3055 20.09%, #33589c 100%);
  color: #c8e2ff;
  text-align: center;
}

.pdp-actions.is-sold-out .pdp-qty,
.pdp-actions.is-sold-out .pdp-btn-solid {
  display: none;
}

.pdp-actions.is-sold-out .pdp-sold-out-notice {
  display: inline-flex;
}

.pdp-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 9px 35px;
  gap: 13px;
  transition: all 0.3s ease;
  border: 1.902px solid #033980;
  background: linear-gradient(273deg, #015eea 16.45%, #033980 77.48%);
  background-clip: padding-box;
  border-radius: 10px;
}

.pdp-btn-solid::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 10px;
  border: 1.902px solid #3b82f6;
  -webkit-mask: linear-gradient(270deg, #000 0%, #000 30%, transparent 50%);
  mask: linear-gradient(270deg, #000 0%, #000 30%, transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pdp-btn-solid svg.default path {
  transition: transform 0.3s ease;
}

.pdp-btn-solid:hover svg.default path {
  transform: translateX(4px);
}

.pdp-btn-solid:hover {
  background: linear-gradient(273deg, #015eea 16.45%, #033980 77.48%);
  background-clip: padding-box;
  border-color: transparent;
}

.pdp-btn-text {
  transition: transform 0.3s ease;
}

.pdp-btn-solid:hover .pdp-btn-text {
  transform: translateX(4px);
}

.pdp-btn-solid:hover::before {
  opacity: 1;
}

.pdp-btn-solid:disabled,
.pdp-btn-solid[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  background: linear-gradient(135deg, #1c3055 20.09%, #33589c 100%);
  border-color: #1c3055;
}

.pdp-btn-solid:disabled:hover,
.pdp-btn-solid[disabled]:hover {
  background: linear-gradient(135deg, #1c3055 20.09%, #33589c 100%);
  border-color: #1c3055;
}

.pdp-btn-solid:disabled:hover::before,
.pdp-btn-solid[disabled]:hover::before {
  opacity: 0;
}

.pdp-btn-solid:disabled:hover .pdp-btn-text,
.pdp-btn-solid[disabled]:hover .pdp-btn-text {
  transform: none;
}

.pdp-btn-loading {
  display: none;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.pdp-btn-solid.is-loading {
  pointer-events: none;
}

.pdp-btn-solid.is-loading .pdp-btn-text {
  display: none;
}

.pdp-btn-solid.is-loading .pdp-btn-loading {
  display: inline-flex;
}

.pdp-btn-loading .still-loading-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-radius: 50%;
  background: #8bb3ff;
  vertical-align: middle;
  animation: still-loading-pulse 0.9s ease-in-out infinite;
}

@keyframes still-loading-pulse {

  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.pdp-ca-wrap {
  /* padding-bottom: 20px; */
  width: 100%;
  cursor: pointer;
}

.pdp-ca-text {
  line-height: 2.11em;
  color: #fff;
}

.pdp-ca-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  vertical-align: middle;
}

.pdp-ca-link svg {
  display: block;
  flex-shrink: 0;
  margin-top: 2px;
}

.ca-arrow-group {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  transition: gap 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ca-diamond {
  border-radius: 65.729px;
  background: rgba(77, 60, 175, 0);
  transform: rotate(45deg) translateX(0);
  transition:
    width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  width: 0px;
  height: 0px;
  background: #4d3caf;
  margin: 0px 8px;
}

.ca-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.ca-circle svg path {
  transition: fill 0.4s ease;
}

.pdp-ca-wrap:hover .ca-diamond {
  width: 10px;
  height: 10px;
}

.pdp-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 40px;
  padding: 50px 0;
}

.pdp-features.desktop-hide {
  display: none;
}

.pdp-features.mobile-hide {
  display: grid;
}

@media (max-width: 1024px) {
  .pdp-features.desktop-hide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 550px;
  }

  .pdp-features.mobile-hide {
    display: none;
  }
}

.pdp-feature-item {
  flex: 1 1 calc(25% - 40px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  color: #f9fbff;
  line-height: 2em;
}

.pdp-feature-item p {
  margin: 0;
}

.pdp-feature-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}

.pdp-more-info {
  padding-top: 28px;
}

.pdp-more-info-link {
  color: #94caf6;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.pdp-more-info-link svg {
  width: 12px;
  height: 12px;
}

.pdp-more-info-link:hover {
  color: #fff;
}

svg.custom-select__arrow {
  max-width: 15px;
}

.custom-select__trigger,
.custom-select {
  max-width: 480px;
}

.pdp-tabs {
  margin-top: 50px;
}

.pdp-tab-buttons-wrap {
  position: relative;
  border-bottom: 2px solid #275c87;
  margin-bottom: 32px;
  display: flex;
  align-items: stretch;
}

.pdp-tab-nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  transition: opacity 0.2s ease;
  z-index: 2;
  padding: 2px;
}

.pdp-tab-nav[hidden] {
  display: none;
}

.pdp-tab-nav:disabled {
  opacity: 0.3;
  cursor: default;
}

.pdp-tab-nav-prev svg {
  transform: scaleX(-1);
}

.pdp-tab-buttons {
  display: flex;
  gap: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.pdp-tab-buttons::-webkit-scrollbar {
  display: none;
}

.pdp-tab-btn {
  flex: 0 0 auto;
  padding: 20px 0;
  background: transparent;
  border: none;
  color: #94caf6;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.25s ease;
  text-align: left;
}

.pdp-tab-btn:hover {
  color: #fff;
}

.pdp-tab-btn.active {
  color: #fff;
}

.pdp-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: #a9d0fb;
}

.pdp-tab-heading {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.pdp-tab-contents {
  color: #fff;
  line-height: 2.25em;
}

.pdp-tab-content,
.pdp-tab-content * {
  color: #fff;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal;
}

@media (max-width: 1650px) {
  .pdp-features {
    gap: 28px 50px;
  }
}

@media (max-width: 1570px) {
  .pdp-features {
    gap: 28px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .pdp-feature-item {
    flex: 1 1 calc(50% - 20px);
  }

  .pdp-features-text {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .pdp-flex {
    gap: 40px;
    padding-bottom: 100px;
  }

  .pdp-gallery {
    flex-basis: calc(45% - 20px);
  }

  .pdp-info {
    flex-basis: calc(55% - 20px);
  }

  .gallery-main-wrapper {
    padding: 30px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-nav svg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1300px) {
  .pdp-gallery {
    flex-basis: calc(50% - 20px);
  }

  .pdp-info {
    flex-basis: calc(50% - 20px);
  }

  .gallery-main-wrapper {
    min-height: 600px;
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .gallery-main-wrapper {
    min-height: 646px;
    padding: 20px;
  }

  .pdp-flex {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0px;
  }

  .pdp-gallery,
  .pdp-info {
    flex-basis: auto;
    width: 100%;
  }

  .pdp-main-slider-wrap {
    min-height: auto;
  }

  .pdp-main-slider .swiper-slide {
    min-height: 360px;
  }

  .gallery-nav {
    width: 65px;
    height: 65px;
  }

  .gallery-nav svg {
    width: 100%;
    height: 100%;
  }

  .product-details-wrap::before,
  .product-details-wrap::after,
  .product-details-bg-bottom {
    clip-path: none;
    top: 0;
    bottom: 0;
    height: 100%;
  }

  .product-details-wrap::before {
    display: none;
  }

  .product-details-wrap::after {
    background: transparent;
  }

  .product-details-bg-bottom {
    display: none;
  }

  .product-details-wrap {
    margin: 0px 0px 00px;
  }

  .product-details-wrap {
    padding: 0 0 60px;
  }

  /* 
  .ucs-wrapper {
    padding-top: 0px;
  } */
}

@media (max-width: 767px) {
  .gallery-main-wrapper {
    min-height: 300px;
    padding: 20px;
  }

  .pdp-options {
    grid-template-columns: 1fr;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-nav svg {
    width: 100%;
    height: 100%;
  }

  .pdp-features.desktop-hide {
    gap: 30px;
    padding: 50px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .pdp-feature-item {
    flex: 1 1 calc(50% - 30px);
  }

  .pdp-btn-solid {
    padding: 9px 17px;
  }

  .pdp-qty input {
    max-width: 30px;
  }

  .pdp-qty .pop-24-600 {
    font-size: 14px;
  }

  .pdp-qty button {
    width: 24px;
    height: 24px;
  }

  .pdp-cta-group {
    gap: 5px;
    width: calc(100% - 93px);
  }

  .pdp-qty-wrap {
    width: 100%;
  }

  .pdp-tabs {
    margin-top: 30px;
  }

  .pdp-tab-buttons {
    gap: 32px;
  }

  .pdp-tab-btn {
    padding: 14px 0;
  }

  .gallery-thumbs .swiper-slide {
    width: 100px;
  }

  .thumb-img {
    width: 100px;
    height: 80px;
    aspect-ratio: 1 / 1;
  }

  .gallery-thumbs img {
    width: 60px;
    height: 60px;
    margin: auto;
  }

  .custom-select__trigger,
  .pdp-qty,
  .pdp-cta-group,
  .pdp-cta-group .pdp-btn-solid,
  .pdp-sold-out-notice {
    height: 50px;
    flex-grow: 1;
  }

  .custom-select__trigger,
  .custom-select {
    max-width: 100%;
  }

  /* Swym heart mobile (<=767px) — disabled
  .pdp-cta-group .pdp-heart {
  flex: 0 0 auto;
  width: 50px !important;
   height: 50px !important;
  min-width: 50px;
  min-height: 50px;

}
  .pdp-cta-group .pdp-heart svg {
    width: 50px;
    height: 50px;
  }
  */

  .pdp-options {
    padding-top: 20px;
  }

  .pdp-divider {
    margin: 20px 0 0px;
  }

  .pdp-actions {
    margin-top: 20px;
  }

  .pdp-qty-heart {
    gap: 5px;
  }

  .pdp-flex {
    gap: 20px;
  }

  .pdp-features.desktop-hide p {
    max-width: 116px;
  }
}

@media (max-width: 476px) {
  .gallery-main-wrapper {
    min-height: 280px;
  }

  .gallery-nav {
    width: 30px;
    height: 30px;
  }

  .gallery-nav svg {
    width: 100%;
    height: 100%;
  }

  .gallery-nav-prev {
    left: 20px;
  }

  .gallery-nav-next {
    right: 20px;
  }

  .gallery-thumbs .swiper-slide {
    width: 70px;
    margin: 0 !important;
  }

  .thumb-img {
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
  }

  .gallery-thumbs img {
    width: 40px;
    height: 40px;
  }

  .pdp-feature-item {
    flex: 1 1 100%;
  }

  .custom-select__trigger,
  .pdp-qty,
  .pdp-cta-group,
  .pdp-cta-group .pdp-btn-solid,
  .pdp-sold-out-notice {
    height: 40px;
  }

  /* Swym heart small mobile (<=476px) — disabled
  .pdp-cta-group .pdp-heart {
  flex: 0 0 auto;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;

}
.pdp-cta-group .pdp-heart svg {
    height: 40px;
    width: 40px;
}
*/
  .pdp-qty svg {
    height: 10px;
    width: 10px;
  }

  .custom-select__arrow svg {
    width: 15px;
    height: 10px;
  }
}

@media (max-width: 400px) {
  .gallery-main-wrapper {
    min-height: 260px;
  }
}

/*section CSS nd-product-listing-hero.liquid */

.section-product-listing-hero .hero-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  max-width: 100%;
}

.section-product-listing-hero .hero-glow svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-product-listing-hero .hero-wrapper {
  padding: 0px 10px;
  position: relative;
}

.section-product-listing-hero .hero {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--hero-bg-url, none) center top / cover no-repeat;
  background-color: #050e2a;
  max-width: 1837px;
  padding: 0 10px;
  margin: 0px auto 0px;
  border-radius: 32px;
  overflow: visible;
  padding-bottom: 58px;
}

@media (max-width: 749px) {
  .section-product-listing-hero .hero {
    background-image: var(--hero-bg-url-mobile, var(--hero-bg-url, none));
  }
}

.section-product-listing-hero .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-bg-before-url, none) center top / cover no-repeat;
  border-radius: inherit;
  pointer-events: none;
}

@media (max-width: 749px) {
  .section-product-listing-hero .hero::before {
    background-image: var(--hero-bg-before-url-mobile, var(--hero-bg-before-url, none));
  }
}

.section-product-listing-hero .hero-before-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.section-product-listing-hero .hero-before-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-product-listing-hero .hero-inner {
  padding-top: 128px;
  position: relative;
}

.section-product-listing-hero .hero-card-wrap {
  max-width: 1261px;
  width: 100%;
  margin: 0 auto -100px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  background: linear-gradient(318.61deg,
      var(--hero-card-grad-start, rgba(1, 21, 58, 0.8)) -0.78%,
      var(--hero-card-grad-end, rgba(17, 77, 154, 0.8)) 73.07%);
  backdrop-filter: blur(20px);
  border-radius: 35px;
  margin-top: 20px;
  border: 2px solid var(--hero-border-color, #4385ff);
  background-clip: padding-box;
  z-index: 0;
}

.section-product-listing-hero .hero-card-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-before-url, none) no-repeat bottom left / contain;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
}

.section-product-listing-hero .hero-card-before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.section-product-listing-hero .hero-card-before svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-product-listing-hero .hero-card-title,
.section-product-listing-hero .hero-card-content {
  position: relative;
  z-index: 1;
  gap: 15px;
}

.section-product-listing-hero .hero-card-title {
  font-style: normal;
  line-height: 1.1em;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 70px;
}

.section-product-listing-hero .product-title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.section-product-listing-hero .title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.section-product-listing-hero .hero-card-content {
  padding: 20px 80px 265px 101px;
  display: flex;
}

.section-product-listing-hero .hero-card-text {
  width: calc(61% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-product-listing-hero .hero-card-subtitle {
  top: 377.56px;
  font-style: normal;
  line-height: 1.37em;
  color: #ffffff;
}

.section-product-listing-hero .hero-card-desc {
  max-width: 605px;
  font-style: normal;
  line-height: 1.37em;
  color: #d5e4ff;
  padding-top: 20px;
}

.section-product-listing-hero .hero-card-image {
  padding-top: 30px;
  width: 39%;
  flex-shrink: 0;
}

@media (max-width: 1575px) {
  .section-product-listing-hero .hero-card-wrap {
    border-radius: 35px;
    margin-top: 30px;
  }

  .section-product-listing-hero .hero-inner {
    padding-top: 100px;
  }

  .section-product-listing-hero .hero-glow {
    top: -39px;
    width: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .section-product-listing-hero .hero-inner {
    padding-top: 80px;
  }

  .section-product-listing-hero .hero-card-content {
    padding: 20px 80px 180px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .section-product-listing-hero .hero-inner {
    padding-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  .section-product-listing-hero .hero-inner {
    padding-top: 40px;
  }

  .section-product-listing-hero .hero-card-wrap {
    margin-top: 60px;
  }

  .section-product-listing-hero .hero-card-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
  }

  .section-product-listing-hero .hero-card-desc {
    max-width: unset;
  }

  .section-product-listing-hero .hero-card-text {
    width: 100%;
  }

  .section-product-listing-hero .hero-card-image {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section-product-listing-hero .hero-card-image img {
    max-width: 100%;
  }


  .section-product-listing-hero .card-img-wrap {
    height: 300px;
  }

  .section-product-listing-hero .hero-card-title {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-product-listing-hero .hero-card {
    max-width: max-content;
  }

  .section-product-listing-hero .hero-card-content {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 570px) {
  .section-product-listing-hero .hero-inner {
    padding-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-product-listing-hero .hero-card-wrap::before {
    max-width: 300px;
  }

  .section-product-listing-hero .hero-card-content {
    padding: 20px;
  }

  .section-product-listing-hero .hero-glow {
    top: -27px;
    width: 200px;
  }
}

@media screen and (max-width: 350px) {
  .section-product-listing-hero .hero-card::before {
    max-width: 240px;
  }
}


/*section CSS nd-product-listing-section.liquid */
/* visually-hidden helper, keeps content accessible to screen readers while invisible */
.collection-product-list .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* keyboard focus indicator */
/* .collection-product-list .products-section a:focus-visible,
.collection-product-list .products-section button:focus-visible,
.collection-product-list .products-section input:focus-visible,
.collection-product-list .products-section [tabindex]:focus-visible {
  outline: 2px solid #8bb3ff;
  outline-offset: 2px;
  border-radius: 4px;
} */

.collection-product-list .products-section .cat-tab:focus-visible {
  outline: 2px solid #a3f6ff;
  outline-offset: 3px;
}

/* reduced motion skip */
@media (prefers-reduced-motion: reduce) {

  .collection-product-list .still-loading-dot,
  .collection-product-list .product-grid-wrap.loading::before {
    animation: none;
  }

  .collection-product-list .cat-tab,
  .collection-product-list .card-arrow-dot,
  .collection-product-list .discount-badge,
  .collection-product-list .product-card,
  .collection-product-list .product-card-img img,
  .collection-product-list .product-card:hover .card-img-wrap,
  .collection-product-list .filter-section-content,
  .collection-product-list .filter-section-header svg,
  .collection-product-list .category-slider,
  .collection-product-list .pg-btn svg .btn-arrow,
  .collection-product-list .pg-btn svg .btn-bg-hover,
  .collection-product-list .cat-arrow .arrow-icon,
  .collection-product-list #catPrev .arrow-circle,
  .collection-product-list #catNext .arrow-circle {
    transition: none !important;
  }
}

.collection-product-list .products-section {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1837px;
  padding: 20px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.collection-product-list .products-section * {
  box-sizing: border-box;
}

.collection-product-list .products-section-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 0 118px;
  margin: 140px 0px;
  box-sizing: border-box;
}

.collection-product-list .products-section-wrap::before,
.collection-product-list .products-section-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* top slope, fixed 92px */
.collection-product-list .products-section-wrap::before {
  top: 0;
  height: 92px;
  background: #061227;
  clip-path: url(#products-clip-top);
}

/* middle, stretches with content */
.collection-product-list .products-section-wrap::after {
  top: 92px;
  bottom: 82px;
  background: linear-gradient(180deg, #061227 35.11%, #2c5483 98%);
}

/* bottom slope, fixed 82px */
.collection-product-list .products-section-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 82px;
  background: #2c5483;
  clip-path: url(#products-clip-bottom);
  z-index: -1;
}

.collection-product-list .filter-panel {
  background: #01040c;
  border-radius: 21px;
  padding: 30px 80px 30px 67px;
  margin-bottom: 160px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

/* category tabs */
.collection-product-list .category-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 82px 0px 40px;
}

.collection-product-list .category-slider-outer {
  overflow: hidden;
}

.collection-product-list .category-bar {
  display: flex;
  align-items: center;
  max-width: 1105px;
  width: 100%;
  gap: 15px;
  height: auto;
}

.collection-product-list .category-slider {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.collection-product-list .cat-arrow {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.collection-product-list .cat-arrow .arrow-icon {
  fill: #5594e8;
  transition: fill 0.25s ease;
}

.collection-product-list .cat-arrow:hover .arrow-icon {
  fill: #98c5ff;
}

.collection-product-list #catPrev {
  margin-right: 10px;
}

.collection-product-list #catNext {
  margin-left: 10px;
}

/* prev arrow */
.collection-product-list #catPrev .arrow-circle {
  fill: #d9d9d9;
  transform-origin: center;
  transform: rotate(16.4deg);
  transition:
    fill 0.3s ease,
    transform 0.4s ease;
}

.collection-product-list #catPrev:hover .arrow-circle {
  fill: #00aaff;
  transform: rotate(-165deg);
}

/* next arrow */
.collection-product-list #catNext .arrow-circle {
  fill: #d9d9d9;
  transform-origin: center;
  transform: rotate(-16.4deg);
  transition:
    fill 0.3s ease,
    transform 0.4s ease;
}

.collection-product-list #catNext:hover .arrow-circle {
  fill: #00aaff;
  transform: rotate(165deg);
}

.collection-product-list .cat-tab {
  padding: 6px 52px;
  border: 1.30913px solid #6441ff;
  border-radius: 25.8906px;
  background: transparent;
  color: #ffffff;
  line-height: 1.95em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.collection-product-list .cat-tab:hover,
.collection-product-list .cat-tab.active {
  background: #8a38f5;
  border: 1.30913px solid #6441ff;
  border-radius: 25.8906px;
}

/* empty collection, grayed + not clickable */
.collection-product-list .cat-tab.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  color: #6d90d0;
  border-color: #314261;
  background: transparent;
  box-shadow: none;
}

.collection-product-list .product-layout {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 50px;
  align-items: flex-start;
}

.collection-product-list .filter-title {
  font-style: normal;
  line-height: 2em;
  padding-bottom: 16px;
  color: #ffffff;
  text-align: center;
}

.collection-product-list .filter-section {
  margin-bottom: 22px;
}

.collection-product-list .filter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
}

.collection-product-list .filter-section-content {
  overflow: hidden;
  transition:
    max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 4px;
}

.collection-product-list .filter-section-content.closed {
  max-height: 0;
  opacity: 0;
}

.collection-product-list .filter-section-header svg {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotate(0deg);
}

.collection-product-list .filter-section-header.open svg {
  transform: rotate(180deg);
}

.collection-product-list .filter-section-label {
  font-style: normal;
  line-height: 2em;
  color: #4a92ff;
}

.collection-product-list .price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c283f;
}

.collection-product-list .price-input-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1;
}

.collection-product-list .price-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #070e1d;
  border-radius: 5.85782px;
  padding: 8px;
  font-style: normal;
  line-height: 2.33em;
  max-width: 173.782px;
  width: 100%;
  color: #ffffff;
}

.collection-product-list .price-input-wrap span {
  display: block;
  color: #1c283f;
}

.collection-product-list .price-input-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-style: normal;
  line-height: 2.33em;
  color: #ffffff;
  text-align: center;
}

.collection-product-list .price-currency-label {
  color: #b5ccf6;
  font-style: normal;
  line-height: 1.99em;
  text-align: center;
}

.collection-product-list .price-divider {
  color: #d9d9d9;
}

/* dual range slider */
.collection-product-list .range-wrap {
  position: relative;
  height: 30px;
  margin-top: 12px;
}

.collection-product-list .range-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 13px;
  background: #314261;
  border-radius: 6.83412px;
  pointer-events: none;
}

.collection-product-list .range-fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  background: #4a7fd4;
  border-radius: 6.83412px;
  pointer-events: none;
}

.collection-product-list .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 13px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border-radius: 6.83412px;
  pointer-events: none;
  margin: 0;
}

.collection-product-list #range-min {
  z-index: 2;
}

.collection-product-list #range-max {
  z-index: 3;
}

.collection-product-list .range-wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #8a38f5;
  cursor: pointer;
  border: none;
  pointer-events: all;
}

.collection-product-list .range-wrap input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #8a38f5;
  cursor: pointer;
  border: none;
  pointer-events: all;
}

.collection-product-list .range-wrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent !important;
}

.collection-product-list .range-wrap input[type="range"]::-moz-range-track {
  background: transparent !important;
}

/* search input */
.collection-product-list .search-filter-input {
  width: 100%;
  border: 1px solid rgba(108, 154, 255, .35);
  background: #0b162f;
  border-radius: 6px;
  padding: 8px 16px;
  font-style: normal;
  line-height: 2.28em;
  color: #ffffff;
  outline: none;
  border: none;
}

.collection-product-list .search-filter-input::placeholder {
    color: #8eace3;
}
.nd-search-results .nd-search-form {
  display: flex;
  align-items: stretch;
  max-width: 560px;
  margin: 24px auto 0;
  background: #0b162f;
  border: 1px solid rgba(108, 154, 255, .35);
  border-radius: 6px;
}

.nd-search-results .nd-search-form .search-filter-input {
  flex: 1 1 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding:12px;
  line-height: 1.6em;
  color: #ffffff;
  outline: none;
}

.nd-search-results .nd-search-form .search-filter-input::placeholder {
  color: #8eace3;
}

.nd-search-results .nd-search-submit {
  flex: 0 0 auto;
  border: none;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 28px;
  border-radius: 4px;
background: linear-gradient(276.86deg, #0841bd 9.7%, #1078ee 95.72%);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.nd-search-results .nd-search-submit:hover {
  filter: brightness(1.1);
}

.nd-search-results .nd-search-submit:active {
  transform: translateY(1px);
}

@media (max-width: 480px) {
  .nd-search-results .nd-search-submit {
    padding: 8px 18px;
  }
}
/* checkboxes */
.collection-product-list .checkbox-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0px 0px 4px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.collection-product-list .checkbox-list::-webkit-scrollbar {
  width: 4px;
}

.collection-product-list .checkbox-list::-webkit-scrollbar-track {
  background: #0a1525;
  border-radius: 4px;
}

.collection-product-list .checkbox-list::-webkit-scrollbar-thumb {
  background: #4a7fd4;
  border-radius: 4px;
}

.collection-product-list .checkbox-list::-webkit-scrollbar-thumb:hover {
  background: #6a9fe8;
}

.collection-product-list .filter-panel label.checkbox-item {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  font-style: normal;
  line-height: 1.37em;
  color: #44527e;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.collection-product-list .checkbox-item input[type="checkbox"] {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #516ca7;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.collection-product-list .checkbox-item input[type="checkbox"]:hover,
.collection-product-list .checkbox-item input[type="checkbox"]:checked {
  border: 1px solid #87bfff;
  border-radius: 4px;
}

.collection-product-list .checkbox-item input[type="checkbox"]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50999 12.0721L-4.30283e-06 5.72395L3.46306 3.26364L5.51331 6.14953L14.1694 -0.000100166L16.6291 3.46217L4.50999 12.0721Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.collection-product-list .filter-divider {
  border: none;
  margin: 20px 0;
}

/* product grid */
.collection-product-list .product-area {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.collection-product-list .filter-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-bottom: 16px;
  background: rgba(138, 56, 245, 0.1);
  border: 1px solid rgba(138, 56, 245, 0.3);
  border-radius: 12px;
}

.collection-product-list .filter-result-count {
  color: #8bb3ff;
}

/* pulsing dot next to "+" count while streaming */
.collection-product-list .still-loading-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: #8bb3ff;
  vertical-align: middle;
  animation: still-loading-pulse 0.9s ease-in-out infinite;
}

@keyframes still-loading-pulse {

  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.collection-product-list .filter-clear-btn {
  background: transparent;
  border: 1px solid #8a38f5;
  border-radius: 20px;
  color: #ffffff;
  padding: 6px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.collection-product-list .filter-clear-btn:hover {
  background: #8a38f5;
}

.collection-product-list .sort-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: end;
  margin: 40px 0px 30px;
}

.collection-product-list .sort-bar__label {
  color: #c8eeff;
  white-space: nowrap;
}

.collection-product-list .sort-select-wrap {
  position: relative;
  flex: 1 1 240px;
  max-width: 320px;
}

.collection-product-list .sort-select {
  width: 100%;
  height: 50px;
  padding: 0 44px 0 18px;
  border: 1.30913px solid #6441ff;
  border-radius: 25.89px;
  background-color: #070e1d;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04752 7.32104L-0.000177898 1.27335L1.27317 1.33575e-06L6.04752 4.77435L10.8219 1.33575e-06L12.0952 1.27335L6.04752 7.32104Z' fill='%238BB3FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.collection-product-list .sort-select:hover,
.collection-product-list .sort-select:focus-visible {
  border-color: #8a38f5;
  background-color: #0b162f;
}

.collection-product-list .sort-select option {
  background: #070e1d;
  color: #ffffff;
}

@media (max-width: 570px) {
  .collection-product-list .sort-bar {
    padding: 0px 10px;
    gap: 10px;
  }
  .collection-product-list .sort-select-wrap {
    max-width: 100%;
  }
  .collection-product-list .sort-select {
    height: 44px;
  }
}

.collection-product-list .product-grid-wrap {
  border-radius: 21px;
  padding: 29px 34px 84px;
  background: #030710;;
  position: relative;
}

.collection-product-list .product-grid-wrap.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 4, 12, 0.7);
  border-radius: 21px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-product-list .product-grid-wrap.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 4px solid rgba(138, 56, 245, 0.3);
  border-top-color: #8a38f5;
  border-radius: 50%;
  z-index: 11;
  animation: ajaxSpin 0.7s linear infinite;
}

@keyframes ajaxSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.collection-product-list .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13.62px;
  transition: opacity 0.3s ease;
}

/* product card */
.collection-product-list .product-card {
  background: linear-gradient(152.56deg, #144194 7.79%, #011e55 96.4%);
  border-radius: 21.485px;
  padding: 23px 20px 28px;
  border: 2px solid #a3f6ff00;
  transition: border-color 0.6s ease;
  text-decoration: none;
  display: block;
  color: inherit;
  min-width: 0;
  overflow: hidden;
}

.collection-product-list .card-img-wrap {
  position: relative;
  background: linear-gradient(180deg,
      rgba(18, 25, 49, 0) 2.06%,
      #2976b7 96.99%);
  border-radius: 12.2771px;
  height: 323px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 48px 15px 33px 15px;
  overflow: hidden;
}

.collection-product-list .product-card-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.collection-product-list .product-card-img img {
  width: 100%;
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
  transition: max-width 0.3s cubic-bezier(0.88, -0.53, 0.22, 1.53);
}

.collection-product-list .product-card:hover .product-card-img img {
  max-width: 100%;
}

.collection-product-list .product-card:hover .card-img-wrap {
  background:
    radial-gradient(38.44% 47.17% at 47.81% 69.3%,
      rgba(53, 194, 255, 0.5) 45.67%,
      rgba(48, 102, 204, 0) 100%),
    linear-gradient(180.06deg, rgba(18, 25, 49, 0) 2.1%, #1092ff 77.47%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.collection-product-list .product-card:hover {
  border: 2px solid #a3f6ff;
}

.collection-product-list .card-info {
  padding-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.collection-product-list .card-info-left {
  display: flex;
  flex-direction: column;
}

.collection-product-list .card-name {
  font-style: normal;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow-wrap: break-word;
}

.collection-product-list .card-price {
  font-style: normal;
  line-height: 1.17em;
  padding-top: 10px;
  color: #7ec5ff;
}

/* arrow button */
.collection-product-list .card-arrow-btn {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}

.collection-product-list .card-arrow-dot {
  position: absolute;
  left: 0%;
  right: 74.57%;
  top: 75%;
  bottom: 0%;
  width: 11.25px;
  height: 11.25px;
  border-radius: 50%;
  background: #38b6f5;
  transition:
    width 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.4s ease,
    top 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    left 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

/* keep arrow above the growing dot */
.collection-product-list .card-arrow-btn svg {
  position: relative;
  z-index: 1;
}

.collection-product-list .product-card:hover .card-arrow-dot {
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #2f71ff;
  width: 49px;
  height: 49px;
  border-radius: 50%;
}

.collection-product-list .pg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 550px;
  background: #01040c;
  border-radius: 70px;
  padding: 22px 32px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.collection-product-list .pg-btn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-decoration: none;
}

.collection-product-list .pg-label {
  font-style: normal;
  line-height: 1.48em;
  color: #ffffff;
}

.collection-product-list .color-6d {
  font-style: normal;
  line-height: 1.48em;
  color: #6d90d0;
}

.collection-product-list .pg-btn svg .btn-arrow {
  fill: #87b1ff;
  transition: fill 0.2s ease;
}

.collection-product-list .pg-btn svg .btn-bg-hover {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.collection-product-list .pg-btn:hover svg .btn-bg-hover {
  opacity: 1;
}

.collection-product-list .pg-btn:hover svg .btn-arrow {
  fill: #010306;
}

.collection-product-list .product-title {
  font-style: normal;
  line-height: 1.1em;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 1700px) {
  .collection-product-list .product-layout {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
  }

  .collection-product-list .filter-panel {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 1600px) {
  .collection-product-list .product-layout {
    grid-template-columns: 540px 1fr;
    gap: 50px;
  }

  .collection-product-list .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-product-list .card-img-wrap {
    height: 350px;
  }

  .collection-product-list .product-card-img img {
    max-width: 60%;
  }

  .collection-product-list .product-card:hover .product-card-img img {
    max-width: 80%;
  }

  .collection-product-list .filter-panel {
    padding: 30px 80px 30px 67px;
  }
}

@media screen and (max-width: 1500px) {
  .collection-product-list .card-img-wrap {
    height: 300px;
  }
}

@media screen and (max-width: 1350px) {
  .collection-product-list .card-img-wrap {
    height: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .collection-product-list .product-layout {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 30px;
  }

  .collection-product-list .card-img-wrap {
    height: 260px;
  }

  .collection-product-list .filter-panel {
    padding: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .collection-product-list .product-grid-wrap {
    padding: 20px;
  }

  .collection-product-list .card-img-wrap {
    height: 215px;
  }

  .collection-product-list .cat-tab {
    padding: 6px 20px;
  }

  .collection-product-list .product-card {
    padding: 20px;
  }
}

@media (max-width: 1100px) {
  .collection-product-list .card-img-wrap {
    height: 210px;
  }
}

@media (max-width: 1024px) {

  .collection-product-list .products-section-wrap::before,
  .collection-product-list .products-section-wrap::after,
  .collection-product-list .products-section-bg-bottom {
    clip-path: none;
    top: 0;
    bottom: 0;
    height: 100%;
  }

  .collection-product-list .products-section-wrap::before {
    display: none;
  }

  .collection-product-list .products-section-wrap::after {
    background: linear-gradient(180deg, #061227 71.11%, #2c5483 112.55%);
  }

  .collection-product-list .products-section-bg-bottom {
    display: none;
  }

  .collection-product-list .products-section-wrap {
    margin: 90px 0px 40px;
    padding: 0 0 40px;
  }

  .collection-product-list .product-title {
    padding: 40px 0 30px;
  }

  .collection-product-list .product-layout {
    grid-template-columns: 1fr;
  }

  .collection-product-list .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .collection-product-list .price-input-wrap {
    max-width: unset;
  }

  .collection-product-list .filter-panel {
    padding: 30px 80px 30px 67px;
    margin-bottom: unset;
  }

  .collection-product-list .product-grid-wrap {
    padding: 29px 34px;
  }

  .collection-product-list .card-img-wrap {
    height: 235px;
  }
}

@media screen and (max-width: 991px) {
  .collection-product-list .product-title {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 800px) {
  .collection-product-list .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .collection-product-list .card-img-wrap {
    height: 180px;
  }


  .collection-product-list .filter-divider {
    margin: 0;
  }

  .collection-product-list .product-grid-wrap {
    padding: 10px 10px;
  }

  span.card-arrow-btn svg {
    width: 15px;
    height: 15px;
  }

  .collection-product-list .pg-wrap {
    margin-top: 25px;
  }

  .collection-product-list .category-bar-wrap {
    padding: 40px 0 40px;
  }

  .collection-product-list .card-img-wrap {
    padding: 0px 15px 0px;
  }
  .collection-product-list .sort-bar{
        margin: 0px 0px 20px;
  }
}

@media screen and (max-width: 570px) {
  .collection-product-list .product-grid-wrap {
    padding: 10px;
  }

  .collection-product-list .product-grid {
    gap: 8px;
  }

  .collection-product-list .product-card {
    padding: 10px;
  }

  .collection-product-list .card-info {
    flex-direction: column;
  }

  .collection-product-list .card-arrow-btn {
    width: 40px;
    height: 40px;
  }

  .collection-product-list .card-arrow-dot {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #2f71ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .collection-product-list .product-card:hover .card-arrow-dot {
    width: 40px;
    height: 40px;
  }

  .collection-product-list .filter-panel {
    padding: 30px 30px;
  }

  .collection-product-list .pg-wrap {
    padding: 10px;
  }

  nav.pg-wrap svg {
    width: 50px;
  }

  .pg-btn .pop-33-700 {
    font-size: 16px;
  }

}

@media screen and (max-width: 479px) {
  .collection-product-list .category-bar-wrap {
    display: none;
    padding: 40px 0px;
  }

  .collection-product-list .product-title {
    padding: 30px ;
  }

  .collection-product-list .card-img-wrap {
    height: 170px;
  }

  .collection-product-list .pg-label,
  .collection-product-list .color-6d {
    font-size: 18px;
  }

  .collection-product-list #catNext {
    margin-left: 5px;
  }

  .collection-product-list .filter-panel {
    padding: 30px;
  }

  .collection-product-list .product-grid {
    grid-template-columns: 1fr;
  }

  .collection-product-list .card-info {
    flex-direction: row;
  }
  .collection-product-list .sort-bar{
    justify-content: flex-start;
  }
}



/*section CSS nd-product-recommendations.liquid */
.product-recommendation-slider .rec-wrapper {
  max-width: 1837px;
  margin: 0 auto;
  padding: 70px 10px 20px;
  position: relative;
}

.product-recommendation-slider .rec-wrapper::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: var(--rec-wrapper-deco-url, none) no-repeat bottom left;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.product-recommendation-slider .rec-inner {
  position: relative;
  z-index: 1;
}

.product-recommendation-slider .rec-wrapper.rec-loading {
  display: none;
}

.product-recommendation-slider .rec-title {
  color: #bfe2ff;
  text-align: center;
  padding-bottom: 44px;
}

.product-recommendation-slider .product-slider-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1660px;
}

.product-recommendation-slider .rec-swiper {
  overflow: hidden;
  width: 100%;
}

.product-recommendation-slider .rec-swiper .swiper-wrapper {
  display: flex;
}

.product-recommendation-slider .product-card.swiper-slide {
  height: auto;
  flex-shrink: 0;
}

.product-recommendation-slider .rec-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.product-recommendation-slider .rec-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

.product-recommendation-slider .rec-nav svg {
  width: 100%;
  height: 100%;
  display: block;
}

.product-recommendation-slider .rec-nav-circle {
  transition: fill 0.3s ease;
}

.product-recommendation-slider .rec-nav-prev:hover .rec-nav-circle {
  fill: url(#ucsNavPrevHover);
}

.product-recommendation-slider .rec-nav-next:hover .rec-nav-circle {
  fill: url(#ucsNavNextHover);
}

.product-recommendation-slider .rec-nav-prev {
  left: -70px;
}

.product-recommendation-slider .rec-nav-next {
  right: -70px;
}

.product-recommendation-slider .rec-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@keyframes ajaxSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* product card */
.product-recommendation-slider .product-card {
  background: linear-gradient(152.56deg, #144194 7.79%, #011e55 96.4%);
  border-radius: 21.485px;
  padding: 20px 20px 30px;
  border: 2px solid #a3f6ff00;
  transition: border-color 0.6s ease;
  text-decoration: none;
  display: block;
  color: inherit;
  min-width: 0;
  overflow: hidden;
}

.product-recommendation-slider .card-img-wrap {
  position: relative;
  background: linear-gradient(180deg,
      rgba(18, 25, 49, 0) 2.06%,
      #2976b7 96.99%);
  border-radius: 12.2771px;
  height: 480px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 48px 15px 45px 15px;
  overflow: hidden;
}

.product-recommendation-slider .product-card-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform 0.3s ease;
}

.product-recommendation-slider .product-card-img img {
  width: 100%;
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
  transition: max-width 0.3s cubic-bezier(0.88, -0.53, 0.22, 1.53);
}

.product-recommendation-slider .product-card:hover .product-card-img img {
  max-width: 100%;
}

.product-recommendation-slider .product-card:hover .card-img-wrap {
  background:
    radial-gradient(38.44% 47.17% at 47.81% 69.3%,
      rgba(53, 194, 255, 0.5) 45.67%,
      rgba(48, 102, 204, 0) 100%),
    linear-gradient(180.06deg, rgba(18, 25, 49, 0) 2.1%, #1092ff 77.47%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.product-recommendation-slider .product-card:hover {
  border: 2px solid #a3f6ff;
}


.product-recommendation-slider .card-info {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-recommendation-slider .card-info-left {
  display: flex;
  flex-direction: column;
}

.product-recommendation-slider .card-name {
  font-style: normal;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow-wrap: break-word;
}

.product-recommendation-slider .card-price {
  font-style: normal;
  line-height: 1.17em;
  padding-top: 10px;
  color: #7ec5ff;
}

@media screen and (max-width: 1800px) {
  .product-recommendation-slider .rec-nav-prev {
    left: -10px;
  }

  .product-recommendation-slider .rec-nav-next {
    right: -10px;
  }
}

@media screen and (max-width: 1600px) {
  .product-recommendation-slider .rec-nav-prev {
    left: 0px;
  }

  .product-recommendation-slider .rec-nav-next {
    right: 0px;
  }

  .product-recommendation-slider .card-img-wrap {
    height: 360px;
  }

  .product-recommendation-slider .product-card-img img {
    max-width: 60%;
  }

  .product-recommendation-slider .product-card:hover .product-card-img img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1300px) {
  .product-recommendation-slider .card-img-wrap {
    height: 316px;
  }
}

@media screen and (max-width: 1200px) {
  .product-recommendation-slider .product-card {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .product-recommendation-slider .rec-wrapper {
    padding-top: 0px;
  }

  .product-recommendation-slider .rec-nav {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .product-recommendation-slider .card-img-wrap {
    height: 300px;
  }
}

@media screen and (max-width: 570px) {
  .product-recommendation-slider .card-img-wrap {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .product-recommendation-slider .card-img-wrap {
    height: 323px;
  }
}

@media screen and (max-width: 350px) {
  .product-recommendation-slider .card-img-wrap {
    height: 270px;
  }
}

/*section CSS nd-service-hero.liquid */

.section-service-hero .hero-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  max-width: 100%;
  display: none;
}

.section-service-hero .hero-glow svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-service-hero .hero-wrapper {
  padding: 0px 10px;
  position: relative;
}

.section-service-hero .hero {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--hero-bg-url, none) center top / cover no-repeat;
  background-color: #050e2a;
  max-width: 1837px;
  padding: 0 20px;
  margin: 0px auto 0px;
  border-radius: 32px;
  overflow: visible;
  padding-bottom: 58px;
}

.section-service-hero .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-bg-before-url, none) center top / cover no-repeat;
  border-radius: inherit;
  pointer-events: none;
}

.section-service-hero .hero-before-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.section-service-hero .hero-before-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-service-hero .hero-inner {
  padding-top: 128px;
  position: relative;
}

.section-service-hero .hero-card-wrap {
  max-width: 1261px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  background: linear-gradient(318.61deg,
      var(--hero-card-grad-start, rgba(1, 21, 58, 0.8)) -0.78%,
      var(--hero-card-grad-end, rgba(17, 77, 154, 0.8)) 73.07%);
  backdrop-filter: blur(20px);
  border-radius: 35px;
  margin-top: 20px;
  border: 2px solid var(--hero-border-color, #4385ff);
  background-clip: padding-box;
  z-index: 0;
}

.section-service-hero .hero-card-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-before-url, none) no-repeat bottom left / contain;
  border-radius: 0 0 0 35px;
  pointer-events: none;
  overflow: hidden;
}

.section-service-hero .hero-card-before svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-service-hero .hero-card-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 441px;
  height: 428px;
  background: var(--hero-after-url, none) no-repeat top right / contain;
  border-radius: 0 35px 0 0;
  pointer-events: none;
  overflow: hidden;
}

.section-service-hero .hero-card-after svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-service-hero .hero-card-title,
.section-service-hero .hero-card-content {
  position: relative;
  z-index: 1;
  gap: 15px;
}

.section-service-hero .hero-card-title {
  font-style: normal;
  line-height: 1.1em;
  color: #ffffff;
  padding-top: 70px;
  padding-left: 90px;
  max-width: 890px;
}

.section-service-hero .product-title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.section-service-hero .title-accent {
  color: var(--hero-accent-color, #77c6ff);
}

.section-service-hero .hero-card-content {
  padding: 0px 80px 100px 90px;
  display: flex;
}

/* 803 / (803 + 372) = 68.3% */
.section-service-hero .hero-card-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-service-hero .hero-card-subtitle {
  top: 377.56px;
  font-style: normal;
  line-height: 1.37em;
  color: #97bbff;
}

.section-service-hero .hero-card-desc {
  max-width: 803px;
  font-style: normal;
  line-height: 1.37em;
  color: #d5e4ff;
  padding-top: 20px;
}

.section-service-hero .hero-card-image {
  width: 30%;
  flex-shrink: 0;
}

@media (max-width: 1575px) {
  .section-service-hero .hero-card-wrap {
    border-radius: 35px;
    margin-top: 30px;
  }

  .section-service-hero .hero-inner {
    padding-top: 100px;
  }

  .section-service-hero .hero-glow {
    top: -39px;
    width: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .section-service-hero .hero-inner {
    padding-top: 80px;
  }

  .section-service-hero .hero-card-title {
    padding-left: 80px;
  }

  .section-service-hero .hero-card-content {
    padding: 20px 60px 20px 80px;
  }
}

@media screen and (max-width: 1100px) {
  .section-service-hero .hero-card-content {
    padding: 20px 60px 60px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .section-service-hero .hero-card-wrap::before {
    width: 350px;
    height: 340px;
  }

  .section-service-hero .hero-card-wrap::after {
    width: 350px;
    height: 340px;
  }

  .section-service-hero .hero-inner {
    padding-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  .section-service-hero .hero-inner {
    padding-top: 40px;
  }

  .section-service-hero .hero-card-wrap {
    margin-top: 60px;
  }

  .section-service-hero .hero-card-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
  }

  .section-service-hero .hero-card-desc {
    max-width: unset;
  }

  .section-service-hero .hero-card-text {
    width: 100%;
  }

  .section-service-hero .hero-card-image {
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section-service-hero .hero-card-image img {
    max-width: 100%;
  }

  .section-service-hero .hero-card-title {
    padding-left: 60px;
    padding-top: 50px;
  }

  .section-service-hero .card-img-wrap {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .section-service-hero .hero-card {
    max-width: max-content;
  }

  .section-service-hero .hero-card-title {
    padding-left: 40px;
  }

  .section-service-hero .hero-card-content {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 570px) {
  .section-service-hero .hero-inner {
    padding-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-service-hero .hero-card-wrap::before {
    max-width: 221px;
  }

  .section-service-hero .hero-card-wrap::after,
  .section-service-hero .hero-card-after {
    max-width: 221px;
  }

  .section-service-hero .hero-card-title {
    padding-left: 20px;
  }

  .section-service-hero .hero-card-content {
    padding: 20px;
  }

  .section-service-hero .hero-glow {
    top: -27px;
    width: 200px;
  }
}

@media screen and (max-width: 350px) {

  .section-service-hero .hero-card::before,
  .section-service-hero .hero-card-wrap::after,
  .section-service-hero .hero-card-wrap::before {
    width: 200px;
    height: 200px;
  }
}

/*section CSS nd-service-list.liquid */
.section-service-list .services-wrapper {
  width: 100%;
  z-index: 1;
  padding: 66px 0 0px;
  margin: 0px auto;
  box-sizing: border-box;
}

.section-service-list .service-title {
  color: #fff;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 30px;
  justify-content: center;
  gap: 10px;
}




.section-service-list .service-title-accent {
  color: #5c7bb4;
}

.section-service-list .services-section {
  padding: 0 0 118px;
  position: relative;
}

.section-service-list .services-section::before,
.section-service-list .services-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.section-service-list .services-section::before {
  top: 0;
  height: 112px;
  background: #061227;
  clip-path: url(#products-clip-top);
}

/* middle, stretches with content */
.section-service-list .services-section::after {
  top: 112px;
  bottom: 102px;
  background: linear-gradient(180deg, #061227 35.11%, #2c5483 98%);
}

/* bottom slope, fixed 102px */
.section-service-list .our-team-section-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 102px;
  background: #2c5483;
  clip-path: url(#products-clip-bottom);
  z-index: -1;
}

.section-service-list .services-grid {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 70px;
  padding: 150px 10px 40px;
}

.section-service-list .service-card {
  position: relative;
  padding: 118px 67px 60px 67px;
  border-radius: 51px;
  border: 2px solid #408cff;
  background: #030710;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.8);
}

.section-service-list .service-card:hover {
  border-radius: 51px;
  border: 2px solid #408cff;
  background: radial-gradient(57.61% 41.07% at 92.07% 88.75%,
      #0e2c6b 0%,
      #050c1a 100%);
  box-shadow: 0 0 70px 0 rgba(0, 119, 255, 0.7);
}

.section-service-list .service-card::before {
  content: "";
  position: absolute;
  top: 59px;
  right: 60px;
  width: 55px;
  height: 70px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='43' viewBox='0 0 38 43' fill='none'%3E%3Cpath d='M18.6195 0L37.2391 10.75V32.25L18.6195 43L-4.00543e-05 32.25V10.75L18.6195 0Z' fill='%235792FF'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='26' viewBox='0 0 23 26' fill='none'%3E%3Cpath d='M11.2583 0L22.5166 6.5V19.5L11.2583 26L-2.95639e-05 19.5V6.5L11.2583 0Z' fill='%23A6D4FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    right bottom;
  background-size:
    38px 43px,
    23px 26px;
  transition:
    background-position 0.3s ease,
    background-size 0.3s ease;
  pointer-events: none;
}

.section-service-list .service-card:hover::before {
  background-position:
    left bottom,
    right top;
  background-size:
    19px 21px,
    40px 46px;
}

.section-service-list .service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 226.461px;
  height: 189.938px;
  background: var(--service-card-after-hover-url, none) no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.section-service-list .service-card:hover::after {
  opacity: 1;
}

.section-service-list .service-card-title {
  margin: 8px 0 10px;
  line-height: 1.4em;
    color: #bee0ff;
}

.section-service-list .service-card-title-accent {
  color: #77c6ff
}

.section-service-list .service-card:hover .service-card-title-accent {
  color: #fff;
}

.section-service-list .service-card-text {
  color: #fff;
  line-height: 1.3em;
}

.section-service-list .service-btn {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  /* width: 100%;
  max-width: 244px; */
  margin-top: 100px;
  padding: 20px 40px;
  border-radius: 33px;
  border: 1px solid #699eff;
  background: linear-gradient(180deg, #3972ee 0%, #003cbd 100%);
  box-shadow: 0 0 22px 0 rgba(0, 19, 69, 0.25);
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.section-service-list .service-btn:hover {
  border: 1px solid #b2e5ff;
  background: linear-gradient(180deg, #257cef 0%, #084ba3 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 43px 20px 50px;
}

@media (max-width: 1024px) {

  .section-service-list .services-section::before,
  .section-service-list .services-section::after,
  .section-service-list .our-team-section-bg-bottom {
    clip-path: none;
    top: 0;
    bottom: 0;
    height: 100%;
  }

  .section-service-list .service-title {
    padding: 0;
    gap: 7px;
  }

  h2.service-title.pop-62-700.desktop-hide {
    display: inline;
  }

  .section-service-list .services-section::before {
    display: none;
  }

  .section-service-list .services-section::after {
    background: linear-gradient(180deg, #061227 71.11%, #2c5483 112.55%);
  }

  .section-service-list .our-team-section-bg-bottom {
    display: none;
  }

  .section-service-list .services-grid {
    grid-template-columns: 1fr;
    padding: 90px 10px 40px;
  }

  .section-service-list .services-section {
    padding: 0 0 40px;
  }
}

@media (max-width: 768px) {
  .section-service-list .services-wrapper {
    padding: 60px 0 0px;
  }

  .section-service-list .services-section {
    padding: 0 0 0px;
  }

  .section-service-list .services-grid {
    gap: 40px;
    padding: 60px 10px 40px;
  }

  .section-service-list .service-card {
    padding: 118px 30px 40px 30px;
  }

  .section-service-list .service-btn {
    margin-top: 40px;
    padding: 15px 20px;
  }

  .section-service-list .service-btn:hover {
    padding: 15px 20px;
  }

  .section-service-list .service-card::before {
    top: 35px;
    right: 37px;
  }

  .section-service-list .service-card:hover::after {
    opacity: 0;
  }
}

/*section CSS nd-service-form.liquid */
.appointment-section {
  position: relative;
  padding: 90px 10px 0;
  background: linear-gradient(180deg,
      rgba(3, 7, 16, 0) 0%,
      #030710 12.02%,
      #030710 37.98%,
      rgba(10, 23, 53, 0.8) 69.71%,
      rgba(22, 52, 118, 0) 100%);
  overflow: hidden;
}

.appointment-wrap {
  position: relative;
  max-width: 1016px;
  margin: 0 auto;
  padding: 44px 150px 78px;
  border-radius: 34.972px;
  border: 1.703px solid #369eff;
  background: linear-gradient(180deg,
      rgba(6, 15, 36, 0.75) 0%,
      rgba(17, 40, 89, 0.75) 100%);
  backdrop-filter: blur(31.113895416259766px);
  overflow: hidden;
}

.appointment-wrap::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 20px;
  width: 662px;
  height: 662px;
  border-radius: 662.629px;
  opacity: 0.51;
  background: #487cff;
  filter: blur(184.064px);
  pointer-events: none;
  z-index: 0;
}

.appointment-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -200px;
  width: 662px;
  height: 662px;
  border-radius: 662.629px;
  opacity: 0.51;
  background: #487cff;
  filter: blur(184.064px);
  pointer-events: none;
  z-index: 0;
}

.appointment-wrap-title {
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
}

.appointment-note {
  margin: 8px 0 16px;
  text-align: center;
  color: #8bb7db;
  line-height: 1.3em;
}

.appointment-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.3em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border-radius: 15.645px;
  border: 1.146px solid #4681da;
  background: rgba(2, 14, 40, 0.9);
  backdrop-filter: blur(45.8303108215332px);
  padding: 35px 46px;
  color: #ffffff;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(2, 14, 40, 0.9) inset;
  -webkit-text-fill-color: #ffffff;
  border: 1.146px solid #4681da;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #233c61;
}

.form-group input:focus,
.form-group textarea:focus {
  border: 1.146px solid #7db1ff;
  background: #000819;
  backdrop-filter: blur(45.8303108215332px);
}

.form-status {
  text-align: center;
  padding: 16px 24px;
  border-radius: 15.645px;
  margin-bottom: 16px;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.form-status--error {
  color: #f87171;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.3);
}

.form-field-error {
  display: block;
  margin-top: 6px;
  color: #f87171;
  font-size: 14px;
}

.form-error-message {
  color: #f87171;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.appointment-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 88.351px;
  margin: 18px auto 0;
  border-radius: 43.989px;
  border: 2.224px solid #6441ff;
  color: #ffffff;
  background: transparent;
  line-height: 1.3em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.appointment-btn:hover {
  border: 2.224px solid #6441ff;
  background: #8a38f5;
}

@media (max-width: 1024px) {
  .appointment-wrap {
    padding: 28px 60px 34px;
  }

  .form-group input,
  .form-group textarea {
    padding: 13px 20px;
  }

  .appointment-note {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .appointment-section {
    padding: 60px 10px 0;
  }

  .appointment-wrap {
    padding: 28px 10px 34px;
  }

  .appointment-wrap::before {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }

  .appointment-wrap::after {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }

  .appointment-wrap .pop-32-500,
  .appointment-wrap .pop-31-400 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .appointment-btn {
    padding: 0 30px;
    height: 70px;
  }
}

@media (max-width: 400px) {
  .appointment-wrap {
    padding: 28px 10px 34px;
  }

  .appointment-btn {
    height: 60px;
  }


}


/*section CSS nd-side-cart.liquid */
/* Critical positioning rules (originally inlined before markup for first-paint correctness) */
.side-cart-overlay {
  position: fixed;
  inset: 0;
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

.side-cart-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.side-cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(100%, 600px);
  z-index: 999;
  transform: translateX(0);
}

.side-cart.is-hidden {
  transform: translateX(100%);
}

/* Main side-cart styles */
.side-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
  z-index: 998;
}

.side-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 600px);
  height: 100dvh;
  background: #000717;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
  transform: translateX(0);
  transition: 0.35s ease;
}

.side-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px 24px;
}

.side-cart-header h2 {
  font-size: 24px;
}

.side-cart-header {
  color: #fff;
  line-height: normal;
}

.side-cart-close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.side-cart-close svg {
  width: 18px;
  height: 18px;
}

.side-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}

.side-cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: #9bb5dc;
}

.side-cart-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 40px;
}

.side-cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(217, 217, 217, 0.16);
}

.side-cart-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.side-cart-remove {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.95;
}

.side-cart-thumb {
  width: 96px;
  height: 96px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  display: block;
  background: #03142f;
  flex-shrink: 0;
}

.side-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.side-cart-content {
  min-width: 0;
}

.side-cart-title {
  display: block;
  color: #c8e6ff;
  font-size: 15px;
  line-height: 1.3em;
  padding-bottom: 8px;
  text-decoration: none;
}

.side-cart-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 12px;
}

.side-cart-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9fc3ff;
  font-size: 13px;
  line-height: 1;
  padding: 4px 10px 4px 4px;
  border-radius: 4px;
  background: #0d1c33;
}

.side-cart-meta span::before {
  content: "\2714";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  opacity: 0.85;
  font-size: 11px;
}

.side-cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.sc-qty {
  display: flex;
  align-items: center;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #173d77;
  padding: 2px;
}

.sc-qty button {
  height: 22px;
  width: 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1e3e78 20.09%, #3872de 100%);
  color: #fff;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-qty button svg {
  width: 12px;
  height: auto;
}

.sc-qty button.qty-disabled {
  background: linear-gradient(135deg, #1c3055 20.09%, #33589c 100%);
  cursor: default;
}

.sc-qty input {
  text-align: center;
  background: transparent;
  outline: none;
  line-height: 1.5em;
  border: none;
  color: #fff;
  max-width: 36px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  -moz-appearance: textfield;
}

.sc-qty input::-webkit-outer-spin-button,
.sc-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.side-cart-pricing {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
  line-height: 1;
}

.side-cart-price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.side-cart-price.is-sale {
  font-size: 17px;
}

.side-cart-price-compare {
  color: #8c8c8c;
  text-decoration: line-through;
  font-size: 13px;
  line-height: 1;
}

.side-cart-savings {
  color: #0077ff;
  font-size: 11px;
  line-height: 1;
  margin-top: 2px;
}

.side-cart-footer {
  padding: 20px 40px 24px;
  border-top: 1px solid rgba(217, 217, 217, 0.25);
  background: #000717;
}

.side-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 0;
  color: #c8e6ff;
  font-size: 15px;
}

.side-cart-row a {
  color: #46678d;
  text-decoration: none;
}

.side-cart-row-muted {
  color: #7c9eba;
  font-size: 13px;
}

.side-cart-row-muted span:last-child {
  color: #9fc3ff;
  opacity: 0.75;
}

.side-cart-row-discount .side-cart-discount {
  color: #00e676;
}

.side-cart-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(217, 217, 217, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 20px;
}

.side-cart-vat {
  padding-top: 14px;
  color: #213b58;
}

.side-cart-checkout {
  width: 100%;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(97deg, #3972ee -24.07%, #003cbd 100%);
  box-shadow: 0 0 21.767px 0 rgba(0, 19, 69, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 17px;
}

.side-cart.is-loading .side-cart-body {
  opacity: 0.4;
  pointer-events: none;
}

.side-cart.is-loading .side-cart-footer {
  opacity: 0.4;
  pointer-events: none;
}

.side-cart.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 4px solid rgba(138, 56, 245, 0.3);
  border-top-color: #8a38f5;
  border-radius: 50%;
  animation: sideCartSpin 0.7s linear infinite;
  z-index: 10;
}

@keyframes sideCartSpin {
  to {
    transform: rotate(360deg);
  }
}

.side-cart-item.sc-updating {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .side-cart-header h2 {
    font-size: 18px;
  }

  .side-cart-total {
    font-size: 18px;
  }

  .side-cart-price.is-sale {
    font-size: 15px;
  }

  .side-cart-checkout {
    height: 40px;
  }

  .sc-qty button {
    width: 24px;
    height: 20px;
  }


  .side-cart-close {
    margin-top: 0px;
    margin-right: 0px;
  }

  .side-cart-header {
    padding: 15px 20px;
  }

  /* Row 1: [×] [thumb] [title]  —  Row 2+: meta, qty + pricing spanning full width */
  .side-cart-item {
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding: 16px 20px;
    align-items: center;
  }

  .side-cart-left,
  .side-cart-content {
    display: contents;
  }

  .side-cart-remove {
    grid-column: 1;
    grid-row: 1;
  }

  .side-cart-thumb {
    grid-column: 2;
    grid-row: 1;
    width: 56px;
    height: 56px;
  }

  .side-cart-title {
    grid-column: 3;
    grid-row: 1;
    padding-bottom: 0;
    align-self: center;
  }

  .side-cart-meta {
    grid-column: 1 / -1;
    gap: 8px;
    padding-bottom: 0;
  }

  .side-cart-bottom {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .side-cart-footer {
    padding: 24px 20px;
  }
}

/*snippet CSS nd-cart-summary.liquid */
.sc-summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: "Poppins", sans-serif;
  color: #c8e6ff;
  width: 100%;
  border: 1px solid rgba(217, 217, 217, 0.16);
  border-radius: 12px;
  padding: 32px;
}

/* Title */
.sc-summary__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

/* Rows */
.sc-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sc-summary__label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.sc-summary__value {
  font-size: 16px;
  font-weight: 500;
  color: #07f;
}

/* Item count row */
.sc-summary__item-count {
  padding-bottom: 14px;
}

.sc-summary__count-value {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* Accordion */
.sc-summary__accordion {
  border-top: 1px solid rgba(217, 217, 217, 0.16);
  padding-top: 14px;
}

.sc-summary__details {
  width: 100%;
}

.sc-summary__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.sc-summary__summary::-webkit-details-marker {
  display: none;
}

.sc-summary__summary::marker {
  display: none;
  content: "";
}

.sc-summary__toggle-icon {
  font-size: 20px;
  font-weight: 300;
  color: #c8e6ff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.sc-summary__details[open] .sc-summary__toggle-icon {
  transform: rotate(45deg);
}

.sc-summary__summary:hover {
  color: #9fc3ff;
}

.sc-summary__details-content {
  padding-top: 12px;
}

/* Shipping note */
.sc-summary__shipping-note {
  font-size: 13px;
  color: #46678d;
  text-align: right;
}

/* Discounts */
.sc-summary__discount .sc-summary__label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sc-summary__discount .sc-summary__label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sc-summary__discount-value {
  color: #3972ee;
}

/* Discount code input */
.sc-summary__discount-code {
  width: 100%;
}

.sc-summary__discount-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sc-summary__discount-input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  background: #0d1c33;
  border: 1px solid #173d77;
  border-radius: 8px;
  color: #c8e6ff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  outline: none;
}

.sc-summary__discount-input::placeholder {
  color: #46678d;
}

.sc-summary__discount-input:focus {
  border-color: #3972ee;
}

.sc-summary__discount-btn {
  padding: 12px 20px;
  background: linear-gradient(135deg, #1e3e78 20.09%, #3872de 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.sc-summary__discount-btn:hover {
  background: linear-gradient(135deg, #2550a0 20.09%, #4a88f0 100%);
}

/* Discount pills */
.sc-summary__discount-codes {
  display: none;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.sc-summary__discount-codes:has(.sc-summary__discount-pill) {
  display: flex;
}

.sc-summary__discount-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #0d1c33;
  border-radius: 20px;
  color: #c8e6ff;
  font-size: 13px;
  text-transform: uppercase;
}

.sc-summary__pill-remove {
  background: transparent;
  border: none;
  color: #46678d;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.sc-summary__pill-remove:hover {
  color: #ff6b6b;
}

/* Discount error */
.sc-summary__discount-error {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
}

/* Divider */
.sc-summary__divider {
  border-top: 1px solid rgba(217, 217, 217, 0.16);
}

/* Total */
.sc-summary__total {
  align-items: baseline;
}

.sc-summary__total-label {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.sc-summary__total-value {
  font-size: 28px;
  font-weight: 700;
  color: #07f;
  font-family: "Poppins", sans-serif;
}

/* Tax note */
.sc-summary__tax-note {
  font-size: 12px;
  color: #46678d;
}

/* Checkout button */
.sc-summary__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
}

.sc-summary__checkout-btn {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 11.873px;
  background: linear-gradient(97deg, #3972ee -24.07%, #003cbd 100%);
  box-shadow: 0 0 21.767px 0 rgba(0, 19, 69, 0.25);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}

.sc-summary__checkout-btn:hover {
  background: linear-gradient(97deg, #4a88f0 -24.07%, #0050e0 100%);
}

.sc-summary__checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .sc-summary__total-label {
    font-size: 18px;
  }

  .sc-summary__total-value {
    font-size: 22px;
  }

  .sc-summary__checkout-btn {
    height: 54px;
    font-size: 17px;
  }
}

/*section CSS footer.liquid */
.footer-bg-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: var(--footer-bg-image);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}

.footer-bg-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 16, 1) 15%, rgba(10, 23, 53, 0.80) 37.98%, rgba(10, 23, 53, 0.3) 54.81%, rgba(7, 17, 38, 0.00) 88.77%, #030710 98%)
}

.ft-brand-box {
  margin-top: -30px;
}

.ft-newsletter {
  max-width: 538px;
}

.footer-section {
  position: relative;
  padding: 0px 10px 1px;
  margin: 0 auto;
  margin-top: 90px;
}

.ft {
  max-width: 1628px;
  margin: 0 auto;
  width: 100%;
  padding: 140px 51px 165px 51px;
  position: relative;
}

.ft::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(237.63deg, rgba(0, 66, 164, 0.75) 0.5%, rgba(4, 16, 35, 0.75) 85.5%);
  backdrop-filter: blur(15px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1590 1122' preserveAspectRatio='none'%3E%3Cpath d='M550.237 12.523L497.854 66.4505C490.698 73.8169 480.866 77.9735 470.596 77.9735H39C18.0132 77.9735 1 94.9867 1 115.974V1083C1 1103.99 18.0132 1121 39 1121H1551C1571.99 1121 1589 1103.99 1589 1083V39C1589 18.0132 1571.99 1 1551 1H577.495C567.225 1 557.393 5.15658 550.237 12.523Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1590 1122' preserveAspectRatio='none'%3E%3Cpath d='M550.237 12.523L497.854 66.4505C490.698 73.8169 480.866 77.9735 470.596 77.9735H39C18.0132 77.9735 1 94.9867 1 115.974V1083C1 1103.99 18.0132 1121 39 1121H1551C1571.99 1121 1589 1103.99 1589 1083V39C1589 18.0132 1571.99 1 1551 1H577.495C567.225 1 557.393 5.15658 550.237 12.523Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.ft::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1590 1122' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='795' y1='1' x2='795' y2='1121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230077FF'/%3E%3Cstop offset='1' stop-color='%2377A7FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M550.237 12.523L497.854 66.4505C490.698 73.8169 480.866 77.9735 470.596 77.9735H39C18.0132 77.9735 1 94.9867 1 115.974V1083C1 1103.99 18.0132 1121 39 1121H1551C1571.99 1121 1589 1103.99 1589 1083V39C1589 18.0132 1571.99 1 1551 1H577.495C567.225 1 557.393 5.15658 550.237 12.523Z' fill='none' stroke='url(%23g)' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  pointer-events: none;
  z-index: 1;
}

.ft-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ft-deco-static {
  opacity: 1;
}

.ft-deco-topright {
  left: auto;
  right: 0;
  width: 40.8%;
  height: auto;
  aspect-ratio: 648 / 340;
}

.ft-deco-wrap-topright {
  position: absolute;
  top: 0;
  right: 0;
  width: 40.8%;
  height: auto;
  aspect-ratio: 648 / 340;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.ft:hover .ft-deco-wrap-topright {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.ft-deco-wrap-topright .ft-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ft-deco-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.ft:hover .ft-deco-wrap {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

@keyframes ftDecoReveal {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 0.8;
  }

  15% {
    opacity: 1;
  }

  22% {
    opacity: 0.8;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.ft-deco-1 {
  animation: ftDecoReveal 12s ease-in-out infinite;
  animation-delay: 0s;
}

.ft-deco-2 {
  animation: ftDecoReveal 12s ease-in-out infinite;
  animation-delay: 3s;
}

.ft-deco-3 {
  animation: ftDecoReveal 12s ease-in-out infinite;
  animation-delay: 6s;
}

.ft-deco-4 {
  animation: ftDecoReveal 12s ease-in-out infinite;
  animation-delay: 9s;
}

/* main grid */
.ft-grid {
  display: grid;
  grid-template-columns: 438px 1fr 1fr 1fr;
  gap: 0 77px;
  position: relative;
  z-index: 1;
}

.ft-social {
  display: grid;
  grid-template-columns: 438px 1fr 2fr;
  gap: 0 77px;
  position: relative;
  z-index: 1;
}

.ft-brand-box {
  background: rgba(5, 11, 22, 0.45);
  mix-blend-mode: multiply;
  border-radius: 12px;
  padding: 40px 20px 70px;
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ft-logo {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.ft-brand-desc {
  font-style: normal;
  line-height: 1.69em;
  max-width: 339px;
  color: #FFFFFF;
  text-align: left;
}

.ft-whatsapp-wrap {
  position: relative;
  max-width: 427px;
  width: 100%;
}

.ft-whatsapp-box {
  background: linear-gradient(178.21deg, #1A3E82 -1.15%, #01204D 98.57%);
  border: 2px solid #4277C5;
  border-radius: 19px;
  overflow: hidden;
}

.ft-whatsapp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  cursor: pointer;
  user-select: none;
}

.ft-wa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ft-wa-icon svg {
  width: 48px;
  height: 46px;
}

.ft-wa-label {
  flex: 1;
  padding: 0 16px;
  font-style: normal;
  line-height: 1.46em;
  text-align: center;
  color: #A9D8FF;
}

.ft-wa-chevron {
  width: 22px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ft-whatsapp-box.open .ft-wa-chevron {
  transform: rotate(180deg);
}

.ft-wa-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ft-whatsapp-box.open .ft-wa-content {
  max-height: 200px;
}

.ft-wa-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 4px 40px 24px;
}

.ft-wa-btn {
  display: block;
  max-width: 148px;
  width: 100%;
  padding: 14px 19px 12px 16px;
  background: #D9D9D9;
  border-radius: 27.9255px;
  font-style: normal;
  line-height: 1.53em;
  text-align: center;
  color: #011E37;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}

.ft-wa-btn:hover {
  background: #77ADFF;
}

.ft-col-title {
  font-style: normal;
  line-height: 1.56em;
  padding-bottom: 35px;
  color: #94CAF6;
}

.ft-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.ft-links a {
  font-style: normal;
  line-height: 1.56em;
  color: #52B0FF;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}

.ft-links a:hover {
  background: linear-gradient(90deg, #97D0FF 0%, #AAD9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 20px rgba(0, 157, 255, 0.8);
}

.ft-mascot {
  margin-top: 24px;
  display: flex;
}

.ft-mascot-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-invest-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #3972EE 0%, #003CBD 100%);
  box-shadow: 0px 0px 22px rgba(0, 19, 69, 0.25);
  border-radius: 33px;
  padding: 10px 11px 9px 47px;
  font-style: normal;
  line-height: 1.53em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.ft-invest-btn:hover {
  background: linear-gradient(180deg, #257CEF 0%, #084BA3 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding: 10px 11px 9px 52px;
  border-radius: 33px;
}

.ft-invest-btn .ft-invest-icon svg {
  transition: transform 0.3s ease;
}

.ft-invest-btn:hover .ft-invest-icon svg {
  transform: rotate(45deg);
}

.ft-invest-icon {
  width: 47px;
  height: 47px;
  background: #071530;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ft-business-btn {
  padding: 10px 11px 9px 34px;
}

.ft-business-btn:hover {
  padding: 10px 11px 9px 40px;
}

.ft-newsletter {
  grid-column: 3 / 5;
  margin-top: 0;
}

.ft-newsletter-title {
  font-style: normal;
  line-height: 1.53em;
  color: #FFFFFF;
}

.ft-newsletter-desc {
  font-style: normal;
  line-height: 1.69em;
  color: #6CA1CE;
}

.ft-email-wrap {
  display: flex;
  background: #030B22;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}

.ft-email-wrap input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 20px 20px;
  font-style: normal;
  line-height: 2em;
  color: #516983;
  width: 100%;
}

.ft-email-wrap:hover input::placeholder {
  color: #19283A;
}

.ft-email-wrap input::placeholder {
  color: #516983;
}

.ft-sub-btn {
  background: #0F57C3;
  border-radius: 12px;
  border: none;
  font-style: normal;
  line-height: 1.53em;
  text-align: center;
  color: #B2CBDA;
  padding: 20px 22px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.ft-sub-btn:hover {
  background: #4E89E2;
  color: #FFFFFF;
}

.ft-social-title {
  font-style: normal;
  line-height: 1.56em;
  color: #94CAF6;
  padding-top: 91px;
  padding-bottom: 30px;
}

.ft-social-row {
  display: flex;
  justify-content: space-between;
  border: 2px solid #1C5CD2;
  border-radius: 19px;
  padding: 30px 85px;
  max-width: 492px;
}

.ft-social-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e6e9e;
  transition: color 0.2s, background 0.2s;
}

.ft-social-btn:hover svg path {
  fill: #ffffff;
  transition: fill 0.2s ease;
}

.ft-bottom {
  width: 100%;
  max-width: 1628px;
  margin: 90px auto;
  background: rgba(75, 151, 212, 0.6);
  backdrop-filter: blur(12.5px);
  border-radius: 16px;
  padding: 36px 60px 32px 27px;
  box-sizing: border-box;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
}

.footer-brand {
  background: #030710;
  border-radius: 8.13264px;
  font-style: normal;
  line-height: 1.46em;
  text-align: center;
  color: #FFFFFF;
  padding: 22px 26px;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer-nav {
  flex: 1;
  min-width: 0;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #C8EEFF;
  text-align: center;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

/* scroll to top */

.ft-scroll-top {
  position: absolute;
  bottom: -40px;
  right: 65px;
  border-radius: 12px;
  background: #35A3FF;
  width: 96px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 9;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.ft-scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.ft-scroll-top svg {
  position: relative;
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2);
  will-change: transform;
  display: block;
  flex-shrink: 0;
}

.ft-scroll-top:hover svg {
  transform: translateY(-26px);
}

.ft-scroll-top:hover {
  background: #B5D8FF;
}

.ft-scroll-top svg path {
  transition: fill 0.3s ease;
}

.ft-scroll-top:hover svg path {
  fill: white;
}

.ft-scroll-top svg .svg-bg {
  transition: fill 0.3s ease;
}

.ft-scroll-top:hover svg .svg-bg {
  fill: #A5DAEE;
}

@media screen and (max-width: 1300px) {
  .ft-business-btn {
    margin-right: -55px;
  }

  .ft-grid {
    grid-template-columns: 310px 1fr 1fr 1fr;
  }

  .ft-social {

    grid-template-columns: 310px 1fr 1fr 1fr;

  }

  .ft-social-row {
    padding: 20px 25px;
  }

  .ft-invest-icon {
    width: 25px;
    height: 25px;
  }

  .ft-invest-icon svg {
    width: 10px;
  }

  .ft-whatsapp-header {
    padding: 20px 25px;
  }

  .ft-wa-icon svg {
    width: 30px;
    height: 30px;
  }

}

@media screen and (max-width: 1024px) {
  .ft::before {
    -webkit-mask-image: none;
    mask-image: none;
    border: 1.5px solid #1e3a6e;
    border-radius: 20px;
  }

  .ft::after {
    display: none;
  }

  .ft {
    padding: 100px 32px 120px;
  }

  .ft-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px 40px;
    margin-bottom: 30px;
  }

  .ft-col-brand {
    grid-column: 1 / -1;
  }

  .ft-brand-box,
  .ft-brand-desc {

    max-width: 100%;

  }

  .ft-social {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px 40px;
  }

  /* stack whatsapp + business in col 1 */
  .ft-social .ft-whatsapp-wrap {
    grid-column: 1;
    grid-row: 1;
  }

  .ft-social .business {
    grid-column: 1;
    grid-row: 2;
  }

  /* newsletter spans both rows in cols 2-3 */
  .ft-social .ft-newsletter {
    grid-column: 2 / 4;
    grid-row: 1 / span 2;
  }

  .ft-social-title {
    padding-top: 50px;
  }

  .ft-bottom {
    margin: 60px auto;
    padding: 28px 24px;
  }

  .ft-scroll-top {
    right: 24px;
  }

  .ft-deco-wrap,
  .ft-deco-wrap-topright {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-section {
    margin-top: 50px;
    padding: 0 10px 1px;
  }

  .ft-brand-box {
    margin-top: 0px;
  }

  .ft {
    padding: 20px 20px 80px;
  }

  .ft-grid {
    gap: 32px;
  }

  .ft-social {
    gap: 32px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .ft-newsletter {
    grid-column: 2 / 4;
  }

  .ft-email-wrap {
    flex-direction: column;
    margin-top: 30px;
  }

  .ft-email-wrap input {
    padding: 16px;
  }

  .ft-sub-btn {
    padding: 16px;
    border-radius: 0 0 12px 12px;
  }

  .ft-business-btn {
    margin-right: 0px;
  }

  .ft-social-row {
    padding: 20px 24px;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
  }

  .ft-invest-btn {
    padding: 10px 11px 9px 28px;
    font-size: 14px;
  }

  .ft-invest-btn:hover {
    padding: 10px 11px 9px 32px;
  }

  .ft-business-btn {
    padding: 10px 11px 9px 24px;
  }

  .ft-business-btn:hover {
    padding: 10px 11px 9px 28px;
  }

  .ft-invest-icon {
    width: 40px;
    height: 40px;
  }

  .ft-whatsapp-header {
    padding: 18px 20px;
  }

  .ft-bottom {
    margin: 40px auto;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    text-align: center;
  }

  .footer-brand {
    white-space: normal;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 12px 20px;
  }

  .ft-scroll-top {
    right: 16px;
    width: 72px;
    height: 68px;
    bottom: -30px;
  }

  .ft-scroll-top svg {
    width: 72px;
    height: 68px;
  }

  .ft-mascot-placeholder img {
    max-width: 200px;
    height: auto;
  }

  .ft-social-row svg {
    width: 25px;
  }

  .oh-card {
    border-width: 5px;
  }

}

@media screen and (max-width: 500px) {
  .ft-grid {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .ft-social {
    gap: 32px;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .ft-social .ft-newsletter {
    grid-column: 1;
    grid-row: 2;
  }

  .ft-social .business {
    grid-column: 1;
    grid-row: 3;
  }

}

@media screen and (max-width: 480px) {
  .ft {
    padding: 10px 10px 60px;
  }

  .ft-bottom {
    padding: 10px;
  }

  .ft-col-title {
    padding-bottom: 20px;
  }

  .ft-social-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .ft-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .ft-brand-box {
    padding: 24px 16px 40px;
  }

  .ft-wa-label {
    font-size: 18px;
  }

  .ft-scroll-top {
    width: 60px;
    height: 56px;
    right: 12px;
    bottom: -24px;
  }

  .ft-scroll-top svg {
    width: 60px;
    height: 56px;
  }
}

.header-logo-img {
  max-width: 125px;
}


/* Global Override */

/* lock body scroll when overlay is open */
body:has(cad-overlay.open) {
  overflow: hidden;
}

/* lock body scroll when mobile nav menu is open */
html:has(.nav-menu.open),
body:has(.nav-menu.open) {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  cad-overlay[data-layout="lateral"] {
    width: 480px !important;
  }
}

/* overlay — global, loads on every page */
cad-overlay .cad-overlay__container {
  background: #000717 !important;
}

#fast-login-xrdctjjtd-CustomerEmail {
  border-radius: 8px !important;
}

button.cad-cta {
  margin: 20px auto 15px;
}

cad-overlay .cad-overlay__close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 10 !important;
}

cad-overlay .cad-overlay__close button {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
}

cad-overlay .icon.icon-element.close {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.65823 7L0 1.34177L1.34177 0L7 5.65823L12.6582 0L14 1.34177L8.34177 7L14 12.6582L12.6582 14L7 8.34177L1.34177 14L0 12.6582L5.65823 7Z' fill='white'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

cad-overlay .facebook-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='31' viewBox='0 0 18 31' fill='none'%3E%3Cpath d='M18 4.43104H13.6957C12.399 4.43104 11.3478 5.42297 11.3478 6.64657V10.849H18L17.9526 16.0185H11.3478V31H6.65217V16.0185H0V10.849H6.65217V6.64657C6.65217 2.97577 9.80565 0 13.6957 0H18V4.43104Z' fill='white'/%3E%3C/svg%3E") !important;
}

cad-overlay .google-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M27.625 3.74596C25.1608 1.76527 22.1934 0.511818 19.0563 0.126575C15.9192 -0.258667 12.737 0.239574 9.86739 1.56527C6.9978 2.89096 4.55469 4.99154 2.81278 7.63077C1.07088 10.27 0.0992659 13.3432 0.007209 16.5049C-0.0848479 19.6665 0.706301 22.7911 2.29169 25.5274C3.87707 28.2636 6.19382 30.503 8.98141 31.9937C11.769 33.4843 14.9169 34.1672 18.071 33.9654C21.2252 33.7636 24.2605 32.6852 26.8358 30.8514L23.9174 26.7469C22.1053 28.0372 19.9694 28.7961 17.7499 28.938C15.5304 29.08 13.3153 28.5996 11.3538 27.5506C9.39223 26.5017 7.762 24.9259 6.64641 23.0005C5.53082 21.075 4.97411 18.8763 5.03889 16.6516C5.10367 14.4268 5.78736 12.2643 7.01309 10.4071C8.23882 8.54998 9.95797 7.07187 11.9772 6.13902C13.9965 5.20616 16.2357 4.85557 18.4432 5.12665C20.6507 5.39773 22.7388 6.27975 24.4727 7.67351L27.625 3.74596Z' fill='%2330B955'/%3E%3Cpath d='M27.625 3.76423C24.5987 1.3198 20.8312 -0.00863755 16.9495 4.22661e-05C13.0679 0.00872209 9.30628 1.35399 6.2908 3.81194C3.27532 6.26989 1.18786 9.69224 0.37586 13.5094C-0.436136 17.3265 0.0763137 21.3082 1.82792 24.7917L6.32007 22.5074C5.08752 20.0561 4.72692 17.2543 5.2983 14.5683C5.86968 11.8823 7.33857 9.4741 9.46048 7.74451C11.5824 6.01493 14.2293 5.0683 16.9607 5.06219C19.6921 5.05608 22.3432 5.99086 24.4727 7.71094L27.625 3.76423Z' fill='%23FBBC05'/%3E%3Cpath d='M27.625 3.66308C25.7107 2.17482 23.4889 1.10116 21.1095 0.514479C18.7301 -0.0721985 16.2484 -0.15825 13.8317 0.262126C11.4151 0.682503 9.11961 1.59953 7.10015 2.95139C5.08069 4.30324 3.38418 6.05849 2.125 8.09877L6.49427 10.625C7.38032 9.18931 8.57411 7.95419 9.99514 7.00293C11.4162 6.05167 13.0314 5.40638 14.732 5.11058C16.4325 4.81477 18.1788 4.87532 19.8531 5.28815C21.5274 5.70098 23.0908 6.45649 24.4379 7.50373L27.625 3.66308Z' fill='%23FF3B2B'/%3E%3Cpath d='M34 18.2319H33.9554C33.7944 20.3977 33.1957 22.5256 32.1778 24.4918C30.537 27.6612 27.8923 30.2467 24.6261 31.8752L22.2616 27.4789C24.5599 26.333 26.4204 24.5133 27.575 22.2831C28.2358 21.0067 28.6448 19.6335 28.7933 18.2319H19.125V13.4585H34V18.2319Z' fill='%233983FE'/%3E%3C/svg%3E") !important;
}

cad-overlay .apple-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='32' viewBox='0 0 29 32' fill='none'%3E%3Cpath d='M16.8053 7.93336C18.4589 6.75804 20.3144 6.22314 22.1616 6.54357C26.987 7.38064 29.9294 13.7374 28.7336 20.7418C27.5378 27.7461 22.6567 32.7455 17.8314 31.9085C16.985 31.7617 16.1967 31.4447 15.4783 30.9845C14.5164 30.6825 13.7969 30.8681 13.3338 31.1007C12.6666 31.4983 11.9418 31.7744 11.1686 31.9085C6.34328 32.7455 1.46217 27.746 0.266383 20.7418C-0.929383 13.7375 2.01305 7.38068 6.83836 6.54357C8.76371 6.20958 10.6979 6.80491 12.4033 8.08596C13.3358 8.51894 15.0573 8.87803 16.8053 7.93336ZM16.1573 1.74533C17.6378 0.31258 19.5127 -0.276145 20.8969 0.121345C21.2344 1.53181 20.5744 3.39602 19.0938 4.82877C17.6132 6.26153 15.7385 6.85006 14.3542 6.45256C14.0169 5.04212 14.6768 3.17801 16.1573 1.74533Z' fill='white'/%3E%3C/svg%3E") !important;
}

cad-overlay .twitter-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M16.3407 11.3923L26.064 25.6287L27 27H18.7663L18.5122 26.6344L11.873 17.0822L3.16651 27H0.856965L10.8523 15.6134L0.957355 1.37641L0 0H8.38513L8.63919 0.363354L15.3222 9.92293L24.0971 0H26.4145L16.3407 11.3923ZM12.6548 15.1713L19.662 25.2528H23.7095L14.5364 11.8224V11.8218L7.49227 1.74718H3.32466L12.6548 15.1713Z' fill='%23F4F8FB'/%3E%3C/svg%3E") !important;
}

.cad-frame-content .cad-frame--data.customer .cad-frame--data__account--field.floating .cad__input-floating-filled,
cad-login .cad-frame--data__account--field.floating .cad__input-floating-filled,
cad-overlay .cad-frame--data__account--field.floating .cad__input-floating-filled,
.cad-frame--data__account--field.floating.filled[data-type="multi_select"] div.choices .choices__inner,
.floating.filled cad-field,
.cad-frame--data__account--field.floating [class*="cad__input-floating"] {
  border-radius: 9px !important;
}

.cad-frame--data__account--field.floating[data-type="multi_select"] div.choices .choices__inner,
.cad-frame-content .cad-frame--data.customer .cad-frame--data__account--field.floating [class*="cad__input-floating"],
cad-login .cad-frame--data__account--field.floating [class*="cad__input-floating"],
cad-overlay .cad-frame--data__account--field.floating [class*="cad__input-floating"] {
  border-radius: 9px !important;
  color: #000 !important;
}

cad-overlay cad-fast-login-snippet>form button,
cad-overlay .cad-cta {
  background: linear-gradient(180deg, #0f57c3 0%, #0862e9 100%) !important;
  border-radius: 9px !important;
  border: none !important;
  color: #fff !important;
}

cad-overlay .cad-cta span {
  color: #fff !important;
}

cad-overlay .cad-social-login__button,
cad-overlay .cad-social-login__button:empty {
  border: none !important;
  box-shadow: none !important;
  height: 34px !important;
  width: 34px !important;
  background-size: auto !important;
}

cad-overlay .cad-social-login__container {
  border-radius: 9px !important;
  border: 1px solid #1a58df !important;
  background: rgba(0, 8, 17, 0.47) !important;
  padding: 20px 0 !important;
  margin-bottom: 20px !important;
}

cad-overlay .cad-social-login__title {
  color: #fff !important;
  padding: 20px;
}

cad-overlay hr {
  display: none !important;
}

cad-overlay .cad__input-floating-filled::placeholder {
  color: #396fc0 !important;
  opacity: 1 !important;
}

cad-overlay .cad__label-floating-filled {
  color: #396fc0 !important;
}

cad-overlay * {
  font-family: Poppins, sans-serif !important;
  color: #fff !important;
}

cad-overlay p,
cad-overlay .error {
  color: #b7dfff !important;
}

/* ENDS */

  .shopify-policy__container {
    color: #fff !important;
    padding: 30px 10px 0;
}

.shopify-policy__body{
  padding-top: 20px;
}

.shopify-policy__body h2, .shopify-policy__body h3, .shopify-policy__body h4, .shopify-policy__body h5, .shopify-policy__body h6{
  font-size: 22px;
  margin: 20px 0 10px 0 !important;
}

.shopify-policy__title{
  text-align: left !important;
}

.shopify-policy__container{
  max-width: 1200px !important;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: flex;
  }

  .desktop-hide {
    display: none;
  }

  .mobile-hide {
    display: flex;
  }

  cad-overlay[data-layout="lateral"] {
    width: 480px !important;
  }
}

@media screen and (max-width: 1575px) {
  .main {
    padding: 50px 0px 0px;
  }
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }

  .desktop-hide {
    display: flex;
  }

  .mobile-hide {
    display: none;
  }
}

.wishlist-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 36.568px;
  border: 1.662px solid #799fff;
  background: linear-gradient(319deg, rgba(1, 21, 58, 0.8) -0.78%, rgba(17, 77, 154, 0.8) 73.07%);
  backdrop-filter: blur(16.62198257446289px);
  padding: 20px 27px;
  font-style: normal;
  line-height: 1.53em;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  max-width:290px;
}
.section-service-intro{
  padding:0 10px;
}

  .section-service-intro .home-hero .hero-card-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "text image"
      "cta image";
    grid-template-rows: auto 1fr;
    align-items: center;
    column-gap: 60px;
    row-gap: 30px;
  }

  .section-service-intro .home-hero .hero-card-text {
    grid-area: text;
    width: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: end;
  }

  .section-service-intro .home-hero .hero-card-image {
    grid-area: image;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.section-service-intro .home-hero .hero::before {
display:none;
}
  .section-service-intro .home-hero .hero-card-image img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 60, 189, 0.35));
  }

  .section-service-intro .home-hero .nd-intro-cta {
    grid-area: cta;
    margin-top: 60px;
    align-self: start;
  }

  .section-service-intro .home-hero .nd-intro-subtitle {
    margin: 0;
    color: #ffffff;

    line-height: 1.4em;
  }

  .section-service-intro .nd-intro--center .nd-intro-text {
    align-items: center;
    text-align: center;
  }

  .section-service-intro .nd-intro--right .nd-intro-text {
    align-items: flex-end;
    text-align: right;
  }

  @media (max-width: 1024px) {
    .section-service-intro .home-hero .hero-card-content {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .section-service-intro .home-hero .hero-card-text,
    .section-service-intro .home-hero .hero-card-image,
    .section-service-intro .home-hero .nd-intro-cta {
      width: 100%;
      max-width: 100%;
    }

    .section-service-intro .home-hero .hero-card-image {
      max-width: 360px;
      margin: 0 auto;
    }

    .section-service-intro .home-hero .nd-intro-cta {
      display: flex;
      justify-content: center;
    }

    .section-service-intro .home-hero .nd-intro-cta .hero-cta-btn {
      max-width: 100%;
      width: 100%;
    }
  }

  @media (max-width: 768px) {
   
    .section-service-intro .home-hero .nd-intro-cta {
    margin-top: 0px;
  }

  }
  .section-service-features .nd-features-wrapper {
    width: 100%;
    padding: 100px 10px 40px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .section-service-features .nd-features-card {
    max-width: 1473px;
    margin: 0 auto;
    background: linear-gradient(318.61deg,
        var(--features-grad-start) -0.78%,
        var(--features-grad-end) 73.07%);
    backdrop-filter: blur(20px);
    border-radius: 35px;
    border: 2px solid var(--features-border);
    padding: 70px 75px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
  }

  .section-service-features .nd-features-glow {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(65,154,255,0.45) 0%, rgba(65,154,255,0) 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
  }

  .section-service-features .nd-features-inner {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .section-service-features .nd-features-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .section-service-features .nd-features-title {
    color: #ffffff;
    line-height: 1.15em;
    margin: 0;
    display: inline;
    align-items: center;
    gap: 10px;
  }

  .section-service-features .nd-features-emoji {
    display: inline-flex;
    align-items: center;
    font-size: 0.85em;
    color: var(--features-accent);
  }

  .section-service-features .nd-features-emoji--svg svg {
    width: 1em;
    height: 1em;
    display: block;
  }

  .section-service-features .nd-features-accent {
    color: var(--features-accent);
  }

  .section-service-features .nd-features-desc {
    color: #c8dcff;
    margin: 0;
    line-height: 1.55em;
  }

  .section-service-features .nd-features-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .section-service-features .nd-features-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(105, 158, 255, 0.25);
    border-radius: 14px;
    transition: all 0.3s ease;
  }

  .section-service-features .nd-features-item:hover {
    background: rgba(105, 158, 255, 0.08);
    border-color: var(--features-border);
  }

  .section-service-features .nd-features-bullet {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--features-accent);
    margin-top: 7px;
  }

  .section-service-features .nd-features-bullet svg {
    width: {{ bullet_size }}px;
    height: {{ bullet_size }}px;
    display: block;
  }

  .section-service-features .nd-features-bullet--image {
    width: {{ bullet_size | plus: 6 }}px;
    height: {{ bullet_size | plus: 6 }}px;
  }

  .section-service-features .nd-features-bullet--emoji {
    width: auto;
    height: auto;
    font-size: {{ bullet_size | plus: 4 }}px;
    line-height: 1;
    color: var(--features-accent);
  }

  .section-service-features .nd-features-bullet-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .section-service-features .nd-features-text {
    color: #ffffff;
    line-height: 1.4em;
  }

  @media (max-width: 1300px) {
 .section-service-features .nd-features-bullet {
  margin-top:4px;
 }
  }
  @media (max-width: 1100px) {
    .section-service-features .nd-features-card {
      padding: 50px 40px;
      border-radius: 28px;
    }

    .section-service-features .nd-features-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 1024px) {
    .section-service-features .nd-features-wrapper {
      padding: 60px 10px 0 10px;
    }
  }
  @media (max-width: 768px) {

    .section-service-features .nd-features-card {
      padding: 32px 10px;
      border-radius: 22px;
    }

    .section-service-features .nd-features-list {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
    .section-service-steps .nd-steps-wrapper {
    width: 100%;
    padding: 60px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .section-service-steps .nd-steps-inner {
    max-width: 1473px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .section-service-steps .nd-steps-title {
    color: #ffffff;
    line-height: 1.15em;
    margin: 0;
  }

  .section-service-steps .nd-steps-accent {
    color: var(--steps-accent);
  }

  .section-service-steps .nd-steps-subtitle {
    color: #fff;
    margin: 0;
  }

  .section-service-steps .nd-steps-grid {
    width: 100%;
    margin-top: 36px;
    display: grid;
    gap: 22px;
  }

  .section-service-steps .nd-steps-card {
    position: relative;
    padding: 30px 24px 28px;
    border-radius: 22px;
    border: 2px solid #0F4481;
    background: linear-gradient(238deg, rgba(11, 55, 123, 0.75) 0.5%, rgba(1, 16, 37, 0.75) 85.5%);
    backdrop-filter: blur(35px);
    text-align: left;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    overflow: hidden;
    color: #fff;
  }

  .section-service-steps .nd-steps-card-deco {
    position: absolute;
    top: 20px;
    right: 0;
    width: 182px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
  }

  .section-service-steps .nd-steps-card:hover {
    border: 2px solid #07F;
    background:
      radial-gradient(92% 98.96% at 14.55% 86.94%, rgba(29, 65, 243, 0.20) 5.77%, rgba(2, 120, 255, 0.00) 100%),
      linear-gradient(238deg, rgba(0, 66, 164, 0.75) 0.5%, rgba(4, 16, 35, 0.75) 85.5%);
    backdrop-filter: blur(35px);
  }

  .section-service-steps .nd-steps-card:hover .nd-steps-card-deco {
    opacity: 1;
  }

  .section-service-steps .nd-steps-number-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #699eff;
    background: linear-gradient(180deg, #3972ee 0%, #003cbd 100%);
    box-shadow: 0 0 22px 0 rgba(0, 19, 69, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
  }

  .section-service-steps .nd-steps-number {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }

  .section-service-steps .nd-steps-card-title {
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
  }

  .section-service-steps .nd-steps-card-desc {
    color: #fff;
    margin: 0;
    line-height: 1.55em;
    position: relative;
    z-index: 1;
  }



  @media (max-width: 768px) {
    .section-service-steps .nd-steps-wrapper {
      padding: 60px 10px 40px;
    }

    .section-service-steps .nd-steps-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .section-service-steps .nd-steps-card {
      padding: 24px 10px;
      border-radius: 18px;
    }

    .section-service-steps .nd-steps-number-wrap {
      width: 48px;
      height: 48px;
      margin-bottom: 14px;
    }

    .section-service-steps .nd-steps-number {
      font-size: 20px;
    }
  }


    .section-service-stats .nd-stats-wrapper {
    width: 100%;
    padding: 60px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .section-service-stats .nd-stats-card {
       max-width: 1473px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(318.61deg,
        var(--stats-grad-start) -0.78%,
        var(--stats-grad-end) 73.07%);
    backdrop-filter: blur(20px);
    border-radius: 35px;
    border: 2px solid var(--stats-border);
    padding: 70px 75px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
  }


  
  .section-service-stats .nd-stats-glow  {
    position: absolute;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(65,154,255,0.45) 0%, rgba(65,154,255,0) 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
  }

   .section-service-stats .nd-stats-glow--top {
    top: -120px;
    right: -120px;
  }

   .section-service-stats .nd-stats-glow--bottom {
    bottom: -120px;
    left: -120px;
    background: radial-gradient(circle, rgba(99,82,255,0.35) 0%, rgba(99,82,255,0) 70%);
  }

  .section-service-stats .nd-stats-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .section-service-stats .nd-stats--center .nd-stats-inner {
    align-items: center;
    text-align: center;
  }

  .section-service-stats .nd-stats-title {
    color: #ffffff;
    line-height: 1.15em;
    margin: 0;
    display: inline;
    align-items: center;
    gap: 10px;
  }

  .section-service-stats .nd-stats-emoji {
    font-size: 0.85em;
  }

  .section-service-stats .nd-stats-accent {
    color: var(--stats-accent);
  }

  .section-service-stats .nd-stats-desc {
    color: #c8dcff;
    margin: 0;
    line-height: 1.55em;
  }

  .section-service-stats .nd-stats-desc p {
    margin: 0 0 10px;
  }

  .section-service-stats .nd-stats-desc p:last-child {
    margin: 0;
  }

  .section-service-stats .nd-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px;
    width: 100%;
    margin: 8px 0;
  }

  .section-service-stats .nd-stats--center .nd-stats-grid {
    justify-content: center;
  }

  .section-service-stats .nd-stats-block {
    box-sizing: border-box;
    min-width: 0;
    padding: 24px 22px;
    border-radius: 18px;
    border: 1px solid rgba(105, 158, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .section-service-stats .nd-stats-block:hover {
    background: rgba(105, 158, 255, 0.08);
    border-color: var(--stats-border);
  }

  .section-service-stats .nd-stats-number {
    color: var(--stats-accent);
    background: linear-gradient(180deg, var(--stats-number-end) 0%, var(--stats-number-start) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .section-service-stats .nd-stats-label {
    color: #c8dcff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.4em;
  }

  .section-service-stats .nd-stats-bottom {
    color: #d5e4ff;
    line-height: 1.7em;
    margin-top: 8px;
  }

  .section-service-stats .nd-stats-bottom p {
    margin: 0 0 12px;
  }

  .section-service-stats .nd-stats-bottom p:last-child {
    margin: 0;
  }

  .section-service-stats .nd-stats-bottom strong,
  .section-service-stats .nd-stats-bottom b {
    color: #ffffff;
  }

  @media (min-width: 1025px) {
    .section-service-stats .nd-stats--stats-left .nd-stats-inner {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
      grid-template-areas:
        "title title"
        "stats desc"
        "stats bottom";
      column-gap: 60px;
      row-gap: 18px;
      align-items: start;
    }

    .section-service-stats .nd-stats--stats-left .nd-stats-title {
      grid-area: title;
    }

    .section-service-stats .nd-stats--stats-left .nd-stats-grid {
      grid-area: stats;
      flex-direction: column;
      flex-wrap: nowrap;
    }

    .section-service-stats .nd-stats--stats-left .nd-stats-block {
      flex: 0 0 auto;
      width: 100%;
    }

    .section-service-stats .nd-stats--stats-left .nd-stats-desc {
      grid-area: desc;
    }

    .section-service-stats .nd-stats--stats-left .nd-stats-bottom {
      grid-area: bottom;
    }
  }

  @media (max-width: 1100px) {
    .section-service-stats .nd-stats-card {
      padding: 50px 40px;
      border-radius: 28px;
    }
  }

  @media (max-width: 700px) {
    .section-service-stats .nd-stats-wrapper {
      padding: 30px 10px;
    }

    .section-service-stats .nd-stats-card {
      padding: 32px 10px;
      border-radius: 22px;
    }

    .section-service-stats .nd-stats-block {
      flex-basis: 100% ;
    }
  }
    .section-service-info-card .nd-info-wrapper {
    width: 100%;
    padding: 60px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .section-service-info-card .nd-info-card {
       max-width: 1473px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(318.61deg,
        var(--info-grad-start) -0.78%,
        var(--info-grad-end) 73.07%);
    backdrop-filter: blur(20px);
    border-radius: 35px;
    border: 2px solid var(--info-border);
    padding: 70px 75px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
  }

  .section-service-info-card .nd-info-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(65,154,255,0.45) 0%, rgba(65,154,255,0) 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
  }

  .section-service-info-card .nd-info-glow--top {
    top: -120px;
    right: -120px;
  }

  .section-service-info-card .nd-info-glow--bottom {
    bottom: -120px;
    left: -120px;
    background: radial-gradient(circle, rgba(99,82,255,0.35) 0%, rgba(99,82,255,0) 70%);
  }

  .section-service-info-card .nd-info-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .section-service-info-card .nd-info--center .nd-info-inner {
    align-items: center;
    text-align: center;
  }

  .section-service-info-card .nd-info--left .nd-info-inner {
    align-items: flex-start;
    text-align: left;
  }

  .section-service-info-card .nd-info-eyebrow {
    margin: 0;
    color: var(--info-eyebrow);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.4em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .section-service-info-card .nd-info-eyebrow-emoji {
    font-size: 1.2em;
    line-height: 1;
  }

  .section-service-info-card .nd-info-title {
    margin: 0;
    color: #ffffff;
    line-height: 1.15em;
  }

  .section-service-info-card .nd-info-accent {
    color: var(--info-accent);
  }

  .section-service-info-card .nd-info-desc {
    margin: 0;
    color: #d5e4ff;
    line-height: 1.55em;
  }

  .section-service-info-card .nd-info-desc p {
    margin: 0 0 10px;
  }

  .section-service-info-card .nd-info-desc p:last-child {
    margin: 0;
  }

  .section-service-info-card .nd-info-highlights {
    width: 100%;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .section-service-info-card .nd-info-highlight {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(105, 158, 255, 0.25);
    border-radius: 18px;
    transition: all 0.3s ease;
  }

  .section-service-info-card .nd-info--center .nd-info-highlight {
    text-align: left;
  }

  .section-service-info-card .nd-info-highlight:hover {
    background: rgba(105, 158, 255, 0.08);
    border-color: var(--info-border);
  }

  .section-service-info-card .nd-info-highlight-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(57, 114, 238, 0.25) 0%, rgba(0, 60, 189, 0.2) 100%);
    border: 1px solid rgba(105, 158, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: var(--info-accent);
  }

  .section-service-info-card .nd-info-highlight-icon svg {
    width: 22px;
    height: 22px;
  }

  .section-service-info-card .nd-info-highlight-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section-service-info-card .nd-info-highlight-label {
    color: #ffffff;
    line-height: 1.4em;
  }

  .section-service-info-card .nd-info-highlight-desc {
    color: #c8dcff;
    line-height: 1.55em;
  }

  @media (max-width: 1100px) {
    .section-service-info-card .nd-info-card {
      padding: 50px 40px;
      border-radius: 28px;
    }
  }

  @media (max-width: 700px) {
    .section-service-info-card .nd-info-wrapper {
      padding: 30px 10px;
    }

    .section-service-info-card .nd-info-card {
      padding: 32px 10px;
      border-radius: 22px;
    }

    .section-service-info-card .nd-info-eyebrow {
      letter-spacing: 0.15em;
    }

    .section-service-info-card .nd-info-highlights {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .section-service-info-card .nd-info-highlight {
      padding: 16px 18px;
      gap: 12px;
    }

    .section-service-info-card .nd-info-highlight-icon {
      width: 36px;
      height: 36px;
      font-size: 18px;
    }
  }



  