/* src/global/css/in-page-embed.css */
:root {
  --Primary: "Fynd Sans", sans-serif;
  --Secondary: "Inter Display", sans-serif;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}
.w-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
[data-padding=big] {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
[data-padding=medium] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
[data-padding=small] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[data-text-style=heading-xxl] {
  font-family: var(--Primary);
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.04em;
}
[data-text-style=heading-xl] {
  font-family: var(--Primary);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.04em;
}
[data-text-style=heading-l] {
  font-family: var(--Primary);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03em;
}
[data-text-style=heading-m] {
  font-family: var(--Primary);
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
}
[data-text-style=heading-s] {
  font-family: var(--Secondary);
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
}
[data-text-style=heading-xs] {
  font-family: var(--Secondary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}
[data-text-style=font-weight-500] {
  font-weight: 500;
}
@media (max-width: 1023px) {
  [data-text-style=heading-xxl] {
    font-size: 3.5rem;
  }
  [data-text-style=heading-xl] {
    font-size: 2.5rem;
  }
  [data-text-style=heading-l] {
    font-size: 2rem;
  }
  [data-text-style=heading-m] {
    font-size: 1.5rem;
  }
  [data-text-style=heading-s] {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  [data-text-style=heading-xxl] {
    font-size: 2.5rem;
  }
  [data-text-style=heading-xl] {
    font-size: 2rem;
  }
  [data-text-style=heading-xs] {
    font-size: 1.2rem;
  }
  [data-text-style=heading-l] {
    font-size: 1.5rem;
  }
  [data-text-style=heading-m] {
    font-size: 1.25rem;
  }
  [data-text-style=heading-s] {
    font-size: 1.125rem;
  }
  [data-padding=big],
  [data-padding=medium],
  [data-padding=small] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
[data-text-style=body-xs-regular] {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 130%;
}
[data-text-style=body-xs-medium] {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 130%;
}
[data-text-style=body-xs-semibold] {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 130%;
}
[data-text-style=body-s-regular] {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
}
[data-text-style=body-s-medium] {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
}
[data-text-style=body-m-regular] {
  font-size: 1rem;
  font-weight: 400;
  line-height: 155%;
}
[data-text-style=body-m-medium] {
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}
[data-text-style=body-l-regular] {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 145%;
}
[data-text-style=body-l-medium] {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}
[data-text-style=body-xl-regular] {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}
[data-text-style=body-xl-medium] {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 991px) {
  [data-text-style=body-xs-regular],
  [data-text-style=body-xs-medium],
  [data-text-style=body-xs-semibold] {
    font-size: 0.6875rem;
  }
  [data-text-style=body-s-regular],
  [data-text-style=body-s-medium] {
    font-size: 0.8125rem;
  }
  [data-text-style=body-m-regular],
  [data-text-style=body-m-medium] {
    font-size: 0.9375rem;
  }
  [data-text-style=body-l-regular],
  [data-text-style=body-l-medium] {
    font-size: 1rem;
  }
  [data-text-style=body-xl-regular],
  [data-text-style=body-xl-medium] {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  [data-text-style=body-xs-regular],
  [data-text-style=body-xs-medium],
  [data-text-style=body-xs-semibold] {
    font-size: 0.75rem;
  }
  [data-text-style=body-s-regular],
  [data-text-style=body-m-regular] {
    font-size: 0.875rem;
  }
  [data-text-style=body-s-medium],
  [data-text-style=body-m-medium],
  [data-text-style=body-l-regular],
  [data-text-style=body-l-medium],
  [data-text-style=body-xl-regular] {
    font-size: 1rem;
  }
  [data-text-style=body-xl-medium] {
    font-size: 1.2rem;
  }
}
[data-text-color=title] {
  color: #101319;
}
[data-text-color=subtext] {
  color: #5B5C5D;
}
[data-text-color=title-inverse] {
  color: #ffffff;
}
[data-text-color=subtext-inverse] {
  color: #A0A1A2;
}
[data-icon-color=darkest] {
  color: #0E0E0E;
}
[data-icon-color=dark] {
  color: #797A7C;
}
[data-icon-color=medium] {
  color: #F2F2F2;
}
[data-icon-color=darkest] {
  color: #FFFFFF;
}
[data-spacing=tiny] {
  height: 0.25rem;
}
[data-spacing=xxsmall] {
  height: 0.5rem;
}
[data-spacing=xsmall] {
  height: 1rem;
}
[data-spacing=small] {
  height: 1.5rem;
}
[data-spacing=medium] {
  height: 2.5rem;
}
[data-spacing=large] {
  height: 3.5rem;
}
[data-spacing=xlarge] {
  height: 4rem;
}
[data-spacing=xxlarge] {
  height: 5rem;
}
[data-spacing=huge] {
  height: 6rem;
}
[data-spacing=xhuge] {
  height: 7rem;
}
[data-spacing=xxhuge] {
  height: 8rem;
}
[data-badge-bg=blue] {
  background: #5C98F7;
}
[data-badge-bg=peach] {
  background: #EEB384;
}
[data-badge-bg=green] {
  background: #80D99F;
}
[data-badge-bg=yellow] {
  background: #FDF6DB;
}
[data-badge-bg=lavender] {
  background: #E382FF;
}
[data-badge-bg=violet] {
  background: #8D61F6;
}
[data-badge-bg=red] {
  background: #FDDBDB;
}
[data-badge-bg=gray] {
  background: #F8F8F9;
}
[data-badge-bg=transparent] {
  background: transparent;
}
[data-badge-bg=teal] {
  background: #89D0E0;
}
[data-bg=blue] {
  background: #D4E5FF;
}
[data-bg=peach] {
  background: #FCEADB;
}
[data-bg=green] {
  background: #C9EBD7;
}
[data-bg=yellow] {
  background: #FDF6DB;
}
[data-bg=lavender] {
  background: #EBDDEF;
}
[data-bg=red] {
  background: #FDDBDB;
}
[data-bg=gray] {
  background: #F8F8F9;
}
[data-bg=dark],
.card_badge[data-bg=dark] {
  background: #0E0E0E;
  color: #FFFFFF;
}
[data-bg=transparent] {
  background: transparent;
}
[data-bg=tea-green] {
  background: #E5F2C2;
}
@media (min-width: 1280px) {
  [data-glow=star]::before {
    left: 30vw;
    height: 1370px;
  }
}
@media (min-width: 768px) {
  .hero--right-image-wrap[data-bg] {
    background: transparent;
  }
  [data-glow=star]::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    mix-blend-mode: screen;
    height: 1200px;
    width: 200vw;
    left: 10vw;
    top: -50%;
  }
  [data-glow=star]::after {
    content: "";
    z-index: 0;
    opacity: .5;
    mix-blend-mode: multiply;
    object-fit: cover;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
}
@media (max-width: 767px) {
  .section_hero-50-50[data-bg] {
    background: transparent;
  }
  [data-glow=star] .hero--right-image-wrap::before {
    content: "";
    position: absolute;
    inset: -35% 0% 0% auto;
    z-index: 1;
    background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);
    background-size: cover;
    background-position: -120px 0;
    opacity: 0.5;
    mix-blend-mode: screen;
    height: 165%;
    width: 100%;
  }
  [data-glow=star] .hero--right-image-wrap::after {
    content: "";
    z-index: 0;
    opacity: .5;
    mix-blend-mode: multiply;
    object-fit: cover;
    background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e014ba0be011b4a7adb7a3_grain-hero.avif);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  .section_hero-50-50[data-bg-mobile=True] {
    background: #0e0e0e;
  }
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
[data-truncate=yes] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
[style-line-clamp] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[style-line-clamp="1"] {
  -webkit-line-clamp: 1;
}
[style-line-clamp="2"] {
  -webkit-line-clamp: 2;
}
[style-line-clamp="3"] {
  -webkit-line-clamp: 3;
}
[style-line-clamp="4"] {
  -webkit-line-clamp: 4;
}
[data-color="#0A4020"] {
  color: #0A4020;
}
[data-color="#043B77"] {
  color: #043B77;
}
[data-color="#FF0000"] {
  color: #FF0000;
}
[data-color="#48310F"] {
  color: #48310F;
}
[data-color="#F8F8F9"] {
  color: #F8F8F9;
}
[data-color=white] {
  color: #FFFFFF;
}
[data-color=subtext-white] {
  color: #A0A1A2;
}
[data-color=green-dark] {
  color: #427C5A;
}
[data-color=green-light] {
  color: #B2E0C3;
}
[data-height="25rem"] {
  height: 25rem;
}
[data-height="26rem"] {
  height: 26.06rem;
}
[data-height="31rem"] {
  height: 31.25rem;
}
[data-height="39rem"] {
  height: 39.125rem;
}
[data-bg-color] {
  background-color: #F8F8F9;
}
@media screen and (max-width: 767px) {
  *[data-height] {
    height: 15.62rem;
  }
  div div.bento-card_text {
    font-size: 1rem;
  }
  div p.bento-card_subtext {
    font-size: 0.875rem;
  }
}
[fynd-sticky-bg-theme=blue-1] {
  background: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e1b4072adad40eb22e201e_97d7b26441d6a95f90db1952a9d3e122_bg-theme-1.avif) no-repeat;
  background-size: cover;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  font-size: 14px;
}
.blog_rich-text strong {
  font-weight: 500;
}
.metric-rich-text strong {
  font-weight: 500;
}
[data-bg=white] {
  background: white;
}
a.blog-details.w-inline-block {
  display: flex;
}
.bento-card:hover .btn.global_card_btn {
  opacity: 1;
}
#fc_frame {
  visibility: hidden;
  display: none;
}
[data-bg=white] {
  background: white;
}
a.blog-details.w-inline-block {
  display: flex;
}
.bento-card:hover .btn.global_card_btn {
  opacity: 1;
}
@media (width <=767px) {
  [data-text-style=body-l-regular] {
    line-height: 145%;
  }
  [data-text-style=heading-xl] {
    line-height: 115%;
  }
  [data-text-style=heading-l] {
    line-height: 135%;
  }
  [data-text-style=body-xl-regular] {
    font-size: 1rem;
  }
  [data-text-style=heading-s] {
    font-size: 1.125rem;
    line-height: 140%;
  }
}
[card-bg=dark] {
  background: #1A1A1A;
}
[circle-bg=dark] {
  background: #333333;
}
[circle-bg=light] {
  background: #1A1A1A;
}
[bottom-line-border=dark] {
  border-color: #333333;
}
[bottom-line-border=light] {
  border-color: #1A1A1A;
}
.accordian-richtext[data-text-color]:not([data-text-color=""]) > * {
  color: inherit;
}
@media (max-width: 767px) {
  [data-glow=star] .hero--right-image-wrap::before {
    top: 0%;
    height: 100%;
  }
}
h1 a,
h2 a,
h3 a,
h6 a {
  height: var(--sizes--40);
  padding: 0px var(--_spacing---24);
  grid-column-gap: var(--_spacing---8);
  grid-row-gap: var(--_spacing---8);
  border-radius: var(--_border-radius---radius-32);
  color: var(--_color-palette---button--primary--button-text-default) !important;
  font-size: var(--sizes--16);
  line-height: var(--_typography---line-height--160);
  font-weight: var(--_typography---font-weight--medium);
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: inline-flex;
  background: black;
  letter-spacing: 0.02px;
}
.scroll_visibility_hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll_visibility_hidden::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991px) {
  .global_card_title-3.bottom-caption-31 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 479px) {
  .global_card_title-3.bottom-caption-31 {
    font-size: .875rem !important;
  }
}
@media (max-width: 992px) {
  [hide-from-tablet=true] {
    display: none !important;
    visibility: hidden !important;
  }
}
[loop-video] {
  width: 100%;
  height: 100%;
}
[data-zindex="1"] {
  z-index: 1 !important;
}
[richtext-button] {
  height: var(--sizes--40);
  padding: 0 var(--_spacing---24);
  gap: var(--_spacing---8);
  border-radius: var(--_border-radius---radius-32);
  font-size: var(--sizes--16);
  line-height: var(--_typography---line-height--160);
  font-weight: var(--_typography---font-weight--medium);
  white-space: nowrap;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  display: inline-flex;
  font-style: normal !important;
}
[richtext-button=primary] {
  background-color: var(--button-primary\<deleted\|variable-99fb50d1-1e0d-8a24-83db-2993f67e9130\>);
  color: var(--_color-palette---button--primary--button-text-default) !important;
}
[richtext-button=secondary] {
  background-color: var(--_color-palette---button--secondary--button-bg-default);
  border-color: var(--_color-palette---button--secondary--button-border-default);
  color: var(--_color-palette---extension--text-primary) !important;
}
[data-corner-cutout="1.5rem"] {
  position: relative;
}
[data-corner-cutout="1.5rem"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--_color-palette---text--title);
  -webkit-mask-image:
    radial-gradient(
      circle at bottom left,
      transparent 24px,
      var(--_color-palette---text--title) 25px);
  mask-image:
    radial-gradient(
      circle at bottom left,
      transparent 24px,
      var(--_color-palette---text--title) 25px);
}
[data-corner-cutout="1.5rem"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--_color-palette---text--title);
  -webkit-mask-image:
    radial-gradient(
      circle at bottom right,
      transparent 24px,
      var(--_color-palette---text--title) 25px);
  mask-image:
    radial-gradient(
      circle at bottom right,
      transparent 24px,
      var(--_color-palette---text--title) 25px);
}
.accordian-richtext p:first-child {
  margin-bottom: 1rem;
}
.splide__pagination__page.is-active {
  background: var(--_color-palette---text--title);
  transform: scale(1);
}
[fynd-timeline-element=dot-wrapper] {
  display: flex;
  gap: 2px;
  align-items: center;
}
@media (max-width: 991px) {
  [fynd-timeline-element=dot-wrapper] {
    flex-direction: column;
  }
  [fynd-timeline-element=dot],
  [fynd-timeline-element=dot-filled] {
    width: 2px !important;
    height: 4px;
  }
  [fynd-timeline-element=circle] {
    box-shadow: inset 0 0 0 6px #A0A1A2;
  }
  [fynd-timeline-element=circle-filled] {
    box-shadow: inset 0 0 0 8px #0E0E0E !important;
  }
}
[fynd-timeline-element=dot],
[fynd-timeline-element=dot-filled] {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #A0A1A2;
  transition: background-color 0.3s ease;
}
[fynd-timeline-element=dot-filled] {
  background: #0E0E0E;
}
[fynd-timeline-element=circle] {
  transform: scale(.7);
  box-shadow: inset 0 0 0 20px #A0A1A2;
}
[fynd-timeline-element=circle-filled] {
  transform: scale(1);
  box-shadow: inset 0 0 0 10px #0E0E0E;
}
[data-wf--timeline-block--variant=vertical] [fynd-timeline-element=dot-wrapper] {
  flex-direction: column;
}
[data-wf--timeline-block--variant=vertical] [fynd-timeline-element=dot],
[data-wf--timeline-block--variant=vertical] [fynd-timeline-element=dot-filled] {
  width: 2px;
  height: 4px;
}
[fynd-show-clear=true] {
  background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/6889f30ed6b4ea10c3b618c0_close.svg) !important;
  background-size: 20px !important;
}
[fynd-show-clear=false] {
  background-image: url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67ce756d3fd77fc0515461fd_ic_search.svg) !important;
  background-size: 20px !important;
}
[fynd-richtext=accordian] ul > li strong {
  font-weight: normal;
}
th {
  font-weight: 600 !important;
}
.fynd-table_cell b {
  font-weight: 600;
}
.fynd-table_head b {
  font-weight: 600;
}
[data-style-over=richtext-comp] {
  color: black !important;
  text-decoration: none !important;
}
[data-style-over=richtext-comp] :hover {
  color: white !important;
  text-decoration: none !important;
}
ul {
  color: var(--_color-palette---text--subtext);
  line-height: var(--_typography---line-height--160);
}
.fynd-table_instance {
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
}
[strict-display=none] {
  display: none !important;
}
blockquote > strong {
  font-weight: 500 !important;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  color: var(--_primitives---neutral--neutral-100);
}
[data-popup-video=injected] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}
.gradient_blur {
  opacity: 1;
}
.gradient_blur > div,
.gradient_blur::before,
.gradient_blur::after {
  position: absolute;
  inset: 0;
}
.gradient_blur::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(0.5px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 12.5%,
      rgba(0, 0, 0, 1) 25%,
      rgba(0, 0, 0, 0) 37.5%);
}
.gradient_blur > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 12.5%,
      rgba(0, 0, 0, 1) 25%,
      rgba(0, 0, 0, 1) 37.5%,
      rgba(0, 0, 0, 0) 50%);
}
.gradient_blur > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 1) 37.5%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 62.5%);
}
.gradient_blur > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 37.5%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 1) 62.5%,
      rgba(0, 0, 0, 0) 75%);
}
.gradient_blur > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 1) 62.5%,
      rgba(0, 0, 0, 1) 75%,
      rgba(0, 0, 0, 0) 87.5%);
}
.gradient_blur > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 62.5%,
      rgba(0, 0, 0, 1) 75%,
      rgba(0, 0, 0, 1) 87.5%,
      rgba(0, 0, 0, 0) 100%);
}
.gradient_blur > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 75%,
      rgba(0, 0, 0, 1) 87.5%,
      rgba(0, 0, 0, 1) 100%);
}
.gradient_blur::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(64px);
  mask:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 87.5%,
      rgba(0, 0, 0, 1) 100%);
}
.navigation {
  z-index: 99999 !important;
}
#mobile-menu {
  top: 0px !important;
  transform: translateY(0px) !important;
}
@media (min-width: 768px) {
  #mobile-menu {
    top: 0px !important;
    transform: translateY(0px) !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #mobile-menu {
    top: 50px !important;
    transform: translateY(0px) !important;
  }
}
[style-height=full] {
  height: 100%;
}
.custom-form_layout.w-variant-ccdd1f5c-cbc6-911f-3402-92637f9b226d {
  height: auto;
}
.custom-form_layout {
  height: auto;
}
.form_right-column {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media screen and (max-width: 767px) {
  .hero-form {
    padding-top: 0rem !important;
  }
}
.is-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.is-select::-ms-expand {
  display: none;
}
[data-popup-video=youtube-container] {
  z-index: 4;
}
#widget-copilot {
  z-index: 10;
  position: relative;
}
[contact-form-popup=open] {
  z-index: 100000000000;
}
.fynd-bg-video > video {
  position: static !important;
}
button#fynd-schema-copy-btn {
  display: none !important;
}
@media (max-width: 768px) {
  #widget-copilot {
    z-index: 1000000000000 !important;
  }
}
[card-blur=black] {
  backdrop-filter: blur(25px) brightness(0.8);
  -webkit-backdrop-filter: blur(25px) brightness(0.9);
  mask-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 1) 70%);
}
[card-blur=white] {
  backdrop-filter: blur(25px) brightness(1);
  -webkit-backdrop-filter: blur(25px) brightness(0.9);
  mask-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 1) 70%);
  -webkit-mask-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 1) 70%);
}
[media-card-padding="24"] {
  padding: 24px;
}
@media (max-width: 600px) {
  [media-card-padding="24"] {
    padding: 20px;
  }
}
[media-card-padding="20"] {
  padding: 20px;
}
@media (max-width: 600px) {
  [media-card-padding="20"] {
    padding: 20px;
  }
}
[style-section-spacer=small] {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  [style-section-spacer=small] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
[data-glow=star]::before {
  display: none;
}
.accordian-title strong {
  font-weight: 500;
}
[align-center=true] {
  align-items: center;
  text-align: center;
}
[header-bottom-space=false] {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.feaured-tag {
  background:
    linear-gradient(
      90deg,
      #DB86EA 11%,
      #1C29FC 55%,
      #4DC0FF 94%);
}
@media (min-width: 992px) {
  [ac-tabs-shadow-visibility=true] {
    box-shadow:
      1px 5px 10px #2929290a,
      2px 19px 19px #2929290a,
      5px 42px 26px #29292905,
      8px 76px 30px #29292903;
  }
}
[fullwidth] {
  width: 100%;
}
/*# sourceMappingURL=in-page-embed.css.map */
