.carousel h2 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 18px;
    text-align: center;
}

.carousel__item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel__nav {
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 1;
    position: relative;
}

/*.carousel__nav::after {*/
/*    content: '';*/
/*    height: 3px;*/
/*    width: 10px;*/
/*    background-color: #fff;*/
/*    border-bottom: 1px solid #000;*/
/*    position: absolute;*/
/*    left: calc(50% - 20px);*/
/*    bottom: 0;*/
/*}*/

.carousel .carousel__nav--pagination {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 16px;
}

@keyframes pagerIn {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes pagerOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

.carousel__nav--pagination .swiper-pagination-current {
    position: relative;
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
}

.carousel__nav--pagination .swiper-pagination-current.out {
    animation: pagerOut .2s forwards;
}

.carousel__nav--pagination .swiper-pagination-current.in {
    animation: pagerIn .2s forwards;
}

.carousel__nav--pagination .swiper-pagination-total {
    font-weight: 400;
    opacity: .25;
    margin-left: 5px;
}

.carousel__nav--prev, .carousel__nav--next {
    display: inline-block;
    height: 20px;
    width: 40px;
    background: url("../images/svg/arrow-back.svg") center center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.js-collection-desc.runway .carousel__nav--next {
    transform: rotate(180deg);
}

.carousel.products-featured {
    margin-bottom: 60px;
    overflow: hidden;
}

.carousel.products-featured .carousel__item {
    margin: 0;
    flex-basis: unset;
}

@media (max-width: 719px) {
    .carousel.products-featured .carousel__item {
        width: 60%;
    }

    .carousel.products-featured .carousel__nav {
        display: none;
    }
}

.carousel.runway {
    position: relative;
}

.carousel.runway::before {
    content: '';
    background: white;
    height: 100%;
    width: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .5;
    transform: translateX(-100%);
}

.carousel.runway.carousel__nav {
    text-align: left;
}

.carousel.runway.carousel__nav::after {
    left: 58px;
}

.carousel.runway.carousel__nav::before {
    content: none;
}

.carousel.dots {
    background-color: #ffffff;
}

.carousel.dots .carousel__wrapper {
    height: auto;
}

.carousel.dots .carousel__wrapper a {
    display: flex;
    align-items: center;
    height: 100%;
}

.carousel.dots .carousel__wrapper img {
    max-height: 100%;
    margin: 0 auto;
    height: auto;
}

.carousel.dots .carousel__nav {
    margin: 0;
}

.carousel.dots .carousel__nav::after {
    content: none;
}

.carousel.dots .swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #000;
    opacity: .2;
}

.carousel.dots .swiper-pagination-bullet-active {
    opacity: 1;
}

.opc-wrapper .control {
    margin-bottom: 16px;
}

.opc-wrapper #customer-email-fieldset .note {
    display: none !important;
}

.opc-wrapper #shipping-new-address-form,
.opc-wrapper .billing-address-form {
    clear: both;
}

.opc-wrapper #shipping-new-address-form .field[name*='.firstname'],
.opc-wrapper #shipping-new-address-form .field[name*='.country_id'],
.opc-wrapper #shipping-new-address-form .field[name*='.postcode'],
.opc-wrapper #shipping-new-address-form .field[name*='.telephone'],
.opc-wrapper .billing-address-form .field[name*='.firstname'],
.opc-wrapper .billing-address-form .field[name*='.country_id'],
.opc-wrapper .billing-address-form .field[name*='.postcode'],
.opc-wrapper .billing-address-form .field[name*='.telephone'] {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}

.opc-wrapper #shipping-new-address-form .field[name*='.lastname'],
.opc-wrapper #shipping-new-address-form .field[name*='.city'],
.opc-wrapper #shipping-new-address-form .field[name*='.region_id'],
.opc-wrapper #shipping-new-address-form .field[name*='.region'],
.opc-wrapper .billing-address-form .field[name*='.lastname'],
.opc-wrapper .billing-address-form .field[name*='.city'],
.opc-wrapper .billing-address-form .field[name*='.region_id'],
.opc-wrapper .billing-address-form .field[name*='.region'] {
    width: calc(50% - 10px);
    float: left;
}

.opc-wrapper #shipping-new-address-form .field[name*='.telephone'],
.opc-wrapper .billing-address-form .field[name*='.telephone'] {
    clear: both;
}

.opc-wrapper #shipping-new-address-form .field[name*='.street.2'],
.opc-wrapper .billing-address-form .field[name*='.street.2'] {
    display: none;
}

.opc-wrapper .billing-address-form .field[name*='.city'] {
    float: right;
}

.opc-wrapper .checkout-billing-address button {
    border: 1px solid #000;
    padding: 6px 10px 5px;
    margin-right: 8px;
    font-family: "Inter";
}

.opc-wrapper .checkout-billing-address button:hover {
    cursor: pointer;
}

.opc-wrapper #opc-shipping_method {
    clear: both;
}

.opc-wrapper select {
    width: 100%;
    border-radius: 0;
    background: url("../images/img/select-dropdown.png") calc(100% - 10px) center no-repeat #f5f5f5;
    background-size: 20px 12px;
    border: 1px solid #f5f5f5;
    -webkit-appearance: none;
    font-family: "Inter";
    padding: 0 32px 0 20px;
    height: 55px;
    position: relative;
    cursor: pointer;
}

@media (max-width: 719px) {
    .opc-wrapper input[type='text'],
    .opc-wrapper input[type='email'],
    .opc-wrapper input[type='radio'] + label::before,
    .opc-wrapper select {
        border-color: #d9d9d9;
    }
}

.opc-wrapper .form.payments .legend + br {
    display: none;
}

.opc-wrapper .field label,
.opc-wrapper .field legend {
    font-size: 14px;
    font-weight: 200;
}

.opc-wrapper .field._error input,
.opc-wrapper .field._warn input {
    border: 1px solid red;
}

.opc-wrapper .field._error .field-error,
.opc-wrapper .field._error .message,
.opc-wrapper .field._warn .field-error,
.opc-wrapper .field._warn .message {
    display: none;
}

.opc-wrapper .input-text.mage-error {
    border: 1px solid red;
}

.checkout-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.opc-wrapper {
    order: 1;
    flex-basis: calc(100% - 400px);
    box-sizing: border-box;
    padding: 90px 50px 120px 0;
    position: relative;
    z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .opc-wrapper {
        flex-basis: calc(100% - 400px - 50px);
    }
}

@media (max-width: 1024px) {
    .opc-wrapper {
        flex-basis: calc(100% - 300px);
    }
}

@media (max-width: 719px) {
    .opc-wrapper {
        flex-basis: 100%;
        order: 1;
        padding-right: 0;
        padding-bottom: 90px;
        padding-top: 50px;
    }
}

.opc-wrapper ol.opc {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 719px) {
    .opc-wrapper ol.opc {
        padding: 15px 15px 20px;
        border: 1px solid #d9d9d9;
        border-top: none;
    }
}

.opc-wrapper ol.opc li {
    display: block;
}

.opc-wrapper .step-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444;
}

.opc-wrapper button.primary {
    display: inline-block;
    min-width: 50%;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
}

@media (min-width: 720px) {
    .opc-wrapper button.primary {
        width: auto;
    }
}

.opc-wrapper button.primary:hover {
    background-color: #fff;
    color: #000;
}

.opc-wrapper .checkout-shipping-method {
    padding-top: 20px;
}

.opc-wrapper .table-checkout-shipping-method {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}

.opc-wrapper .table-checkout-shipping-method thead {
    display: none;
}

.opc-wrapper .table-checkout-shipping-method tr {
    cursor: pointer;
}

.opc-wrapper .table-checkout-shipping-method td:first-child {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.opc-wrapper .table-checkout-shipping-method .col-method {
    padding-left: 20px;
    padding-right: 20px;
}

.opc-wrapper #payment [type="checkbox"] {
    display: none;
}

.opc-wrapper #payment .mage-error {
    color: red;
}

@media (min-width: 720px) {
    .opc-wrapper #payment .shipping-information {
        border-bottom: 1px solid #d9d9d9;
        top: -20px;
        position: relative;
        padding-bottom: 30px;
    }
}

.opc-wrapper #payment .shipping-information::after {
    content: '';
    clear: both;
    display: table;
}

.opc-wrapper #payment .ship-to .action-edit {
    display: none;
}

.opc-wrapper #payment .ship-to,
.opc-wrapper #payment .ship-via {
    color: #d9d9d9;
    position: relative;
    width: 50%;
    float: left;
}

.opc-wrapper #payment .ship-to a,
.opc-wrapper #payment .ship-via a {
    color: #d9d9d9;
}

.opc-wrapper #payment .ship-to .shipping-information-title,
.opc-wrapper #payment .ship-via .shipping-information-title {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

.opc-wrapper #payment .ship-to .shipping-information-title .action-edit,
.opc-wrapper #payment .ship-via .shipping-information-title .action-edit {
    font-family: "Inter";
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
}

.opc-wrapper #payment .ship-to .shipping-information-title .action-edit::after,
.opc-wrapper #payment .ship-via .shipping-information-title .action-edit::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.opc-wrapper #payment .ship-to .shipping-information-title .action-edit::before,
.opc-wrapper #payment .ship-via .shipping-information-title .action-edit::before {
    content: '';
    height: 12px;
    width: 12px;
    background: url("../images/svg/edit.svg") left center no-repeat;
    position: absolute;
    left: -22px;
}

@media (max-width: 719px) {
    .opc-wrapper #payment .ship-to .shipping-information-title > span,
    .opc-wrapper #payment .ship-to .shipping-information-content,
    .opc-wrapper #payment .ship-via .shipping-information-title > span,
    .opc-wrapper #payment .ship-via .shipping-information-content {
        display: none;
    }
}

.opc-wrapper .payment-title {
    font-family: "Spectral", serif;
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 719px) {
    .opc-wrapper .payment-title {
        margin-top: 20px;
        font-size: 22px;
    }
}

.opc-wrapper .payment-methods {
    position: relative;
}

.opc-wrapper .payment-methods .step-title {
    display: none;
}

.opc-wrapper .payment-methods .payment-method {
    margin-bottom: 30px;
}

.opc-wrapper .payment-methods .payment-method .payment-method-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0, 1, 0, 1), opacity 0.1s cubic-bezier(0, 1, 0, 1) 0.6s, visibility 0.1s cubic-bezier(0, 1, 0, 1) 0.6s;
}

.opc-wrapper .payment-methods .payment-method._active .payment-method-content {
    max-height: 1999px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 1);
}

.opc-wrapper .checkout-agreements-block {
    margin: 50px 0 30px;
}

.opc-wrapper .checkout-agreements-block button {
    padding: 0;
    font-family: "Inter";
}

.opc-wrapper .billing-address-details,
.opc-wrapper .form.payments > fieldset > legend {
    display: none;
}

.opc-wrapper .billing-address-details {
    margin-top: 10px;
}

.opc-wrapper .checkout-billing-address {
    margin-top: 50px;
}

.opc-wrapper .field-select-billing {
    margin-top: 20px;
    font-size: 20px;
}

.opc-wrapper .field-select-billing label span {
    font-size: 18px;
}

.opc-progress-bar {
    list-style: none;
    position: absolute;
    height: 100%;
    padding: 0;
    margin: 0;
    width: calc(100% - 400px - 50px);
}

@media (min-width: 720px) {
    .opc-progress-bar {
        z-index: 0;
    }
}

@media (max-width: 1024px) {
    .opc-progress-bar {
        width: calc(100% - 300px - 50px);
    }
}

@media (max-width: 719px) {
    .opc-progress-bar {
        width: 100%;
    }
}

.opc-progress-bar-item {
    position: absolute;
    font-family: "Spectral", serif;
    font-size: 26px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 14px 0;
    width: 100%;
}

@media (max-width: 719px) {
    .opc-progress-bar-item {
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        padding: 15px;
        font-size: 22px;
        box-sizing: border-box;
        height: 65px;
        background-color: #f5f5f5;
    }
}

.opc-progress-bar-item:first-child {
    top: 0;
}

@media (max-width: 719px) {
    .opc-progress-bar-item:first-child:not(._complete) {
        height: 50px;
        border-bottom: none;
        background-color: #fff;
    }
}

.opc-progress-bar-item:first-child::before {
    content: '1. ';
}

@media (min-width: 720px) {
    .opc-progress-bar-item:first-child._complete {
        border-bottom: none;
    }
}

@media (max-width: 719px) {
    .opc-progress-bar-item:first-child._complete {
        border-bottom: 1px solid #d9d9d9;
    }

    .opc-progress-bar-item:first-child._complete::after {
        content: '';
        width: calc(100% + 2px);
        height: 10px;
        background: #fff;
        position: absolute;
        bottom: 0;
        transform: translateY(calc(100% + 1px));
        left: -1px;
        z-index: 2;
        border-bottom: 1px solid #d9d9d9;
    }
}

.opc-progress-bar-item:last-child {
    bottom: 0;
}

.opc-progress-bar-item:last-child::before {
    content: '2. ';
}

.opc-progress-bar-item:last-child._active {
    display: none;
}

.opc-progress-bar-item:not(._active) {
    color: #cccccc;
}

.opc #customer-email-error {
    display: none !important;
}

.messages .error {
    padding: 10px 20px;
    border: 1px solid red;
}

.checkout-onepage-success .page-main {
    text-align: center;
    padding: 220px 20px 0;
}

@media (min-width: 720px) {
    .checkout-onepage-success .page-main {
        padding: 300px 30px 100px;
    }
}

.checkout-index-index .footer-newsletter {
    display: none;
}

.checkout-index-index .footer-links {
    margin-top: 120px;
    border-top: 1px solid #f5f5f5;
}

@media (max-width: 719px) {
    .checkout-index-index .footer-links {
        display: none;
    }
}

@media (max-width: 719px) {
    .checkout-index-index .page-footer {
        height: 80px;
    }

    .checkout-index-index .footer-bottom {
        display: none;
    }
}

.opc-sidebar {
    flex-basis: 400px;
    max-width: 400px;
    order: 2;
    background-color: rgba(216, 216, 216, 0.2);
    padding: 0 30px 30px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .opc-sidebar {
        flex-basis: 300px;
        max-width: 300px;
    }
}

.show-minicart-button {
    display: none;
}

@media (max-width: 719px) {
    .opc-sidebar {
        max-width: none;
        padding-top: 15px;
        position: fixed;
        left: 0;
        top: 80px;
        height: 65px;
        background: #deddd9;
        width: 100%;
        z-index: 12;
        overflow-x: hidden;
        transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
        border-top: 1px solid #979797;
        overflow-y: hidden;
    }
    .opc-sidebar.sidebar-scroll {
        top: 80px;
    }

    .opc-sidebar.active {
        transform: translateY(0);
    }

    .opc-sidebar.active .opc-block-summary .title::after {
        transform: rotate(0);
    }

    .opc-sidebar .opc-block-summary .title {
        display: inline-block;
    }

    .show-minicart-button {
        display: block;
        text-align: left;
        padding-top: 5px;
        margin-bottom: -22px;
        font-size: 20px;
    }

    .show-minicart-button::after {
        content: '';
        position: absolute;
        right: 30px;
        padding-top: 20px;
        width: 20px;
        height: 12px;
        background: url(../images/img/select-dropdown.png) center center no-repeat;
        background-size: 20px 12px;
        transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
        transform-origin: center;
    }

    div[data-opened] .opc-block-summary .title::after {
        transform: rotate(180deg);
    }

    .checkout-container {
        display: block;
        flex-wrap: unset;
        align-items: unset;
        padding-top: 35px;
    }

    .opc-sidebar.opc-summary-wrapper.sticky {
        top: 0;
        margin-top: 0;
        order: unset;
        position: fixed;
        transform: none;
        bottom: calc(100% - 122px);
    }

    .page-wrapper header.page-header {
        z-index: 13;
    }

    .opc-sidebar .opc-block-summary > .title::after {
        content: '';
        position: absolute;
        right: 30px;
        top: 26px;
        width: 20px;
        height: 12px;
        background: url("../images/img/select-dropdown-checkout.png") center center no-repeat;
        background-size: 20px 12px;
        transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
        transform: rotate(0deg);
        transform-origin: center;
    }

    .opc-sidebar .opc-block-summary > .title strong[role='heading'] {
        font-size: 18px;
        font-weight: 300;
    }
}

.opc-sidebar .opc-block-summary > .title {
    font-size: 22px;
    font-family: "Spectral", serif;
}

.opc-sidebar .minicart-items,
.opc-sidebar .content {
    display: block !important;
}

.opc-sidebar .modal-header,
.opc-sidebar .toggle,
.opc-sidebar .subtitle {
    display: none;
}

.opc-sidebar ol {
    list-style: none;
    padding: 0;
}

@media (min-width: 720px) {
    .opc-sidebar ol {
        margin-top: 0;
    }
}

.opc-sidebar .product-item {
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

.opc-sidebar .product-item:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.opc-sidebar .product-item > .product {
    display: flex;
    flex-basis: 100%;
}

.opc-sidebar .product-item .product-image-container {
    width: 80px !important;
    margin-right: 10px;
}

.opc-sidebar .product-item .product-image-container .product-image-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.opc-sidebar .product-item .product-image-container img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.opc-sidebar .product-item .item-options {
    margin: 0;
}

.opc-sidebar .product-item-name {
    font-weight: 200;
}

.opc-sidebar .product-item-details {
    width: calc(100% - 80px);
}

@media (max-width: 1024px) {
    .opc-sidebar .product-item-details {
        padding-bottom: 20px;
    }
}

.opc-sidebar .product-item-details .label,
.opc-sidebar .product-item-details .value,
.opc-sidebar .product-item-details .values {
    font-size: 13px;
}

.opc-sidebar .product-item .price-outer {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0;
    padding-top: 22px;
}

@media (min-width: 720px) and (max-width: 1023px) {
    .opc-sidebar .product-item .price-outer {
        position: static;
        text-align: left;
        padding: 0;
    }
}

.opc-sidebar .product-item .price-outer .price {
    display: block;
}

.opc-sidebar .product-item .price-outer .price:not(.minicart-old-price) {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 720px) and (max-width: 1023px) {
    .opc-sidebar .product-item .price-outer .price:not(.minicart-old-price) {
        position: static;
    }
}

.opc-sidebar .product-item .minicart-old-price {
    font-size: 13px;
    text-decoration: line-through;
}

.opc-sidebar .item-options .label {
    display: inline-block;
    float: left;
}

.opc-sidebar .item-options .label::after {
    content: ':\00a0';
}

.opc-sidebar .item-options .values {
    display: block;
    margin: 0;
}

.opc-sidebar .table-totals {
    border-spacing: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 36px;
}

.opc-sidebar .table-totals .table-caption {
    display: none;
}

.opc-sidebar .table-totals th,
.opc-sidebar .table-totals td {
    font-weight: 400;
}

.opc-sidebar .table-totals .grand.totals td,
.opc-sidebar .table-totals .grand.totals th {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.opc-sidebar .table-totals .grand.totals td {
    font-size: 20px;
    font-weight: 300;
}

.opc-sidebar .table-totals .grand.totals strong {
    font-weight: 200;
}

.opc-sidebar .table-totals .totals-tax td,
.opc-sidebar .table-totals .totals-tax th {
    padding-bottom: 20px;
}

.opc-sidebar .table-totals .totals.shipping.incl .label {
    display: none;
}

.opc-sidebar .discount-code {
    margin: 20px 0;
}

.opc-sidebar .discount-code .messages {
    font-weight: 400;
}

.opc-sidebar .payment-option-content {
    display: block !important;
}

.opc-sidebar .payment-option-title {
    display: none;
}

.opc-sidebar .form-discount {
    position: relative;
}

.opc-sidebar .form-discount #discount-code-toggle {
    display: none;
}

.opc-sidebar .form-discount #discount-code-toggle:checked ~ label ~ .control {
    max-height: 300px;
    transition: max-height 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.opc-sidebar .form-discount .label {
    padding: 0;
    user-select: none;
}

.opc-sidebar .form-discount .label::before, .opc-sidebar .form-discount .label::after {
    content: none;
}

.opc-sidebar .form-discount .control {
    max-height: 0;
    transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}

.opc-sidebar .form-discount .actions-toolbar {
    width: 50px;
    float: right;
    position: relative;
}

.opc-sidebar .form-discount .input-text {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 50px;
    font-weight: 200;
    width: calc(100% - 50px);
}

.opc-sidebar .form-discount .input-text.mage-error {
    border: 1px solid red;
}

.opc-sidebar .form-discount .action-apply,
.opc-sidebar .form-discount .action-cancel {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.opc-sidebar .form-discount .action-apply span::before, .opc-sidebar .form-discount .action-apply span::after,
.opc-sidebar .form-discount .action-cancel span::before,
.opc-sidebar .form-discount .action-cancel span::after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    right: 18px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.opc-sidebar .form-discount .action-apply span::after,
.opc-sidebar .form-discount .action-cancel span::after {
    transform: rotate(-45deg);
    transform-origin: right top;
}

.opc-sidebar .form-discount .action-apply span span,
.opc-sidebar .form-discount .action-cancel span span {
    display: none;
}

.opc-sidebar .form-discount .action-cancel span::before, .opc-sidebar .form-discount .action-cancel span::after {
    transform-origin: center center;
    right: 16px;
}

.opc-sidebar .form-discount #discount-code-error {
    display: none !important;
}

.opc-sidebar .opc-estimated-wrapper .estimated-block {
    display: flex;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

.opc-sidebar .opc-estimated-wrapper .estimated-block span {
    display: block;
    width: 50%;
    font-weight: 200;
}

.opc-sidebar .opc-estimated-wrapper .estimated-block span:last-child {
    text-align: right;
    font-size: 22px;
    align-self: flex-end;
    font-weight: 400;
}

.opc-sidebar .opc-estimated-wrapper .minicart-wrapper {
    display: none;
}

.table-totals {
    width: 100%;
    text-align: left;
}

.table-totals .amount {
    text-align: right;
}

.cms-page-view .main table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 50px;
}

@media (max-width: 719px) {
    .cms-page-view .main table {
        width: 100% !important;
    }
}

.cms-page-view .main table tr td {
    vertical-align: top;
}

.cms-page-view .main table tr td:first-child {
    width: 40%;
}

.cms-page-view .main table tr td:last-child {
    width: 60%;
}

@media (max-width: 719px) {
    .cms-page-view .main table tr td {
        font-size: 13px;
    }
}

.cms-page-view .main table tr td p {
    margin: 0;
    width: auto !important;
}

@media (max-width: 719px) {
    .cms-page-view .main table:not(.not-responsive) td {
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.cms-page-view .main h1 {
    margin-top: 0;
}

.cms-page-view .main h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 200;
}

.cms-page-view .main p {
    margin-top: 0;
}

.cms-page-view .main a {
    text-decoration: underline;
}

.cms-page-view .main ul {
    list-style: none;
    padding: 0;
    max-width: 600px;
    overflow: auto;
}

.cms-page-view .main ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
    display: block;
}

.cms-page-view .main > ul {
    margin-bottom: 90px;
}

.cms-page-view .main > ul > li {
    font-family: "Spectral", serif;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.cms-page-view .main > ul > li::before, .cms-page-view .main > ul > li::after {
    content: '';
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 5px;
    background-color: #979797;
    transform: rotate(30deg);
}

.cms-page-view .main > ul > li::after {
    right: 0;
    transform: rotate(-30deg);
}

.cms-page-view .main > ul ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s cubic-bezier(0, 1, 0, 1);
}

.cms-page-view .main > ul ul.active {
    max-height: 999px;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cms-page-view.page-layout-2columns-left {
    overflow: auto;
}

@media (min-width: 951px) {
    .cms-page-view.page-layout-2columns-left .cms-left-nav {
        width: 25%;
        float: left;
        box-sizing: border-box;
        padding-right: 100px;
    }
}

@media (max-width: 950px) {
    .cms-page-view.page-layout-2columns-left .cms-left-nav {
        display: none;
    }
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul {
    list-style: none;
    padding: 0;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li.active {
    font-weight: 400;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul a {
    display: block;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li.primary {
    font-size: 22px;
    font-weight: 200;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li.primary a {
    margin: 16px 0;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li.primary.active {
    font-weight: 400;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li.seperator {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 40px;
    height: 0;
    overflow: hidden;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li {
    font-size: 14px;
    font-weight: 400;
}

.cms-page-view.page-layout-2columns-left .cms-left-nav ul li a {
    margin: 20px 0;
}

.cms-page-view.page-layout-2columns-left .column.main {
    margin-bottom: 50px;
    overflow: auto;
}

@media (min-width: 951px) {
    .cms-page-view.page-layout-2columns-left .column.main {
        width: 75%;
        float: left;
    }
}

.cms-page-view.page-layout-2columns-left .column.main img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 720px) {
    .cms-page-view.page-layout-2columns-left .column.main p {
        width: 660px;
    }
}

.cms-home .main > p {
    margin: 0;
}

.page-layout-1column .cms-left-nav,
.cms-no-route .cms-left-nav {
    display: none;
}

.mobile-only {
    display: none;
}

.product-item-photo {
    position: relative;
}

.product-label-small {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 9;
  cursor: pointer !important;
}

.product-label-big {
    margin-top: 30px;
    display: block;
    cursor: pointer;
}

.popup-label-modal {
    z-index: 9999;
}

.products-featured .product-label-small {
    bottom: 7px;
}

@media only screen and (max-width: 1024px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-product-view .product-add-form {
        margin-bottom: 30px;
    }

    .product-label-big {
        margin: 0px 0px 15px 0px;
    }
}

.page-footer {
    clear: both;
}

.footer-links {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 1024px) {
    .footer-links {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.footer-links a[href*='instagram.com']::before,
.footer-links a[href*='tiktok.com']::before,
.footer-links a[href*='facebook.com']::before,
.footer-links a[href*='pinterest.com']::before,
.footer-links a[href*='spotify.com']::before {
    content: '';
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 2px;
    margin-right: 12px;
}

.footer-links a[href*='instagram.com']::before {
    background: url("../images/svg/logo-instagram.svg") center center no-repeat;
    background-size: contain;
}

.footer-links a[href*='tiktok.com']::before {
    background: url("../images/svg/logo-tiktok.svg") center center no-repeat;
    background-size: contain;
}

.footer-links a[href*='facebook.com']::before {
    background: url("../images/svg/logo-fb.svg") center center no-repeat;
    background-size: contain;
}

.footer-links a[href*='pinterest.com']::before {
    background: url("../images/svg/logo-pinterest.svg") center center no-repeat;
    background-size: contain;
}

.footer-links a[href*='spotify.com']::before {
    background: url("../images/svg/logo-spotify.svg") center center no-repeat;
    background-size: contain;
}

.footer-links p:empty {
    margin: 0;
}

.footer-links .dropdown > a {
    display: none;
}

.footer-links .dropdown > ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-links .dropdown > ul .megaStaticBlock {
    flex: 1;
}

@media (max-width: 950px) {
    .footer-links .dropdown > ul .megaStaticBlock {
        flex-basis: 50%;
    }
}

.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 720px) {
    .footer-bottom > div:not(:last-child) {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #f5f5f5;
    }
}

@media (max-width: 719px) {
    .footer-bottom .footer-copyright {
        order: 2;
        flex-basis: 100%;
    }
}

@media (max-width: 950px) {
    .footer-bottom .switcher-language {
        display: none;
    }
}

.footer-bottom .switcher-language .label {
    display: none;
}

.footer-bottom .switcher-language .switcher-dropdown {
    padding: 20px;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: -10px !important;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-sizing: border-box;
}

.footer-bottom .switcher-language .switcher-dropdown[aria-hidden='false'] {
    display: block;
}

.footer-logo {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.minicart-wrapper {
    margin-left: 25px;
}

.minicart-wrapper::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 8;
}

.minicart-wrapper ol {
    list-style: none;
    padding: 0;
}

.minicart-wrapper .loading-mask .loader > img {
    width: 100%;
}

.minicart-wrapper .ui-dialog {
    display: block !important;
}

.minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-width: 600px;
    width: 40vw;
    padding: 30px 50px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 15px;
    z-index: 10;
    box-sizing: border-box;
    overflow: auto;
}

@media (max-width: 1024px) {
    .minicart-wrapper .block-minicart {
        padding: 30px;
        width: 450px;
    }
}

@media (max-width: 719px) {
    .minicart-wrapper .block-minicart {
        width: 85vw;
        padding: 30px;
    }
}

.minicart-wrapper .block-minicart .close {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
}

.minicart-wrapper .block-minicart .block-title {
    font-family: "Spectral", serif;
    font-size: 35px;
}

@media (max-width: 1024px) {
    .minicart-wrapper .block-minicart .block-title {
        font-size: 26px;
    }
}

.minicart-wrapper .block-minicart .block-title strong {
    font-weight: 200;
}

.minicart-wrapper .block-minicart .subtitle {
    display: none;
    font-weight: 200;
}

.minicart-wrapper .block-minicart .subtitle.empty {
    display: block;
}

.minicart-wrapper .block-minicart .options .toggle {
    display: none;
}

.minicart-wrapper .block-minicart .options .content {
    display: block !important;
}

.minicart-wrapper .block-minicart .options .list {
    margin: 0;
}

.minicart-wrapper .block-minicart .options .list .label {
    display: inline-block;
    float: left;
    font-size: 13px;
}

.minicart-wrapper .block-minicart .options .list .label::after {
    content: ':\00a0';
}

.minicart-wrapper .block-minicart .options .list .values {
    display: block;
    margin: 0;
    font-size: 13px;
}

.minicart-wrapper .block-minicart .minicart-items-wrapper {
    height: auto !important;
}

.minicart-wrapper .block-minicart .product-image-photo {
    /*width: auto !important;*/
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    /*padding: 10px;*/
}

.minicart-wrapper .block-minicart .product-image-wrapper {
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.minicart-wrapper .block-minicart .product-item {
    position: relative;
    border-top: 1px solid #f5f5f5;
    padding: 30px 0;
}

.minicart-wrapper .block-minicart .product-item:last-child {
    border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 719px) {
    .minicart-wrapper .block-minicart .product-item {
        padding: 20px 0 40px;
    }
}

.minicart-wrapper .block-minicart .product-item-details {
    width: 60%;
}

.minicart-wrapper .block-minicart .product-item-name {
    font-size: 16px;
    font-weight: 200;
}

.minicart-wrapper .block-minicart .product-item > .product {
    display: flex;
    flex-basis: 100%;
}

.minicart-wrapper .block-minicart .product-item-photo {
    width: 80px;
    background-color: #f5f5f5;
    position: relative;
    margin-right: 20px;
}

.minicart-wrapper .block-minicart .product-item-pricing {
    position: absolute;
    right: 0;
    top: 27px;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    line-height: 1.2;
}

@media (max-width: 950px) {
    .minicart-wrapper .block-minicart .product-item-pricing {
        font-size: 18px;
        top: auto;
        bottom: 12px;
    }
}

.minicart-wrapper .block-minicart .product-item-pricing .strike_line,
.minicart-wrapper .block-minicart .product-item-pricing .price-saved {
    font-weight: 400;
    font-size: 14px;
}

.minicart-wrapper .block-minicart .product-item .actions {
    position: absolute;
    right: 0;
    bottom: 20px;
}

@media (max-width: 950px) {
    .minicart-wrapper .block-minicart .product-item .actions {
        bottom: auto;
        top: 30px;
    }
}

@media (max-width: 719px) {
    .minicart-wrapper .block-minicart .product-item .actions {
        top: 20px;
    }
}

.minicart-wrapper .block-minicart .product-item .actions > div {
    display: inline-block;
    margin-left: 10px;
}

.minicart-wrapper .block-minicart .product-item .actions .edit {
    display: none;
}

.minicart-wrapper .block-minicart .product-item .actions .delete {
    background: url("../images/svg/remove.svg") left center no-repeat;
    background-size: 16px 16px;
}

@media (min-width: 951px) {
    .minicart-wrapper .block-minicart .product-item .actions .delete {
        display: inline-block;
        padding-left: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 950px) {
    .minicart-wrapper .block-minicart .product-item .actions .delete {
        width: 16px;
        height: 16px;
        display: inline-block;
    }
}

.minicart-wrapper .block-minicart .product-item .actions .delete span {
    font-size: 13px;
}

@media (max-width: 950px) {
    .minicart-wrapper .block-minicart .product-item .actions .delete span {
        display: none;
    }
}

.minicart-wrapper .block-minicart .details-qty {
    font-size: 13px;
}

.minicart-wrapper .block-minicart .details-qty button {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 200;
    cursor: pointer;
}

.minicart-wrapper .block-minicart .details-qty .cart-item-qty {
    border: none;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0;
    width: 30px;
    text-align: center;
    font-family: "Inter";
    font-weight: 200;
}

.minicart-wrapper .block-minicart .details-qty input[type='number']::-webkit-inner-spin-button,
.minicart-wrapper .block-minicart .details-qty input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.minicart-wrapper .block-minicart .subtotal {
    margin: 20px 0 30px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 24px;
    padding-bottom: 14px;
}

.minicart-wrapper .block-minicart .subtotal .amount {
    float: right;
    font-size: 20px;
    font-weight: 400;
}

.minicart-wrapper.active .block-minicart {
    transform: translateX(0);
}

.minicart-wrapper.active::after {
    opacity: 1;
    visibility: visible;
}

.minicart-wrapper .showcart {
    position: relative;
}

@media (max-width: 950px) {
    .minicart-wrapper .showcart {
        position: absolute;
        right: calc(50px + 10px);
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 719px) {
    .minicart-wrapper .showcart {
        right: calc(10px + 15px);
    }
}

.minicart-wrapper .showcart .counter-number {
    display: block;
    position: absolute;
    left: 12px;
    top: -6px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .minicart-wrapper .showcart .counter-number {
        top: 0;
    }
}

@media (max-width: 1599px) {
    .minicart-wrapper .showcart .counter-label {
        display: none;
    }
}

@media (min-width: 1600px) {
    .minicart-wrapper .showcart .counter-number {
        display: none;
    }
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 80px;
    display: flex;
}

.page-header.shrink .logo img {
    flex: 1;
    max-height: 100%;
    max-width: 140px;
}

.page-header.shrink .header__social {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear, visibility 0s linear .3s;
}

.page-header .header.content {
    max-height: 180px;
    position: relative;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    font-size: 20px;
    padding: 0 120px;
    box-sizing: border-box;
    background-color: #fff;
}

@media (max-width: 719px) {
    .page-header .header.content {
        background-color: #ffffff;
    }
}

@media (max-width: 1199px) {
    .page-header .header.content {
        padding: 0 90px;
    }
}

@media (max-width: 1024px) {
    .page-header .header.content {
        padding: 0 50px;
    }
}

@media (max-width: 719px) {
    .page-header .header.content {
        padding: 0 10px;
    }
}

.page-header .logo img {
    max-width: 150px;
    height: auto;
    display: block;
    transition: max-width .05s linear;
}

@media (max-width: 950px) {
    .page-header .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.page-header .header__back {
    position: absolute;
    left: 60px;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .page-header .header__back {
        left: 45px;
    }
}

.page-header .header__back img,
.page-header .header__back a {
    display: block;
}

.page-header .header__back a {
    padding: 10px;
}

.page-header .header__social {
    position: absolute;
    top: 200px;
    left: calc(100% - 48px);
    width: calc(100vh - 200px);
    transform: rotate(90deg);
    transform-origin: left top;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    transition: opacity .3s linear, visibility .3s linear;
    display: none;
}

@media (max-height: 800px) {
    .page-header .header__social {
        top: 160px;
        width: calc(100vh - 160px);
    }
}

.page-header .header__social a {
    display: inline-block;
    margin-right: 20px;
}

.page-header .header__social__icon {
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 8px;
}

.page-header .header__social__icon img {
    max-height: 10px;
    width: auto;
}

.page-header .header__social--mobile {
    display: none;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 30px 100px 30px;
}

.page-header .header__social--mobile h1,
.page-header .header__social--mobile h2,
.page-header .header__social--mobile h3 {
    display: none;
}

@media (max-width: 950px) {
    .page-header .header__social--mobile {
        display: block;
    }
}

.page-header .header__social--mobile a[href*='instagram.com']::before,
.page-header .header__social--mobile a[href*='tiktok.com']::before,
.page-header .header__social--mobile a[href*='facebook.com']::before,
.page-header .header__social--mobile a[href*='pinterest.com']::before,
.page-header .header__social--mobile a[href*='spotify.com']::before {
    content: '';
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 2px;
    margin-right: 12px;
}

.page-header .header__social--mobile a[href*='tiktok.com']::before {
    background: url("../images/svg/logo-tiktok.svg") center center no-repeat;
    background-size: contain;
}

.page-header .header__social--mobile a[href*='instagram.com']::before {
    background: url("../images/svg/logo-instagram.svg") center center no-repeat;
    background-size: contain;
}

.page-header .header__social--mobile a[href*='facebook.com']::before {
    background: url("../images/svg/logo-fb.svg") center center no-repeat;
    background-size: contain;
}

.page-header .header__social--mobile a[href*='pinterest.com']::before {
    background: url("../images/svg/logo-pinterest.svg") center center no-repeat;
    background-size: contain;
}

.page-header .header__social--mobile a[href*='spotify.com']::before {
    background: url("../images/svg/logo-spotify.svg") center center no-repeat;
    background-size: contain;
}

.catalog-product-view .header__back {
    display: block;
}

@media (max-width: 1024px) {
    .catalog-product-view .header__back {
        display: none;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

#notice-cookie-block {
    position: fixed;
    z-index: 20000000;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 30px;
    transform: translateY(100%);
    animation: slideUp 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.5s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#notice-cookie-block.scrolled {
    animation: slideDown 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

#notice-cookie-block .content {
    display: flex;
    align-items: center;
    max-width: 920px;
    width: 100%;
}

#notice-cookie-block a {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

#notice-cookie-block p {
    flex: 1;
    margin: 0;
}

#notice-cookie-block button {
    flex: 0 0 100px;
    margin-left: 30px;
    background-color: #000;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}

@media (max-width: 719px) {
    #notice-cookie-block button {
        width: 80px;
        flex: 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .cms-home .header__social {
        display: block;
    }
}

.banner-holidays {
    background-color: #f3c6d0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14;
    text-align: center;
    padding: 10px 40px 10px 10px;
    font-weight: 400;
    transform: translateY(-100%);
    transition: all .5s ease;
    opacity: 0;
    box-sizing: border-box;
}

.banner-holidays .close {
    width: 20px;
    height: 20px;
    top: 11px;
    right: 14px;
}

.switcher-language--mobile {
    display: none;
    margin: 0 30px 20px;
}

@media (max-width: 950px) {
    .switcher-language--mobile {
        display: block;
    }
}

.switcher-language--mobile select {
    font-family: "Inter";
    font-size: 14px;
}

.header__contact--mobile {
    display: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    border-top: 1px solid #f5f5f5;
}

.header__contact--mobile h1,
.header__contact--mobile h2,
.header__contact--mobile h3 {
    display: none;
}

@media (max-width: 950px) {
    .header__contact--mobile {
        display: block;
    }
}

.page-header {
    transition: top .5s ease;
}

.page-wrapper {
    transition: margin-top .5s ease;
}

.banner-holidays--show .banner-holidays {
    transform: translateY(0);
    opacity: 1;
}

.banner-holidays--show .page-wrapper {
    margin-top: 44px;
}

.banner-holidays--show .page-header {
    top: 44px;
}

.nav-toggle,
.nav-actions--mobile {
    display: none;
}

.nav-sections {
    flex: 1;
}

.nav-sections .nav-sections-item-title {
    display: none;
}

@keyframes menuIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes menuOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@media (min-width: 1025px) {
    .animated a span {
        display: inline-block;
        position: relative;
        overflow: hidden;
        /*padding: 8px 0;*/
    }

    .animated a span::after {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #000;
        position: absolute;
        bottom: 2px;
        left: 0;
        transform: translateX(-100%);
    }

    .animated a span.in::after {
        animation: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) menuIn forwards;
    }

    .animated a span.out::after {
        animation: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) menuOut;
    }
}

.menu-container {
    margin-left: 70px;
}

@media (max-width: 1100px) {
    .menu-container {
        margin-left: 30px;
    }
}

.menu-container .menu ul {
    padding: 0;
}

.menu-container .menu ul li {
    list-style: none;
}

@media (min-width: 951px) {
    .menu-container .menu > ul > li {
        display: inline-block;
        padding: 20px;
    }

    .menu-container .menu > ul > li:not(:last-child) {
        margin-right: 10px;
    }
}

@media (min-width: 951px) and (max-width: 1100px) {
    .menu-container .menu > ul > li {
        padding: 20px 15px;
    }
}

@media (min-width: 951px) {
    .menu-container .menu .dropdown:first-child .megaStaticBlock:nth-child(3) {
        margin-right: 30px;
    }

    .menu-container .menu .dropdown > a {
        position: relative;
    }

    .menu-container .menu .dropdown ul.animated {
        position: absolute;
        left: 0;
        top: 80px;
        display: flex;
        align-self: flex-start;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        width: 100%;
        /*max-width: 1840px;*/
        box-sizing: border-box;
        z-index: 10;
        max-height: 0;
        overflow: hidden;
        border-bottom-color: #fff;
        transition: max-height 0.6s cubic-bezier(0, 1, 0, 1), border-bottom-color 0.6s cubic-bezier(0, 1, 0, 1), border-top-color 0.2s cubic-bezier(0, 1, 0, 1) 0.5s, opacity 0.1s cubic-bezier(0, 1, 0, 1) 0.6s, visibility 0.1s cubic-bezier(0, 1, 0, 1) 0.6s;
    }
}

@media (min-width: 951px) {
    .menu-container .menu .dropdown ul.animated li.megaStaticBlock {
        position: relative;
        display: inline-block;
        font-size: 16px;
        padding: 50px 0;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock::before {
        content: '';
        height: 100%;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1)::before {
        transition-delay: 0.05s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li {
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(1) {
        transition-delay: 0.16s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(3) {
        transition-delay: 0.24s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(4) {
        transition-delay: 0.28s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(5) {
        transition-delay: 0.32s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(6) {
        transition-delay: 0.36s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(7) {
        transition-delay: 0.4s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(8) {
        transition-delay: 0.44s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(1) > ul > li > ul > li:nth-child(9) {
        transition-delay: 0.48s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2)::before {
        transition-delay: 0.1s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li {
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(1) {
        transition-delay: 0.28s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(2) {
        transition-delay: 0.32s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(3) {
        transition-delay: 0.36s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(4) {
        transition-delay: 0.4s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(5) {
        transition-delay: 0.44s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(6) {
        transition-delay: 0.48s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(7) {
        transition-delay: 0.52s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(8) {
        transition-delay: 0.56s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(2) > ul > li > ul > li:nth-child(9) {
        transition-delay: 0.6s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3)::before {
        transition-delay: 0.15s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li {
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(1) {
        transition-delay: 0.4s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(2) {
        transition-delay: 0.44s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(3) {
        transition-delay: 0.48s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(4) {
        transition-delay: 0.52s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(5) {
        transition-delay: 0.56s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(6) {
        transition-delay: 0.6s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(7) {
        transition-delay: 0.64s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(8) {
        transition-delay: 0.68s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(3) > ul > li > ul > li:nth-child(9) {
        transition-delay: 0.72s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4)::before {
        transition-delay: 0.2s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li {
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(1) {
        transition-delay: 0.52s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(2) {
        transition-delay: 0.56s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(3) {
        transition-delay: 0.6s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(4) {
        transition-delay: 0.64s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(5) {
        transition-delay: 0.68s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(6) {
        transition-delay: 0.72s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(7) {
        transition-delay: 0.76s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(8) {
        transition-delay: 0.8s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:nth-child(4) > ul > li > ul > li:nth-child(9) {
        transition-delay: 0.84s;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock:not(:last-child) {
        margin-right: 60px;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock p {
        margin-top: 0;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock p:last-child {
        margin-bottom: 0;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock a + a {
        margin-left: 30px;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock h4 {
        font-family: "Spectral", serif;
        font-weight: 300;
        font-size: 18px;
        margin: 0 0 40px;
    }

    .menu-container .menu .dropdown ul.animated li.megaStaticBlock img {
        width: calc(18vw - 30px);
        max-width: 250px;
        display: inline-block;
        height: auto;
        vertical-align: top;
    }

    .menu-container .menu .dropdown.active > a::after {
        content: '';
        height: 100px;
        width: 600px;
        display: block;
        opacity: .5;
        left: -250px;
        position: absolute;
        z-index: 1;
        cursor: default;
    }

    .menu-container .menu .dropdown.active ul.animated {
        max-height: 999px;
        height: auto;
        opacity: 1;
        visibility: visible;
        border-bottom-color: #f5f5f5;
        transition: max-height 0.3s cubic-bezier(1, 0, 1, 1);
    }

    .menu-container .menu .dropdown.active .megaStaticBlock::before {
        transform: translateY(100%);
    }

    .menu-container .menu .dropdown.active .megaStaticBlock > ul > li > ul > li {
        opacity: 1 !important;
    }
}

.menu-container .menu .dropdown .megaitemicons {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 12px;
    margin-left: 12px;
}

@media (max-width: 950px) {
    .menu-container .menu .dropdown .megaitemicons {
        float: right;
        top: 22px;
    }
}

.menu-container .menu .dropdown .megaitemicons::before, .menu-container .menu .dropdown .megaitemicons::after {
    content: '';
    height: 1px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 1px;
    background-color: #979797;
    transform: rotate(30deg);
}

@media (max-width: 950px) {
    .menu-container .menu .dropdown .megaitemicons::before, .menu-container .menu .dropdown .megaitemicons::after {
        transform: rotate(50deg);
        transform-origin: 100% 50%;
    }
}

.menu-container .menu .dropdown .megaitemicons::after {
    left: 50%;
    transform: rotate(-30deg);
}

@media (max-width: 950px) {
    .menu-container .menu .dropdown .megaitemicons::after {
        left: 1px;
        transform: rotate(-50deg);
        transform-origin: 100% 100%;
    }
}

@media (max-width: 950px) {
    .nav-toggle {
        position: relative;
        display: block;
        height: 13px;
        width: 20px;
        text-indent: -9999px;
        padding: 10px;
        left: 0;
        cursor: pointer;
    }

    .nav-toggle::before, .nav-toggle::after,
    .nav-toggle span {
        content: '';
        display: block;
        height: 1px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .nav-toggle span::after {
        transition: background-color .3s ease;
        content: '';
        display: block;
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
    }

    .nav-actions--mobile {
        display: block;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
        padding: 5px 20px;
    }

    .nav-actions--mobile .nav-back {
        font-size: 16px;
        font-family: "Spectral", serif;
        visibility: hidden;
        padding-left: 20px;
        position: relative;
    }

    .nav-actions--mobile .nav-back::before, .nav-actions--mobile .nav-back::after {
        content: '';
        height: 1px;
        width: 7px;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        background-color: #979797;
        transform: rotate(120deg);
        transform-origin: 100% 50%;
    }

    .nav-actions--mobile .nav-back::after {
        top: calc(50% - 2px);
        transform: rotate(-120deg);
        transform-origin: 100% 100%;
    }

    .nav-actions--mobile .close {
        height: 18px;
        width: 18px;
        right: 14px;
        top: 11px;
        left: auto;
    }

    .nav-sections {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 500px;
        max-width: 80vw;
        background: #fff;
        z-index: 11;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-100%);
        transition: transform .3s ease;
    }

    .nav-sections .menu-container {
        display: block;
        margin: 0;
    }

    .nav-sections .menu-container ul {
        width: 100%;
        margin: 0;
    }

    .nav-sections .menu-container ul li,
    .nav-sections .menu-container ul a {
        display: block;
        margin: 0;
    }

    .nav-sections .menu-container ul a {
        font-family: "Spectral", serif;
        font-size: 26px;
        padding: 0 14px 0 24px;
        background: white;
        border-bottom: 1px solid #e8e8e8;
        line-height: 62px;
    }

    .nav-sections .menu-container ul .dropdown > ul {
        padding: 0;
        transition: all .3s ease;
        transform: translateX(-100%);
        position: absolute;
        top: 43px !important;
        height: 100%;
        background: #fff;
        left: 0;
        z-index: 3;
    }

    .nav-sections .menu-container ul .dropdown > ul img,
    .nav-sections .menu-container ul .dropdown > ul h4,
    .nav-sections .menu-container ul .dropdown > ul h2,
    .nav-sections .menu-container ul .dropdown > ul h3 {
        display: none !important;
    }

    .nav-sections .menu-container ul .dropdown > ul a {
        font-size: 18px;
        line-height: 62px;
    }

    .nav-sections .menu-container ul .dropdown > ul a[title] span {
        display: none;
    }

    .nav-sections .menu-container ul .dropdown > ul a::before {
        content: attr(title);
    }

    .nav-sections .menu-container ul .dropdown > ul p {
        margin: 0;
    }

    .nav-sections .menu-container ul .dropdown.active > ul {
        opacity: 1;
        transform: translateX(0);
    }

    .nav-open .nav-sections {
        transform: translateX(0);
    }
}

.nav-before-open.nav-open .nav-toggle span::after {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

.block-search .block-title {
    display: none;
}

@media (max-width: 950px) {
    .block-search {
        display: none;
    }
}

.minisearch .control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #f5f5f5;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(-100%);
    visibility: hidden;
}

.minisearch label {
    cursor: pointer;
}

.minisearch input#search {
    padding: 60px 160px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    font-family: "Spectral", serif;
    font-size: 60px;
    font-weight: 300;
    height: 200px;
}

.minisearch input#search::placeholder {
    color: #d9d9d9;
    opacity: 1;
}

@media (max-width: 1599px) {
    .minisearch input#search {
        height: 180px;
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .minisearch input#search {
        height: 160px;
        font-size: 30px;
    }
}

.minisearch .actions, .minisearch .control {
    display: none;
}

.minisearch .action.search {
    visibility: hidden;
}

.minisearch.active .control {
    visibility: visible;
    transform: translateY(0);
}

.minisearch .close {
    position: absolute;
    top: calc(50% - 20px);
    right: 80px;
    height: 30px;
    width: 30px;
    z-index: 6;
}

.minisearch--mobile {
    display: none;
    position: relative;
}

@media (max-width: 950px) {
    .minisearch--mobile {
        display: block;
    }
}

.minisearch--mobile label {
    position: absolute;
    left: 24px;
    top: 17px;
}

.minisearch--mobile .input-text {
    padding-left: 55px;
    font-weight: 300;
    height: 62px;
}

.minisearch--mobile .actions {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.minisearch--mobile .actions .action {
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    background: url("../images/svg/arrow-back.svg") center center no-repeat;
    transform: rotate(180deg);
    transform-origin: center;
    height: 30px;
    width: 30px;
    border: none;
    padding: 0;
}

.minisearch--mobile .actions .action:disabled {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInUp.inview {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 720px) {
    .fadeInUp.hero__intro {
        transform: translateY(calc(-50% + 40px)) translateX(-50%);
    }

    .fadeInUp.hero__intro.inview {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.languagepicker-popup {
    width: 1000px;
    max-width: 90vw;
    text-align: center;
}

@media (max-width: 719px) {
    .languagepicker-popup h1 {
        margin-top: 0;
        font-size: 22px;
        line-height: 1.2;
    }
}

.languagepicker-popup .form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

@media (max-width: 719px) {
    .languagepicker-popup .form-container {
        margin-bottom: 20px;
    }
}

.languagepicker-popup .form-element {
    width: 300px;
    margin: 0 15px;
    text-align: left;
}

@media (max-width: 950px) {
    .languagepicker-popup .form-element {
        width: 250px;
    }
}

@media (max-width: 719px) {
    .languagepicker-popup .form-element {
        margin: 10px 0;
        width: 100%;
    }
}

.languagepicker-popup .form-element label {
    display: block;
}

.languagepicker-popup .form-element .select-styled {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(177, 177, 177, 0.2);
    background: url("../images/svg/arrow-down.svg") calc(100% - 20px) center no-repeat rgba(216, 216, 216, 0.2);
    border-radius: 0;
    -webkit-appearance: none;
    font-family: "Inter";
    font-size: 16px;
    padding: 15px 20px;
}

.languagepicker-popup .form-element .select-styled:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.languagepicker-popup .return-to-shop {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
    display: block;
    margin: 40px auto 0;
    cursor: pointer;
}

.switcher-language .select-no-styling {
    background: url("../images/svg/arrow-down.svg") right center no-repeat transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    font-family: "Inter";
    font-size: 14px;
    margin: 0 5px;
    padding-right: 20px;
}

.switcher-language .select-no-styling:first-of-type {
    margin-right: 20px;
}

.switcher-language .select-no-styling:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.switcher-language label {
    font-family: "Inter";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.store-switcher-header {
    margin-right: 25px;
    font-size: 18px;
    cursor: pointer;
    background: url("../images/svg/arrow-down.svg") right calc(50% - 3px) no-repeat transparent;
}

@media (max-width: 950px) {
    .store-switcher-header {
        display: none;
    }
}

.store-switcher-header > div {
    padding-right: 17px;
}

.switcher-language--mobile label {
    font-size: 13px;
    width: 70px;
    display: inline-block;
}

.switcher-language--mobile select {
    background: transparent;
    border: 1px solid rgba(177, 177, 177, 0.2);
    background: url("../images/svg/arrow-down.svg") calc(100% - 10px) center no-repeat rgba(216, 216, 216, 0.2);
    border-radius: 0;
    -webkit-appearance: none;
    padding: 5px 10px;
    width: calc(100% - 80px);
}

._has-modal {
    overflow: hidden;
}

.modals-overlay {
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all .3s ease;
    cursor: pointer;
}

.modal-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 14;
    background-color: #fff;
    padding: 50px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.modal-popup .action-close {
    right: 10px;
    top: 10px;
}

.modal-popup._show {
    z-index: 9999 !important; /* fix for safari */
    visibility: visible;
    opacity: 1;
}

.modal-popup._show._inner-scroll {
    top: 10vh;
    height: 80vh;
    overflow: scroll;
}

.footer-newsletter {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

@media (max-width: 1199px) {
    .footer-newsletter {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 1024px) {
    .footer-newsletter {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 90px;
    }
}

.footer-newsletter .heading {
    margin: 0;
}

.newsletter__form {
    max-width: 400px;
    margin: 30px auto 0;
    position: relative;
}

@media (max-width: 719px) {
    .newsletter__form {
        max-width: 70%;
    }
}

.newsletter__form button {
    display: none !important;
    background: url("../images/svg/arrow-back.svg") center center no-repeat;
    transform: rotate(180deg);
    transform-origin: center;
    right: 0;
    height: 100%;
    width: 30px;
    border: none;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.5s cubic-bezier(1, 0, 1, 1);
    overflow: hidden;
}

.newsletter__form button:hover {
    background-color: transparent;
}

.newsletter__form .newsletter__inner {
    position: relative;
}

.newsletter__form .newsletter__inner::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to left, #b3b3b3 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.newsletter__form .newsletter__inner:hover::after {
    background-position: left bottom;
}

.newsletter__form .newsletter__input {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 200;
    position: relative;
}

.newsletter__form .newsletter__label {
    font-size: 20px;
    font-weight: 200;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsletter__form .newsletter__message {
    position: absolute;
    background-color: #f5f5f5;
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    overflow: hidden;
}

.newsletter__form .newsletter__message p {
    font-size: 20px;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
    color: #666666;
}

.newsletter__form.active .newsletter__label {
    font-size: 13px;
    top: -3px;
}

.newsletter__form.active .newsletter__inner::after {
    background-position: left bottom;
}

.newsletter__form.input-filled button {
    display: block !important;
}

.newsletter__form.has-errors .newsletter__inner::after {
    background: red;
}

.newsletter__form.success .newsletter__message {
    width: calc(100% + 30px);
}

.newsletter__form.success .newsletter__message p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.newsletter__small-text {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
    font-size: .85em;
    color: #444;
    opacity: .5;
}

.newsletter__small-text a {
    text-decoration: underline;
    color: #444;
}

.modal-popup.newsletter-popup-container {
    max-width: 800px;
    width: 80%;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

@media (max-height: 600px) {
    .modal-popup.newsletter-popup-container {
        top: 10vh;
    }
}

.modal-popup.newsletter-popup-container .grid__item {
    margin-bottom: 0;
}

.modal-popup.newsletter-popup-container .text-content {
    text-align: center;
    padding: 40px 50px 70px 20px;
}

@media (max-width: 719px) {
    .modal-popup.newsletter-popup-container .text-content {
        padding: 30px 20px 50px;
    }
}

.modal-popup.newsletter-popup-container .image {
    overflow: hidden;
    position: relative;
}

.modal-popup.newsletter-popup-container .image p {
    margin: 0;
}

.modal-popup.newsletter-popup-container .image img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-popup.newsletter-popup-container .heading {
    font-size: 34px;
}

@media (max-width: 719px) {
    .modal-popup.newsletter-popup-container .heading {
        font-size: 28px;
    }
}

.page-title {
    margin-top: 0;
}


.catalog-category-view .main {
    position: relative;
}

/*@media (min-width: 951px) {*/
/*    .catalog-category-view .category-info {*/
/*        position: absolute;*/
/*        top: 100px;*/
/*        width: 26vw;*/
/*    }*/
/*}*/

@media (min-width: 1600px) {
    .catalog-category-view .category-info {
        width: 640px;
    }
}

@media (max-width: 719px) {
    .catalog-category-view .category-info {
        text-align: center;
        margin-bottom: 30px;
    }
}

.catalog-category-view .category-info p {
    margin: 0;
}

.catalog-category-view .category-info .page-title-wrapper {
    position: relative;
    /*top: -8px;*/
    /*left: -2px;*/
}

@media (max-width: 950px) {
    .catalog-category-view .category-info .page-title-wrapper {
        top: 0;
    }
}

.catalog-category-view .category-info .page-title-wrapper h1 {
    line-height: 1;
}

.catalog-category-view .categories__other {
    position: relative;
    padding: 0;
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .catalog-category-view .categories__other {
        margin-top: 50px;
    }
}

@media (max-width: 719px) {
    .catalog-category-view .categories__other {
        margin-top: 30px;
    }
}

.catalog-category-view .categories__other h2 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 34px;
    text-align: center;
}

@media (max-width: 719px) {
    .catalog-category-view .categories__other h2 {
        font-size: 22px;
    }
}

.catalog-category-view .categories__other .grid {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 719px) {
    .catalog-category-view .categories__other .grid {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.catalog-category-view .categories__other .grid .item {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.catalog-category-view .categories__other .grid .item::before {
    content: '';
    display: block;
    padding-bottom: 88%;
}

.catalog-category-view .categories__other .grid .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.225) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    transition: 0.3s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 719px) {
    .catalog-category-view .categories__other .grid .item {
        flex-basis: 280px;
        min-width: 280px;
        opacity: 1;
        transform: translateY(0);
    }

    .catalog-category-view .categories__other .grid .item:not(:last-child) {
        margin-right: 10px;
    }
}

.catalog-category-view .categories__other .grid .item h1 {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    z-index: 1;
}

@media (max-width: 1599px) {
    .catalog-category-view .categories__other .grid .item h1 {
        font-size: 2.81vw;
    }
}

@media (max-width: 1024px) {
    .catalog-category-view .categories__other .grid .item h1 {
        font-family: "Inter";
        font-weight: 200;
        bottom: 10px;
        left: 30px;
        font-size: 30px;
    }
}

@media (max-width: 719px) {
    .catalog-category-view .categories__other .grid .item h1 {
        font-size: 25px;
    }
}

.catalog-category-view .categories__other .grid .item__bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 720px) {
    .catalog-category-view .categories__other .grid .item:hover .item__bg {
        transform: scale(1.05);
    }
}

.ias-load-more, .ias-load-prev {
    margin: 30px auto;
}

.ias-load-more span, .ias-load-prev span {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #000;
    font-size: 24px;
    text-transform: none;
    font-family: "Spectral", serif;
    letter-spacing: -.002em;
    padding: 20px 60px;
}

.ias-load-more {
    flex-basis: 100%;
}

.ias-load-prev {
    flex-basis: 100%;
}

.ias-spinner, .ias-no-more {
    flex-basis: 100%;
    margin: 30px auto;
    text-align: center;
}

.ias-spinner img, .ias-no-more img {
    display: block;
    width: 30px;
    margin: 0 auto 10px;
}

@media (min-width: 1600px) {
    .products-grid .products.wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1599px) {
    .products-grid .products.wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .products-grid .products.wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 719px) {
    .products-grid .products.wrapper {
        padding: 0 5px;
    }
}

.products-grid .products.list {
    display: flex;
    /*align-items: flex-end;*/
    flex-wrap: wrap;
}

.products-grid .products.list::after {
    content: '';
    flex: auto;
}

@media (min-width: 1600px) {
    .products-grid .products.list {
        margin: 0 -40px 0 0;
    }
}

@media (max-width: 1599px) {
    .products-grid .products.list {
        margin: 0 -40px 0 0;
    }
}

@media (max-width: 1024px) {
    .products-grid .products.list {
        margin: 0 -15px;
    }
}

@media (max-width: 719px) {
    .products-grid .products.list {
        margin: 0 -20px 0 0;
    }
}

.products-grid .product-item {
    /*flex-basis: calc(25% - 10px);*/
    float: left;
}

/*@media (min-width: 1600px) {*/
/*    .products-grid .product-item:nth-of-type(1) {*/
/*        order: -2;*/
/*    }*/

/*    .products-grid .product-item:nth-of-type(2) {*/
/*        order: -1;*/
/*    }*/
/*}*/

@media (max-width: 1599px) {
    .products-grid .product-item {
        flex-basis: calc(33.3333333% - 10px);
    }

    /*.products-grid .product-item:nth-of-type(1) {*/
    /*    order: -1;*/
    /*}*/
}

@media (max-width: 1024px) {
    .products-grid .product-item {
        flex-basis: 33.3333333%;
        margin-bottom: 30px;
    }

    /*.products-grid .product-item:nth-of-type(1) {*/
    /*    order: -1;*/
    /*}*/
}

@media (max-width: 950px) {
    .products-grid .product-item {
        flex-basis: 50%;
    }

    .products-grid .product-item:nth-of-type(1) {
        order: 0;
    }
}

@media (max-width: 719px) {
    .products-grid .product-item {
        flex-basis: 50%;
        margin: 0 0 30px;
    }
}

/*.no-category-image {*/
/*    padding-top: 300px;*/
/*}*/

@media (max-width: 950px) {
    .no-category-image {
        padding-top: 100px;
    }
}

@media (max-width: 719px) {
    .no-category-image {
        padding-top: 50px;
    }
}

.has-category-image .category-image {
    /*margin-bottom: 40px;*/
    background-size: cover;
    background-position: center;
}

@media (max-width: 1024px) {
    .has-category-image .category-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 719px) {
    .has-category-image .category-image {
        margin-bottom: 10px;
    }
}

.has-category-image .category-image::after {
    content: '';
    display: block;
    padding-bottom: 120%;
}

/*@media (min-width: 1600px) {*/
/*    .has-category-image .category-image {*/
/*        flex-basis: calc(50% - 40px);*/
/*        margin: 0 20px 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 1599px) {*/
/*    .has-category-image .category-image {*/
/*        flex-basis: calc(66.66666% - 40px);*/
/*        margin: 0 20px 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .has-category-image .category-image {*/
/*        flex-basis: calc(66.66666% - 30px);*/
/*        margin: 0 20px 30px 0;*/
/*    }*/
/*}*/

/*@media (max-width: 719px) {*/
/*    .has-category-image .category-image {*/
/*        flex-basis: 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

.has-category-image .category-image img {
    display: block;
    width: 100%;
    height: auto;
}

.products-grid .products {
    list-style: none;
    padding: 0;
}

.products-grid .products .product {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: url("../images/svg/cursor-product.svg") 17 17, auto;
}

.products-grid .products .product a {
    cursor: url("../images/svg/cursor-product.svg") 17 17, auto;
}

.products-grid .products .product-item-info {
    display: block;
    /*background-color: #f5f5f5;*/
    /*padding: 38px 18px;*/
}

@media (max-width: 1199px) {
    .products-grid .products .product-item-info {
        /*padding: 19px 12px;*/
    }
}

/*@media (max-width: 1024px) {*/
/*    .products-grid .products .product-item-info {*/
        /*padding: 0 5px;*/
        /*background-color: #fff;*/
    /*}*/
/*}*/

@media (max-width: 719px) {
    .products-grid .products .product-item-info {
        /*background-color: #f5f5f5;*/
    }
}

.products-grid .products .product-item-info.lookfront {
    padding: 0;
}

.products-grid .products .product-item-info.lookfront .photo.lookfront {
    padding-bottom: calc(130% + 28px);
    background-size: cover;
}

@media (max-width: 1199px) {
    .products-grid .products .product-item-info.lookfront .photo.lookfront {
        padding-bottom: calc(130% + 8px);
    }
}

@media (max-width: 1024px) {
    .products-grid .products .product-item-info.lookfront .photo.lookfront {
        padding-bottom: calc(130% - 24px);
    }
}

@media (max-width: 719px) {
    .products-grid .products .product-item-info.lookfront .photo.lookfront {
        padding-bottom: calc(130% - 18px);
    }
}

@media (max-width: 1024px) {
    .products-grid .products .product-item-info.lookfront .product-item-photo {
        padding: 0;
    }
}

.products-grid .products .product-item-info.alternative {
    padding: 0;
    background-color: #fff;
}

.products-grid .products .product-item-info.alternative .photo {
    background-size: cover;
}

.products-grid .products .product-item-info.alternative .photo:not(.widget-lookfront) {
    background-color: #f5f5f5;
    background-size: auto 70%;
}

.products-grid .products .product-item-info.alternative .swatch-option {
    color: #000;
}

.products-grid .products .product-item-info.alternative .product-item-photo--hover {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-size: auto 80%;
    background-color: #f5f5f5;
}

.products-grid .products .product-item-info.alternative .product-item-photo--hover::after {
    content: '';
    display: block;
    padding-bottom: 130%;
}

.products-grid .products .product-item-info.alternative .product-item-details,
.products-grid .products .product-item-info.alternative .product-swatch {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 719px) {
    .products-grid .products .product-item-info.alternative .product-item-details,
    .products-grid .products .product-item-info.alternative .product-swatch {
        top: 0;
    }
}

@media (min-width: 1025px) {
    .products-grid .products .product-item-info.alternative .product-swatch {
        position: absolute;
    }

    .products-grid .products .product-item-info.alternative:hover:not(.alternative) {
        background-color: #f5f5f5;
    }
}

.products-grid .products .product-item-name {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-size: 16px;
    /*text-transform: capitalize;*/
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}

.products-grid .products .product-item-name::first-letter {
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .products-grid .products .product-item-name {
        flex-grow: 1;
        margin-top: 10px;
    }
}

.products-grid .products .product-item-photo {
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1024px) {
    .products-grid .products .product-item-photo {
        /*padding: 10px;*/
        background-color: #f5f5f5;
    }
}

/*@media (max-width: 719px) {*/
/*    .products-grid .products .product-item-photo {*/
/*        padding: 10px;*/
/*    }*/
/*}*/

.products-grid .products .product-item-photo .photo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 150%;
}

.products-grid .products .product-item-photo--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1024px) {
    .products-grid .products .product-item-photo--hover {
        display: none;
    }
}

.products-grid .products .product-item-photo--hover.widget-lookfront, .products-grid .products .product-item-photo--hover.lookfront {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
}

.products-grid .products .product-item-details {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 16px;
}

@media (min-width: 952px) {
    .products-grid .products .product-item-details {
        z-index: 1;
        overflow: visible;
    }
}

/*@media (max-width: 1024px) {*/
/*    .products-grid .products .product-item-details {*/
/*        position: relative;*/
/*        padding: 0;*/
/*        display: flex;*/
/*        align-items: baseline;*/
/*        align-content: space-between;*/
/*    }*/
/*}*/

@media (max-width: 719px) {
    .products-grid .products .product-item-details {
        display: block;
    }
}

@media (min-width: 1025px) {
    .products-grid .products .product:hover .price-box,
    .products-grid .products .product:hover .product-item-name,
    .products-grid .products .product:hover .product-item-photo {
        transform: translateY(-20px);
        opacity: 0;
        transition-delay: 0s;
    }

    .products-grid .products .product:hover .price-box {
        transition-delay: .05s;
    }

    .products-grid .products .product:hover .product-item-photo {
        transform: translateY(0);
    }

    .products-grid .products .product:hover .swatch-option,
    .products-grid .products .product:hover .product-item-photo--hover {
        transform: translateY(0);
        opacity: 1;
    }

    .products-grid .products .product:hover .product-item-info::after {
        opacity: 1;
    }
}

.price-box {
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    line-height: 1;
    font-size: 13px;
}

.price-box .price-label {
    display: none;
}

.price-box .special-price {
    color: #b02021;
    margin-right: 8px;
}

.price-box .old-price {
    position: relative;
}

.price-box .old-price::after {
    content: '';
    height: 1px;
    width: 104%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -2%;
}

.catalog-product-view .message.success {
    display: none;
}

.catalog-product-view .mage-error {
    color: #b02021;
    font-size: 14px;
}

.catalog-product-view .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-product-view .main .upsell,
.catalog-product-view .main .related {
    flex-basis: 100%;
}

.catalog-product-view .main + .related,
.catalog-product-view .main + .upsell,
.catalog-product-view .main + .widget-related-auto {
    margin-top: 60px;
}

.catalog-product-view .page-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.catalog-product-view .page-title::first-letter {
    text-transform: uppercase;
}

@media (max-width: 719px) {
    .catalog-product-view .page-title {
        font-size: 40px;
    }
}

.catalog-product-view .tocart {
    position: relative;
    overflow: hidden;
}

.catalog-product-view .tocart span {
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: block;
}

.catalog-product-view .tocart.non-selected::after {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.catalog-product-view .tocart.non-selected span {
    transform: translateY(-40%);
    opacity: 0;
}

.catalog-product-view .product-info-main {
    flex-basis: 360px;
    order: -1;
}

@media (max-width: 1199px) {
    .catalog-product-view .product-info-main {
        flex-basis: 270px;
    }
}

@media (max-width: 950px) {
    .catalog-product-view .product-info-main {
        flex-basis: 320px;
    }
}

@media (max-width: 719px) {
    .catalog-product-view .product-info-main {
        flex-basis: 100%;
    }
}

.catalog-product-view .product-info-main .qty {
    display: none;
}

.catalog-product-view .product-info-main .price-box {
    font-size: 30px;
    color: #444;
    margin-bottom: 34px;
    margin-top: -8px;
}

.catalog-product-view .product-info-main .price-box .old-price {
    font-size: 24px;
    margin-left: 6px;
}

@media (max-width: 1599px) {
    .catalog-product-view .product-info-main .price-box {
        font-size: 24px;
        margin-top: -6px;
    }

    .catalog-product-view .product-info-main .price-box .old-price {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .catalog-product-view .product-info-main .price-box {
        margin-top: -5px;
    }
}

.catalog-product-view .product-info-main .price-box .old-price {
    display: inline !important;
}

.catalog-product-view .product-info--mobile {
    display: none;
}

@media (max-width: 719px) {
    .catalog-product-view .product-info--mobile {
        display: block;
    }
}

@media (max-width: 719px) {
    .catalog-product-view .product-info--desktop {
        display: none;
    }
}

@media (min-width: 951px) {
    .catalog-product-view .product .info.detailed {
        max-width: 45%;
    }
}

.catalog-product-view .product .info.detailed .title a {
    display: block;
    pointer-events: none;
    cursor: default;
    /*font-family: "Spectral", serif;*/
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 4px;
}

@media (max-width: 719px) {
    .catalog-product-view .product-add-form {
        margin-bottom: 50px;
    }
}

.catalog-product-view .product.media {
    flex-basis: calc(100% - 360px - 40px);
    order: -2;
}

@media (max-width: 1199px) {
    .catalog-product-view .product.media {
        flex-basis: calc(100% - 270px - 40px);
    }
}

@media (max-width: 950px) {
    .catalog-product-view .product.media {
        flex-basis: calc(100% - 320px - 40px);
    }
}

@media (max-width: 719px) {
    .catalog-product-view .product.media {
        flex-basis: 100%;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

.catalog-product-view .product-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 719px) {
    .catalog-product-view .product-images {
        display: none;
    }
}

.catalog-product-view .product-images img {
    display: block;
    max-width: 100%;
    height: auto;
}

.catalog-product-view .product-images a {
    flex-basis: calc(50% - 20px);
    display: block;
    position: relative;
    overflow: hidden;
}

@media (max-width: 950px) {
    .catalog-product-view .product-images a {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {
    .catalog-product-view .product-images a {
        cursor: url("../images/svg/zoom.svg") 16 16, auto;
    }
}

.catalog-product-view .product-images a.packfront, .catalog-product-view .product-images a.packback, .catalog-product-view .product-images a.fallback {
    background-color: #f5f5f5;
}

.catalog-product-view .product-images a.packfront::after, .catalog-product-view .product-images a.packback::after, .catalog-product-view .product-images a.fallback::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

@media (max-width: 950px) {
    .catalog-product-view .product-images a.packfront::after, .catalog-product-view .product-images a.packback::after, .catalog-product-view .product-images a.fallback::after {
        padding-bottom: 150%;
    }
}

/*.catalog-product-view .product-images a.packfront img, .catalog-product-view .product-images a.packback img, .catalog-product-view .product-images a.fallback img {*/
/*    position: absolute;*/
/*    height: auto;*/
/*    width: auto;*/
/*    max-height: 80%;*/
/*    max-width: 80%;*/
/*    display: block;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.catalog-product-view .product-images a.fallback::after {
    content: '';
    display: block;
    padding-bottom: 130%;
}

.catalog-product-view .product-images a.fallback img {
    max-width: 250%;
    max-height: none;
}

.catalog-product-view .product-images--primary .packback + .packfront::after {
    padding-bottom: 150%;
}

.catalog-product-view .product-images--secondary {
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .catalog-product-view .product-images--secondary a:nth-child(1), .catalog-product-view .product-images--secondary a:nth-child(4) {
        flex-basis: calc(60% - 20px);
    }

    .catalog-product-view .product-images--secondary a:nth-child(2), .catalog-product-view .product-images--secondary a:nth-child(3) {
        flex-basis: calc(40% - 20px);
    }
}

.catalog-product-view .product-images--secondary a {
    margin-top: 40px;
}

@media (max-width: 950px) {
    .catalog-product-view .product-images--secondary a {
        margin-top: 0;
    }
}

.catalog-product-view .product-images--single {
    background: #f5f5f5;
    padding: 50px 0;
}

.catalog-product-view .product-images--single .packfront {
    margin: 0 auto;
}

.catalog-product-view .product-images--mobile {
    display: none;
}

@media (max-width: 719px) {
    .catalog-product-view .product-images--mobile {
        display: block;
    }
}

.catalog-product-view .product-video {
    margin-top: 30px;
}

.catalog-product-view .product-video video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 719px) {
    .catalog-product-view .product-video--desktop {
        display: none;
    }
}

.catalog-product-view .product-desc {
    margin-bottom: 80px;
}

@media (min-width: 1200px) {
    .catalog-product-view .product-desc {
        width: calc(50% - 20px);
    }
}

@media (max-width: 719px) {
    .catalog-product-view .product-desc {
        display: none;
    }
}

.catalog-product-view .product-desc h2 {
    font-family: "Spectral", serif;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 5px;
}

.catalog-product-view .product-desc p {
    margin-top: 0;
}

@media (min-width: 1025px) {
    figure {
        cursor: url("../images/svg/close.svg") 24 24, auto;
    }
}

.product-care__symbol {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-care__symbol:not(:last-child) {
    margin-right: 6px;
}

.product-care__symbol.vask-100 {
    background-image: url("../images/img/vask_01.svg");
}

.product-care__symbol.vask-31 {
    background-image: url("../images/img/vask-02.svg");
}

.product-care__symbol.vask-32 {
    background-image: url("../images/img/vask-03.svg");
}

.product-care__symbol.vask-33 {
    background-image: url("../images/img/vask-04.svg");
}

.product-care__symbol.vask-34 {
    background-image: url("../images/img/vask-04.svg");
}

.product-care__symbol.vask-40 {
    background-image: url("../images/img/vask-06.svg");
}

.product-care__symbol.vask-41 {
    background-image: url("../images/img/vask-05.svg");
}

.product-care__symbol.vask-60 {
    background-image: url("../images/img/vask-08.svg");
}

.product-care__symbol.vask-90 {
    background-image: url("../images/img/vask-09.svg");
}

.product-care__symbol.rens-01 {
    background-image: url("../images/img/vask-10.svg");
}

.product-care__symbol.rens-02 {
    background-image: url("../images/img/vask-07.svg");
}

.product-care__symbol.rens-03 {
    background-image: url("../images/img/vask-11.svg");
}

.product-care__symbol.rens-04 {
    background-image: url("../images/img/vask-12.svg");
}

.product-care__symbol.rens-05 {
    background-image: url("../images/img/vask-13.svg");
}

.product-care__symbol.strygning-01 {
    background-image: url("../images/img/vask-14.svg");
}

.product-care__symbol.strygning-02 {
    background-image: url("../images/img/vask-15.svg");
}

.product-care__symbol.strygning-03 {
    background-image: url("../images/img/vask-16.svg");
}

.product-care__symbol.strygning-04 {
    background-image: url("../images/img/vask-17.svg");
}

.product-care__symbol.torring-01 {
    background-image: url("../images/img/vask-18.svg");
}

.product-care__symbol.torring-02 {
    background-image: url("../images/img/vask-19.svg");
}

.product-care__symbol.torring-03 {
    background-image: url("../images/img/vask-20.svg");
}

.product-care__symbol.torring-04 {
    background-image: url("../images/img/vask-21.svg");
}

.product-care__symbol.torring2-01 {
    background-image: url("../images/img/vask-21.svg");
}

.product-care__symbol.torring2-02 {
    background-image: url("../images/img/vask-22.svg");
}

.product-care__symbol.bleach--0001 {
    background-image: url("../images/img/vask-23.svg");
}

.product-care__symbol--tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
    transform: translate(-50%, -125%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-care__symbol--tooltip::after {
    content: '';
    height: 10px;
    width: 10px;
    background: #f5f5f5;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
    transform: rotate(45deg);
}

.product-care__symbol:hover .product-care__symbol--tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -110%);
}

.product-care h3 {
    /*font-family: "Spectral", serif;*/
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 4px;
}

.product-care ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-care ul li.material-headline {
    font-size: 16px;
    margin-top: 14px;
    font-weight: 400;
}

@media (max-width: 719px) {
    .product-care--desktop {
        display: none;
    }

    .product-care--mobile {
        display: block;
    }
}

@media (min-width: 720px) {
    .product-care--mobile {
        display: none;
    }
}

.product-vendor {
    margin-top: 20px;
}

.product-vendor--toggle {
    cursor: pointer;
}

.product-vendor--toggle .arrow {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    transition: transform 0.5s cubic-bezier(0, 1, 0, 1);
    transform-origin: center center;
    margin-left: 10px;
}

.product-vendor--toggle .arrow::before, .product-vendor--toggle .arrow::after {
    content: '';
    height: 1px;
    width: 7px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: #000;
    transform: rotate(60deg);
    transform-origin: 100% 50%;
}

.product-vendor--toggle .arrow::after {
    top: calc(50% - 2px);
    transform: rotate(-60deg);
    transform-origin: 105% 105%;
}

.product-vendor--toggle.active .arrow {
    transform: rotate(90deg);
}

.product-vendor--info {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.6s cubic-bezier(0, 1, 0, 1);
}

@media (min-width: 951px) {
    .product-vendor--info {
        display: flex;
    }
}

.product-vendor--info.active {
    max-height: 999px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-top: 30px;
}

@media (min-width: 951px) {
    .product-vendor__image {
        flex-basis: 33%;
        max-width: 33%;
        margin-right: 30px;
    }
}

@media (max-width: 950px) {
    .product-vendor__image {
        margin-bottom: 1 0;
    }
}

.product-vendor__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 951px) {
    .product-vendor__description {
        flex-basis: 66%;
        max-width: 66%;
    }
}

.product-vendor h3 {
    font-family: "Spectral", serif;
    font-weight: 200;
    margin: 0 0 10px;
}

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

.product-navigation .primary {
    position: relative;
    font-size: 30px;
    text-transform: none;
    font-family: "Spectral", serif;
    letter-spacing: -.002em;
    padding: 36px 80px 36px 120px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-navigation .primary::before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 50px;
    background: url("../images/svg/arrow-back.svg") left center no-repeat;
}

@media (min-width: 720px) {
    .product-navigation .primary::before {
        position: absolute;
        left: 80px;
        top: calc(50% - 9px);
    }
}

@media (max-width: 719px) {
    .product-navigation .primary {
        font-size: 14px;
        font-family: "Inter";
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 0;
        display: block;
    }

    .product-navigation .primary::before {
        height: 10px;
    }

    .product-navigation .primary span {
        display: none;
    }
}

@media (min-width: 720px) {
    .product-navigation .primary:hover {
        padding: 36px 100px;
    }

    .product-navigation .primary:hover::before {
        opacity: 0;
    }
}

.size-guide {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

@media (min-width: 720px) {
    .size-guide-modal {
        min-width: 600px;
    }
}

@media (min-width: 1025px) {
    .size-guide-modal {
        min-width: 800px;
    }
}

@media (min-width: 1200px) {
    .size-guide-modal {
        min-width: 1000px;
    }
}

@media (max-width: 719px) {
    .size-guide-modal {
        padding: 30px;
        width: 90%;
    }
}

.size-guide-toggle {
    font-weight: 400;
    text-decoration: underline;
    position: relative;
    top: -18px;
}

.size-guide h1 {
    font-size: 40px;
    flex-basis: 100%;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 719px) {
    .size-guide h1 {
        font-size: 26px;
    }
}

.size-guide h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 200;
}

.size-guide h2 + p {
    margin-top: 0;
}

.size-guide p + h2 {
    margin-top: 30px;
}

.size-guide .sizetable {
    width: 100%;
    border-collapse: collapse;
}

.size-guide .sizetable td {
    padding: 5px;
}

.size-guide .sizetable td:not(.sizename) {
    text-align: center;
}

.size-guide .sizetable tr:nth-child(even) {
    background-color: #eee;
}

@media (min-width: 720px) {
    .size-guide__image {
        flex-basis: 30%;
        margin-right: 30px;
    }
}

@media (max-width: 719px) {
    .size-guide__image {
        margin-bottom: 30px;
    }
}

.size-guide__image img {
    display: block;
    width: 100%;
    height: auto;
}

.size-guide__table {
    flex: 1;
}

.size-guide__table__description h2, .size-guide__table__description h3 {
    margin-top: 0;
}

.size-guide__text {
    margin-top: 20px;
}

.product-options-wrapper {
    position: relative;
}

.menu .sale a {
    color: #b02021;
}

.sale-banner-toggle__sale {
    display: none;
}

.colors {
    position: relative;
    border: 1px solid #666;
    margin: 20px 0 30px;
}

.colors-selected {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    user-select: none;
}

.colors-selected.js-toggle-element {
    cursor: pointer;
}

.colors-selected.js-toggle-element::after {
    content: '';
    width: 16px;
    height: 10px;
    background: url("../images/img/select-dropdown.png") center center no-repeat;
    background-size: 16px 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    opacity: .5;
    transition: transform .3s ease;
}

.colors-selected.active {
    border-bottom-color: transparent;
}

.colors-selected.active::after {
    transform: rotate(-180deg);
}

.colors-dropdown {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 0 15px;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.colors-dropdown a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.colors-dropdown li {
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
    transform: translateY(-8px);
}

.colors-dropdown.active {
    display: block;
    max-height: 100vh;
    transition: max-height 1s ease-in-out;
}

.colors-dropdown.active li {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .3s ease;
}

.colors-dropdown.active li:nth-child(1) {
    transition-delay: 0.08s;
}

.colors-dropdown.active li:nth-child(2) {
    transition-delay: 0.16s;
}

.colors-dropdown.active li:nth-child(3) {
    transition-delay: 0.24s;
}

.colors-dropdown.active li:nth-child(4) {
    transition-delay: 0.32s;
}

.colors-dropdown.active li:nth-child(5) {
    transition-delay: 0.4s;
}

.colors-dropdown.active li:nth-child(6) {
    transition-delay: 0.48s;
}

.colors-dropdown.active li:nth-child(7) {
    transition-delay: 0.56s;
}

.colors-dropdown.active li:nth-child(8) {
    transition-delay: 0.64s;
}

.colors-dropdown.active li:nth-child(9) {
    transition-delay: 0.72s;
}

.colors-dropdown__swatch {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 20px;
    overflow: hidden;
}

.colors-dropdown__swatch img {
    display: block;
    max-width: 100%;
}

.product-item-info .swatch-attribute.color, .product-add-form .swatch-attribute.color {
    display: none; }

.product-item-info .swatch-attribute.size .swatch-option,
.product-add-form .swatch-attribute.size .swatch-option {
    background: #fff;
    border: 1px solid #666;
    color: #666;
    font-weight: 200;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
@media (min-width: 950px) and (max-width: 1200px) {
    .swatch-attribute.size .swatch-option {
        padding: 7px;
        font-size: 13px; } }
.product-item-info .swatch-attribute.size .swatch-option.selected,
.product-add-form .swatch-attribute.size .swatch-option.selected {
    outline: 0;
    background-color: #000 !important;
    color: #fff; }
.product-item-info .swatch-attribute.size .swatch-option:hover,
.product-add-form .swatch-attribute.size .swatch-option:hover {
    outline: 0; }
@media (max-width: 567px) {
    .product-item-info .swatch-attribute.size .swatch-option.text,
    .product-add-form .swatch-attribute.size .swatch-option.text {
        min-width: 18px;
        margin-right: 5px; } }

.product-item-info .swatch-attribute-label,
.product-add-form .swatch-attribute-label,
.product-item-info .swatch-attribute-selected-option,
.product-add-form .swatch-attribute-selected-option {
    display: none; }

.product-swatch {
    /*position: absolute;*/
    width: 100%;
    margin-left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    padding: 16px;
    box-sizing: border-box;
}

/*@media (max-width: 1024px) {*/
/*    .product-swatch {*/
/*        border-top: 1px solid #e9e9e9;*/
/*        position: relative;*/
/*        padding: 0;*/
/*    }*/
/*}*/

@media (max-width: 719px) {
    .product-swatch {
        margin-top: 20px;
        border-top: unset;
    }
}

.product-swatch .swatch-attribute-options {
    margin: 0;
}

.product-swatch .swatch-attribute.size .swatch-option {
    border: none;
    background: transparent;
    color: #000;
    font-weight: 200;
    font-size: 13px;
    margin-bottom: 0;
    /*top: 3px;*/
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(1) {
    transition-delay: 40ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(2) {
    transition-delay: 80ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(3) {
    transition-delay: 120ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(4) {
    transition-delay: 160ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(5) {
    transition-delay: 200ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(6) {
    transition-delay: 240ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(7) {
    transition-delay: 280ms;
}

.product-swatch .swatch-attribute.size .swatch-option:nth-child(8) {
    transition-delay: 320ms;
}

@media (max-width: 951px) {
    .product-swatch .swatch-attribute.size .swatch-option {
        color: #000;
        opacity: 1;
        transform: translateY(0);
        font-size: 13px;
        text-align: left;
    }
}

.product-shipping-info {
    font-size: 16px;
    color: #808080;
    letter-spacing: -.4px;
}

.product-shipping-info p {
    margin: 0;
}

.video {
    position: relative;
    overflow: hidden;
}

.video::before, .video::after {
    content: '';
    display: block;
    background-color: #000;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: all 3s linear;
}

.video::after {
    right: 0;
}

.video--autoplay::before, .video--autoplay::after {
    content: none;
}

.video--autoplay .video__overlay {
    background-color: transparent;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video--autoplay .video__overlay .text-btn {
    color: white;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 30px;
    text-decoration: underline;
}

@media (max-width: 719px) {
    .video--autoplay .video__overlay .text-btn {
        padding: 10px;
    }
}

@media (max-width: 719px) {
    .video--autoplay .video__overlay h3 {
        margin: 0 0 10px;
    }
}

.video.playing::before {
    transform: translateX(-100%);
}

.video.playing::after {
    transform: translateX(100%);
}

.video.playing .video__overlay {
    opacity: 0;
    visibility: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 54.6%;
    /* 16:9 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.video__overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: grey;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    transition: all 3s ease;
}

.video__overlay h1 {
    margin: 0;
}

.video__overlay h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video .play {
    width: 150px;
    height: 150px;
    cursor: pointer;
}

@media (max-width: 719px) {
    .video .play {
        width: 100px;
        height: 100px;
    }
}

.video .play .triangle {
    transition: all .6s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke-width: 3px;
    stroke: #fff;
}

.video .play svg {
    width: 100%;
    height: 100%;
}

.video .play:hover .triangle {
    stroke-dashoffset: 0;
}

.video.container-full-width {
    padding: 0;
}

@media (max-width: 950px) {
    .about__column.grid__item {
        display: flex;
        align-items: center;
        border-top: 1px solid #d9d9d9;
        padding-top: 30px;
    }

    .about__column.grid__item:last-child {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 30px;
    }

    .about__column.grid__item p {
        display: none;
    }

    .about__column.grid__item .about__image {
        width: 25%;
        max-height: 100%;
    }

    .about__column.grid__item h2 {
        width: 50%;
        padding-left: 20px;
        margin: 0;
    }

    .about__column.grid__item a {
        width: 20%;
        margin: 0;
    }
}

@media (max-width: 719px) {
    .about__column.grid__item {
        padding: 20px 0;
        margin: 0;
        margin-bottom: 0 !important;
    }

    .about__column.grid__item:last-child {
        padding: 20px 0;
    }

    .about__column.grid__item a {
        text-indent: -9999px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        background: transparent;
    }

    .about__column.grid__item a::before, .about__column.grid__item a::after {
        content: '';
        height: 1px;
        width: 10px;
        position: absolute;
        top: 50%;
        right: 10px;
        background-color: #979797;
        transform: rotate(50deg);
        transform-origin: 100% 50%;
    }

    .about__column.grid__item a::after {
        transform: rotate(-50deg);
        transform-origin: 100% 100%;
    }

    .about__column.grid__item h2 {
        margin-left: 25%;
        font-size: 16px;
        width: calc(75% - 30px);
    }
}

.about__column h2 {
    font-family: "Spectral", serif;
    font-size: 22px;
    font-weight: 300;
}

@media (min-width: 720px) {
    .about__column h2 {
        margin: 30px 0 15px;
    }
}

.about__column .primary {
    margin-top: 16px;
}

.about__image {
    background-position: center center;
    background-size: cover;
}

.about__image::before {
    content: '';
    display: block;
    padding-bottom: 56.42%;
}

.main__section {
    margin-bottom: 80px;
}

@media (max-width: 950px) {
    .main__section {
        margin-bottom: 40px;
    }
}

.block-static-block > h2 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.hero {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .hero:not(.hero--small) {
        left: -120px;
        width: calc(100% + 120px);
    }
}

.hero__bg {
    background-position: center center;
    background-size: cover;
}

.hero__bg::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 58%;
}

@media (max-width: 719px) {
    .hero__bg::after {
        padding-bottom: 70%;
    }
}

.hero__bg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.hero__bg p {
    margin: 0;
}

.hero__intro {
    max-width: 800px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

@media (max-width: 719px) {
    .hero__intro {
        position: static;
        margin-top: 30px;
        color: #000;
        transform: translateX(0) translateY(30px);
    }
}

.hero__link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}

@media (min-width: 720px) {
    .hero button,
    .hero a.primary {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        display: inline-block;
        width: auto;
    }

    .hero button:hover,
    .hero a.primary:hover {
        background-color: #fff;
        color: #000;
    }
}

.hero h2 {
    font-weight: 200;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0;
}

.hero h1 {
    margin: .5em 0;
    line-height: 1.1;
}

.looks {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

@media (max-width: 719px) {
    .looks {
        flex-wrap: wrap;
    }
}

.looks__look {
    flex-basis: 46%;
    padding-right: 40px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .looks__look {
        flex-basis: 56%;
    }
}

@media (max-width: 719px) {
    .looks__look {
        padding-right: 10px;
    }
}

.looks__look p:last-child {
    margin: 0;
}

.looks__look a {
    display: block;
}

.looks .row {
    flex-basis: 54%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .looks .row {
        flex-basis: 44%;
    }
}

.looks .row .looks__look {
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .looks .row .looks__look {
        padding: 0;
    }
}

.looks .looks__desc {
    flex-basis: 30%;
}

@media (max-width: 1199px) {
    .looks .looks__desc {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 719px) {
    .looks .looks__desc {
        display: none;
    }
}

.looks .looks__desc p:last-child {
    margin-bottom: 0;
}

.looks .looks__desc--mobile {
    display: none;
    margin-top: 10px;
}

@media (max-width: 719px) {
    .looks .looks__desc--mobile {
        display: block;
        flex-basis: 100%;
    }
}

.looks img {
    display: block;
    max-width: 100%;
    height: auto;
}

.collection-recap__carousel {
    padding-left: 120px;
    margin-left: -120px !important;
    overflow: hidden;
}

.collection-recap__desc h1 {
    font-size: 22px;
}

.collection-recap__desc .toggle-collection-desc {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 60px;
    left: calc(50% - 25px);
    background: url("../images/svg/arrow-down.svg") center center no-repeat;
    background-size: 20px auto;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.collection-recap__desc.overflow {
    overflow: hidden;
}

.collection-recap__desc.overflow:not(.active)::after {
    content: '';
    display: block;
    background-color: grey;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 14%, white 55%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.collection-recap__desc.overflow:not(.active) .primary {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.collection-recap__desc.overflow:not(.active) .toggle-collection-desc {
    display: block;
}

.collection-recap__desc.overflow.active {
    max-height: 9999px !important;
}

.collection-recap__desc.overflow.active .toggle-collection-desc {
    visibility: hidden;
}

@media (min-width: 720px) {
    .collection-recap .grid__item {
        margin-bottom: 0;
    }
}

.hide {
    display: none;
}

@media (max-width: 719px) {
    .hide-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hide-tablet {
        display: none;
    }
}

.show-mobile {
    display: none;
}

@media (max-width: 719px) {
    .show-mobile {
        display: block;
    }
}

.show-tablet {
    display: none;
}

@media (max-width: 1024px) {
    .show-tablet {
        display: block;
    }
}

body {
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: -0.02666em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

h1,
.heading {
    font-family: "Spectral", serif;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 300;
}

@media (max-width: 1599px) {
    h1,
    .heading {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    h1,
    .heading {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    h1,
    .heading {
        font-size: 32px;
    }
}

@media (max-width: 719px) {
    h1,
    .heading {
        font-size: 28px;
    }
}

strong {
    font-weight: 700;
}

button,
a {
    -webkit-appearance: none !important;
    background-color: transparent;
    border: none;
}

button:focus,
a:focus {
    outline: none;
}

button.primary,
a.primary {
    color: black;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 200;
    height: 58px;
    line-height: 60px;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 0 48px;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 1599px) {
    button.primary,
    a.primary {
        font-size: 15px;
        height: 48px;
        line-height: 50px;
        padding: 0 38px;
    }
}

@media (max-width: 1024px) {
    button.primary,
    a.primary {
        font-size: 14px;
        padding: 0 28px;
    }
}

@media (max-width: 719px) {
    button.primary,
    a.primary {
        letter-spacing: .07em;
        height: 48px;
        line-height: 50px;
        box-sizing: border-box;
    }
}

button.primary:hover,
a.primary:hover {
    background-color: #000;
    color: #fff;
}

@media (min-width: 720px) {
    button.primary--inline,
    a.primary--inline {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

button.primary.checkout,
a.primary.checkout {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

button.primary.action,
a.primary.action {
    height: 78px;
    line-height: 80px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    button.primary.action,
    a.primary.action {
        font-size: 18px;
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    button.primary.action,
    a.primary.action {
        height: 70px;
        line-height: 73px;
    }
}

@media (max-width: 719px) {
    button.primary.action,
    a.primary.action {
        height: 60px;
        line-height: 60px;
        font-size: 15px;
        padding: 0 10px;
    }
}

button.close, button.action-close,
a.close,
a.action-close {
    text-indent: -9999px;
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    button.close, button.action-close,
    a.close,
    a.action-close {
        right: 30px;
        top: 30px;
    }
}

button.close span, button.action-close span,
a.close span,
a.action-close span {
    display: none;
}

button.close::before, button.close::after, button.action-close::before, button.action-close::after,
a.close::before,
a.close::after,
a.action-close::before,
a.action-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform: rotate(-45deg);
}

button.close::after, button.action-close::after,
a.close::after,
a.action-close::after {
    transform: rotate(45deg);
}

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

form input,
form textarea {
    appearance: none;
    border: 1px solid #f5f5f5;
    color: #000;
    font-family: "Inter";
    outline: 0;
    padding: 0 20px;
    width: 100%;
    transition: all .3s ease;
}

form input::placeholder,
form textarea::placeholder {
    color: #444;
}

form input.error,
form textarea.error {
    background-color: #da5555 !important;
    border-color: #b74646 !important;
    color: #fff !important;
}

form input.error::placeholder,
form textarea.error::placeholder {
    color: #fff;
}

form input {
    height: 55px;
    line-height: normal !important;
    box-sizing: border-box;
    border-radius: 0;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus:-moz-placeholder {
    color: transparent;
}

form input:focus::-moz-placeholder {
    color: transparent;
}

form input:focus:-ms-input-placeholder {
    color: transparent;
}

form input[type='text'], form input[type='email'] {
    background-color: #f5f5f5;
}

form input[type='radio'], form input[type='checkbox'] {
    display: none;
}

form input[type='radio'] + label, form input[type='checkbox'] + label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

form input[type='radio'] + label::before, form input[type='checkbox'] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    height: 21px;
    width: 21px;
    border-radius: 25px;
    border: 2px solid #444;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

form input[type='radio'] + label:not(:last-of-type), form input[type='checkbox'] + label:not(:last-of-type) {
    margin-right: 20px;
}

form input[type='radio']:checked + label::after, form input[type='checkbox']:checked + label::after {
    opacity: 1;
}

form input[type='checkbox'] + label::before {
    border-radius: 0;
}

form input[type='checkbox'] + label::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url("../images/svg/checkmark.svg") 2px -1px no-repeat;
    background-size: 22px 22px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

form input[type='checkbox']:checked + label::after {
    opacity: 1;
}

form input[type='radio'] + label::before {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

form input[type='radio'] + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    height: 13px;
    width: 13px;
    border-radius: 25px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

form input[type='radio']:not(:checked) + label:hover::after {
    opacity: .5;
}

form input[type='submit'] {
    cursor: pointer;
}

form input::-ms-clear {
    display: none;
}

form textarea {
    max-width: 100%;
    width: 100%;
    padding: 15px 20px;
    background-color: #f5f5f5;
}

.form__row {
    display: flex;
    margin-bottom: 20px;
}

.form__row .input-wrapper {
    margin-right: 20px;
}

.form__row .input-wrapper:last-of-type {
    margin-right: 0;
}

.form__row .input-required {
    position: relative;
}

.form__row .input-required::after {
    content: '\2605';
    color: #c6c6c6;
    position: absolute;
    right: 15px;
    bottom: 6px;
}

@media (max-width: 719px) {
    .form__row .input-required::after {
        right: 15px;
    }
}

.form__row .input-required input {
    padding-right: 45px;
}

.form__row .input-group {
    display: flex;
}

.form__row .input-group input[type='text'] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 2;
    font-size: 14px;
    border-color: #272a3e;
    background-color: #fff;
}

@media (min-width: 720px) {
    .form__row .input-group input[type='text'] {
        padding-left: 30px;
    }
}

.form__row .input-group button[type='submit'] {
    background: #272a3e;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #272a3e;
    color: #fff;
    padding: 0 30px;
    width: auto;
    height: inherit;
    line-height: inherit;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

@media (min-width: 720px) {
    .form__row .input-group--large input[type='text'] {
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }
}

.form__row--full-width .input-wrapper {
    flex-basis: 100%;
}

.alert {
    color: #fff;
    padding: 0 30px;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    line-height: 24px;
}

.alert-error, .alert-info, .alert-success {
    padding: 20px 30px;
    visibility: visible;
    opacity: 1;
}

.alert-error {
    background-color: #da5555;
}

.alert-info {
    background-color: #e8d40f;
}

.alert-success {
    background-color: green;
}

.grid1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media (max-width: 1024px) {
    .grid1 {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) {
    .grid1 {
        margin-bottom: -10px;
    }
}

.grid1 > .grid__item {
    margin: 0 40px 40px 0;
    flex-basis: calc(100% - (40px * (1 - 1) / 1));
    max-width: calc(100% - (40px * (1 - 1) / 1));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid1 > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

.grid1 > .grid__item:nth-child(1n) {
    margin-right: 40px;
}

.grid1 > .grid__item:nth-child(1n + 1) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .grid1 > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1 > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 1024px) {
    .grid1 > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1 > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid1 > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1 > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 719px) {
    .grid1 > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1 > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .grid1.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (min-width: 1025px) {
    .grid1.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

.grid2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px; }
.grid2 > .grid__item {
    margin: 0 40px 40px 0;
    flex-basis: calc(50% - (40px * (2 - 1) / 2));
    max-width: calc(50% - (40px * (2 - 1) / 2));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid2 > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

.grid2 > .grid__item:nth-child(1n) {
    margin-right: 40px;
}

.grid2 > .grid__item:nth-child(2n + 2) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .grid2 > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2 > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 1024px) {
    .grid2 > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2 > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid2 > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2 > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 719px) {
    .grid2 > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2 > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .grid2.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (min-width: 1025px) {
    .grid2.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

.grid3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media (max-width: 1024px) {
    .grid3 {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) {
    .grid3 {
        margin-bottom: -10px;
    }
}

.grid3 > .grid__item {
    margin: 0 40px 40px 0;
    flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
    max-width: calc(33.33333% - (40px * (3 - 1) / 3));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid3 > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

.grid3 > .grid__item:nth-child(1n) {
    margin-right: 40px;
}

.grid3 > .grid__item:nth-child(3n + 3) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .grid3 > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3 > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 1024px) {
    .grid3 > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3 > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid3 > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3 > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 719px) {
    .grid3 > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3 > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .grid3.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (min-width: 1025px) {
    .grid3.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

.grid4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media (max-width: 1024px) {
    .grid4 {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) {
    .grid4 {
        margin-bottom: -10px;
    }
}

.grid4 > .grid__item {
    margin: 0 40px 40px 0;
    flex-basis: calc(25% - (40px * (4 - 1) / 4));
    max-width: calc(25% - (40px * (4 - 1) / 4));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid4 > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

.grid4 > .grid__item:nth-child(1n) {
    margin-right: 40px;
}

.grid4 > .grid__item:nth-child(4n + 4) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .grid4 > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4 > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 1024px) {
    .grid4 > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4 > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid4 > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4 > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 719px) {
    .grid4 > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4 > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .grid4.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (min-width: 1025px) {
    .grid4.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

.grid5 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

@media (max-width: 1024px) {
    .grid5 {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) {
    .grid5 {
        margin-bottom: -10px;
    }
}

.grid5 > .grid__item {
    margin: 0 40px 40px 0;
    flex-basis: calc(20% - (40px * (5 - 1) / 5));
    max-width: calc(20% - (40px * (5 - 1) / 5));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid5 > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

.grid5 > .grid__item:nth-child(1n) {
    margin-right: 40px;
}

.grid5 > .grid__item:nth-child(5n + 5) {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .grid5 > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5 > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 1024px) {
    .grid5 > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5 > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid5 > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5 > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 719px) {
    .grid5 > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5 > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .grid5.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (min-width: 1025px) {
    .grid5.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) {
    .grid1--desktop-xl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid1--desktop-xl {
        margin-bottom: -30px;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid1--desktop-xl {
        margin-bottom: -10px;
    }
}

@media (min-width: 2500px) {
    .grid1--desktop-xl > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (min-width: 2500px) and (-ms-high-contrast: active), (min-width: 2500px) and (-ms-high-contrast: none) {
    .grid1--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (min-width: 2500px) {
    .grid1--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-xl > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid1--desktop-xl > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid1--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--desktop-xl > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid1--desktop-xl > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid1--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--desktop-xl > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid1--desktop-xl.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--desktop-xl.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid1--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) {
    .grid2--desktop-xl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid2--desktop-xl {
        margin-bottom: -30px;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid2--desktop-xl {
        margin-bottom: -10px;
    }
}

@media (min-width: 2500px) {
    .grid2--desktop-xl > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (min-width: 2500px) and (-ms-high-contrast: active), (min-width: 2500px) and (-ms-high-contrast: none) {
    .grid2--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (min-width: 2500px) {
    .grid2--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-xl > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid2--desktop-xl > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid2--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--desktop-xl > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid2--desktop-xl > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid2--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--desktop-xl > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid2--desktop-xl.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--desktop-xl.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid2--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-xl.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) {
    .grid3--desktop-xl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid3--desktop-xl {
        margin-bottom: -30px;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid3--desktop-xl {
        margin-bottom: -10px;
    }
}

@media (min-width: 2500px) {
    .grid3--desktop-xl > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (min-width: 2500px) and (-ms-high-contrast: active), (min-width: 2500px) and (-ms-high-contrast: none) {
    .grid3--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (min-width: 2500px) {
    .grid3--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-xl > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid3--desktop-xl > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid3--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--desktop-xl > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid3--desktop-xl > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid3--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--desktop-xl > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid3--desktop-xl.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--desktop-xl.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid3--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-xl.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) {
    .grid4--desktop-xl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid4--desktop-xl {
        margin-bottom: -30px;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid4--desktop-xl {
        margin-bottom: -10px;
    }
}

@media (min-width: 2500px) {
    .grid4--desktop-xl > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (min-width: 2500px) and (-ms-high-contrast: active), (min-width: 2500px) and (-ms-high-contrast: none) {
    .grid4--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (min-width: 2500px) {
    .grid4--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-xl > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid4--desktop-xl > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid4--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--desktop-xl > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid4--desktop-xl > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid4--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--desktop-xl > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid4--desktop-xl.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--desktop-xl.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid4--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-xl.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) {
    .grid5--desktop-xl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid5--desktop-xl {
        margin-bottom: -30px;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid5--desktop-xl {
        margin-bottom: -10px;
    }
}

@media (min-width: 2500px) {
    .grid5--desktop-xl > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (min-width: 2500px) and (-ms-high-contrast: active), (min-width: 2500px) and (-ms-high-contrast: none) {
    .grid5--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (min-width: 2500px) {
    .grid5--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-xl > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid5--desktop-xl > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (min-width: 2500px) and (max-width: 1024px) {
    .grid5--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--desktop-xl > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid5--desktop-xl > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: active), (min-width: 2500px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--desktop-xl > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (min-width: 2500px) and (max-width: 719px) {
    .grid5--desktop-xl > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--desktop-xl > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid5--desktop-xl.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 2500px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--desktop-xl.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (min-width: 2500px) and (min-width: 1025px) {
    .grid5--desktop-xl.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-xl.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) {
    .grid1--desktop-lg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid1--desktop-lg {
        margin-bottom: -30px;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid1--desktop-lg {
        margin-bottom: -10px;
    }
}

@media (max-width: 2499px) {
    .grid1--desktop-lg > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 2499px) and (-ms-high-contrast: active), (max-width: 2499px) and (-ms-high-contrast: none) {
    .grid1--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 2499px) {
    .grid1--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-lg > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid1--desktop-lg > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid1--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--desktop-lg > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid1--desktop-lg > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid1--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--desktop-lg > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid1--desktop-lg.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--desktop-lg.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid1--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) {
    .grid2--desktop-lg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid2--desktop-lg {
        margin-bottom: -30px;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid2--desktop-lg {
        margin-bottom: -10px;
    }
}

@media (max-width: 2499px) {
    .grid2--desktop-lg > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 2499px) and (-ms-high-contrast: active), (max-width: 2499px) and (-ms-high-contrast: none) {
    .grid2--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 2499px) {
    .grid2--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-lg > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid2--desktop-lg > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid2--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--desktop-lg > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid2--desktop-lg > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid2--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--desktop-lg > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid2--desktop-lg.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--desktop-lg.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid2--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-lg.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) {
    .grid3--desktop-lg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid3--desktop-lg {
        margin-bottom: -30px;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid3--desktop-lg {
        margin-bottom: -10px;
    }
}

@media (max-width: 2499px) {
    .grid3--desktop-lg > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 2499px) and (-ms-high-contrast: active), (max-width: 2499px) and (-ms-high-contrast: none) {
    .grid3--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 2499px) {
    .grid3--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-lg > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid3--desktop-lg > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid3--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--desktop-lg > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid3--desktop-lg > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid3--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--desktop-lg > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid3--desktop-lg.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--desktop-lg.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid3--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-lg.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) {
    .grid4--desktop-lg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid4--desktop-lg {
        margin-bottom: -30px;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid4--desktop-lg {
        margin-bottom: -10px;
    }
}

@media (max-width: 2499px) {
    .grid4--desktop-lg > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 2499px) and (-ms-high-contrast: active), (max-width: 2499px) and (-ms-high-contrast: none) {
    .grid4--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 2499px) {
    .grid4--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-lg > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid4--desktop-lg > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid4--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--desktop-lg > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid4--desktop-lg > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid4--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--desktop-lg > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid4--desktop-lg.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--desktop-lg.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid4--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-lg.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) {
    .grid5--desktop-lg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid5--desktop-lg {
        margin-bottom: -30px;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid5--desktop-lg {
        margin-bottom: -10px;
    }
}

@media (max-width: 2499px) {
    .grid5--desktop-lg > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 2499px) and (-ms-high-contrast: active), (max-width: 2499px) and (-ms-high-contrast: none) {
    .grid5--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 2499px) {
    .grid5--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-lg > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid5--desktop-lg > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 2499px) and (max-width: 1024px) {
    .grid5--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--desktop-lg > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid5--desktop-lg > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 2499px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--desktop-lg > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 2499px) and (max-width: 719px) {
    .grid5--desktop-lg > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--desktop-lg > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid5--desktop-lg.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 2499px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--desktop-lg.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 2499px) and (min-width: 1025px) {
    .grid5--desktop-lg.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-lg.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) {
    .grid1--desktop-md {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid1--desktop-md {
        margin-bottom: -30px;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid1--desktop-md {
        margin-bottom: -10px;
    }
}

@media (max-width: 1599px) {
    .grid1--desktop-md > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1599px) and (-ms-high-contrast: active), (max-width: 1599px) and (-ms-high-contrast: none) {
    .grid1--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 1599px) {
    .grid1--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-md > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid1--desktop-md > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid1--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--desktop-md > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid1--desktop-md > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid1--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--desktop-md > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid1--desktop-md.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--desktop-md.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid1--desktop-md.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--desktop-md.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) {
    .grid2--desktop-md {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid2--desktop-md {
        margin-bottom: -30px;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid2--desktop-md {
        margin-bottom: -10px;
    }
}

@media (max-width: 1599px) {
    .grid2--desktop-md > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1599px) and (-ms-high-contrast: active), (max-width: 1599px) and (-ms-high-contrast: none) {
    .grid2--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 1599px) {
    .grid2--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-md > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid2--desktop-md > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid2--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--desktop-md > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid2--desktop-md > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid2--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--desktop-md > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid2--desktop-md.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--desktop-md.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid2--desktop-md.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--desktop-md.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) {
    .grid3--desktop-md {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid3--desktop-md {
        margin-bottom: -30px;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid3--desktop-md {
        margin-bottom: -10px;
    }
}

@media (max-width: 1599px) {
    .grid3--desktop-md > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1599px) and (-ms-high-contrast: active), (max-width: 1599px) and (-ms-high-contrast: none) {
    .grid3--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 1599px) {
    .grid3--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-md > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid3--desktop-md > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid3--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--desktop-md > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid3--desktop-md > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid3--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--desktop-md > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid3--desktop-md.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--desktop-md.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid3--desktop-md.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--desktop-md.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) {
    .grid4--desktop-md {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid4--desktop-md {
        margin-bottom: -30px;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid4--desktop-md {
        margin-bottom: -10px;
    }
}

@media (max-width: 1599px) {
    .grid4--desktop-md > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1599px) and (-ms-high-contrast: active), (max-width: 1599px) and (-ms-high-contrast: none) {
    .grid4--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 1599px) {
    .grid4--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-md > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid4--desktop-md > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid4--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--desktop-md > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid4--desktop-md > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid4--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--desktop-md > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid4--desktop-md.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--desktop-md.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid4--desktop-md.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--desktop-md.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) {
    .grid5--desktop-md {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid5--desktop-md {
        margin-bottom: -30px;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid5--desktop-md {
        margin-bottom: -10px;
    }
}

@media (max-width: 1599px) {
    .grid5--desktop-md > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1599px) and (-ms-high-contrast: active), (max-width: 1599px) and (-ms-high-contrast: none) {
    .grid5--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 1599px) {
    .grid5--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-md > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid5--desktop-md > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 1599px) and (max-width: 1024px) {
    .grid5--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--desktop-md > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid5--desktop-md > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1599px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--desktop-md > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 1599px) and (max-width: 719px) {
    .grid5--desktop-md > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--desktop-md > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid5--desktop-md.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1599px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--desktop-md.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .grid5--desktop-md.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--desktop-md.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid1--tablet {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid1--tablet {
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid1--tablet {
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .grid1--tablet > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 1024px) {
    .grid1--tablet > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--tablet > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid1--tablet > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid1--tablet > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--tablet > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid1--tablet > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid1--tablet > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--tablet > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid1--tablet.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--tablet.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid1--tablet.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--tablet.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid2--tablet {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid2--tablet {
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid2--tablet {
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .grid2--tablet > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 1024px) {
    .grid2--tablet > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--tablet > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid2--tablet > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid2--tablet > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--tablet > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid2--tablet > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid2--tablet > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--tablet > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid2--tablet.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--tablet.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid2--tablet.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--tablet.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid3--tablet {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid3--tablet {
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid3--tablet {
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .grid3--tablet > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 1024px) {
    .grid3--tablet > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--tablet > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid3--tablet > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid3--tablet > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--tablet > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid3--tablet > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid3--tablet > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--tablet > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid3--tablet.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--tablet.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid3--tablet.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--tablet.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid4--tablet {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid4--tablet {
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid4--tablet {
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .grid4--tablet > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 1024px) {
    .grid4--tablet > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--tablet > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid4--tablet > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid4--tablet > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--tablet > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid4--tablet > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid4--tablet > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--tablet > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid4--tablet.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--tablet.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid4--tablet.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--tablet.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid5--tablet {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid5--tablet {
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid5--tablet {
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .grid5--tablet > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 1024px) {
    .grid5--tablet > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--tablet > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid5--tablet > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .grid5--tablet > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--tablet > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid5--tablet > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 1024px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--tablet > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .grid5--tablet > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--tablet > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid5--tablet.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 1024px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--tablet.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 1024px) and (min-width: 1025px) {
    .grid5--tablet.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--tablet.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .grid1--tablet-sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid1--tablet-sm {
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid1--tablet-sm {
        margin-bottom: -10px;
    }
}

@media (max-width: 950px) {
    .grid1--tablet-sm > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .grid1--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 950px) {
    .grid1--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--tablet-sm > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid1--tablet-sm > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid1--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--tablet-sm > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid1--tablet-sm > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid1--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--tablet-sm > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid1--tablet-sm.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--tablet-sm.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid1--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .grid2--tablet-sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid2--tablet-sm {
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid2--tablet-sm {
        margin-bottom: -10px;
    }
}

@media (max-width: 950px) {
    .grid2--tablet-sm > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .grid2--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 950px) {
    .grid2--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--tablet-sm > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid2--tablet-sm > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid2--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--tablet-sm > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid2--tablet-sm > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid2--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--tablet-sm > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid2--tablet-sm.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--tablet-sm.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid2--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--tablet-sm.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .grid3--tablet-sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid3--tablet-sm {
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid3--tablet-sm {
        margin-bottom: -10px;
    }
}

@media (max-width: 950px) {
    .grid3--tablet-sm > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .grid3--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 950px) {
    .grid3--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--tablet-sm > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid3--tablet-sm > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid3--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--tablet-sm > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid3--tablet-sm > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid3--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--tablet-sm > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid3--tablet-sm.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--tablet-sm.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid3--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--tablet-sm.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .grid4--tablet-sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid4--tablet-sm {
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid4--tablet-sm {
        margin-bottom: -10px;
    }
}

@media (max-width: 950px) {
    .grid4--tablet-sm > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .grid4--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 950px) {
    .grid4--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--tablet-sm > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid4--tablet-sm > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid4--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--tablet-sm > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid4--tablet-sm > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid4--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--tablet-sm > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid4--tablet-sm.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--tablet-sm.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid4--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--tablet-sm.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .grid5--tablet-sm {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid5--tablet-sm {
        margin-bottom: -30px;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid5--tablet-sm {
        margin-bottom: -10px;
    }
}

@media (max-width: 950px) {
    .grid5--tablet-sm > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 950px) and (-ms-high-contrast: active), (max-width: 950px) and (-ms-high-contrast: none) {
    .grid5--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 950px) {
    .grid5--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--tablet-sm > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid5--tablet-sm > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 950px) and (max-width: 1024px) {
    .grid5--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--tablet-sm > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid5--tablet-sm > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 950px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--tablet-sm > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 950px) and (max-width: 719px) {
    .grid5--tablet-sm > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--tablet-sm > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid5--tablet-sm.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 950px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--tablet-sm.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 950px) and (min-width: 1025px) {
    .grid5--tablet-sm.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--tablet-sm.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid1--mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid1--mobile {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid1--mobile {
        margin-bottom: -10px;
    }
}

@media (max-width: 719px) {
    .grid1--mobile > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 719px) {
    .grid1--mobile > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--mobile > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid1--mobile > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(100% - (30px * (1 - 1) / 1));
        max-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid1--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (30px * (1 - 1) / 1));
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid1--mobile > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid1--mobile > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid1--mobile > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(100% - (10px * (1 - 1) / 1));
        max-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid1--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (10px * (1 - 1) / 1));
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid1--mobile > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid1--mobile > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid1--mobile.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(100% - (40px * (1 - 1) / 1));
        max-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media screen and (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid1--mobile.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(100% - (40px * (1 - 1) / 1));
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid1--mobile.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid1--mobile.grid--lg-gap > .grid__item:nth-child(1n + 1) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid2--mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid2--mobile {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid2--mobile {
        margin-bottom: -10px;
    }
}

@media (max-width: 719px) {
    .grid2--mobile > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 719px) {
    .grid2--mobile > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--mobile > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid2--mobile > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(50% - (30px * (2 - 1) / 2));
        max-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid2--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (30px * (2 - 1) / 2));
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid2--mobile > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid2--mobile > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid2--mobile > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(50% - (10px * (2 - 1) / 2));
        max-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid2--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (10px * (2 - 1) / 2));
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid2--mobile > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid2--mobile > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid2--mobile.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(50% - (40px * (2 - 1) / 2));
        max-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media screen and (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid2--mobile.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(50% - (40px * (2 - 1) / 2));
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid2--mobile.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid2--mobile.grid--lg-gap > .grid__item:nth-child(2n + 2) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid3--mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid3--mobile {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid3--mobile {
        margin-bottom: -10px;
    }
}

@media (max-width: 719px) {
    .grid3--mobile > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 719px) {
    .grid3--mobile > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--mobile > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid3--mobile > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(33.33333% - (30px * (3 - 1) / 3));
        max-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid3--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (30px * (3 - 1) / 3));
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid3--mobile > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid3--mobile > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid3--mobile > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(33.33333% - (10px * (3 - 1) / 3));
        max-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid3--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (10px * (3 - 1) / 3));
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid3--mobile > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid3--mobile > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid3--mobile.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(33.33333% - (40px * (3 - 1) / 3));
        max-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media screen and (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid3--mobile.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(33.33333% - (40px * (3 - 1) / 3));
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid3--mobile.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid3--mobile.grid--lg-gap > .grid__item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid4--mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid4--mobile {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid4--mobile {
        margin-bottom: -10px;
    }
}

@media (max-width: 719px) {
    .grid4--mobile > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 719px) {
    .grid4--mobile > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--mobile > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid4--mobile > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(25% - (30px * (4 - 1) / 4));
        max-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid4--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (30px * (4 - 1) / 4));
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid4--mobile > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid4--mobile > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid4--mobile > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(25% - (10px * (4 - 1) / 4));
        max-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid4--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (10px * (4 - 1) / 4));
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid4--mobile > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid4--mobile > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid4--mobile.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(25% - (40px * (4 - 1) / 4));
        max-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media screen and (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid4--mobile.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(25% - (40px * (4 - 1) / 4));
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid4--mobile.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid4--mobile.grid--lg-gap > .grid__item:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (max-width: 719px) {
    .grid5--mobile {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -40px;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid5--mobile {
        margin-bottom: -30px;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid5--mobile {
        margin-bottom: -10px;
    }
}

@media (max-width: 719px) {
    .grid5--mobile > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 719px) {
    .grid5--mobile > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--mobile > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid5--mobile > .grid__item {
        margin: 0 30px 30px 0;
        flex-basis: calc(20% - (30px * (5 - 1) / 5));
        max-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 1024px) and (-ms-high-contrast: none) {
    .grid5--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (30px * (5 - 1) / 5));
    }
}

@media (max-width: 719px) and (max-width: 1024px) {
    .grid5--mobile > .grid__item:nth-child(1n) {
        margin-right: 30px;
    }

    .grid5--mobile > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid5--mobile > .grid__item {
        margin: 0 10px 10px 0;
        flex-basis: calc(20% - (10px * (5 - 1) / 5));
        max-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: active), (max-width: 719px) and (max-width: 719px) and (-ms-high-contrast: none) {
    .grid5--mobile > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (10px * (5 - 1) / 5));
    }
}

@media (max-width: 719px) and (max-width: 719px) {
    .grid5--mobile > .grid__item:nth-child(1n) {
        margin-right: 10px;
    }

    .grid5--mobile > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid5--mobile.grid--lg-gap > .grid__item {
        margin: 0 40px 40px 0;
        flex-basis: calc(20% - (40px * (5 - 1) / 5));
        max-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media screen and (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: active), (max-width: 719px) and (min-width: 1025px) and (-ms-high-contrast: none) {
    .grid5--mobile.grid--lg-gap > .grid__item {
        flex-basis: 0;
        min-width: calc(20% - (40px * (5 - 1) / 5));
    }
}

@media (max-width: 719px) and (min-width: 1025px) {
    .grid5--mobile.grid--lg-gap > .grid__item:nth-child(1n) {
        margin-right: 40px;
    }

    .grid5--mobile.grid--lg-gap > .grid__item:nth-child(5n + 5) {
        margin-right: 0;
    }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

*:focus {
    outline: 0;
}

body {
    background-color: #f5f5f5;
}

.page-wrapper {
    background-color: #fff;
    padding: 0 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1840px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .page-wrapper {
        padding: 0 90px;
    }
}

@media (max-width: 1024px) {
    .page-wrapper {
        padding: 0 50px;
    }
}

@media (max-width: 719px) {
    .page-wrapper {
        padding: 0 10px;
    }
}

.page-wrapper .page-main {
    padding-top: 105px;
}

/*@media (max-height: 800px) {*/
/*    .page-wrapper .page-main {*/
/*        padding-top: 100px;*/
/*    }*/
/*}*/

@media (max-width: 719px) {
    .page-wrapper .page-main {
        padding-top: 105px;
    }
}

/*.container-full-width {*/
/*    padding: 120px;*/
/*    margin-left: -120px;*/
/*    margin-right: -120px;*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .container-full-width {*/
/*        padding: 0 90px;*/
/*        margin-left: -90px;*/
/*        margin-right: -90px;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .container-full-width {*/
/*        padding: 0 50px;*/
/*        margin-left: -50px;*/
/*        margin-right: -50px;*/
/*    }*/
/*}*/

/*@media (max-width: 719px) {*/
/*    .container-full-width {*/
/*        padding: 0 10px;*/
/*        margin-left: -10px;*/
/*        margin-right: -10px;*/
/*    }*/
/*}*/

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader {
    text-indent: 999em;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px;
    background-color: #000;
    border-radius: 50%;
}

.loading-mask .loader::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 2.66667px;
    background-color: #fff;
    height: 4px;
    width: 4px;
    animation: spin 1s linear infinite;
    border-radius: 50%;
    transform-origin: 7.33333px;
}

.loading-mask .loader > img {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

@media (max-height: 800px) {
    .sticky {
        top: 100px;
    }
}

@media (max-width: 1024px) {
    .sticky {
        top: 100px;
    }
}

.sticky::before, .sticky::after {
    content: '';
    display: table;
}

button.primary.mobile-button {
    letter-spacing: .07em;
    height: 28px;
    line-height: 28px;
    width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

img[data-deferred-src] {
    display: none!important;
}

@media (max-width: 719px) {
    .page-wrapper {
        background-color: #ffffff;
    }
}

/* store switched styles */
.storeswitcher-modal .heading-wrapper {
    margin: 40px 0;
}

.storeswitcher-modal .heading-wrapper > span {
    font-size: 50px;
    font-family: "Spectral", serif;
    letter-spacing: 0;
    font-weight: 300;
}

