@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

.u-font {
    font-synthesis: none;
}

template,
[hidden] {
    display: none;
}

*,
:before,
:after {
    box-sizing: inherit;
}

address {
    font-style: inherit;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
    font-variation-settings: "wght" 700;
}

a {
    text-decoration: none;
}

a svg {
    pointer-events: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 400;
    font-variation-settings: "wght" 400;
    margin: 0;
}

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    /* [1] */
    touch-action: manipulation;
}

[hreflang]>abbr[title] {
    text-decoration: none;
}

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

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    /* [1] */
}

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

img,
svg {
    max-width: 100%;
    /* [2] */
    height: auto;
}

img[width],
img[height],
svg[width],
svg[height] {
    /* [4] */
    max-width: none;
}

img {
    font-style: italic;
    /* [4] */
}

svg {
    fill: currentColor;
    /* [5] */
}

input,
select,
textarea {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8e8e8e;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #8e8e8e;
}

select {
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    background: none;
    color: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
.c-button,
.shopify-challenge__button {
    display: inline-block;
    /* [1] */
    overflow: visible;
    /* [2] */
    margin: 0;
    /* [3] */
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    /* [4] */
    text-align: center;
    /* [3] */
    text-decoration: none;
    text-transform: none;
    font: inherit;
    /* [5] */
    line-height: normal;
    cursor: pointer;
    /* [6] */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

button:focus,
button:hover,
.c-button:focus,
.shopify-challenge__button:focus,
.c-button:hover,
.shopify-challenge__button:hover {
    text-decoration: none;
}

html {
    min-height: 100%;
    /* [2] */
    color: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5;
    /* [1] */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1C1C1C;
}

@media (max-width: 699px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 1000px) and (max-width: 1279px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    html {
        font-size: 16px;
        /* [1] */
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 2000px) and (max-width: 2399px) {
    html {
        font-size: 21px;
    }
}

@media (min-width: 2400px) {
    html {
        font-size: 24px;
    }
}

html.is-loading {
    cursor: wait;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

html[data-theme=true-black] {
    background-color: #000;
}

html[data-theme=light] {
    background-color: #FFFFFF;
    color: #000000;
}



::-moz-selection {
    background-color: #FFFFFF;
    color: #1C1C1C;
    text-shadow: none;
}

::selection {
    background-color: #FFFFFF;
    color: #1C1C1C;
    text-shadow: none;
}

html[data-theme=light] ::-moz-selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] ::selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-letters {
    --letters-font-size: 12.5rem;
    --letters-offset: -0.5rem;
    font-size: var(--letters-font-size);
    margin-bottom: var(--letters-offset);
    line-height: 1;
    transition: font-variation-settings 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-letters.-menu {
    margin-bottom: -2rem;
}

@media (max-width: 999px) {
    .c-letters.-menu {
        --letters-font-size: 9.375rem;
        margin-bottom: -1.5rem;
    }
}

.c-letters.-font-weight {
    --letters-offset: -0.14em;
}

@media (min-width: 700px) {
    .o-columns {
        -moz-columns: 3;
        columns: 3;
        -moz-column-gap: 0.9375rem;
        column-gap: 0.9375rem;
    }
}

a,
.o-link,
.o-wysiwyg a {
    color: inherit;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:hover,
.o-link:hover {
    color: inherit;
    opacity: 0.5;
}

a .o-wysiwyg a,
.o-wysiwyg a a,
a.-underline,
.o-link .o-wysiwyg a,
.o-wysiwyg .o-link a,
.o-link.-underline {
    text-decoration: underline;
}

a .o-wysiwyg a:hover,
.o-wysiwyg a a:hover,
a.-underline:hover,
.o-link .o-wysiwyg a:hover,
.o-wysiwyg .o-link a:hover,
.o-link.-underline:hover {
    text-decoration: none;
}

a.-black,
.o-link.-black {
    color: #1C1C1C;
}

a.-black:hover,
.o-link.-black:hover {
    color: #1C1C1C;
}

.o-scroll {
    min-height: 100vh;
}

.o-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 130rem;
}



@media (min-width: 700px) {
    .o-container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
    position: relative;
    display: block;
    overflow: hidden;
}

.o-ratio:before {
    display: block;
    padding-bottom: 100%;
    /* [1] */
    width: 100%;
    content: "";
}

.o-ratio_content,
.o-ratio>img,
.o-ratio>iframe,
.o-ratio>embed,
.o-ratio>object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.o-layout {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0;
}

.o-layout.-gutter {
    margin-left: -3.75rem;
}

.o-layout.-gutter-small {
    margin-left: -1.875rem;
}

.o-layout.-gutter-tiny {
    margin-left: -1.25rem;
}

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

.o-layout.-right {
    text-align: right;
}

.o-layout.-reverse {
    direction: rtl;
}

.o-layout.-reverse.-flex {
    flex-direction: row-reverse;
}

@media (max-width: 699px) {
    .o-layout.-reverse\@small {
        display: flex;
        flex-direction: column-reverse;
    }
}

.o-layout.-flex {
    display: flex;
}

.o-layout.-flex.-top {
    align-items: flex-start;
}

.o-layout.-flex.-middle {
    align-items: center;
}

.o-layout.-flex.-bottom {
    align-items: flex-end;
}

.o-layout.-stretch {
    align-items: stretch;
}

.o-layout_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0;
}

.o-layout.-gutter>.o-layout_item {
    padding-left: 3.75rem;
}

.o-layout.-gutter-small>.o-layout_item {
    padding-left: 1.875rem;
}

.o-layout.-gutter-tiny>.o-layout_item {
    padding-left: 1.25rem;
}

.o-layout.-gutter-tiny.-gutter-bottom>.o-layout_item {
    margin-bottom: 1.25rem;
}

@media (max-width: 699px) {
    .o-layout.-gutter-tiny.-gutter-bottom\@to-small>.o-layout_item {
        margin-bottom: 1.25rem;
    }
}

.o-layout.-margin-bottom>.o-layout_item {
    margin-bottom: 1.875rem;
}

@media (min-width: 1000px) {
    .o-layout.-margin-bottom>.o-layout_item {
        margin-bottom: 3.75rem;
    }
}

.o-layout.-margin-top>.o-layout_item {
    margin-top: 3.75rem;
}

.o-layout.-margin-block>.o-layout_item {
    margin-block: 1.875rem;
}

@media (min-width: 1000px) {
    .o-layout.-margin-block>.o-layout_item {
        margin-block: 3.75rem;
    }
}

.o-layout.-middle>.o-layout_item {
    vertical-align: middle;
}

.o-layout.-bottom>.o-layout_item {
    vertical-align: bottom;
}

.o-layout.-center>.o-layout_item,
.o-layout.-right>.o-layout_item,
.o-layout.-reverse>.o-layout_item {
    text-align: left;
}

.o-layout.-reverse>.o-layout_item {
    direction: ltr;
}

.o-image {
    display: block;
    border-radius: 0.375rem;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.o-image:hover {
    opacity: 1;
}

.o-image img {
    width: 100%;
}

@media (min-width: 700px) {
    .o-image.-height {
        height: 100%;
    }

    .o-image.-height img {
        width: auto;
        height: 100%;
    }
}

.o-image.-parallax img {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
}

.o-image.-parallax-small img {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
}

.o-image_caption {
    font-size: 0.75rem;
    margin-top: 0.625rem;
}

.o-text {
    font-variation-settings: "wght" 400;
}

.o-text.-tiny {
    font-size: 0.75rem;
}

.o-text.-small {
    font-size: 0.875rem;
}

.o-text.-medium {
    font-size: 1.375rem;
    line-height: 1.09;
}

.o-ellipsis:before {
    content: "...";
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: ellipsis 1.5s linear infinite;
}

@keyframes ellipsis {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

.o-wysiwyg p {
    margin-bottom: 1.875rem;
}

.o-wysiwyg img {
    max-width: 100%;
}

.o-wysiwyg ul li {
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: 0.625rem;
}

.o-wysiwyg ul li:before {
    position: absolute;
    content: "→";
    top: 0;
    left: 0;
}

.o-wysiwyg.-col {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
}

html body[data-module-load] .sib-form {
    padding: 1.875rem;
    font-family: inherit;
}

html body[data-module-load] .sib-form input[type=checkbox] {
    display: initial;
    margin: initial;
    padding: initial;
    width: initial;
    outline: initial;
    border: initial;
    border-radius: initial;
    background: initial;
    color: inherit;
    font: inherit;
    line-height: initial;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

html body[data-module-load] #sib-container {
    padding: 0;
}

html body[data-module-load] .sib-form-block {
    padding: 0;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing;
}

.c-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    z-index: 9;
    color: #FFFFFF;
    transition: color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    pointer-events: none !important;
}

html[data-theme=light] .c-header:not(.-white) {
    color: #000000;
}


.c-header.-shrink.is-visible {
    transform: translateY(0);
}

html[data-theme=true-black] .c-header.-shrink {
    background-color: #000;
}

html[data-theme=light] .c-header.-shrink {
    color: #000000;
    background-color: #FFFFFF;
}

.c-header.-fsp {
    background-color: #000000;
}

.c-header {
    color: #fff;
}

.has-nav-open .c-header.-shrink {
    background-color: transparent;
}

.has-nav-open .c-header_heading a {
    color: black;
}


@media (max-width: 999px) {
    .c-header {
        padding: 10px 0 1.25rem 0;
        position: fixed;

    }
}

.c-header_wrap {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .c-header_wrap {
        margin-left: -1.25rem;
    }
}

.c-header_logo {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 1rem;
    pointer-events: auto;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    fill: currentColor;
    width: 12.375rem;
    height: 1rem;
}

.c-header.-shrink .c-header_logo {
    width: auto;
    height: auto;
}

.c-header_logo:hover {
    opacity: 0.5;
}

.c-header_heading {
    display: flex;
}

@media (min-width: 1000px) {
    .c-header_heading {
        width: 33.3333333333%;

    }
}

.c-header_mode {
    pointer-events: auto;
    text-align: left;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 1000px) {
    .c-header_mode {
        width: 33.3333333333%;
        padding-left: 1.25rem;
    }
}

.c-header_mode span:first-of-type {
    margin-right: 0.4375rem;
    font-size: 0.5625rem;
    vertical-align: middle;
    transform: translate3d(0, -11.75%, 0);
    display: inline-block;
}

.c-header_mode button {
    vertical-align: initial;
}

.c-header_mode button * {
    pointer-events: none;
}

.c-header_mode:hover {
    opacity: 0.5;
}

.c-header_pagetitle {
    pointer-events: auto;
}

@media (max-width: 999px) {
    .c-header_pagetitle {
        display: none;
    }
}

@media (min-width: 1000px) {
    .c-header_pagetitle {
        margin-left: 4.375rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.c-header_nav {
    display: flex;
    justify-content: right;
    transition: visibility 0s 0.15s;
}

@media (min-width: 1000px) {
    .c-header_nav {
        width: 33.3333333333%;
        padding-left: 1.25rem;

    }
}

.has-nav-open .c-header_nav {
    visibility: hidden;
    transition-delay: 0s;
}

.c-header_nav_link {
    display: inline-block;
    padding: 0 1.25rem;
    pointer-events: auto;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.c-header_nav_link sup {
    margin-left: 0.1875rem;
}

@media (max-width: 999px) {
    .c-header_nav_link {
        display: none;
    }
}

.c-header_nav_link:hover {
    opacity: 0.5;
}

.c-header_nav_item {
    flex-shrink: 0;
}

.c-header_nav_burger {
    position: relative;
    width: 1.8125rem;
    height: 0.6875rem;
    margin-left: 1.25rem;
    display: inline-block;
    visibility: visible;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 8px;
}

.c-header_nav_burger::before,
.c-header_nav_burger::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border-top: 2px solid;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 99;
}

.c-header_nav_burger::before {
    top: 0;
}

.c-header_nav_burger::after {
    bottom: 0;
}

@media (hover: hover) {
    .c-header_nav_burger:hover::before {
        transform: translateY(-0.1875rem);
    }

    .c-header_nav_burger:hover::after {
        transform: translateY(0.1875rem);
    }
}

.has-nav-open .c-header_nav_burger::before {
    transform: rotate(44deg) translateY(0.375rem);
}

.has-nav-open .c-header_nav_burger::after {
    transform: rotate(-44deg) translateY(-0.375rem);
}

.c-header_nav_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    stroke: inherit;
}

.c-header_nav_button {
    display: inline-block;
    margin: 0 0.1875rem;
    pointer-events: auto;
}

.c-header_nav_price {
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: bottom;
}

.c-header.-shrink.-fsp .c-header_nav_price {
    color: #ff6600;
}

.c-header-page {
    position: relative;
    padding-top: 9.375rem;
}

.c-header-page.-indexup {
    z-index: 5;
}

.c-header-page.-padding-small {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 699px) {
    .c-header-page_img.-offset {
        margin-bottom: 1.5625rem;
        margin-top: -0.4375rem;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-header-page_img.-offset {
        margin-top: -2.5rem;
    }
}

@media (min-width: 1000px) {
    .c-header-page_img.-offset {
        margin-top: -3.125rem;
    }
}

.c-header-carousel {
    position: relative;
    height: 100vh;
    z-index: 0;
    color: #FFFFFF;
    font-variation-settings: "wght" 400;
}

.c-header-carousel .swiper-pagination {
    -moz-text-align-last: left;
    text-align-last: left;
}

.c-header-carousel .swiper-pagination-bullet {
    display: inline-block;
    width: 0.8125rem;
    height: 0.8125rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.5;
    margin-right: 1.5625rem;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    outline: none;
    cursor: pointer;
}

.c-header-carousel .swiper-pagination-bullet:hover {
    opacity: 1;
}

.c-header-carousel .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1;
}

.c-header-carousel_sticky-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    pointer-events: none;
}

.c-header-carousel_autoplay-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    pointer-events: none;
}

.c-header-carousel_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.c-header-carousel_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.c-header-carousel_wrapper {
    display: flex;
    height: 100%;
}

.c-header-carousel_slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-header-carousel_background .c-header-carousel_slide {
    transform: translateY(12.5rem);
}

.is-first-loaded .c-header-carousel_background .c-header-carousel_slide {
    transition: transform 0s cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
}

.is-first-loaded.is-ready .c-header-carousel_background .c-header-carousel_slide {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(0);
}

.c-header-carousel_bg,
.c-header-carousel_fg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.c-header-carousel_item {
    overflow: hidden;
}

.c-header-carousel_item .c-heading {
    line-height: 1 !important;
    margin-bottom: 0em;
}

.c-header-carousel_slide:not(.swiper-slide-active) .c-header-carousel_item {
    transform: translateY(0) !important;
    transition: transform 1.8s cubic-bezier(0.075, 0.82, 0.165, 1) 1.8s;
}

.c-header-carousel_line {
    opacity: 0;
    transform: translateY(150%);
    transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 999px) {
    .c-header-carousel_line {
        --heading-large-tablet-size: 12vw !important;
    }
}

@media (max-width: 699px) {
    .c-header-carousel_line {
        --heading-large-mobile-size: 15vw !important;
    }
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0s;
    transform: translateY(0);
    opacity: 1;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay1,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay1 {
    transition-delay: 0.1s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay2,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay2 {
    transition-delay: 0.2s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay3,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay3 {
    transition-delay: 0.3s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay4,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay4 {
    transition-delay: 0.4s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay5,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay5 {
    transition-delay: 0.5s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay6,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay6 {
    transition-delay: 0.6s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay7,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay7 {
    transition-delay: 0.7s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay8,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay8 {
    transition-delay: 0.8s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay9,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay9 {
    transition-delay: 0.9s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay10,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay10 {
    transition-delay: 1s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay11,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay11 {
    transition-delay: 1.1s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay12,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay12 {
    transition-delay: 1.2s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay13,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay13 {
    transition-delay: 1.3s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay14,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay14 {
    transition-delay: 1.4s;
}

.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-active .c-header-carousel_line.-delay15,
.is-ready .c-header-carousel_slide.is-loaded.swiper-slide-duplicate-active .c-header-carousel_line.-delay15 {
    transition-delay: 1.5s;
}

.is-ready .c-header-carousel_slide.swiper-slide-prev .c-header-carousel_line,
.is-ready .c-header-carousel_slide.swiper-slide-next .c-header-carousel_line,
.is-ready .c-header-carousel_slide.swiper-slide-duplicate-prev .c-header-carousel_line,
.is-ready .c-header-carousel_slide.swiper-slide-duplicate-next .c-header-carousel_line {
    transition-delay: 0.6s;
}

.c-header-carousel.is-dragging .c-header-carousel_line {
    opacity: 0 !important;
    transform: translateY(150%) !important;
}

.c-header-carousel_bg {
    transform: translateY(12.5rem);
    transition: transform 0s cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
}

.is-loaded .c-header-carousel_bg {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(0);
}

.c-header-carousel_content {
    position: relative;
    height: 100%;

}

.c-header-carousel_content:before {
    content: "";
    position: absolute;
    display: block;
    top: 3.75rem;
    left: 2.5rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
    animation: font-loading 0.3s ease-in-out infinite;
    opacity: 1;
    transition: opacity 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-header-carousel_slide.is-loaded .c-header-carousel_content:before {
    opacity: 0;
}

@media (max-width: 699px) {
    .c-header-carousel_content_inner {
        padding-bottom: 10vh;
    }
}

@media (min-width: 300px) and (max-width: 400px) {

    .c-header-carousel_content_inner {
        padding-bottom: 35vh;
    }
}


.c-header-carousel_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 3.125rem;
    pointer-events: none;
    z-index: 8;
}

.c-header-carousel_bottom span,
.c-header-carousel_bottom a {
    pointer-events: auto;
}

.c-header-carousel_bottom.-right {
    text-align: right;
}

@media (max-width: 699px) {
    .c-header-carousel_bottom {
        padding-bottom: 4.375rem;
    }

    .c-header-carousel_bottom.-right {
        padding-bottom: 1.25rem;
    }
}

.c-header-carousel_cta {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.3125rem;
    width: 100%;
    min-width: 12.5rem;
}

@media (min-width: 700px) {
    .c-header-carousel_cta {
        padding: 1.25rem;
        margin-bottom: 0.5rem;
        flex-direction: column;
    }
}

@media (max-width: 699px) {
    .c-header-carousel_cta {
        padding: 0.625rem;
    }
}

.c-header-carousel_cta:hover {
    background-color: rgba(28, 28, 28, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

.c-header-carousel_cta_preview {
    --font-size: 3rem;
    line-height: 1;
    font-size: var(--font-size);
    margin-bottom: 0.625rem;
}

@media (max-width: 699px) {
    .c-header-carousel_cta_preview {
        display: none;
    }
}

.c-header-carousel_cta_content {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    line-height: 1.1;
}

@media (max-width: 699px) {
    .c-header-carousel_cta_content {
        align-items: center;
    }
}

.c-header-carousel_cta_arrow {
    font-size: 150%;
    display: inline-block;
    margin-left: 3.125rem;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-header-carousel_cta:hover .c-header-carousel_cta_arrow {
    transform: translateX(0.3125rem);
}

.c-header-carousel_heading {
    font-size: 12.5rem;
}

.c-header-carousel_heading span {
    font-size: 10rem;
}

.c-header-font-bg_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.c-header-font-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateY(12.5rem);
}

.is-first-loaded .c-header-font-bg {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-first-loaded.is-loaded .c-header-font-bg {
    transform: translateY(0);
}

.c-header-font_sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    pointer-events: none;
}

.c-header-font {
    position: relative;
    color: #FFFFFF;
}

.c-header-font_wrap {
    position: relative;
    height: 79vh;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 699px) {
    .c-header-font_wrap {
        padding-top: 4.375rem;
    }
}

@media (min-width: 700px) {
    .c-header-font_wrap {
        padding-bottom: 1.875rem;
    }
}

.c-header-font_title {
    line-height: 0.8928571429;
    margin-bottom: 2.5rem;
}

@media (max-width: 699px) {
    .c-header-font_title {
        --product-title-mobile-font-size: 3.125rem;
        font-size: var(--product-title-mobile-font-size);
    }
}

@media (min-width: 700px) {
    .c-header-font_title {
        --product-title-font-size: 8.75rem;
        font-size: var(--product-title-font-size);
    }
}

.c-header-font_title_inner {
    transform: translateY(150%);
}

.is-ready.has-u-font-loaded .c-header-font_title_inner {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(0);
}

.c-header-font_col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.c-header-font_button {
    display: inline-block;
    margin-left: 0.625rem;
}

@media (min-width: 700px) {
    .c-header-font_button {
        margin-top: 0.625rem;
    }
}

@media (max-width: 699px) {
    .c-header-font_button {
        display: block;
        margin-bottom: 0.625rem;
    }
}

.c-header-font_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.375rem;
    padding-top: 1.25rem;
}

@media (max-width: 699px) {
    .c-header-font_nav {
        display: none;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-header-font_nav {
        width: 100%;
        visibility: hidden;
    }
}

.c-header-font_nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center left;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.is-ready .c-header-font_nav::before {
    transform: scaleX(1);
    transition-delay: 0.3s;
}

.c-header-font_nav_link {
    display: block;
    color: #FFFFFF;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-variation-settings: "wght" 400;
}

.c-header-font_nav_link:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

.c-header-font_nav_link svg {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
}

.c-header-font_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 699px) {
    .c-header-font_content {
        height: 100%;
        flex-direction: column-reverse;
    }
}

.c-header-font_buttons {
    text-align: right;
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-header-font_buttons {
        margin-left: -8.75rem;
    }
}

@media (min-width: 1000px) and (max-width: 1279px) {
    .c-header-font_buttons {
        margin-left: -1.875rem;
    }
}

.c-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    color: #1C1C1C;
    visibility: hidden;
    transition: visibility 0s 1.2s;
}

.has-nav-open .c-nav {
    visibility: visible;
    transition-delay: 0s;
}

.c-nav ::-moz-selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-nav ::selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-nav_backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1C1C1C;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.has-nav-open .c-nav_backdrop {
    opacity: 0.25;
}

.c-nav_wrap {
    position: relative;
}

.c-nav_main,
.c-nav_more {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-100%);
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.has-nav-open .c-nav_main,
.has-nav-open .c-nav_more {
    transform: translateY(0);
}

.c-nav_main {
    position: relative;
    z-index: 2;
}

.has-nav-open .c-nav_main {
    transform: translateY(0);
    transition-delay: 0.15s;
}

.c-nav_main ul {
    line-height: 2;
}

@media (max-width: 699px) {
    .c-nav_main {
        padding-top: 6.25rem;
        padding-bottom: 1.5625rem;
    }
}

@media (min-width: 700px) {
    .c-nav_main {
        padding-bottom: 2.5rem;
    }
}

.c-nav_close {
    display: inline-block;
    margin-top: 1.875rem;
    margin-bottom: 2.8125rem;
}

@media (max-width: 699px) {
    .c-nav_close {
        display: none;
    }
}

.c-nav_more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -7.5rem;
    left: 0;
    transition-delay: 0.15s;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.075rem;
    font-variation-settings: "wght" 400;
}

.has-nav-open .c-nav_more {
    transition-delay: 0s;
}

.c-nav_more ul {
    line-height: 1.8;
}

.sdd-download {
    padding: 350px 0 !important;
}

.c-huge-type {
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    --line-height: 1;
    line-height: var(--line-height);
}

.c-huge-type_wrap {
    font-size: 0;
}

.c-huge-type_text {
    display: inline-block;
    animation: hrail 60s infinite linear;
    animation-play-state: paused;
}

.is-ready .c-huge-type.is-inview .c-huge-type_text {
    animation-play-state: running;
}

@media (max-width: 699px) {
    .c-huge-type_text {
        font-size: 25rem;
        height: 0.25em;
        margin-top: -0.35em;
    }
}

@media (min-width: 700px) {
    .c-huge-type_text {
        font-size: 50rem;
        height: 0.91em;
        margin-top: -0.01em;
    }
}

@keyframes hrail {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.c-section {
    position: relative;
    margin-top: 2.5rem;
    font-variation-settings: "wght" 400;
}

.c-section.-padding-bottom-small {
    padding-bottom: 2.5rem;
}

.c-section.-half-full {
    min-height: 50vh;
}

@media (max-width: 699px) {
    .c-section.-margin-bottom {
        margin-bottom: 6.875rem;
    }

    .c-section.-margin-bottom-medium {
        margin-bottom: 3.125rem;
    }

    .c-section.-margin-bottom-small {
        margin-bottom: 1.875rem;
    }

    .c-section.-full {
        min-height: 75vh;
    }

    .c-section.-padding-bottom {
        padding-bottom: 5rem;
    }
}

@media (min-width: 700px) {
    .c-section.-margin-bottom {
        margin-bottom: 12.5rem;
    }

    .c-section.-margin-bottom-medium {
        margin-bottom: 6.25rem;
    }

    .c-section.-margin-bottom-small {
        margin-bottom: 3.75rem;
    }

    .c-section.-full {
        min-height: 100vh;
    }

    .c-section.-padding-bottom {
        padding-bottom: 8.75rem;
    }
}

.c-section.-padding-margin {
    padding-top: 4.6875rem;
    margin-bottom: 3.125rem;
    margin-top: 0;
}

.c-section.-margin-top-small {
    margin-top: 0.9375rem;
}

.c-section.-margin-top-large {
    margin-top: 11.25rem;
}

@media (max-width: 699px) {
    .c-section.-margin-top-large {
        margin-top: 3.75rem;
    }
}

.c-section.-center {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.c-section.-black {
    background-color: #1C1C1C;
}

.c-section.-bg {
    background-color: #1C1C1C;
}

html[data-theme=light] .c-section.-bg {
    background-color: #FFFFFF;
}

.c-section.-indexup {
    z-index: 2;
}

.c-section.-no-overflow {
    overflow: hidden;
}

.c-section_header {
    position: relative;
    margin-bottom: 2.1875rem;
    padding-top: 0.9375rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.c-section_header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 1px solid;
    opacity: 0.4;
}

.c-section_header.-noborder {
    margin-bottom: 0;
}

.c-section_header.-noborder::before {
    display: none;
}

.c-section_header.-anim::before {
    transform: scaleX(0);
    transition: transform 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center left;
}

.is-ready .c-section_header.-anim::before {
    transform: scaleX(1);
    transition-delay: 0.8s;
}

.c-section_header-text {
    display: inline-block;
    padding-bottom: 0.75rem;
}

.c-section_header_heading {
    font-size: 0.75rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.c-section_header_heading::before {
    content: "⬤";
    margin-right: 0.625rem;
    vertical-align: top;
}

.c-section_header_heading>span {
    display: inline-block;
    line-height: 1;
    padding-top: 0.25rem;
    vertical-align: top;
}

.c-section_heading {
    margin-bottom: 4.375rem;
}

.c-heading {
    line-height: 1.5;
    margin-bottom: 1.875rem;
}

.c-heading.-indent {
    text-indent: 6.875rem;
    margin-bottom: 3.75rem;
}

@media (min-width: 700px) {
    .c-heading.-indent {
        padding-right: 3.125rem;
    }
}

.c-heading.-huge {
    font-size: 28.125rem;
}

.c-heading.-large {
    line-height: 0.875;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

@media (max-width: 699px) {
    .c-heading.-large {
        --heading-large-mobile-size: 3.125rem;
        font-size: var(--heading-large-mobile-size);
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-heading.-large {
        --heading-large-tablet-size: 9.375rem;
        font-size: var(--heading-large-tablet-size);
    }
}

@media (min-width: 1000px) {
    .c-heading.-large {
        --heading-large-size: 12.5rem;
        font-size: var(--heading-large-size);
    }
}

@media (max-width: 699px) {
    .c-heading.-large\@small {
        font-size: 8.75rem;
        margin-bottom: 0;
    }
}

.c-heading.-h1 {
    font-size: 10rem;
    line-height: 1;
}

.c-heading.-h1.-line-height {
    line-height: 0.875;
}

.c-heading.-h2 {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 0.8928571429;
    margin-bottom: 2.5rem;
}

@media (max-width: 699px) {
    .c-heading.-h2 {
        font-size: 3.125rem;
    }
}

@media (min-width: 700px) {
    .c-heading.-h2 {
        font-size: 8.75rem;
    }
}

.c-heading.-h3 {
    line-height: 1;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

@media (max-width: 699px) {
    .c-heading.-h3 {
        font-size: 1.75rem;
    }

    .c-heading.-h3.-uppercase.-indent {
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .c-heading.-h3 {
        font-size: 3.125rem;
    }
}

.c-heading.-h3.-max {
    max-width: 78.125rem;
}

.c-heading.-h4 {
    display: block;
    line-height: 1;
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

@media (max-width: 699px) {
    .c-heading.-h4 {
        font-size: 1.75rem;
    }
}

@media (min-width: 700px) {
    .c-heading.-h4 {
        font-size: 2.1875rem;
    }
}

.c-heading.-h4 strong {
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.c-heading.-h4.-small-margin {
    margin-bottom: 1.25rem;
}

.c-heading.-h5 {
    font-size: 1.375rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.c-heading.-h6 {
    font-size: 1rem;
}

.c-heading.-nomargin {
    margin-bottom: 0;
}

.c-heading.-uppercase {
    text-transform: uppercase;
}

.c-heading.-medium {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

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

.c-heading_line {
    overflow: hidden;
    padding-top: calc(0.25em + 0.3125rem);
    margin-top: -0.25em;
    padding-bottom: 0.25em;
    margin-bottom: -0.25em;
}

.c-heading_line+.c-heading_line {
    margin-top: -0.5em;
}

.c-button,
.shopify-challenge__button {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 2.625rem;
    text-transform: uppercase;
    line-height: 1;
    transition: background-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), botder-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: auto;
    font-variation-settings: "wght" 400;
}

.c-button:hover,
.shopify-challenge__button:hover {
    opacity: 1;
}

@media (max-width: 699px) {

    .c-button,
    .shopify-challenge__button {
        font-size: 1.75rem;
        padding: 0.375rem 0.625rem 0.375rem;
    }
}

@media (min-width: 700px) {

    .c-button,
    .shopify-challenge__button {
        font-size: 2.1875rem;
        padding: 0.25rem 0.8125rem 0.1875rem;
    }
}

.c-button.-small,
.-small.shopify-challenge__button {
    font-size: 1.375rem;
    padding: 0.25rem 0.5rem 0.1875rem;
    line-height: 0.9;
}

.c-button.-medium,
.-medium.shopify-challenge__button {
    font-size: 1.875rem;
    line-height: 0.9;
    padding: 0.25rem 0.6875rem 0.1875rem;
}

.c-button[disabled],
[disabled].shopify-challenge__button {
    opacity: 0.4;
    pointer-events: none;
}

html[data-theme=dark] .c-button,
html[data-theme=dark] .shopify-challenge__button {
    border-color: #FFFFFF;
}

html[data-theme=dark] .c-button:hover,
html[data-theme=dark] .shopify-challenge__button:hover {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

html[data-theme=light] .c-button,
html[data-theme=light] .shopify-challenge__button {
    border-color: #1C1C1C;
}

html[data-theme=light] .c-button:hover,
html[data-theme=light] .shopify-challenge__button:hover {
    color: #FFFFFF;
    background-color: #1C1C1C;
}

html[data-theme=light] .c-button.-black,
html[data-theme=light] .-black.shopify-challenge__button,
html[data-theme=dark] .c-button.-black,
html[data-theme=dark] .-black.shopify-challenge__button {
    border-color: #1C1C1C;
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] .c-button.-black:hover,
html[data-theme=light] .-black.shopify-challenge__button:hover,
html[data-theme=dark] .c-button.-black:hover,
html[data-theme=dark] .-black.shopify-challenge__button:hover {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

html[data-theme=light] .c-button.-white,
html[data-theme=light] .-white.shopify-challenge__button,
html[data-theme=dark] .c-button.-white,
html[data-theme=dark] .-white.shopify-challenge__button {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #1C1C1C;
}

html[data-theme=light] .c-button.-white:hover,
html[data-theme=light] .-white.shopify-challenge__button:hover,
html[data-theme=dark] .c-button.-white:hover,
html[data-theme=dark] .-white.shopify-challenge__button:hover {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] .c-button.-white.-medium,
html[data-theme=light] .-white.-medium.shopify-challenge__button,
html[data-theme=dark] .c-button.-white.-medium,
html[data-theme=dark] .-white.-medium.shopify-challenge__button {
    border-color: #1C1C1C;
}

html[data-theme=light] .c-button.-white.-medium:hover,
html[data-theme=light] .-white.-medium.shopify-challenge__button:hover,
html[data-theme=dark] .c-button.-white.-medium:hover,
html[data-theme=dark] .-white.-medium.shopify-challenge__button:hover {
    border-color: #FFFFFF;
}

html[data-theme=light] .c-button.-border-white,
html[data-theme=light] .-border-white.shopify-challenge__button,
html[data-theme=dark] .c-button.-border-white,
html[data-theme=dark] .-border-white.shopify-challenge__button {
    border-color: #FFFFFF;
}

html[data-theme=dark] .c-button.-primary,
html[data-theme=dark] .-primary.shopify-challenge__button {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #1C1C1C;
}

html[data-theme=dark] .c-button.-primary:hover,
html[data-theme=dark] .-primary.shopify-challenge__button:hover {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=dark] .c-button.-primary.-medium,
html[data-theme=dark] .-primary.-medium.shopify-challenge__button {
    border-color: #1C1C1C;
}

html[data-theme=dark] .c-button.-primary.-medium:hover,
html[data-theme=dark] .-primary.-medium.shopify-challenge__button:hover {
    border-color: #FFFFFF;
}

html[data-theme=light] .c-button.-primary,
html[data-theme=light] .-primary.shopify-challenge__button {
    border-color: #1C1C1C;
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] .c-button.-primary:hover,
html[data-theme=light] .-primary.shopify-challenge__button:hover {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

html[data-theme=dark] .c-button.-secondary,
html[data-theme=dark] .-secondary.shopify-challenge__button {
    border-color: #FFFFFF;
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=dark] .c-button.-secondary:hover,
html[data-theme=dark] .-secondary.shopify-challenge__button:hover {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

html[data-theme=light] .c-button.-secondary,
html[data-theme=light] .-secondary.shopify-challenge__button {
    border-color: #1C1C1C;
    background-color: #FFFFFF;
    color: #1C1C1C;
}

html[data-theme=light] .c-button.-secondary:hover,
html[data-theme=light] .-secondary.shopify-challenge__button:hover {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] .c-button.-secondary.-medium,
html[data-theme=light] .-secondary.-medium.shopify-challenge__button {
    border-color: #1C1C1C;
}

html[data-theme=light] .c-button.-secondary.-medium:hover,
html[data-theme=light] .-secondary.-medium.shopify-challenge__button:hover {
    border-color: #FFFFFF;
}

.c-button.-bubble,
.-bubble.shopify-challenge__button {
    position: relative;
}

.c-button.-bubble::before,
.-bubble.shopify-challenge__button::before,
.c-button.-bubble::after,
.-bubble.shopify-challenge__button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 17px 7px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    transform: rotate(-50deg);
}

.c-button.-bubble::before,
.-bubble.shopify-challenge__button::before {
    top: -8px;
    left: -8px;
}

.c-button.-bubble::after,
.-bubble.shopify-challenge__button::after {
    top: -4px;
    left: -4px;
    border-width: 0 5px 13px 5px;
}

html[data-theme=light] .c-button.-bubble.-black,
html[data-theme=light] .-bubble.-black.shopify-challenge__button,
html[data-theme=dark] .c-button.-bubble.-black,
html[data-theme=dark] .-bubble.-black.shopify-challenge__button {
    border-color: #FFFFFF;
}

html[data-theme=light] .c-button.-bubble.-black::after,
html[data-theme=light] .-bubble.-black.shopify-challenge__button::after,
html[data-theme=dark] .c-button.-bubble.-black::after,
html[data-theme=dark] .-bubble.-black.shopify-challenge__button::after {
    border-bottom-color: #1C1C1C;
}

html[data-theme=light] .c-button.-bubble.-black:hover::before,
html[data-theme=light] .-bubble.-black.shopify-challenge__button:hover::before,
html[data-theme=dark] .c-button.-bubble.-black:hover::before,
html[data-theme=dark] .-bubble.-black.shopify-challenge__button:hover::before {
    border-bottom-color: #1C1C1C;
}

html[data-theme=light] .c-button.-bubble.-black:hover::after,
html[data-theme=light] .-bubble.-black.shopify-challenge__button:hover::after,
html[data-theme=dark] .c-button.-bubble.-black:hover::after,
html[data-theme=dark] .-bubble.-black.shopify-challenge__button:hover::after {
    border-bottom-color: #FFFFFF;
}

html[data-theme=light] .c-button.-bubble.-white::after,
html[data-theme=light] .-bubble.-white.shopify-challenge__button::after,
html[data-theme=dark] .c-button.-bubble.-white::after,
html[data-theme=dark] .-bubble.-white.shopify-challenge__button::after {
    border-bottom-color: #FFFFFF;
}

html[data-theme=light] .c-button.-bubble.-white:hover::before,
html[data-theme=light] .-bubble.-white.shopify-challenge__button:hover::before,
html[data-theme=dark] .c-button.-bubble.-white:hover::before,
html[data-theme=dark] .-bubble.-white.shopify-challenge__button:hover::before {
    border-bottom-color: #FFFFFF;
}

html[data-theme=light] .c-button.-bubble.-white:hover::after,
html[data-theme=light] .-bubble.-white.shopify-challenge__button:hover::after,
html[data-theme=dark] .c-button.-bubble.-white:hover::after,
html[data-theme=dark] .-bubble.-white.shopify-challenge__button:hover::after {
    border-bottom-color: #1C1C1C;
}

.c-button_icon {
    vertical-align: baseline;
    width: 0.7em;
    height: 0.7em;
    fill: currentColor;
}

.c-form.is-loading {
    pointer-events: none;
}

.c-form_item {
    position: relative;
    margin-bottom: 1.875rem;
}

.c-form_item.-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .c-form_item.-border {
    border-bottom-color: rgba(28, 28, 28, 0.4);
}

.c-form_group {
    position: relative;
}

.c-form_button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.375rem;
}

.c-form_button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.form__message {
    padding-block: 1rem;
    font-style: italic;
}

.form__message .errors {
    color: #b95454;
}

.c-form_label,
.c-form_checkboxLabel,
.c-form_radioLabel {
    display: block;
    margin-bottom: 0.625rem;
}

.c-form.is-loading .c-form_label,
.c-form.is-loading .c-form_checkboxLabel,
.c-form.is-loading .c-form_radioLabel {
    opacity: 0.5;
}

.c-form_input,
.c-form_textarea,
.c-form_select_input {
    padding: 0.875rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 1.375rem;
    transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-form.is-loading .c-form_input,
.c-form.is-loading .c-form_textarea,
.c-form.is-loading .c-form_select_input {
    opacity: 0.5;
}

.c-form_input:focus,
.c-form_textarea:focus,
.c-form_select_input:focus,
.c-form_input:hover,
.c-form_textarea:hover,
.c-form_select_input:hover {
    border-color: #FFFFFF;
}

.c-form_input.-dark,
.-dark.c-form_textarea,
.-dark.c-form_select_input,
html[data-theme=dark] .c-box .c-form_input,
html[data-theme=dark] .c-box .c-form_textarea,
html[data-theme=dark] .c-box .c-form_select_input {
    border-color: rgba(28, 28, 28, 0.4);
}

.c-form_input.-dark::-moz-placeholder,
.-dark.c-form_textarea::-moz-placeholder,
.-dark.c-form_select_input::-moz-placeholder,
html[data-theme=dark] .c-box .c-form_input::-moz-placeholder,
html[data-theme=dark] .c-box .c-form_textarea::-moz-placeholder,
html[data-theme=dark] .c-box .c-form_select_input::-moz-placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.c-form_input.-dark::placeholder,
.-dark.c-form_textarea::placeholder,
.-dark.c-form_select_input::placeholder,
html[data-theme=dark] .c-box .c-form_input::placeholder,
html[data-theme=dark] .c-box .c-form_textarea::placeholder,
html[data-theme=dark] .c-box .c-form_select_input::placeholder {
    color: rgba(28, 28, 28, 0.4);
}

.c-form_input.-dark:focus,
.-dark.c-form_textarea:focus,
.-dark.c-form_select_input:focus,
.c-form_input.-dark:hover,
.-dark.c-form_textarea:hover,
.-dark.c-form_select_input:hover,
html[data-theme=dark] .c-box .c-form_input:focus,
html[data-theme=dark] .c-box .c-form_textarea:focus,
html[data-theme=dark] .c-box .c-form_select_input:focus,
html[data-theme=dark] .c-box .c-form_input:hover,
html[data-theme=dark] .c-box .c-form_textarea:hover,
html[data-theme=dark] .c-box .c-form_select_input:hover {
    border-color: #1C1C1C;
}

.c-form_input.-button,
.-button.c-form_textarea,
.-button.c-form_select_input {
    padding-right: 1.875rem;
}

.c-form_input[disabled],
[disabled].c-form_textarea,
[disabled].c-form_select_input {
    opacity: 0.5;
    cursor: default;
}

.c-form_checkboxLabel,
.c-form_radioLabel {
    position: relative;
    display: inline-block;
    margin-right: 0.625rem;
    margin-bottom: 0;
    padding-left: 1.75rem;
    cursor: pointer;
}

.c-form_checkboxLabel::before,
.c-form_radioLabel::before,
.c-form_checkboxLabel::after,
.c-form_radioLabel::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -0.5625rem;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
}

.c-form_checkboxLabel::before,
.c-form_radioLabel::before {
    background-color: #FFFFFF;
    border: 1px solid lightgray;
}

.c-form_checkboxLabel::after,
.c-form_radioLabel::after {
    border-color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%230%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    opacity: 0;
}

.c-form_checkboxLabel:hover::before,
.c-form_radioLabel:hover::before {
    border-color: darkgray;
}

.c-form_checkbox:focus+.c-form_checkboxLabel::before,
.c-form_radio:focus+.c-form_checkboxLabel::before,
.c-form_checkbox:focus+.c-form_radioLabel::before,
.c-form_radio:focus+.c-form_radioLabel::before {
    border-color: dimgray;
}

.c-form_checkbox:checked+.c-form_checkboxLabel::after,
.c-form_radio:checked+.c-form_checkboxLabel::after,
.c-form_checkbox:checked+.c-form_radioLabel::after,
.c-form_radio:checked+.c-form_radioLabel::after {
    opacity: 1;
}

.c-form_checkbox,
.c-form_radio {
    position: absolute;
    width: 0;
    opacity: 0;
}

.c-form_radioLabel::before,
.c-form_radioLabel::after {
    border-radius: 50%;
}

.c-form_radioLabel::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%230%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
    background-size: 0.375rem;
}

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

.c-form_select {
    position: relative;
    cursor: pointer;
}

.c-form_select::after {
    position: absolute;
    top: 50%;
    right: 5px;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top-color: currentColor;
    transform: scaleY(1.5);
    transform-origin: 50% 25%;
}

.c-form_select_input {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem;
    cursor: pointer;
}

.c-form_select_input option {
    color: #000000;
    background-color: #FFFFFF;
}

.c-form_textarea {
    min-height: 12.5rem;
}

.c-form_submit.-inline {
    display: inline-block;
    margin-right: 0.625rem;
}

.c-form.is-loading .c-form_submit {
    display: none;
}

.c-form_spinner {
    display: none;
}

.c-form.is-loading .c-form_spinner {
    display: block;
}

.c-form.is-loading .c-form_spinner.-inline {
    display: inline-block;
    margin-right: 0.625rem;
}

.c-form_feedback {
    display: none;
    margin: 0.625rem 0;
}

@media (min-width: 700px) {
    .c-form_feedback.is-active {
        display: inline-block;
    }
}

@media (max-width: 699px) {
    .c-form_feedback.is-active {
        display: block;
    }
}

.c-form_feedback.-error {
    color: red;
}

.c-form_select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-form_select.-noborder {
    margin-bottom: -1px;
}

.c-form_select.-large {
    font-size: 1.375rem;
}

.c-form_select_header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.75rem 0;
    transform: translateZ(0);
    padding-right: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.c-form_select_header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center right;
}

.c-form_select.-large .c-form_select_header {
    padding: 1.25rem 0;
}

.c-form_select.-noborder .c-form_select_header {
    padding-right: 3.75rem;
    border-bottom-color: transparent;
}

.c-form_select_header span {
    display: inline-block;
}

.c-form_select_header:hover::after {
    transform: scaleX(1);
    transform-origin: center left;
}

html[data-theme=light] .c-form_select_header {
    border-bottom: 1px solid rgba(28, 28, 28, 0.4);
}

.c-form_select_list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 9;
    background-color: #1C1C1C;
    margin-top: -1px;
    opacity: 0;
    transform: translateY(0.9375rem);
}

html[data-theme=light] .c-form_select_list {
    background-color: #FFFFFF;
    border-top-color: #1C1C1C;
    border-left-color: #1C1C1C;
    border-right-color: #1C1C1C;
}

.c-form_select.is-open .c-form_select_list {
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
    transform: translateY(0);
}

.c-form_select_item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.9375rem 0.625rem;
}

.c-form_select_item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    transform: scaleY(0);
}

html[data-theme=light] .c-form_select_item {
    border-bottom-color: #1C1C1C;
}

html[data-theme=light] .c-form_select_item::before {
    background-color: #d9d9d9;
}

.c-form_select_item:hover::before {
    transform: scaleY(1);
}

@media (max-width: 699px) {
    .c-form_select_item {
        padding-left: 1.875rem;
    }
}

.c-form_select_item span {
    position: relative;
}

.c-form_select_item.is-selected::before {
    transform: scaleY(1);
    background-color: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .c-form_select_item.is-selected::before {
    background-color: #1C1C1C;
}

[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
}

@media (max-width: 699px) {
    [type=range] {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    [type=range].-medium {
        display: none;
    }
}

@media (max-width: 1599px) {
    [type=range].-huge {
        display: none;
    }
}

@media (min-width: 700px) {
    [type=range] {
        margin-top: 0.75rem;
    }

    [type=range].-small {
        display: none;
    }

    .is-edge [type=range] {
        margin-top: 2rem;
    }

    .is-firefox [type=range] {
        margin-top: 2.6875rem;
    }
}

@media (max-width: 1279px) {
    [type=range].-large {
        display: none;
    }
}

@media (min-width: 1280px) {
    [type=range].-medium {
        display: none;
    }
}

@media (min-width: 1600px) {
    [type=range].-large {
        display: none;
    }
}

[type=range]::-moz-focus-outer {
    border: 0;
}

[type=range]:focus {
    outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.4);
}

[type=range]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.4);
}

[type=range]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] [type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(28, 28, 28, 0.4);
}

html[data-theme=light] [type=range]:focus::-ms-fill-lower {
    background: rgba(28, 28, 28, 0.4);
}

html[data-theme=light] [type=range]:focus::-ms-fill-upper {
    background: rgba(28, 28, 28, 0.4);
}

[type=range]::-webkit-slider-runnable-track {
    height: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border: 0 solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

html[data-theme=light] [type=range]::-webkit-slider-runnable-track {
    border-color: rgba(28, 28, 28, 0.4);
    background: rgba(28, 28, 28, 0.4);
}

[type=range]::-webkit-slider-thumb {
    background-color: #FFFFFF;
    border: 0 solid #eceff1;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.0625rem;
    width: 1.0625rem;
    -webkit-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1);
    cursor: grab;
    -webkit-appearance: none;
    margin-top: -0.53125rem;
}

html[data-theme=light] [type=range]::-webkit-slider-thumb {
    background-color: #1C1C1C;
}

[type=range]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

[type=range]::-moz-range-track {
    height: 1px;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border: 0 solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    height: 0.5px;
}

html[data-theme=light] [type=range]::-moz-range-track {
    background: rgba(28, 28, 28, 0.4);
    border-color: rgba(28, 28, 28, 0.4);
}

[type=range]::-moz-range-thumb {
    background-color: #FFFFFF;
    border: 0 solid #eceff1;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.0625rem;
    width: 1.0625rem;
    -moz-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1);
    cursor: grab;
}

html[data-theme=light] [type=range]::-moz-range-thumb {
    background-color: #1C1C1C;
}

[type=range]::-moz-range-thumb:hover {
    transform: scale(1.2);
}

[type=range]::-ms-track {
    height: 1px;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 0.53125rem 0;
    color: transparent;
}

[type=range]::-ms-fill-lower {
    background: rgba(242, 242, 242, 0.4);
    border: 0 solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

html[data-theme=light] [type=range]::-ms-fill-lower {
    border-color: rgba(28, 28, 28, 0.4);
}

[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.4);
    border: 0 solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

html[data-theme=light] [type=range]::-ms-fill-upper {
    background: rgba(28, 28, 28, 0.4);
    border-color: rgba(28, 28, 28, 0.4);
}

[type=range]::-ms-thumb {
    background-color: #FFFFFF;
    border: 0 solid #eceff1;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1.0625rem;
    width: 1.0625rem;
    -ms-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1);
    cursor: grab;
    margin-top: 0.25px;
}

html[data-theme=light] [type=range]::-ms-thumb {
    background-color: #1C1C1C;
}

[type=range]::-ms-thumb:hover {
    transform: scale(1.2);
}

.c-fontBook {
    font-size: 0;
}

.c-fontBook_column {
    display: inline-block;
    padding-bottom: 3.125rem;
    font-size: 1rem;
    vertical-align: top;
}

@media (max-width: 999px) {
    .c-fontBook_column:last-child {
        display: none;
    }
}

@media (min-width: 1000px) {
    .c-fontBook_column {
        width: 50%;
    }

    .c-fontBook_column:last-child {
        padding-top: 3.125rem;
        padding-right: 0.9375rem;
        padding-left: 4.0625rem;
    }
}

.c-fontBook_text {
    font-weight: inherit !important;
}

@media (max-width: 699px) {
    .c-fontBook_text {
        margin-bottom: 80px;
    }
}

@media (min-width: 700px) {
    .c-fontBook_text {
        padding: 0 2.5rem;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .c-fontBook_text {
        margin-bottom: 9.375rem;
    }
}

@media (min-width: 1280px) {
    .c-fontBook_text {
        margin-bottom: 12.5rem;
        margin-top: 4.0625rem;
    }
}

.c-fontBook_circleWrap {
    padding: 0.9375rem 0;
    padding-bottom: 7.5rem;
    display: flex;
    align-items: flex-start;
}

.c-fontBook_circle {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 100%;
    border-radius: 50%;
    color: #1C1C1C;
}

@media (max-width: 1279px) {
    .c-fontBook_circle {
        --fontbook-circle-size-mobile: 18vw;
        font-size: var(--fontbook-circle-size-mobile);
    }
}

@media (min-width: 1280px) {
    .c-fontBook_circle {
        --fontbook-circle-size: 28.125rem;
        font-size: var(--fontbook-circle-size);
    }
}

html[data-theme=light] .c-fontBook_circle {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-fontBook_circle_char {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-fontBook_characters {
    line-height: 1;
    margin-top: 1.25rem;
}

@media (max-width: 699px) {
    .c-fontBook_characters {
        font-size: 20px;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (min-width: 700px) {
    .c-fontBook_characters {
        font-size: 1.5625rem;
    }
}

.c-fontBook_category {
    display: block;
    font-size: 0.6875rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.c-fontBook_category:first-child {
    display: none;
}

.c-fontBook_char {
    display: inline-block;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-fontBook_char span {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 699px) {
    .c-fontBook_char {
        text-align: center;
        margin-bottom: 30px;
        width: 16.6666666667%;
    }
}

@media (min-width: 700px) {
    .c-fontBook_char {
        padding-top: 0.4375rem;
    }

    .c-fontBook_char span::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.4);
        visibility: hidden;
    }

    html[data-theme=light] .c-fontBook_char span::before {
        border-color: #1C1C1C;
    }

    .c-fontBook_char span:hover::before {
        visibility: visible;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .c-fontBook_char span {
        width: 3.75rem;
        height: 3.75rem;
        padding-top: 0.3125rem;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .c-fontBook_char {
        width: 12.5%;
    }
}

@media (min-width: 1280px) {
    .c-fontBook_char {
        width: 10%;
    }

    .c-fontBook_char span {
        width: 5rem;
        height: 5rem;
    }
}

.c-fontBook_menu {
    background-color: #1C1C1C;
    z-index: 2;
}

html[data-theme=light] .c-fontBook_menu {
    background-color: #FFFFFF;
}

.c-fontBook_menu-scroll {
    position: absolute;
    top: 1.0625rem;
    bottom: 9.375rem;
    left: 0;
    width: 100%;
}

.c-playground_main {
    position: relative;
}

.c-playground_label {
    display: flex;
    justify-content: space-between;
}

.c-playground_label span:last-child {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.c-playground_textarea {
    --playground-textarea-size-factor: 1.0;
    margin: 0 auto;
    resize: none;
    border: 1px dashed transparent;
}

@media (max-width: 699px) {
    .c-playground_textarea {
        font-size: calc(45px * var(--playground-textarea-size-factor));
        line-height: calc(45px * var(--playground-textarea-size-factor));
        height: 350px;
    }
}

@media (min-width: 700px) {
    .c-playground_textarea {
        margin-bottom: 9vw;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-playground_textarea {
        font-size: calc(75px * var(--playground-textarea-size-factor));
        line-height: calc(75px * var(--playground-textarea-size-factor));
        height: 360px;
        padding-top: 60px;
    }
}

@media (min-width: 1000px) and (max-width: 1279px) {
    .c-playground_textarea {
        font-size: calc(100px * var(--playground-textarea-size-factor));
        line-height: calc(100px * var(--playground-textarea-size-factor));
        height: 480px;
        padding-top: 80px;
    }
}

@media (min-width: 1280px) {
    .c-playground_textarea {
        font-size: calc(140px * var(--playground-textarea-size-factor));
        line-height: calc(148px * var(--playground-textarea-size-factor));
        height: 665px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.c-playground_textarea:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .c-playground_textarea:focus {
    border-color: #1C1C1C;
}

.c-playground_try {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    pointer-events: none;
}

.c-playground_try svg {
    display: block;
    pointer-events: none;
}

.c-playground_try:hover svg {
    transform: scale(0.9);
}

.is-changed .c-playground_try svg {
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0);
}

.c-playground_try_item {
    position: absolute !important;
}

.c-playground_try_item span {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: top left;
}

.is-changed .c-playground_try_item span {
    transform: scale(0);
    opacity: 0;
}

@media (max-width: 699px) {
    .c-playground_try_item:nth-child(2) {
        top: 0;
        right: 0;
    }

    .c-playground_try_item:nth-child(3) {
        top: 3.125rem;
        left: 0;
    }

    .c-playground_try_item:nth-child(3) span {
        transition-delay: 0.02s;
    }

    .c-playground_try_item:nth-child(1) {
        top: 7.5rem;
        left: 48%;
        z-index: 2;
    }

    .c-playground_try_item:nth-child(1) span {
        transition-delay: 0.04s;
    }

    .c-playground_try_item:nth-child(4) {
        display: none;
    }

    .c-playground_try_item:nth-child(5) {
        top: 8.75rem;
        right: 0;
    }

    .c-playground_try_item:nth-child(5) span {
        transition-delay: 0.06s;
    }

    .c-playground_try_item:nth-child(6) {
        left: 30%;
        bottom: 1.5625rem;
    }

    .c-playground_try_item:nth-child(6) span {
        transition-delay: 0.08s;
    }
}

@media (min-width: 700px) {
    .c-playground_try_item:nth-child(1) {
        top: 5rem;
        left: 38%;
    }

    .c-playground_try_item:nth-child(2) {
        top: 10rem;
        left: 8.125rem;
    }

    .c-playground_try_item:nth-child(2) span {
        transition-delay: 0.02s;
    }

    .c-playground_try_item:nth-child(3) {
        top: 8.75rem;
        right: 2.5rem;
    }

    .c-playground_try_item:nth-child(3) span {
        transition-delay: 0.04s;
    }

    .c-playground_try_item:nth-child(4) {
        bottom: 15rem;
        right: 24.375rem;
        z-index: 2;
    }

    .c-playground_try_item:nth-child(4) span {
        transition-delay: 0.06s;
    }

    .c-playground_try_item:nth-child(5) {
        bottom: 12.5rem;
        right: 19.6875rem;
    }

    .c-playground_try_item:nth-child(5) span {
        transition-delay: 0.08s;
    }

    .c-playground_try_item:nth-child(6) {
        left: 30%;
        bottom: 12.5rem;
    }

    .c-playground_try_item:nth-child(6) span {
        transition-delay: 0.1s;
    }
}

.c-fsp_floating_item {
    position: absolute !important;
}

.c-fsp_floating_item span {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: top left;
}

.is-changed .c-fsp_floating_item span {
    transform: scale(0);
    opacity: 0;
}

@media (max-width: 1279px) {
    .c-fsp_floating_item:nth-child(1) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(2) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(3) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(4) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(5) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(6) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(7) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(8) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(9) {
        display: none;
    }

    .c-fsp_floating_item:nth-child(10) {
        display: none;
    }
}

@media (min-width: 700px) {
    .c-fsp_floating_item:nth-child(1) {
        top: -12.5rem;
        left: 10%;
    }

    .c-fsp_floating_item:nth-child(2) {
        top: -23.75rem;
        left: 38%;
    }

    .c-fsp_floating_item:nth-child(2) span {
        transition-delay: 0.02s;
    }

    .c-fsp_floating_item:nth-child(3) {
        top: -10rem;
        right: 3.125rem;
    }

    .c-fsp_floating_item:nth-child(3) span {
        transition-delay: 0.04s;
    }

    .c-fsp_floating_item:nth-child(4) {
        top: -12.5rem;
        right: 26.25rem;
        z-index: 2;
    }

    .c-fsp_floating_item:nth-child(4) span {
        transition-delay: 0.06s;
    }

    .c-fsp_floating_item:nth-child(5) {
        top: 200rem;
        left: 15.625rem;
    }

    .c-fsp_floating_item:nth-child(5) span {
        transition-delay: 0.08s;
    }

    .c-fsp_floating_item:nth-child(6) {
        right: 20%;
        top: 325rem;
    }

    .c-fsp_floating_item:nth-child(6) span {
        transition-delay: 0.1s;
    }

    .c-fsp_floating_item:nth-child(7) {
        left: 20%;
        bottom: 812.5rem;
    }

    .c-fsp_floating_item:nth-child(7) span {
        transition-delay: 0.12s;
    }

    .c-fsp_floating_item:nth-child(8) {
        left: 50%;
        bottom: 637.5rem;
    }

    .c-fsp_floating_item:nth-child(8) span {
        transition-delay: 0.14s;
    }

    .c-fsp_floating_item:nth-child(9) {
        right: 20%;
        bottom: 512.5rem;
    }

    .c-fsp_floating_item:nth-child(9) span {
        transition-delay: 0.16s;
    }

    .c-fsp_floating_item:nth-child(10) {
        left: 20%;
        bottom: 262.5rem;
    }

    .c-fsp_floating_item:nth-child(10) span {
        transition-delay: 0.16s;
    }
}

.c-playground_align {
    padding: 0.375rem;
    opacity: 0.4;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-playground_align svg {
    width: 1.25rem;
    height: 0.625rem;
    stroke: currentColor;
}

.c-playground_align:first-child {
    margin-left: -0.375rem;
}

.c-playground_align.is-active,
.c-playground_align:hover {
    opacity: 1;
}

.c-playground_refresh {
    padding: 0.375rem;
    margin-right: -0.375rem;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-playground_refresh svg {
    width: 1.0625rem;
    height: 1.25rem;
    fill: currentColor;
}

.c-playground_refresh:hover {
    transform: rotate(90deg);
}

.c-accordion {
    border-top: 1px solid;
}

html[data-theme=dark] .c-accordion {
    border-color: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .c-accordion {
    border-color: rgba(28, 28, 28, 0.4);
}

.c-accordion.-margin-bottom {
    margin-bottom: 7.5rem;
}

.c-accordion_item {
    position: relative;
    border-bottom: 1px solid;
}

.c-accordion_item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    z-index: 1;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center right;
}

.c-accordion_item:hover:after,
.c-accordion_item.is-open:after {
    transform: scaleX(1);
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center left;
}

html[data-theme=dark] .c-accordion_item {
    border-color: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .c-accordion_item {
    border-color: rgba(28, 28, 28, 0.4);
}

.c-accordion_header {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.c-accordion_heading {
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
}

.c-accordion_header:hover .c-accordion_heading {
    opacity: 0.7;
}

.c-accordion_plus {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}

.c-accordion_plus::before,
.c-accordion_plus::after {
    content: "";
    position: absolute;
}

.c-accordion_plus::before {
    border-top: 1px solid;
    top: 50%;
    right: 0;
    left: 0;
}

.c-accordion_plus::after {
    border-left: 1px solid;
    top: 0;
    bottom: 0;
    left: 50%;
}

html[data-theme=dark] .c-accordion_plus::before,
html[data-theme=dark] .c-accordion_plus::after {
    border-color: #FFFFFF;
}

html[data-theme=light] .c-accordion_plus::before,
html[data-theme=light] .c-accordion_plus::after {
    border-color: #1C1C1C;
}

.c-accordion_item.is-open .c-accordion_plus::after {
    transform: scaleY(0);
}

.c-accordion_main {
    overflow: hidden;
    padding-top: 6.25rem;
    padding-bottom: 1.875rem;
    opacity: 1;
}

.c-accordion_main.-no-pad-top {
    padding-top: 0;
}

.c-accordion_item:not(.is-open) .c-accordion_main {
    display: none;
    opacity: 0;
}

@media (min-width: 700px) {
    .c-accordion_main.-half {
        max-width: 50%;
    }
}

.c-accordion_main img {
    width: 100%;
}

.c-weight {
    line-height: 1.2;
    margin-bottom: 0.3125rem;
    cursor: pointer;
}

@media (max-width: 699px) {
    .c-weight {
        font-size: 2.5rem;
    }
}

@media (min-width: 700px) {
    .c-weight {
        font-size: 2.8125rem;
    }
}

html[data-theme=dark] .c-weight {
    color: #FFFFFF;
}

html[data-theme=light] .c-weight {
    color: #1C1C1C;
}

.c-weight_label {
    --font-weight: 200;
    --font-style: normal;
    --font-variation-settings: "wght" var(--font-weight);
    font-variation-settings: var(--font-variation-settings);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
}

.c-weight_number {
    display: inline-block;
    width: 2.5rem;
    height: 1.4375rem;
    border: 1px solid;
    font-size: 0.8125rem;
    border-radius: 2px;
    vertical-align: top;
    padding: 0.1875rem;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
}

html[data-theme=dark] .c-weight_number {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

html[data-theme=dark] .c-weight:hover .c-weight_number {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #1C1C1C;
}

html[data-theme=light] .c-weight_number {
    color: rgba(28, 28, 28, 0.4);
    border-color: rgba(28, 28, 28, 0.4);
}

html[data-theme=light] .c-weight:hover .c-weight_number {
    border-color: #1C1C1C;
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-variable {
    line-height: 1;
    text-align: center;
    transform: translateZ(0);
    animation: variableDemo 5s infinite;
    animation-play-state: paused;
}

.c-variable.is-inview {
    animation-play-state: running;
}

.c-variable span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.9375rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

@media (max-width: 699px) {
    .c-variable {
        --variable-font-size-mobile: 17vw;
        font-size: var(--variable-font-size-mobile);
    }

    .c-variable span {
        font-size: 6.25rem;
    }
}

@media (min-width: 700px) {
    .c-variable {
        --variable-font-size: 4.375rem;
        font-size: var(--variable-font-size);
    }

    .c-variable span {
        font-size: 8.125rem;
    }
}

.c-variable-rail {
    overflow: hidden;
}

.c-variable-rail_wrap {
    display: flex;
    font-size: 12.5rem;
    line-height: 0.875;
    text-transform: uppercase;
    transform: translateZ(0);
    animation: variableWeight 5s infinite;
    animation-play-state: paused;
    margin-left: -25rem;
}

.c-variable-rail_wrap.is-inview {
    animation-play-state: running;
}

.c-variable-rail_item {
    flex-shrink: 0;
}

.c-variable-rail_item span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.9375rem;
    font-weight: 400;
}

@media (max-width: 699px) {
    .c-variable-rail_item span {
        font-size: 6.25rem;
    }
}

@media (min-width: 700px) {
    .c-variable-rail_item {
        margin-right: 11.25rem;
    }

    .c-variable-rail_item span {
        font-size: 8.125rem;
    }
}

@keyframes variableWeight {
    0% {
        font-weight: 100;
    }

    50% {
        font-weight: 900;
    }

    100% {
        font-weight: 100;
    }
}

.c-carousel {
    overflow: hidden;
}

.c-carousel_wrapper {
    display: flex;
    margin-left: 1.25rem;
}

.c-carousel_slide {
    flex-shrink: 0;
    opacity: 0.15;
    transition: opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}

.c-carousel_slide:first-child {
    margin-left: 2.5rem;
}

.c-carousel_slide:last-child {
    padding-right: 2.5rem;
}

.c-carousel_slide.swiper-slide-active {
    opacity: 1;
    cursor: grab;
}

@media (max-width: 699px) {
    .c-carousel_slide {
        width: 92%;
        margin: 0 0.3125rem;
    }
}

@media (min-width: 700px) {
    .c-carousel_slide {
        height: 48.75rem;
        margin: 0 0.625rem;
    }
}

.c-carousel_slide img {
    max-width: 90vw;
}

.c-use-link {
    display: block;
    color: currentColor;
}

@media (max-width: 699px) {
    .c-use-link {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) {
    .c-use-link {
        margin-bottom: 2.5rem;
    }
}

.c-use-link:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 0.75;
}

.c-use-link_name {
    padding-top: 0.625rem;
    display: flex;
    align-items: baseline;
    min-height: 5rem;
}

@media (min-width: 700px) {
    .c-use-link_name {
        margin-top: 0.625rem;
    }
}

.c-use-link_title {
    width: 50%;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-use-link:hover .c-use-link_title {
    opacity: 0.75;
}

.c-use-link_subtitle {
    width: 50%;
    opacity: 0.4;
}

.c-link-underline {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 0.625rem;
}

.c-link-underline::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: center right;
}

@media (min-width: 700px) {
    .c-link-underline {
        padding-right: 0.625rem;
    }
}

.c-link-underline.-padding-top {
    padding-top: 0.9375rem;
}

.c-link-underline:hover {
    text-decoration: none;
    opacity: 1;
}

.c-link-underline:hover::after {
    transform: scale(1);
    transform-origin: center left;
}

html[data-theme=dark] .c-link-underline {
    color: #FFFFFF;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

html[data-theme=dark] .c-link-underline:hover {
    color: #FFFFFF;
}

html[data-theme=light] .c-link-underline {
    color: #1C1C1C;
    border-bottom-color: rgba(28, 28, 28, 0.4);
}

html[data-theme=light] .c-link-underline:hover {
    color: #1C1C1C;
}

.c-cta {
    position: relative;
}

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

@media (max-width: 699px) {
    .c-cta_buttons {
        margin-top: 1.5625rem;
    }
}

@media (min-width: 700px) {
    .c-cta_buttons {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin-top: -2.8125rem;
    }
}

@media (max-width: 699px) {
    .c-cta_button {
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 700px) {
    .c-cta_button {
        display: inline-block;
        margin: 0 0.375rem;
    }
}



.c-cards.-margin {
    margin-top: 5.3125rem;
}

@media (min-width: 1280px) {
    html[data-page=index]:not(.has-scroll-smooth) .c-cards_item:nth-child(2) {
        margin-top: 22.5rem;
    }

    html[data-page=index]:not(.has-scroll-smooth) .c-cards_item:nth-child(3) {
        margin-top: 7.5rem;
    }

    html[data-page=index]:not(.has-scroll-smooth) .c-cards_item:nth-child(4) {
        margin-top: 15rem;
    }
}

.c-card {
    position: relative;
    border: 1px solid #767676;
    border-radius: 0.375rem;
    width: 100%;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.c-card.-heading {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    height: auto;
    font-size: 25vw;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 699px) {
    .c-card {
        height: 21.25rem;
    }

    .c-card.-heading {
        display: none;
    }
}

@media (min-width: 700px) {
    .c-card {
        height: 26.25rem;
    }
}

.c-card--subfamily .c-card_letters {
    --card-letters-font-size: 4rem;
    line-height: 0.8;
}

.c-card_link {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding: 1.5625rem;
}

.c-card_link:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #1C1C1C;
    opacity: 1;
}

.c-card_letters {
    display: block;
    --card-letters-font-size: 10rem;
    font-size: var(--card-letters-font-size);
    line-height: 1;
}

@media (min-width: 1280px) and (max-width: 1399px) {
    html[data-page=index] .c-card_letters {
        font-size: calc(var(--card-letters-font-size) * 0.75);
    }
}

.c-card_link:hover .c-card_letters {
    display: none;
}

.c-card_text {
    --card-text-font-size: 2.5625rem;
    display: none;
    font-size: var(--card-text-font-size);
    line-height: 1;
}

@media (min-width: 1280px) and (max-width: 1399px) {
    html[data-page=index] .c-card_text {
        font-size: calc(var(--card-text-font-size) * 0.75);
    }
}

.c-card_link:hover .c-card_text {
    display: block;
}

.c-card_text:before {
    content: "";
    float: right;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
}

.c-card_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.1;
}

.c-card_arrow {
    font-size: 1.375rem;
}

.c-card_ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.3125rem;
    height: 5.3125rem;
    color: #1C1C1C;
    font-size: 0.75rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    transform: rotate(45deg);
}

.c-card_link:hover .c-card_ribbon {
    visibility: hidden;
}

html[data-theme=light] .c-card_ribbon {
    color: #000000;
}

.c-card_ribbon_wrap {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    height: 1.5625rem;
    width: 18.75rem;
    background-color: #FFFFFF;
    text-align: center;
    margin-left: -9.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[data-theme=light] .c-card_ribbon_wrap {
    background-color: rgba(0, 0, 0, 0.1);
}

.c-card_mask {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    visibility: hidden;
}

.c-card_mask * {
    pointer-events: none;
}

.c-card_mask svg {
    width: 50%;
    height: 50%;
    transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.c-card_mask:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    background-color: currentColor;
    animation: mask-loading 0.3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.c-card_mask.is-loading svg {
    opacity: 0;
}

.c-card_mask.is-loading:before {
    opacity: 1;
}

.c-card_link:hover .c-card_mask {
    visibility: visible;
    transform: scale(1);
}

.c-card_arrow {
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-card_link:hover .c-card_arrow {
    transform: translateX(0.3125rem);
}

@keyframes mask-loading {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: translate3d(0, 0px, 0);
    }
}

.c-puck {
    position: relative;
    border-radius: 50%;
    margin-bottom: 1.25rem;
    padding-bottom: 100%;
    text-align: center;
    display: block;
}

.c-puck:hover {
    opacity: 1;
}

html[data-theme=dark] .c-puck:not(.-white) {
    background-color: #FFFFFF;
    color: #1C1C1C;
}

html[data-theme=dark] .c-puck:not(.-white):hover {
    color: #1C1C1C;
}

html[data-theme=light] .c-puck:not(.-white) {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

html[data-theme=light] .c-puck:not(.-white):hover {
    color: #FFFFFF;
}

.c-puck.-white {
    background-color: #FFFFFF;
    color: #1C1C1C;
}

.c-puck.-white:hover {
    color: #1C1C1C;
}

@media (min-width: 700px) and (max-width: 1279px) {
    .c-puck.-home {
        width: 26.25rem;
        padding-bottom: 26.25rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.c-puck_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 0.9375rem;
}

@media (min-width: 1280px) {
    .c-puck_content {
        padding: 1.5625rem;
    }
}


.c-footer {
    position: relative;
    background-color: #FFFFFF;
    color: #1C1C1C;
    font-variation-settings: "wght" 400;
    overflow: hidden;
}

.c-footer.-nav {
    padding: 0;
}

.c-footer ::-moz-selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-footer ::selection {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

@media (max-width: 699px) {
    .c-footer_inner {
        padding-top: 3.75rem;
        padding-bottom: 1.875rem;
    }
}

@media (min-width: 700px) {
    .c-footer_inner {
        padding-top: 5rem;
        padding-bottom: 3.125rem;
    }
}

.c-footer_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.9375rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    visibility: hidden;
    pointer-events: none;
}

html[data-theme=light] .c-footer_shadow {
    visibility: visible;
}

.c-footer_list {
    line-height: 1.75;
}

.c-footer_title {
    opacity: 0.5;
}

.c-footer_title.-small {
    font-size: 0.75rem;
}

@media (max-width: 699px) {
    .c-footer_title.-margin {
        margin-top: 4.375rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) {
    .c-footer_title.-margin {
        margin-bottom: 2.5rem;
    }
}



@media (min-width: 700px) {
    .c-footer_bottom {
        margin-top: 3.75rem;
    }
}

.c-footer_preview {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.5 !important;
    margin-bottom: 0;
}

@media (max-width: 699px) {
    .c-footer_preview {
        display: none;
    }
}

.c-footer_social {
    margin-right: 0.625rem;
    border-radius: 50%;

    width: 1.875rem;
    height: 1.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    transition: background-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-footer_social svg {
    width: 1rem;
    height: 1rem;
    fill: #FFFFFF;
    transition: fill 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-footer_social:hover {
    background-color: #FFFFFF;
    opacity: 1;
}

.c-footer_social:hover svg {
    fill: #1C1C1C;
}

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

@media (max-width: 699px) {
    .c-footer_payment {
        width: 25%;
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 700px) {
    .c-footer_payment {
        margin-right: 2.1875rem;
    }
}

.c-footer_payment svg {
    width: 3.75rem;
    height: 1.875rem;
}

.c-quicklook {
    position: relative;
    display: inline-block;
}

.c-quicklook:hover {
    opacity: 1;
}

.c-quicklook_visual {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 20vw;
    pointer-events: none;
    z-index: -1;
}

.c-quicklook_visual:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.c-quicklook_visual_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-quicklook.-show-visual .c-quicklook_visual_inner {
    transform: scale(1);
    opacity: 1;
}

.c-featured-article-link_head {
    display: block;
    margin-bottom: 3.75rem;
}

.c-featured-article-link_head:hover {
    text-decoration: none;
}

.c-featured-article-link_subtitle {
    opacity: 0.4;
    display: block;
    margin-bottom: 1.875rem;
}

.c-featured-article-link_visual {
    position: relative;
}

.c-featured-article-link_visual_puck {
    position: absolute;
    bottom: 3.75rem;
    left: 3.75rem;
    width: 20vw;
    min-width: 15.625rem;
    z-index: 5;
}

@media (max-width: 999px) {
    .c-featured-article-link_visual_puck {
        display: none;
    }
}

.c-article-link {
    display: block;
    color: currentColor;
}

@media (max-width: 699px) {
    .c-article-link {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 700px) {
    .c-article-link {
        margin-bottom: 4.375rem;
    }
}

.c-article-link:hover {
    color: currentColor;
    text-decoration: none;
    opacity: 0.75;
}

.c-article-link_name {
    padding-top: 0.625rem;
    min-height: 9.375rem;
}

@media (min-width: 700px) {
    .c-article-link_name {
        margin-top: 0.625rem;
    }
}

.c-article-link_subtitle {
    opacity: 0.4;
    display: block;
    margin-bottom: 0.625rem;
}

@media (min-width: 700px) {
    .c-article {
        padding-top: 3.75rem;
    }
}

.c-article_head {
    margin-bottom: 1.875rem;
}

@media (min-width: 700px) {
    .c-article_head {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }
}

@media (min-width: 700px) {
    .c-article_head_back {
        width: 33.3333333333%;
    }
}

@media (max-width: 699px) {
    .c-article_head_back {
        display: none;
    }
}

.c-article_head_title {
    margin-bottom: 3.75rem;
}

@media (min-width: 700px) {
    .c-article_head_title {
        position: relative;
        width: 66.6666666667%;
        padding-right: 16.6666666667%;
    }
}

@media (min-width: 700px) {
    .c-article_head_info {
        width: 33.3333333333%;
    }

    .c-article_head_info p {
        margin-bottom: 1em;
    }
}

@media (max-width: 699px) {
    .c-article_head_info {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 700px) {
    .c-article_head_excerpt {
        width: 66.6666666667%;
        padding-right: 16.6666666667%;
    }
}

.c-article_subtitle {
    opacity: 0.4;
    display: block;
}

@media (min-width: 700px) {
    .c-article_subtitle {
        position: absolute;
        bottom: calc(100% + 1.25rem);
    }
}

@media (max-width: 699px) {
    .c-article_subtitle {
        margin-bottom: 1.25rem;
    }
}

.c-article_visual {
    margin-bottom: 1.875rem;
}

.c-article_fonts {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.c-rail {
    overflow: hidden;
}

@media (max-width: 699px) {
    .c-rail {
        padding: 0 1.875rem;
    }
}

.c-rail.-auto {
    transform: trasnalteZ(0);
}

.c-rail_wrap {
    position: relative;
    display: flex;
    font-size: 12.5rem;
    line-height: 0.875;
    text-transform: uppercase;
    transform: translateZ(0);
}

@media (max-width: 699px) {
    .c-rail_wrap {
        font-size: 12vw;
        margin-left: 0;
    }
}

.c-rail_item {
    position: relative;
    flex-shrink: 0;
    margin-right: 1em;
}

.c-rail_item span {
    margin-bottom: 0 !important;
}

@media (min-width: 700px) {
    .c-rail_item span {
        position: absolute;
        top: 2.5rem;
        right: 0;
        font-size: 1.375rem;
    }
}

@media (max-width: 699px) {
    .c-rail_item:last-child {
        display: none;
    }
}

.c-rail.-auto .c-rail_item {
    margin-right: 10.625rem;
    transform: translate3d(100vw, 0, 0);
    animation: rail 7s infinite linear;
    animation-play-state: paused;
}

.c-rail.-auto .c-rail_item:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-delay: 3.5s;
}

.c-rail.-auto.is-inview .c-rail_item {
    animation-play-state: running;
}

@keyframes rail {
    0% {
        transform: translate3d(100vw, 0, 0);
    }

    100% {
        transform: translate3d(-100vw, 0, 0);
    }
}

.c-video-thumbnail {
    position: relative;
}

.c-video-thumbnail_cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.c-video-modal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), background 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale3d(1, 0, 1);
    transform-origin: top center;
    background-color: #0f0f0f;
    opacity: 1;
}

.c-video-modal.is-active {
    pointer-events: all;
}

.c-video-modal.is-active:before {
    transform: scale3d(1, 1, 1);
}

html.is-loaded .c-video-modal {
    opacity: 1;
}

.c-video-modal_content {
    width: 60%;
}

@media (max-width: 1279px) {
    .c-video-modal_content {
        width: 90%;
    }
}

.c-video-modal_inner {
    position: relative;
    padding-bottom: 56%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0s;
}

.c-video-modal.is-active .c-video-modal_inner {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 1.2s;
}

.c-video-modal_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-video-modal_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
}

.c-video-modal_close_icon {
    stroke: #FFFFFF;
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 1.25rem;
    height: 1.25rem;
}

.c-video-modal.is-active .c-video-modal_close_icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.c-filter-grid {
    position: relative;
}

.c-filter-grid_spinner {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate3d(-50%, 1.875rem, 0);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    pointer-events: none;
    z-index: 10;
}

.c-filter-grid.is-loading .c-filter-grid_spinner {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
}

.c-filter-grid_inner {
    position: relative;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-filter-grid.is-loading .c-filter-grid_inner {
    pointer-events: none;
    opacity: 0.2;
}

.c-filter-grid.-fonts .c-filter-grid_inner {
    animation: filterGridFonts 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    animation-fill-mode: backwards;
}

@keyframes filterGridFonts {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.s-content p {
    margin-bottom: 1.25rem;
}

.s-content a {
    text-decoration: underline;
}

.c-box {
    border-radius: 0.625rem;
    padding: 1.25rem;
}

html[data-theme=light] .c-box {
    background-color: rgba(0, 0, 0, 0.05);
}

html[data-theme=dark] .c-box {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

.c-box.-large-padding {
    padding: 2.5rem;
}

.c-buy-form {
    margin-bottom: 7.5rem;
}

@media (min-width: 700px) {
    .c-buy-form_type {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 699px) {
    .c-buy-form_type {
        margin-bottom: 1.875rem;
    }
}

.c-buy-form_type-head {
    margin-bottom: 1.875rem;
}

@media (min-width: 700px) {
    .c-buy-form_type-head {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}

.c-buy-form_type-head a {
    opacity: 0.6;
}

.c-buy-form_actions {
    text-align: right;
}

@media (min-width: 700px) {
    .c-buy-form_actions {
        margin: 3.75rem 0;
    }
}

@media (max-width: 699px) {
    .c-buy-form_actions {
        margin: 1.875rem 0;
    }
}

.c-buy-form_actions_inner>* {
    margin-bottom: 0.625rem;
}

.c-buy-form_list {
    position: relative;
}

.c-buy-form_list_inner {
    opacity: 0.4;
    pointer-events: none;
}

.c-buy-form_list.is-ready .c-buy-form_list_inner {
    opacity: 1;
    pointer-events: all;
}

.c-buy-form_actions_inner {
    position: relative;
    display: inline-block;
}

.c-buy-form_buttons button {
    margin-left: 0.9375rem;
}

@media (min-width: 700px) {
    .c-product-accordion_item {
        font-size: 1.375rem;
    }
}

@media (max-width: 699px) {
    .c-product-accordion_item {
        font-size: 0.875rem;
    }

    .c-product-accordion_item:not(.-with-children) {
        margin-left: 2.1875rem;
    }
}

.c-product-accordion_head {
    position: relative;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.c-product-accordion_toggle {
    position: relative;
    display: block;
    overflow: hidden;
}

@media (min-width: 700px) {
    .c-product-accordion_toggle {
        width: 1.875rem;
    }
}

@media (max-width: 699px) {
    .c-product-accordion_toggle {
        width: 1.25rem;
    }
}

.c-product-accordion_toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(100%);
}

.c-product-accordion_toggle:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: currentColor;
    transform: translate(-50%, -50%) rotate(-90deg) scaleX(0.8);
    transform-origin: 50% 25%;
}

.c-product-accordion_toggle:hover {
    border-bottom-color: #FFFFFF;
}

.c-product-accordion_toggle:hover:after {
    transform: translateY(0%);
}

.c-product-accordion_item.is-expanded>.c-product-accordion_head .c-product-accordion_toggle:before {
    transform: translate(-50%, -50%) rotate(0deg) scaleX(0.8);
}

.c-product-accordion_input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.c-product-accordion_label {
    position: relative;
    display: flex;
    flex: 1;
    padding: 0.625rem 0;
    align-items: baseline;
    cursor: pointer;
}

.c-product-accordion_label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: -1px;
    border-bottom: 1px solid;
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-product-accordion_label:hover:after {
    transform: translate3d(0, 0, 0) scaleX(1);
}

.c-product-accordion_item.-with-children>.c-product-accordion_head .c-product-accordion_label {
    padding-left: 0.625rem;
}

.c-product-accordion_title {
    flex: 1;
    padding-right: 0.9375rem;
}

.c-product-accordion_price {
    opacity: 0.4;
}

@media (min-width: 700px) {
    .c-product-accordion_price {
        margin: 0 1.25rem;
    }
}

@media (max-width: 700px) {
    .c-product-accordion_price {
        font-size: 0.75rem;
    }
}

input:checked+.c-product-accordion_label .c-product-accordion_price {
    opacity: 1;
}

.c-product-accordion_item.is-checked .c-product-accordion_children .c-product-accordion_price {
    display: none;
}

.c-product-accordion_checkbox {
    position: relative;
    margin: 0 0.3125rem;
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border: 1px solid;
}

input:checked+.c-product-accordion_label .c-product-accordion_checkbox {
    background-color: currentColor;
}

.c-product-accordion_checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    background-color: currentColor;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.c-product-accordion_item.is-partially-selected>.c-product-accordion_head .c-product-accordion_checkbox:after {
    display: block;
}

.c-product-accordion_children {
    display: none;
}

@media (min-width: 700px) {
    .c-product-accordion_children {
        padding-left: 2.5rem;
    }
}

@media (max-width: 700px) {
    .c-product-accordion_children {
        padding-left: 0.3125rem;
    }
}

.c-product-accordion_item.is-expanded>.c-product-accordion_children {
    display: block;
}

.c-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.c-cart>* {
    width: 100%;
    margin-bottom: 2.5rem;
}

.c-cart>*:last-child {
    margin-bottom: 0;
}

.c-cart_list {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 0.9375rem;
}

.c-cart_item {
    padding-bottom: 3.125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0.9375rem;
}

.c-cart-product {
    position: relative;
}

@media (min-width: 700px) {
    .c-cart-product {
        padding-right: 3.75rem;
    }
}

@media (max-width: 699px) {
    .c-cart-product {
        padding-bottom: 3.75rem;
    }
}

.c-cart-product_inner {
    display: flex;
}

.c-cart-product_image {
    width: 3.75rem;
    height: 3.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.3125rem;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 0.9375rem;
    flex-shrink: 0;
}

@media (max-width: 699px) {
    .c-cart-product_image {
        position: absolute;
        pointer-events: none;
        opacity: 0;
    }
}

.c-cart-product_title {
    display: block;
    margin-bottom: 0.625rem;
}

.c-cart-product_title br {
    display: none;
}

.c-cart-product_variant {
    display: block;
    opacity: 0.4;
    line-height: 1.3;
}

.c-cart-product_variant br:first-child {
    display: none;
}

@media (max-width: 699px) {
    .c-cart-product_variant {
        font-size: 0.75rem;
    }
}

.c-cart-product_price {
    position: absolute;
    bottom: 0.625rem;
    right: 0;
}

.c-cart-product_remove {
    position: absolute;
}

@media (min-width: 700px) {
    .c-cart-product_remove {
        top: 0;
        right: 0;
    }
}

@media (max-width: 699px) {
    .c-cart-product_remove {
        bottom: 0.625rem;
        left: 0;
    }
}

.c-cart_subtotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 40rem;
}

@media (min-width: 700px) {
    .c-cart_footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 40rem;
    }
}

@media (max-width: 699px) {
    .c-cart_footer {
        text-align: right;
    }

    .c-cart_footer span {
        display: block;
        margin-bottom: 0.625rem;
    }
}

.c-tooltip {
    display: block;
    margin-bottom: 0.9375rem;
}

.c-tooltip span {
    display: inline-block;
    background-color: #FFFFFF;
    color: #1C1C1C;
    border-radius: 0.3125rem;
    padding: 0.125rem 0.3125rem;
    font-size: 0.8125rem;
    text-align: left;
}

.c-tooltip_wrapper.hide-tooltip .c-tooltip {
    display: none;
}

@media (hover: hover) {
    .c-tooltip {
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        padding-top: 0.625rem;
        padding-left: 1.25rem;
        max-width: 320px;
    }

    .c-tooltip_wrapper.hide-tooltip .c-tooltip {
        display: block;
    }

    .c-tooltip span {
        opacity: 0;
        transform: scale(0.5);
        transform-origin: top left;
        transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .c-tooltip_wrapper:not(.hide-tooltip).is-hover .c-tooltip span {
        opacity: 1;
        transform: scale(1);
    }
}

.c-tooltip_wrapper {
    position: relative;
}

.c-font-preview {
    position: relative;
}

.c-font-preview span {
    opacity: 1;
}

.c-font-preview:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
    animation: font-loading 0.3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-font-preview.is-loading span {
    opacity: 0.1;
}

.c-font-preview.is-loading:before {
    opacity: 1;
}

.c-font-preview.is-hidden {
    display: none;
}

@keyframes font-loading {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: translate3d(0, 0px, 0);
    }
}

.c-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
}

.has-mask .c-mask {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-mask_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-mask_inner {
    position: absolute;
}

@media (max-width: 699px) {
    .c-mask_inner {
        left: 1.5625rem;
        right: 1.5625rem;
        top: 1.5625rem;
        bottom: 1.5625rem;
    }
}

@media (min-width: 700px) {
    .c-mask_inner {
        right: 2.5rem;
        left: 2.5rem;
        top: 3.75rem;
        bottom: 2.5rem;
    }
}

.c-mask_visual {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 0.3125rem;
}

.c-try_header {
    margin-bottom: 7.5rem;
}

.c-try_button {
    margin-top: 2.8125rem;
    margin-bottom: 3.75rem;
}

.c-modal-share {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: none;
}

.has-modal-share-opened .c-modal-share {
    pointer-events: all;
}

.c-modal-share_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}

.has-modal-share-opened .c-modal-share_overlay {
    opacity: 1;
}

.c-modal-share_inner {
    position: relative;
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    z-index: 20;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.3125rem;
    transform: translateY(3.75rem);
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    outline: none !important;
}

.has-modal-share-opened .c-modal-share_inner {
    opacity: 1;
    transform: translateY(0);
}

.c-modal-share_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-modal-share_btn {
    display: inline-flex;
    align-items: center;
    margin: 0.5em 0;
}

.c-modal-share_btn svg {
    width: 1.25em;
    height: 1.25em;
    margin-right: 1em;
}

.c-modal-share_btn:hover {
    opacity: 0.5;
}

.c-modal-share_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.625rem;
}

.c-modal-share_close svg {
    top: 0;
    right: 0;
    width: 0.8em;
    height: 0.8em;
}

.c-modal-share_close:hover {
    opacity: 0.5;
}

.c-pagination {
    display: flex;
    justify-content: space-between;
}

.c-specs tr {
    padding-bottom: 0.9375rem;
}

.c-specs td {
    vertical-align: baseline;
    padding: 0.625rem 3.75rem 0.625rem 0;
}

@media (max-width: 699px) {
    .c-specs td {
        padding-right: 0.625rem;
    }

    .c-specs td:last-child {
        padding-right: 0;
    }
}

.c-specs a {
    text-decoration: underline;
}

.c-page-mask {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s linear 0.6s;
}

@media (hover: none) {
    .c-page-mask {
        display: none;
    }
}

.c-page-mask.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s linear 0s;
}

.c-page-mask_toggler {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.c-page-mask_toggler * {
    pointer-events: none;
}

.c-page-mask_toggler svg {
    width: 50%;
    height: 50%;
    transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.c-page-mask_toggler:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    background-color: #000000;
    animation: mask-loading 0.3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.c-page-mask_toggler.is-loading svg {
    opacity: 0;
}

.has-nav-open .c-header_nav_burger:before,
.has-nav-open .c-header_nav_burger:after {

    border-top-color: black;
}

.c-page-mask_toggler.is-loading:before {
    opacity: 1;
}

.c-content-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: none;
}

.c-content-modal.is-opened {
    pointer-events: all;
}

.c-content-modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}

.c-content-modal.is-opened .c-content-modal_overlay {
    opacity: 1;
}

.c-content-modal_inner {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    color: #000000;
    padding: 1.875rem;
    z-index: 20;
    border-radius: 0.3125rem;
    transform: translateY(3.75rem);
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    outline: none !important;
    max-width: calc(100% - 7.5rem);
    max-height: calc(100% - 7.5rem);
    overflow: auto;
}

.c-content-modal.-dark .c-content-modal_inner {
    background-color: #1C1C1C;
    color: #FFFFFF;
}

.c-content-modal.is-opened .c-content-modal_inner {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 699px) {
    .c-content-modal_inner {
        padding: 1.875rem 0.9375rem;
        max-width: calc(100% - 1.875rem);
        max-height: calc(100% - 1.875rem);
    }
}

.c-content-modal_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.625rem;
}

.c-content-modal_close svg {
    top: 0;
    right: 0;
    width: 0.8em;
    height: 0.8em;
}

.c-content-modal_close:hover {
    opacity: 0.5;
}

.c-try-font_desc {
    max-width: 20rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.c-try-font_iframe {
    overflow: hidden;
    border-radius: 0.3125rem;
    margin-top: 1.875rem;
    color: #000000;
}

html body .c-product-form {
    margin: auto;
    margin-bottom: 3.75rem;
    margin-top: 9.375rem;
}

@media (min-width: 1000px) {
    html body .c-product-form {
        width: 66.6666666667%;
    }
}

html body .c-product-form label:not(.label) {
    display: block;
    margin-bottom: 0.3125rem;
    margin-top: 0.625rem;
}

.c-product-form_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    align-items: baseline;
}

.c-product-form_head a {
    text-align: right;
    opacity: 0.6;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 1em;
}

@media (max-width: 699px) {
    .c-product-form_head a {
        font-size: 75%;
    }
}

body .c-product-form .c-product-form_variant-select {
    display: initial;
    margin: initial;
    padding: initial;
    width: initial;
    outline: initial;
    border: initial;
    border-radius: initial;
    background: initial;
    color: inherit;
    font: inherit;
    line-height: initial;
    margin-bottom: 0.625rem;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgIHdpZHRoPSI4cHgiIGhlaWdodD0iNXB4IiB2aWV3Qm94PSIwIDAgOCA1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjMTUxNTE1IiBkPSJNMCwwYzAsMCwzLjQsNC40LDMuNSw0LjRDMy43LDQuNCw3LjEsMCw3LjEsMEgweiIvPgo8L3N2Zz4KCg==);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

@media (min-width: 700px) {
    .c-product-form_footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .c-product-form_footer>* {
        margin-left: 1.875rem;
    }
}

@media (max-width: 699px) {
    .c-product-form_footer {
        text-align: right;
    }

    .c-product-form_footer>*:not(:last-child) {
        margin-bottom: 0.9375rem;
    }
}

body .dpo-container {
    padding: 0;
    border-radius: 0.3125rem;
}

body .dpo-container input,
body .dpo-container select,
body .dpo-container textarea {
    display: initial;
    margin: initial;
    padding: initial;
    width: initial;
    outline: initial;
    border: initial;
    border-radius: initial;
    background: initial;
    color: inherit;
    font: inherit;
    line-height: initial;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

body .dpo-container input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

body .dpo-container .field.choice {
    line-height: 18px;
}

body .dpo-container #itoris_dynamicproductoptions {
    margin-right: -0.625rem;
}

body .dpo-container #itoris_dynamicproductoptions select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgIHdpZHRoPSI4cHgiIGhlaWdodD0iNXB4IiB2aWV3Qm94PSIwIDAgOCA1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjMTUxNTE1IiBkPSJNMCwwYzAsMCwzLjQsNC40LDMuNSw0LjRDMy43LDQuNCw3LjEsMCw3LjEsMEgweiIvPgo8L3N2Zz4KCg==);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

body .dpo-container #itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field,
body .dpo-container .itoris_dynamicproductoptions .form-list.option-fields-cols-1 .field {
    width: auto;
}

body .dpo-container #itoris_dynamicproductoptions tr.fields td div.field,
body .dpo-container #itoris_dynamicproductoptions li.fields div.field,
body .dpo-container .itoris_slider_group .itoris_dynamicproductoptions div.field {
    margin: 0px;
}

body .dpo-container #itoris_dynamicproductoptions>.fieldset:not(:last-child) {
    margin-bottom: 0.625rem;
}

body .dpo-container #itoris_dynamicproductoptions .form-list td {
    white-space: nowrap;
    overflow: hidden;
}

body .dpo-container #itoris_dynamicproductoptions .form-list td .field {
    padding-right: 0.625rem;
}

body .dpo-container #itoris_dynamicproductoptions .form-list td label {
    padding-right: 0.625rem;
}

body .dpo-container #itoris_dynamicproductoptions .form-list td * {
    text-overflow: ellipsis;
}

.c-product-text__big {
    font-size: 5.6rem;
}

@media (max-width: 699px) {
    .c-product-text__big {
        font-size: 2rem;
    }
}

.c-product-text__small {
    font-size: 1.125rem;
}

@media (max-width: 699px) {
    .c-product-text__small {
        font-size: 1rem;
    }
}

.t-login #recover,
.t-login #recover+div {
    display: none;
}

.t-login #recover:target,
.t-login #recover:target+div {
    display: block;
}

.t-login #recover:target~#login,
.t-login #recover:target~#login+div {
    display: none;
}

.u-anim {
    opacity: 0;
    transform: translateY(3.75rem);
}

.u-anim.-translate {
    opacity: 1;
    transform: translateY(150%);
}

.u-anim.-left {
    transform: translateX(3.75rem);
}

.is-ready .u-anim.-left {
    transform: translateX(0);
}

.u-anim.-down {
    transform: translateY(-1.875rem);
}

.is-ready .u-anim {
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(0);
    opacity: 1;
}

.is-ready .u-anim.-delay1 {
    transition-delay: 0.1s;
}

.is-ready .u-anim.-delay2 {
    transition-delay: 0.2s;
}

.is-ready .u-anim.-delay3 {
    transition-delay: 0.3s;
}

.is-ready .u-anim.-delay4 {
    transition-delay: 0.4s;
}

.is-ready .u-anim.-delay5 {
    transition-delay: 0.5s;
}

.is-ready .u-anim.-delay6 {
    transition-delay: 0.6s;
}

.is-ready .u-anim.-delay7 {
    transition-delay: 0.7s;
}

.is-ready .u-anim.-delay8 {
    transition-delay: 0.8s;
}

.is-ready .u-anim.-delay9 {
    transition-delay: 0.9s;
}

.is-ready .u-anim.-delay10 {
    transition-delay: 1s;
}

.is-ready .u-anim.-delay11 {
    transition-delay: 1.1s;
}

.is-ready .u-anim.-delay12 {
    transition-delay: 1.2s;
}

.is-ready .u-anim.-delay13 {
    transition-delay: 1.3s;
}

.is-ready .u-anim.-delay14 {
    transition-delay: 1.4s;
}

.is-ready .u-anim.-delay15 {
    transition-delay: 1.5s;
}

/* stylelint-disable */
.u-2\:1::before {
    padding-bottom: 50%;
}

.u-4\:3::before {
    padding-bottom: 75%;
}

.u-16\:9::before {
    padding-bottom: 56.25%;
}

/* stylelint-enable */
.u-1\/1 {
    width: 100% !important;
}

.u-1\/2 {
    width: 50% !important;
}

.u-2\/2 {
    width: 100% !important;
}

.u-1\/3 {
    width: 33.3333333333% !important;
}

.u-2\/3 {
    width: 66.6666666667% !important;
}

.u-3\/3 {
    width: 100% !important;
}

.u-1\/4 {
    width: 25% !important;
}

.u-2\/4 {
    width: 50% !important;
}

.u-3\/4 {
    width: 75% !important;
}

.u-4\/4 {
    width: 100% !important;
}

.u-1\/5 {
    width: 20% !important;
}

.u-2\/5 {
    width: 40% !important;
}

.u-3\/5 {
    width: 60% !important;
}

.u-4\/5 {
    width: 80% !important;
}

.u-5\/5 {
    width: 100% !important;
}

.u-1\/12 {
    width: 8.3333333333% !important;
}

.u-2\/12 {
    width: 16.6666666667% !important;
}

.u-3\/12 {
    width: 25% !important;
}

.u-4\/12 {
    width: 33.3333333333% !important;
}

.u-5\/12 {
    width: 41.6666666667% !important;
}

.u-6\/12 {
    width: 50% !important;
}

.u-7\/12 {
    width: 58.3333333333% !important;
}

.u-8\/12 {
    width: 66.6666666667% !important;
}

.u-9\/12 {
    width: 75% !important;
}

.u-10\/12 {
    width: 83.3333333333% !important;
}

.u-11\/12 {
    width: 91.6666666667% !important;
}

.u-12\/12 {
    width: 100% !important;
}

@media (max-width: 699px) {
    .u-auto\@to-small {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 699px) {
    .u-1\/2\@to-small {
        width: 50%;
    }
}

@media (min-width: 700px) {
    .u-1\/2\@from-small {
        width: 50%;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .u-1\/2\@small-medium {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .u-1\/2\@from-medium {
        width: 50%;
    }
}

@media (max-width: 999px) {
    .u-1\/3\@to-medium {
        width: 33.3333333333%;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .u-1\/2\@small {
        width: 50%;
    }
}

@media (max-width: 699px) {
    .u-1\/4\@to-small {
        width: 25%;
    }
}

@media (max-width: 699px) {
    .u-3\/4\@to-small {
        width: 75%;
    }
}

@media (min-width: 700px) {
    .u-1\/4\@from-small {
        width: 25%;
    }
}

@media (min-width: 1000px) {
    .u-1\/4\@from-medium {
        width: 25%;
    }
}

@media (min-width: 700px) {
    .u-1\/6\@from-small {
        width: 16.6666666667%;
    }
}

@media (min-width: 1000px) {
    .u-1\/3\@from-medium {
        width: 33.3333333333%;
    }
}

@media (min-width: 700px) {
    .u-1\/3\@from-small {
        width: 33.3333333333%;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .u-1\/3\@small-medium {
        width: 33.3333333333%;
    }
}

@media (min-width: 700px) and (max-width: 1279px) {
    .u-2\/3\@small-medium {
        width: 66.6666666667%;
    }
}

@media (min-width: 700px) {
    .u-2\/3\@from-small {
        width: 66.6666666667%;
    }
}

@media (min-width: 1000px) {
    .u-2\/3\@from-medium {
        width: 66.6666666667%;
    }
}

@media (min-width: 700px) {
    .u-3\/4\@from-small {
        width: 75%;
    }
}

@media (min-width: 1000px) {
    .u-3\/4\@from-medium {
        width: 75%;
    }
}

@media (max-width: 699px) {
    .u-2\/3\@to-small {
        width: 66.6666666667%;
    }
}

@media (min-width: 1000px) {
    .u-1\/5\@from-medium {
        width: 20%;
    }
}

@media (min-width: 1000px) {
    .u-2\/5\@from-medium {
        width: 40%;
    }
}

@media (max-width: 699px) {
    .u-4\/5\@to-small {
        width: 80%;
    }
}

@media (max-width: 699px) {
    .u-1\/12\@to-small {
        width: 8.3333333333%;
    }
}

@media (min-width: 700px) {
    .u-1\/12\@from-small {
        width: 8.3333333333%;
    }
}

@media (min-width: 700px) {
    .u-2\/12\@from-small {
        width: 16.6666666667%;
    }
}

@media (min-width: 700px) {
    .u-11\/12\@from-small {
        width: 91.6666666667%;
    }
}

@media (min-width: 1000px) {
    .u-2\/12\@from-medium {
        width: 16.6666666667%;
    }
}

@media (min-width: 1280px) {
    .u-1\/4\@from-large {
        width: 25%;
    }
}

@media (min-width: 1280px) {
    .u-2\/12\@from-large {
        width: 16.6666666667%;
    }
}

@media (min-width: 700px) {
    .u-3\/12\@from-small {
        width: 25%;
    }
}

@media (min-width: 700px) {
    .u-4\/12\@from-small {
        width: 33.3333333333%;
    }
}

@media (min-width: 1000px) {
    .u-5\/12\@from-medium {
        width: 41.6666666667%;
    }
}

@media (min-width: 1280px) {
    .u-5\/12\@from-large {
        width: 41.6666666667%;
    }
}

@media (min-width: 1280px) {
    .u-7\/12\@from-large {
        width: 58.3333333333%;
    }
}

@media (min-width: 1280px) {
    .u-4\/12\@from-large {
        width: 33.3333333333%;
    }
}

@media (min-width: 1280px) {
    .u-11\/12\@from-large {
        width: 91.6666666667%;
    }
}

@media (min-width: 1400px) {
    .u-1\/4\@from-big {
        width: 25%;
    }
}

.u-float-left {
    float: left !important;
}

.u-float-right {
    float: right !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-right {
    text-align: right !important;
}

.u-align-baseline {
    vertical-align: baseline !important;
}

.u-align-bottom {
    vertical-align: bottom !important;
}

.u-align-middle {
    vertical-align: middle !important;
}

.u-align-top {
    vertical-align: top !important;
}

.u-vertical-center {
    font-size: 0;
}

.u-vertical-center::before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.u-vertical-center>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}

.u-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.u-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.u-overflow {
    overflow: hidden;
}

.u-block {
    display: block;
}

.u-relative {
    position: relative;
}

.u-none {
    display: none;
}

@media (max-width: 699px) {
    .u-none\@to-small {
        display: none;
    }
}

@media (max-width: 999px) {
    .u-none\@to-medium {
        display: none;
    }
}

@media (max-width: 1279px) {
    .u-none\@to-large {
        display: none;
    }
}

html[data-theme=light] .u-white,
html[data-theme=dark] .u-white {
    color: #FFFFFF;
}

html[data-theme=dark] .u-gray,
html[data-theme=dark] .c-fontBook_category,
html[data-theme=dark] .c-specs td:first-child,
.c-specs html[data-theme=dark] td:first-child {
    color: rgba(255, 255, 255, 0.4);
}

html[data-theme=light] .u-gray,
html[data-theme=light] .c-fontBook_category,
html[data-theme=light] .c-specs td:first-child,
.c-specs html[data-theme=light] td:first-child {
    color: rgba(28, 28, 28, 0.4);
}

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

.u-100:not(.-variable) {
    font-weight: 100;
}

.u-100.-variable {
    font-variation-settings: "wght" 100;
}

.u-100.-italic {
    font-style: italic;
}

.u-200:not(.-variable) {
    font-weight: 200;
}

.u-200.-variable {
    font-variation-settings: "wght" 200;
}

.u-200.-italic {
    font-style: italic;
}

.u-300:not(.-variable) {
    font-weight: 300;
}

.u-300.-variable {
    font-variation-settings: "wght" 300;
}

.u-300.-italic {
    font-style: italic;
}

.u-400:not(.-variable) {
    font-weight: 400;
}

.u-400.-variable {
    font-variation-settings: "wght" 400;
}

.u-400.-italic {
    font-style: italic;
}

.u-500:not(.-variable) {
    font-weight: 500;
}

.u-500.-variable {
    font-variation-settings: "wght" 500;
}

.u-500.-italic {
    font-style: italic;
}

.u-600:not(.-variable) {
    font-weight: 600;
}

.u-600.-variable {
    font-variation-settings: "wght" 600;
}

.u-600.-italic {
    font-style: italic;
}

.u-700:not(.-variable) {
    font-weight: 700;
}

.u-700.-variable {
    font-variation-settings: "wght" 700;
}

.u-700.-italic {
    font-style: italic;
}

.u-800:not(.-variable) {
    font-weight: 800;
}

.u-800.-variable {
    font-variation-settings: "wght" 800;
}

.u-800.-italic {
    font-style: italic;
}

.u-900:not(.-variable) {
    font-weight: 900;
}

.u-900.-variable {
    font-variation-settings: "wght" 900;
}

.u-900.-italic {
    font-style: italic;
}

.u-italic {
    font-style: italic;
}

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

.u-uppercase {
    text-transform: uppercase;
}

[hidden][aria-hidden=false] {
    position: absolute;
    display: inherit;
    clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
    clip: auto;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

@media not print {
    .u-screen-reader-text\@screen {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        margin: 0;
        padding: 0;
        width: 1px;
        height: 1px;
        border: 0;
    }
}

/*
 * Extends the `.screen-reader-text` class to allow the element
 * to be focusable when navigated to via the keyboard.
 *
 * @link https://www.drupal.org/node/897638
 * @todo Define styles when focused.
 */
.u-screen-reader-text.-focusable:focus,
.u-screen-reader-text.-focusable:active {
    clip: auto;
    width: auto;
    height: auto;
}

/* stylelint-disable string-quotes */
.u-padding {
    padding: 60px !important;
}

.u-padding-small {
    padding: 30px !important;
}

.u-padding-large {
    padding: 90px !important;
}

.u-padding-double {
    padding: 120px !important;
}

.u-padding-none {
    padding: 0 !important;
}

.u-padding-top {
    padding-top: 60px !important;
}

.u-padding-top-small {
    padding-top: 30px !important;
}

.u-padding-top-large {
    padding-top: 90px !important;
}

.u-padding-top-double {
    padding-top: 120px !important;
}

.u-padding-top-none {
    padding-top: 0 !important;
}

.u-padding-right {
    padding-right: 60px !important;
}

.u-padding-right-small {
    padding-right: 30px !important;
}

.u-padding-right-large {
    padding-right: 90px !important;
}

.u-padding-right-double {
    padding-right: 120px !important;
}

.u-padding-right-none {
    padding-right: 0 !important;
}

.u-padding-bottom {
    padding-bottom: 60px !important;
}

.u-padding-bottom-small {
    padding-bottom: 30px !important;
}

.u-padding-bottom-large {
    padding-bottom: 90px !important;
}

.u-padding-bottom-double {
    padding-bottom: 120px !important;
}

.u-padding-bottom-none {
    padding-bottom: 0 !important;
}

.u-padding-left {
    padding-left: 60px !important;
}

.u-padding-left-small {
    padding-left: 30px !important;
}

.u-padding-left-large {
    padding-left: 90px !important;
}

.u-padding-left-double {
    padding-left: 120px !important;
}

.u-padding-left-none {
    padding-left: 0 !important;
}

.u-padding-horizontal {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.u-padding-horizontal-small {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.u-padding-horizontal-large {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.u-padding-horizontal-double {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.u-padding-horizontal-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-padding-vertical {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.u-padding-vertical-small {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.u-padding-vertical-large {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.u-padding-vertical-double {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.u-padding-vertical-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.u-margin {
    margin: 60px !important;
}

.u-margin-small {
    margin: 30px !important;
}

.u-margin-large {
    margin: 90px !important;
}

.u-margin-double {
    margin: 120px !important;
}

.u-margin-none {
    margin: 0 !important;
}

.u-margin-top {
    margin-top: 60px !important;
}

.u-margin-top-small {
    margin-top: 30px !important;
}

.u-margin-top-large {
    margin-top: 90px !important;
}

.u-margin-top-double {
    margin-top: 120px !important;
}

.u-margin-top-none {
    margin-top: 0 !important;
}

.u-margin-right {
    margin-right: 60px !important;
}

.u-margin-right-small {
    margin-right: 30px !important;
}

.u-margin-right-large {
    margin-right: 90px !important;
}

.u-margin-right-double {
    margin-right: 120px !important;
}

.u-margin-right-none {
    margin-right: 0 !important;
}

.u-margin-bottom {
    margin-bottom: 60px !important;
}

.u-margin-bottom-small {
    margin-bottom: 30px !important;
}

.u-margin-bottom-large {
    margin-bottom: 90px !important;
}

.u-margin-bottom-double {
    margin-bottom: 120px !important;
}

.u-margin-bottom-none {
    margin-bottom: 0 !important;
}

.u-margin-left {
    margin-left: 60px !important;
}

.u-margin-left-small {
    margin-left: 30px !important;
}

.u-margin-left-large {
    margin-left: 90px !important;
}

.u-margin-left-double {
    margin-left: 120px !important;
}

.u-margin-left-none {
    margin-left: 0 !important;
}

.u-margin-horizontal {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.u-margin-horizontal-small {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.u-margin-horizontal-large {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.u-margin-horizontal-double {
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.u-margin-horizontal-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-margin-vertical {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.u-margin-vertical-small {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.u-margin-vertical-large {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.u-margin-vertical-double {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.u-margin-vertical-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* stylelint-enable string-quotes */
.c-header_logo {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 1rem;
    pointer-events: auto;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    fill: currentColor;
    width: 12.375rem;
    height: 1rem;
}

.c-header.-shrink .c-header_logo {
    width: auto;
    height: auto;
}

.c-header_logo:hover {
    opacity: 0.5;
}

.c-header_heading {
    display: flex;
}

@media (min-width: 1000px) {
    .c-header_heading {
        width: 33.3333333333%;

    }
}

.c-header_mode {
    pointer-events: auto;
    text-align: left;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 1000px) {
    .c-header_mode {
        width: 33.3333333333%;
        padding-left: 1.25rem;
    }
}

.c-header_mode span:first-of-type {
    margin-right: 0.4375rem;
    font-size: 0.5625rem;
    vertical-align: middle;
    transform: translate3d(0, -11.75%, 0);
    display: inline-block;
}

.c-header_mode button {
    vertical-align: initial;
}

.c-header_mode button * {
    pointer-events: none;
}

.c-header_mode:hover {
    opacity: 0.5;
}

.c-header_pagetitle {
    pointer-events: auto;
}

@media (max-width: 999px) {
    .c-header_pagetitle {
        display: none;
    }
}

@media (min-width: 1000px) {
    .c-header_pagetitle {
        margin-left: 4.375rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.c-header_nav {
    display: flex;
    justify-content: right;
    transition: visibility 0s 0.15s;
}

@media (min-width: 1000px) {
    .c-header_nav {
        width: 33.3333333333%;
        padding-left: 1.25rem;
    }
}

.has-nav-open .c-header_nav {
    visibility: hidden;
    transition-delay: 0s;
}

.c-header_nav_link {
    display: inline-block;
    padding: 0 1.25rem;
    pointer-events: auto;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}



.c-header_nav_link sup {
    margin-left: 0.1875rem;
}

@media (max-width: 999px) {
    .c-header_nav_link {
        display: none;
    }
}

.c-header_nav_link:hover {
    opacity: 0.5;
}

.c-header_nav_item {
    flex-shrink: 0;
}

.c-header_nav_burger {
    position: relative;
    width: 1.8125rem;
    height: 0.6875rem;
    margin-left: 1.25rem;
    display: inline-block;
    visibility: visible;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-header_nav_burger::before,
.c-header_nav_burger::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border-top: 2px solid;
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-header_nav_burger::before {
    top: 0;
}

.c-header_nav_burger::after {
    bottom: 0;
}

@media (hover: hover) {
    .c-header_nav_burger:hover::before {
        transform: translateY(-0.1875rem);
    }

    .c-header_nav_burger:hover::after {
        transform: translateY(0.1875rem);
    }
}

.has-nav-open .c-header_nav_burger::before {
    transform: rotate(44deg) translateY(0.375rem);
}

.has-nav-open .c-header_nav_burger::after {
    transform: rotate(-44deg) translateY(-0.375rem);
}

.c-header_nav_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    stroke: inherit;
}

.c-header_nav_button {
    display: inline-block;
    margin: 0 0.1875rem;
    pointer-events: auto;
}

.c-header_nav_price {
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: bottom;
}

.c-header.-shrink.-fsp .c-header_nav_price {
    color: #ff6600;
}

.c-header-page {
    position: relative;
    padding-top: 9.375rem;
}

.c-header-page.-indexup {
    z-index: 5;
}

.c-header-page.-padding-small {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 699px) {
    .c-header-page_img.-offset {
        margin-bottom: 1.5625rem;
        margin-top: -0.4375rem;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-header-page_img.-offset {
        margin-top: -2.5rem;
    }
}

@media (min-width: 1000px) {
    .c-header-page_img.-offset {
        margin-top: -3.125rem;
    }
}

.has-nav-open .c-nav_main {
    transform: translateY(0);
    transition-delay: .15s;
}

.has-nav-open .c-nav_main,
.has-nav-open .c-nav_more {
    transform: translateY(0);
}

.c-header-sub {
    position: fixed;
    /* display: none; */
    top: 0px;
    z-index: 9999;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.c-header-sub ul {
    display: flex;
}

.c-header-sub ul li {
    text-align: center;
    flex: 1;
}

.c-footer_social img {
    max-width: 80%;
}

.c-header-sub li a {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 21px;
}

.is-visible .o-link {
    color: rgba(206, 24, 24);
}


@media screen and (max-width: 768px) {
    #tariffe {
        display: none !important;
    }

    .c-header_nav_link {
        display: block;
    }

    .c-header_nav_link {
        padding: 0 !important;
        margin: 0 2px !important;
    }

    .c-header_nav_link {
        display: inline-block !important;

    }
}

.bx-wrapper {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0px !important;
}

.menu-float {
    --menu-color-3: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 99;
    pointer-events: none
}

.menu-float.is-visible {
    opacity: 1;
    bottom: 30px;


}

.menu-float__inner {
    position: relative;
    display: flex;
    justify-content: center
}

.menu-float__top {
    max-width: 707px;
    max-height: 0;
    overflow: hidden;
    transition: all .4s
}

.menu-float__bottom {
    position: relative;
    display: flex;
    justify-content: center
}

.menu-float__bottom:before {
    content: "";
    height: 60px;
    transition: all .3s
}

.menu-float__menu-row+.menu-float__menu-row {
    margin-top: 28px
}

.menu-float__wrapper {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 6px;
    border-radius: 12px;

    pointer-events: auto;
    transition: all .4s
}

.menu-float__wrapper.is-open-main .menu-float__bottom {
    position: relative
}

.menu-float__wrapper.is-open-main .menu-float__layout--primary .menu-float__content {
    width: 100%
}

.menu-float__wrapper.is-open-main .menu-float__layout--primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.menu-float__wrapper.is-open-main .menu-float__layout--secondary,
.menu-float__wrapper.is-open-main .menu-float__layout--tertiary {
    opacity: 0;
    visibility: hidden
}

.menu-float__wrapper.is-open {

    max-width: 1600px
}

.menu-float__wrapper.is-open .menu-float__top {
    max-height: 90vh;
    overflow-y: visible;
    max-width: 1600px
}

.menu-float__wrapper.is-open .menu-float__bottom:before {
    flex: 0;
    width: 100%
}

.menu-float__wrapper.is-open .menu-float__menu-content {
    max-width: 1600px
}

.menu-float__wrapper.is-open .menu-float__title:after {
    max-width: 200px;
    opacity: 1
}

.menu-float__wrapper.is-open .menu-float__subtitle {
    max-width: 200px;
    opacity: 1
}

.menu-float__wrapper.is-open .menu-float__hamburger {
    margin-left: auto
}

.menu-float__wrapper.is-open .menu-float__hamburger div:nth-child(1) {
    top: 0;
    transform: rotate(45deg)
}

.menu-float__wrapper.is-open .menu-float__hamburger div:nth-child(2) {
    opacity: 0
}

.menu-float__wrapper.is-open .menu-float__hamburger div:nth-child(3) {
    top: 0;
    transform: rotate(-45deg)
}

.menu-float__right {
    position: absolute;
    right: 0;
    bottom: 0
}

.menu-float__right .menu-float__wrapper {
    overflow: visible !important
}

.menu-float__logo {
    display: flex;
    color: #fff;
    font-weight: bold
}

.menu-float__breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    height: 48px
}

.menu-float__title {
    margin-left: -2px;
    color: var(--menu-color-1)
}

.menu-float__title+.menu-float__subtitle:before {
    content: ".";
    margin-right: 2px;
    color: var(--menu-color-1);
    font-weight: bold
}

.menu-float__subtitle {
    color: #a7a7a7;
    transition: all .3s
}

.menu-float__layout {

    border-radius: 13px;

}

.menu-float__layout--primary1 {
    border: 4px solid rgba(206, 24, 24);
}

.menu-float__layout--primary2 {
    border: 4px solid green;
}

.menu-float__wrapper2 .menu-float__menu {}


.menu-float__layout--primary .menu-float__content {
    display: flex;
    padding: 0 20px;
    background-color: #222;
    color: #fff
}

.menu-float__layout--secondary {
    flex: 1;
    margin-left: 6px
}

.menu-float__layout--secondary .menu-float__content {
    position: relative;
    width: 100%;
    background: #3e3e3e;
    color: #d3d3d3
}

.menu-float__layout--secondary .menu-float__item {
    justify-content: center;
    width: 100%;
    border: 1px solid #4e4e4e;
    color: #d3d3d3;
    white-space: nowrap
}

.menu-float__layout--secondary .menu-float__item.is-active {
    color: var(--menu-color-1, #d3d3d3);
    border-color: var(--menu-color-1, #d3d3d3)
}

.menu-float__layout--secondary .menu-float__item.is-active:hover {
    opacity: .8
}

.menu-float__layout--secondary .menu-float__item:hover:not(.is-active) {
    border-color: #a7a7a7
}

.menu-float__layout--tertiary {
    display: flex;
    margin-left: 6px
}

.menu-float__layout--tertiary .menu-float__content {
    padding: 0
}

.menu-float__layout--tertiary .button {
    width: 100%;
    font-size: 14px;
    transition: all .3s
}

.menu-float__layout--tertiary .button:not(.is-custom) {
    background: var(--menu-color-1);
    color: var(--color-primary)
}

.menu-float__layout--tertiary .button:hover {
    opacity: .8
}

.menu-float__hamburger {
    position: relative;
    width: 20px;
    height: 30px;
    cursor: pointer;
    pointer-events: auto;
    transition: all .3s
}

.menu-float__hamburger div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: translateZ(0);
    transition: all .3s
}

.menu-float__hamburger div:nth-child(1) {
    top: -8px
}

.menu-float__hamburger div:nth-child(3) {
    top: 8px
}

.menu-float__menu {
    display: none;
    width: 100%;
    display: none;
    padding-bottom: 6px;
    padding: 30px;
    background: #2c2c2c;
    color: #fff;
    border-radius: 2px;
    z-index: -1;
    transition: all .4s;

}



.menu-float__menu--main {
    display: flex;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 1px
}

.menu-float__menu.is-active {
    display: block
}

.menu-float__menu-content {
    max-width: 0;
    opacity: 1;
    transition: all .4s, max-width 0s;
    overflow: hidden
}

.menu-float__menu-content.is-show {
    opacity: 1
}

.menu-float__menu-col {
    position: relative;
    flex: 1;
    background-image: linear-gradient(to bottom, #7a7a7a 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 8px
}

.menu-float__menu-section {
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 16px;
    font-size: 1rem;
    color: #a7a7a7;
    line-height: 100%
}

.menu-float__menu-section svg {

    position: absolute;
    top: 30px;
    left: -17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--menu-color-2, #fff)
}



.menu-float__menu-nav {
    line-height: 120%
}

.menu-float__menu-nav li:not(:last-child) {
    margin-bottom: 16px
}

.menu-float__menu-nav li.is-active {
    font-weight: bold
}

.menu-float__menu-nav li.is-active a {
    color: var(--menu-color-1, --color-white);
    border-color: var(--menu-color-1, --color-white)
}

.menu-float__menu-nav a {
    display: block;
    padding: 8px 0 8px 16px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s
}



.menu-float__menu a {
    color: #fff
}

.menu-float__title-section {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 12px 0 6px;
    line-height: 100%
}

.menu-float__content {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 60px;
    padding: 0 6px;
    text-align: center;
    border-radius: 9px;
    overflow: hidden
}

.menu-float__progress {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%
}

.menu-float__bar {
    background-color: rgba(78, 78, 78, .5);
    width: 0;
    height: 100%
}

.menu-float__nav {
    position: relative;
    display: flex;
    margin-left: -6px
}

.menu-float__nav li {
    display: flex
}

.menu-float__item {
    display: inline-flex;
    align-items: center;
    height: 48px;
    margin-left: 6px;
    padding: 0 12px;
    border-radius: var(--rounded-normal);
    color: var(--color-primary);
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s
}

.menu-float__filters {
    position: relative;
    display: flex;
    height: 60px;
    margin-left: -6px;
    margin-right: -6px
}

.menu-float__filters li {
    border-left: 1px solid rgba(var(--color-primary-rgb), 0.1)
}

.menu-float__filter {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.menu-float__filter.has-filter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--menu-color-2)
}

.menu-float__filter.is-active {
    background: #222
}

.menu-float__filter.is-active svg {
    transform: scaleY(-1)
}

.menu-float__arrow {
    fill: #a7a7a7;
    margin-left: 12px
}

.menu-float__content:has(.menu-float__awwwards) {
    border-radius: 0
}

.menu-float__awwwards {
    display: flex;
    gap: 6px
}

.menu-float .button[class*="--awwward"] {
    --button-bg: var(--color-award);
    color: #fff
}

.menu-float .avatar-name sup {
    color: #fff
}

.menu-float .bt-nav {
    position: absolute;
    bottom: 0;
    pointer-events: auto
}

.menu-float .bt-nav--left {
    left: -28px
}

.menu-float .bt-nav--right {
    right: -28px
}

.menu-float .button--suggestions {
    --button-bg: var(--bg-secondary);
    --button-color: #fff
}

.menu-float .button--suggestions:hover {
    background-color: #4e4e4e
}

.menu-float .button--suggestions img {
    margin: 0 20px 0 8px;
    border-radius: 50%
}

.menu-float .button--suggestions .budget-circle {
    flex-shrink: 0;
    margin: 0 8px 0 20px;
    background: #4e4e4e
}

.menu-float__menu-nav {
    padding: 0px;
}

@media(max-width: 768px) {

    .menu-float__menu-section+ul {
        margin-bottom: 12px;
        display: none;
    }

    .menu-float__menu-section {
        font-size: 1rem;
    }




}

@media(max-width: 576px) {

    .c-header_heading {}

    .menu-float.is-visible {
        bottom: 8px;
    }

    .menu-float__wrapper {
        min-width: 0 !important
    }

    .menu-float__wrapper.is-open-main .menu-float__layout--primary {
        position: static
    }

    .menu-float__wrapper.is-open {
        min-width: 100% !important;
        max-height: 85vh;

    }

    .menu-float__wrapper.is-open .menu-float__top {
        max-height: 85vh;
    }

    .menu-float__wrapper.is-open .menu-float__layout--tertiary {
        display: none
    }

    .menu-float__top {
        min-width: auto !important;
        overflow-y: auto
    }

    .menu-float__layout--primary {
        flex: 1
    }

    .menu-float__layout--primary .menu-float__content {
        display: flex
    }

    .menu-float__layout--secondary {
        display: none
    }

    .menu-float__menu {
        padding: 20px
    }

    .menu-float__menu--main {
        flex-direction: column
    }

    .menu-float__menu-nav li {
        margin-bottom: 0
    }

    .menu-float__menu-col:last-child .menu-float__menu-row:last-child {
        margin-bottom: 0
    }

    .menu-float__menu-row {
        margin-bottom: 20px
    }

    .menu-float__menu-section {
        margin-bottom: 12px
    }

    .menu-float__menu-section+ul {
        margin-bottom: 12px
    }

    .menu-float .inner {
        padding: 0 8px
    }

    .menu-float .bt-nav {
        display: none
    }

    .menu-float .button {
        --button-height: 60px
    }
}

html .menu-float__menu-section .c-accordion_plus::before,
html .menu-float__menu-section .c-accordion_plus::after {
    border-color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {

    html .menu-float__menu-section .c-accordion_plus::before,
    html .menu-float__menu-section .c-accordion_plus::after {
        display: none !important;
    }
}