@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-RegularItalic.woff2") format("woff2"),url("../fonts/NeueHansKendrick-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-Regular.woff2") format("woff2"),url("../fonts/NeueHansKendrick-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-Bold.woff2") format("woff2"),url("../fonts/NeueHansKendrick-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.text-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-black {
    color: #000
}

.text-capitalize {
    text-transform: capitalize
}

* {
    box-sizing: border-box
}

html,body {
    scroll-behavior: smooth
}

body {
    font-family: "Neue Hans Kendrick",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,sans-serif;
    background-color: #fff;
    color: #000;
    position: relative;
    overflow-x: hidden;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::selection,::-webkit-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

a {
    color: #000
}

img {
    max-width: 100%
}

main {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    transition: opacity .5s ease
}

section {
    margin-bottom: 150px
}

@media only screen and (max-width: 1440px) {
    section {
        margin-bottom:10.4166666667vw
    }
}

@media only screen and (max-width: 1100px) {
    section {
        margin-bottom:150px
    }
}

@media only screen and (max-width: 767px) {
    section {
        margin-bottom:80px
    }
}

.nav {
    padding-top: 25px;
    position: relative;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.nav__background {
    position: relative;
    max-width: 1400px;
    margin: auto
}

.nav__background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleY(0);
    transition: transform .32s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.nav__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 22px 0;
    min-height: 97px
}

@media only screen and (max-width: 1440px) {
    .nav {
        padding-top:1.7361111111vw
    }

    .nav__background {
        max-width: 97.2222222222vw
    }

    .nav__container {
        padding: 1.5277777778vw 0;
        min-height: 6.7361111111vw
    }
}

@media only screen and (max-width: 998px) {
    .nav {
        padding-top:0;
        margin-top: 20px
    }

    .nav__container {
        padding: 22px 20px;
        width: 100% !important;
        min-height: 79px
    }

    .nav__background {
        width: 95%
    }

    .nav__background::before {
        transform: scaleY(1);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,.1)
    }
}

.nav__logo {
    display: block;
    margin-right: 30px
}

.nav__logo,.nav__logo svg {
    width: 125px;
    height: 42px
}

.nav__logo a {
    display: inline-block
}

@media only screen and (max-width: 1440px) {
    .nav__logo {
        margin-right:2.0833333333vw
    }

    .nav__logo,.nav__logo svg {
        width: 8.6805555556vw;
        height: 2.9166666667vw
    }
}

@media only screen and (max-width: 998px) {
    .nav__logo,.nav__logo svg {
        width:100px;
        height: 33px
    }
}

.nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row
}

.nav__menu>li {
    margin: 0 15px;
    position: relative
}

.nav__menu>li>.sub-menu {
    display: none
}

.nav__menu>li:not(:last-child) {
    margin-right: 0
}

.nav__menu>li>a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: block;
    position: relative;
    overflow: hidden
}

.nav__menu>li>a:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 3px;
    background-color: #EB1B28;
    position: absolute;
    bottom: 0;
    left: 10px
}

.nav__menu>li>a span {
    display: inline-block;
    pointer-events: none;
    padding: 6px 10px;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.nav__menu>li>a span:before {
    position: absolute;
    top: 100%;
    left: 0;
    color: #EB1B28;
    width: 100%;
    padding: 6px 10px;
    content: attr(data-hover)
}

.nav__menu>li>a:hover span {
    transform: translateY(-100%)
}

.nav__menu-submenu {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    min-width: 380px;
    transform: translateX(-50%) translateY(110%);
    z-index: 90;
    background-color: #fff;
    padding: 97px 84px;
    transition: all .32s ease-out .3s;
    opacity: 0;
    visibility: hidden
}

li.is-submenu-open .nav__menu-submenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateX(-50%) translateY(100%)
}

.nav__menu-submenu--small {
    bottom: 3px;
    padding: 0;
    left: -24px;
    transform: translateY(110%) !important;
    min-width: 140px;
    text-align: center;
    box-shadow: 0px 1px 30px 8px rgba(0,0,0,.1)
}

li.is-submenu-open .nav__menu-submenu--small {
    transform: translateY(100%) !important
}

.nav__menu-submenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.nav__menu-submenu-list a {
    display: block;
    width: 100%;
    padding: 7px 12px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

.nav__menu-submenu-list a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EB1B28;
    transform: scalex(0);
    transform-origin: 100% 100%;
    transition: transform .25s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: -1
}

.nav__menu-submenu-list a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 100%
}

.nav__menu a {
    overflow: hidden;
    overflow: initial
}

.nav__menu a:before {
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform-origin: 100% 100%
}

.nav__menu a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 100%
}

@media only screen and (max-width: 1440px) {
    .nav__menu>li {
        margin:0 1.0416666667vw
    }

    .nav__menu>li>a {
        font-size: 1.1111111111vw
    }

    .nav__menu>li>a span,.nav__menu>li>a span::before {
        padding: .4166666667vw .6944444444vw
    }

    .nav__menu>li>a:before {
        width: calc(100% - 1.3888888889vw);
        left: .6944444444vw
    }

    .nav__menu-submenu {
        padding: 6.7361111111vw 5.8333333333vw;
        min-width: 26.3888888889vw
    }

    .nav__menu-submenu--small {
        bottom: .2083333333vw;
        left: -1.6666666667vw;
        padding: 0;
        min-width: 9.7222222222vw
    }

    .nav__menu-submenu-list a {
        padding: .4861111111vw .8333333333vw;
        font-size: .8333333333vw
    }
}

@media only screen and (max-width: 998px) {
    .nav__menu {
        display:none
    }
}

.nav__actions {
    display: flex;
    flex-direction: row;
    align-items: center
}

.nav__actions-item {
    margin-right: 27px
}

.nav__actions-item:last-child {
    margin-right: 0
}

.nav__actions-app {
    font-weight: 300;
    padding-bottom: 0 !important
}

.nav__actions-app b,.nav__actions-app strong {
    font-weight: 700
}

.nav__actions-app a {
    text-decoration: none;
    position: relative;
    display: inline-block
}

.nav__actions-app svg {
    width: 86px
}

.nav__actions-app svg:last-child {
    display: none
}

.nav__actions-selector {
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.nav__actions-selector button {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
    outline: 0;
    position: relative;
    padding-right: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #fff
}

.nav__actions-selector button:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-top: 5px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.nav__actions-selector button[data-selector=navSelectorLang] {
    font-weight: bold
}

.nav__actions-selector ul {
    position: absolute;
    bottom: -5px;
    left: -15px;
    transform: translateY(100%);
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.nav__actions-selector ul a {
    display: block;
    width: 100%;
    padding: 5px 12px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nav__actions-selector ul a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EB1B28;
    transform: scalex(0);
    transform-origin: 100% 100%;
    transition: transform .25s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: -1
}

.nav__actions-selector ul a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 100%
}

.nav__actions-selector ul {
    transition: all .32s ease-out .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(110%)
}

.nav__actions-selector ul.is-open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(100%)
}

@media only screen and (max-width: 1440px) {
    .nav__actions-item {
        margin-right:1.875vw
    }

    .nav__actions-app svg {
        width: 5.9722222222vw
    }

    .nav__actions-selector button {
        padding-right: 1.0416666667vw;
        font-size: .8333333333vw
    }

    .nav__actions-selector button:before {
        width: 0;
        height: 0;
        border-left: .3472222222vw solid rgba(0,0,0,0);
        border-right: .3472222222vw solid rgba(0,0,0,0);
        border-top: .3472222222vw solid #fff
    }

    .nav__actions-selector ul {
        bottom: -.3472222222vw;
        left: -1.0416666667vw
    }

    .nav__actions-selector ul a {
        padding: .3472222222vw .8333333333vw;
        font-size: .8333333333vw
    }
}

@media only screen and (max-width: 998px) {
    .nav__actions {
        display:none
    }
}

.nav__hamburger {
    display: none;
    padding: 0;
    outline: 0;
    border: none;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    position: relative;
    width: 55px;
    height: 32px;
    cursor: pointer
}

.nav__hamburger span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all .35s ease
}

.nav__hamburger span:nth-child(1) {
    top: 0
}

.nav__hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.nav__hamburger span:nth-child(3) {
    bottom: 0
}

.nav.is-menu-open .nav__hamburger span:nth-child(1) {
    transform: translateY(15px) rotate(45deg)
}

.nav.is-menu-open .nav__hamburger span:nth-child(2) {
    opacity: 0
}

.nav.is-menu-open .nav__hamburger span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg)
}

@media only screen and (max-width: 998px) {
    .nav__hamburger {
        display:block
    }
}

.nav__collections {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    z-index: 90
}

.nav__collections-arrow {
    position: fixed;
    top: 110px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
    opacity: 0;
    transition: opacity .3s ease 0s
}

.nav__collections-container {
    position: relative;
    top: 42px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 14% 0 0 !important
}

.nav__collections-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    opacity: 0;
    z-index: -1
}

.nav__collections-section {
    display: flex;
    flex-direction: row;
    width: 50%
}

.nav__collections-section:first-child {
    padding: 56px 0 40px 74px
}

.nav__collections-section:first-child .nav__collections-section-block {
    width: 48.5%
}

.nav__collections-section:first-child .nav__collections-section-block:not(:last-child) {
    margin-right: 3%
}

.nav__collections-section:last-child {
    padding: 56px 77px 40px 77px
}

.nav__collections-section:last-child .nav__collections-section-block {
    width: 31.33333%
}

.nav__collections-section:last-child .nav__collections-section-block:not(:last-child) {
    margin-right: 3%
}

.nav__collections-section--is-dark {
    flex-direction: column;
    background-color: #f2f2f2
}

.nav__collections-section-blocks {
    display: flex
}

.nav__collections-title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    transition: opacity .3s ease,transform .3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition-delay: 0s
}

.nav__collections-title span {
    color: #EB1B28
}

.nav__collections-lists {
    display: flex;
    flex-direction: row
}

.nav__collections-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 0
}

.nav__collections-list a {
    color: #000;
    font-size: 14px;
    line-height: 2;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.nav__collections-title {
    opacity: 0;
    transform: translateY(-16px);
    transition: opacity .3s ease,transform .3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition-delay: 0s
}

.nav__collections-container {
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: transform .32s cubic-bezier(0.694, 0.048, 0.335, 1) .3s
}

.nav__collections-section:last-child {
    opacity: 0;
    transition: opacity .32s ease .6s
}

.nav__collections-list a {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .35s ease,transform .35s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition-delay: 0s
}

.nav__collections {
    transition: all .32s ease-out .3s;
    opacity: 0;
    visibility: hidden
}

.nav__collections.is-open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.nav__collections.is-open .nav__collections-arrow {
    transition-delay: .6s;
    opacity: 1
}

.nav__collections.is-open .nav__collections-title {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .5s
}

.nav__collections.is-open .nav__collections-list a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .8s
}

.nav__collections.is-open .nav__collections-section:last-child {
    opacity: 1;
    transition-delay: .35s
}

.nav__collections.is-open .nav__collections-container {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    transition-delay: .4s
}

.nav__collections.is-open .nav__collections-container::before {
    opacity: 1;
    transition-delay: .25s
}

@media only screen and (min-height: 705px) {
    .nav__collections-title {
        font-size:32px
    }
}

@media only screen and (min-height: 900px) {
    .nav__collections-title {
        font-size:36px
    }
}

@media only screen and (max-width: 1440px) {
    .nav__collections {
        top:5.7638888889vw
    }

    .nav__collections-arrow {
        top: 7.6388888889vw;
        border-width: 0 1.0416666667vw 1.0416666667vw 1.0416666667vw
    }

    .nav__collections-container {
        top: 2.9166666667vw;
        margin: 0 4.1666666667vw 0 0
    }

    .nav__collections-section:first-child {
        padding: 3.8888888889vw 0 2.7777777778vw 5.1388888889vw
    }

    .nav__collections-section:last-child {
        padding: 3.8888888889vw 5.3472222222vw 2.7777777778vw 5.3472222222vw
    }

    .nav__collections-section-block--free {
        padding-left: 0
    }

    .nav__collections-title {
        margin-bottom: 1.1111111111vw;
        font-size: 1.9444444444vw
    }

    .nav__collections-list a {
        font-size: .9722222222vw
    }
}

.nav.is-scroll .nav__background::before,body:not(.home) .nav__background::before {
    transform: scaleY(1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1)
}

.nav.is-scroll .nav__menu>li>a,body:not(.home) .nav__menu>li>a {
    color: #000
}

.nav.is-scroll .nav__actions-selector button,body:not(.home) .nav__actions-selector button {
    color: #000
}

.nav.is-scroll .nav__actions-selector button:before,body:not(.home) .nav__actions-selector button:before {
    border-top-color: #000
}

.nav.is-scroll .nav__actions-app svg:first-child,body:not(.home) .nav__actions-app svg:first-child {
    display: none
}

.nav.is-scroll .nav__actions-app svg:last-child,body:not(.home) .nav__actions-app svg:last-child {
    display: block
}

.nav-mobile {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    z-index: -1
}

.nav-mobile.open-mobile-menu {
    visibility: visible;
    opacity: 1;
    z-index: 98
}

.nav-mobile.open-mobile-menu .nav-mobile__container {
    transform: scaleY(1);
    transition-delay: .25s
}

@media only screen and (min-width: 1100px) {
    .nav-mobile .nav-mobile {
        display:none
    }
}

.nav-mobile {
    position: fixed;
    top: 99px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 98
}

.nav-mobile__container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    transform: scaleY(0);
    transition: transform .42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transform-origin: 100% 0%;
    -webkit-overflow-scrolling: touch
}

.nav-mobile__socials-container {
    display: none
}

.nav-mobile__socials {
    display: flex;
    justify-content: flex-start
}

.nav-mobile__socials a {
    display: inline-block;
    margin-right: 20px;
    display: flex;
    align-items: center
}

.nav-mobile__socials a:last-child {
    margin-right: 0
}

.nav-mobile__socials svg {
    height: 16px
}

.nav-mobile__logo svg {
    width: 86px
}

.nav-mobile__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.nav-mobile__actions-item {
    width: 50%
}

.nav-mobile__actions-item .button--heart {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-width: 1px
}

.nav-mobile__actions-item .button__heart {
    top: 8px;
    width: 22px;
    height: 22px
}

.nav-mobile__actions-item .button__heart::before,.nav-mobile__actions-item .button__heart::after {
    width: 22px;
    height: 22px
}

.nav-mobile__actions-item .button__heart:before {
    top: -11px
}

.nav-mobile__actions-selector {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #000;
    border-left: none
}

.nav-mobile__actions-selector button {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    border: none;
    outline: 0;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000
}

.nav-mobile__actions-selector button:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-top: 8px solid #000;
    display: inline-block
}

.nav-mobile__actions-selector ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #000;
    transition: all .3s;
    z-index: -1
}

.nav-mobile__actions-selector ul li {
    display: block;
    width: 100%;
    text-align: center
}

.nav-mobile__actions-selector ul li:not(:last-child) {
    margin-bottom: 8px
}

.nav-mobile__actions-selector ul a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #000
}

.nav-mobile__actions-selector .is-open {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

.nav__actions-selector ul {
    transition: all .32s ease-out .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(110%)
}

.nav__actions-selector ul.is-open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(100%)
}

.nav-mobile__links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 2;
    padding-left: 7%;
    margin-right: auto;
    -webkit-overflow-scrolling: touch
}

.nav-mobile__menu {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.nav-mobile__menu>li {
    position: relative
}

.nav-mobile__menu>li:not(:last-child) {
    margin-bottom: 8px
}

.nav-mobile__menu>li>a {
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: initial;
    text-decoration: none
}

.sub-menu {
    transition: all .32s ease-out 0s;
    opacity: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    max-height: 0
}

li.is-submenu-open .sub-menu {
    max-height: 400px;
    opacity: 1;
    transition-delay: 0s
}

.sub-menu>li {
    position: relative;
    padding: 10px 8px 8px 8px
}

.sub-menu>li:last-child {
    padding-bottom: 14px
}

.sub-menu>li>a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: initial;
    text-decoration: none
}

.nav-mobile .menu-item-has-children::before,.nav-mobile .menu-item-has-children::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 45%;
    transition: all .22s ease-out
}

.nav-mobile .menu-item-has-children::before {
    transform: rotate(45deg);
    right: 8px
}

.nav-mobile .menu-item-has-children::after {
    transform: rotate(-45deg);
    right: 0
}

.nav-mobile .menu-item-has-children.is-submenu-open::before,.nav-mobile .menu-item-has-children.is-submenu-open::after {
    top: 8px
}

.nav-mobile .menu-item-has-children.is-submenu-open::before {
    transform: rotate(-45deg)
}

.nav-mobile .menu-item-has-children.is-submenu-open::after {
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .nav__container {
        padding-top:0;
        padding-bottom: 0;
        height: 50px;
        min-height: 1px
    }

    .nav__logo,.nav__logo svg {
        width: 72px
    }

    .nav__hamburger {
        width: 27px;
        height: 18px
    }

    .nav.is-menu-open .nav__hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .nav.is-menu-open .nav__hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    .nav-mobile {
        top: 70px;
        height: 75%
    }
}

@media only screen and (max-width: 360px) {
    .nav-mobile__actions-item .button--heart {
        font-size:14px
    }

    .nav-mobile__actions-selector button,.nav-mobile__actions-selector ul a {
        font-size: 14px
    }
}

.container-1 {
    max-width: 1260px;
    width: 100%;
    margin: auto
}

.container-2 {
    max-width: 1047px;
    width: 100%;
    margin: auto
}

.container-3 {
    max-width: 822px;
    width: 100%;
    margin: auto
}

.container-4 {
    max-width: 514px;
    width: 100%;
    margin: auto
}

.container-5 {
    max-width: 840px;
    width: 100%;
    margin: auto
}

@media only screen and (max-width: 1440px) {
    .container-1 {
        max-width:87.5vw
    }

    .container-2 {
        max-width: 72.7083333333vw
    }

    .container-3 {
        max-width: 57.0833333333vw
    }

    .container-4 {
        max-width: 35.6944444444vw
    }

    .container-5 {
        max-width: 58.3333333333vw
    }
}

@media only screen and (max-width: 998px) {
    .container-1,.container-2,.container-3,.container-5 {
        max-width:initial;
        width: 95%;
        margin: auto
    }

    .container-4 {
        max-width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .container-4 {
        max-width:95%
    }
}

.title-1 {
    font-size: 44px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin: 0
}

.title-1--white {
    color: #fff
}

.title-1--thin {
    font-weight: 400
}

.title-1--light {
    font-weight: 300
}

.title-2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    color: #a3a3a3;
    line-height: 130%;
    text-transform: uppercase
}

.title-3 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 120%
}

.text {
    font-weight: 400;
    color: #909090;
    font-size: 18px;
    line-height: 32px
}

.text p {
    margin: 0;
    margin-bottom: 10px
}

.text p:last-child {
    margin-bottom: 0
}

.label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.filter-text {
    font-size: 16px;
    line-height: 212.5% !important;
    color: #a3a3a3;
    font-weight: 400
}

.filter-text--light {
    font-weight: 300
}

@media only screen and (max-width: 1440px) {
    .title-1 {
        font-size:3.3333333333vw
    }

    .title-2 {
        font-size: 1.9444444444vw
    }

    .title-3 {
        font-size: 1.5277777778vw;
        margin-bottom: .3472222222vw
    }

    .text {
        font-size: 1.25vw
    }

    .text p {
        margin-bottom: .6944444444vw
    }

    .label {
        font-size: 1.1111111111vw
    }

    .filter-title {
        font-size: 1.6666666667vw
    }

    .filter-text {
        font-size: 1.1111111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .title-1 {
        font-size:40px;
        line-height: 48px
    }

    .title-2 {
        font-size: 24px
    }

    .title-2__icon {
        margin-right: 13px
    }

    .title-2__icon svg {
        height: 31px
    }

    .title-3 {
        font-size: 22px;
        margin-bottom: 5px
    }

    .text {
        font-size: 18px
    }

    .text p {
        margin-bottom: 10px
    }

    .label {
        font-size: 16px
    }

    .filter-title {
        font-size: 24px
    }

    .filter-text {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .title-1 {
        font-size:30px;
        line-height: 40px
    }

    .label {
        font-size: 20px
    }
}

.hero-page {
    width: 100%;
    height: 75vh;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 90px
}

.hero-page.collections {
    height: 400px;
    margin-bottom: 0
}

.hero-page.collections .hero-page__title {
    margin-top: 128px;
    color: #000
}

.hero-page.collections .hero-page__breadcrumb a,.hero-page.collections .hero-page__breadcrumb .bread-current {
    color: #000
}

.hero-page.collections .hero-page__shadow,.hero-page.collections .hero-page__image {
    display: none
}

.hero-page__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EB1B28;
    z-index: 1
}

.hero-page__image-img {
    height: 100%;
    width: 100%
}

.hero-page__image-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.hero-page__content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3
}

.hero-page__breadcrumb {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 4
}

.hero-page__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2
}

.hero-page__title-wrap {
    position: relative
}

.hero-page__title-wrap.is-title-secondary .hero-page__title {
    font-size: 92px;
    letter-spacing: -3px
}

.hero-page__title {
    font-size: 98px;
    color: #f7f7f7;
    letter-spacing: -6px;
    text-align: center;
    margin: 0;
    font-weight: bold;
    position: relative;
    overflow: hidden
}

.hero-page__title span {
    display: inline-block
}

.hero-page__title span.is-empty {
    margin: 0 12px
}

.hero-page__title .point {
    display: inline-block;
    color: #EB1B28
}

.hero-page__title-secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.hero-page__nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3
}

.hero-page__nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 690px);
    height: 100%;
    background-color: #fff
}

.hero-page__nav-container {
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto
}

.hero-page__nav-label {
    font-size: 16px;
    color: #a3a3a3
}

.hero-page__nav-links {
    display: flex;
    align-items: center;
    padding-left: 60px;
    background-color: #fff
}

.hero-page__nav-items {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    margin: 0;
    padding: 28px 60px 28px 45px;
    list-style: none
}

.hero-page__nav-item {
    position: relative;word-break: keep-all;
}

.hero-page__nav-item:not(:last-child) {
    margin-right: 45px
}

.hero-page__nav-item a {
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero-page__nav-item a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    background-color: #EB1B28;
    transform-origin: 100% 100%;
    transition: transform .25s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.hero-page__nav-item a.is-active:before,.hero-page__nav-item a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 100%
}

.hero-page__nav-social {
    padding-left: 45px
}

.hero-page__nav-social-items {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.hero-page__nav-social-item:not(:last-child) {
    margin-right: 20px
}

.hero-page__nav-social-item svg {
    width: 16px;
    height: 16px
}

.hero-page__nav-social-item svg path {
    fill: #fff
}

@media only screen and (max-width: 1440px) {
    .hero-page {
        margin-bottom:6.25vw
    }

    .hero-page.collections {
        height: 27.7777777778vw
    }

    .hero-page.collections .hero-page__title {
        margin-top: 8.8888888889vw
    }

    .hero-page__breadcrumb {
        top: 11.1111111111vw
    }

    .hero-page__title-wrap.is-title-secondary .hero-page__title {
        font-size: 6.3888888889vw;
        letter-spacing: -0.2083333333vw
    }

    .hero-page__title {
        font-size: 10vw
    }

    .hero-page__title span.is-empty {
        margin: 0 .8333333333vw
    }

    .hero-page__nav:before {
        width: 2.7778vw
    }

    .hero-page__nav-container {
        max-width: 97.2222222222vw
    }

    .hero-page__nav-label {
        font-size: 1.1111111111vw
    }

    .hero-page__nav-links {
        padding-left: 4.1666666667vw
    }

    .hero-page__nav-items {
        padding: 1.9444444444vw 4.1666666667vw 1.9444444444vw 3.125vw
    }

    .hero-page__nav-item:not(:last-child) {
        margin-right: 3.125vw
    }

    .hero-page__nav-item a {
        font-size: 1.1111111111vw
    }

    .hero-page__nav-social {
        padding-left: 3.125vw
    }

    .hero-page__nav-social-item:not(:last-child) {
        margin-right: 1.3888888889vw
    }

    .hero-page__nav-social-item svg {
        width: 1.1111111111vw;
        height: 1.1111111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .hero-page {
        margin-bottom:90px
    }

    .hero-page.collections {
        height: 400px
    }

    .hero-page.collections .hero-page__title {
        margin-top: 128px
    }

    .hero-page__breadcrumb {
        top: 145px
    }

    .hero-page__title-wrap.is-title-secondary .hero-page__title {
        font-size: 92px;
        letter-spacing: -3px
    }

    .hero-page__title {
        font-size: 144px
    }

    .hero-page__title span.is-empty {
        margin: 0 12px
    }
}

@media only screen and (max-width: 1023px) {
    .hero-page__nav {
        background-color:#fff
    }

    .hero-page__nav:before {
        display: none
    }

    .hero-page__nav-label {
        min-width: 128px;
        font-size: 16px
    }

    .hero-page__nav-links {
        padding-left: 0
    }

    .hero-page__nav-items {
        width: 100%;
        text-align: center;
        padding: 22px 0
    }

    .hero-page__nav-item:not(:last-child) {
        margin-right: 45px
    }

    .hero-page__nav-item a {
        font-size: 16px
    }

    .hero-page__nav-social {
        position: absolute;
        top: -35px;
        padding-left: 0
    }

    .hero-page__nav-social-item:not(:last-child) {
        margin-right: 20px
    }

    .hero-page__nav-social-item svg {
        width: 20px;
        height: 20px
    }

    .hero-page__nav-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }

    .hero-page__nav-item {
        min-width: 25%
    }

    .hero-page__nav-item:not(:last-child) {
        margin-right: 12px
    }

    .hero-page__title-wrap.is-title-secondary .hero-page__title {
        font-size: 80px;
        letter-spacing: -3px
    }
}

@media only screen and (max-width: 998px) {
    .hero-page__breadcrumb {
        top:125px
    }

    .hero-page__title {
        font-size: 64px;
        letter-spacing: -1px
    }

    .hero-page__title span.is-empty {
        margin: 0 6px
    }

    .hero-page__nav:before {
        width: 2.5%
    }

    .hero-page__nav-container {
        max-width: 1400px
    }
}

@media only screen and (max-width: 767px) {
    .hero-page.collections {
        height:200px
    }

    .hero-page__breadcrumb {
        top: 100px
    }

    .hero-page__title-wrap.is-title-secondary .hero-page__title {
        font-size: 42px;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 540px) {
    .hero-page__title {
        font-size:42px
    }
}

@media only screen and (max-width: 400px) {
    .hero-page__title-wrap.is-title-secondary .hero-page__title {
        font-size:36px
    }
}
