/* [project]/src/styles/globals.css [client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-geist-mono);
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-primary: var(--primary);
    --color-muted-foreground: var(--muted-foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  html {
    font-family: var(--font-sans);
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-background {
    background-color: var(--color-background);
  }

  .text-center {
    text-align: center;
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .text-foreground {
    color: var(--color-foreground);
  }

  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }

  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .underline {
    text-decoration-line: underline;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .backface-hidden {
    backface-visibility: hidden;
  }

  .paused {
    animation-play-state: paused;
  }

  .running {
    animation-play-state: running;
  }

  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

.gs-reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s, transform .7s;
  transform: translateY(28px);
}

.gs-reveal.gs-revealed {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .gs-reveal {
    transition: none;
    transform: none;
  }
}

.page-wrapper .navbar, .page-wrapper .integration-logo-container, .page-wrapper .features-image, .page-wrapper .feature-title, .page-wrapper .feature-paragraph, .page-wrapper .list-check-holder, .page-wrapper .list-check, .page-wrapper .new-text {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/* [project]/src/styles/webflow/goatslider.webflow.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: outside;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Hostgrotesk;
  src: url("/assets/1ed9e2-667c153675034c791eaf1db2_HostGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url("/assets/d52230-667c1536279791db3a616a3d_HostGrotesk-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-color: #1e1e1e;
  --primary: #336cec;
  --light-grey: #fafafa;
  --misty-rose: #ffdede;
  --link-bg-grey: #f1f1f1;
  --light-blue-bg: #f8f8fa;
  --dim-grey: #c5c5c5;
  --secondary: #18e5e1;
  --bg-grey: #d4d4d4;
  --notification-bg: #061025;
  --h1-desktop-size: 85px;
  --h1-tablet-size: 55px;
  --border-radius: 35px;
  --border-radius-mobile: 24px;
  --dark-pink: #331832;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.cta-section, .section.overflow-hidden {
  overflow: hidden;
}

.container {
  border-radius: 12px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container.nav-container {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.container.hero-contaner-panel {
  position: relative;
}

.container.banner-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  height: 100px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  inset: 0% 0% auto;
}

.nav-menu.right-padding {
  padding-right: 6em;
}

.flex-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.footer-link.lighter-footer-link {
  color: #2b2b2b80;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: #fff;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: #2b2b2bcc;
  line-height: 1.4;
}

.gs-copyright-link {
  color: #fff;
  background-image: url("/assets/023ece-65d75050044de8547ee217bc_external-link.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 500;
}

.gs-copyright-link:hover {
  color: var(--primary);
}

.rich-text {
  color: var(--text-color);
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  margin-top: 0;
  font-size: 70px;
  font-weight: 600;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: auto;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.subscribe-button:hover {
  background-color: var(--primary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
}

.button.with-icon {
  text-align: left;
  background-image: url("/assets/abd01e-65d75050044de8547ee217c0_Arrow-Icon.svg");
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.nav-button {
  border-radius: 100px;
  padding: 10px 15px;
  position: relative;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #ffffff0d;
}

.subscribe-email::placeholder {
  color: #fff6;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.link-background.social-media-link-bg {
  background-image: linear-gradient(111deg,var(--primary),var(--secondary));
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  filter: invert();
  width: 20px;
  height: 20px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  max-width: 500px;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 2em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  width: 100%;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url("/assets/a396e9-65d75050044de8547ee217c8_Cart-Icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.nav-cart-holder.right-paddding {
  right: 6%;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: var(--text-color);
  background-color: #fff0;
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

.cart-header {
  z-index: 5;
  border-bottom-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  top: 0;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.cart-footer {
  z-index: 5;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-quantity {
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 42px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 2em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  bottom: -15px;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  z-index: 7;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.name-of-pages-text {
  color: #fff;
  font-size: 18px;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.template-overlay {
  background-image: linear-gradient(#0000, #00000080);
  position: absolute;
  inset: 0%;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  margin-top: 6em;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url("/assets/6fede7-65d75050044de8547ee2181f_White-Arrow.svg"),linear-gradient(to right,var(--primary),var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.notification-banner.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url("/assets/abd01e-65d75050044de8547ee217c0_Arrow-Icon.svg"),linear-gradient(to bottom,var(--primary),var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px #0000000d;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-parent-rounded-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 6px 30px 1px #0000001a;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--primary);
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
  box-shadow: 0 6px 30px 1px #0000001a;
}

.footer-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: -25% auto auto 180%;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--link-bg-grey);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 32px;
}

.accordion-description {
  max-width: 600px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.hero-subtitle-holder {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-holder.left-align {
  margin-left: 0;
}

.hero-subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  inset: 0% 0% auto;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-2-text {
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

.cart-item-image-2 {
  object-fit: cover;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

.cart-subtotal-label-2 {
  font-size: 26px;
}

.cart-title-2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter .3s, color .35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

.nav-menu-overlay-mobile-2 {
  display: none;
}

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

.cart-button-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 15px 5px 5px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-item-2 {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #fff;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

.x-icon-2.invert {
  filter: invert();
}

.cart-list-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-header-2 {
  border-bottom-style: none;
  border-bottom-color: #fafafa;
  padding: 1em;
}

.cart-2 {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
  transition: filter .3s;
}

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

.remove-button-2:hover {
  color: #fa4d50;
}

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

.web-payments-2 {
  margin-bottom: 1em;
  display: none;
}

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

.quantity-wrapper {
  border: 1px solid #e9e9e9;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 150px;
  display: flex;
}

.work-list {
  grid-column-gap: 3em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8em;
  display: grid;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.work-item-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.work-slide-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

.work-item-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item-title {
  font-size: 24px;
}

.work-item-summary {
  color: gray;
  font-size: 16px;
}

.home-hero-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-section-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.home-hero-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.hero-title-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.scroll-down-line-transparent {
  z-index: 1;
  background-color: #ffffff80;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.scroll-down-line {
  z-index: 10;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.flex-horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal.bottom-margin {
  margin-bottom: 3em;
}

.hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  display: grid;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.hero-title-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #0000, #000 10%);
  width: 110%;
  height: 102px;
  position: absolute;
  inset: 0% auto auto -10%;
  transform: translate(100%);
}

.hero-title-overlay._5th {
  top: 408px;
}

.hero-title-overlay._3rd {
  top: 204px;
}

.hero-title-overlay._2nd {
  top: 102px;
}

.hero-title-overlay._4th {
  top: 306px;
}

.subheader-holder {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.work-hero-text {
  color: #fff;
  font-size: var(--h1-desktop-size);
  width: auto;
  margin-top: 0;
  font-weight: 600;
  overflow: hidden;
}

.showcase-image-holder {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-black-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.showcase-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.showcase-overlay {
  z-index: 1;
  background-image: linear-gradient(#0006, #0000004d 48%, #0006 103%);
  position: absolute;
  inset: 0%;
}

.showcase-service-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.showcase-hero-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.showcase-visit-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: color .35s, background-color .35s, border-color .35s;
  display: flex;
}

.showcase-visit-link:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.showcase-service-description {
  white-space: pre;
}

.showcase-hero-grid-item {
  color: #fff;
  border-top: 1px solid #ffffffb3;
  padding-top: 1em;
}

.work-detail-images-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 70px;
  display: grid;
}

.work-detail-grid-image {
  width: 100%;
}

.work-detail-grid-image:nth-child(2n) {
  position: relative;
  top: 70px;
}

.text-hero-work {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

.animation-2-holder {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.hero-text-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1000px;
  text-align: center;
  text-wrap: balance;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 790px;
  display: flex;
}

.featured-slider-image-holder {
  width: 100%;
}

.cta-content-holder {
  color: #fff;
  max-width: 510px;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 70px;
}

.features-image-holder {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.brand-foooter {
  width: 200px;
}

.features-card-container {
  transition: transform .6s cubic-bezier(.175, .885, .32, 1.275);
}

.features-card-container:hover {
  transform: translateY(-16px);
}

.hero-web-holder {
  z-index: 2;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.main-footer-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition-property: all;
}

.main-footer-link:hover {
  background-image: linear-gradient(112deg,var(--primary),var(--secondary));
  color: #b1b1b1;
}

.cta-color-picker-holder {
  border-radius: 4px;
  width: 40%;
  position: absolute;
  top: -14%;
  bottom: auto;
  right: auto;
}

.features-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.made-by-section-2 {
  grid-column-gap: 6px;
  color: #ffffffb3;
  border-top: 1px solid #454145;
  justify-content: flex-start;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 16px;
  display: flex;
}

.list-check {
  justify-content: flex-start;
  align-items: center;
  width: 18px;
  min-width: 18px;
  display: flex;
}

.error-message-3 {
  text-align: center;
  background-color: #ff3737;
  border-radius: 12px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 16px;
}

.hero-dashboard-holder {
  flex-flow: column;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-app-holder {
  z-index: 10;
  width: 175px;
  position: absolute;
  right: -87.5px;
  box-shadow: 7px 7px 30px #0003;
}

.integration-logo-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.pricing-content-holder {
  color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 55px 40px 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.pricing-content-holder.black-text {
  color: #000;
}

.animate-hero-text-on-load-06 {
  width: auto;
}

.slider-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(#fdfbfd 49%, #f4e0f3 68%);
  border-radius: 12px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.features-image {
  width: 100%;
}

.hero-text-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.goat-slider-app-view {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature-title {
  font-size: 26px;
  font-weight: 600;
}

.goat-demo-hero-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 26px;
  display: flex;
}

.featured-slider-image {
  border-radius: 9px;
  width: 100%;
}

.featured-image {
  width: 100%;
}

.pricing-table-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-flex-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.featured-slide {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-background {
  background-image: linear-gradient(180deg,var(--primary),#121212);
  border-radius: 20px;
  overflow: hidden;
}

.pricing-background.white-background {
  background-image: linear-gradient(#fefdfe, #f2f4f8);
  border: 1px solid #0000001a;
}

.hero-web-mask {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 30px #0003;
}

.integration-logo-holder {
  padding-top: 52px;
}

.brand-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.templates-header-text-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.cta-heading {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.featured-card-grid {
  grid-column-gap: 85px;
  justify-content: space-between;
  display: flex;
}

.feature-paragraph {
  text-wrap: balance;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-button-holder-2 {
  flex-flow: column;
  margin-top: auto;
  padding-top: 40px;
  display: flex;
}

.hero-animation-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.white-text-2 {
  color: #fff;
}

.form-block {
  margin-top: 60px;
  margin-bottom: 0;
}

.monthly {
  padding-left: 6px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.featured-slide-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 33% 0%;
  display: flex;
}

.hero-web-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(50%);
}

.feature-card-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 90px;
  display: flex;
}

.pricing-list-holder {
  padding-top: 41px;
}

.brand-foooter-holder {
  transition-property: opacity;
}

.brand-foooter-holder:hover {
  opacity: .7;
}

.integration-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-card-content {
  width: 100%;
  height: 100%;
}

.features-heading-holder {
  grid-row-gap: 12px;
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-top: 25px;
  display: flex;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.template-button-holder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.submit-button-white {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  height: 52px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  transition-property: box-shadow;
  transition-duration: .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button-white:hover {
  color: #000;
  box-shadow: 0 4px 10px #0003, inset 0 -10px 12px #18e5e154;
}

.submit-button-white:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.hero-decord-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.features-content-holder {
  grid-row-gap: 11px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.footer-section {
  z-index: 1;
  background-image: linear-gradient(180deg,var(--notification-bg),#000);
  color: #fff;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-decord-images-holder {
  width: 100%;
  height: 100%;
}

.pricing-price {
  margin-top: 12px;
  margin-bottom: 26px;
  font-size: 42px;
  font-weight: 600;
}

.list-check-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.footer-links-holder {
  grid-column-gap: 100px;
  display: flex;
}

.cta-container {
  z-index: 1;
  border-radius: var(--border-radius);
  background-image: url("/assets/f2c1d4-66057680555ef2a29393e7c5_App-screenshots-6.jpg");
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integrations-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .4s;
}

.button-link:hover {
  box-shadow: inset 0 -2px 3px 0 var(--secondary),inset 0 -8px 20px 0 #18e5e14d,0 4px 10px 0 #0003,inset 0 10px 20px 0 var(--primary);
  color: #fff;
}

.button-link:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.button-link.nav-button-link {
  padding: 10px 20px;
}

.button-link.submit-form-button {
  letter-spacing: 0;
  background-color: #1b1b1b;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
}

.cta-image {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.new-text {
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1;
}

.new-text.invert-new {
  background-color: #0000001a;
}

.hero-web-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.featured-content-holder {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 80px;
  display: flex;
}

.pricing-header {
  font-size: 24px;
}

.features-holder {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-3 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.cta-color-picker {
  width: 100%;
}

.featured-card {
  border-radius: var(--border-radius);
  background-image: linear-gradient(to bottom,var(--notification-bg),#111);
  width: 100%;
  max-width: 530px;
  overflow: hidden;
}

.integration-logo-image {
  width: 100%;
  height: 100%;
}

.hero-section-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.cta-text-field {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding: 10px 172px 10px 15px;
  font-size: 16px;
  font-weight: 300;
  transition: border-color .4s;
}

.cta-text-field:hover {
  border-color: #979797;
}

.cta-text-field::placeholder {
  color: #ffffff80;
}

.hero-decord-image-container {
  border-radius: 6px;
  width: 134px;
  height: 134px;
  position: absolute;
  inset: 0% auto auto -1%;
  overflow: hidden;
}

.hero-decord-image-container._02 {
  width: 15%;
  height: 60px;
  margin-top: 50px;
  inset: 0% 2% auto auto;
}

.hero-decord-image-container._05 {
  width: 15%;
  height: 45px;
  margin-bottom: 30px;
  inset: auto auto -7% -8%;
}

.hero-decord-image-container._01 {
  width: 15%;
  height: 45px;
  margin-left: 20px;
  top: 10%;
  left: -3%;
}

.hero-decord-image-container._06 {
  width: 12%;
  height: 40px;
  inset: 45% auto 0% 13%;
}

.hero-decord-image-container._04 {
  width: 20%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 0;
  inset: auto -2% 0% auto;
}

.hero-decord-image-container._03 {
  width: 12%;
  height: 35px;
  margin-right: 60px;
  inset: 30% -4% 0% auto;
}

.cta-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-heading-holder {
  text-align: center;
}

.cta-text-field-holder {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.hero-dashboard-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.integrations-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  display: flex;
}

.template-section {
  border-radius: var(--border-radius);
  background-image: linear-gradient(#0f2557, #111 70%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.integration-content {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 48%;
  display: flex;
}

.gs---pricing-table-holder-2 {
  width: 100%;
  padding-top: 80px;
}

.featured-extra-content {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.featured-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-check-image {
  width: 18px;
  height: 18px;
}

.cta-image-holder {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 80%;
  display: flex;
  position: absolute;
  inset: auto -6% 0% auto;
}

.featured-mask {
  width: 350px;
  overflow: visible;
}

.small-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.features-paragraph-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 430px;
  display: flex;
}

.pricing-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.featured-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.slider-header-text {
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-animation-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.max-width-text {
  text-wrap: balance;
  max-width: 480px;
}

.light-text {
  font-weight: 300;
}

.slider-text-gradient {
  background-image: linear-gradient(90deg,var(--primary),var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.text-opacity {
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff6;
}

.goat-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1.2;
}

.goat-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-counter-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  color: #ffffffe6;
  background-color: #0003;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.goat-arrow-button-disabled {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-slide-description {
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.slide-small-image-wrap {
  position: relative;
  overflow: visible;
}

.slide-small-image-wrap._2 {
  z-index: 1;
}

.slide-small-image-wrap._3 {
  transform: rotate(30deg)translate(-40%, 20%);
}

.slide-small-image-wrap._1 {
  transform: rotate(-30deg)translate(40%, 20%);
}

.slider_name-slide-button {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #fff3;
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 0 0 1px #fff6;
}

.slider_name-slide-button:hover {
  background-color: #ffffff4d;
  box-shadow: 0 0 0 1px #fff9;
}

.goat-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.slide-small-images {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  perspective: 1559px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  height: 35%;
  display: grid;
  position: absolute;
  inset: auto 1em 80px auto;
}

.goat-counter-text {
  font-size: inherit;
  line-height: inherit;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.goat-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3px;
}

.goat-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.goat-point:hover {
  opacity: .9;
}

.goat-point-active-inside {
  border-radius: 100px;
  position: absolute;
  inset: 4px;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 70px;
  position: relative;
}

.goat-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-bg-wrap {
  position: absolute;
  inset: 0%;
}

.goat-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.goat-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.goat-utilities {
  display: none;
}

.slide-small-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.goat-counter {
  z-index: 1;
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.goat-slide {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.goat-slider {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-animations {
  display: none;
}

.goat-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.goat-arrow-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  background-color: #ffffff4d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-arrow-button:hover {
  color: #fff;
  background-color: #fff6;
  box-shadow: 0 0 0 1px #fff;
}

.goat-arrows {
  z-index: 1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.slide-bg-overlay-2 {
  pointer-events: none;
  background-image: linear-gradient(#0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.slide-small-image-border {
  z-index: -1;
  pointer-events: none;
  border-radius: 6px;
  position: absolute;
  inset: -15px;
  box-shadow: 0 0 0 1px #ffdcc199;
}

.goat-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.hero-other-images-wrap {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-other-images-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-app-glow {
  z-index: 1;
  box-shadow: inset 0 0 20px 10px #ffffff4d,0 0 20px 10px #336cec4d,0 0 10px 1px #18e5e1b3,0 0 0 1px var(--primary);
  border-radius: 3px;
  transition: all .5s;
  position: absolute;
  inset: -1px;
  transform: none;
}

.hero-app-image-wrapp {
  z-index: 2;
  border-radius: 3px;
  width: 100%;
  padding-top: 200%;
  position: relative;
  overflow: hidden;
}

.animate-hero-text-on-load-08 {
  width: auto;
}

.demo-header {
  z-index: 22;
  width: 100%;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.demo-header-wrap {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-banner-link {
  color: var(--secondary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.nav-banner-link:hover {
  color: #fff;
}

.nav-banner-link.w--current {
  color: #000;
}

.demo-footer {
  z-index: 2;
  width: 100%;
  position: relative;
}

.cars-arrow-left {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -60px;
}

.cars-animations {
  display: none;
}

.cars-points {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.animation-5-text-line-2 {
  flex-direction: row;
  display: flex;
}

.cars-slide-main-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cars-utilities {
  display: none;
}

.cars-arrow-left-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffb3;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  transition: padding .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fff6;
}

.cars-arrow-left-button:hover {
  color: #fff;
  background-color: #ffffff4d;
  padding-right: 20px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.cars-arrows {
  z-index: 1;
  pointer-events: none;
}

.cars-slide-image-holder {
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: relative;
  transform: translate(0%);
}

.cars-slide-bg {
  z-index: -10;
  opacity: .5;
  pointer-events: none;
  background-color: #e8ac00;
  position: absolute;
  inset: 0% -10000vw;
}

.cars-slide-bg.ford-color {
  background-color: #35aa49;
}

.cars-slide-bg.bmw-color {
  background-color: #3e8dd8;
}

.cars-slide-bg.ferrari-bg-color {
  background-color: #df0902;
}

.cars-slider-info {
  margin-top: 0;
  margin-bottom: 0;
}

.animation-text-content {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  opacity: .8;
  perspective: 1000px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 9vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.animation-text {
  transform-origin: 50% 90%;
  width: auto;
  overflow: hidden;
}

.animation-5-text-holder-2 {
  perspective: 300px;
  perspective-origin: 50% 100%;
}

.center-white-blur-box {
  opacity: .2;
  filter: blur(60px);
  pointer-events: none;
  background-image: radial-gradient(circle closest-corner, #ffffffe6, #fff0 90%);
  position: absolute;
  inset: 25%;
}

.cars-point-text-active {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cars-slide-list-wrapper {
  height: 100%;
}

.cars-arrow-icon {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: auto;
  display: flex;
}

.cars-arrow-right-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #ffffffb3;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  transition: padding .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #fff6;
}

.cars-arrow-right-button:hover {
  color: #fff;
  background-color: #ffffff4d;
  padding-left: 20px;
  box-shadow: 0 0 0 1px #ffffff80;
}

.cars-arrow-right {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -60px 0% auto;
}

.cars-slide-heading-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
}

.cars-slide-description {
  pointer-events: auto;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 570px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.cars-point-text-inactive {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cars-slide-item {
  width: 80vw;
  min-width: 80vw;
  height: 100%;
  position: relative;
}

.cars-slide-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.cars-counter {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 5% -62px auto;
}

.cars-slide-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  background-color: #fff6;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
}

.cars-slide-button:hover {
  background-color: #ffffff80;
  transition: background-color .5s ease-in-out;
}

.cars-slide-description-wrap {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.car-image-wrap {
  z-index: 1;
  width: 100%;
  height: 41vh;
  margin-top: 17vh;
  padding-left: 14%;
  padding-right: 14%;
  position: relative;
}

.cars-points-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  padding: 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.cars-point-active {
  pointer-events: auto;
  color: #000;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  display: flex;
}

.cars-panel {
  width: 100%;
  height: 100%;
  position: relative;
}

.cars-counter-box {
  opacity: .5;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.cars-slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.cars-point-inactive {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: all .4s;
  display: flex;
}

.cars-point-inactive:hover {
  background-color: #ffffff4d;
}

.cars-slide-title-wrap {
  opacity: .8;
  color: #fff;
  mix-blend-mode: overlay;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 80%;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 80px 0% auto;
}

.cars-carousel {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cars-slide {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cars-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow-x: auto;
}

.cars-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.banner-logo-link {
  opacity: 1;
  transition: all .4s;
}

.banner-logo-link:hover {
  opacity: .8;
}

.cards-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cards-arrow-right-button:hover {
  background-color: #faf8f8;
}

.cards-arrow-left-inside {
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-point-inactive {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.cards-point-inactive:hover {
  background-color: #fff;
}

.cards-slide-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 23px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.cards-slide-link:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.cards-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cards-point-text-inactive {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cards-arrows {
  z-index: 1;
  pointer-events: none;
  display: none;
}

.goat-cards-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-inside-content {
  flex-flow: row;
  align-items: stretch;
  width: 180%;
  height: 100%;
  display: flex;
  position: relative;
}

.cards-slide-title {
  text-align: left;
  letter-spacing: 0;
  color: inherit;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.cards-points-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.cards-slide-description {
  text-align: left;
  letter-spacing: 0;
  text-wrap: balance;
  color: Inherit;
  max-width: 360px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.cards-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.cards-slide-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb0;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 5px #0003;
}

.cards-utilities {
  display: none;
}

.cards-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.cards-points {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  color: #0006;
  background-color: #fff6;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 200px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.cards-point-text-active {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.goat-cards-background {
  z-index: -1;
  filter: blur(50px);
  background-image: url("/assets/d1c435-6626609e5fe11fc6bb34e303_mymind-XUlsF9LYeVk-unsplash--1-.jpg");
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: -50%;
}

.cards-slide-link-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cards-slide-link-icon {
  width: 20px;
  height: 20px;
}

.cards-arrow-right-inside {
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-slide-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cards-slide-icon {
  width: 80px;
  height: 80px;
}

.cards-slide-current-selection {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0%;
}

.cards-slide {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  min-width: 20vw;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin: 5px 15vw 65px;
  transition: top .7s;
  display: flex;
  position: relative;
}

.cards-slides {
  display: flex;
  overflow-x: auto;
}

.cards-animations {
  display: none;
}

.cards-carousel {
  width: 100%;
  position: relative;
}

.cards-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cards-arrow-left-button:hover {
  background-color: #faf8f8;
}

.cards-slide-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cards-point-active {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 2px;
  transition: color .4s, all .4s;
  display: flex;
}

.demo-navigation-banner-bg {
  z-index: -1;
  background-color: var(--notification-bg);
  position: absolute;
  inset: 0%;
}

.demo-navigation-banner-bg.black {
  background-color: #000;
}

.cta-form {
  display: none;
}

.cta-button-wrap {
  padding-top: 40px;
}

.white-button-link {
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
}

.white-button-link:hover {
  color: var(--text-color);
  box-shadow: inset 0 -2px 3px #18e5e14d, inset 0 -8px 20px #18e5e14d, 0 4px 10px #0003, inset 0 10px 20px #336cec66;
}

.white-button-link:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.apple-audio-products-animations {
  display: none;
}

.apple-audio-content-wrap {
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: relative;
}

.apple-audio-slide-white-button {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: auto;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 30px 30px auto;
}

.apple-audio-slide-white-button:hover {
  background-color: #e2e2e2;
}

.apple-audio-products-utilities {
  display: none;
}

.apple-audio-products-item-slide-colors {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding-top: 19px;
  padding-bottom: 14px;
  display: flex;
}

.apple-audio-subtitle {
  color: #b64400;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.apple-audio-slide-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-info {
  width: 100%;
  position: relative;
}

.apple-audio-products-arrow-left {
  z-index: 22;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-price {
  color: #333;
  margin-top: 27px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.apple-accessories-item-slide-color-image {
  width: 12px;
  height: 12px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.apple-audio-products-slide-description {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.grey-arrow-icon {
  object-fit: contain;
  object-position: 3px 50%;
  width: 22px;
  height: 22px;
}

.grey-arrow-icon.rotate-grey-icon {
  transform: rotate(180deg);
}

.apple-audio-products-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.apple-audio-products-item-slide-color-image {
  width: 12px;
  height: 12px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  display: block;
}

.apple-audio-products-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: auto;
}

.apple-audio-products-item-slide-image {
  object-fit: contain;
  width: 230px;
  min-width: 230px;
  height: 230px;
}

.apple-audio-products-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.23;
}

.apple-audio-slide-button {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% -7px auto;
}

.apple-audio-slide-button:hover {
  color: #fff;
  background-color: #333;
}

.apple-audio-products-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #00000040);
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.apple-audio-products-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-audio-products-arrow {
  pointer-events: auto;
  cursor: pointer;
  background-color: #d2d2d7a3;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px #0000001a;
}

.apple-audio-products-arrow:hover {
  opacity: .9;
  background-color: #dedee3b3;
}

.apple-audio-slide-content {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-audio-slide-content:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-audio-prods-main-wrapper {
  background-color: #f7f7f7;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
}

.apple-audio-slide-item {
  z-index: 2;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  min-width: 310px;
  height: 500px;
  min-height: 500px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.apple-audio-slide-item.apple-audio-slide-item-big {
  width: 400px;
  min-width: 400px;
}

.apple-audio-products-arrows {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.apple-audio-slide-1-text-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-audio-slide-dark-bg {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.apple-audio-link-icon {
  width: 19px;
  height: 20px;
}

.apple-audio-products-item-slide-title {
  color: #333;
  overflow-wrap: normal;
  min-height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.23;
}

.opacity-50-pct {
  opacity: .5;
}

.subscribe-button-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.apple-product-arrow-link-v2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: pointer;
  background-color: #ffffff4d;
  border: 1px solid #85858533;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.apple-product-arrow-link-v2:hover {
  background-color: #ffffff80;
  border-color: #85858566;
}

.apple {
  z-index: auto;
  background-image: url("/assets/4178ca-662927e8d763148771510c78_apple_watch_bands.webp");
  background-position: 0 16%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: 60%;
  display: flex;
  position: relative;
  overflow: visible;
}

.apple-product-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.apple-product-white-subtitle {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.apple-product-white-description {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.apple-product-description {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.apple-product-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.apple-product-animations {
  display: none;
}

.apple-cards-arrows-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.apple-cards-arrow-v2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.apple-product-slide-content {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-product-slide-content:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-cards-v2-arrows-counts {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.apple-product-slide-info {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.apple-product-subtitle {
  color: #6e6e73;
  text-transform: uppercase;
  margin-bottom: .4em;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.apple-product-counter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.apple-product-utilities {
  display: none;
}

.apple-product-title {
  color: #1d1d1f;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.apple-product-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.apple-product-slides {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.apple-product-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.apple-product-counter-box {
  opacity: .5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.apple-product-white-title {
  color: #f5f5f5;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.apple-product-slide-content-dark {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  background-color: #1f1f1f;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.apple-product-slide-content-dark:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.apple-card-item-v2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 430px;
  min-width: 430px;
  padding-bottom: 220px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.apple-cards-v2-holder {
  width: 100%;
  height: 100%;
}

.apple-product-main-wrapper {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.apple-product-content-wrap {
  width: 100%;
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s;
  position: relative;
}

.apple-product-image {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  transform: scale(.8);
}

.pricing-summary {
  font-size: 20px;
}

.white-button-link-copy {
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  transition-property: all;
}

.white-button-link-copy:hover {
  color: var(--text-color);
  box-shadow: inset 0 -2px 3px #18e5e14d, inset 0 -8px 20px #18e5e14d, 0 4px 10px #0003, inset 0 10px 20px #336cec66;
}

.white-button-link-copy:active {
  box-shadow: 0 4px 10px #0003, inset 0 -7px 12px 2px #b734b333;
}

.demo-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.main-template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.main-template-card-image {
  aspect-ratio: 2 / 1.4;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.template-cards-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.template-cards-wrapper._1 {
  margin-bottom: 6em;
}

.template-cards-wrapper.top {
  margin-top: 5em;
}

.main-template-card-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #e2e2e20d;
  border-radius: 6px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 13px;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: relative;
}

.main-template-card-holder:hover {
  background-color: #e2e2e21f;
}

.main-template-card-holder.top-margin {
  width: auto;
}

.main-template-overlay {
  background-image: linear-gradient(#0000, #00000080);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.goat-text {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.goat-slider-text-holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.main-text-paragraph-holder {
  padding-left: 102px;
  padding-right: 102px;
}

.gs---airbnb-grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.airbn-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gs---airbnb-slide-img-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.gs---airbnb-slide-text-2-price {
  font-weight: 600;
}

.airbnb-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  display: flex;
  position: relative;
}

.gs---airbnb-image-wrap {
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-slider-wrap {
  width: 100%;
  height: 260px;
  position: relative;
}

.gs-cms---airbnb-slider {
  position: absolute;
  inset: 0%;
}

.airbnb-content-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.airbnb-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.airbnb-point:hover {
  opacity: .9;
}

.gs---slider-point-details {
  background-color: #fff6;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gs---airbnb-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  pointer-events: auto;
  transform: scale3d(1none,1none,1none);
  color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffff8a, #ffffff7a 60%, #ffffffc2), linear-gradient(#ffffff8c, #ffffff8c);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, transform .35s, box-shadow .35s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff4d, 0 2px 4px #0000002e;
}

.gs---airbnb-button:hover {
  background-color: #fff;
  transform: scale(1.04);
  box-shadow: 0 6px 16px #0000001f;
}

.gs-cms---airbnb-slider-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-grid-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.gs-cms---airbnb-slider-item {
  position: absolute;
  inset: 0%;
}

.gs---airbnb-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.airbnb-points {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.gs-airbnb-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gs-airbnb-wrapper {
  width: 100%;
}

.airbnb-utilities {
  display: none;
}

.gs---airbnb-slider {
  background-color: #0000001a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gs-airbnb---upload-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: auto;
}

.gs---airbnb-slide-text-1 {
  color: #838383;
  font-weight: 400;
}

.airbnb-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: absolute;
}

.gs---airbnb-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---airbnb-slide-top-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gs---airbnb-item-arrows {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.gs---airbnb-slide-item {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---airbnb-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 1em 0% auto;
}

.gs---airbnb-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.airbnb-point-active-inside {
  background-color: #fff;
  border-radius: 100px;
  padding: 3px;
  position: absolute;
}

.gs---airbnb-slide-title {
  font-size: 15px;
  font-weight: 600;
}

.gs---airbnb-slide-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---airbnb-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 1em;
}

.airbnb-animations {
  display: none;
}

.airbnb-slider-logo-top {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.airbnb-slider-logo {
  width: 200px;
}

.gs---apple-03-carousel {
  max-height: 300px;
  margin-top: 64px;
  position: relative;
}

.gs---apple-03-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-03-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 8px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-03-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-03-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-03-utilities {
  display: none;
}

.gs---apple-03-slide-title {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  text-decoration: none;
}

.gs---apple-03-slide-title:hover {
  text-decoration: underline;
}

.gs---apple-03-slides {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gs---apple-03-slide-image {
  object-fit: fill;
  width: 100px;
  height: 100px;
  position: relative;
}

.gs---apple-03-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-03-slide-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.gs---apple-03-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-03-animations {
  display: none;
}

.apple-store-product-background {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.gs---apple-03-arrow-right-icon, .gs---apple-03-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-04-slide-subtitle {
  color: #b64400;
  letter-spacing: -.01em;
  min-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
}

.gs---apple-04-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gs---apple-04-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-04-product-points {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.gs---apple-04-product-slides-wrap {
  width: 100%;
  height: 100%;
}

.style-point-here {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.gs---apple-04-carousel {
  width: 100vw;
  margin-top: 64px;
  padding-left: 0;
  position: relative;
}

.gs---apple-04-product-slide-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.point-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.gs---apple-04-products-slide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 313px;
  min-width: 313px;
  height: 500px;
  margin: 40px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-04-carousel-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-04-product-point-active-inside {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---apple-04-arrow-left-icon, .gs---apple-04-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point-inside {
  background-color: #d3cccc;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gs---apple-04-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-04-slide-title {
  color: #1d1d1f;
  letter-spacing: -.022em;
  min-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.23;
}

.gs---apple-04-product-bg-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-04-product-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gs---apple-04-slide-price {
  color: #333;
  letter-spacing: -.016em;
  margin-top: 27px;
  margin-bottom: 0;
  line-height: 1.28;
  text-decoration: none;
}

.gs---apple-04-product-slider-holder {
  width: 100%;
  height: 328px;
}

.gs---apple-04-product-point-active-inside-circle {
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px 1px #0000001a;
}

.gs---apple-04-product-slide-bg-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000001a, #0006 50%, #0000001a);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-product-slide-image {
  object-fit: scale-down;
  background-color: #fff;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.gs---apple-04-carousel-utilities {
  display: none;
}

.gs---apple-04-product-point {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.gs---apple-04-product-point:hover {
  opacity: .9;
}

.gs---product-utilities {
  display: none;
}

.gs---apple-04-holder {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.gs---apple-04-slides {
  display: flex;
}

.gs---apple-04-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-04-product-slide {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---apple-06-product-image-holder {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---apple-04-slide-wrap {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: block;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-04-slide-wrap:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-05-carousel {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
}

.gs---apple-05-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-05-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-06-black-subtitle {
  color: #6e6e73;
  letter-spacing: -.01em;
  text-transform: uppercase;
  min-height: 24px;
  margin-top: 0;
  margin-bottom: 4.8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
}

.gs---apple-05-arrows {
  z-index: 1;
}

.gs---apple-05-animations {
  display: none;
}

.gs---apple-05-slide-link {
  pointer-events: auto;
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-05-slide-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-05-image {
  object-fit: cover;
  background-image: none;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.gs---apple-06-description {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: -.022em;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.23;
}

.gs---apple-05-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-05-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-05-arrow-button:hover {
  background-color: #faf8f8;
}

.gs---apple-05-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 27rem;
  height: auto;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-05-slides {
  padding-bottom: 60px;
  display: flex;
}

.gs---apple-05-slide-wrap {
  opacity: .7;
  background-color: #fff;
  border-radius: 16px;
  width: 300px;
  height: 300px;
  position: relative;
}

.gs---apple-06-title {
  color: #fff;
  text-align: left;
  letter-spacing: .007em;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.14;
}

.gs---apple-05-slide {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 480px;
  height: 500px;
  margin: 40px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---apple-06-subtitle {
  color: #f5f5f7;
  letter-spacing: -.01em;
  text-transform: uppercase;
  min-height: 24px;
  margin-top: 0;
  margin-bottom: 4.8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
}

.gs---apple-06-black-title {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: .007em;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.14;
}

.gs---apple-05-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-05-utilities {
  display: none;
}

.body {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
}

.gs---apple-06-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-06-slide-title {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.16;
  text-decoration: none;
}

.gs---apple-06-slides {
  display: flex;
}

.gs---apple-06-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-06-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---apple-06-slide-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---apple-06-icon-svg {
  width: 49px;
  height: 49px;
}

.gs---apple-05-green-span {
  color: #6ccc68;
}

.gs---apple-06-utilities {
  display: none;
}

.gs---apple-06-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-06-slide-link {
  background-color: #fff;
  border-radius: 16px;
  width: 94%;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: inline-block;
  position: relative;
  transform: scale(1);
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-06-slide-link:hover {
  transform: scale(1.03);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-06-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-05-blue-span {
  color: #007aff;
}

.gs---apple-06-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-06-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---apple-05-green-span-copy {
  color: #6ccc68;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #f8ab5e, #fabe83 20%, #a176c8 40%, #759beb 60%, #65beb3 80%, #fac188);
  -webkit-background-clip: text;
  background-clip: text;
}

.gs---apple-06-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-06-slide-wrap {
  width: 100%;
  height: 240px;
  position: relative;
}

.gs---apple-06-slide {
  flex-direction: column;
  justify-content: flex-end;
  min-width: 353px;
  max-width: 353px;
  height: 240px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.gs---apple-06-animations {
  display: none;
}

.gs---apple-06-carousel {
  margin-top: 10%;
  position: relative;
}

.gs---apple-06-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.gs---apple-07-subtitle {
  color: #ce9ce0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.gs---apple-07-subtitle.apple-help-orange-subtitle {
  color: #ce9ce0;
}

.gs---apple-07-link {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-07-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-07-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-07-content-w-20 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 80%;
  display: flex;
  position: relative;
}

.gs---apple-07-animations {
  display: none;
}

.gs---apple-07-description {
  color: #fff;
  max-width: 71%;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  position: relative;
}

.gs---apple-07-utilities {
  display: none;
}

.gs---apple-07-mini-image {
  background-image: url("/assets/d6a943-662927e2d763148771510955_ipads-in-different-colors-2.webp");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gs---apple-07-counter {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% -62px auto;
}

.gs---apple-07-mini-title {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.gs---apple-07-counter-box {
  opacity: .5;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px;
  display: flex;
}

.gs---apple-07-black-title {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.gs---apple-07-mini-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 8%;
  display: flex;
  position: relative;
}

.gs---apple-07-mini-link {
  transform: scale3d(1none,1none,1none);
  transform-style: preserve-3d;
  border-radius: 16px;
  width: 100%;
  height: 48%;
  padding: 30px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 2px 4px 12px #00000014;
}

.gs---apple-07-mini-link:hover {
  transform: scale(1.02);
  box-shadow: 2px 4px 12px #0000001f;
}

.gs---apple-07-mini-image-2 {
  background-image: url("/assets/e21e63-66605119e85a764fc6a14bc9_3d-emoji.png");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.gs---apple-07-arrows {
  z-index: 1;
  pointer-events: none;
}

.gs---apple-07-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.gs---apple-07-carousel {
  margin-top: 10%;
  position: relative;
}

.gs---apple-07-counter-text {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.gs---apple-07-slide {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: column;
  min-width: 480px;
  max-width: 480px;
  height: 500px;
  margin: 40px 16px;
  display: flex;
}

.gs---apple-07-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.gs---apple-07-mini-wrap {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---apple-07-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---apple-07-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-07-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---apple-07-slides {
  display: flex;
}

.gs---apple-07-image {
  object-fit: cover;
  background-image: linear-gradient(#00000040, #00000040), url("/assets/d3a0b0-background-image.svg");
  background-position: 0 0, 0 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---apple-07-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gs---apple-07-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---apple-07-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gs---apple-07-black-description {
  color: #1d1d1f;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.gs---apple-07-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gs---apple-07-black-subtitle {
  color: #6e6e73;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.gs---adventure-slide {
  background-color: #ddd;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-slides {
  width: 100%;
  height: 100%;
}

.gs---adventure-arrow-right {
  z-index: 13;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.gs---adventure-description {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  top: auto;
  bottom: 116px;
}

.gs---adventure-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---adventure-subtitle {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 7.11px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 101px;
}

.gs---adventure-animations {
  display: none;
}

.gs---adventure-image {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.gs---adventure-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
}

.gs---adventure-arrow-left {
  z-index: 12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 1%;
  display: flex;
}

.gs---adventure-utilities {
  display: none;
}

.gs---adventure-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-arrow-left-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.gs---adventure-arrow-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.gs---adventure-arrow-button:hover {
  color: #fff;
}

.gs---adventure-arrow-text {
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}

.gs---adventure-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gs---adventure-title {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 14.22px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  font-weight: 600;
  line-height: 122px;
  display: flex;
  position: absolute;
  top: 148px;
}

.gs---adventure-main-image {
  z-index: 11;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  display: block;
  position: absolute;
  bottom: 0;
}

.gs---adventure-arrows {
  z-index: 12;
  pointer-events: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-arrows.sec {
  z-index: 12;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-path {
  position: relative;
}

.gs---adventure-button {
  z-index: 16;
  color: #fff;
  text-align: center;
  letter-spacing: 2.13px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding: 0 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 43px;
  transition: background-color .35s, color .35s;
  position: absolute;
  inset: auto auto 40px;
}

.gs---adventure-button:hover {
  color: #fff;
  background-color: #000;
}

.gs---01-ecommerce-image-point-wrapper {
  background-color: #ebeaea;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---01-ecommerce-badge-2 {
  color: #000;
  letter-spacing: .53px;
  background-color: #0000001a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slides {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.gs---01-ecommerce-slider {
  width: 91%;
  height: 81%;
  min-height: 727px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.gs---01-ecommerce-utilities {
  display: none;
}

.gs---01-ecommerce-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #4592fe;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-content-point {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 80px;
  max-height: 100px;
  display: flex;
}

.gs---01-ecommerce-point-price {
  color: #282f38bf;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.gs---01-ecommerce-point-active-inside {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---01-ecommerce-point-holder {
  z-index: 10;
  pointer-events: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17%;
  min-height: 122px;
  margin-left: 41px;
  margin-right: 41px;
  display: block;
  position: absolute;
  bottom: 42px;
  left: 0%;
  right: 0%;
}

.gs---01-ecommerce-slide-container {
  z-index: 14;
  width: 100%;
  height: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 6%;
  position: absolute;
}

.gs---01-ecommerce-point-title-2 {
  color: #282f3880;
  text-align: left;
  text-transform: capitalize;
  max-width: 233px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.gs---01-ecommerce-point-title-2:hover {
  color: #000;
}

.gs---01-ecommerce-slide {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-active-line-2 {
  background-color: #4673e6;
  width: auto;
  height: 2px;
  margin-left: 28px;
  margin-right: 28px;
  position: absolute;
  inset: auto 0% -1px;
}

.gs---01-ecommerce-point-border-2 {
  border-right: 2px solid #f3f2f7;
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% auto auto;
}

.gs---01-ecommerce-point-active-inside-circle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-style-point-here {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gs---01-ecommerce-main-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 727px;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---01-ecommerce-slide-wrap {
  z-index: 4;
  background-color: #ebeaea;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-point-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.gs---01-ecommerce-bg-wrap {
  z-index: 13;
  justify-content: center;
  align-items: center;
  width: 696px;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.gs---01-ecommerce-title {
  z-index: 5;
  color: #000;
  letter-spacing: -4px;
  width: 731px;
  height: 197px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Hostgrotesk, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 97.6px;
  position: relative;
}

.gs---01-ecommerce-animations {
  display: none;
}

.gs---01-ecommerce-slide-wrap-blue {
  z-index: 4;
  background-color: #cde8f2;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-slide-image-2 {
  min-width: 100%;
  height: auto;
  min-height: 474px;
  max-height: 100%;
  position: absolute;
  top: -60px;
  right: -60px;
}

.gs---01-ecommerce-current-point {
  pointer-events: none;
  width: 50%;
  height: 100%;
  display: block;
  position: relative;
}

.gs---01-ecommerce-point-active {
  pointer-events: auto;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-points {
  z-index: 9;
  pointer-events: none;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17%;
  min-height: 122px;
  margin-left: 41px;
  margin-right: 41px;
  display: flex;
  position: absolute;
  bottom: 42px;
  left: 0%;
  right: 0%;
}

.gs---01-ecommerce-slide-wrap-green {
  z-index: 4;
  background-color: #b1dca8;
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---01-ecommerce-desc {
  z-index: 5;
  color: #282f3899;
  width: 570px;
  height: 72px;
  min-height: 72px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  position: relative;
}

.template-item-description {
  opacity: .6;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.template-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.template-section-parent {
  padding-left: 1em;
  padding-right: 1em;
}

.demo-opacity-80 {
  opacity: .8;
}

.gs---boutique-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---boutique-counter {
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20%;
  left: 10%;
}

.gs---boutique-counter-number {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  line-height: 43px;
  display: flex;
  position: relative;
}

.gs---boutique-slide-container {
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---boutique-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 69px;
  display: flex;
  position: relative;
}

.gs---boutique-details-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gs---boutique-slider-utilities {
  display: none;
}

.gs---boutique-slide {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs---boutique-details-link {
  z-index: 5;
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.gs---boutique-arrows {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 15%;
  margin-left: 25%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gs---boutique-line-details {
  background-color: #fff;
  width: 50%;
  height: 1px;
}

.gs---boutique-slides {
  width: 100%;
  height: 100%;
}

.gs---boutique-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
}

.gs---boutique-title {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 92px;
  position: relative;
}

.gs---boutique-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  display: flex;
}

.gs---boutique-title-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 25%;
  display: flex;
  position: relative;
}

.gs---boutique-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 373px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---second-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.path {
  background-color: #000;
}

.gs---boutique-subtitle {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gs---boutique-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 69px;
  display: flex;
  position: relative;
}

.gs---boutique-main-img-container {
  z-index: 4;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---boutique-main-paragraph-container {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 60%;
  display: flex;
  position: absolute;
  top: 41%;
  left: auto;
}

.gs---boutique-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 100%;
  margin: 5%;
  display: flex;
  position: relative;
}

.gs---boutique-counter-text {
  font-size: inherit;
  line-height: inherit;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gs---boutique-arrow-button {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  transition: width .35s;
  display: flex;
}

.gs---boutique-arrow-button:hover {
  width: 100%;
}

.gs---boutique-image {
  transform: rotate(0deg)scale3d(1none,1none,1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: relative;
}

.gs---boutique-image:hover {
  transform: rotate(2deg)scale(1.1);
}

.gs---boutique-slide-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---title-div {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 70vh;
  position: relative;
  overflow: hidden;
  transform: rotate(-90deg);
}

.gs---boutique-active-counter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.gs---boutique-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  transition: width .35s;
  display: flex;
}

.gs---boutique-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gs---02-ecommerce-main-paragraph {
  z-index: 6;
  opacity: 1;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  height: auto;
  margin-bottom: 0;
  padding: 28px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  position: relative;
}

.gs---boutique-counter-holder {
  pointer-events: auto;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---boutique-slider-animations {
  display: none;
}

.gs---slider-holder {
  height: 100vh;
  padding-top: 40px;
}

.template-grid-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---nike-shoes-product-img-wrapper {
  width: 100%;
  position: relative;
}

.gs---nike-shoes-utilities {
  display: none;
}

.nike-shoes-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---nike-shoes-main-holder {
  flex-flow: column;
  justify-content: center;
  width: 1218px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: flex;
}

.nike-shoes-arrows {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  pointer-events: none;
  flex-flow: row;
  margin-top: 3%;
  margin-left: 3%;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.gs---nike-new-pink-button {
  color: #ffcfcf;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nike-shoes-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gs---nike-new-blue-button {
  color: #cfeeff;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-animations {
  display: none;
}

.gs---nike-shoes-2nd-slide-wrap {
  background-color: #ffe9cf;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---nike-shoes-carousel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.gs---nike-shoes-details-button {
  color: #000c;
  text-align: center;
  letter-spacing: .3px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.gs---nike-shoes-details-button:hover {
  transition: background-color .5s ease-in-out;
}

.gs---nike-shoes-1st-slide-wrap {
  background-color: #ffcfcf;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs---nike-bg-color-active {
  z-index: 1;
  background-image: linear-gradient(338deg, #0000 7%, #fffc 35%, #0000 64%);
  position: absolute;
  inset: 0%;
}

.gs---nike-new-yellow-button {
  color: #ffe9cf;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-slide-content {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px 28px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.gs---nike-shoes-slides {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gs---nike-shoes-product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.nike-shoes-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nike-shoes-arrow-left-button:hover {
  background-color: #faf8f8;
}

.gs---nike-shoes-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.6px;
}

.nike-shoes-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gs---nike-shoes-3d-slide-wrap {
  background-color: #cfffd1;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nike-shoes-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gs---nike-shoes-description {
  color: #0009;
  letter-spacing: .3px;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 19.3px;
}

.gs---nike-new-green-button {
  color: #cfffd1;
  text-align: center;
  background-color: #00000080;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin-top: 25px;
  margin-right: 27px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gs---nike-shoes-slide {
  position: relative;
}

.nike-shoes-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nike-shoes-arrow-right-button:hover {
  background-color: #faf8f8;
}

.gs---nike-shoes-4th-slide-wrap {
  background-color: #cfeeff;
  border-radius: 34.48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  min-width: 390px;
  max-width: 390px;
  height: 550px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: #000;
  text-align: center;
}

.black:hover {
  color: #000;
}

.gs---adventure-video-arrow-left {
  z-index: 12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 1%;
  display: flex;
}

.gs---adventure-video-arrow-left-icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.gs---adventure-video-bg {
  z-index: 11;
  background-color: #07070740;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-video-title {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 14.22px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  font-weight: 600;
  line-height: 122px;
  display: flex;
  position: absolute;
  top: 148px;
}

.gs---adventure-video-arrow-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  pointer-events: auto;
  color: #ffffffe6;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  max-height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.gs---adventure-video-arrow-button:hover {
  color: #fff;
}

.gs---adventure-video {
  z-index: 2;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.gs---adventure-video-slide {
  background-color: #ddd;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-video-main-image {
  z-index: 11;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  display: block;
  position: absolute;
  bottom: 0;
}

.gs---adventure-video-button {
  z-index: 16;
  color: #fff;
  text-align: center;
  letter-spacing: 2.13px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding: 0 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 43px;
  position: absolute;
  inset: auto auto 40px;
}

.gs---adventure-video-button:hover {
  background-color: #000;
}

.gs---adventure-video-path {
  position: relative;
}

.gs---adventure-video-animations {
  display: none;
}

.gs---adventure-video-arrow-text {
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: auto;
  position: relative;
}

.gs---adventure-video-arrows {
  z-index: 12;
  pointer-events: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-video-arrows.sec {
  z-index: 12;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.gs---adventure-video-description {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  width: 505px;
  max-width: 549px;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  top: auto;
  bottom: 116px;
}

.gs---adventure-video-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gs---adventure-video-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs---adventure-video-utilities {
  display: none;
}

.gs---adventure-video-arrow-right {
  z-index: 13;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.gs---adventure-video-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gs---adventure-video-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gs---adventure-video-slides {
  width: 100%;
  height: 100%;
}

.gs---adventure-video-subtitle {
  z-index: 12;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 7.11px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  top: 101px;
}

.top-bar {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-weight: 400;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.top-bar:hover {
  background-color: var(--notification-bg);
  color: #fff;
}

.top-bar-link {
  color: #fff;
  background-color: #3ae6a3;
  background-image: linear-gradient(90deg, #e58da3, #4c3efc);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 400;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: flex;
}

.top-bar-link:hover {
  color: #fff;
  background-color: #39de9e;
}

.top-bar-button {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
  padding: 6px 12px;
  transition: all .35s;
}

.top-bar-button:hover {
  color: #000;
  background-color: #fff;
}

.brand-dropdown-link {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  transition-property: all;
  display: flex;
}

.brand-dropdown-link:hover {
  background-color: #00000008;
}

.brand-dropdown-link.brand-link-active {
  background-color: #0000000a;
}

.brand-dropdown-image {
  max-width: 100px;
  max-height: 22px;
}

.brand-dropdown-image.fontinlogo {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 50px;
}

.brand-dropdown-headline {
  opacity: .6;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.brand-image {
  width: 140px;
  max-width: none;
}

.brand-dropdown-icon {
  width: auto;
  height: 15px;
  position: absolute;
  right: 9px;
}

.nav-brand-link {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
}

.brand-divider {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
}

.brand-dropdown-links {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 175px;
  padding: .8rem .8rem .3rem;
  display: flex;
  box-shadow: 0 2px 30px #0003, 0 2px 5px #0000001a;
}

.brand-dropdown-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  width: auto;
  min-width: auto;
  padding: 0;
}

.brand-dropdown-list.w--open {
  background-color: #ddd0;
}

.brand-dropdown-headline-wrap {
  background-color: #6666660d;
  justify-content: flex-start;
  align-items: center;
  margin: -.8rem -.8rem .3rem;
  padding: .8rem;
  display: flex;
}

.brand-dropdown-button {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 0 5px;
  transition: all .3s;
  display: flex;
}

.brand-dropdown-button:hover {
  background-color: #d3d3d33b;
}

.brand-dropdown {
  margin-left: 0;
}

.blog_09-image-link {
  padding-left: 2rem;
}

.blog_09-image-link:hover {
  text-decoration: none;
}

.subtitle {
  color: var(--\<unknown\|modulify-semantics-primary-selected\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-regular\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-ui-styles-font-weight-semi-bold\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
}

.author_small-info {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: left;
  direction: ltr;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.card {
  z-index: 1;
  border: 1px solid var(--\<unknown\|modulify-semantics-background-v3\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-medium\>);
  background-color: var(--\<unknown\|modulify-primitives-neutral-neutral-50\>);
  color: var(--\<unknown\|modulify-semantics-text\>);
  width: 100%;
  position: relative;
}

.card.blog_09-item {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
}

.card.blog_09-item:nth-child(2n) {
  text-align: left;
  direction: rtl;
}

.heading-style-hero {
  transform-origin: 50% 100%;
  color: var(--\<unknown\|modulify-semantics-heading\>);
  font-size: var(--\<unknown\|modulify-typography-hero-hero-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-hero-hero-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-hero-hero-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-hero-hero-letter-spacing\>);
  text-wrap: balance;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  transform: perspective(260px)perspective(300px);
}

.card-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.blog_09-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.author-img-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_hero-06-categories-center {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.text-size-regular {
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-regular\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.padding-section-medium {
  padding-top: var(--\<unknown\|modulify-sizes-section-padding-medium\>);
  padding-bottom: var(--\<unknown\|modulify-sizes-section-padding-medium\>);
}

.section-hero {
  z-index: 1;
  background-color: var(--\<unknown\|modulify-semantics-background-default\>);
  width: 100%;
  position: relative;
}

.padding-global {
  padding-right: var(--\<unknown\|modulify-sizes-spacing-global-padding\>);
  padding-left: var(--\<unknown\|modulify-sizes-spacing-global-padding\>);
}

.tab_links-cms {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  z-index: 2;
  max-width: var(--\<unknown\|modulify-sizes-container-medium\>);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_image.blog-image-absolute-100 {
  position: absolute;
  inset: 0%;
}

.text-size-small {
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-font-size-small\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.blog_wrapper {
  width: 100%;
}

.blog_09-image-wrap {
  z-index: 1;
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-medium\>);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 21rem;
  max-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-70pct {
  opacity: .7;
}

.blog_hero-top-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  border: 0px none var(--\<unknown\|modulify-semantics-border\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-small\>);
  color: var(--\<unknown\|modulify-semantics-text\>);
  font-size: var(--\<unknown\|modulify-typography-body-body-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.tab-link:hover {
  opacity: .7;
  color: var(--\<unknown\|modulify-semantics-text\>);
  background-color: #0000;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--\<unknown\|modulify-semantics-primary-selected\>);
  color: var(--\<unknown\|modulify-semantics-on-primary-selected\>);
  border: 1px #000;
}

.tab-link.tab-link-active {
  border: 1px solid var(--\<unknown\|modulify-semantics-border\>);
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-xsmall\>);
  background-color: var(--\<unknown\|modulify-semantics-background-default\>);
  box-shadow: 0 4px 8px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-10\>),0 2px 6px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-5\>),1px 0 2px 0 var(--\<unknown\|modulify-ui-styles-shadow-shadow-10\>);
  color: var(--\<unknown\|modulify-semantics-background-invert\>);
  font-size: var(--\<unknown\|modulify-typography-body-body-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-body-body-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-body-body-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-body-body-letter-spacing\>);
}

.author_image {
  border: 1px solid var(--\<unknown\|modulify-semantics-border\>);
  object-fit: cover;
  border-radius: 100%;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
}

.tabs-nav {
  grid-column-gap: 3px;
  border-radius: var(--\<unknown\|modulify-sizes-border-radius-xsmall\>);
  background-color: var(--\<unknown\|modulify-semantics-background-v2\>);
  box-shadow: inset 0 0 0 1px var(--\<unknown\|modulify-primitives-opacity-neutral-dark-5\>);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.blog_09-content-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  text-wrap: balance;
  direction: ltr;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.heading-style-h3 {
  color: var(--\<unknown\|modulify-semantics-heading\>);
  font-size: var(--\<unknown\|modulify-typography-h3-h3-font-size\>);
  line-height: var(--\<unknown\|modulify-typography-h3-h3-line-height\>);
  font-weight: var(--\<unknown\|modulify-typography-h3-h3-font-weight\>);
  letter-spacing: var(--\<unknown\|modulify-typography-h3-h3-letter-spacing\>);
  margin-top: 0;
  margin-bottom: 0;
}

.mdlfy-img-position-top {
  object-position: top;
}

.mdlfy-img-position-bottom {
  object-position: bottom;
}

.mdlfy-img-position-left {
  object-position: left;
}

.mdlfy-img-position-right {
  object-position: right;
}

.mdlfy-img-position-top-left {
  object-position: top-left;
}

.mdlfy-img-position-top-right {
  object-position: top-right;
}

.mdlfy-img-position-bottom-left {
  object-position: bottom-left;
}

.mdlfy-img-position-bottom-right {
  object-position: bottom-right;
}

.mdlfy-img-fit-contain {
  object-fit: contain;
}

.mdlfy-img-fit-fill {
  object-fit: fill;
}

.mdlfy-img-fit-none {
  object-fit: none;
}

.mdlfy-img-fit-scale-down {
  object-fit: scale-down;
}

.mdlfy-img-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.mdlfy-img-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.mdlfy-img-ratio-1-1 {
  aspect-ratio: 1;
}

.mdlfy-img-ratio-21-9 {
  aspect-ratio: 21 / 9;
}

.mdlfy-img-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.mdlfy-img-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.mdlfy-img-ratio-9-16 {
  aspect-ratio: 9 / 16;
}

.container-4 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.blog_hero-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3rem;
  display: flex;
}

.blog_content {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: left;
  text-wrap: balance;
  direction: ltr;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.hero-blog_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.hero-blog_image.blog-image-absolute-100 {
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.blog_link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.blog_link:nth-child(2n) {
  direction: rtl;
}

.blog-image-wrap {
  z-index: 1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 21rem;
  max-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-container-left {
  text-align: left;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 43rem;
  margin-bottom: 3rem;
  display: flex;
}

.collection-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.blog-details {
  grid-template-rows: auto;
}

.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.container-5 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.subtitle-wrap {
  margin-bottom: .625rem;
}

.margin-xsmall.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-left {
  text-align: left;
}

.heading-style-h1, .text-size-small-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_item-link {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.blog_item-link:hover {
  text-decoration: none;
}

.blog_02-author {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
}

.blog_03-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 2.5rem;
  display: flex;
}

.design-item-title {
  font-size: 20px;
  font-weight: 600;
}

.main-hero-blog_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.grid-content {
  width: 100%;
}

.blog_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.animation-on-page-load-3-2 {
  padding-top: 0;
}

.blog_header-01-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 56rem;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.portfolio_header-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.blog-rich-text {
  color: #141414;
}

.blog-70 {
  max-width: 70%;
}

.blog_header-wrapper {
  width: 100%;
}

.header_01-image-wrap {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 37.5rem;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  border: 1px solid var(--link-bg-grey);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3 {
  border: 1px solid var(--link-bg-grey);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  font-size: 30px;
}

.h1-blog-details {
  font-size: 54px;
}

@media screen and (min-width: 1280px) {
  .hero-decord-image-container._05 {
    height: 50px;
  }

  .hero-decord-image-container._04 {
    width: 15%;
    height: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .template-footer-holder {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .cta-color-picker-holder {
    width: 170px;
    top: -12%;
    left: 37%;
  }

  .integration-logo-grid {
    place-content: start;
    place-items: start;
  }

  .integration-logo-holder {
    width: 100%;
  }

  .integration-logo-container {
    width: 90%;
    height: auto;
  }

  .features-heading-holder {
    max-width: 77%;
  }

  .container-3 {
    max-width: 1350px;
  }

  .hero-decord-image-container._02 {
    height: 65px;
  }

  .hero-decord-image-container._01 {
    width: 12%;
    height: 45px;
    margin-left: 280px;
  }

  .hero-decord-image-container._06 {
    width: 12%;
    height: 50px;
  }

  .hero-decord-image-container._04 {
    width: 15%;
    height: 55px;
  }

  .hero-decord-image-container._03 {
    height: 50px;
  }

  .integration-content {
    max-width: 44%;
  }

  .cta-image-holder {
    width: 43%;
    max-width: 43%;
    height: 500px;
  }

  .goat-slide-container {
    max-width: 1350px;
  }

  .apple-product-carousel {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .apple-card-item-v2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .template-cards-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .template-cards-wrapper._1 {
    justify-content: center;
    align-items: center;
  }

  .main-text-paragraph-holder {
    padding-left: 8.2em;
    padding-right: 8.2em;
  }

  .gs---apple-03-carousel {
    min-height: auto;
    max-height: 200px;
  }

  .gs---apple-03-slide {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .gs---apple-03-slide-title {
    margin-top: 16px;
  }

  .gs---apple-03-slides {
    justify-content: center;
    align-items: center;
    margin-top: 5%;
  }

  .gs---apple-03-slide-image {
    padding-bottom: 0;
  }

  .gs---apple-03-slide-wrap {
    width: 100%;
    height: 100%;
  }

  .gs---apple-06-description {
    margin-top: 10px;
  }

  .container-4, .container-5, .container-6 {
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .nav-menu-container {
    justify-content: space-between;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    color: #fff;
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .contact-form {
    max-width: 100%;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-top-links-6col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu---container {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: sticky;
  }

  .quantity-wrapper {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .home-hero-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-title-overlay {
    height: 82px;
  }

  .hero-title-overlay._5th {
    top: 328px;
  }

  .hero-title-overlay._3rd {
    top: 164px;
  }

  .hero-title-overlay._2nd {
    top: 82px;
  }

  .hero-title-overlay._4th {
    top: 246px;
  }

  .work-hero-text {
    font-size: var(--h1-tablet-size);
  }

  .text-hero-work {
    font-size: 55px;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .cta-content-holder {
    padding: 36px 100px 36px 36px;
  }

  .hero-web-holder {
    width: 80%;
  }

  .cta-color-picker-holder {
    width: 100px;
  }

  .hero-app-holder {
    width: 100px;
    right: -50px;
  }

  .pricing-content-holder {
    padding: 20px;
  }

  .feature-title {
    font-size: 24px;
  }

  .pricing-table-container {
    grid-template-columns: 1fr;
  }

  .footer-flex-container {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-background {
    border-radius: 10px;
  }

  .integration-logo-holder {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .featured-card-grid {
    grid-column-gap: 85px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .feature-card-holder {
    grid-row-gap: 100px;
  }

  .integration-logo-container {
    width: 60%;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container {
    border-radius: var(--border-radius-mobile);
  }

  .button-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .features-holder {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .featured-card {
    border-radius: var(--border-radius-mobile);
  }

  .hero-section-holder {
    padding-top: 60px;
  }

  .hero-decord-image-container {
    width: 80px;
    height: 80px;
  }

  .hero-decord-image-container._02 {
    width: 20%;
    height: 40px;
  }

  .hero-decord-image-container._05 {
    width: 80px;
  }

  .hero-decord-image-container._01 {
    width: 30%;
    height: 50px;
  }

  .hero-decord-image-container._06 {
    width: 25%;
    height: 45px;
  }

  .hero-decord-image-container._04 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._03 {
    width: 20%;
    height: 35px;
  }

  .integrations-grid {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .template-section {
    border-radius: var(--border-radius-mobile);
  }

  .integration-content {
    max-width: 100%;
  }

  .featured-extra-content {
    margin-top: 0;
  }

  .cta-image-holder {
    width: 60%;
    max-width: 60%;
  }

  .small-title {
    font-size: 16px;
  }

  .slider-header-text {
    padding-left: 45px;
    padding-right: 45px;
  }

  .goat-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-counter-wrap {
    font-size: 12px;
  }

  .goat-arrow-button-disabled {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .slide-small-images {
    height: 30%;
  }

  .goat-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-counter {
    bottom: 2px;
    left: 0;
    right: 0;
  }

  .goat-points {
    height: 40px;
    bottom: 15px;
  }

  .goat-arrow-button {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .goat-arrows {
    height: 70px;
  }

  .cars-arrow-left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cars-points {
    bottom: 42px;
  }

  .animation-text-content {
    grid-column-gap: 10px;
    font-size: 7vw;
  }

  .cars-arrow-right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cars-slide-description {
    font-size: 18px;
  }

  .cars-counter {
    bottom: 5%;
    right: 5%;
  }

  .cars-slide-button {
    font-size: 14px;
  }

  .cars-slide-title-wrap {
    font-size: 45px;
    line-height: 47px;
  }

  .cards-arrow-left, .cards-arrow-right {
    margin-right: 3%;
  }

  .cards-slide-title {
    font-size: 30px;
  }

  .cards-slide-description {
    font-size: 16px;
  }

  .cards-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .cards-slide-wrap {
    padding: 20px;
  }

  .cards-slide-icon {
    width: 50px;
    height: 50px;
  }

  .cards-slide {
    height: 60vh;
    min-height: 60vh;
    max-height: none;
  }

  .white-button-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .apple-audio-products-arrow-left {
    margin-right: 3%;
  }

  .apple-audio-products-slide-description {
    font-size: 14px;
  }

  .apple-audio-products-arrow-right {
    margin-right: 3%;
  }

  .apple-audio-products-slide-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .apple-audio-slide-1-text-wrap {
    width: 85%;
    margin-bottom: 10%;
  }

  .apple-audio-products-item-slide-title {
    font-size: 15px;
  }

  .apple-product-white-description, .apple-product-description {
    font-size: 14px;
  }

  .apple-product-slide-info {
    margin-bottom: 10%;
    padding-bottom: 30px;
  }

  .white-button-link-copy {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .main-template-card-image {
    border-radius: 3px;
  }

  .template-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .template-cards-wrapper._1 {
    flex-flow: column;
    width: 100%;
  }

  .airbnb-points {
    bottom: 15px;
  }

  .gs-airbnb-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gs---airbnb-arrow-right, .gs---airbnb-arrow-left, .gs---apple-03-arrow-left {
    margin-right: 3%;
  }

  .gs---apple-03-slide {
    padding-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .gs---apple-03-slide-title {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.42;
  }

  .gs---apple-03-slide-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gs---apple-03-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-03-slide-wrap {
    margin-bottom: 10%;
  }

  .gs---apple-04-product-points {
    height: 40px;
    bottom: 15px;
  }

  .gs---apple-04-carousel {
    padding-left: 20px;
  }

  .gs---apple-04-products-slide {
    background-color: #fff;
    width: 309px;
    min-width: 309px;
    max-width: 309px;
    overflow: visible;
  }

  .gs---apple-04-slide-content {
    object-fit: fill;
    margin-bottom: 0%;
  }

  .gs---apple-04-arrow-left, .gs---apple-04-arrow-right, .gs---apple-05-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-06-black-subtitle {
    min-height: 24px;
    padding-bottom: 7px;
  }

  .gs---apple-05-slide-link {
    object-fit: cover;
  }

  .gs---apple-05-image {
    aspect-ratio: auto;
    object-fit: cover;
    inset: 0%;
  }

  .gs---apple-06-description {
    margin-top: 6px;
    font-size: 17px;
  }

  .gs---apple-05-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-05-content {
    width: 100%;
    max-width: none;
    margin-bottom: 10%;
    padding: 28px;
  }

  .gs---apple-06-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .gs---apple-05-slide {
    object-fit: cover;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }

  .gs---apple-06-subtitle {
    min-height: 24px;
    padding-bottom: 7px;
  }

  .gs---apple-06-black-title {
    font-size: 21px;
    line-height: 1.19;
    margin-top: 6px !important;
  }

  .gs---apple-06-slide-title {
    margin-top: 0;
  }

  .gs---apple-06-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-06-arrow-right {
    margin-right: 3%;
  }

  .gs---apple-07-content-w-20 {
    width: 90%;
  }

  .gs---apple-07-description {
    font-size: 16px;
  }

  .gs---apple-07-counter {
    bottom: 0%;
    right: 5%;
  }

  .gs---apple-07-mini-title {
    font-size: 19px;
  }

  .gs---apple-07-slide {
    min-width: 430px;
    max-width: 430px;
  }

  .gs---apple-07-image {
    flex: 0 auto;
    align-self: auto;
  }

  .gs---apple-07-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-07-black-description {
    font-size: 16px;
  }

  .gs---apple-07-arrow-right {
    margin-right: 3%;
  }

  .gs---adventure-description {
    width: 80%;
  }

  .gs---adventure-arrow-button {
    padding: 6px;
  }

  .gs---adventure-title {
    letter-spacing: 10px;
    font-size: 92px;
    line-height: 97px;
  }

  .gs---01-ecommerce-price {
    width: 204px;
    height: 41px;
    font-size: 14px;
    line-height: 42px;
  }

  .gs---01-ecommerce-point-price {
    font-size: 13px;
  }

  .gs---01-ecommerce-point-holder {
    height: 15%;
    min-height: 100px;
    bottom: 4%;
  }

  .gs---01-ecommerce-slide-container {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .gs---01-ecommerce-point-title-2 {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .gs---01-ecommerce-style-point-here {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .gs---01-ecommerce-slide-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-slide-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .gs---01-ecommerce-title {
    letter-spacing: 0;
    width: 555px;
    margin-top: 20px;
    font-size: 57px;
    line-height: 60px;
  }

  .gs---01-ecommerce-slide-wrap-blue {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-slide-image-2 {
    position: relative;
  }

  .gs---01-ecommerce-points {
    height: 15%;
    min-height: 100px;
    bottom: 4%;
  }

  .gs---01-ecommerce-slide-wrap-green {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .gs---01-ecommerce-desc {
    width: 500px;
  }

  .gs---boutique-counter {
    bottom: 15px;
    left: 35%;
  }

  .gs---boutique-details-link {
    font-size: 14px;
  }

  .gs---boutique-arrows {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 11%;
    margin-left: 0%;
  }

  .gs---boutique-title-wrap {
    padding-left: 0%;
    padding-right: 20%;
    position: relative;
  }

  .gs---second-image {
    display: none;
  }

  .gs---boutique-subtitle {
    font-size: 24px;
  }

  .gs---boutique-main-paragraph-container {
    width: 85%;
    height: 23%;
  }

  .gs---boutique-content {
    justify-content: center;
    align-items: center;
    margin-bottom: 30%;
  }

  .gs---title-div {
    justify-content: flex-start;
    align-items: center;
    min-width: 70vh;
  }

  .gs---02-ecommerce-main-paragraph {
    min-width: 250px;
    max-width: 250px;
    position: relative;
  }

  .gs---nike-shoes-main-holder {
    width: 732px;
  }

  .gs---nike-shoes-2nd-slide-wrap {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 500px;
  }

  .gs---nike-shoes-details-button {
    font-size: 14px;
  }

  .gs---nike-shoes-1st-slide-wrap, .gs---nike-shoes-3d-slide-wrap, .gs---nike-shoes-4th-slide-wrap {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 500px;
  }

  .gs---adventure-video-title {
    letter-spacing: 10px;
    font-size: 92px;
    line-height: 97px;
  }

  .gs---adventure-video-arrow-button {
    padding: 6px;
  }

  .blog_hero-top-center {
    max-width: 100%;
  }

  .container-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog_hero-top {
    max-width: 100%;
  }

  .blog_link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .container-5 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .design-item-title {
    font-size: 30px;
  }

  .container-6 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .nav-link-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-content {
    height: auto;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

  .nav-menu-link {
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

  .work-hero-text {
    font-size: 50px;
  }

  .showcase-hero-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .text-hero-work {
    margin-top: 0;
  }

  .cta-content-holder {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .cta-color-picker-holder {
    top: 30%;
  }

  .made-by-section-2 {
    margin-top: 62px;
  }

  .hero-text-4 {
    font-weight: 600;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .integration-logo-container {
    width: 90%;
  }

  .submit-button-white {
    position: relative;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-holder {
    grid-column-gap: 40px;
    justify-content: flex-start;
  }

  .cta-container {
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .featured-content-holder {
    padding-right: 0;
  }

  .cta-text-field {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-decord-image-container._02 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._01 {
    width: 25%;
    height: 35px;
  }

  .hero-decord-image-container._06 {
    width: 25%;
    height: 40px;
  }

  .hero-decord-image-container._04 {
    width: 35%;
    height: 40px;
  }

  .hero-decord-image-container._03 {
    width: 20%;
    height: 30px;
  }

  .cta-text-field-holder {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .template-section {
    padding-top: 50px;
  }

  .gs---pricing-table-holder-2 {
    padding-top: 20px;
  }

  .features-grid-holder {
    flex-direction: column;
    display: flex;
  }

  .cta-image-holder {
    width: 100%;
    max-width: 100%;
    position: relative;
    right: 0%;
  }

  .small-title {
    font-size: 14px;
  }

  .goat-slide-title {
    font-size: 40px;
  }

  .goat-slide-description {
    font-size: 16px;
  }

  .slide-small-images {
    width: 60%;
    height: 25%;
  }

  .goat-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .animation-text {
    margin-top: 0;
  }

  .cars-slide-heading-top {
    font-size: 20px;
  }

  .cars-slide-content {
    row-gap: 0;
  }

  .cars-slide-title-wrap {
    font-size: 35px;
    line-height: 37px;
  }

  .cards-slide-title {
    font-size: 35px;
  }

  .cards-slide-content {
    row-gap: 0;
  }

  .apple-audio-slide-text-wrap {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .apple-audio-products-slide-title {
    font-size: 21px;
    line-height: 1.19;
  }

  .apple-audio-slide-1-text-wrap {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .apple-product-slide-info {
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-03-slide-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.42;
  }

  .gs---apple-03-slide-wrap {
    justify-content: flex-end;
    align-items: center;
    row-gap: 0;
    display: flex;
  }

  .gs---apple-04-slide-content {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-04-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-06-description {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .gs---apple-05-content {
    row-gap: 0;
    height: auto;
    display: flex;
  }

  .gs---apple-06-title, .gs---apple-06-black-title {
    font-size: 21px;
    line-height: 1.19;
  }

  .gs---apple-06-slide-content {
    row-gap: 0;
  }

  .gs---apple-06-arrow-left {
    margin-left: 3%;
  }

  .gs---apple-07-mini-title {
    font-size: 18px;
    line-height: 26px;
  }

  .gs---apple-07-black-title {
    font-size: 25px;
    line-height: 32px;
  }

  .gs---apple-07-slide {
    min-width: 400px;
    max-width: 400px;
    height: 420px;
  }

  .gs---apple-07-title {
    font-size: 25px;
    line-height: 32px;
  }

  .gs---adventure-arrow-right {
    width: 25%;
  }

  .gs---adventure-description {
    display: none;
  }

  .gs---adventure-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gs---adventure-arrow-left {
    width: 27%;
  }

  .gs---adventure-arrow-text {
    white-space: pre-wrap;
  }

  .gs---adventure-title {
    font-size: 68px;
    line-height: 100%;
  }

  .gs---01-ecommerce-image-point-wrapper {
    width: 60px;
    height: 60px;
  }

  .gs---01-ecommerce-slider {
    border-radius: 40px;
    height: 79%;
    min-height: auto;
    padding-top: 0;
  }

  .gs---01-ecommerce-content-point {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .gs---01-ecommerce-point-holder {
    border-radius: 20px;
    height: 13%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-slide-container {
    width: 100%;
    height: 50%;
    padding-top: 8%;
    padding-left: 8%;
    inset: 0% auto auto 0%;
  }

  .gs---01-ecommerce-point-title-2 {
    display: none;
  }

  .gs---01-ecommerce-point-active-line-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-point-border-2 {
    height: 100%;
  }

  .gs---01-ecommerce-style-point-here {
    justify-content: center;
    align-items: center;
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gs---01-ecommerce-slide-wrap {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-point-wrapper-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }

  .gs---01-ecommerce-title {
    width: 446px;
    font-size: 46px;
    line-height: 52px;
  }

  .gs---01-ecommerce-slide-wrap-blue {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-slide-image-2 {
    height: 350px;
  }

  .gs---01-ecommerce-points {
    border-radius: 20px;
    height: 13%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gs---01-ecommerce-slide-wrap-green {
    border-radius: 30px;
    flex-flow: column;
  }

  .gs---01-ecommerce-desc {
    width: 400px;
    font-size: 15px;
    line-height: 19px;
  }

  .gs---boutique-counter {
    display: none;
  }

  .gs---boutique-arrows {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-right: 0%;
  }

  .gs---boutique-line-details {
    width: 20%;
  }

  .gs---boutique-title {
    font-size: 77px;
    line-height: 75px;
  }

  .gs---boutique-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 200px;
  }

  .gs---second-image {
    display: none;
  }

  .gs---boutique-subtitle {
    font-size: 22px;
  }

  .gs---boutique-main-paragraph-container {
    width: 100%;
    display: none;
  }

  .gs---boutique-content {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .gs---title-div {
    min-width: 70vh;
    max-width: 70vh;
    height: 75px;
    bottom: 0%;
    left: 0;
  }

  .gs---nike-shoes-main-holder {
    width: 80vw;
    min-width: 336px;
  }

  .gs---nike-shoes-slide-content {
    row-gap: 0;
  }

  .gs---adventure-video-arrow-left {
    width: 27%;
  }

  .gs---adventure-video-title {
    font-size: 68px;
    line-height: 100%;
  }

  .gs---adventure-video-arrow-text {
    white-space: pre-wrap;
  }

  .gs---adventure-video-description {
    display: none;
  }

  .gs---adventure-video-arrow-right {
    width: 25%;
  }

  .gs---adventure-video-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .card.blog_09-item {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog_link {
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .design-item-title {
    font-size: 25px;
  }

  .container-6 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.banner-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    font-size: 12px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-item {
    flex-direction: column;
  }

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .cart-item-content {
    margin-left: 0;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 60px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .template-footer-holder {
    margin-top: 4em;
    padding-left: 1em;
  }

  .template-card-image-holder {
    display: flex;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-menu---container {
    justify-content: center;
    height: 50%;
  }

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .work-list {
    grid-row-gap: 5em;
  }

  .work-item-image {
    height: 60vh;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-title-overlay {
    height: 48px;
  }

  .hero-title-overlay._5th {
    top: 192px;
  }

  .hero-title-overlay._3rd {
    top: 96px;
  }

  .hero-title-overlay._2nd {
    top: 48px;
  }

  .hero-title-overlay._4th {
    top: 144px;
  }

  .work-hero-text, .text-hero-work {
    font-size: 40px;
  }

  .hero-text-holder {
    grid-column-gap: 6px;
    grid-row-gap: 3px;
    margin-top: 12px;
  }

  .cta-content-holder {
    padding: 40px 20px 20px;
  }

  .features-card-container:hover {
    transform: translate(0);
  }

  .hero-web-holder {
    width: 90%;
  }

  .made-by-section-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    padding: 12px 0 0;
  }

  .hero-app-holder {
    width: 60px;
    right: 7px;
  }

  .integration-logo-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2.25em;
  }

  .hero-text-4 {
    font-size: 8vw;
  }

  .goat-demo-hero-button-holder {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .pricing-table-container {
    flex-direction: column;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .featured-slide {
    padding: 30px 10px;
  }

  .hero-web-mask {
    border-radius: 6px;
  }

  .integration-logo-holder {
    padding-top: 0;
  }

  .hero-animation-holder {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .featured-slide-holder {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .feature-card-holder {
    padding-top: 20px;
  }

  .integration-logo-container {
    width: 100%;
  }

  .template-button-holder-2 {
    grid-column-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-section {
    text-align: left;
  }

  .hero-decord-images-holder {
    opacity: .4;
  }

  .footer-links-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-container {
    flex-direction: column;
  }

  .integrations-section {
    padding-top: 30px;
  }

  .hero-web-image {
    border-radius: 6px;
  }

  .featured-content-holder {
    grid-row-gap: 12px;
  }

  .features-holder {
    padding-top: 0;
  }

  .container-3 {
    padding: 1em;
  }

  .hero-section-holder {
    padding-top: 60px;
  }

  .hero-decord-image-container._02 {
    width: 60px;
    height: 60px;
    top: -30%;
    right: -1%;
  }

  .hero-decord-image-container._05 {
    width: 60px;
    height: 40px;
  }

  .hero-decord-image-container._01 {
    width: 60px;
    height: 60px;
    top: -28%;
  }

  .hero-decord-image-container._06 {
    width: 50%;
    height: 40px;
    top: 75%;
    left: 40%;
  }

  .hero-decord-image-container._04 {
    width: 55%;
    height: 35px;
    bottom: 81%;
  }

  .hero-decord-image-container._03 {
    width: 50%;
    height: 40px;
    top: 91%;
  }

  .hero-dashboard-image {
    border-radius: 6px;
  }

  .integrations-grid {
    grid-row-gap: 30px;
  }

  .template-section {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .cta-image-holder {
    position: relative;
  }

  .featured-mask {
    width: 200px;
  }

  .slider-header-text {
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .goat-slide-title {
    text-align: center;
    font-size: 34px;
  }

  .goat-slide-description {
    text-align: center;
  }

  .goat-slide-content {
    text-align: center;
    align-items: center;
  }

  .slide-small-images {
    width: 100%;
    height: 24%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .goat-point {
    width: 20px;
    height: 20px;
  }

  .goat-slide-container {
    padding: 3em 1em;
  }

  .goat-point-active {
    width: 20px;
    height: 20px;
  }

  .slide-bg-overlay-2 {
    background-image: linear-gradient(#0000004d, #0006 50%, #0000004d);
  }

  .demo-header {
    height: 55px;
  }

  .cars-arrow-left {
    left: -50px;
  }

  .cars-points {
    padding-left: 45px;
    padding-right: 45px;
    bottom: 27px;
  }

  .cars-arrow-left-button {
    width: 90px;
    height: 90px;
  }

  .animation-text-content {
    grid-column-gap: 7px;
    font-size: 9vw;
  }

  .cars-arrow-right-button {
    width: 90px;
    height: 90px;
  }

  .cars-arrow-right {
    right: -50px;
  }

  .car-image-wrap {
    height: 40vw;
  }

  .cars-points-wrap {
    min-width: 100%;
  }

  .cars-slide-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .cars-carousel {
    height: 100svh;
  }

  .banner-logo-link {
    max-height: 16px;
  }

  .cards-slide-title {
    font-size: 30px;
  }

  .cards-slide {
    width: 42vw;
    min-width: 42vw;
    margin-left: 18vw;
    margin-right: 18vw;
  }

  .cards-slide-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .white-button-link {
    padding: 10px;
  }

  .apple-audio-slide-text-wrap {
    padding: 20px;
  }

  .apple-audio-products-item-slide-image {
    aspect-ratio: 1;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .apple-audio-products-arrow {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .apple-audio-prods-main-wrapper {
    margin-top: 20px;
  }

  .apple-audio-slide-item {
    width: 70vw;
    min-width: 70vw;
    height: 460px;
    min-height: 460px;
    margin-top: 46px;
  }

  .apple-audio-slide-item.apple-audio-slide-item-big {
    width: 80vw;
    min-width: 80vw;
    margin-top: 46px;
  }

  .apple {
    height: 50%;
    min-height: 50%;
  }

  .apple-cards-arrows-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .apple-product-slide-content {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .apple-cards-v2-arrows-counts {
    inset: auto auto 20px 20px;
  }

  .apple-product-slide-info {
    height: 50%;
  }

  .apple-card-item-v2 {
    width: 80vw;
    min-width: 80vw;
    padding-bottom: 130px;
  }

  .apple-product-content-wrap {
    height: 450px;
  }

  .demo-container {
    margin-top: 2em;
    margin-left: 0;
  }

  .template-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .template-cards-wrapper._1 {
    margin-bottom: 3em;
  }

  .main-template-card-holder.top-margin {
    margin-top: 35px;
  }

  .main-template-card-holder.fourth-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .goat-text {
    font-size: 20px;
  }

  .main-text-paragraph-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .gs-airbnb-grid {
    grid-template-columns: 1fr;
  }

  .gs---apple-04-carousel {
    padding-left: 10px;
  }

  .gs---apple-04-product-point-active-inside {
    min-height: 100%;
  }

  .gs---apple-04-arrow-left {
    margin-left: 3%;
    margin-right: 0%;
  }

  .gs---apple-04-product-point-active-inside-circle {
    position: absolute;
  }

  .gs---apple-04-product-point-active {
    width: 30px;
    height: 30px;
  }

  .gs---apple-04-product-point {
    width: 25px;
    height: 25px;
  }

  .gs---apple-05-arrow-right {
    margin-right: 4%;
  }

  .gs---apple-05-arrow-left {
    margin-left: 4%;
  }

  .gs---apple-05-slide {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .gs---apple-06-arrow-left {
    margin-left: 6%;
  }

  .gs---apple-06-slide {
    min-width: 313px;
    max-width: 313px;
  }

  .gs---apple-06-arrow-right {
    margin-right: 6%;
  }

  .gs---apple-07-link {
    padding: 20px;
  }

  .gs---apple-07-content-w-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 95%;
  }

  .gs---apple-07-description {
    max-width: 91%;
    font-size: 15px;
  }

  .gs---apple-07-mini-title {
    font-size: 13px;
    line-height: 20px;
  }

  .gs---apple-07-black-title {
    font-size: 21px;
    line-height: 28px;
  }

  .gs---apple-07-mini-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .gs---apple-07-mini-link {
    padding: 20px;
  }

  .gs---apple-07-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .gs---apple-07-carousel {
    margin-top: 20%;
  }

  .gs---apple-07-slide {
    min-width: 290px;
    max-width: 290px;
    height: 350px;
  }

  .gs---apple-07-title {
    font-size: 21px;
    line-height: 28px;
  }

  .gs---apple-07-arrow-left {
    margin-left: 6%;
  }

  .gs---apple-07-black-description {
    max-width: 91%;
    font-size: 15px;
  }

  .gs---apple-07-arrow-right {
    margin-right: 6%;
  }

  .gs---adventure-subtitle {
    font-size: 12px;
  }

  .gs---adventure-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---adventure-arrow-text {
    display: none;
  }

  .gs---adventure-title {
    letter-spacing: 6px;
    font-size: 43px;
  }

  .gs---adventure-main-image {
    bottom: 0;
  }

  .gs---01-ecommerce-badge-2 {
    font-size: 13px;
  }

  .gs---01-ecommerce-slider {
    height: 90%;
  }

  .gs---01-ecommerce-price {
    width: 143px;
    height: auto;
    font-size: 13px;
    line-height: 29px;
  }

  .gs---01-ecommerce-slide-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---01-ecommerce-main-holder {
    min-height: 600px;
  }

  .gs---01-ecommerce-bg-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .gs---01-ecommerce-title {
    width: 90%;
    height: auto;
    font-size: 24px;
    line-height: 33px;
  }

  .gs---01-ecommerce-slide-image-2 {
    min-width: 350px;
    height: 350px;
    min-height: 350px;
    top: -8%;
    right: 0;
  }

  .gs---01-ecommerce-desc {
    width: 90%;
    font-size: 13px;
    line-height: 17px;
  }

  .template-item-title {
    font-size: 20px;
  }

  .div-block {
    margin-top: 30px;
  }

  .gs---boutique-arrow-right {
    width: 65px;
    height: 55px;
  }

  .gs---boutique-arrows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .gs---boutique-title {
    font-size: 59px;
    line-height: 60px;
  }

  .gs---boutique-details {
    width: 150px;
  }

  .gs---boutique-subtitle {
    font-size: 20px;
    top: 0%;
  }

  .gs---boutique-arrow-left {
    width: 65px;
    height: 55px;
  }

  .gs---boutique-main-paragraph-container {
    display: none;
  }

  .gs---boutique-arrow-button:hover {
    width: 85%;
  }

  .gs---title-div {
    height: 60px;
  }

  .gs---nike-shoes-main-holder {
    width: 100vw;
    min-width: 316px;
  }

  .gs---nike-shoes-2nd-slide-wrap, .gs---nike-shoes-1st-slide-wrap, .gs---nike-shoes-3d-slide-wrap, .gs---nike-shoes-4th-slide-wrap {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .gs---adventure-video-title {
    letter-spacing: 6px;
    font-size: 43px;
  }

  .gs---adventure-video-main-image {
    bottom: 0;
  }

  .gs---adventure-video-arrow-text {
    display: none;
  }

  .gs---adventure-video-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .gs---adventure-video-subtitle {
    font-size: 12px;
  }

  .top-bar-link {
    font-size: 13px;
  }

  .top-bar-text-modulify {
    display: none;
  }

  .top-bar-button {
    margin-left: 7px;
  }

  .brand-image {
    width: 90px;
  }

  .blog_09-image-link {
    padding-left: 1rem;
  }

  .card.blog_09-item {
    padding-right: 1rem;
  }

  .blog_09-image-wrap {
    aspect-ratio: 3 / 2;
    min-height: auto;
    max-height: none;
  }

  .blog_hero-top-center {
    margin-bottom: 2em;
  }

  .tab-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs-nav {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .blog_09-content-link {
    padding-left: 1rem;
  }

  .container-4 {
    padding: 3em 1em;
  }

  .blog_hero-top {
    margin-bottom: 2em;
  }

  .blog_content {
    padding-left: 1rem;
  }

  .blog_link {
    grid-row-gap: 1rem;
  }

  .blog-image-wrap {
    aspect-ratio: 3 / 2;
    min-height: auto;
    max-height: none;
  }

  .container-5, .container-6 {
    padding: 3em 1em;
  }

  .blog-70 {
    max-width: 100%;
  }

  .header_01-image-wrap {
    max-height: 15rem;
  }

  .h1-blog-details {
    font-size: 36px;
  }
}

#w-node-cbe1da9c-4c48-1e09-5a63-7a92a9a98b83-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-7ee21791 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-7ee21791 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-7ee21795, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-7ee21796, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-7ee21796, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-7ee21796 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6795cd-2df6-b44c-3595-11f4ef935b21-7ee21798 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4123fb3-f9e8-d1e9-933a-a7121417679d-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a7121417679f-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a712141768d6-7ee2179c, #w-node-e4123fb3-f9e8-d1e9-933a-a7121417690d-7ee2179c, #w-node-_79dcdbc0-5636-349f-5ddd-a82fd95dd549-7ee2179c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-7ee217a7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-7ee217a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da0-7ee217aa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da9-7ee217aa {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b826a924-90d2-2b03-729f-c8c8d640e9e0-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9e3-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9e6-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9fb-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640e9fe-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea01-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea15-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea18-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea1b-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea2f-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea32-61ddbf23, #w-node-b826a924-90d2-2b03-729f-c8c8d640ea35-61ddbf23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
  grid-area: 1 / 2 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-e4123fb3-f9e8-d1e9-933a-a71214176831-7ee2179c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ab13024e-7656-8f42-4f42-253c7ded314e-963d4b69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab13024e-7656-8f42-4f42-253c7ded3151-963d4b69 {
    grid-column: span 1 / span 1;
  }

  #w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b813f487-9ab7-2da2-f943-8939f0f839b2-7ee2179c, #w-node-ab13024e-7656-8f42-4f42-253c7ded314e-963d4b69, #w-node-ab13024e-7656-8f42-4f42-253c7ded3151-963d4b69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48569296-9c62-9199-e7dc-36ae9833f869-35349066 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbe1da9c-4c48-1e09-5a63-7a92a9a98b89-0a144c54, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-7ee21791, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7783-7ee21791 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da0-7ee217aa {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ab77796-2ece-d074-e66f-a7dfc2868da9-7ee217aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/*# sourceMappingURL=src_styles_0if1_jj._.css.map*/