img{
    
max-width: 100%
    
}
:host {
  display: grid;
  width: 100%;
}
:host([disabled]) slot[name="more"] {
  display: none;
}
/*# sourceMappingURL=/cdn/shop/t/10/assets/overflow-list.css.map?v=168694168152117541881773412286 */

* {
  box-sizing: border-box;
}
body {
  color: var(--color-foreground);
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  font-variation-settings: "slnt" 0;
}
:root {
  --hover-lift-amount: 4px;
  --hover-scale-amount: 1.03;
  --hover-subtle-zoom-amount: 1.015;
  --hover-shadow-color: var(--color-shadow);
  --hover-transition-duration: 0.25s;
  --hover-transition-timing: ease-out;
  --surface-transition-duration: 0.3s;
  --surface-transition-timing: var(--ease-out-quad);
}
html {
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) var(--color-background);
  scroll-behavior: smooth;
}
img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
}
input {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
}
input:hover {
  background-color: var(--color-input-hover-background);
}
p,
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
:first-child:is(p, h1, h2, h3, h4, h5, h6),
:first-child:empty + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}
:last-child:is(p, h1, h2, h3, h4, h5, h6),
:where(p, h1, h2, h3, h4, h5, h6):nth-child(2):has(+ :last-child:empty) {
  margin-block-end: 0;
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  :root {
    view-transition-name: none;
  }
  html:active-view-transition-type(page-navigation),
  html:active-view-transition-type(product-image-transition) {
    view-transition-name: root-custom;
  }
  ::view-transition {
    pointer-events: none;
  }
  html:active-view-transition-type(page-navigation) main[data-page-transition-enabled="true"] {
    view-transition-name: main-content;
  }
  html:active-view-transition-type(page-navigation) main[data-product-transition="true"][data-template*="product"] {
    view-transition-name: none;
  }
  ::view-transition-old(main-content) {
    animation: var(--view-transition-old-main-content);
  }
  ::view-transition-new(main-content) {
    animation: var(--view-transition-new-main-content);
  }
  html:active-view-transition-type(product-image-transition) [data-view-transition-type="product-image-transition"] {
    view-transition-name: product-image-transition;
  }
  html:active-view-transition-type(product-image-transition) [data-view-transition-type="product-details"] {
    view-transition-name: product-details;
  }
  ::view-transition-group(product-image-transition) {
    z-index: 1;
  }
  ::view-transition-group(product-image-transition),
  ::view-transition-group(product-details) {
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
  }
  ::view-transition-old(product-image-transition),
  ::view-transition-new(product-image-transition) {
    block-size: 100%;
    overflow: hidden;
    object-fit: cover;
    animation-duration: 0.25s;
    animation-timing-function: var(--animation-easing);
  }
  ::view-transition-new(product-details) {
    animation: var(--view-transition-new-main-content);
  }
}
*:focus-visible {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: var(--focus-outline-offset);
}
@supports not selector(:focus-visible) {
  *:focus {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }
}
.content-for-layout {
  flex: 1;
}
.page-width-narrow {
  --page-margin: 16px;
}
@media screen and (min-width: 750px) {
  .page-width-narrow {
    --page-margin: 40px;
  }
}
.page-width-narrow {
  --page-content-width: var(--narrow-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}
.shopify-section:not(.header-section) :is(.section, .cart__summary-container) {
  background: transparent;
}
.shopify-section:not(.header-section):has(.section) {
  position: relative;
}
.visually-hidden:not(:focus, :active) {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
@media screen and (max-width: 749px) {
  .is-visually-hidden-mobile:not(:focus, :active) {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
  }
}
placeholder-image[data-type="product"]:not(:has(> img)) {
  aspect-ratio: var(--ratio);
  height: 350px;
}
body {
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  text-transform: var(--font-paragraph--case);
  -webkit-font-smoothing: antialiased;
  color: var(--color, var(--color-foreground));
}
h1 {
  font-family: var(--font-h1--family);
  font-style: var(--font-h1--style);
  font-weight: var(--font-h1--weight);
  font-size: var(--font-h1--size);
  line-height: var(--font-h1--line-height);
  letter-spacing: var(--font-h1--letter-spacing);
  text-transform: var(--font-h1--case);
  color: var(--color, var(--font-h1-color));
}
h2 {
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  font-weight: var(--font-h2--weight);
  font-size: var(--font-h2--size);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
  color: var(--color, var(--font-h2-color));
}
h3 {
  font-family: var(--font-h3--family);
  font-style: var(--font-h3--style);
  font-weight: var(--font-h3--weight);
  font-size: var(--font-h3--size);
  line-height: var(--font-h3--line-height);
  letter-spacing: var(--font-h3--letter-spacing);
  text-transform: var(--font-h3--case);
  color: var(--color, var(--font-h3-color));
}
:first-child:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block-start: 0;
}
:last-child:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block-end: 0;
}
a {
  --button-color: var(--color, var(--color-primary));
  color: var(--button-color);
  text-decoration-color: transparent;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.125em;
  transition:
    text-decoration-color var(--animation-speed) var(--animation-easing),
    color var(--animation-speed) var(--animation-easing);
}
:is(h1, h2, h3, h4, h5, h6, p) > a:hover {
  --button-color: var(--color, var(--color-primary-hover));
}
p:not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-primary, .button-secondary)),
.rte :is(p, ul, ol, table):not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-primary, .button-secondary)) {
  text-decoration-color: currentcolor;
}
:is(p:not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-primary, .button-secondary)), .rte :is(p, ul, ol, table):not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-primary, .button-secondary))):hover {
  text-decoration-color: transparent;
  color: var(--color-primary-hover);
}
body:has(.header[transparent]) .content-for-layout > .shopify-section:first-child {
  margin-top: calc(var(--header-group-height) * -1);
}
body:has(.header[transparent]) #header-group > .header-section {
  z-index: var(--layer-sticky);
}
body:has(.header[transparent]) #header-group > *:not(.header-section) {
  z-index: calc(var(--layer-sticky) - 1);
}
.product-grid :is(h3, p) {
  margin: 0;
}
[product-grid-view="zoom-out"] .card-gallery > :is(quick-add-component, .product-badges, slideshow-component > slideshow-controls) {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root:active-view-transition-type(product-grid) details[open] floating-panel-component {
    view-transition-name: panel-content;
  }
  :root:active-view-transition-type(product-grid) details[open] floating-panel-component .checkbox *,
  :root:active-view-transition-type(product-grid) details[open] floating-panel-component .facets__pill-label {
    transition: none;
  }
  .facets--vertical :is(:root:active-view-transition-type(product-grid) details[open] floating-panel-component) {
    view-transition-name: none;
  }
  :root:active-view-transition-type(product-grid) .product-grid {
    view-transition-name: product-grid;
  }
  :root:active-view-transition-type(product-grid) footer {
    view-transition-name: footer;
  }
  :root:active-view-transition-type(product-grid) .product-grid__item,
  :root:active-view-transition-type(product-grid) floating-panel-component {
    transition: none;
  }
}
::view-transition-group(panel-content) {
  z-index: 1;
}
::view-transition-new(product-grid) {
  animation-delay: 0.15s;
  animation-name: fadeInUp;
  animation-duration: var(--animation-speed);
  animation-timing-function: var(--animation-easing);
}
@starting-style {
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:is(.product-grid__item, .resource-list__item) .product-card {
  display: grid;
  height: 100%;
}
.text-block > *:has(+ *:last-child:empty) {
  margin-block-end: 0;
}
.dialog-modal::backdrop {
  transition: backdrop-filter var(--animation-speed) var(--animation-easing);
  -webkit-backdrop-filter: brightness(1);
  backdrop-filter: brightness(1);
  background: rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity));
}
.dialog-modal[open]::backdrop {
  animation: backdropFilter var(--animation-speed) var(--animation-easing) forwards;
  transition: opacity var(--animation-speed) var(--animation-easing);
}
.dialog-modal.dialog-closing::backdrop {
  opacity: 0;
}
input {
  background-color: var(--color-input-background);
  border-color: var(--color-input-border);
}
.product-form-buttons:has(.add-to-cart-button.button-secondary) :is(shopify-accelerated-checkout, shopify-accelerated-checkout-cart) {
  --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-secondary);
  --shopify-accelerated-checkout-button-block-size: var(--height-buy-buttons);
}
summary .icon-plus :is(.horizontal, .vertical),
.show-more__button .icon-plus :is(.horizontal, .vertical) {
  transition: transform var(--animation-speed) var(--animation-easing);
  transform: rotate(0);
  transform-origin: 50% 50%;
  opacity: 1;
}
.show-more:where([data-expanded="true"]) .show-more__button .icon-plus .horizontal {
  transform: rotate(90deg);
}
.show-more:where([data-expanded="true"]) .show-more__button .icon-plus .vertical {
  transform: rotate(90deg);
  opacity: 0;
}
:where(media-gallery, .product-grid__item) .media-gallery__grid {
  grid-template-columns: 1fr;
  gap: var(--image-gap);
}
:not(.dialog-zoomed-gallery) > .product-media-container:where(.constrain-height) {
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
  display: none;
}
.product-media :is(deferred-media, product-model) {
  position: absolute;
}
@media screen and (min-width: 750px) {
  body:has(header-component[transparent]) .product-media-container.constrain-height {
    --viewport-offset: 0px;
  }
  media-gallery:is(.media-gallery--grid) slideshow-component {
    display: none;
  }
  media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: grid;
  }
}
zoom-dialog dialog::backdrop {
  background: transparent;
}
@supports not (background-color: rgb(from red 150 g b / alpha)) {
  .close-button:focus-visible {
    outline: none;
    overflow: visible;
  }
  .close-button:focus-visible:after {
    content: "";
    position: absolute;
    inset: calc(-1 * var(--focus-outline-offset));
    border: var(--focus-outline-width) solid currentColor;
    border-radius: 50%;
    display: inherit;
  }
}
.dialog-thumbnails-list__thumbnail:is([aria-selected="true"]) {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: calc(var(--focus-outline-offset) / 2);
  border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
}
.product-media-container:has(.deferred-media__playing) .product-media__image {
  opacity: 0;
  transition: opacity var(--animation-speed) var(--animation-easing);
}
:is(product-model, deferred-media) {
  height: 100%;
  width: 100%;
  position: relative;
}
:is(deferred-media, product-model) > .deferred-media__poster-button ~ *:not(template) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: inherit;
}
@media screen and (max-width: 749px) {
  slideshow-component:has(:not(.mobile\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter)) .shopify-model-viewer-ui__controls-area {
    bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
  }
}
@media screen and (min-width: 750px) {
  slideshow-component:has(:not(.desktop\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter)) .shopify-model-viewer-ui__controls-area {
    bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
  }
}
:is(deferred-media, .video-placeholder-wrapper).border-style {
  overflow: hidden;
}
deferred-media:has(:focus-visible) {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: var(--focus-outline-offset);
}
@supports not selector(:focus-visible) {
  deferred-media:has(:focus) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }
}
:is(.deferred-media__poster-icon svg, .video-placeholder-wrapper__poster-icon svg):hover {
  color: rgb(var(--color-white-rgb) / var(--opacity-80));
}
deferred-media[class] :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
  object-fit: cover;
  height: 100%;
  aspect-ratio: var(--size-style-aspect-ratio, auto);
}
.variant-picker .variant-option--buttons label:has(.swatch) {
  border-radius: var(--variant-picker-swatch-radius);
}
product-price.text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) > *:not(.tax-note) {
  margin-block: 0;
}
@container (max-width: 70px) {
}
.field__input:autofill {
  background-color: var(--color-input-background);
  color: var(--color-input-text);
}
.field__input:is(:focus, :hover) {
  box-shadow: var(--input-box-shadow-focus);
  background-color: var(--color-input-hover-background);
}
:is(.rte, .shopify-policy__title) :is(h1, h2, h3, h4, h5, h6) {
  margin-block: clamp(1.5rem, 1em * 3.3, 2.5rem) clamp(1rem, 1em * 0.25, 2rem);
}
:is(.rte, .shopify-policy__title) :first-child:is(p, h1, h2, h3, h4, h5, h6),
:is(.rte, .shopify-policy__title) :first-child:empty + :is(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}
:is(.rte, .shopify-policy__title) ul,
:is(.rte, .shopify-policy__title) ol {
  margin-block-start: 0;
  padding-inline-start: 1.5em;
}
:is(.rte, .shopify-policy__title) :is(ul, ol):not(:is(ul, ol) :is(ul, ol)) {
  margin-block-end: 1em;
}
:is(.rte, .shopify-policy__title) blockquote {
  margin-inline: 1.5em 2.3em;
  margin-block: 3.8em;
  padding-inline-start: 0.8em;
  border-inline-start: 1.5px solid rgb(var(--color-foreground-rgb) / var(--opacity-25));
  font-style: italic;
  font-weight: 500;
}
:is(.rte, .shopify-policy__title) .rte-table-wrapper {
  overflow-x: auto;
}
:is(.rte, .shopify-policy__title) table {
  width: 100% !important;
  border-collapse: collapse;
}
:is(.rte, .shopify-policy__title) tr:not(:has(td)),
:is(.rte, .shopify-policy__title) thead {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  font-weight: 700;
  text-transform: uppercase;
}
:is(.rte, .shopify-policy__title) tr:has(td) {
  border-bottom: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
}
:is(.rte, .shopify-policy__title) th,
:is(.rte, .shopify-policy__title) td {
  text-align: start;
  padding-inline: var(--padding-md);
  padding-block: var(--padding-sm);
}
.checkbox:has(.checkbox__input:checked) {
  --checkbox-path-opacity: 1;
}
.checkbox:has(.checkbox__input:disabled) {
  --checkbox-cursor: not-allowed;
}
.checkbox__input:focus-visible {
  outline: none;
}
.checkbox__input:focus-visible + .checkbox__label .icon-checkmark {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: var(--focus-outline-offset);
}
.product-form-buttons:has(.add-to-cart-button.button-secondary) .quantity-selector {
  border-radius: var(--style-border-radius-buttons-secondary);
}
.quantity-selector :is(.quantity-minus, .quantity-plus) {
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: var(--minimum-touch-target);
  height: var(--minimum-touch-target);
  flex-shrink: 0;
  color: var(--color-input-text);
}
:is(.quantity-minus, .quantity-plus):active .svg-wrapper {
  transform: scale(0.9);
}
@keyframes backdropFilter {
  0% {
    -webkit-backdrop-filter: brightness(1);
    backdrop-filter: brightness(1);
  }
  to {
    -webkit-backdrop-filter: brightness(0.75);
    backdrop-filter: brightness(0.75);
  }
}
@media screen and (max-width: 749px) {
  .media-gallery--hint :is(slideshow-slide:has(+ slideshow-slide[aria-hidden="false"]:last-of-type), slideshow-slide[aria-hidden="false"] + slideshow-slide) {
    content-visibility: auto;
  }
  slideshow-component[actioned] :is(.media-gallery--hint :is(slideshow-slide:has(+ slideshow-slide[aria-hidden="false"]:last-of-type), slideshow-slide[aria-hidden="false"] + slideshow-slide)) {
    content-visibility: visible;
  }
}
:is(.resource-list__carousel, .card-gallery) :is(slideshow-slide:has(+ slideshow-slide[aria-hidden="false"]), slideshow-slide[aria-hidden="false"] + slideshow-slide) {
  content-visibility: auto;
}
slideshow-component[actioned] :is(:is(.resource-list__carousel, .card-gallery) :is(slideshow-slide:has(+ slideshow-slide[aria-hidden="false"]), slideshow-slide[aria-hidden="false"] + slideshow-slide)) {
  content-visibility: visible;
}
slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
  content-visibility: visible;
}
slideshow-component:has(slideshow-controls[thumbnails]):has(slideshow-controls[pagination-position="right"]) {
  display: grid;
  grid-template: "container controls" auto "arrows controls" min-content / 1fr auto;
}
slideshow-component:has(slideshow-controls[thumbnails]):has(slideshow-controls[pagination-position="left"]) {
  display: grid;
  grid-template: "controls container" auto "controls arrows" min-content / auto 1fr;
}
slideshow-component:has(slideshow-controls[thumbnails]) slideshow-controls[pagination-position="left"] {
  order: -1;
}
slideshow-controls[thumbnails]:is([pagination-position="right"], [pagination-position="left"]) {
  display: flex;
  flex-direction: column;
  height: 0;
  min-height: 100%;
}
slideshow-controls[thumbnails]:is([pagination-position="right"], [pagination-position="left"]) .slideshow-controls__thumbnails-container {
  overflow: hidden auto;
}
slideshow-controls[thumbnails]:is([pagination-position="right"], [pagination-position="left"]):not([controls-on-media]) .slideshow-controls__thumbnails-container {
  position: sticky;
  top: var(--sticky-header-offset, 0);
}
slideshow-controls[thumbnails]:is([pagination-position="right"], [pagination-position="left"]):not([controls-on-media]) .slideshow-controls__thumbnails {
  padding-block-start: var(--focus-outline-offset);
}
slideshow-controls:not([controls-on-media]):is([pagination-position="left"], [pagination-position="right"]) .slideshow-controls__thumbnails {
  padding-block: var(--padding-2xs);
}
slideshow-controls:not([controls-on-media]):is([pagination-position="right"]) .slideshow-controls__thumbnails {
  padding-inline-end: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
}
slideshow-controls:not([controls-on-media]):is([pagination-position="left"]) .slideshow-controls__thumbnails {
  padding-inline-start: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
}
slideshow-controls[controls-on-media]:has(.slideshow-controls__dots, .slideshow-controls__counter) {
  --color-foreground: #fff;
  --color-foreground-rgb: var(--color-white-rgb);
}
slideshow-controls:is([pagination-position="right"], [pagination-position="left"]) .slideshow-controls__thumbnails {
  flex-direction: column;
}
:is(.slideshow-controls__dots, .slideshow-controls__counter) button {
  --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
  --color-active: var(--color-foreground);
  --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));
}
slideshow-controls:has(.slideshow-controls__dots) {
  mix-blend-mode: difference;
}
@supports not (view-timeline-axis: inline) {
  :is()[aria-selected="true"] {
    --color: var(--color-active);
  }
}
:is(.slideshow-controls__dots, .slideshow-controls__counter):only-child {
  margin-inline: auto;
}
.slideshow-controls__thumbnails .slideshow-control:is([aria-selected="true"]) {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: calc(var(--focus-outline-offset) / 2);
  border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
}
.slideshow-control:is(.icon-pause, .icon-play) {
  color: var(--color-active);
}
.slideshow-control:is(.icon-pause, .icon-play):hover {
  color: var(--color-hover);
}
.slideshow-control:is(.icon-pause, .icon-play) svg {
  display: none;
}
slideshow-component:is([autoplay]):is([paused]) .icon-play > svg {
  display: block;
}
slideshow-component:is([autoplay]):not([paused]) .icon-pause > svg {
  display: block;
}
slideshow-arrows:has(.slideshow-control--shape-square),
slideshow-arrows:has(.slideshow-control--shape-circle) {
  mix-blend-mode: normal;
}
@container (max-width: 249px) {
}
:not(.media-gallery--carousel) > :is(slideshow-component:hover, slideshow-component:focus-within):not(:has(slideshow-controls:hover)) > slideshow-container > slideshow-arrows .slideshow-control {
  animation: arrowsSlideIn var(--animation-speed) var(--animation-easing) forwards;
}
@keyframes arrowsSlideIn {
  0% {
    transform: translate(var(--padding-sm));
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-resource-list__header:is(:empty, :has(.group-block-content:empty)) {
  display: none;
}
@container resource-list (max-width: 749px) {
}
@container resource-list (max-width: 449px) {
}
@container resource-list(min-width: 450px) and (max-width: 749px) {
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(3n + 1)),
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(8n)) {
    --resource-list-columns-per-row: 4;
  }
}
@container resource-list (min-width: 750px) {
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(n + 9)) {
    --resource-list-columns-per-row: 5;
  }
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(n + 7):nth-last-child(-n + 8)) {
    --resource-list-columns-per-row: 4;
  }
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(6)) {
    --resource-list-columns-per-row: 3;
  }
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(5)) {
    --resource-list-columns-per-row: 5;
  }
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(-n + 4)) {
    --resource-list-columns-per-row: 4;
  }
}
@container resource-list (min-width: 1200px) {
  .resource-list--grid:has(.resource-list__item:first-child:nth-last-child(6)) {
    --resource-list-columns-per-row: 6;
  }
}
@container resource-list-carousel (max-width: 749px) {
}
@container resource-list-carousel (min-width: 750px) {
}
.group-block:has(> video-background-component),
.group-block:has(> .background-image-container) {
  overflow: hidden;
}
.section-content-wrapper.section-content-wrapper:where(.layout-panel-flex) .group-block--fill {
  flex: 1;
}
accordion-custom details::details-content {
  block-size: 0;
  overflow-y: clip;
  opacity: 0;
  interpolate-size: allow-keywords;
  transition:
    content-visibility var(--animation-speed-slow) allow-discrete,
    padding-block var(--animation-speed-slow) var(--animation-easing),
    opacity var(--animation-speed-slow) var(--animation-easing),
    block-size var(--animation-speed-slow) var(--animation-easing);
}
accordion-custom details:not([open])::details-content {
  padding-block: 0;
}
accordion-custom details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
@starting-style {
  accordion-custom details[open]::details-content {
    block-size: 0;
    opacity: 0;
    overflow-y: clip;
  }
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-40));
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  transition: background-color 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
[product-grid-view="zoom-out"] :is(.product-card, .product-grid__card) :is(h4, .h4) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 749px) {
  :is(.product-card, .product-grid__card) :is(h4, .h4) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1200px) {
  input {
    font-size: max(1rem, 100%);
  }
}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map?v=91370114524021989831773412286 */

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
    url("fonts/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
    url("fonts/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2") format("woff2"),
    url("fonts/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
    url("fonts/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2") format("woff2"),
    url("fonts/inter_n5.5332a76bbd27da00474c136abb1ca3cbbf259068.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
    url("fonts/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i5.4474f48e6ab2b1e01aa2b6d942dd27fa24f2d99f.woff2") format("woff2"),
    url("fonts/inter_i5.493dbd6ee8e49f4ad722ebb68d92f201af2c2f56.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
    url("fonts/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
    url("fonts/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("fonts/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
    url("fonts/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
    url("fonts/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("fonts/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
    url("fonts/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

:root {
  /* Page Layout */
  --sidebar-width: 25rem;
  --narrow-content-width: 36rem;
  --normal-content-width: 42rem;
  --wide-content-width: 46rem;
  --narrow-page-width: 90rem;
  --normal-page-width: 120rem;
  --wide-page-width: 150rem;

  /* Section Heights */
  --section-height-small: 15rem;
  --section-height-medium: 25rem;
  --section-height-large: 35rem;

  @media screen and (min-width: 40em) {
    --section-height-small: 40svh;
    --section-height-medium: 55svh;
    --section-height-large: 70svh;
  }

  @media screen and (min-width: 60em) {
    --section-height-small: 50svh;
    --section-height-medium: 65svh;
    --section-height-large: 80svh;
  }

  /* Letter spacing */
  --letter-spacing-sm: 0.06em;
  --letter-spacing-md: 0.13em;

  /* Font families */
  --font-body--family: Inter, sans-serif;
  --font-body--style: normal;
  --font-body--weight: 400;
  --font-subheading--family: Inter, sans-serif;
  --font-subheading--style: normal;
  --font-subheading--weight: 500;
  --font-heading--family: Inter, sans-serif;
  --font-heading--style: normal;
  --font-heading--weight: 700;
  --font-accent--family: Inter, sans-serif;
  --font-accent--style: normal;
  --font-accent--weight: 700;

  /* Margin sizes */
  --font-h1--spacing: 0.25em;
  --font-h2--spacing: 0.25em;
  --font-h3--spacing: 0.25em;
  --font-h4--spacing: 0.25em;
  --font-h5--spacing: 0.25em;
  --font-h6--spacing: 0.25em;
  --font-paragraph--spacing: 0.5em;

  /* Heading colors */
  --font-h1--color: var(--color-foreground-heading);
  --font-h2--color: var(--color-foreground-heading);
  --font-h3--color: var(--color-foreground-heading);
  --font-h4--color: var(--color-foreground-heading);
  --font-h5--color: var(--color-foreground-heading);
  --font-h6--color: var(--color-foreground-heading);

  /** Z-Index / Layering */
  --layer-section-background: -2;
  --layer-lowest: -1;
  --layer-base: 0;
  --layer-flat: 1;
  --layer-raised: 2;
  --layer-heightened: 4;
  --layer-sticky: 8;
  --layer-window-overlay: 10;
  --layer-header-menu: 12;
  --layer-overlay: 16;
  --layer-menu-drawer: 18;
  --layer-temporary: 20;

  /* Max-width / Measure */
  --max-width--body-normal: 50ch;
  --max-width--body-narrow: 35ch;

  --max-width--heading-normal: 50ch;
  --max-width--heading-narrow: 30ch;

  --max-width--display-normal: 20ch;
  --max-width--display-narrow: 15ch;
  --max-width--display-tight: 5ch;

  /* Letter-spacing / Tracking */
  --letter-spacing--display-tight: -0.03em;
  --letter-spacing--display-normal: 0em;
  --letter-spacing--display-loose: 0.03em;

  --letter-spacing--heading-tight: -0.03em;
  --letter-spacing--heading-normal: 0em;
  --letter-spacing--heading-loose: 0.03em;

  --letter-spacing--body-tight: -0.03em;
  --letter-spacing--body-normal: 0em;
  --letter-spacing--body-loose: 0.03em;

  /* Line height / Leading */
  --line-height: 1;

  --line-height--display-tight: 1;
  --line-height--display-normal: 1.1;
  --line-height--display-loose: 1.2;

  --line-height--heading-tight: 1.15;
  --line-height--heading-normal: 1.25;
  --line-height--heading-loose: 1.35;

  --line-height--body-tight: 1.2;
  --line-height--body-normal: 1.4;
  --line-height--body-loose: 1.6;

  /* Typography presets */
  --font-size--paragraph: 0.875rem;
  --font-size--h1: clamp(3rem, 5.6vw, 3.5rem);
  --font-size--h2: clamp(2.25rem, 4.8vw, 3rem);
  --font-size--h3: 2rem;
  --font-size--h4: 1.5rem;
  --font-size--h5: 0.875rem;
  --font-size--h6: 0.75rem;
  --font-paragraph--weight: 400;
  --font-paragraph--letter-spacing: var(--letter-spacing--body-normal);
  --font-paragraph--size: var(--font-size--paragraph);
  --font-paragraph--family: var(--font-body--family);
  --font-paragraph--style: var(--font-body--style);
  --font-paragraph--case: ;
  --font-paragraph--line-height: var(--line-height--body-loose);
  --font-h1--weight: var(--font-heading--weight);
  --font-h1--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h1--size: var(--font-size--h1);
  --font-h1--family: var(--font-heading--family);
  --font-h1--style: var(--font-heading--style);
  --font-h1--case: none;
  --font-h1--line-height: var(--line-height--display-tight);
  --font-h2--weight: var(--font-heading--weight);
  --font-h2--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h2--size: var(--font-size--h2);
  --font-h2--family: var(--font-heading--family);
  --font-h2--style: var(--font-heading--style);
  --font-h2--case: none;
  --font-h2--line-height: var(--line-height--display-tight);
  --font-h3--weight: var(--font-heading--weight);
  --font-h3--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h3--size: var(--font-size--h3);
  --font-h3--family: var(--font-heading--family);
  --font-h3--style: var(--font-heading--style);
  --font-h3--case: none;
  --font-h3--line-height: var(--line-height--display-normal);
  --font-h4--weight: var(--font-heading--weight);
  --font-h4--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h4--size: var(--font-size--h4);
  --font-h4--family: var(--font-heading--family);
  --font-h4--style: var(--font-heading--style);
  --font-h4--case: none;
  --font-h4--line-height: var(--line-height--display-tight);
  --font-h5--weight: var(--font-subheading--weight);
  --font-h5--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h5--size: var(--font-size--h5);
  --font-h5--family: var(--font-subheading--family);
  --font-h5--style: var(--font-subheading--style);
  --font-h5--case: none;
  --font-h5--line-height: var(--line-height--display-loose);
  --font-h6--weight: var(--font-subheading--weight);
  --font-h6--letter-spacing: var(--letter-spacing--heading-normal);
  --font-h6--size: var(--font-size--h6);
  --font-h6--family: var(--font-subheading--family);
  --font-h6--style: var(--font-subheading--style);
  --font-h6--case: none;
  --font-h6--line-height: var(--line-height--display-loose);

  /* Hardcoded font sizes */
  --font-size--2xs: 0.625rem;
  --font-size--xs: 0.8125rem;
  --font-size--sm: 0.875rem;
  --font-size--md: 1rem;
  --font-size--lg: 1.125rem;
  --font-size--xl: 1.25rem;
  --font-size--2xl: 1.5rem;
  --font-size--3xl: 2rem;
  --font-size--4xl: 2.5rem;
  --font-size--5xl: 3rem;
  --font-size--6xl: 3.5rem;

  /* Menu font sizes */
  --menu-font-sm--size: 0.875rem;
  --menu-font-sm--line-height: calc(1.1 + 0.5 * min(16 / 14));
  --menu-font-md--size: 1rem;
  --menu-font-md--line-height: calc(1.1 + 0.5 * min(16 / 16));
  --menu-font-lg--size: 1.125rem;
  --menu-font-lg--line-height: calc(1.1 + 0.5 * min(16 / 18));
  --menu-font-xl--size: 1.25rem;
  --menu-font-xl--line-height: calc(1.1 + 0.5 * min(16 / 20));
  --menu-font-2xl--size: 1.75rem;
  --menu-font-2xl--line-height: calc(1.1 + 0.5 * min(16 / 28));

  /* Colors */
  --color-error: #8b0000;
  --color-success: #006400;
  --color-white: #ffffff;
  --color-white-rgb: 255 255 255;
  --color-black: #000000;
  --color-instock: #3ed660;
  --color-lowstock: #ee9441;
  --color-outofstock: #c8c8c8;

  /* Opacity */
  --opacity-5: 0.05;
  --opacity-8: 0.08;
  --opacity-10: 0.1;
  --opacity-15: 0.15;
  --opacity-20: 0.2;
  --opacity-25: 0.25;
  --opacity-30: 0.3;
  --opacity-40: 0.4;
  --opacity-50: 0.5;
  --opacity-60: 0.6;
  --opacity-70: 0.7;
  --opacity-80: 0.8;
  --opacity-85: 0.85;
  --opacity-90: 0.9;
  --opacity-subdued-text: var(--opacity-70);

  --shadow-button: 0 2px 3px rgb(0 0 0 / 20%);
  --gradient-image-overlay: linear-gradient(to top, rgb(0 0 0 / 0.5), transparent);

  /* Spacing */
  --margin-3xs: 0.125rem;
  --margin-2xs: 0.3rem;
  --margin-xs: 0.5rem;
  --margin-sm: 0.7rem;
  --margin-md: 0.8rem;
  --margin-lg: 1rem;
  --margin-xl: 1.25rem;
  --margin-2xl: 1.5rem;
  --margin-3xl: 1.75rem;
  --margin-4xl: 2rem;
  --margin-5xl: 3rem;
  --margin-6xl: 5rem;

  --scroll-margin: 50px;

  --padding-3xs: 0.125rem;
  --padding-2xs: 0.25rem;
  --padding-xs: 0.5rem;
  --padding-sm: 0.7rem;
  --padding-md: 0.8rem;
  --padding-lg: 1rem;
  --padding-xl: 1.25rem;
  --padding-2xl: 1.5rem;
  --padding-3xl: 1.75rem;
  --padding-4xl: 2rem;
  --padding-5xl: 3rem;
  --padding-6xl: 4rem;

  --gap-3xs: 0.125rem;
  --gap-2xs: 0.3rem;
  --gap-xs: 0.5rem;
  --gap-sm: 0.7rem;
  --gap-md: 0.9rem;
  --gap-lg: 1rem;
  --gap-xl: 1.25rem;
  --gap-2xl: 2rem;
  --gap-3xl: 3rem;

  --spacing-scale-sm: 0.6;
  --spacing-scale-md: 0.7;
  --spacing-scale-default: 1;

  /* Checkout buttons gap */
  --checkout-button-gap: 10px;

  /* Borders */
  --style-border-width: 1px;
  --style-border-radius-xs: 0.2rem;
  --style-border-radius-sm: 0.6rem;
  --style-border-radius-md: 0.8rem;
  --style-border-radius-50: 50%;
  --style-border-radius-lg: 1rem;
  --style-border-radius-pills: 40px;
  --style-border-radius-inputs: 4px;
  --style-border-radius-buttons-primary: 14px;
  --style-border-radius-buttons-secondary: 14px;
  --style-border-width-primary: 0px;
  --style-border-width-secondary: 1px;
  --style-border-width-inputs: 1px;
  --style-border-radius-popover: 14px;
  --style-border-popover: 1px none rgb(var(--color-border-rgb) / 50%);
  --style-border-drawer: 1px none rgb(var(--color-border-rgb) / 50%);
  --style-border-swatch-opacity: 10%;
  --style-border-swatch-width: 1px;
  --style-border-swatch-style: solid;

  /* Animation */
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-quad: cubic-bezier(0.32, 0.72, 0, 1);
  --animation-speed-fast: 0.0625s;
  --animation-speed: 0.125s;
  --animation-speed-slow: 0.2s;
  --animation-speed-medium: 0.15s;
  --animation-easing: ease-in-out;
  --animation-slideshow-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --drawer-animation-speed: 0.2s;
  --animation-values-slow: var(--animation-speed-slow) var(--animation-easing);
  --animation-values: var(--animation-speed) var(--animation-easing);
  --animation-values-fast: var(--animation-speed-fast) var(--animation-easing);
  --animation-values-allow-discrete: var(--animation-speed) var(--animation-easing) allow-discrete;
  --animation-timing-hover: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --animation-timing-active: cubic-bezier(0.5, 0, 0.75, 0);
  --animation-timing-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --animation-timing-default: cubic-bezier(0, 0, 0.2, 1);
  --animation-timing-fade-in: cubic-bezier(0.16, 1, 0.3, 1);
  --animation-timing-fade-out: cubic-bezier(0.4, 0, 0.2, 1);

  /* View transitions */
  /* View transition old */
  --view-transition-old-main-content: var(--animation-speed) var(--animation-easing) both fadeOut;

  /* View transition new */
  --view-transition-new-main-content: var(--animation-speed) var(--animation-easing) both fadeIn, var(--animation-speed) var(--animation-easing) both slideInTopViewTransition;

  /* Focus */
  --focus-outline-width: 0.09375rem;
  --focus-outline-offset: 0.2em;

  /* Badges */
  --badge-blob-padding-block: 1px;
  --badge-blob-padding-inline: 12px 8px;
  --badge-rectangle-padding-block: 1px;
  --badge-rectangle-padding-inline: 6px;
  @media screen and (min-width: 750px) {
    --badge-blob-padding-block: 4px;
    --badge-blob-padding-inline: 16px 12px;
    --badge-rectangle-padding-block: 4px;
    --badge-rectangle-padding-inline: 10px;
  }

  /* Icons */
  --icon-size-2xs: 0.6rem;
  --icon-size-xs: 0.85rem;
  --icon-size-sm: 1.25rem;
  --icon-size-md: 1.375rem;
  --icon-size-lg: 1.5rem;
  --icon-stroke-width: 1.5px;

  /* Input */
  --input-email-min-width: 200px;
  --input-search-max-width: 650px;
  --input-padding-y: 0.8rem;
  --input-padding-x: 0.8rem;
  --input-padding: var(--input-padding-y) var(--input-padding-x);
  --input-box-shadow-width: var(--style-border-width-inputs);
  --input-box-shadow: 0 0 0 var(--input-box-shadow-width) var(--color-input-border);
  --input-box-shadow-focus: 0 0 0 calc(var(--input-box-shadow-width) + 0.5px) var(--color-input-border);
  --input-disabled-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  --input-disabled-border-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  --input-disabled-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  --input-textarea-min-height: 55px;

  /* Button size */
  --button-size-sm: 30px;
  --button-size-md: 36px;
  --button-size: var(--minimum-touch-target);
  --button-padding-inline: 24px;
  --button-padding-block: 16px;

  /* Button font-family */
  --button-font-family-primary: var(--font-body--family);
  --button-font-family-secondary: var(--font-body--family);

  /* Button text case */
  --button-text-case: ;
  --button-text-case-primary: default;
  --button-text-case-secondary: default;

  /* Borders */
  --border-color: rgb(var(--color-border-rgb) / var(--opacity-50));
  --border-width-sm: 1px;
  --border-width-md: 2px;
  --border-width-lg: 5px;

  /* Drawers */
  --drawer-inline-padding: 25px;
  --drawer-menu-inline-padding: 2.5rem;
  --drawer-header-block-padding: 20px;
  --drawer-content-block-padding: 10px;
  --drawer-header-desktop-top: 0rem;
  --drawer-padding: calc(var(--padding-sm) + 7px);
  --drawer-height: 100dvh;
  --drawer-width: 95vw;
  --drawer-max-width: 500px;

  /* Variant Picker Swatches */
  --variant-picker-swatch-width-unitless: 34;
  --variant-picker-swatch-height-unitless: 34;
  --variant-picker-swatch-width: 34px;
  --variant-picker-swatch-height: 34px;
  --variant-picker-swatch-radius: 32px;
  --variant-picker-border-width: 1px;
  --variant-picker-border-style: solid;
  --variant-picker-border-opacity: 10%;

  /* Variant Picker Buttons */
  --variant-picker-button-radius: 14px;
  --variant-picker-button-border-width: 1px;

  /* Slideshow */
  --slideshow-controls-size: 3.5rem;
  --slideshow-controls-icon: 2rem;
  --peek-next-slide-size: 3rem;

  /* Utilities */
  --backdrop-opacity: 0.15;
  --backdrop-color-rgb: var(--color-shadow-rgb);
  --minimum-touch-target: 44px;
  --disabled-opacity: 0.5;
  --skeleton-opacity: 0.025;

  /* Shapes */
  --shape--circle: circle(50% at center);
  --shape--sunburst: polygon(100% 50%, 94.62% 55.87%, 98.3% 62.94%, 91.57% 67.22%, 93.3% 75%, 85.7% 77.39%, 85.36% 85.36%, 77.39% 85.7%, 75% 93.3%, 67.22% 91.57%, 62.94% 98.3%, 55.87% 94.62%, 50% 100%, 44.13% 94.62%, 37.06% 98.3%, 32.78% 91.57%, 25% 93.3%, 22.61% 85.7%, 14.64% 85.36%, 14.3% 77.39%, 6.7% 75%, 8.43% 67.22%, 1.7% 62.94%, 5.38% 55.87%, 0% 50%, 5.38% 44.13%, 1.7% 37.06%, 8.43% 32.78%, 6.7% 25%, 14.3% 22.61%, 14.64% 14.64%, 22.61% 14.3%, 25% 6.7%, 32.78% 8.43%, 37.06% 1.7%, 44.13% 5.38%, 50% 0%, 55.87% 5.38%, 62.94% 1.7%, 67.22% 8.43%, 75% 6.7%, 77.39% 14.3%, 85.36% 14.64%, 85.7% 22.61%, 93.3% 25%, 91.57% 32.78%, 98.3% 37.06%, 94.62% 44.13%);
  --shape--diamond: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  --shape--blob: polygon(85.349% 11.712%, 87.382% 13.587%, 89.228% 15.647%, 90.886% 17.862%, 92.359% 20.204%, 93.657% 22.647%, 94.795% 25.169%, 95.786% 27.752%, 96.645% 30.382%, 97.387% 33.048%, 98.025% 35.74%, 98.564% 38.454%, 99.007% 41.186%, 99.358% 43.931%, 99.622% 46.685%, 99.808% 49.446%, 99.926% 52.21%, 99.986% 54.977%, 99.999% 57.744%, 99.975% 60.511%, 99.923% 63.278%, 99.821% 66.043%, 99.671% 68.806%, 99.453% 71.565%, 99.145% 74.314%, 98.724% 77.049%, 98.164% 79.759%, 97.433% 82.427%, 96.495% 85.03%, 95.311% 87.529%, 93.841% 89.872%, 92.062% 91.988%, 89.972% 93.796%, 87.635% 95.273%, 85.135% 96.456%, 82.532% 97.393%, 79.864% 98.127%, 77.156% 98.695%, 74.424% 99.129%, 71.676% 99.452%, 68.918% 99.685%, 66.156% 99.844%, 63.39% 99.942%, 60.624% 99.99%, 57.856% 99.999%, 55.089% 99.978%, 52.323% 99.929%, 49.557% 99.847%, 46.792% 99.723%, 44.031% 99.549%, 41.273% 99.317%, 38.522% 99.017%, 35.781% 98.639%, 33.054% 98.17%, 30.347% 97.599%, 27.667% 96.911%, 25.024% 96.091%, 22.432% 95.123%, 19.907% 93.994%, 17.466% 92.69%, 15.126% 91.216%, 12.902% 89.569%, 10.808% 87.761%, 8.854% 85.803%, 7.053% 83.703%, 5.418% 81.471%, 3.962% 79.119%, 2.702% 76.656%, 1.656% 74.095%, 0.846% 71.45%, 0.294% 68.74%, 0.024% 65.987%, 0.05% 63.221%, 0.343% 60.471%, 0.858% 57.752%, 1.548% 55.073%, 2.37% 52.431%, 3.283% 49.819%, 4.253% 47.227%, 5.249% 44.646%, 6.244% 42.063%, 7.211% 39.471%, 8.124% 36.858%, 8.958% 34.22%, 9.711% 31.558%, 10.409% 28.88%, 11.083% 26.196%, 11.76% 23.513%, 12.474% 20.839%, 13.259% 18.186%, 14.156% 15.569%, 15.214% 13.012%, 16.485% 10.556%, 18.028% 8.261%, 19.883% 6.211%, 22.041% 4.484%, 24.44% 3.11%, 26.998% 2.057%, 29.651% 1.275%, 32.36% 0.714%, 35.101% 0.337%, 37.859% 0.11%, 40.624% 0.009%, 43.391% 0.016%, 46.156% 0.113%, 48.918% 0.289%, 51.674% 0.533%, 54.425% 0.837%, 57.166% 1.215%, 59.898% 1.654%, 62.618% 2.163%, 65.322% 2.75%, 68.006% 3.424%, 70.662% 4.197%, 73.284% 5.081%, 75.86% 6.091%, 78.376% 7.242%, 80.813% 8.551%, 83.148% 10.036%, 85.349% 11.712%);

  /* Buy buttons */
  --height-buy-buttons: calc(var(--padding-lg) * 2 + var(--icon-size-sm));

  /* Card image width and height variables */
  --card-width-small: 10rem;

  --height-small: 10rem;
  --height-medium: 11.5rem;
  --height-large: 13rem;
  --height-full: 100vh;

  @media screen and (min-width: 750px) {
    --height-small: 17.5rem;
    --height-medium: 21.25rem;
    --height-large: 25rem;
  }

  /* Modal */
  --modal-max-height: 65dvh;

  /* Card styles for search */
  --card-bg-hover: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  --card-border-hover: rgb(var(--color-foreground-rgb) / var(--opacity-30));
  --card-border-focus: rgb(var(--color-foreground-rgb) / var(--opacity-10));

  /* Cart */
  --cart-primary-font-family: var(--font-body--family);
  --cart-primary-font-style: var(--font-body--style);
  --cart-primary-font-weight: var(--font-body--weight);
  --cart-secondary-font-family: var(--font-secondary--family);
  --cart-secondary-font-style: var(--font-secondary--style);
  --cart-secondary-font-weight: var(--font-secondary--weight);
}

:root {
  --color-background: rgb(255 255 255 / 1);
  /* RGB values only to apply different opacities - Relative color values are not supported in iOS < 16.4 */
  --color-background-rgb: 255 255 255;
  --opacity-5-15: 0.05;
  --opacity-10-25: 0.1;
  --opacity-35-55: 0.35;
  --opacity-40-60: 0.4;
  --opacity-30-60: 0.3;
  --color-foreground: rgb(0 0 0 / 0.81);
  --color-foreground-rgb: 0 0 0;
  --color-foreground-heading: rgb(0 0 0 / 1);
  --color-foreground-heading-rgb: 0 0 0;
  --color-primary: rgb(0 0 0 / 0.81);
  --color-primary-rgb: 0 0 0;
  --color-primary-hover: rgb(0 0 0 / 1);
  --color-primary-hover-rgb: 0 0 0;
  --color-border: rgb(0 0 0 / 0.06);
  --color-border-rgb: 0 0 0;
  --color-shadow: rgb(0 0 0 / 1);
  --color-shadow-rgb: 0 0 0;
  --color-primary-button-text: rgb(255 255 255 / 1);
  --color-primary-button-background: rgb(0 0 0 / 1);
  --color-primary-button-border: rgb(0 0 0 / 1);
  --color-primary-button-hover-text: rgb(255 255 255 / 1);
  --color-primary-button-hover-background: rgb(51 51 51 / 1);
  --color-primary-button-hover-border: rgb(0 0 0 / 1);
  --color-secondary-button-text: rgb(0 0 0 / 1);
  --color-secondary-button-background: rgb(0 0 0 / 0);
  --color-secondary-button-border: rgb(0 0 0 / 1);
  --color-secondary-button-hover-text: rgb(51 51 51 / 1);
  --color-secondary-button-hover-background: rgb(250 250 250 / 1);
  --color-secondary-button-hover-border: rgb(51 51 51 / 1);
  --color-input-background: rgb(255 255 255 / 0.78);
  --color-input-text: rgb(51 51 51 / 1);
  --color-input-text-rgb: 51 51 51;
  --color-input-border: rgb(223 223 223 / 1);
  --color-input-hover-background: rgb(0 0 0 / 0.01);
  --color-variant-background: rgb(255 255 255 / 1);
  --color-variant-border: rgb(0 0 0 / 0.13);
  --color-variant-text: rgb(0 0 0 / 1);
  --color-variant-text-rgb: 0 0 0;
  --color-variant-hover-background: rgb(245 245 245 / 1);
  --color-variant-hover-text: rgb(0 0 0 / 1);
  --color-variant-hover-border: rgb(230 230 230 / 1);
  --color-selected-variant-background: rgb(0 0 0 / 1);
  --color-selected-variant-border: rgb(0 0 0 / 1);
  --color-selected-variant-text: rgb(255 255 255 / 1);
  --color-selected-variant-hover-background: rgb(26 26 26 / 1);
  --color-selected-variant-hover-text: rgb(255 255 255 / 1);
  --color-selected-variant-hover-border: rgb(26 26 26 / 1);

  --input-disabled-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  --input-disabled-border-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
  --input-disabled-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  --color-foreground-muted: rgb(var(--color-foreground-rgb) / var(--opacity-60));
  --font-h1--color: var(--color-foreground-heading);
  --font-h2--color: var(--color-foreground-heading);
  --font-h3--color: var(--color-foreground-heading);
  --font-h4--color: var(--color-foreground-heading);
  --font-h5--color: var(--color-foreground-heading);
  --font-h6--color: var(--color-foreground-heading);

  /* Shadows */

  --shadow-blur: 20px;
  --shadow-popover: 0px 4px 20px rgb(var(--color-shadow-rgb) / var(--opacity-15));
}

body {
  color: var(--color-foreground);
  background-color: var(--color-background);
}
@container wrapper (width >= 100px) and (width <= 500px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2))) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
    margin: 8px 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  }
}
@container wrapper (width <= 210px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3))) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
    margin: 8px 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  }
}
@container wrapper (width <= 320px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4))) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
    margin: 8px 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  }
}
@container wrapper (width <= 430px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5))) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
    margin: 8px 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  }
}
@container wrapper (width <= 540px) {
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6))) {
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
    margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
    margin: 8px 0 0;
  }
  .wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(> .wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button {
    width: 100%;
    height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  }
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(6)) {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container {
  width: 100%;
  height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
  margin: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0 0;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  margin: 8px 0 0;
}
.wallet-cart-grid:not(.wallet-cart-grid--horizontal):has(> .wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button {
  width: 100%;
  height: clamp(25px, var(--shopify-accelerated-checkout-button-block-size, 54px), 55px);
}
@supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
}
.gps *,
.gps :after,
.gps :before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
.gps :after,
.gps :before {
  --tw-content: "";
}
.gps {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  line-height: inherit;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.gps abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.gps h1,
.gps h2,
.gps h3 {
  font-size: inherit;
  font-weight: inherit;
}
.gps a {
  color: inherit;
  text-decoration: inherit;
}
.gps strong {
  font-weight: bolder;
}
.gps input {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.gps :-moz-focusring {
  outline: auto;
}
.gps :-moz-ui-invalid {
  box-shadow: none;
}
.gps ::-webkit-inner-spin-button,
.gps ::-webkit-outer-spin-button {
  height: auto;
}
.gps ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.gps ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.gps h1,
.gps h2,
.gps h3,
.gps p {
  margin: 0;
}
.gps input::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.gps :disabled {
  cursor: default;
}
.gps img,
.gps svg,
.gps video {
  display: block;
  vertical-align: middle;
}
.gps img,
.gps video {
  height: auto;
  max-width: 100%;
}
.gps {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
.gps .gp-text strong {
  font-weight: 700;
}
.gps .gp-dialog:modal {
  position: fixed;
}
.gps h1,
.gps h2,
.gps h3 {
  word-break: normal;
}
.gps p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}
.gps.gpsil [style*="--d:"] {
  display: var(--d);
}
@media only screen and (max-width: 1024px) {
  .gps.gpsil [style*="--d-tablet:"] {
    display: var(--d-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .gps.gpsil [style*="--d-mobile:"] {
    display: var(--d-mobile);
  }
}
.gpsil > section {
  transition: opacity 0.5s;
}
.gpsil .gps-lazy {
  opacity: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  width: 100% !important;
  min-width: 100% !important;
}
.gpsil .gps-lazy .gp-button-base::before {
  display: none !important;
}
.gps {
  display: contents;
}

.gps {
  --g-h1-ff: var(--g-font-heading, heading);
  --g-h1-size: 46px;
  --g-h1-weight: 400;
  --g-h1-lh: 130%;
  --g-h2-ff: var(--g-font-heading, heading);
  --g-h2-size: 41px;
  --g-h2-weight: 400;
  --g-h2-lh: 130%;
  --g-h3-ff: var(--g-font-heading, heading);
  --g-h3-size: 52px;
  --g-h3-weight: 400;
  --g-h3-lh: 130%;
  --g-p1-ff: var(--g-font-body, body);
  --g-p1-size: 16px;
  --g-p1-weight: 400;
  --g-p1-lh: 180%;
  --g-p2-ff: var(--g-font-body, body);
  --g-p2-size: 14px;
  --g-p2-weight: 400;
  --g-p2-lh: 180%;
  --g-p3-ff: var(--g-font-body, body);
  --g-p3-size: 10px;
  --g-p3-weight: 400;
  --g-p3-lh: 180%;
  --g-sh1-ff: var(--g-font-heading, heading);
  --g-sh1-size: 25px;
  --g-sh1-weight: 400;
  --g-sh1-lh: 130%;
  --g-sh2-ff: var(--g-font-heading, heading);
  --g-sh2-size: 18px;
  --g-sh2-weight: 400;
  --g-sh2-lh: 130%;
  --g-sh3-ff: var(--g-font-heading, heading);
  --g-sh3-size: 32px;
  --g-sh3-weight: 400;
  --g-sh3-lh: 130%;
  --g-s-2xl: 32px;
  --g-s-3xl: 48px;
  --g-s-4xl: 80px;
  --g-s-5xl: 112px;
  --g-s-l: 16px;
  --g-s-m: 12px;
  --g-s-s: 8px;
  --g-s-xl: 24px;
  --g-s-xs: 4px;
  --g-s-xxs: 2px;
  --g-ct-p: 16px;
  --g-ct-w: 1200px;
  --g-font-body: sans-serif;
  --g-font-code: sans-serif;
  --g-font-heading: sans-serif;
  --g-theme-font: [object Object];
  --g-c-bg-1: #e2e2e2;
  --g-c-bg-2: #f3f3f3;
  --g-c-bg-3: #fff;
  --g-c-brand: #121212;
  --g-color-color-index-change: 5;
  --g-c-error: #ea3335;
  --g-c-highlight: #4d4d4d;
  --g-c-info: #1890ff;
  --g-c-line-1: #ececec;
  --g-c-line-2: #7d7d7d;
  --g-c-line-3: #121212;
  --g-color-my-colors-0: #121212;
  --g-color-my-colors-1: #4f4f4f;
  --g-color-my-colors-2: #e2e2e2;
  --g-color-my-colors-3: #fff;
  --g-color-my-colors-4: #334fb4;
  --g-color-my-colors-5: #575757;
  --g-c-success: #428445;
  --g-c-text-1: #4d4d4d;
  --g-c-text-2: #121212;
  --g-c-text-3: #fff;
  --g-color-theme-colors-0: #121212;
  --g-color-theme-colors-1: #4f4f4f;
  --g-color-theme-colors-2: #e2e2e2;
  --g-color-theme-colors-3: #fff;
  --g-color-theme-colors-4: #334fb4;
  --g-color-theme-colors-5: #575757;
  --g-c-warning: #f2a73b;
  --g-radius-large: 16px;
  --g-radius-medium: 6px;
  --g-radius-small: 3px;
}
@media (max-width: 1024px) {
  .gps {
    --g-h1-ff: var(--g-font-heading, heading);
    --g-h1-size: 46px;
    --g-h1-weight: 400;
    --g-h2-size: 41px;
    --g-h3-ff: var(--g-font-heading, heading);
    --g-h3-size: 52px;
    --g-h3-weight: 400;
    --g-p1-size: 16px;
    --g-p1-lh: 180%;
    --g-p2-size: 14px;
    --g-p3-size: 10px;
    --g-sh1-size: 25px;
    --g-sh2-size: 18px;
    --g-sh3-size: 32px;
    --g-ct-p: 16px;
    --g-ct-w: 100%;
    --g-font-body: sans-serif;
    --g-font-code: sans-serif;
    --g-font-heading: sans-serif;
    --g-theme-font: [object Object];
  }
}
@media (max-width: 767px) {
  .gps {
    --g-h1-ff: var(--g-font-heading, heading);
    --g-h1-size: 41px;
    --g-h1-weight: 400;
    --g-h2-size: 36px;
    --g-h3-ff: var(--g-font-heading, heading);
    --g-h3-size: 46px;
    --g-h3-weight: 400;
    --g-p1-size: 14px;
    --g-p2-size: 12px;
    --g-p3-size: 9px;
    --g-sh1-size: 23px;
    --g-sh2-size: 16px;
    --g-sh3-size: 29px;
    --g-ct-p: 16px;
    --g-ct-w: 100%;
    --g-font-body: sans-serif;
    --g-font-code: sans-serif;
    --g-font-heading: sans-serif;
    --g-theme-font: [object Object];
  }
}

.gps-611229817513247707.gps.gpsil [style*="--aspect:"] {
  aspect-ratio: var(--aspect);
}
.gps-611229817513247707.gps.gpsil [style*="--bga:"] {
  background-attachment: var(--bga);
}
.gps-611229817513247707.gps.gpsil [style*="--bgc:"] {
  background-color: var(--bgc);
}
.gps-611229817513247707.gps.gpsil [style*="--bgi:"] {
  background-image: var(--bgi);
}
.gps-611229817513247707.gps.gpsil [style*="--bgp:"] {
  background-position: var(--bgp);
}
.gps-611229817513247707.gps.gpsil [style*="--bgr:"] {
  background-repeat: var(--bgr);
}
.gps-611229817513247707.gps.gpsil [style*="--bgs:"] {
  background-size: var(--bgs);
}
.gps-611229817513247707.gps.gpsil [style*="--b:"] {
  border: var(--b);
}
.gps-611229817513247707.gps.gpsil [style*="--bc:"] {
  border-color: var(--bc);
}
.gps-611229817513247707.gps.gpsil [style*="--bblr:"] {
  border-bottom-left-radius: var(--bblr);
}
.gps-611229817513247707.gps.gpsil [style*="--bbrr:"] {
  border-bottom-right-radius: var(--bbrr);
}
.gps-611229817513247707.gps.gpsil [style*="--bs:"] {
  border-style: var(--bs);
}
.gps-611229817513247707.gps.gpsil [style*="--btlr:"] {
  border-top-left-radius: var(--btlr);
}
.gps-611229817513247707.gps.gpsil [style*="--btrr:"] {
  border-top-right-radius: var(--btrr);
}
.gps-611229817513247707.gps.gpsil [style*="--bw:"] {
  border-width: var(--bw);
}
.gps-611229817513247707.gps.gpsil [style*="--shadow:"] {
  box-shadow: var(--shadow);
}
.gps-611229817513247707.gps.gpsil [style*="--cg:"] {
  -moz-column-gap: var(--cg);
  column-gap: var(--cg);
}
.gps-611229817513247707.gps.gpsil [style*="--gtc:"] {
  grid-template-columns: var(--gtc);
}
.gps-611229817513247707.gps.gpsil [style*="--h:"] {
  height: var(--h);
}
.gps-611229817513247707.gps.gpsil [style*="--jc:"] {
  justify-content: var(--jc);
}
.gps-611229817513247707.gps.gpsil [style*="--mb:"] {
  margin-bottom: var(--mb);
}
.gps-611229817513247707.gps.gpsil [style*="--objf:"] {
  -o-object-fit: var(--objf);
  object-fit: var(--objf);
}
.gps-611229817513247707.gps.gpsil [style*="--op:"] {
  opacity: var(--op);
}
.gps-611229817513247707.gps.gpsil [style*="--pc:"] {
  place-content: var(--pc);
}
.gps-611229817513247707.gps.gpsil [style*="--pb:"] {
  padding-bottom: var(--pb);
}
.gps-611229817513247707.gps.gpsil [style*="--pl:"] {
  padding-left: var(--pl);
}
.gps-611229817513247707.gps.gpsil [style*="--pr:"] {
  padding-right: var(--pr);
}
.gps-611229817513247707.gps.gpsil [style*="--pt:"] {
  padding-top: var(--pt);
}
.gps-611229817513247707.gps.gpsil [style*="--rg:"] {
  row-gap: var(--rg);
}
.gps-611229817513247707.gps.gpsil [style*="--ta:"] {
  text-align: var(--ta);
}
.gps-611229817513247707.gps.gpsil [style*="--w:"] {
  width: var(--w);
}
@media only screen and (max-width: 1024px) {
  .gps-611229817513247707.gps.gpsil [style*="--aspect-tablet:"] {
    aspect-ratio: var(--aspect-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--h-tablet:"] {
    height: var(--h-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pb-tablet:"] {
    padding-bottom: var(--pb-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pl-tablet:"] {
    padding-left: var(--pl-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pr-tablet:"] {
    padding-right: var(--pr-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pt-tablet:"] {
    padding-top: var(--pt-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--rg-tablet:"] {
    row-gap: var(--rg-tablet);
  }
  .gps-611229817513247707.gps.gpsil [style*="--w-tablet:"] {
    width: var(--w-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .gps-611229817513247707.gps.gpsil [style*="--gtc-mobile:"] {
    grid-template-columns: var(--gtc-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--h-mobile:"] {
    height: var(--h-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--jc-mobile:"] {
    justify-content: var(--jc-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--mb-mobile:"] {
    margin-bottom: var(--mb-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--objf-mobile:"] {
    -o-object-fit: var(--objf-mobile);
    object-fit: var(--objf-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pb-mobile:"] {
    padding-bottom: var(--pb-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pl-mobile:"] {
    padding-left: var(--pl-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pr-mobile:"] {
    padding-right: var(--pr-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--pt-mobile:"] {
    padding-top: var(--pt-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--rg-mobile:"] {
    row-gap: var(--rg-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--ta-mobile:"] {
    text-align: var(--ta-mobile);
  }
  .gps-611229817513247707.gps.gpsil [style*="--w-mobile:"] {
    width: var(--w-mobile);
  }
}

.gps-611229817513247707 .gp-relative {
  position: relative;
}
.gps-611229817513247707 .gp-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gps-611229817513247707 .gp-mb-0 {
  margin-bottom: 0;
}
.gps-611229817513247707 .gp-inline-block {
  display: inline-block;
}
.gps-611229817513247707 .gp-flex {
  display: flex;
}
.gps-611229817513247707 .gp-grid {
  display: grid;
}
.gps-611229817513247707 .gp-contents {
  display: contents;
}
.gps-611229817513247707 .gp-h-auto {
  height: auto;
}
.gps-611229817513247707 .gp-h-full {
  height: 100%;
}
.gps-611229817513247707 .gp-w-full {
  width: 100%;
}
.gps-611229817513247707 .gp-max-w-full {
  max-width: 100%;
}
.gps-611229817513247707 .gp-flex-none {
  flex: none;
}
.gps-611229817513247707 .gp-grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.gps-611229817513247707 .gp-flex-col {
  flex-direction: column;
}
.gps-611229817513247707 .gp-transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gps-611229817513247707 .gp-duration-200 {
  transition-duration: 0.2s;
}
.gps-611229817513247707 .gp-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .gps-611229817513247707 .tablet\:gp-h-auto {
    height: auto;
  }
  .gps-611229817513247707 .tablet\:gp-flex-none {
    flex: none;
  }
}
@media (max-width: 767px) {
  .gps-611229817513247707 .mobile\:gp-h-full {
    height: 100%;
  }
  .gps-611229817513247707 .mobile\:gp-flex-1 {
    flex: 1 1 0%;
  }
}
.gps-611229817513247707 .\[\&_\*\]\:gp-max-w-full * {
  max-width: 100%;
}

.trending-bar {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  padding: 6px 10px;
}

.trend-badge {
  margin-left: 10px;
  background: #2e7d32;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  animation: pulse 1.6s infinite;
  white-space: nowrap;
}

.trend-text {
  margin-left: 10px;
  color: #d0d0d0;
  display: inline-block;
}

.trend-mobile {
  display: none;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }

  100% {
    opacity: 1;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .trending-bar {
    font-size: 15px;
  }

  .trend-text {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .trend-desktop {
    display: none;
  }

  .trend-mobile {
    display: inline;
    font-size: 15px;
  }
}

.gps-611229817513182171.gps.gpsil [style*="--aspect:"] {
  aspect-ratio: var(--aspect);
}
.gps-611229817513182171.gps.gpsil [style*="--bg:"] {
  background: var(--bg);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-bg:"]:hover {
  background: var(--hvr-bg);
}
.gps-611229817513182171.gps.gpsil [style*="--bga:"] {
  background-attachment: var(--bga);
}
.gps-611229817513182171.gps.gpsil [style*="--bgc:"] {
  background-color: var(--bgc);
}
.gps-611229817513182171.gps.gpsil [style*="--bgi:"] {
  background-image: var(--bgi);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-bgi:"]:hover {
  background-image: var(--hvr-bgi);
}
.gps-611229817513182171.gps.gpsil [style*="--bgp:"] {
  background-position: var(--bgp);
}
.gps-611229817513182171.gps.gpsil [style*="--bgr:"] {
  background-repeat: var(--bgr);
}
.gps-611229817513182171.gps.gpsil [style*="--bgs:"] {
  background-size: var(--bgs);
}
.gps-611229817513182171.gps.gpsil [style*="--b:"] {
  border: var(--b);
}
.gps-611229817513182171.gps.gpsil [style*="--bc:"] {
  border-color: var(--bc);
}
.gps-611229817513182171.gps.gpsil [style*="--bblr:"] {
  border-bottom-left-radius: var(--bblr);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-bblr:"]:hover {
  border-bottom-left-radius: var(--hvr-bblr);
}
.gps-611229817513182171.gps.gpsil [style*="--bbrr:"] {
  border-bottom-right-radius: var(--bbrr);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-bbrr:"]:hover {
  border-bottom-right-radius: var(--hvr-bbrr);
}
.gps-611229817513182171.gps.gpsil [style*="--bs:"] {
  border-style: var(--bs);
}
.gps-611229817513182171.gps.gpsil [style*="--btlr:"] {
  border-top-left-radius: var(--btlr);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-btlr:"]:hover {
  border-top-left-radius: var(--hvr-btlr);
}
.gps-611229817513182171.gps.gpsil [style*="--btrr:"] {
  border-top-right-radius: var(--btrr);
}
.gps-611229817513182171.gps.gpsil [style*="--hvr-btrr:"]:hover {
  border-top-right-radius: var(--hvr-btrr);
}
.gps-611229817513182171.gps.gpsil [style*="--bw:"] {
  border-width: var(--bw);
}
.gps-611229817513182171.gps.gpsil [style*="--shadow:"] {
  box-shadow: var(--shadow);
}
.gps-611229817513182171.gps.gpsil [style*="--c:"] {
  color: var(--c);
}
.gps-611229817513182171.gps.gpsil [style*="--cg:"] {
  -moz-column-gap: var(--cg);
  column-gap: var(--cg);
}
.gps-611229817513182171.gps.gpsil [style*="--ff:"] {
  font-family: var(--ff);
}
.gps-611229817513182171.gps.gpsil [style*="--size:"] {
  font-size: var(--size);
}
.gps-611229817513182171.gps.gpsil [style*="--weight:"] {
  font-weight: var(--weight);
}
.gps-611229817513182171.gps.gpsil [style*="--fs:"] {
  font-style: var(--fs);
}
.gps-611229817513182171.gps.gpsil [style*="--gtc:"] {
  grid-template-columns: var(--gtc);
}
.gps-611229817513182171.gps.gpsil [style*="--h:"] {
  height: var(--h);
}
.gps-611229817513182171.gps.gpsil [style*="--jc:"] {
  justify-content: var(--jc);
}
.gps-611229817513182171.gps.gpsil [style*="--ls:"] {
  letter-spacing: var(--ls);
}
.gps-611229817513182171.gps.gpsil [style*="--lh:"] {
  line-height: var(--lh);
}
.gps-611229817513182171.gps.gpsil [style*="--tdt:"] {
  text-decoration-thickness: var(--tdt);
}
.gps-611229817513182171.gps.gpsil [style*="--tdl:"] {
  text-decoration-line: var(--tdl);
}
.gps-611229817513182171.gps.gpsil [style*="--mb:"] {
  margin-bottom: var(--mb);
}
.gps-611229817513182171.gps.gpsil [style*="--ml:"] {
  margin-left: var(--ml);
}
.gps-611229817513182171.gps.gpsil [style*="--mr:"] {
  margin-right: var(--mr);
}
.gps-611229817513182171.gps.gpsil [style*="--objf:"] {
  -o-object-fit: var(--objf);
  object-fit: var(--objf);
}
.gps-611229817513182171.gps.gpsil [style*="--op:"] {
  opacity: var(--op);
}
.gps-611229817513182171.gps.gpsil [style*="--pc:"] {
  place-content: var(--pc);
}
.gps-611229817513182171.gps.gpsil [style*="--pb:"] {
  padding-bottom: var(--pb);
}
.gps-611229817513182171.gps.gpsil [style*="--pl:"] {
  padding-left: var(--pl);
}
.gps-611229817513182171.gps.gpsil [style*="--pr:"] {
  padding-right: var(--pr);
}
.gps-611229817513182171.gps.gpsil [style*="--pt:"] {
  padding-top: var(--pt);
}
.gps-611229817513182171.gps.gpsil [style*="--pos:"] {
  position: var(--pos);
}
.gps-611229817513182171.gps.gpsil [style*="--right:"] {
  right: var(--right);
}
.gps-611229817513182171.gps.gpsil [style*="--rg:"] {
  row-gap: var(--rg);
}
.gps-611229817513182171.gps.gpsil [style*="--ta:"] {
  text-align: var(--ta);
}
.gps-611229817513182171.gps.gpsil [style*="--ts:"] {
  text-shadow: var(--ts);
}
.gps-611229817513182171.gps.gpsil [style*="--top:"] {
  top: var(--top);
}
.gps-611229817513182171.gps.gpsil [style*="--w:"] {
  width: var(--w);
}
.gps-611229817513182171.gps.gpsil [style*="--line-clamp:"] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
}
@media only screen and (max-width: 1024px) {
  .gps-611229817513182171.gps.gpsil [style*="--aspect-tablet:"] {
    aspect-ratio: var(--aspect-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--cg-tablet:"] {
    -moz-column-gap: var(--cg-tablet);
    column-gap: var(--cg-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--size-tablet:"] {
    font-size: var(--size-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--gtc-tablet:"] {
    grid-template-columns: var(--gtc-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--h-tablet:"] {
    height: var(--h-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--lh-tablet:"] {
    line-height: var(--lh-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--mb-tablet:"] {
    margin-bottom: var(--mb-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--ml-tablet:"] {
    margin-left: var(--ml-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--mt-tablet:"] {
    margin-top: var(--mt-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pb-tablet:"] {
    padding-bottom: var(--pb-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pl-tablet:"] {
    padding-left: var(--pl-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pr-tablet:"] {
    padding-right: var(--pr-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pt-tablet:"] {
    padding-top: var(--pt-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--w-tablet:"] {
    width: var(--w-tablet);
  }
  .gps-611229817513182171.gps.gpsil [style*="--line-clamp-tablet:"] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .gps-611229817513182171.gps.gpsil [style*="--aspect-mobile:"] {
    aspect-ratio: var(--aspect-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--bs-mobile:"] {
    border-style: var(--bs-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--shadow-mobile:"] {
    box-shadow: var(--shadow-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--size-mobile:"] {
    font-size: var(--size-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--gtc-mobile:"] {
    grid-template-columns: var(--gtc-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--h-mobile:"] {
    height: var(--h-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--lh-mobile:"] {
    line-height: var(--lh-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--mb-mobile:"] {
    margin-bottom: var(--mb-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--ml-mobile:"] {
    margin-left: var(--ml-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--o-mobile:"] {
    order: var(--o-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pc-mobile:"] {
    place-content: var(--pc-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pb-mobile:"] {
    padding-bottom: var(--pb-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pl-mobile:"] {
    padding-left: var(--pl-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pr-mobile:"] {
    padding-right: var(--pr-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pt-mobile:"] {
    padding-top: var(--pt-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--pos-mobile:"] {
    position: var(--pos-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--ta-mobile:"] {
    text-align: var(--ta-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--w-mobile:"] {
    width: var(--w-mobile);
  }
  .gps-611229817513182171.gps.gpsil [style*="--line-clamp-mobile:"] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp-mobile);
  }
}
.gps-611229817513182171 .gp-g-paragraph-1 {
  font-family: var(--g-p1-ff);
  font-size: var(--g-p1-size);
  font-style: var(--g-p1-fs);
  font-weight: var(--g-p1-weight);
  letter-spacing: var(--g-p1-ls);
  line-height: var(--g-p1-lh);
}
.gps-611229817513182171 .gp-relative {
  position: relative;
}
.gps-611229817513182171 .gp-z-1 {
  z-index: 1;
}
.gps-611229817513182171 .gp-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gps-611229817513182171 .gp-mb-0 {
  margin-bottom: 0;
}
.gps-611229817513182171 .gp-inline-block {
  display: inline-block;
}
.gps-611229817513182171 .gp-flex {
  display: flex;
}
.gps-611229817513182171 .gp-inline-flex {
  display: inline-flex;
}
.gps-611229817513182171 .gp-grid {
  display: grid;
}
.gps-611229817513182171 .gp-contents {
  display: contents;
}
.gps-611229817513182171 .gp-h-auto {
  height: auto;
}
.gps-611229817513182171 .gp-h-full {
  height: 100%;
}
.gps-611229817513182171 .gp-w-full {
  width: 100%;
}
.gps-611229817513182171 .\!gp-max-w-none {
  max-width: none !important;
}
.gps-611229817513182171 .gp-max-w-full {
  max-width: 100%;
}
.gps-611229817513182171 .gp-flex-none {
  flex: none;
}
.gps-611229817513182171 .gp-shrink-0 {
  flex-shrink: 0;
}
.gps-611229817513182171 .gp-grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.gps-611229817513182171 .gp-flex-col {
  flex-direction: column;
}
.gps-611229817513182171 .gp-items-center {
  align-items: center;
}
.gps-611229817513182171 .gp-justify-center {
  justify-content: center;
}
.gps-611229817513182171 .gp-overflow-hidden {
  overflow: hidden;
}
.gps-611229817513182171 .gp-break-words {
  overflow-wrap: break-word;
}
.gps-611229817513182171 .gp-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.gps-611229817513182171 .gp-text-center {
  text-align: center;
}
.gps-611229817513182171 .gp-text-g-text-3 {
  color: var(--g-c-text-3);
}
.gps-611229817513182171 .gp-no-underline {
  text-decoration-line: none;
}
.gps-611229817513182171 .gp-transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gps-611229817513182171 .gp-duration-200 {
  transition-duration: 0.2s;
}
.gps-611229817513182171 .gp-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gps-611229817513182171 .disabled\:gp-btn-disabled:disabled {
  cursor: default;
}
.gps-611229817513182171 .disabled\:gp-opacity-30:disabled {
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .gps-611229817513182171 .tablet\:gp-h-auto {
    height: auto;
  }
  .gps-611229817513182171 .tablet\:gp-flex-none {
    flex: none;
  }
}
@media (max-width: 767px) {
  .gps-611229817513182171 .mobile\:gp-h-auto {
    height: auto;
  }
  .gps-611229817513182171 .mobile\:gp-flex-none {
    flex: none;
  }
}
.gps-611229817513182171 .\[\&\>svg\]\:\!gp-h-\[var\(--height-desktop\)\] > svg {
  height: var(--height-desktop) !important;
}
.gps-611229817513182171 .\[\&\>svg\]\:\!gp-w-auto > svg {
  width: auto !important;
}
@media (max-width: 1024px) {
  .gps-611229817513182171 .tablet\:\[\&\>svg\]\:\!gp-h-\[var\(--height-tablet\)\] > svg {
    height: var(--height-tablet) !important;
  }
}
@media (max-width: 767px) {
  .gps-611229817513182171 .mobile\:\[\&\>svg\]\:\!gp-h-\[var\(--height-mobile\)\] > svg {
    height: var(--height-mobile) !important;
  }
}
.gps-611229817513182171 .\[\&_\*\]\:gp-max-w-full * {
  max-width: 100%;
}
.gps-611229817513182171 .\[\&_p\]\:gp-whitespace-pre-line p {
  white-space: pre-line;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjg&skey=c491285d6722e4fa&v=v20) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYAZ9hjg&skey=c491285d6722e4fa&v=v20) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hjg&skey=c491285d6722e4fa&v=v20) format("woff");
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[data-id="gVh-9RZiM7"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: var(--g-c-line-3, line-3);

  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

[data-id="gVod87UME3"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: var(--g-c-line-3, line-3);

  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

[data-id="g5Rn1-ybu2"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: var(--g-c-line-3, line-3);

  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

[data-id="gmhVKeH1Zg"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: var(--g-c-line-3, line-3);

  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

[data-id="gjlCd1HOe_"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;

  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

[data-id="g-hpuW06h9"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;
  border-color: var(--g-c-line-3, line-3);

  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

[data-id="ggdfbrK3tX"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;

  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

[data-id="ggdfbrK3tX"]:hover::before {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.fb-comments {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 720px;
  margin: 0 auto;
}

.fb-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fb-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccd0d5;
  border-radius: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.fb-comment {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  margin-bottom: 14px;
  align-items: start;
}

.fb-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fb-bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 8px 14px;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

.fb-name {
  color: #050505;
  font-weight: bold;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}

.fb-text {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.4;
  color: #050505;
}

.fb-meta {
  font-size: 12px;
  color: #606770;
}

.fb-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 6px;
  display: block;
}

.fb-replies {
  grid-column: 2;
  margin-top: 6px;
  padding-left: 12px;
  border-left: 2px solid #dddfe2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fb-reply {
  grid-template-columns: 32px 1fr;
  margin-bottom: 0;
}

.fb-reply .fb-avatar {
  width: 32px !important;
  height: 32px !important;
}

.fb-reply .fb-bubble {
  border-radius: 14px;
  padding: 6px 12px;
}

.fb-reply .fb-name {
  font-size: 12px;
}

.fb-reply .fb-text {
  font-size: 13px;
}

.gps-611229817513313243.gps.gpsil [style*="--bga:"] {
  background-attachment: var(--bga);
}
.gps-611229817513313243.gps.gpsil [style*="--bgc:"] {
  background-color: var(--bgc);
}
.gps-611229817513313243.gps.gpsil [style*="--bgi:"] {
  background-image: var(--bgi);
}
.gps-611229817513313243.gps.gpsil [style*="--bgp:"] {
  background-position: var(--bgp);
}
.gps-611229817513313243.gps.gpsil [style*="--bgr:"] {
  background-repeat: var(--bgr);
}
.gps-611229817513313243.gps.gpsil [style*="--bgs:"] {
  background-size: var(--bgs);
}
.gps-611229817513313243.gps.gpsil [style*="--bbw:"] {
  border-bottom-width: var(--bbw);
}
.gps-611229817513313243.gps.gpsil [style*="--bc:"] {
  border-color: var(--bc);
}
.gps-611229817513313243.gps.gpsil [style*="--bblr:"] {
  border-bottom-left-radius: var(--bblr);
}
.gps-611229817513313243.gps.gpsil [style*="--bbrr:"] {
  border-bottom-right-radius: var(--bbrr);
}
.gps-611229817513313243.gps.gpsil [style*="--bs:"] {
  border-style: var(--bs);
}
.gps-611229817513313243.gps.gpsil [style*="--btlr:"] {
  border-top-left-radius: var(--btlr);
}
.gps-611229817513313243.gps.gpsil [style*="--btrr:"] {
  border-top-right-radius: var(--btrr);
}
.gps-611229817513313243.gps.gpsil [style*="--bw:"] {
  border-width: var(--bw);
}
.gps-611229817513313243.gps.gpsil [style*="--shadow:"] {
  box-shadow: var(--shadow);
}
.gps-611229817513313243.gps.gpsil [style*="--c:"] {
  color: var(--c);
}
.gps-611229817513313243.gps.gpsil [style*="--cg:"] {
  -moz-column-gap: var(--cg);
  column-gap: var(--cg);
}
.gps-611229817513313243.gps.gpsil [style*="--ff:"] {
  font-family: var(--ff);
}
.gps-611229817513313243.gps.gpsil [style*="--size:"] {
  font-size: var(--size);
}
.gps-611229817513313243.gps.gpsil [style*="--weight:"] {
  font-weight: var(--weight);
}
.gps-611229817513313243.gps.gpsil [style*="--fs:"] {
  font-style: var(--fs);
}
.gps-611229817513313243.gps.gpsil [style*="--gtc:"] {
  grid-template-columns: var(--gtc);
}
.gps-611229817513313243.gps.gpsil [style*="--h:"] {
  height: var(--h);
}
.gps-611229817513313243.gps.gpsil [style*="--jc:"] {
  justify-content: var(--jc);
}
.gps-611229817513313243.gps.gpsil [style*="--ls:"] {
  letter-spacing: var(--ls);
}
.gps-611229817513313243.gps.gpsil [style*="--lh:"] {
  line-height: var(--lh);
}
.gps-611229817513313243.gps.gpsil [style*="--tdt:"] {
  text-decoration-thickness: var(--tdt);
}
.gps-611229817513313243.gps.gpsil [style*="--tdl:"] {
  text-decoration-line: var(--tdl);
}
.gps-611229817513313243.gps.gpsil [style*="--mb:"] {
  margin-bottom: var(--mb);
}
.gps-611229817513313243.gps.gpsil [style*="--ml:"] {
  margin-left: var(--ml);
}
.gps-611229817513313243.gps.gpsil [style*="--mr:"] {
  margin-right: var(--mr);
}
.gps-611229817513313243.gps.gpsil [style*="--minw:"] {
  min-width: var(--minw);
}
.gps-611229817513313243.gps.gpsil [style*="--op:"] {
  opacity: var(--op);
}
.gps-611229817513313243.gps.gpsil [style*="--pc:"] {
  place-content: var(--pc);
}
.gps-611229817513313243.gps.gpsil [style*="--pb:"] {
  padding-bottom: var(--pb);
}
.gps-611229817513313243.gps.gpsil [style*="--pl:"] {
  padding-left: var(--pl);
}
.gps-611229817513313243.gps.gpsil [style*="--pr:"] {
  padding-right: var(--pr);
}
.gps-611229817513313243.gps.gpsil [style*="--pt:"] {
  padding-top: var(--pt);
}
.gps-611229817513313243.gps.gpsil [style*="--ta:"] {
  text-align: var(--ta);
}
.gps-611229817513313243.gps.gpsil [style*="--ts:"] {
  text-shadow: var(--ts);
}
.gps-611229817513313243.gps.gpsil [style*="--tt:"] {
  text-transform: var(--tt);
}
.gps-611229817513313243.gps.gpsil [style*="--t:"] {
  transform: var(--t);
}
.gps-611229817513313243.gps.gpsil [style*="--w:"] {
  width: var(--w);
}
.gps-611229817513313243.gps.gpsil [style*="--line-clamp:"] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
}
@media only screen and (max-width: 1024px) {
  .gps-611229817513313243.gps.gpsil [style*="--bbw-tablet:"] {
    border-bottom-width: var(--bbw-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--size-tablet:"] {
    font-size: var(--size-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--lh-tablet:"] {
    line-height: var(--lh-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--mb-tablet:"] {
    margin-bottom: var(--mb-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--ml-tablet:"] {
    margin-left: var(--ml-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--mr-tablet:"] {
    margin-right: var(--mr-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pb-tablet:"] {
    padding-bottom: var(--pb-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pl-tablet:"] {
    padding-left: var(--pl-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pr-tablet:"] {
    padding-right: var(--pr-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pt-tablet:"] {
    padding-top: var(--pt-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--w-tablet:"] {
    width: var(--w-tablet);
  }
  .gps-611229817513313243.gps.gpsil [style*="--line-clamp-tablet:"] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .gps-611229817513313243.gps.gpsil [style*="--bbw-mobile:"] {
    border-bottom-width: var(--bbw-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--size-mobile:"] {
    font-size: var(--size-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--gtc-mobile:"] {
    grid-template-columns: var(--gtc-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--lh-mobile:"] {
    line-height: var(--lh-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--mb-mobile:"] {
    margin-bottom: var(--mb-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--ml-mobile:"] {
    margin-left: var(--ml-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--mr-mobile:"] {
    margin-right: var(--mr-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pb-mobile:"] {
    padding-bottom: var(--pb-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pl-mobile:"] {
    padding-left: var(--pl-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pr-mobile:"] {
    padding-right: var(--pr-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--pt-mobile:"] {
    padding-top: var(--pt-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--ta-mobile:"] {
    text-align: var(--ta-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--w-mobile:"] {
    width: var(--w-mobile);
  }
  .gps-611229817513313243.gps.gpsil [style*="--line-clamp-mobile:"] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp-mobile);
  }
}
.gps-611229817513313243 .gp-g-paragraph-1 {
  font-family: var(--g-p1-ff);
  font-size: var(--g-p1-size);
  font-style: var(--g-p1-fs);
  font-weight: var(--g-p1-weight);
  letter-spacing: var(--g-p1-ls);
  line-height: var(--g-p1-lh);
}
.gps-611229817513313243 .gp-relative {
  position: relative;
}
.gps-611229817513313243 .gp-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gps-611229817513313243 .gp-mb-0 {
  margin-bottom: 0;
}
.gps-611229817513313243 .gp-block {
  display: block;
}
.gps-611229817513313243 .gp-flex {
  display: flex;
}
.gps-611229817513313243 .gp-inline-flex {
  display: inline-flex;
}
.gps-611229817513313243 .gp-grid {
  display: grid;
}
.gps-611229817513313243 .gp-hidden {
  display: none;
}
.gps-611229817513313243 .gp-max-w-full {
  max-width: 100%;
}
.gps-611229817513313243 .gp-flex-none {
  flex: none;
}
.gps-611229817513313243 .gp-grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.gps-611229817513313243 .gp-flex-col {
  flex-direction: column;
}
.gps-611229817513313243 .gp-items-center {
  align-items: center;
}
.gps-611229817513313243 .gp-justify-start {
  justify-content: flex-start;
}
.gps-611229817513313243 .gp-justify-center {
  justify-content: center;
}
.gps-611229817513313243 .gp-transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gps-611229817513313243 .gp-duration-200 {
  transition-duration: 0.2s;
}
.gps-611229817513313243 .gp-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .gps-611229817513313243 .tablet\:gp-block {
    display: block;
  }
  .gps-611229817513313243 .tablet\:gp-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .gps-611229817513313243 .mobile\:gp-block {
    display: block;
  }
  .gps-611229817513313243 .mobile\:gp-hidden {
    display: none;
  }
}
.gps-611229817513313243 .\[\&_\*\]\:gp-max-w-full * {
  max-width: 100%;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format("truetype");
}

.gps-611229817513378779.gps.gpsil [style*="--bg:"] {
  background: var(--bg);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-bg:"]:hover {
  background: var(--hvr-bg);
}
.gps-611229817513378779.gps.gpsil [style*="--bga:"] {
  background-attachment: var(--bga);
}
.gps-611229817513378779.gps.gpsil [style*="--bgc:"] {
  background-color: var(--bgc);
}
.gps-611229817513378779.gps.gpsil [style*="--bgi:"] {
  background-image: var(--bgi);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-bgi:"]:hover {
  background-image: var(--hvr-bgi);
}
.gps-611229817513378779.gps.gpsil [style*="--bgp:"] {
  background-position: var(--bgp);
}
.gps-611229817513378779.gps.gpsil [style*="--bgr:"] {
  background-repeat: var(--bgr);
}
.gps-611229817513378779.gps.gpsil [style*="--bgs:"] {
  background-size: var(--bgs);
}
.gps-611229817513378779.gps.gpsil [style*="--bc:"] {
  border-color: var(--bc);
}
.gps-611229817513378779.gps.gpsil [style*="--bblr:"] {
  border-bottom-left-radius: var(--bblr);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-bblr:"]:hover {
  border-bottom-left-radius: var(--hvr-bblr);
}
.gps-611229817513378779.gps.gpsil [style*="--bbrr:"] {
  border-bottom-right-radius: var(--bbrr);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-bbrr:"]:hover {
  border-bottom-right-radius: var(--hvr-bbrr);
}
.gps-611229817513378779.gps.gpsil [style*="--bs:"] {
  border-style: var(--bs);
}
.gps-611229817513378779.gps.gpsil [style*="--btlr:"] {
  border-top-left-radius: var(--btlr);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-btlr:"]:hover {
  border-top-left-radius: var(--hvr-btlr);
}
.gps-611229817513378779.gps.gpsil [style*="--btrr:"] {
  border-top-right-radius: var(--btrr);
}
.gps-611229817513378779.gps.gpsil [style*="--hvr-btrr:"]:hover {
  border-top-right-radius: var(--hvr-btrr);
}
.gps-611229817513378779.gps.gpsil [style*="--bw:"] {
  border-width: var(--bw);
}
.gps-611229817513378779.gps.gpsil [style*="--bottom:"] {
  bottom: var(--bottom);
}
.gps-611229817513378779.gps.gpsil [style*="--shadow:"] {
  box-shadow: var(--shadow);
}
.gps-611229817513378779.gps.gpsil [style*="--c:"] {
  color: var(--c);
}
.gps-611229817513378779.gps.gpsil [style*="--ff:"] {
  font-family: var(--ff);
}
.gps-611229817513378779.gps.gpsil [style*="--size:"] {
  font-size: var(--size);
}
.gps-611229817513378779.gps.gpsil [style*="--weight:"] {
  font-weight: var(--weight);
}
.gps-611229817513378779.gps.gpsil [style*="--fs:"] {
  font-style: var(--fs);
}
.gps-611229817513378779.gps.gpsil [style*="--h:"] {
  height: var(--h);
}
.gps-611229817513378779.gps.gpsil [style*="--left:"] {
  left: var(--left);
}
.gps-611229817513378779.gps.gpsil [style*="--ls:"] {
  letter-spacing: var(--ls);
}
.gps-611229817513378779.gps.gpsil [style*="--lh:"] {
  line-height: var(--lh);
}
.gps-611229817513378779.gps.gpsil [style*="--m:"] {
  margin: var(--m);
}
.gps-611229817513378779.gps.gpsil [style*="--mb:"] {
  margin-bottom: var(--mb);
}
.gps-611229817513378779.gps.gpsil [style*="--mr:"] {
  margin-right: var(--mr);
}
.gps-611229817513378779.gps.gpsil [style*="--op:"] {
  opacity: var(--op);
}
.gps-611229817513378779.gps.gpsil [style*="--pb:"] {
  padding-bottom: var(--pb);
}
.gps-611229817513378779.gps.gpsil [style*="--pl:"] {
  padding-left: var(--pl);
}
.gps-611229817513378779.gps.gpsil [style*="--pr:"] {
  padding-right: var(--pr);
}
.gps-611229817513378779.gps.gpsil [style*="--pt:"] {
  padding-top: var(--pt);
}
.gps-611229817513378779.gps.gpsil [style*="--pos:"] {
  position: var(--pos);
}
.gps-611229817513378779.gps.gpsil [style*="--ta:"] {
  text-align: var(--ta);
}
.gps-611229817513378779.gps.gpsil [style*="--top:"] {
  top: var(--top);
}
.gps-611229817513378779.gps.gpsil [style*="--t:"] {
  transform: var(--t);
}
.gps-611229817513378779.gps.gpsil [style*="--w:"] {
  width: var(--w);
}
@media only screen and (max-width: 1024px) {
  .gps-611229817513378779.gps.gpsil [style*="--bottom-tablet:"] {
    bottom: var(--bottom-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--size-tablet:"] {
    font-size: var(--size-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--h-tablet:"] {
    height: var(--h-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--left-tablet:"] {
    left: var(--left-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--lh-tablet:"] {
    line-height: var(--lh-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--pos-tablet:"] {
    position: var(--pos-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--top-tablet:"] {
    top: var(--top-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--t-tablet:"] {
    transform: var(--t-tablet);
  }
  .gps-611229817513378779.gps.gpsil [style*="--w-tablet:"] {
    width: var(--w-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .gps-611229817513378779.gps.gpsil [style*="--bottom-mobile:"] {
    bottom: var(--bottom-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--size-mobile:"] {
    font-size: var(--size-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--h-mobile:"] {
    height: var(--h-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--left-mobile:"] {
    left: var(--left-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--lh-mobile:"] {
    line-height: var(--lh-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--pos-mobile:"] {
    position: var(--pos-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--top-mobile:"] {
    top: var(--top-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--t-mobile:"] {
    transform: var(--t-mobile);
  }
  .gps-611229817513378779.gps.gpsil [style*="--w-mobile:"] {
    width: var(--w-mobile);
  }
}
.gps-611229817513378779 .\!gp-pointer-events-none {
  pointer-events: none !important;
}
.gps-611229817513378779 .gp-relative {
  position: relative;
}
.gps-611229817513378779 .gp-z-1 {
  z-index: 1;
}
.gps-611229817513378779 .\!gp-m-0 {
  margin: 0 !important;
}
.gps-611229817513378779 .gp-flex {
  display: flex;
}
.gps-611229817513378779 .gp-inline-flex {
  display: inline-flex;
}
.gps-611229817513378779 .gp-hidden {
  display: none;
}
.gps-611229817513378779 .gp-max-w-full {
  max-width: 100%;
}
.gps-611229817513378779 .gp-shrink-0 {
  flex-shrink: 0;
}
.gps-611229817513378779 .gp-flex-col {
  flex-direction: column;
}
.gps-611229817513378779 .gp-items-center {
  align-items: center;
}
.gps-611229817513378779 .gp-justify-center {
  justify-content: center;
}
.gps-611229817513378779 .gp-text-center {
  text-align: center;
}
.gps-611229817513378779 .gp-text-g-text-3 {
  color: var(--g-c-text-3);
}
.gps-611229817513378779 .gp-no-underline {
  text-decoration-line: none;
}
.gps-611229817513378779 .gp-transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gps-611229817513378779 .gp-duration-200 {
  transition-duration: 0.2s;
}
.gps-611229817513378779 .disabled\:gp-btn-disabled:disabled {
  cursor: default;
}
.gps-611229817513378779 .disabled\:gp-opacity-30:disabled {
  opacity: 0.3;
}
.gps-611229817513378779 .\[\&\>svg\]\:\!gp-h-\[var\(--height-desktop\)\] > svg {
  height: var(--height-desktop) !important;
}
.gps-611229817513378779 .\[\&\>svg\]\:\!gp-w-auto > svg {
  width: auto !important;
}
@media (max-width: 1024px) {
  .gps-611229817513378779 .tablet\:\[\&\>svg\]\:\!gp-h-\[var\(--height-tablet\)\] > svg {
    height: var(--height-tablet) !important;
  }
}
@media (max-width: 767px) {
  .gps-611229817513378779 .mobile\:\[\&\>svg\]\:\!gp-h-\[var\(--height-mobile\)\] > svg {
    height: var(--height-mobile) !important;
  }
}
@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGE.ttf) format("truetype");
}

[data-id="gAuKfEY_9v"].gp-button-base::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  border-style: none;
  border-width: 1px 1px 1px 1px;

  border-bottom-left-radius: 999999px;
  border-bottom-right-radius: 999999px;
  border-top-left-radius: 999999px;
  border-top-right-radius: 999999px;
}

.form_container {
    max-width: 500px;
    margin: 0 auto;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form input {
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.form .form_button {
    background-color: #4caf50;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.form .form_button:hover {
    background-color: #327534;
    transition: .5s;
}
.docs_container {
  max-width: 880px;
  margin: 0 auto;
}
.wrapper {
  padding: 30px 10px;
}
.docs_nav {
  padding: 5px 10px;
  text-align: center;
}
.thanks_content {
  text-align: center;
}
.thanks_content img {
  max-width: 100px;
  margin: 0 auto;
}