/** Shopify CDN: Minification failed

Line 1381:19 Expected identifier but found bad string token
Line 1381:20 Unterminated string token
Line 1388:19 Expected identifier but found bad string token
Line 1388:20 Unterminated string token

**/
/*
! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  /* list-style: none; */
  margin: 0;
  padding: 0 20px;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.max-w-2xl {
  max-width: 42rem;
}
.flex-grow {
  flex-grow: 1;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-items-center {
  justify-items: center;
}
.gap-20 {
  gap: 5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-none {
  border-style: none;
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 0 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(220 200 162 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* .font-boldFont {
  font-family: PP-Hatton-Bold, sans-serif;
}
.font-mediumFont {
  font-family: PP-Hatton-Medium, sans-serif;
} */
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(220 200 162 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(255 107 0 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.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);
}
.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);
}
.w-100 {
  width: 100%;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.wrapper {
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 989px) {
  .wrapper {
    white-space: normal;
  }
}

.col {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 989px) {
  .col {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 989px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 989px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 989px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 989px) {
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 989px) {
  .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 990px) {
  .hide-desktop {
    display: none !important;
  }
}

h1.title {
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-left: -5px;
}
@media (max-width: 989px) {
  h1.title {
    font-size: 40px;
    line-height: 44px;
    margin-left: -2px;
  }
}

h2.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

h2.title.smaller {
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 989px) {
  h2.title, h2.title.smaller {
    font-size: 24px;
    line-height: 28px;
  }
  .inner-text-block h2.title {
    font-size: 18px;
    line-height: 1.1em;
  }
  .inner-text-block {
    min-height: 131px !important;
  }
}

div.desc {
  font-size: 17px;
  line-height: 24px;
  color: #B3B3B3;
  margin-bottom: 24px;
}

h3.subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin-bottom: 14px;
}
h3.large-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin-bottom: 14px;
}
@media (max-width: 989px) {
  h3.subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

h4.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (max-width: 989px) {
  h4.title {
    font-size: 20px;
    line-height: 24px;
  }
}

h5.title {
  font-size: 16px;
  line-height: 24px;
  color: #DDC9A3;
  margin-bottom: 8px;
}

a.cta-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FF6B00;
  border-bottom: 1px solid #FF6B00;
  padding-bottom: 4px;
  display: inline-block;
  transition: 0.4s all ease-in-out;
}
a.cta-link:hover {
  color: #DDC9A3;
  border-color: #DDC9A3;
}

hr.line {
  background-color: #4C4C4C;
  height: 2px;
  width: calc(100% - 52px);
  position: relative;
  overflow: visible;
  border: none;
}
hr.line:after {
  content: "";
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  right: -18px;
  top: -8px;
  background: #4C4C4C;
  z-index: 9999;
}
hr.line.down:after {
  top: 8px;
  transform: rotate(225deg);
}
hr.line.gap-left {
  margin-left: 52px;
}
hr.line.gap-left:after {
  right: auto;
  left: -18px;
  transform: rotate(45deg);
}
hr.line.opened {
  background-color: #fff;
}
hr.line.opened:after {
  background-color: #fff;
}

#shopify-section-header div.container {
  -webkit-clip-path: polygon(0% 16px, 0% 0, 16px 0%, 100% 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px));
          clip-path: polygon(0% 16px, 0% 0, 16px 0%, 100% 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px));
}
@media (max-width: 989px) {
  #shopify-section-header div.container {
    -webkit-clip-path: polygon(0% 8px, 0% 0, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
            clip-path: polygon(0% 8px, 0% 0, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
}

section.clp-hero {
  position: relative;
}
section.clp-hero div.text-container {
  position: absolute;
  bottom: 18px;
  left: 70px;
}
@media (max-width: 989px) {
  section.clp-hero div.text-container {
    left: 40px;
  }
}
section.clp-hero div.image-wrapper {
  position: relative;
}

section.clp-collections {
  background: #1A1A1A;
  position: relative;
}
section.clp-collections div.models-container {
  padding: 32px 70px;
}
@media (max-width: 989px) {
  section.clp-collections div.models-container {
    padding: 12px 40px;
  }
}
section.clp-collections div.models-container h3.subtitle {
  font-size: 16px;
  color: #FF6B00;
  display: inline-block;
  letter-spacing: 0;
}
section.clp-collections div.models-container div.model-wrapper {
  float: right;
}
@media (max-width: 989px) {
  section.clp-collections div.models-container div.model-wrapper {
    display: none;
  }
}
section.clp-collections div.models-container div.model-wrapper a.model {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: 0.4s all ease-in-out;
}
section.clp-collections div.models-container div.model-wrapper a.model:hover {
  color: #DDC9A3;
}
section.clp-collections div.models-container div.model-wrapper a.model:not(:last-of-type):after {
  content: "/";
  margin: 0 32px;
  color: #fff;
  pointer-events: none;
}
section.clp-collections div.collection-block {
  padding: 72px 72px 48px 0;
}
@media (max-width: 989px) {
  section.clp-collections div.collection-block {
    padding: 40px 25px 0;
  }
}
section.clp-collections div.collection-block div.col-4 {
  position: relative;
}
section.clp-collections div.collection-block div.text-container {
  padding-top: 36px;
  padding-left: 48px;
}
@media (max-width: 989px) {
  section.clp-collections div.collection-block div.text-container {
    padding: 24px 0 32px;
  }
}
section.clp-collections div.collection-block div.text-container h2.title {
  margin-bottom: 10px;
  margin-left: -3px;
}
section.clp-collections div.collection-block div.feature-image-wrapper {
  position: relative;
}
section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 989px) {
  section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper {
    position: initial;
    background: black;
    -webkit-clip-path: polygon(0% 16px, 0% 0, 16px 0%, 100% 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px));
            clip-path: polygon(0% 16px, 0% 0, 16px 0%, 100% 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px));
    padding: 12px;
  }
}
@media (max-width: 989px) and (max-width: 989px) {
  section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper {
    -webkit-clip-path: polygon(0% 8px, 0% 0, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
            clip-path: polygon(0% 8px, 0% 0, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  }
}
section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge {
  margin-right: 8px;
  cursor: pointer;
  height: 48px;
  border: 4px solid rgba(26, 26, 26, 0.8274509804);
  display: inline-block;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge div.badge-inner {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 10px 27px 10px 29px;
  background: rgba(26, 26, 26, 0.8274509804);
  color: #fff;
  border: 2px solid rgba(128, 128, 128, 0.8078431373);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 800px) {
  section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge {
    height: 30px;
  }
  section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge div.badge-inner {
    padding: 10px;
  }
}
section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge.selected {
  border: 4px solid #fff;
}
section.clp-collections div.collection-block div.feature-image-wrapper div.badges-wrapper div.variant-badge.selected div.badge-inner {
  background: #fff;
  color: black;
}
section.clp-collections div.collection-block img.feature-image {
  -webkit-clip-path: polygon(0% 16px, 0% 0, 16px 0%, calc(100% - 16px) 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 calc(100% - 16px));
          clip-path: polygon(0% 16px, 0% 0, 16px 0%, calc(100% - 16px) 0%, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 calc(100% - 16px));
}
@media (max-width: 989px) {
  section.clp-collections div.collection-block img.feature-image {
    -webkit-clip-path: polygon(0% 8px, 0% 0, 8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 calc(100% - 8px));
            clip-path: polygon(0% 8px, 0% 0, 8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 calc(100% - 8px));
    -webkit-clip-path: polygon(0% 16px, 0% 16px, 16px 0%, calc(100% - 16px) 0%, 100% 16px, 100% 100%, calc(100% - 16px) 100%, 16px 100%, 0 100%);
            clip-path: polygon(0% 16px, 0% 16px, 16px 0%, calc(100% - 16px) 0%, 100% 16px, 100% 100%, calc(100% - 16px) 100%, 16px 100%, 0 100%);
  }
}
@media (max-width: 989px) and (max-width: 989px) {
  section.clp-collections div.collection-block img.feature-image {
    -webkit-clip-path: polygon(0% 8px, 0% 8px, 8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% 100%, calc(100% - 8px) 100%, 8px 100%, 0 100%);
            clip-path: polygon(0% 8px, 0% 8px, 8px 0%, calc(100% - 8px) 0%, 100% 8px, 100% 100%, calc(100% - 8px) 100%, 8px 100%, 0 100%);
  }
}
section.clp-collections div.collection-block div.details-remote {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
section.clp-collections div.collection-block div.details-remote:after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 14px;
}
section.clp-collections div.collection-block div.details-remote.opened {
  color: #FF6B00;
}
section.clp-collections div.collection-block div.details-remote.opened:after {
  content: "-";
}
@media (max-width: 989px) {
  section.clp-collections div.collection-block div.details {
    display: none;
    margin-top: 16px;
  }
}
section.clp-collections div.view-pricing {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #DDC9A3;
  margin-bottom: 16px;
}
section.clp-collections div.view-pricing span.underline {
  text-decoration: underline;
}
section.clp-collections div.shop-by-size {
  text-align: center;
  padding: 64px 72px 72px;
}
section.clp-collections div.shop-by-size.shop-by-size-smaller {
  text-align: center;
  padding: 50px;
}
@media (max-width: 989px) {
  section.clp-collections div.shop-by-size.shop-by-size-smaller .flickity-page-dots .dot {
    background: #777;
  }
  section.clp-collections div.shop-by-size.shop-by-size-smaller .flickity-page-dots {
    bottom: -9px;
  }
  section.clp-collections div.shop-by-size.shop-by-size-smaller {
    padding: 10px 0 19px 0;
  }
  section.clp-collections div.shop-by-size.shop-by-size-smaller .flickity-viewport h4.title {
    margin-top: 3px;
    margin-bottom: 0px;
  }
}
section.clp-collections div.shop-by-size.shop-by-size-smaller h2.title {
  margin-bottom: 0px;
  font-size: 32px;
}

.models-container a.height-adjust {
   margin-top: 5px;
  line-height: 2.5;"
}
@media (max-width: 989px) {
  section.clp-collections div.shop-by-size {
    padding: 52px 25px 60px;
  }
  .models-container a.height-adjust {
    line-height: 2;"
  }
  .models-container a.height-adjust svg {
    margin-top: -2px;
  }
  li > div > div > div.cta-wrapper > a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.1em;
  }
  .inner-text-block p {
    line-height: 1.2em;
  }
}
section.clp-collections div.shop-by-size h2.title {
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 48px;
}
@media (max-width: 989px) {
  section.clp-collections div.shop-by-size h2.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
section.clp-collections div.shop-by-size .row {
  max-width: 960px;
  margin: 0 auto;
}
section.clp-collections div.shop-by-size .row img {
  max-width: 236px;
  margin: 0 auto;
}
section.clp-collections div.shop-by-size .row h4.title {
  margin: 24px 0 16px;
}
section.clp-collections div.shop-by-size div.carousel div.carousel-cell {
  width: 100%;
}
section.clp-collections div.shop-by-size div.carousel div.carousel-cell a.cta-link {
  margin-bottom: 15px;
}

section.image-carousel h2.title {
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 48px;
}
@media (max-width: 989px) {
  section.image-carousel h2.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
section.image-carousel div.carousel div.carousel-cell {
  width: 28%;
}
@media (max-width: 989px) {
  section.image-carousel div.carousel div.carousel-cell {
    width: 97%;
  }
}
section.image-carousel div.carousel.half div.carousel-cell {
  padding-right: 48px;
  width: 49.5%;
}
@media (max-width: 989px) {
  section.image-carousel div.carousel.half div.carousel-cell {
    padding-right: 24px;
    width: 97%;
  }
}
section.image-carousel div.carousel.three-quarters div.carousel-cell {
  width: 80%;
}
@media (max-width: 989px) {
  section.image-carousel div.carousel.three-quarters div.carousel-cell {
    padding-right: 24px;
    width: 97%;
  }
}
section.image-carousel div.carousel button.flickity-button {
  width: 56px;
  height: 56px;
  background: black;
  border-radius: 40px;
  top: -85px;
}
@media (max-width: 989px) {
  section.image-carousel div.carousel button.flickity-button {
    display: none;
  }
}
section.image-carousel div.carousel button.flickity-button.previous {
  left: auto;
  right: 160px;
}
section.image-carousel div.carousel button.flickity-button.previous svg {
  background: url("/cdn/shop/files/arrow-left.svg");
  background-position-x: 5px !important;
}
section.image-carousel div.carousel button.flickity-button.next {
  right: 72px;
}
section.image-carousel div.carousel button.flickity-button.next svg {
  background: url("/cdn/shop/files/arrow-right.svg");
  background-position-x: 8px !important;
}
section.image-carousel div.carousel button.flickity-button svg {
  color: transparent;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position-y: 7px !important;
}
section.image-carousel div.carousel button.flickity-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

section.image-carousel .progress-bar,
section.image-carousel .progress-bar-secondary {
  transition: width 0.4s ease-in-out;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 8px;
}

section.compare-chart {
  background: #DDC9A3;
  position: relative;
}
section.compare-chart h2.title {
  color: black;
  text-align: center;
  padding-top: 72px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 68px;
  margin-top: 0;
}
@media (max-width: 989px) {
  section.compare-chart h2.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}
section.compare-chart div.chart-nav-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 989px) {
  section.compare-chart div.chart-nav-wrapper {
    height: 45px;
    margin: 20px auto;
    max-width: 325px;
  }
}
section.compare-chart div.chart-nav-wrapper div.chart-nav {
  position: relative;
  display: inline-block;
  background: #303030;
  height: 48px;
  min-width: 325px;
  border-radius: 40px;
  padding: 11px 24px;
  cursor: pointer;
  /* z-index: 10; */
}
section.compare-chart div.chart-nav-wrapper div.chart-nav img.arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 13px;
}
section.compare-chart div.chart-nav-wrapper div.chart-nav span.chart-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 0 15px;
  padding-bottom: 8px;
  cursor: pointer;
  color: #DDC9A3;
  display: inline-block;
}
section.compare-chart div.chart-nav-wrapper div.chart-nav.opened {
  background-color: black;
}
section.compare-chart div.chart-nav-wrapper div.chart-nav.opened img.arrow {
  transform: rotate(180deg);
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown {
  display: none;
  background: black;
  border-radius: 0 0 24px 24px;
  padding: 45px 24px 24px;
  position: absolute;
  top: 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  /* z-index: 9; */
  width: 325px;
  text-align: left;
}
@media (max-width: 989px) {
  section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown {
    /* width: calc(100% - 44px); */
    top: 26px;
  }
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown span.box-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
  margin: -1px 33px 0;
  text-align: left;
  vertical-align: top;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox {
  position: relative;
  margin-bottom: 16px;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox span.box-inner {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #303030;
  border: 2px solid #4C4C4C;
  display: inline-block;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox span.box-inner:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid black;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox:hover span.box-inner::after {
  opacity: 0.5;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox.checked span.box-inner {
  background: #DDC9A3;
  border: 2px solid #DDC9A3;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown div.checkbox.checked span.box-inner::after {
  opacity: 1;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown button.select {
  background: #FF6B00;
  border-radius: 32px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 16px;
}
section.compare-chart div.chart-nav-wrapper div.chart-links-dropdown a.cta-link {
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
section.compare-chart div.button-wrapper {
  padding: 0 72px 16px;
  top: 156px;
  width: 100%;
}
section.compare-chart div.button-wrapper button.table {
  background: #000000;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  display: inline-block;
}
section.compare-chart div.button-wrapper button.table.right {
  float: right;
}
section.compare-chart div.button-wrapper button.table img {
  width: 20px;
  margin: 0 auto;
}
section.compare-chart div.table-wrapper {
  max-width: 100vw;
  overflow: auto;
  min-width: 100vw;
}
section.compare-chart div.table-wrapper.no-overflow {
  overflow: hidden !important;
}
section.compare-chart div.table-wrapper.count-1 table.parent, section.compare-chart div.table-wrapper.count-1 table.children, section.compare-chart div.table-wrapper.count-1 div.sticky-inner {
  min-width: 224px;
  width: 224px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-1 table.parent, section.compare-chart div.table-wrapper.count-1 table.children, section.compare-chart div.table-wrapper.count-1 div.sticky-inner {
    min-width: 136px;
    width: 136px;
  }
}
section.compare-chart div.table-wrapper.count-2 table.parent, section.compare-chart div.table-wrapper.count-2 table.children, section.compare-chart div.table-wrapper.count-2 div.sticky-inner {
  min-width: 448px;
  width: 448px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-2 table.parent, section.compare-chart div.table-wrapper.count-2 table.children, section.compare-chart div.table-wrapper.count-2 div.sticky-inner {
    min-width: 272px;
    width: 272px;
  }
}
section.compare-chart div.table-wrapper.count-3 table.parent, section.compare-chart div.table-wrapper.count-3 table.children, section.compare-chart div.table-wrapper.count-3 div.sticky-inner {
  min-width: 672px;
  width: 672px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-3 table.parent, section.compare-chart div.table-wrapper.count-3 table.children, section.compare-chart div.table-wrapper.count-3 div.sticky-inner {
    min-width: 408px;
    width: 408px;
  }
}
section.compare-chart div.table-wrapper.count-4 table.parent, section.compare-chart div.table-wrapper.count-4 table.children, section.compare-chart div.table-wrapper.count-4 div.sticky-inner {
  min-width: 896px;
  width: 896px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-4 table.parent, section.compare-chart div.table-wrapper.count-4 table.children, section.compare-chart div.table-wrapper.count-4 div.sticky-inner {
    min-width: 544px;
    width: 544px;
  }
}
section.compare-chart div.table-wrapper.count-5 table.parent, section.compare-chart div.table-wrapper.count-5 table.children, section.compare-chart div.table-wrapper.count-5 div.sticky-inner {
  min-width: 1120px;
  width: 1120px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-5 table.parent, section.compare-chart div.table-wrapper.count-5 table.children, section.compare-chart div.table-wrapper.count-5 div.sticky-inner {
    min-width: 680px;
    width: 680px;
  }
}
section.compare-chart div.table-wrapper.count-6 table.parent, section.compare-chart div.table-wrapper.count-6 table.children, section.compare-chart div.table-wrapper.count-6 div.sticky-inner {
  min-width: 1344px;
  width: 1344px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-6 table.parent, section.compare-chart div.table-wrapper.count-6 table.children, section.compare-chart div.table-wrapper.count-6 div.sticky-inner {
    min-width: 816px;
    width: 816px;
  }
}
section.compare-chart div.table-wrapper.count-7 table.parent, section.compare-chart div.table-wrapper.count-7 table.children, section.compare-chart div.table-wrapper.count-7 div.sticky-inner {
  min-width: 1568px;
  width: 1568px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-7 table.parent, section.compare-chart div.table-wrapper.count-7 table.children, section.compare-chart div.table-wrapper.count-7 div.sticky-inner {
    min-width: 952px;
    width: 952px;
  }
}
section.compare-chart div.table-wrapper.count-8 table.parent, section.compare-chart div.table-wrapper.count-8 table.children, section.compare-chart div.table-wrapper.count-8 div.sticky-inner {
  min-width: 1792px;
  width: 1792px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-8 table.parent, section.compare-chart div.table-wrapper.count-8 table.children, section.compare-chart div.table-wrapper.count-8 div.sticky-inner {
    min-width: 1088px;
    width: 1088px;
  }
}
section.compare-chart div.table-wrapper.count-9 table.parent, section.compare-chart div.table-wrapper.count-9 table.children, section.compare-chart div.table-wrapper.count-9 div.sticky-inner {
  min-width: 2016px;
  width: 2016px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-9 table.parent, section.compare-chart div.table-wrapper.count-9 table.children, section.compare-chart div.table-wrapper.count-9 div.sticky-inner {
    min-width: 1224px;
    width: 1224px;
  }
}
section.compare-chart div.table-wrapper.count-10 table.parent, section.compare-chart div.table-wrapper.count-10 table.children, section.compare-chart div.table-wrapper.count-10 div.sticky-inner {
  min-width: 2240px;
  width: 2240px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-10 table.parent, section.compare-chart div.table-wrapper.count-10 table.children, section.compare-chart div.table-wrapper.count-10 div.sticky-inner {
    min-width: 1360px;
    width: 1360px;
  }
}
section.compare-chart div.table-wrapper.count-11 table.parent, section.compare-chart div.table-wrapper.count-11 table.children, section.compare-chart div.table-wrapper.count-11 div.sticky-inner {
  min-width: 1496px;
  width: 1496px;
}
section.compare-chart div.table-wrapper.count-12 table.parent, section.compare-chart div.table-wrapper.count-12 table.children, section.compare-chart div.table-wrapper.count-12 div.sticky-inner {
  min-width: 2688px;
  width: 2688px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-12 table.parent, section.compare-chart div.table-wrapper.count-12 table.children, section.compare-chart div.table-wrapper.count-12 div.sticky-inner {
    min-width: 1632px;
    width: 1632px;
  }
}
section.compare-chart div.table-wrapper.count-13 table.parent, section.compare-chart div.table-wrapper.count-13 table.children, section.compare-chart div.table-wrapper.count-13 div.sticky-inner {
  min-width: 2912px;
  width: 2912px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-13 table.parent, section.compare-chart div.table-wrapper.count-13 table.children, section.compare-chart div.table-wrapper.count-13 div.sticky-inner {
    min-width: 1768px;
    width: 1768px;
  }
}
section.compare-chart div.table-wrapper.count-14 table.parent, section.compare-chart div.table-wrapper.count-14 table.children, section.compare-chart div.table-wrapper.count-14 div.sticky-inner {
  min-width: 3136px;
  width: 3136px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-14 table.parent, section.compare-chart div.table-wrapper.count-14 table.children, section.compare-chart div.table-wrapper.count-14 div.sticky-inner {
    min-width: 1904px;
    width: 1904px;
  }
}
section.compare-chart div.table-wrapper.count-15 table.parent, section.compare-chart div.table-wrapper.count-15 table.children, section.compare-chart div.table-wrapper.count-15 div.sticky-inner {
  min-width: 3360px;
  width: 3360px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-15 table.parent, section.compare-chart div.table-wrapper.count-15 table.children, section.compare-chart div.table-wrapper.count-15 div.sticky-inner {
    min-width: 2040px;
    width: 2040px;
  }
}
section.compare-chart div.table-wrapper.count-16 table.parent, section.compare-chart div.table-wrapper.count-16 table.children, section.compare-chart div.table-wrapper.count-16 div.sticky-inner {
  min-width: 3584px;
  width: 3584px;
}
@media (max-width: 989px) {
  section.compare-chart div.table-wrapper.count-16 table.parent, section.compare-chart div.table-wrapper.count-16 table.children, section.compare-chart div.table-wrapper.count-16 div.sticky-inner {
    min-width: 2176px;
    width: 2176px;
  }
}
section.compare-chart div.children {
  display: none;
  position: relative;
  background-color: #1a1a1a;
}
section.compare-chart div.children div.sticky-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100vw;
}
section.compare-chart div.children div.sticky-wrapper div.sticky-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
section.compare-chart table {
  max-width: none;
}
section.compare-chart table thead {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
section.compare-chart table thead th {
  width: 224px;
  min-width: 224px;
  text-align: center;
  padding: 0 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 989px) {
  section.compare-chart table thead th {
    width: 136px;
    min-width: 136px;
    font-size: 17px;
    line-height: 24px;
    padding: 0 8px;
  }
}
section.compare-chart table th, section.compare-chart table td {
  max-width: 224px;
}
@media (max-width: 989px) {
  section.compare-chart table th, section.compare-chart table td {
    max-width: 136px;
  }
}
section.compare-chart table tr.category {
  background-color: #303030;
  position: relative;
  border-bottom: 2px solid #1A1A1A;
}
section.compare-chart table tr.category.category-js {
  cursor: pointer;
}
section.compare-chart table tr.category.category-js td {
  height: 56px;
}
section.compare-chart table tr.category.category-js:after {
  content: "+";
  font-size: 24px;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  right: 72px;
  color: #fff;
  line-height: 2;
  margin-top: 6px;
}
@media (max-width: 989px) {
  section.compare-chart table tr.category.category-js:after {
    right: 32px;
  }
}
section.compare-chart table tr.category.opened {
  background-color: #4C4C4C;
  border-color: #4C4C4C !important;
}
section.compare-chart table tr.category.opened.category-js:after {
  content: "-";
}
section.compare-chart table tr.category td {
  padding: 20px 72px 16px;
}
@media (max-width: 989px) {
  section.compare-chart table tr.category td {
    padding: 20px 25px 16px;
  }
}
section.compare-chart table tr.category td.title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  white-space: nowrap;
}
section.compare-chart table tr.category.subcategory {
  border-bottom: none;
}
section.compare-chart table tr.category.subcategory td {
  height: 40px;
}
section.compare-chart table tr.category.subcategory td.title {
  font-size: 15px;
  font-weight: 500;
  color: #DDC9A3;
  text-transform: none;
}
section.compare-chart table tr.values {
  background-color: #1A1A1A;
}
section.compare-chart table tr.values td {
  min-width: 224px;
  width: 224px;
  padding: 8px 24px 6px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #E5E5E5;
  height: 40px;
}
@media (max-width: 989px) {
  section.compare-chart table tr.values td {
    width: 136px;
    min-width: 136px;
  }
}

div[data-tippy-root] {
  pointer-events: initial !important;
}

@media (min-width: 640px) {

  .sm\:pb-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

._1fragemfp {display: none;}
