/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
        -ms-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    outline-offset: -2px;
    /* 2 */

    -webkit-appearance: textfield;
    /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    font: inherit;
    /* 2 */

    -webkit-appearance: button;
    /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

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

/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform,-webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
         -o-transition-property:         transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform,-webkit-transform;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-transition-property: height,-webkit-transform;
         -o-transition-property: transform,height;
            transition-property: height,-webkit-transform;
            transition-property: transform,height;
            transition-property: transform,height,-webkit-transform;

    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    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');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    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');
}

.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-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');
}

.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-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-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: 0.2;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s top;
            transition: 0.2s top,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s top;
            transition: 0.2s transform,0.2s top,0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s left;
            transition: 0.2s left,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s left;
            transition: 0.2s transform,0.2s left,0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right,0.2s -webkit-transform;
         -o-transition: 0.2s transform,0.2s right;
            transition: 0.2s right,0.2s -webkit-transform;
            transition: 0.2s transform,0.2s right;
            transition: 0.2s transform,0.2s right,0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);

    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;

    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
            animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    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-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.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);
                transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
         -o-transition-property: opacity;
            transition-property: opacity;
    pointer-events: none;
}

.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-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;

    -webkit-filter: blur(50px);
            filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

@font-face {
    font-family: 'Nespresso Lucas Light';
    font-weight: 300;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Light.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Light.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Light.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Light.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Light.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Light Italic';
    font-weight: 300;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-LightItalic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-LightItalic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-LightItalic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-LightItalic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-LightItalic.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Regular';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Regular.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Regular.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Regular.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Regular.eot');
}

@font-face {
    font-family: 'Nespresso Lucas SemiBd';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBd.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBd.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBd.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBd.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBd.eot');
}

@font-face {
    font-family: 'Nespresso Lucas SemiBd Italic';
    font-weight: 600;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBdItalic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBdItalic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBdItalic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBdItalic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-SemiBdItalic.eot');
}

@font-face {
    font-family: 'Nespresso Lucas XtraBd';
    font-weight: 900;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBd.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBd.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBd.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBd.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBd.eot');
}

@font-face {
    font-family: 'Nespresso Lucas XtraBd Italic';
    font-weight: 900;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBdItalic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBdItalic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBdItalic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBdItalic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-XtraBdItalic.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Bold';
    font-weight: bold;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Bold.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Bold.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Bold.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Bold.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Bold.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Bold Italic';
    font-weight: bold;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-BoldItalic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-BoldItalic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-BoldItalic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-BoldItalic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-BoldItalic.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Medium';
    font-weight: 500;
    font-style: normal;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Med.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Med.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Med.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Med.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Med.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Medium Italic';
    font-weight: 500;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-MedItalic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-MedItalic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-MedItalic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-MedItalic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-MedItalic.eot');
}

@font-face {
    font-family: 'Nespresso Lucas Italic';
    font-weight: normal;
    font-style: italic;

    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Italic.eot?#iefix') format('embedded-opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Italic.otf') format('opentype'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Italic.woff') format('woff'), url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Italic.ttf') format('truetype');
    src: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/fonts/NespressoLucas-Italic.eot');
}

html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    width: inherit;
    height: inherit;
    color: #fff;
    background-color: #fff;
}

.holiday,
.sustainability,
.shippingreturns {
    width: 100%;
    height: 100%;
}
.holiday *,
.sustainability *,
.shippingreturns * {
    position: relative;
    box-sizing: border-box;
}

section {
    float: left;
    clear: both;
    overflow: hidden;
    background-color: #fff;
}

header,
footer {
    background-color: #000;
}

.wrapper {
    width: 996px;
    max-width: 100%;
    margin: auto;
}

h1,
.heading1 {
    font-family: 'Nespresso Lucas XtraBd';
    letter-spacing: 1.2rem;
    text-transform: uppercase;
    color: #000;
}
@media (min-width: 769px) {
    h1,
    .heading1 {
        font-size: 3rem;
        line-height: 108%;
    }
}
@media (max-width: 768px) {
    h1,
    .heading1 {
        font-size: 2.375rem;
        line-height: 111%;
    }
}

h2,
.heading2 {
    font-family: 'Nespresso Lucas Light';
    line-height: 111%;
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    color: #000;
}
@media (min-width: 769px) {
    h2,
    .heading2 {
        font-size: 2.25rem;
    }
}
@media (max-width: 768px) {
    h2,
    .heading2 {
        font-size: 2rem;
        line-height: 113%;
    }
}
@media (max-width: 470px) {
    h2,
    .heading2 {
        font-size: 1.75rem;
        line-height: 107%;
    }
}
@media (max-width: 374px) {
    h2,
    .heading2 {
        font-size: 1.25rem;
        line-height: 150%;
    }
}

h3,
.heading3 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 1.125rem;
    line-height: 133%;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #000;
}

h4,
.heading4 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.875rem;
    line-height: 143%;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #000;
}

.p1 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1.5rem;
    line-height: 133%;
    letter-spacing: 0.1rem;
    color: #000;
}

.p2 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1.125rem;
    line-height: 133%;
    letter-spacing: 0.1rem;
    color: #000;
}

.p3 {
    font-family: 'Nespresso Lucas Regular';
    letter-spacing: 0.1rem;
    color: #000;
}
@media (min-width: 769px) {
    .p3 {
        font-size: 1rem;
        line-height: 150%;
    }
}
@media (max-width: 768px) {
    .p3 {
        font-size: 1.125rem;
        line-height: 156%;
        color: #26211e;
    }
}

.p4 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: 0.1rem;
    color: #000;
}

.link1 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.875rem;
    line-height: 143%;
    z-index: 1;
    padding-right: 10px;
    text-decoration: none;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #986f38;
}
.link1::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 2px;
    width: 8px;
    height: 14px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-sm.png') right center no-repeat;
}
.link1:hover {
    text-decoration: underline;
}

.link2 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1rem;
    line-height: 150%;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #986f38;
}
.link2:hover {
    text-decoration: underline;
}

.link3 {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.75rem;
    line-height: 150%;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #986f38;
}
.link3:hover {
    text-decoration: underline;
}

.link4 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    line-height: 150%;
    text-decoration: none;
    color: #986f38;
}
.link4:hover {
    text-decoration: underline;
}

.principal-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #986f38;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.principal-cta:hover {
    background-color: #815e2f;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.principal-cta:active {
    background-color: #916a35;
}
.principal-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.standard-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #986f38;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.standard-cta:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.standard-cta:active {
    background-color: #815e2f;
}
.standard-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.secondary-cta {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
}
.secondary-cta:hover {
    color: #fff;
    background-color: #000;
}
.secondary-cta:active {
    color: #fff;
    background-color: #6e6e6e;
}
.secondary-cta.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f9f9f9;
    box-shadow: none;
}

.secondary-cta--nobg {
    border-color: #000;
}

.principal-add-to-basket {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    z-index: 1;
    display: inline-block;
    padding: 11px 40px 11px 55px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.principal-add-to-basket::before {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 6px;
    width: 30px;
    height: 31px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/bag-white.png') left center no-repeat;
}
.principal-add-to-basket::after {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/plus-white.png') right center no-repeat;
}
.principal-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.principal-add-to-basket:active {
    background-color: #337204;
}
.principal-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}
.principal-add-to-basket.disabled::before {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 6px;
    width: 30px;
    height: 31px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/bag-grey.png') left center no-repeat;
}
.principal-add-to-basket.disabled::after {
    position: absolute;
    z-index: -1;
    top: 12px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/plus-grey.png') right center no-repeat;
}

.standard-add-to-basket {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.875rem;
    line-height: 129%;
    display: inline-block;
    padding: 11px 35px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.standard-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.standard-add-to-basket:active {
    background-color: #337204;
}
.standard-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}

.compact-add-to-basket {
    z-index: 1;
    display: inline-block;
    padding: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #3d8705;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.compact-add-to-basket::after {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/plus-white.png') right center no-repeat;
}
.compact-add-to-basket:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.compact-add-to-basket:active {
    background-color: #337204;
}
.compact-add-to-basket.disabled {
    pointer-events: none;
    color: #6e6e6e;
    background-color: #f3f3f3;
    box-shadow: none;
}
.compact-add-to-basket.disabled::after {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 16px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/plus-grey.png') right center no-repeat;
}

.gift-set-label {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 5px;
}

.price-bold {
    font-family: 'Nespresso Lucas XtraBd';
    font-size: 0.9375rem;
    letter-spacing: 0.2rem;
}

.price-bold-sm {
    font-family: 'Nespresso Lucas Bold';
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
}

.price-strikethough {
    font-size: 0.9375rem;
    text-decoration: line-through;
    color: #6e6e6e;
}

.price-strikethough-sm {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    text-decoration: line-through;
    letter-spacing: 0.1rem;
    color: #6e6e6e;
}

.add-to-basket--hr {
    display: block;
    width: 223px;
    margin: 20px 0 15px;
    border-top: 1px solid #dcd8d3;
}

.flyout-mobile,
.flyout {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 77%;
    height: 530px;
    padding: 40px 30px;
    color: #26211e;
    background-color: #f7f4f0;
}
@media (max-width: 1440px) {
    .flyout-mobile,
    .flyout {
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .flyout-mobile .wrapper,
    .flyout .wrapper {
        margin: auto;
    }
}
.flyout-mobile .wrapper,
.flyout .wrapper {
    width: 100%;
    margin: 0;
}
.flyout-mobile .p3,
.flyout .p3 {
    margin: 10px 0 5px;
}
.flyout-mobile .link4,
.flyout .link4 {
    display: inline-block;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .flyout-mobile .link4,
    .flyout .link4 {
        margin-bottom: 10px;
    }
}

.tastemaker__flyout,
.adventurer__flyout,
.host__flyout {
    left: -77%;
}
@media (max-width: 1440px) {
    .tastemaker__flyout,
    .adventurer__flyout,
    .host__flyout {
        left: -100%;
    }
}

.minimalist__flyout,
.connoisseur__flyout,
.artiste__flyout {
    right: -77%;
}
@media (max-width: 1440px) {
    .minimalist__flyout,
    .connoisseur__flyout,
    .artiste__flyout {
        right: -100%;
    }
}

.flyout-content {
    font-family: 'Nespresso Lucas Regular';
    font-size: 1rem;
    float: right;
    width: 35%;
    padding-right: 20px;
}
@media (max-width: 1440px) {
    .flyout-content {
        float: left;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .flyout-content {
        width: 100%;
        margin: 0;
    }
}
.flyout-content button {
    display: block;
}

.flyout-products {
    margin: 0 0 10px 40px;
}
@media (max-width: 768px) {
    .flyout-products * {
        font-size: 1.125rem;
        line-height: 156%;
    }
}

.flyout-img {
    float: right;
}
@media (min-width: 769px) {
    .flyout-img {
        width: 40% !important;
    }
}
@media (min-width: 1024px) {
    .flyout-img {
        width: 450px !important;
    }
}
@media (max-width: 1024px) {
    .flyout-img {
        width: 250px !important;
    }
}
@media (max-width: 768px) {
    .flyout-img {
        display: block;
        float: none;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.flyout-close {
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 30px;
    width: 21px;
    height: 25px;
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/close.png') center center no-repeat;
}

@media (min-width: 769px) {
    .flyout--right .flyout-content {
        float: left;
        padding: 0 0 0 20px;
    }
    .flyout--right .flyout-img {
        float: left;
    }
    .flyout--right .flyout-close {
        right: auto;
        left: 10px;
    }
    .flyout--right .wrapper {
        width: 100%;
        margin: 0;
    }
}

.flyout--open {
    height: auto !important;
}
@media (max-width: 768px) {
    .flyout--open {
        min-height: 1200px !important;
    }
}
@media (max-width: 575px) {
    .flyout--open {
        min-height: 1000px !important;
    }
}

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

.award-logo {
    display: block;
    margin: 25px 0 0;
}
@media (min-width: 1650px) {
    .award-logo {
        margin: 60px 0 0;
    }
}
@media (max-width: 768px) {
    .award-logo {
        display: block;
        width: 100%;
        max-width: 400px;
        height: 100%;
        max-height: 144px;
        margin-left: -10px;
    }
}

/*
@import 'modules/holiday/hero-navigator';
@import 'modules/holiday/tastemaker';
@import 'modules/holiday/minimalist';
@import 'modules/holiday/adventurer';
@import 'modules/holiday/connoisseur';
@import 'modules/holiday/host';
@import 'modules/holiday/artiste';
@import 'modules/holiday/gift-set';
@import 'modules/holiday/recipe';
*/

.sustainability-hero {
    z-index: 1;
    width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
    .sustainability-hero {
        height: 650px;
    }
}
@media (max-width: 768px) {
    .sustainability-hero {
        height: 973px;
    }
}
@media (max-width: 470px) {
    .sustainability-hero {
        height: 486px;
    }
}

.sustainability-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 769px) {
    .sustainability-hero__bg {
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sustainability-bg--desktop.jpg') center center/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .sustainability-hero__bg {
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sustainability-bg--mobile.jpg') center center/cover no-repeat;
    }
}

.sustainability-hero__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    margin: auto;
    text-align: center;

    align-items: center;
}
@media (max-width: 768px) {
    .sustainability-hero__content {
        padding: 0 50px;
    }
}
.sustainability-hero__content .p1 {
    width: 100%;
    max-width: 90%;
    margin: auto;
    color: #fff;

    align-self: center;
}
@media (min-width: 1025px) {
    .sustainability-hero__content .p1 {
        width: 845px;
    }
}
@media (max-width: 470px) {
    .sustainability-hero__content .p1 {
        font-size: 1rem;
    }
}

.sustainability-hero__title {
    font-size: 3rem;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;

    align-self: center;
}
@media (min-width: 1025px) {
    .sustainability-hero__title {
        letter-spacing: 0.8rem;
    }
}
@media (max-width: 1024px) {
    .sustainability-hero__title br {
        display: none;
    }
}
@media (max-width: 599px) {
    .sustainability-hero__title {
        letter-spacing: 0.3rem;
    }
}
.sustainability-hero__title::after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .sustainability-hero__title::after {
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
@media (max-width: 599px) {
    .sustainability-hero__title::after {
        left: calc(50% - 30px);
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}

.sustainability-hero__title > br {
    display: block !important;
}



.sustainability-hero1 {
    z-index: 1;
    width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
    .sustainability-hero1 {
        height: 650px;
    }
}
@media (max-width: 768px) {
    .sustainability-hero1 {
        height: 973px;
    }
}
@media (max-width: 470px) {
    .sustainability-hero1 {
        height: 486px;
    }
}

.sustainability-hero1__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 769px) {
    .sustainability-hero1__bg {
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sustainability-bg--desktop.jpg') center center/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .sustainability-hero1__bg {
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sustainability-bg--mobile.jpg') center center/cover no-repeat;
    }
}

.sustainability-hero1__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    margin: auto;
    text-align: center;

    align-items: center;
}
@media (max-width: 768px) {
    .sustainability-hero1__content {
        padding: 0 50px;
    }
}
.sustainability-hero1__content .p1 {
    width: 100%;
    max-width: 90%;
    margin: auto;
    color: #fff;

    align-self: center;
}
@media (min-width: 1025px) {
    .sustainability-hero1__content .p1 {
        width: 845px;
    }
}
@media (max-width: 470px) {
    .sustainability-hero1__content .p1 {
        font-size: 1rem;
    }
}

.sustainability-hero1__title {
    font-size: 3rem;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;

    align-self: center;
}
@media (min-width: 1025px) {
    .sustainability-hero1__title {
        letter-spacing: 0.8rem;
    }
}
@media (max-width: 1024px) {
    .sustainability-hero1__title br {
        display: none;
    }
}
@media (max-width: 599px) {
    .sustainability-hero1__title {
        letter-spacing: 0.3rem;
    }
}
.sustainability-hero1__title::after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .sustainability-hero1__title::after {
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
@media (max-width: 599px) {
    .sustainability-hero1__title::after {
        left: calc(50% - 30px);
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}

.sustainability-hero1__title > br {
    display: block !important;
}





.aluminum {
    z-index: 1;
    width: 100%;
}
@media (min-width: 769px) {
    .aluminum {
        height: 800px;
    }
}

@media (min-width: 769px) {
    .aluminum__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/aluminum-bg--desktop.jpg') center center/cover no-repeat;
    }
}

@media (max-width: 768px) {
    .aluminum__bg {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/aluminum-bg--mobile.jpg') center top/cover no-repeat;
    }
}

@media (max-width: 470px) {
    .aluminum__bg {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/aluminum-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}

.aluminum__content {
    float: left;
}
@media (max-width: 1650px) {
    .aluminum__content {
        margin-left: 85px;
    }
}
@media (min-width: 769px) {
    .aluminum__content {
        max-width: 475px;
        margin-top: 125px;
    }
}
@media (max-width: 768px) {
    .aluminum__content {
        float: none;
        margin: 0;
        padding: 23px 40px 23px 40px;
    }
}
@media (max-width: 470px) {
    .aluminum__content {
        padding: 23px;
    }
}
.aluminum__content h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 768px) {
    .aluminum__content h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .aluminum__content h2 {
        margin-bottom: 60px;
    }
}
.aluminum__content h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .aluminum__content h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
@media (max-width: 599px) {
    .aluminum__content h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.aluminum__content .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .aluminum__content .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .aluminum__content .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .aluminum__content .p3 {
        padding: 0;
    }
}
.aluminum__content .link1 {
    font-family: 'Nespresso Lucas Regular';
    font-size: 0.75rem;
    font-weight: 400;
    padding: 18px 0 0 145px;
    letter-spacing: 0.1rem;
    text-transform: none;
}
@media (min-width: 769px) {
    .aluminum__content .link1 {
        display: inline-block;
        width: 300px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .aluminum__content .link1 {
        font-family: 'Nespresso Lucas Regular';
        font-size: 1.5rem;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .aluminum__content .link1 {
        padding-left: 0;
    }
    .aluminum__content .link1 br {
        display: none;
    }
}
.aluminum__content .link1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 70px;
    content: '';
    background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/aluminum-video-bg--desktop.png') center center no-repeat;
}
@media (max-width: 768px) {
    .aluminum__content .link1::before {
        display: none;
    }
}
@media (min-width: 769px) {
    .aluminum__content .link1::after {
        right: 35px;
        bottom: 1px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .aluminum__content .link1::after {
        right: -25px !important;
        bottom: 5px !important;
        width: 12px;
        height: 16px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}
@media (max-width: 768px) {
    .aluminum__content .link1::after {
        right: -10px;
        bottom: 1px;
    }
}

.aluminum__cta {
    width: 100%;
}
@media (min-width: 769px) {
    .aluminum__cta {
        width: 70%;
        padding: 10px 0;
    }
}
.aluminum__cta:last-of-type {
    margin: 10px 0 40px;
}

.aluminum__video-img {
    display: none;
}
@media (max-width: 768px) {
    .aluminum__video-img {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .aluminum__video-img {
        margin-bottom: 5px;
    }
}

.coffee {
    z-index: 1;
    width: 100%;
}
@media (min-width: 769px) {
    .coffee {
        height: 650px;
    }
}

@media (min-width: 769px) {
    .coffee__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/coffee-bg--desktop.jpg') center center/cover no-repeat;
    }
}

@media (max-width: 768px) {
    .coffee__bg {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/coffee-bg--mobile.jpg') center top/cover no-repeat;
    }
}

@media (max-width: 768px) {
    .coffee__bg {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/coffee-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}

.coffee__content {
    float: right;
}
@media (max-width: 1650px) {
    .coffee__content {
        margin-right: 85px;
    }
}
@media (min-width: 769px) {
    .coffee__content {
        max-width: 420px;
        margin-top: 125px;
    }
    .coffee__content * {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .coffee__content {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 470px) {
    .coffee__content {
        padding: 23px 0 23px 23px;
    }
}
.coffee__content h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 768px) {
    .coffee__content h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .coffee__content h2 {
        margin-bottom: 60px;
    }
}
.coffee__content h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .coffee__content h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
.coffee__content .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .coffee__content .p3 {
        width: 500px;
    }
}
@media (max-width: 768px) {
    .coffee__content .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .coffee__content .p3 {
        padding: 0;
    }
}
.coffee__content .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .coffee__content .link1 {
        font-size: 1.75rem;
    }
    .coffee__content .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}
@media (max-width: 768px) {
    .coffee__content .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .coffee__content .link1:hover {
        color: #fff;
    }
    .coffee__content .link1::after {
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 2px;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}

.coffee__img {
    margin-bottom: 30px;
}
@media (min-width: 769px) {
    .coffee__img {
        width: 371px;
        height: 102px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/coffee-partnerships--desktop.png') left center no-repeat;
    }
}
@media (max-width: 768px) {
    .coffee__img {
        width: 90%;
        max-width: 656px;
        height: 180px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/coffee-partnerships--mobile.png') left center/100% no-repeat;
    }
}

.protect {
    z-index: 1;
    width: 100%;
}
.protectart {
    z-index: 1;
    width: 100%;
}
.protect1 {
    z-index: 1;
    width: 100%;
}
.protect2 {
    z-index: 1;
    width: 100%;
}
.protect3 {
    z-index: 1;
    width: 100%;
}
@media (min-width: 769px) {
    .protect {
        height: 650px;
    }
}
@media (min-width: 769px) {
    .protectart {
        height: 650px;
    }
}
@media (min-width: 769px) {
    .protect1 {
        height: 650px;
    }
}
@media (min-width: 769px) {
    .protect2 {
        height: 650px;
    }
}
@media (min-width: 769px) {
    .protect3 {
        height: 650px;
    }
}

@media (min-width: 769px) {
    .protect__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--desktop.jpg') center center/cover no-repeat;
    }
}
@media (min-width: 769px) {
    .protectart__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/static/us/solutions/homepage/assets/2021/march/misc/doing-is-everything-1440x600.jpg') center center/cover no-repeat;
    }
}
@media (min-width: 769px) {
    .protect__bg1 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--desktop.jpg') center center/cover no-repeat;
    }
}
@media (min-width: 769px) {
    .protect__bg2 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--desktop.jpg') center center/cover no-repeat;
    }
}
@media (min-width: 769px) {
    .protect__bg3 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--desktop.jpg') center center/cover no-repeat;
    }
}

@media (max-width: 768px) {
    .protect__bg {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protectart__bg {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg1 {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg2 {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg3 {
        position: relative;
        height: 550px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile.jpg') center top/cover no-repeat;
    }
}

@media (max-width: 768px) {
    .protect__bg {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protectart__bg {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg1 {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg2 {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}
@media (max-width: 768px) {
    .protect__bg3 {
        height: 275px;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/protect-environment-bg--mobile-sm.jpg') center top/cover no-repeat;
    }
}

.protect__content {
    float: left;
}
.protectart__content {
    float: left;
}
.protect__content1 {
    float: left;
}
.protect__content2 {
    float: left;
}
.protect__content3 {
    float: left;
}
@media (max-width: 1650px) {
    .protect__content {
        margin-left: 85px;
    }
}
@media (max-width: 1650px) {
    .protectart__content {
        margin-left: 85px;
    }
}
@media (max-width: 1650px) {
    .protect__content1 {
        margin-left: 85px;
    }
}
@media (max-width: 1650px) {
    .protect__content2 {
        margin-left: 85px;
    }
}
@media (max-width: 1650px) {
    .protect__content3 {
        margin-left: 85px;
    }
}
@media (min-width: 769px) {
    .protect__content {
        max-width: 475px;
        margin-top: 185px;
    }
    .protect__content * {
        color: #fff;
    }
}
@media (min-width: 769px) {
    .protectart__content {
        max-width: 475px;
        margin-top: 185px;
    }
    .protectart__content * {
        color: #fff;
    }
}
@media (min-width: 769px) {
    .protect__content1 {
        max-width: 475px;
        margin-top: 185px;
    }
    .protect__content1 * {
        color: #fff;
    }
}
@media (min-width: 769px) {
    .protect__content2 {
        max-width: 475px;
        margin-top: 185px;
    }
    .protect__content2 * {
        color: #fff;
    }
}
@media (min-width: 769px) {
    .protect__content3 {
        max-width: 475px;
        margin-top: 185px;
    }
    .protect__content3 * {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .protect__content {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 768px) {
    .protectart__content {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 768px) {
    .protect__content1 {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 768px) {
    .protect__content2 {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 768px) {
    .protect__content3 {
        float: none;
        margin: 0;
        padding: 23px 0 23px 40px;
    }
}
@media (max-width: 470px) {
    .protect__content {
        padding: 23px 0 23px 23px;
    }
}
@media (max-width: 470px) {
    .protectart__content {
        padding: 23px 0 23px 23px;
    }
}
@media (max-width: 470px) {
    .protect__content1 {
        padding: 23px 0 23px 23px;
    }
}
@media (max-width: 470px) {
    .protect__content2 {
        padding: 23px 0 23px 23px;
    }
}
@media (max-width: 470px) {
    .protect__content3 {
        padding: 23px 0 23px 23px;
    }
}
.protect__content h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
.protectart__content h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
.protect__content1 h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
.protect__content2 h2 {
    font-weight: 400;
    margin-bottom: 30px;
}
.protect__content3 h2 {
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width: 600px) and (max-width: 768px) {
    .protect__content h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .protectart__content h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .protect__content h2 {
        margin-bottom: 60px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content1 h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .protect__content1 h2 {
        margin-bottom: 60px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content2 h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .protect__content2 h2 {
        margin-bottom: 60px;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content3 h2 {
        font-size: 3.875rem;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .protect__content3 h2 {
        margin-bottom: 60px;
    }
}

.protect__content1 h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .protect__content1 h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
.protect__content2 h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .protect__content2 h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
.protect__content3 h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .protect__content3 h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}

.protect__content h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .protect__content h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}
.protectart__content h2::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    content: '';
    border-bottom: 1px solid #b07d3a;
}
@media (max-width: 768px) {
    .protectart__content h2::after {
        bottom: -30px;
        width: 100px;
        border-bottom: 2px solid #b07d3a;
    }
}

@media (max-width: 599px) {
    .protect__content h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.protect__content .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .protect__content .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .protect__content .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .protect__content .p3 {
        padding: 0;
    }
}


@media (max-width: 599px) {
    .protectart__content h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.protectart__content .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .protectart__content .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .protectart__content .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .protectart__content .p3 {
        padding: 0;
    }
}



@media (max-width: 599px) {
    .protect__content1 h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.protect__content1 .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .protect__content1 .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .protect__content1 .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .protect__content1 .p3 {
        padding: 0;
    }
}



@media (max-width: 599px) {
    .protect__content2 h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.protect__content2 .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .protect__content2 .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .protect__content2 .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .protect__content2 .p3 {
        padding: 0;
    }
}



@media (max-width: 599px) {
    .protect__content3 h2::after {
        width: 50px;
        border-bottom: 1px solid #b07d3a;
    }
}
.protect__content3 .p3 {
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .protect__content3 .p3 {
        width: 475px;
    }
}
@media (max-width: 768px) {
    .protect__content3 .p3 {
        padding-right: 40px;
        color: #26211e;
    }
}
@media (max-width: 470px) {
    .protect__content3 .p3 {
        padding: 0;
    }
}


.protect__content .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.protectart__content .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}

@media (min-width: 600px) and (max-width: 768px) {
    .protect__content .link1 {
        font-size: 1.75rem;
    }
    .protect__content .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .protectart__content .link1 {
        font-size: 1.75rem;
    }
    .protectart__content .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}


.protect__content1 .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content1 .link1 {
        font-size: 1.75rem;
    }
    .protect__content1 .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}



.protect__content2 .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content2 .link1 {
        font-size: 1.75rem;
    }
    .protect__content2 .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}


.protect__content3 .link1 {
    font-family: 'Nespresso Lucas Bold';
    font-weight: 600;
    letter-spacing: 0.1rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .protect__content3 .link1 {
        font-size: 1.75rem;
    }
    .protect__content3 .link1::after {
        position: absolute;
        z-index: 1;
        right: -10px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}


@media (max-width: 768px) {
    .protect__content .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .protect__content .link1:hover {
        color: #fff;
    }
    .protect__content .link1::after {
        position: absolute;
        z-index: -1;
        top: 1px;
        right: 0;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}


@media (max-width: 768px) {
    .protectart__content .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .protectart__content .link1:hover {
        color: #fff;
    }
    .protectart__content .link1::after {
        position: absolute;
        z-index: -1;
        top: 1px;
        right: 0;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}



@media (max-width: 768px) {
    .protect__content1 .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .protect__content1 .link1:hover {
        color: #fff;
    }
    .protect__content1 .link1::after {
        position: absolute;
        z-index: -1;
        top: 1px;
        right: 0;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}




@media (max-width: 768px) {
    .protect__content2 .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .protect__content2 .link1:hover {
        color: #fff;
    }
    .protect__content2 .link1::after {
        position: absolute;
        z-index: -1;
        top: 1px;
        right: 0;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}




@media (max-width: 768px) {
    .protect__content3 .link1 {
        color: #b07d3a;
    }
}
@media (min-width: 769px) {
    .protect__content3 .link1:hover {
        color: #fff;
    }
    .protect__content3 .link1::after {
        position: absolute;
        z-index: -1;
        top: 1px;
        right: 0;
        width: 8px;
        height: 14px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-white-sm.png') right center no-repeat;
    }
}



.links {
    z-index: 1;
    width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
    .links {
        padding: 50px 0 75px;
    }
}
@media (max-width: 768px) {
    .links {
        display: block;
        border-top: 10px solid #bebdbb;
    }
}
@media (max-width: 600px) {
    .links {
        border-top: 5px solid #bebdbb;
    }
}

.links__title {
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .links__title {
        font-size: 2.375rem;
        margin: 70px 0 0;
    }
    .links__title::after {
        position: absolute;
        bottom: -30px;
        left: calc(50% - 50px);
        width: 100px;
        content: '';
        border-bottom: 2px solid #b07d3a;
    }
}
@media (max-width: 600px) {
    .links__title {
        margin: 35px 0 10px;
    }
    .links__title::after {
        position: absolute;
        bottom: -15px;
        left: calc(50% - 25px);
        width: 50px;
        content: '';
        border-bottom: 1px solid #b07d3a;
    }
}

.links__list {
    display: table;
    width: 100%;
    max-width: 1000px;
    height: calc(100% + 75px);
    margin: auto;
}
@media (max-width: 768px) {
    .links__list {
        display: block;
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .links__list {
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .links__list {
        margin: 0 0 40px;
    }
}

.links__list-item {
    display: table-cell;
    height: calc(100% + 100px);
    padding-top: 30px;
}
@media (min-width: 600px) and (max-width: 768px) {
    .links__list-item {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .links__list-item {
        display: block;
    }
}
@media (min-width: 768px) {
    .links__list-item:not(:last-of-type)::before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #ccc;
    }
}
@media (max-width: 600px) {
    .links__list-item {
        margin-bottom: 0;
    }
}

.links_item-link {
    letter-spacing: 0.1rem;
}
@media (min-width: 600px) and (max-width: 768px) {
    .links_item-link {
        font-family: 'Nespresso Lucas Bold';
        font-size: 1.75rem;
        font-weight: 600;
    }
    .links_item-link::after {
        position: absolute;
        z-index: 1;
        right: -7px;
        bottom: 9px;
        width: 12px;
        height: 16px;
        content: '';
        background: url('https://www.nespresso.com/shared_res/mos/free_html/us/sustainability/images/sprites/arrow-gold-med.png') right center no-repeat;
    }
}
@media (max-width: 768px) {
    .links_item-link br {
        display: none;
    }
}

.overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto;
    text-align: center;
}
.overlay::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100;
    content: '';
    opacity: 0.7;
    background-color: #000;
}

.overlay__modal {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(calc(-50% - 50px));
    text-align: center;
}
.overlay__modal iframe {
    width: 75%;
    height: calc(100% + 100px);
}
@media (max-width: 768px) {
    .overlay__modal iframe {
        width: 100%;
    }
}

.overlay__close {
    font-family: 'Nespresso Lucas Bold';
    font-size: 1.25rem;
    position: absolute;
    z-index: 20;
    top: 25px;
    right: 25px;
    text-decoration: none;
    color: #fff;
}

/*
@import 'modules/shipping-returns/shipping-returns';
*/

/*# sourceMappingURL=styles.css.map */
