.g section {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.g .g_section {
    background-color: #1b1b1b;
    overflow: hidden
}

.g .g_restrict {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 75.14286em;
    padding: 0 2em;
    margin: 0 auto
}

.g .g_content {
    display: table-cell;
    vertical-align: middle;
    padding: 7.14286em 0;
    height: 50em
}

.g .g_text {
    display: block;
    width: 100%
}

.g .g_text>:last-child {
    margin-bottom: 0 !important
}

.g .g_text>.g_btn {
    margin: 0 0 2em 0
}

.g .g_overflow {
    overflow: visible
}

.g .g_autoHeight .g_restrict .g_content {
    height: auto
}

@media screen and (max-width:767px) {
    .g .g_restrict {
        padding: 0 1.42857em;
        max-width: 35.71429em
    }

    .g .g_content {
        padding: 5.71429em 0;
        height: calc(178vw - 90px)
    }

    .g .g_mobileBottom .g_restrict {
        padding-top: calc(100vw - 5.71429em)
    }

    .g .g_mobileBottom .g_content {
        height: auto
    }

    .g .g_mobileTop .g_restrict {
        padding-bottom: calc(100vw - 5.71429em)
    }

    .g .g_mobileAutoHeight .g_restrict .g_content,
    .g .g_mobileTop .g_content {
        height: auto
    }
}

.g .g_light {
    background-color: #fff;
    color: #000
}

.g .g_dark {
    background: #000
}

.g .g_center {
    text-align: center
}

.g .g_center .g_btnBlock,
.g .g_center .g_headline,
.g .g_center .g_wysiwyg {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .g .g_center .g_text>.g_headline {
        width: 70%
    }

    .g .g_center .g_text>.g_wysiwyg {
        width: 66%
    }

    .g .g_center .g_text>.g_wysiwyg p {
        text-align: center
    }
}

@media screen and (min-width:768px) {

    .g .g_left .g_text,
    .g .g_right .g_text {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .g .g_left .g_text {
        padding-right: 1em
    }

    .g .g_right .g_text {
        padding-left: 1em;
        margin-left: 50%
    }
}

.g_bg {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 137.14286em auto
}

@media screen and (min-width:1920px) {
    .g_bg {
        background-size: cover
    }
}

.g_bg.g_bgTop {
    background-position: top
}

.g_bg.g_bgBottom {
    background-position: bottom
}

@media screen and (max-width:767px) {
    .g_bg {
        background-size: cover
    }

    .g_mobileTop .g_bg {
        background-size: 100% auto;
        background-position: bottom
    }

    .g_mobileBottom .g_bg {
        background-size: 100% auto;
        background-position: top
    }
}

.g [class*=g_row] {
    margin: 0 -1em;
    width: calc(100% + 2em)
}

.g [class*=g_col],
.g [class*=g_row]>* {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em
}

.g .g_col80 {
    width: 80% !important
}

.g .g_col75 {
    width: 75% !important
}

.g .g_col70 {
    width: 70% !important
}

.g .g_col66 {
    width: 66.66% !important
}

.g .g_col60 {
    width: 60% !important
}

.g .g_col55 {
    width: 55% !important
}

.g .g_col50 {
    width: 50% !important
}

.g .g_col45 {
    width: 45% !important
}

.g .g_col40 {
    width: 40% !important
}

.g .g_col33 {
    width: 33.33% !important
}

.g .g_col30 {
    width: 30% !important
}

.g .g_col25 {
    width: 25% !important
}

.g .g_col20 {
    width: 20% !important
}

.g [class*=g_row]>:first-child:nth-last-child(2),
.g [class*=g_row]>:first-child:nth-last-child(2)~* {
    width: 50%
}

.g [class*=g_row]>:first-child:nth-last-child(3),
.g [class*=g_row]>:first-child:nth-last-child(3)~* {
    width: 33.33333%
}

.g [class*=g_row]>:first-child:nth-last-child(4),
.g [class*=g_row]>:first-child:nth-last-child(4)~* {
    width: 25%
}

.g [class*=g_row]>:first-child:nth-last-child(5),
.g [class*=g_row]>:first-child:nth-last-child(5)~* {
    width: 20%
}

.g [class*=g_row]>:first-child:nth-last-child(6),
.g [class*=g_row]>:first-child:nth-last-child(6)~* {
    width: 16.66667%
}

.g .g_row2>* {
    min-width: 50%
}

.g .g_row3>* {
    min-width: 33.33333%
}

.g .g_row4>* {
    min-width: 25%
}

.g .g_row5>* {
    min-width: 20%
}

.g .g_row6>* {
    min-width: 16.66667%
}

@media screen and (max-width:767px) {
    .g .g_col50:only-child {
        width: 100% !important;
        margin: 0 !important
    }

    .g [class*=g_row] {
        margin: 0 -1.42857em;
        width: calc(100% + 2.85714em)
    }

    .g [class*=g_col],
    .g [class*=g_row]>* {
        padding: 0 1.42857em;
        width: 100% !important
    }
}

.g .g_h1,
.g .g_h1_nomargin {
    font-size: 3.42857em;
    line-height: 1.33333;
    letter-spacing: .25em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

.g .g_h1 strong,
.g .g_h1_nomargin strong {
    font-weight: 800
}

@media screen and (max-width:767px) {

    .g .g_h1,
    .g .g_h1_nomargin {
        font-size: 2.28571em;
        line-height: 1.25em;
        letter-spacing: .1875em;
        font-weight: 800
    }
}

.g .g_h2,
.g .g_h2_nomargin {
    font-size: 2.57143em;
    line-height: 1.33333;
    letter-spacing: .22222em;
    font-weight: 300;
    text-transform: uppercase
}

.g .g_h2 strong,
.g .g_h2_nomargin strong {
    font-weight: 500
}

@media screen and (max-width:767px) {

    .g .g_h2,
    .g .g_h2_nomargin {
        font-size: 2.14286em;
        line-height: 1.33333em;
        letter-spacing: .2em
    }
}

.g .g_h3,
.g .g_h3_nomargin {
    font-size: 1.28571em;
    line-height: 1.33333;
    letter-spacing: .16667em;
    font-weight: 800;
    text-transform: uppercase
}

.g .g_h4,
.g .g_h4_nomargin {
    font-size: 1.14286em;
    letter-spacing: .125em
}

.g .g_h4,
.g .g_h4_nomargin,
.g .g_h5,
.g .g_h5_nomargin {
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase
}

.g .g_h5,
.g .g_h5_nomargin {
    font-size: 1em;
    letter-spacing: .07143em
}

.g .g_headline {
    font-size: 1.14286em;
    line-height: 1.5;
    letter-spacing: .125em;
    font-weight: 800;
    text-transform: uppercase
}

.g [class*=g_h] {
    margin: 0 auto
}

.g .g_h1:not(:last-child) {
    margin-bottom: .33333em
}

@media screen and (max-width:767px) {
    .g .g_h1:not(:last-child) {
        margin-bottom: 1em
    }
}

.g .g_h2:not(:last-child) {
    margin-bottom: 1.11111em
}

@media screen and (max-width:767px) {
    .g .g_h2:not(:last-child) {
        margin-bottom: 1em
    }
}

.g .g_h3,
.g .g_h4,
.g .g_h5 {
    margin-bottom: 1em
}

.g .g_headline {
    margin: 0 0 1em 0
}

.g .g_txt_XL {
    font-size: 1.71429em;
    line-height: 1.33333;
    letter-spacing: .08333em;
    font-weight: 300
}

.g .g_txt_XL a,
.g .g_txt_XL strong {
    font-weight: 500
}

.g .g_txt_L {
    font-size: 1.28571em;
    line-height: 1.44444;
    letter-spacing: .05556em;
    font-weight: 300
}

.g .g_txt_L a,
.g .g_txt_L strong {
    font-weight: 500
}

.g .g_txt_M {
    font-size: 1.14286em;
    line-height: 1.5;
    letter-spacing: .0625em;
    font-weight: 400
}

.g .g_txt_M a,
.g .g_txt_M strong {
    font-weight: 600
}

.g .g_txt_S {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .07143em;
    font-weight: 400
}

.g .g_txt_S a,
.g .g_txt_S strong {
    font-weight: 600
}

.g .g_txt_XS {
    font-size: .85714em;
    line-height: 1.5;
    letter-spacing: .08333em;
    font-weight: 400
}

.g .g_txt_XS a,
.g .g_txt_XS strong {
    font-weight: 600
}

.g .g_txt_XL ol,
.g .g_txt_XL p,
.g .g_txt_XL ul {
    margin-bottom: .77778em
}

.g .g_txt_L ol,
.g .g_txt_L p,
.g .g_txt_L ul {
    margin-bottom: 1.12346em
}

.g .g_txt_M ol,
.g .g_txt_M p,
.g .g_txt_M ul {
    margin-bottom: 1.3125em
}

.g .g_txt_S ol,
.g .g_txt_S p,
.g .g_txt_S ul {
    margin-bottom: 1.5em
}

.g .g_txt_XS ol,
.g .g_txt_XS p,
.g .g_txt_XS ul {
    margin-bottom: 1.75em
}

.g .g_wysiwyg>:last-child {
    margin: 0
}

.g .g_wysiwyg ol li,
.g .g_wysiwyg ul li {
    text-align: left;
    margin: 0 0 .25em 1.25em;
    padding-left: .25em
}

.g .g_wysiwyg ul {
    list-style: disc
}

.g .g_wysiwyg ol {
    list-style: decimal
}

.g .g_wysiwyg ol li {
    padding-left: 0;
    margin: 0 0 .25em 1.5em
}

.g .g_text>.g_wysiwyg.g_txt_XL {
    margin-bottom: 1.33333em
}

.g .g_text>.g_wysiwyg.g_txt_L {
    margin-bottom: 1.44444em
}

.g .g_text>.g_wysiwyg.g_txt_M,
.g .g_text>.g_wysiwyg.g_txt_S,
.g .g_text>.g_wysiwyg.g_txt_XS,
.g .g_text>div {
    margin-bottom: 1.5em
}

.g .g_dark svg.g_visual rect {
    stroke: #fff
}

.g .g_dark svg.g_visual path {
    fill: #fff
}

.g .g_playVideo svg {
    display: inline-block;
    vertical-align: sub;
    margin-left: pxToEm(4)
}

.g .bg_normal[lazy],
.g .bg_parallax[lazy],
.g .bg_product[lazy],
.g .g_placeholder[lazy] {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.g .bg_normal[lazy=loaded],
.g .bg_parallax[lazy=loaded],
.g .bg_product[lazy=loaded],
.g .g_placeholder[lazy=loaded] {
    opacity: 1
}

.g .bg_placeholder {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.ie .g .bg_placeholder {
    opacity: .2
}

.g .bg_placeholder[lazy] {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.g .bg_placeholder[lazy=loaded] {
    opacity: 1
}

.g .bg_full[lazy] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.g .bg_full[lazy=loaded] {
    opacity: 1
}

.g img[lazy] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.g img[lazy=loaded] {
    opacity: 1
}

.g .g_link {
    font-size: 1.14286em;
    line-height: 1.5;
    letter-spacing: .0625em;
    font-weight: 400
}

.g .g_link a,
.g .g_link strong {
    font-weight: 600
}

.g .g_link {
    font-weight: 600 !important;
    text-decoration: none;
    position: relative;
    margin: 0;
    color: #8f7247;
    display: inline-block;
    margin-bottom: 1.5em
}

.g .g_link,
.g .g_link span {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.g .g_link span {
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_link i {
    display: inline;
    position: relative;
    top: 2px
}

.g .g_link:hover span {
    text-decoration: underline
}

.g_keyTab .g .g_link:focus {
    color: #4298ad
}

.g_keyTab .g .g_link:focus span {
    text-decoration: underline
}

.g .g_link.g_txt_XS {
    font-size: .85714em;
    margin-bottom: 1.5em
}

.g .g_nav .g_restrict .g_fil {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .07143em;
    font-weight: 400
}

.g .g_nav .g_restrict .g_fil a,
.g .g_nav .g_restrict .g_fil strong {
    font-weight: 600
}

.g .g_nav .g_restrict .g_menu a {
    font-size: .85714em;
    line-height: 1.5;
    letter-spacing: .08333em;
    font-weight: 400
}

.g .g_nav .g_restrict .g_menu a a,
.g .g_nav .g_restrict .g_menu a strong {
    font-weight: 600
}

.g .g_nav {
    font-size: 14px;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 4.28571em;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.g .g_nav.g_opened .g_restrict .g_btnMenu i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.g .g_nav.g_opened .g_restrict .g_btnMenu+.g_mobileMenuList {
    opacity: 1;
    visibility: visible;
    height: auto
}

.g .g_nav .g_restrict .g_fil ol,
.g .g_nav .g_restrict .g_fil ul,
.g .g_nav .g_restrict .g_menu ol,
.g .g_nav .g_restrict .g_menu ul {
    margin-left: 2px;
    list-style: none;
    display: inline-table;
    vertical-align: middle
}

.g .g_nav .g_restrict .g_fil,
.g .g_nav .g_restrict .g_fil li,
.g .g_nav .g_restrict .g_menu,
.g .g_nav .g_restrict .g_menu li,
.g .g_nav .g_restrict .g_mobileMenu {
    display: table-cell;
    vertical-align: middle
}

.g .g_nav .g_restrict .g_fil {
    text-align: left;
    position: relative;
    white-space: nowrap
}

.g .g_nav .g_restrict .g_fil li {
    padding-right: 1em
}

.g .g_nav .g_restrict .g_fil li:not(:last-child):after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.g .g_nav .g_restrict .g_fil li:last-child {
    pointer-events: none
}

.g .g_nav .g_restrict .g_fil a {
    text-align: center;
    color: #fff;
    font-weight: 800;
    position: relative
}

.g .g_nav .g_restrict .g_fil a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.g .g_nav .g_restrict .g_fil a:hover:after {
    width: 100%
}

.g .g_nav .g_restrict .g_menu {
    text-align: right
}

.g .g_nav .g_restrict .g_menu li {
    display: table-cell
}

.g .g_nav .g_restrict .g_menu li:first-child {
    padding-left: 2em
}

.g .g_nav .g_restrict .g_menu a {
    color: #fff;
    opacity: .7
}

.g .g_nav .g_restrict .g_menu a:hover {
    opacity: 1
}

.g .g_nav .g_restrict .g_menu a.g_selected {
    opacity: 1;
    font-weight: 800
}

.g .g_nav .g_restrict .g_menu button {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .g .g_nav.g_fixed {
        top: 0;
        position: fixed;
        padding-top: 40px
    }

    .g .g_nav .g_restrict .g_mobileMenu {
        display: none
    }
}

@media screen and (max-width:767px) {
    .g .g_nav {
        height: 50px;
        position: fixed;
        top: 50px
    }

    .g .g_nav .g_restrict {
        max-width: none
    }

    .g .g_nav .g_restrict .g_fil,
    .g .g_nav .g_restrict .g_menu ul li:not(:last-child) {
        display: none
    }

    .g .g_nav .g_restrict .g_btnMenu {
        font-weight: 800
    }

    .g .g_nav .g_restrict .g_btnBuy {
        min-width: 6em;
        padding: .64286em 0 .53571em
    }

    .g .g_nav .g_restrict .g_mobileMenu button {
        padding-right: 2em;
        position: relative;
        text-transform: uppercase;
        height: 50px
    }

    .g .g_nav .g_restrict .g_mobileMenu button i {
        position: absolute;
        right: 0;
        top: 0;
        width: 2em;
        height: 100%;
        -webkit-transition: .25s;
        transition: .25s
    }

    .g .g_nav .g_restrict .g_mobileMenu button i:before {
        font-size: 2em;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s;
        position: absolute;
        width: 100vw;
        height: 0;
        overflow: hidden;
        background: rgba(0, 0, 0, .8);
        padding-bottom: 1.14286em;
        left: 0
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList ul {
        display: table;
        width: 100%
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li {
        display: table-row
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li:last-child {
        display: none
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li a {
        color: #fff;
        display: table-cell;
        font-size: .92857em;
        letter-spacing: .07143em;
        line-height: 1.07143em;
        padding: 1.14286em 1.42857em;
        opacity: .7
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li a.g_selected {
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    #mobilePage .g .g_nav {
        top: 90px
    }
}

.g [class*=g_btnRound] {
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    background: transparent;
    color: hsla(0, 0%, 100%, .8)
}

.g [class*=g_btnRound] i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.g [class*=g_btnRound] i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g [class*=g_btnRound]:hover {
    color: #fff
}

.g_keyTab .g [class*=g_btnRound]:focus {
    color: #4298ad !important
}

.g .g_btnRound {
    opacity: .75;
    color: #fff;
    text-shadow: 0 0 .35714em rgba(0, 0, 0, .5)
}

.g .g_btnRound:hover {
    opacity: 1
}

.g_keyTab .g .g_btnRound:focus {
    text-shadow: 0 0 .35714em hsla(0, 0%, 100%, .5)
}

.g .g_btnRoundM {
    width: 4.28571em;
    height: 4.28571em
}

.g .g_btnRoundM i:before {
    font-size: 3.57143em
}

.g .g_btnRoundS {
    width: 3.57143em;
    height: 3.57143em
}

.g .g_btnRoundS i:before {
    font-size: 2.85714em
}

.g .g_popin {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2002;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s .5s;
    transition: .25s .5s
}

.g .g_popin.g_popinOpened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin.g_popinOpened .g_popinRestrict {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s .25s;
    transition: .5s .25s
}

.g .g_popin .g_popinOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 0
}

.g .g_popin .g_btnClose {
    width: 4.57143em;
    height: 4.57143em;
    border-radius: 50%;
    background: #757575;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 13
}

.g .g_popin .g_btnClose:hover {
    background: #f9f9f9;
    color: #000
}

.g_keyTab .g .g_popin .g_btnClose:focus {
    background: #4298ad;
    color: #fff !important
}

.g .g_popin .g_popinFixed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_popinFixed:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_popinRestrict {
    z-index: 1;
    position: absolute;
    background: #757575;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_popin .g_popinRestrict .g_popinContent {
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (min-width:768px) {
    .g .g_popin .g_popinRestrict {
        -webkit-box-shadow: 0 0 1.42857em rgba(0, 0, 0, .8);
        box-shadow: 0 0 1.42857em rgba(0, 0, 0, .8);
        width: calc(85% - 50vw - 50vh);
        top: 50%;
        left: 50%;
        min-width: 71.14286em;
        height: 85vh;
        max-height: calc(23.33345vw + 33.3335vh)
    }

    .g .g_popin .g_popinRestrict .g_popinContent {
        display: table;
        width: calc(100% + 1px);
        height: 100%;
        table-layout: fixed
    }
}

.g_isTouch .g .g_popin .g_btnClose {
    top: 4em
}

.g_isTouch .g .g_popin .g_popinRestrict {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-height: none
}

.g_isTouch .g .g_popin.g_popinOpened .g_popinRestrict {
    -webkit-transform: none;
    transform: none
}

@media screen and (max-width:767px) {
    .g .g_popin .g_popinFixed {
        overflow-y: scroll
    }

    .g .g_popin .g_btnClose {
        top: 1.5em;
        width: 3.42857em;
        height: 3.42857em;
        background-color: #000;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .g .g_popin .g_popinRestrict {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .g .g_popin.g_popinOpened .g_popinRestrict {
        -webkit-transform: none;
        transform: none
    }

    .QSOpened .g .g_popin .g_btnClose {
        opacity: 0;
        visibility: hidden
    }
}

.g [class*=g_btnRound] span {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .g .g_popin .g_table {
        display: table;
        height: 100%;
        width: 100%
    }

    .g .g_popin .g_tableRow {
        display: table-row
    }
}

@media screen and (min-width:768px) {

    .g .g_popin .g_leftCol,
    .g .g_popin .g_tableCell {
        display: table-cell;
        position: relative
    }

    .g .g_popin .g_leftCol {
        vertical-align: top;
        background: #f2f2f2;
        overflow: hidden
    }

    .g .g_popin .g_leftCol:after {
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 1
    }

    .g .g_popin .g_leftCol .g_header {
        height: calc((85vw - 16px - 50vw + 50vh)/2*0.4257)
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell {
        padding: 2.85714em 2.85714em 0;
        text-align: center;
        vertical-align: middle
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell .g_h2 {
        font-size: 2.28571em;
        margin-bottom: .72222em
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell .g_wysiwyg {
        margin-bottom: 0
    }

    .g .g_popin .g_leftCol .g_main .g_tableCell {
        position: relative
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_leftCol {
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #f2f2f2;
        padding: 0 1.42857em;
        padding-top: 6.42857em
    }

    .g .g_popin .g_leftCol .g_header {
        margin-bottom: 2em
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell {
        text-align: center
    }
}

.g .g_popin .g_rightCol {
    text-align: left
}

.g .g_popin .g_rightCol .g_table .g_headerRow .g_background {
    width: 100%;
    height: 15.71429em;
    position: relative;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_addToCartCustom {
    vertical-align: middle
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_productPrice {
    display: inline-block;
    margin: 0 1em 0 0;
    padding-bottom: .5em
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_addToCartCustom {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol {
        display: table-cell;
        vertical-align: top;
        background: #fff;
        overflow: hidden
    }

    .g .g_popin .g_rightCol .g_headerRow {
        height: 0%
    }

    .g .g_popin .g_rightCol .g_headerRow .g_tableCell {
        padding: 0;
        position: relative
    }

    .g .g_popin .g_rightCol .g_headerRow .g_background {
        height: calc((85vw - 16px - 50vw + 50vh)/2*0.4257)
    }

    .g .g_popin .g_rightCol .g_sectionRow {
        height: 100%
    }
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_popin .g_rightCol .g_sectionRow {
        height: auto
    }
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol .g_sectionRow .g_tableCell {
        position: relative
    }

    .g .g_popin .g_rightCol .g_footerRow {
        height: 0%;
        text-align: right
    }

    .g .g_popin .g_rightCol .g_footerRow .g_buyFooter {
        padding: 1.42857em 2.85714em 2.85714em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        left: 100vw;
        -webkit-transition: left .5s, opacity .25s .25s;
        transition: left .5s, opacity .25s .25s;
        opacity: 0
    }

    .g .g_popin .g_rightCol .g_table .g_sectionRow {
        padding: 0 1.42857em 8em
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow {
        text-align: right;
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 0;
        width: 100%;
        padding: 1.42857em;
        background: #fff;
        -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
        box-shadow: 0 0 1em rgba(0, 0, 0, .1);
        left: 100vw;
        -webkit-transition: .5s;
        transition: .5s
    }

    .g .g_popin.g_popinSlide .g_rightCol {
        -webkit-transition: left .5s, opacity .25s;
        transition: left .5s, opacity .25s;
        opacity: 1
    }

    .g .g_popin.g_popinSlide .g_rightCol,
    .g .g_popin.g_popinSlide .g_rightCol .g_table .g_footerRow {
        left: 0
    }

    .g .g_popin.g_popinSlide .g_btnClose {
        opacity: 0;
        visibility: hidden
    }

    .QSOpened .g .g_popin .g_rightCol .g_table .g_footerRow {
        -webkit-transform: none;
        transform: none
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0 !important;
        text-align: center;
        padding: 1em 0 0 !important;
        line-height: 1
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton div .g_btnBuy {
        width: 100%
    }
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_naturalScrollContainer {
        position: relative;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .g .g_naturalScroll {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .g .g_naturalScroll:after,
    .g .g_naturalScroll:before {
        content: "";
        width: 100%;
        height: 3.42857em;
        position: absolute;
        left: 0;
        z-index: 1;
        pointer-events: none
    }

    .g .g_naturalScroll:before {
        top: 0
    }

    .g .g_naturalScroll:after {
        bottom: 0
    }

    .g .g_naturalScrollOverflow {
        height: 100%;
        width: calc(100% + 16px)
    }

    .g .g_naturalScrollPadding {
        padding: 3.42857em 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .QSOpened .g .g_naturalScrollPadding {
        -webkit-overflow-scrolling: auto
    }

    .g .g_leftCol .g_naturalScroll:before {
        background-color: hsla(0, 0%, 94.9%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(hsla(0, 0%, 94.9%, 0)));
        background-image: linear-gradient(180deg, #f2f2f2 0, hsla(0, 0%, 94.9%, 0))
    }

    .g .g_leftCol .g_naturalScroll:after {
        background-color: hsla(0, 0%, 94.9%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(hsla(0, 0%, 94.9%, 0)));
        background-image: linear-gradient(0deg, #f2f2f2 0, hsla(0, 0%, 94.9%, 0))
    }

    .g .g_rightCol .g_naturalScroll:before {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0))
    }

    .g .g_rightCol .g_naturalScroll:after {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0))
    }
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_innerScrollContainer {
        position: relative;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .g .g_innerScroll {
        padding: 0 1.42857em 0 2.85714em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .g .g_innerScroll:after,
    .g .g_innerScroll:before {
        content: "";
        width: calc(100% - 2.85714em);
        height: .71429em;
        position: absolute;
        left: 0;
        z-index: 1
    }

    .g .g_innerScroll:before {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
        top: 0
    }

    .g .g_innerScroll:after {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0));
        bottom: 0
    }

    .g .g_innerScrollOverflow,
    .g .g_innerScrollPadding {
        overflow-x: hidden;
        height: 100%
    }

    .g .g_innerScrollPadding {
        padding: .71429em 0;
        padding-right: 1.42857em;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .g .g_innerScrollPadding::-webkit-scrollbar {
        height: 6px;
        width: 6px;
        background: transparent
    }

    .g .g_innerScrollPadding::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05)
    }
}

.g .g_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    border: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 0;
    padding: .85714em 0 .71429em;
    line-height: 1.28571em;
    letter-spacing: .07143em;
    min-width: 7.14286em;
    border-radius: .21429em
}

.g .g_btn:hover {
    -webkit-box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3)
}

.g .g_btn span {
    padding: 0 1.42857em;
    display: inline-block
}

.g .g_btn+.g .g_btn {
    margin-right: .71429em
}

.g .g_btn i {
    font-family: Nespresso Icons;
    width: 2.85714em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    line-height: 1
}

.g .g_btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g .g_btn i+span {
    padding-left: 2.85714em
}

.g .g_btn span+i {
    left: auto;
    right: 0
}

.g_keyTab .g .g_btn:focus {
    background: #4298ad;
    color: #fff
}

.g .g_btn.g_iconRight span {
    padding-right: 2.85714em
}

.g .g_btn[disabled=disabled] {
    pointer-events: none;
    background: #1a1a1a;
    color: #828282
}

.g .g_btn[disabled=disabled] i {
    color: #828282
}

.g .g_light .g_btn[disabled=disabled] {
    pointer-events: none;
    background: #e6e6e6;
    color: #666
}

.g .g_light .g_btn[disabled=disabled] i {
    color: #666
}

.g .g_btnBuy {
    color: #fff;
    background: #257A57
}

.g .g_btnBuy:active {
    background: #337204
}

.g .g_btnGold {
    color: #fff;
    background: #8f7247
}

.g .g_btnGold:hover {
    background: #a0804f
}

@media screen and (max-width:767px) {
    .g .g_btnBuy {
        display: block
    }
}

.g_scrollLock {
    overflow: hidden !important;
    width: auto
}

.g_visually_hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    text-indent: -100000px
}

.g_addToCart {
    min-height: 4.85714em;
    position: relative
}

.g_addToCart .g_productPrice {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .07143em;
    color: #257A57
}

.g_addToCart .g_productPrice[data-disabled=true] {
    color: #828282
}

.g_light .g_addToCart .g_productPrice[data-disabled=true] {
    color: #666
}

.g_addToCart .g_addToCartCustom {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: .5em
}

.g_addToCart .g_addToCartCustom>button {
    margin-top: 0
}

.g_addToCart .g_addToCartCustom>button:after {
    content: "";
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
    visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    background: #fff;
    opacity: .5;
    left: var(--relativeMouseX);
    top: var(--relativeMouseY)
}

.g_addToCart .g_addToCartCustom>button.g_materialPlay:after {
    opacity: 0;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(5);
    transform: scale(5)
}

.g_addToCart .g_addToCartCustom>button span {
    padding: 0 2.75em 0 3.25em
}

.g_addToCart .g_addToCartCustom>button .g_labelPhantom {
    visibility: hidden
}

.g_addToCart .g_addToCartCustom>button .g_labelAdd,
.g_addToCart .g_addToCartCustom>button .g_labelUpdate {
    width: 100%;
    padding-top: .14286em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g_addToCart .g_addToCartCustom>button .g_labelUpdate,
.g_addToCart .g_addToCartCustom>button.g_update .g_labelAdd {
    opacity: 0;
    visibility: hidden
}

.g_addToCart .g_addToCartCustom>button.g_update .g_labelUpdate {
    opacity: 1;
    visibility: visible
}

.g_addToCart .g_addToCartCustom>button.g_quantitySelectorOpened {
    background-color: #337204
}

.g_keyTab .g_addToCart .g_addToCartCustom>button:focus {
    background-color: #4298ad
}

.g_addToCart .g_addToCartCustom>button .fn_basket:before {
    font-size: 2.2em;
    top: 47%;
    left: 55%
}

.g_addToCart .g_addToCartCustom>button .fn_basket span {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-weight: 700;
    background: #fff;
    color: #257A57;
    width: 1.9em;
    height: 1.7em;
    white-space: nowrap;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-size: .8em;
    line-height: 2em;
    letter-spacing: -.05em;
    -webkit-transform: translate(-50%, -50%) skew(-2deg);
    transform: translate(-50%, -50%) skew(-2deg)
}

.g_addToCart .g_addToCartCustom>button .fn_basket.g_quantity span {
    opacity: 1;
    visibility: visible
}

.g_addToCart .g_addToCartCustom>button .fn_more:before {
    font-size: 2.3em
}

.g_mini .g_addToCartCustom>button {
    width: 2.85714em;
    height: 2.85714em;
    min-width: 0
}

.g_mini .g_addToCartCustom>button .fn_basket {
    opacity: 0;
    visibility: hidden
}

.g_mini .g_addToCartCustom>button .fn_basket:before {
    display: none
}

.g_mini .g_addToCartCustom>button .fn_basket span {
    color: #fff;
    background: none;
    font-size: 1em;
    line-height: 1;
    margin-left: 0;
    height: auto;
    letter-spacing: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g_mini .g_addToCartCustom>button i {
    width: 100%
}

.g_mini .g_addToCartCustom>button>span:not(.g_visually_hidden) {
    padding: 0;
    display: none
}

.g_mini .g_addToCartCustom>button.g_update .fn_basket {
    opacity: 1;
    visibility: visible
}

.g_mini .g_addToCartCustom>button.g_update .fn_more {
    opacity: 0;
    visibility: hidden
}

@media screen and (min-width:768px) {
    .g_miniDesktop .g_addToCartCustom>button {
        width: 2.85714em;
        height: 2.85714em;
        min-width: 0
    }

    .g_miniDesktop .g_addToCartCustom>button .fn_basket {
        opacity: 0;
        visibility: hidden
    }

    .g_miniDesktop .g_addToCartCustom>button .fn_basket:before {
        display: none
    }

    .g_miniDesktop .g_addToCartCustom>button .fn_basket span {
        color: #fff;
        background: none;
        font-size: 1em;
        line-height: 1;
        margin-left: 0;
        height: auto;
        letter-spacing: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .g_miniDesktop .g_addToCartCustom>button i {
        width: 100%
    }

    .g_miniDesktop .g_addToCartCustom>button>span:not(.g_visually_hidden) {
        padding: 0;
        display: none
    }

    .g_miniDesktop .g_addToCartCustom>button.g_update .fn_basket {
        opacity: 1;
        visibility: visible
    }

    .g_miniDesktop .g_addToCartCustom>button.g_update .fn_more {
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width:767px) {
    .g_miniMobile .g_addToCartCustom>button {
        width: 2.85714em;
        height: 2.85714em;
        min-width: 0
    }

    .g_miniMobile .g_addToCartCustom>button .fn_basket {
        opacity: 0;
        visibility: hidden
    }

    .g_miniMobile .g_addToCartCustom>button .fn_basket:before {
        display: none
    }

    .g_miniMobile .g_addToCartCustom>button .fn_basket span {
        color: #fff;
        background: none;
        font-size: 1em;
        line-height: 1;
        margin-left: 0;
        height: auto;
        letter-spacing: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .g_miniMobile .g_addToCartCustom>button i {
        width: 100%
    }

    .g_miniMobile .g_addToCartCustom>button>span:not(.g_visually_hidden) {
        padding: 0;
        display: none
    }

    .g_miniMobile .g_addToCartCustom>button.g_update .fn_basket {
        opacity: 1;
        visibility: visible
    }

    .g_miniMobile .g_addToCartCustom>button.g_update .fn_more {
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (min-width:768px) {
    .g .g_popin .g_leftCol .g_productList .g_productItem {
        padding: 0 2.85714em
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:after {
        width: calc(100% - 5.71428em);
        left: 2.85714em
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:hover {
        background: hsla(0, 0%, 100%, .5);
        -webkit-box-shadow: 0 .1em 1em rgba(0, 0, 0, .05);
        box-shadow: 0 .1em 1em rgba(0, 0, 0, .05)
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:hover:after {
        opacity: 0
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem.g_opened {
        background: #fff;
        -webkit-box-shadow: 0 .1em 1em rgba(0, 0, 0, .1);
        box-shadow: 0 .1em 1em rgba(0, 0, 0, .1)
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem.g_opened:after {
        opacity: 0
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_leftCol .g_productList .g_productItem .g_clickableZone {
        right: 2.85714em
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_background {
    background-size: cover !important
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_product {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 70%;
    height: 160%;
    background-size: cover;
    background-position: 50%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_product.g_alto {
    -webkit-transform: translate(-50%) scale(.85);
    transform: translate(-50%) scale(.85);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_capsule,
.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup {
    position: absolute;
    bottom: 27%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-position: bottom
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_capsule {
    left: 15%;
    width: 35%;
    height: 19%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup {
    left: 10%;
    width: 85%;
    height: 85%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect {
    opacity: .1
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect:after {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 80%, hsla(0, 0%, 100%, 0))
}

@media screen and (min-width:0\0) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect {
        display: none
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_reflect {
    -webkit-transform: translateY(100%) scaleY(-1);
    transform: translateY(100%) scaleY(-1);
    opacity: .2
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_reflect:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 20%, hsla(0, 0%, 100%, 0))
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_mask {
    -webkit-transform: translateY(100%) scaleY(-1);
    transform: translateY(100%) scaleY(-1);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

@media screen and (min-width:0\0) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_mask {
        display: none
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_title {
    margin-top: 7vh
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_h3,
.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_txt_S {
    position: relative
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_h3 {
    letter-spacing: .1em;
    margin-bottom: 0
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_txt_S {
    color: #757575;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_title {
        margin-top: 4em;
        margin-bottom: 1em;
        padding: 0 1.42857em
    }
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol .g_btnBack {
        display: none
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol .g_btnBack {
        width: 3.42857em;
        height: 3.42857em;
        border-radius: 50%;
        background: #fff;
        color: #000;
        position: absolute;
        top: 1.42857em;
        left: 1.42857em;
        z-index: 1
    }

    .QSOpened .g .g_popin .g_rightCol .g_btnBack {
        opacity: 0;
        visibility: hidden
    }
}

.g .g_popin .g_rightCol .g_btnBack {
    background: #000;
    color: #fff
}

.g .g_popin .g_rightCol .g_table header .g_title {
    padding: 0 2.85714em;
    margin-bottom: .5em
}

.g .g_popin .g_rightCol .g_table header .g_h3,
.g .g_popin .g_rightCol .g_table header .g_txt_S {
    padding: 0;
    position: relative
}

.g .g_popin .g_rightCol .g_table header .g_h3 {
    letter-spacing: .1em;
    margin-bottom: 0
}

.g .g_popin .g_rightCol .g_table header .g_txt_S {
    color: #757575;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .5em
}

.g .g_popin .g_rightCol .g_table .g_productHeader .g_background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:768px) {
    .g .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_background {
        height: calc((35vw - 16px + 50vh)/2*0.66667)
    }

    .g .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_api {
        background-size: 21.42857em 21.42857em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_title {
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0 1.42857em
    }
}

.g .g_productSection *,
.g .g_productSection .g_txt_S {
    color: #000 !important
}

.g .g_roundButton {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0);
    transform: translate(0);
    max-width: 2.57143em;
    height: 2.57143em;
    color: #fff;
    line-height: 2.57143em;
    text-align: left;
    border-radius: 3.57143em;
    background-color: #b37f3b;
    cursor: pointer;
    overflow: visible
}

.g .g_roundButton i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.57143em;
    height: 2.57143em
}

.g .g_roundButton i:before {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g_roundButton:first-child,
.g_roundButton:first-child:after,
.g_roundButton:first-child:before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.g_roundButton:nth-child(2),
.g_roundButton:nth-child(2):after,
.g_roundButton:nth-child(2):before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.g_roundButton:nth-child(3),
.g_roundButton:nth-child(3):after,
.g_roundButton:nth-child(3):before {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.g_roundButton:nth-child(4),
.g_roundButton:nth-child(4):after,
.g_roundButton:nth-child(4):before {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.g_roundButton:nth-child(5),
.g_roundButton:nth-child(5):after,
.g_roundButton:nth-child(5):before {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s
}

@-webkit-keyframes wave-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    25%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@keyframes wave-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    25%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes wave-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    12%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@keyframes wave-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    12%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes pulse {
    0% {
        background-color: #8d642e
    }

    25%,
    to {
        background-color: #b37f3b
    }
}

@keyframes pulse {
    0% {
        background-color: #8d642e
    }

    25%,
    to {
        background-color: #b37f3b
    }
}

.g_moreInfo {
    position: absolute
}

@media screen and (min-width:768px) and (max-width:936px) {
    .g_moreInfo {
        font-size: 1.33vw
    }
}

.g_moreInfo .g_roundButton {
    display: inline-block;
    -webkit-animation: pulse 5s infinite forwards;
    animation: pulse 5s infinite forwards
}

.g_moreInfo .g_roundButton:after,
.g_moreInfo .g_roundButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.5em 0 0 -2.5em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 2px rgba(179, 127, 59, .5);
    box-shadow: 0 0 0 2px rgba(179, 127, 59, .5);
    z-index: 1
}

.g_moreInfo .g_roundButton:before {
    -webkit-animation: wave-1 5s infinite forwards;
    animation: wave-1 5s infinite forwards
}

.g_moreInfo .g_roundButton:after {
    -webkit-animation: wave-2 5s infinite forwards;
    animation: wave-2 5s infinite forwards
}

.g_moreInfo .g_roundButton span {
    display: inline-block;
    padding: 0 1.28571em 0 2.57143em;
    vertical-align: top;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g_moreInfo .g_roundButton .g_additionnalLabel {
    display: none
}

@media screen and (min-width:768px) {
    .g_moreInfo .g_roundButton:hover {
        background-color: #8d642e;
        max-width: 35.57143em;
        -webkit-animation: 0;
        animation: 0
    }

    .g_moreInfo .g_roundButton:hover:after,
    .g_moreInfo .g_roundButton:hover:before {
        -webkit-animation: 0;
        animation: 0
    }

    .g_moreInfo .g_roundButton:hover span {
        visibility: visible;
        opacity: 1
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus {
        background-color: #4298ad;
        max-width: 35.57143em;
        -webkit-animation: 0;
        animation: 0
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus:after,
    .g_keyTab .g_moreInfo .g_roundButton:focus:before {
        -webkit-animation: 0;
        animation: 0
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus span {
        visibility: visible;
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    .vue .g_sectionBottom .g_moreInfo .g_roundButton {
        bottom: 0;
        top: auto
    }
}

.g .g_backgroundVideo .g_placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo {
    position: relative;
    margin: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo.v_isPlaying {
    opacity: 1;
    visibility: visible
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo .g_embedVideoPlayer:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_backgroundVideo .g_placeholder iframe,
.g .g_backgroundVideo .g_placeholder object {
    width: 100%;
    height: 56.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-height:80vw) {

    .g .g_backgroundVideo .g_placeholder iframe,
    .g .g_backgroundVideo .g_placeholder object {
        height: 70vh;
        width: 124.44444vh
    }
}

.g .g_playVideo {
    margin-top: 1.71429em;
    padding-right: 2.25em;
    position: relative
}

.g .g_playVideo i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 1.5em;
    margin-top: -.075em
}

.g .g_embedVideo {
    height: 100%;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_embedVideo .g_embedVideoPlayer {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 56.25vw;
    width: 100%
}

.g .g_embedVideo .g_embedVideoPlayer>* {
    height: 100%;
    width: 100%
}

@media screen and (min-width:768px) {
    .g_keyTab .g .g_playVideo:focus {
        color: #4298ad
    }
}

.v_swiper {
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.v_swiper .v_swiperOverflow {
    overflow: hidden;
    width: 100%;
    padding: 0
}

.v_swiper .swiper-container {
    overflow: visible
}

.v_swiper .swiper-container .swiper-wrapper {
    display: table;
    table-layout: fixed;
    -webkit-transition: .25s;
    transition: .25s
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide {
    display: table-cell;
    vertical-align: top;
    background-clip: padding-box;
    padding: 0 2em;
    position: relative
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    display: table;
    width: 100%;
    height: 100%
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow {
    display: table-row
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow>div {
    display: table-cell
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    width: 100%;
    height: 15em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h3,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h4,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description p {
    text-align: center;
    margin: 0
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h3 {
    font-size: 1.14286em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta {
    vertical-align: bottom
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton {
    position: absolute;
    bottom: 1px;
    left: 1em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton .v_productPrice,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_link {
    text-align: center
}

.v_swiper .swiper-pagination {
    position: relative
}

.v_swiper .swiper-pagination .swiper-pagination-bullet {
    margin-top: 1em;
    padding: 6px;
    display: inline-block;
    vertical-align: top
}

.v_swiper .swiper-pagination .swiper-pagination-bullet span {
    -webkit-transition: .25s;
    transition: .25s;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    color: transparent;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
    font-size: 0;
    overflow: hidden
}

.v_swiper .swiper-pagination .swiper-pagination-bullet-active span,
.v_swiper .swiper-pagination .swiper-pagination-bullet:hover span {
    background-color: #000
}

@media screen and (min-width:768px) {
    .g_swiper .swiper-container .swiper-wrapper .swiper-slide:hover .g_visual {
        background-size: auto 105%
    }
}

.ie9 .g_swiper .swiper-container {
    overflow: visible
}

.ie9 .g_swiper .swiper-container .swiper-wrapper {
    display: inline-block;
    white-space: nowrap
}

.ie9 .g_swiper .swiper-container .swiper-wrapper .swiper-slide {
    display: inline-block;
    border-right: 0 !important
}

.ie9 .g_swiper .swiper-container .swiper-wrapper .swiper-slide>div {
    white-space: normal
}

@media screen and (max-width:767px) {
    .v_swiper {
        width: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .v_swiper .v_swiperOverflow {
        overflow: visible;
        width: 100%;
        padding: 1em 0;
        margin-left: 0
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 0
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta {
        display: block !important
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton {
        position: relative;
        bottom: auto
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_phantom {
        display: none
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 15vw
    }
}

.g .g_recipeInfos {
    display: inline-table;
    table-layout: fixed
}

.g .g_recipeInfos .g_recipeInfo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding: 0 1em 0 3.57143em
}

.g .g_recipeInfos .g_recipeInfo i {
    font-size: 2.28571em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .4375em
}

.g .g_recipeInfos .g_recipeInfo span {
    font-size: .85714em;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .g .g_recipeTitle {
        text-align: center
    }
}

.g .g_recipeContent {
    padding: 0 2.85714em
}

.g .g_recipeContent div.g_txt_S p:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .g .g_recipeContent {
        padding: 0
    }

    .g .g_recipeContent .g_preparation .g_txt_S p:last-child {
        margin-bottom: 0
    }
}

.g .g_popin.g_popinRecipe .g_rightCol .g_table .g_headerRow .g_recipeHeader .g_background {
    height: calc((35vw + 50vh)/2*0.66667)
}

.g .g_popin.g_popinRecipe .g_rightCol .g_table .g_headerRow .g_recipeHeader .g_video iframe {
    display: block;
    width: 100%;
    height: calc((35vw + 50vh)/2*0.5625)
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinRecipe .g_recipeHeader .g_background {
        background-size: cover;
        background-position: 50%;
        height: 66.66667vw
    }

    .g .g_popin.g_popinRecipe .g_recipeHeader .g_video iframe {
        display: block;
        width: 100%;
        height: 66.66667vw
    }
}

.g .g_productList {
    text-align: left
}

.g .g_productList .g_productItem {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_productList .g_productItem:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_productList .g_productItem:last-child:after {
    display: none
}

.g .g_productList .g_productItem .g_clickableZone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_productList .g_productItem .g_table {
    display: table;
    width: 100%;
    padding: .5em 0
}

.g .g_productList .g_productItem .g_table .g_cell {
    display: table-cell;
    vertical-align: middle
}

.g .g_productList .g_productItem .g_table .g_cell:first-child {
    text-align: center;
    width: 5em
}

.g .g_productList .g_productItem .g_table .g_cell:first-child img {
    display: inline-block;
    width: 100%
}

@media screen and (min-width:0\0) {
    .g .g_productList .g_productItem .g_table .g_cell:first-child img {
        width: 70px;
        height: 70px
    }
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) {
    padding: .5em 0
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) .g_h5 {
    letter-spacing: .05em;
    margin: 0
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) .g_txt_XS {
    text-transform: uppercase;
    color: #757575;
    font-weight: 400
}

.g .g_productList .g_productItem .g_table .g_cell:last-child {
    padding: .5em 0;
    text-align: right
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart {
    white-space: nowrap
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart .g_productPrice {
    display: inline-block;
    line-height: 2.85714em;
    margin: 0 1em 0 0
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart .g_addToCartCustom {
    margin-top: 0
}

.g .g_recipeSection {
    padding: 0 2.85714em
}

@media screen and (max-width:767px) {

    .g .g_recipeSection,
    .g .g_sectionRow {
        padding: 0
    }
}

.g .g_imageGrid {
    width: 100%;
    height: 50vw;
    max-height: 100vh;
    background: #f9f9f9
}

.g .g_imageGrid>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.g .g_imageGrid>div,
.g .g_imageGrid>div>div {
    background-size: cover;
    background-position: 50%
}

.g .g_imageGrid>div>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    height: 50%;
    overflow: hidden
}

.g .g_imageGrid .bg_placeholder {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%
}

.g .g_imageGrid .g_buttonContainer {
    display: block
}

.g .g_imageGrid .g_buttonContainerCover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.g .g_imageGrid button {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.g .g_imageGrid button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1)
}

.g .g_imageGrid button:hover {
    background: hsla(0, 0%, 100%, .15)
}

.g_keyTab .g .g_imageGrid button:focus {
    -webkit-filter: sepia(100%) hue-rotate(145deg) saturate(300%);
    filter: sepia(100%) hue-rotate(145deg) saturate(300%);
    -webkit-box-shadow: inset 0 0 1px 2px #4298ad;
    box-shadow: inset 0 0 1px 2px #4298ad
}

.g .g_imageGrid .g_h3 {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.42857em;
    width: 100%;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g .g_imageGrid .g_h3 span {
    padding: 0 1.66667em;
    display: block;
    position: relative
}

.g .g_imageGrid .g_h3:before {
    content: "";
    position: absolute;
    bottom: -1.42857em;
    width: 100%;
    height: 10em;
    left: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, transparent)
}

.g .g_imageGrid .g_h3:hover:after {
    color: #fff
}

@media screen and (min-width:768px) {
    .g .g_popin.g_popinRecipe .g_leftCol .g_header .g_tableCell {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinRecipe .g_btnClose {
        background: #fff;
        color: #000
    }

    .g .g_popin.g_popinRecipe .g_leftCol {
        height: auto;
        padding: 2.85714em 1.42857em
    }
}

.g .g_imageGrid img {
    position: absolute;
    height: 0;
    width: 0;
    color: transparent
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinRecipe .g_rightCol {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        padding: 2.85714em 1.42857em
    }

    .g .g_popin.g_popinRecipe .g_rightCol .g_table .g_sectionRow {
        padding: 0
    }
}

.g_recipes {
    overflow: hidden
}

.g_recipes .g_restrict .g_content {
    height: auto;
    padding: 7.14286em 0 3.57143em
}

.g_recipes .g_restrict .g_content .g_h2 {
    margin-bottom: 0
}

.g_recipes .g_restrict .g_content .g_h2,
.g_recipes .g_restrict .g_content .g_h3 {
    text-align: center
}

.g_recipes .g_restrict .g_content .g_h3 {
    margin-bottom: 1em
}

@media screen and (max-width:767px) {
    .g .g_recipes .g_restrict .g_content {
        padding: 5.71429em 0
    }

    .g .g_recipes .g_imageGrid {
        height: auto;
        max-height: none
    }

    .g .g_recipes .g_imageGrid>div,
    .g .g_recipes .g_imageGrid>div+div {
        width: 100%;
        height: 100vw
    }

    .g .g_recipes .g_imageGrid .g_h3 {
        margin-bottom: .5em;
        font-size: 1.1em
    }

    .g .g_recipes .g_imageGrid .g_h3:after {
        top: -.15em;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .g .g_recipes .g_imageGrid .g_h3 span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1em;
        text-align: center
    }
}

.g .g_recipes1 .g_imageGrid {
    height: 33.33vw
}

.g .g_recipes1 .g_imageGrid>div {
    width: 100%;
    height: 100%
}

.g .g_recipes2 .g_imageGrid {
    height: 33.33vw;
    max-height: 75vh
}

.g .g_recipes2 .g_imageGrid>div {
    width: 50%;
    height: 100%
}

.g .g_recipes3 .g_imageGrid {
    height: 33.33vw;
    max-height: 75vh
}

.g .g_recipes3 .g_imageGrid>div {
    width: 33.33%;
    height: 100%
}

.g .g_recipes4 .g_imageGrid {
    height: 25vw;
    max-height: 50vh
}

.g .g_recipes4 .g_imageGrid>div {
    width: 25%;
    height: 100%
}

@media screen and (max-width:767px) {
    .g .g_recipes2 .g_imageGrid {
        height: 75vw
    }

    .g .g_recipes2 .g_imageGrid>div,
    .g .g_recipes2 .g_imageGrid>div+div {
        width: 50%;
        height: 100%
    }

    .g .g_recipes3 .g_imageGrid {
        height: 175vw
    }

    .g .g_recipes3 .g_imageGrid>div {
        width: 100%;
        height: 60%
    }

    .g .g_recipes3 .g_imageGrid>div+div {
        width: 50%;
        height: 40%
    }

    .g .g_recipes4 .g_imageGrid {
        height: 125vw
    }

    .g .g_recipes4 .g_imageGrid>div,
    .g .g_recipes4 .g_imageGrid>div+div {
        width: 50%;
        height: 50%
    }
}

.g_services {
    overflow: hidden
}

.g_services ul li {
    text-align: center
}

.g_services ul li a {
    display: block;
    color: #fff
}

.g_services ul li a:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.g_services ul li svg {
    display: inline-block;
    width: auto;
    height: 7.14286em;
    -webkit-transition: all .2s;
    transition: all .2s
}

.g_services ul li svg path,
.g_services ul li svg polygon,
.g_services ul li svg rect {
    fill: #fff
}

.g_services ul li svg .st0 {
    stroke: unset
}

.g_services ul li .g_h3 {
    font-size: 1em;
    padding: 0 2em
}

.g_services ul li p {
    text-align: center;
    padding: 0 1em
}

@media screen and (max-width:767px) {
    .g .g_services ul li {
        width: 50% !important
    }

    .g .g_services ul li .g_h3 {
        padding: 0 .5em
    }

    .g .g_services ul li p {
        display: none
    }
}

.g .g_sideSwitcher {
    position: fixed;
    z-index: 11;
    height: 100%;
    top: 0;
    padding: 0;
    width: 11.78571em;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_sideSwitcher:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    opacity: 0;
    background-color: #000;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(20%, #fff), color-stop(80%, #fff), to(#000));
    background-image: linear-gradient(0deg, #000, #fff 20%, #fff 80%, #000);
    -webkit-transition: .25s .75s;
    transition: .25s .75s
}

.g .g_sideSwitcher .g_bg {
    background-size: cover
}

.g .g_sideSwitcher .g_innerShadow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.g .g_sideSwitcher .g_innerShadow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-box-shadow: 0 0 10em 3em rgba(0, 0, 0, .75);
    box-shadow: 0 0 10em 3em rgba(0, 0, 0, .75);
    border-radius: 100%
}

.g .g_sideSwitcher .g_btnSwitch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%
}

.g .g_sideSwitcher .g_btnSwitch .g_title {
    font-weight: 500;
    font-size: 1.14286em;
    letter-spacing: .07143em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_sideSwitcher .g_btnSwitch .g_visual {
    width: 120%;
    margin-left: -10%;
    z-index: 1;
    position: relative
}

.g .g_sideSwitcher .g_btnSwitch:hover .g_visual {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.g .g_sideSwitcher .g_btnBack {
    position: absolute;
    top: 50%;
    width: 5.14286em;
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_sideSwitcher .g_btnBack button {
    width: 5.14286em;
    height: 5.14286em;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.g .g_sideSwitcher .g_btnBack button:before {
    content: "\E932";
    font-family: Nespresso Icons;
    color: #000;
    font-size: 2em;
    position: absolute;
    top: 50%
}

.g .g_sectionCell:first-child .g_sideSwitcher {
    left: 0;
    -webkit-transform: translate(-14.78571em);
    transform: translate(-14.78571em)
}

.g .g_sectionCell:first-child .g_sideSwitcher:after {
    right: -2px
}

.g .g_sectionCell:first-child .g_sideSwitcher .g_innerShadow:before {
    right: 0;
    margin-left: 3em
}

.g .g_sectionCell:first-child .g_sideSwitcher .g_btnBack {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.g .g_sectionCell:first-child .g_sideSwitcher .g_btnBack button {
    -webkit-transform: translate(-55%);
    transform: translate(-55%)
}

.g .g_sectionCell:first-child .g_sideSwitcher .g_btnBack button:before {
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.g .g_sectionCell:first-child .g_sideSwitcher .g_btnBack:hover button {
    -webkit-transform: translate(-45%);
    transform: translate(-45%)
}

.g .g_sectionCell:last-child .g_sideSwitcher {
    right: 0;
    -webkit-transform: translate(14.78571em);
    transform: translate(14.78571em)
}

.g .g_sectionCell:last-child .g_sideSwitcher:after {
    left: -2px
}

.g .g_sectionCell:last-child .g_sideSwitcher .g_innerShadow:before {
    left: 0;
    margin-left: -3em
}

.g .g_sectionCell:last-child .g_sideSwitcher .g_btnBack {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.g .g_sectionCell:last-child .g_sideSwitcher .g_btnBack button {
    -webkit-transform: translate(55%);
    transform: translate(55%)
}

.g .g_sectionCell:last-child .g_sideSwitcher .g_btnBack button:before {
    left: 45%;
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
    transform: translate(-100%, -50%) rotate(180deg)
}

.g .g_sectionCell:last-child .g_sideSwitcher .g_btnBack:hover button {
    -webkit-transform: translate(45%);
    transform: translate(45%)
}

@media screen and (max-width:1439px) {
    .g .g_sideSwitcher {
        width: 8.57143em
    }
}

@media screen and (max-width:1279px) {
    .g .g_sideSwitcher {
        padding: 0;
        width: 0
    }

    .g .g_sideSwitcher .g_btnSwitch,
    .g .g_sideSwitcher .g_innerShadow {
        display: none
    }
}

.g .g_story {
    z-index: 1;
    width: 71.14286em;
    padding-top: 6.42857em;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_story .g_wysiwyg {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: .5em
}

.g .g_story .capitalLetters {
    text-transform: uppercase
}

.g .g_story:not(.g_phantom) {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.g .g_story.g_phantom {
    overflow: hidden;
    width: 0;
    opacity: 0;
    visibility: hidden
}

.g .g_story.g_phantom .g_restrict {
    width: 71.14286em
}

@media screen and (max-width:767px) {
    .g .g_story {
        width: 100vw;
        padding-top: 5.71429em
    }

    .g .g_story .g_h1 {
        margin-bottom: 2em
    }

    .g .g_story .g_txt_M {
        display: none
    }
}

.g .g_both {
    display: table;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g .g_both .g_sectionCell {
    padding: 0 0 7.14286em;
    display: table-cell;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_bg_scene {
    width: 100vw;
    height: 42.85714em;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_bg_scene:after,
.g .g_both .g_sectionCell .g_bg_scene:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_bg_scene:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent)
}

.g .g_both .g_sectionCell .g_bg_table {
    width: 100vw;
    background-position: top;
    margin-top: 7em;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_explore {
    position: relative;
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
    z-index: 1
}

.g .g_both .g_sectionCell .g_foreground {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 35.57143em;
    margin-top: -12em;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_foreground .g_visuals {
    position: absolute;
    width: 41.42857em;
    height: 31.07143em;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_foreground .g_visuals .g_visual {
    width: 100%
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 21.42857em;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_capsule {
    width: 21.78571em;
    height: 7.5em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_capsule.g_vl {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTable {
    display: table;
    width: 100%;
    margin-top: 1em;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd,
.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTitle {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    padding: 0 1em
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTitle .g_intensity {
    font-weight: 600
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTitle .g_description {
    margin: .5em 0;
    width: 70%
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd {
    width: 2.85714em
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd .g_productPrice {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 3em);
    transform: translate(-50%, 3em);
    font-size: 1.1em;
    margin: 1.5em 0 0
}

.g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd .g_addToCartCustom {
    margin-top: 1em
}

.g .g_both .g_sectionCell:first-child .g_bg_scene {
    left: 0
}

.g .g_both .g_sectionCell:first-child .g_bg_scene:after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, .6)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .6) 50%, transparent)
}

.g .g_both .g_sectionCell:first-child .g_foreground {
    margin-left: calc((100vw - 71.14286em)/2)
}

.g .g_both .g_sectionCell:first-child .g_foreground .g_visuals {
    -webkit-transform: translate(36%);
    transform: translate(36%)
}

.g .g_both .g_sectionCell:first-child .g_foreground .g_capsuleAndIntensity .g_capsule {
    margin-left: 8em
}

.g .g_both .g_sectionCell:first-child .g_foreground .g_capsuleAndIntensity .g_capsule.g_vl {
    margin-top: 1em;
    margin-bottom: -1em
}

.g .g_both .g_sectionCell:first-child .g_foreground .g_capsuleAndIntensity .g_productTable {
    width: 100%;
    left: 50%;
    position: relative;
    margin-left: -82%
}

.g .g_both .g_sectionCell:first-child .g_foreground .g_capsuleAndIntensity .g_productTitle {
    text-align: right
}

.g .g_both .g_sectionCell:first-child .g_btnExplore {
    padding-left: 1em
}

.g .g_both .g_sectionCell:first-child .g_btnExplore i {
    left: 0
}

.g .g_both .g_sectionCell:last-child .g_bg_scene {
    right: 0
}

.g .g_both .g_sectionCell:last-child .g_bg_scene:after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, .6)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6) 50%, transparent)
}

.g .g_both .g_sectionCell:last-child .g_bg_table {
    right: 0
}

.g .g_both .g_sectionCell:last-child .g_foreground {
    margin-right: calc((100vw - 71.14286em)/2)
}

.g .g_both .g_sectionCell:last-child .g_foreground .g_visuals {
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.g .g_both .g_sectionCell:last-child .g_foreground .g_capsuleAndIntensity .g_capsule {
    margin-left: -8em
}

.g .g_both .g_sectionCell:last-child .g_foreground .g_capsuleAndIntensity .g_productTable {
    width: 100%;
    left: 50%;
    position: relative;
    margin-left: -18%
}

.g .g_both .g_sectionCell:last-child .g_foreground .g_capsuleAndIntensity .g_productTitle {
    text-align: left
}

.g .g_both .g_sectionCell:last-child .g_btnExplore {
    padding-right: 1em
}

.g .g_both .g_sectionCell:last-child .g_btnExplore i {
    right: 0
}

@media screen and (min-width:0\0) {
    .g .g_both .g_debugIECell {
        position: relative;
        height: 100%;
        width: 100%
    }

    .g .g_both .g_sectionCell:first-child .g_foreground .g_visuals {
        -webkit-transform: translate(49%);
        transform: translate(49%)
    }

    .g .g_both .g_sectionCell:last-child .g_foreground .g_visuals {
        -webkit-transform: translate(-61%);
        transform: translate(-61%)
    }
}

@media screen and (max-width:767px) {
    .g .g_both {
        margin-bottom: 0
    }

    .g .g_both .g_sectionCell {
        padding: 0 0 5.71429em
    }

    .g .g_both .g_sectionCell .g_bg_scene {
        height: 160vw;
        background-size: 100% auto;
        background-position: top
    }

    .g .g_both .g_sectionCell .g_explore {
        margin: 0;
        width: 4.57143em;
        height: 4.57143em;
        overflow: hidden;
        position: absolute
    }

    .g .g_both .g_sectionCell .g_explore .g_btnExplore {
        position: absolute;
        width: 4.57143em;
        height: 4.57143em;
        border: 0;
        background: #fff;
        color: #000;
        border-radius: 50%;
        min-width: 0;
        opacity: 1
    }

    .g .g_both .g_sectionCell .g_explore .g_btnExplore span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        text-transform: none
    }

    .g .g_both .g_sectionCell .g_foreground {
        width: 50vw;
        padding: 0 1.42857em !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0 !important
    }

    .g .g_both .g_sectionCell .g_foreground .g_visuals {
        margin-top: 12vw;
        width: 110vw;
        height: 110vw
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity {
        -webkit-transform: none !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-top: 18.57143em
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_capsule {
        position: relative;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        left: 50%;
        width: 45vw;
        margin: 0 !important
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_capsule.g_vl {
        -webkit-transform: translate(-50%) scale(1.3);
        transform: translate(-50%) scale(1.3)
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTable {
        -webkit-transform: none !important;
        transform: none !important;
        display: block;
        margin: 0 !important;
        left: 0 !important
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd,
    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTitle {
        display: block;
        padding: 0;
        text-align: center !important
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd .g_description,
    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productTitle .g_description {
        width: 100%
    }

    .g .g_both .g_sectionCell .g_foreground .g_capsuleAndIntensity .g_productAdd {
        width: 100%;
        margin-top: 1em
    }

    .g .g_both .g_sectionCell:first-child .g_explore {
        right: 0
    }

    .g .g_both .g_sectionCell:first-child .g_explore .g_btnExplore {
        right: -2.28571em
    }

    .g .g_both .g_sectionCell:first-child .g_foreground .g_visuals {
        right: 0;
        -webkit-transform: translate(50%);
        transform: translate(50%)
    }

    .g .g_both .g_sectionCell:last-child .g_explore {
        left: 0
    }

    .g .g_both .g_sectionCell:last-child .g_explore .g_btnExplore {
        left: -2.28571em
    }

    .g .g_both .g_sectionCell:last-child .g_foreground .g_visuals {
        left: 0;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.g .g_rangeSliderCell {
    display: table-cell;
    z-index: 1;
    overflow: visible;
    position: relative;
    pointer-events: none
}

.g .g_rangeSlider {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 2px;
    height: 50%
}

.g .g_rangeSlider:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, #fff), color-stop(80%, #fff), to(transparent));
    background-image: linear-gradient(0deg, transparent, #fff 20%, #fff 80%, transparent)
}

@media screen and (max-width:767px) {
    .g .g_rangeSlider {
        height: 50%
    }

    .g .g_rangeSlider:after {
        top: 40%
    }
}

.g .g_hero .g_description,
.g .g_hero .g_description+.g_addToCart {
    display: none
}

.g .g_hero.g_open .g_story {
    opacity: 0;
    visibility: hidden
}

.g .g_hero.g_open .g_explore {
    opacity: 0
}

.g .g_hero.g_open .g_rangeSlider:after {
    height: 200%
}

.g .g_hero .g_sectionCell.g_grow {
    width: 92%
}

.g .g_hero .g_sectionCell.g_grow .g_bg_scene:after {
    opacity: 0
}

.g .g_hero .g_sectionCell.g_grow .g_foreground {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity {
    margin-left: 0
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productTable {
    margin-left: -50%
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productTable .g_productTitle {
    text-align: center
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productTable .g_aromaticProfil {
    display: none
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productTable .g_description,
.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productTable .g_description+.g_addToCart {
    display: inline-block
}

.g .g_hero .g_sectionCell.g_grow .g_foreground .g_capsuleAndIntensity .g_productAdd {
    display: none
}

.g .g_hero .g_sectionCell.g_shrink {
    width: 8%
}

.g .g_hero .g_sectionCell.g_shrink .g_foreground {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 11.78571em;
    opacity: 0;
    visibility: hidden
}

.g .g_hero .g_sectionCell.g_shrink .g_sideSwitcher {
    pointer-events: all;
    -webkit-transform: none;
    transform: none
}

.g .g_hero .g_sectionCell.g_shrink .g_sideSwitcher:after {
    opacity: 1
}

@media screen and (min-width:768px) {
    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_visuals {
        margin-left: -14.28571em
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_visuals.g_vl {
        margin-left: -12.14286em
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_capsuleAndIntensity .g_visual {
        -webkit-transform: translate(-10em) scale(1.25);
        transform: translate(-10em) scale(1.25)
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_capsuleAndIntensity .g_visual.g_vl {
        -webkit-transform: translate(-10em) scale(1.5);
        transform: translate(-10em) scale(1.5)
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_visuals {
        margin-left: 14.28571em
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_visuals.g_vl {
        margin-left: 12.14286em
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_capsuleAndIntensity .g_visual {
        -webkit-transform: translate(10em) scale(1.25);
        transform: translate(10em) scale(1.25)
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_capsuleAndIntensity .g_visual.g_vl {
        -webkit-transform: translate(10em) scale(1.5);
        transform: translate(10em) scale(1.5)
    }
}

@media screen and (max-width:1439px) {
    .g .g_hero .g_sectionCell.g_shrink .g_explore {
        display: none
    }

    .g .g_hero .g_sectionCell.g_shrink .g_foreground {
        width: 0
    }
}

@media screen and (max-width:1279px) {
    .g .g_hero .g_sectionCell.g_grow {
        width: 100%
    }

    .g .g_hero .g_sectionCell.g_shrink {
        width: 0
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground,
    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground {
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:767px) {
    .g .g_hero.g_open .g_bg_scene {
        background-position: center -150%
    }

    .g .g_hero.g_open .g_both {
        height: 200vw
    }

    .g .g_hero .g_sectionCell.g_grow {
        width: 100%
    }

    .g .g_hero .g_sectionCell.g_grow .g_foreground {
        width: 80vw
    }

    .g .g_hero .g_sectionCell.g_shrink {
        width: 0
    }

    .g .g_hero .g_sectionCell.g_shrink .g_foreground {
        width: 0;
        padding: 0 !important
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_visuals {
        -webkit-transform: translate(15%);
        transform: translate(15%)
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_capsuleAndIntensity .g_visual {
        -webkit-transform: translate(-110%);
        transform: translate(-110%)
    }

    .g .g_hero .g_sectionCell.g_grow:first-child .g_foreground .g_capsuleAndIntensity .g_vl {
        -webkit-transform: translate(-100%) scale(1.3);
        transform: translate(-100%) scale(1.3)
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_visuals {
        -webkit-transform: translate(-15%);
        transform: translate(-15%)
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_capsuleAndIntensity .g_visual {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .g .g_hero .g_sectionCell.g_grow:last-child .g_foreground .g_capsuleAndIntensity .g_vl {
        -webkit-transform: translate(-50%) scale(1.3);
        transform: translate(-50%) scale(1.3)
    }
}

.g_gridList {
    text-align: center
}

.g_gridList>li {
    margin: 1em 0
}

.g_gridList>li .g_visual {
    position: relative;
    width: 100%;
    height: 14.28571em
}

.g_gridList>li .g_visual .g_image {
    background-position: bottom;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (min-width:768px) {
    .g_gridList .g_gridItem a.g_thumb:hover .g_image {
        will-change: transform;
        opacity: .9;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .g_keyTab .g_gridList .g_gridItem a.g_thumb:focus {
        -webkit-filter: sepia(100%) hue-rotate(145deg) saturate(300%);
        filter: sepia(100%) hue-rotate(145deg) saturate(300%)
    }

    .g_gridList .g_gridItem a.g_thumbRound {
        overflow: hidden
    }

    .g_keyTab .g_gridList .g_gridItem a.g_thumbRound:focus .g_image {
        -webkit-box-shadow: inset 0 0 1px 2px #4298ad;
        box-shadow: inset 0 0 1px 2px #4298ad
    }
}

@media screen and (max-width:767px) {
    .g_gridList .g_gridItem {
        width: 100% !important;
        display: block;
        margin-top: 4em
    }

    .g_gridList .g_gridItem:first-child {
        margin-top: 0
    }

    .g_gridList .g_gridItem .g_thumb,
    .g_gridList .g_gridItem .g_visual {
        margin: 0;
        width: 75vw;
        height: 75vw
    }
}

.g .g_productsCradle .g_description li {
    display: inline-block
}

.g .g_productsCradle .g_coffeeVisual,
.g .g_productsCradle .g_visual {
    display: inline-block;
    margin-bottom: 0;
    position: relative
}

.g .g_productsCradle .g_capsule,
.g .g_productsCradle .g_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_productsCradle .g_number {
    font-weight: 300
}

.g .g_productsCradle .g_description>.g_h4 {
    margin-top: 1em;
    margin-bottom: 0
}

.g .g_productsCradle .g_coffeeDescription .g_wysiwyg:last-child {
    width: 70%
}

.g .g_productsCradle .g_itemRow .g_productPrice {
    color: #fff
}

.g .g_productsCradle .g_itemRow:last-child .g_h3 {
    width: 50%;
    margin-top: 2em
}

@media screen and (min-width:768px) {
    .g .g_productsCradle {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .g .g_productsCradle>div {
        display: table-cell
    }

    .g .g_productsCradle>div>div {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 100%
    }

    .g .g_productsCradle>div>div>.g_itemRow {
        display: table-row
    }

    .g .g_productsCradle>div>div>.g_itemRow .g_visual {
        float: right
    }

    .g .g_productsCradle>div>div>.g_itemRow .g_cta {
        vertical-align: bottom
    }
}

@media screen and (max-width:767px) {
    .g .g_productsCradle {
        width: 100% !important;
        margin: 0 !important
    }

    .g .g_itemRow:last-child .g_h3 {
        width: 100% !important
    }
}

.g_productDuoPack .g_visual[data-v-18f4edcc] {
    width: 100%;
    height: 15.35714em !important
}

.g_productDuoPack .g_visual .g_bg[data-v-18f4edcc] {
    background-size: contain
}

.g_productDuoPack .g_description li[data-v-18f4edcc] {
    vertical-align: top;
    width: 50%
}

.g_productDuoPack .g_description .g_number[data-v-18f4edcc],
.g_productDuoPack .g_description .g_title[data-v-18f4edcc] {
    display: inline-block
}

.g_productDuoPack .g_description .g_number[data-v-18f4edcc] {
    margin-left: .25em
}

.g_productDuoPack .g_coffeeVisual[data-v-18f4edcc] {
    margin-top: 1.78571em;
    width: 14.92857em;
    height: 7.57143em
}

.g_productDuoPack .g_cta[data-v-18f4edcc] {
    margin-top: -3em
}

.g_productDuoPack.g_vl .g_capsule[data-v-18f4edcc] {
    bottom: -1em
}

.g_productDuoPack.g_vl .g_capsule.g_espressoVl[data-v-18f4edcc] {
    bottom: -2.5em
}

@media screen and (min-width:768px) {
    .g_productDuoPack.g_vl .g_coffeeVisual[data-v-18f4edcc] {
        width: 16.35714em;
        height: 7.57143em
    }

    .g_productDuoPack.g_vl .g_visual[data-v-18f4edcc] {
        width: 100%;
        height: 19.28571em !important
    }
}

@media screen and (max-width:767px) {
    .g_productDuoPack .g_visual[data-v-18f4edcc] {
        width: 100% !important;
        height: 8.57143em !important
    }

    .g_productDuoPack .g_visual .g_bg[data-v-18f4edcc] {
        background-size: 25em auto;
        background-position: 50%
    }

    .g_productDuoPack .g_visual .g_bgVl[data-v-18f4edcc] {
        background-size: cover
    }

    .g_productDuoPack .g_description ul[data-v-18f4edcc] {
        margin-top: -1em
    }

    .g_productDuoPack .g_description li[data-v-18f4edcc]:first-child {
        padding-right: 1em
    }

    .g_productDuoPack .g_description li[data-v-18f4edcc]:last-child {
        padding-left: 1em
    }

    .g_productDuoPack .g_coffeeVisual[data-v-18f4edcc] {
        width: 8.57143em;
        height: 5em
    }

    .g_productDuoPack .g_cta[data-v-18f4edcc] {
        margin-top: 1em
    }

    .g_productDuoPack.g_vl .g_capsule[data-v-18f4edcc] {
        bottom: -1em
    }

    .g_productDuoPack.g_vl .g_capsule.g_espressoVl[data-v-18f4edcc] {
        bottom: -1.8em
    }
}

.g .g_h5[data-v-3919295e] {
    margin-bottom: 0 !important
}

.g .g_wysiwyg[data-v-3919295e] {
    margin-top: 0 !important
}

.g .g_productAssortments .g_visual[data-v-3919295e] {
    height: 37.14286em !important;
    margin-bottom: 1em
}

.g .g_productAssortments .g_visual .g_image[data-v-3919295e] {
    background-position: 100%
}

.g .g_productAssortments .g_coffeeVisual[data-v-3919295e] {
    width: 5em;
    height: 4.28571em
}

.g .g_productAssortments .g_coffeeVisual .g_capsule[data-v-3919295e] {
    background-position: bottom;
    background-size: cover
}

.g .g_productAssortments .g_description .g_h4[data-v-3919295e] {
    margin: 1em 0
}

.g .g_assortments[data-v-3919295e] {
    position: relative
}

.g .g_assortments[data-v-3919295e]:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #fff), color-stop(50%, #fff), to(transparent));
    background-image: linear-gradient(0deg, transparent, #fff 50%, #fff 0, transparent)
}

.g .g_assortments>div[data-v-3919295e]:first-child {
    padding-right: 5em
}

.g .g_assortments>div[data-v-3919295e]:last-child {
    padding-left: 5em
}

.g .g_assortments .g_row4>li[data-v-3919295e] {
    padding: 0 .5em !important
}

@media screen and (min-width:768px) {
    .g .g_assortment-venezia[data-v-3919295e] {
        position: relative
    }

    .g .g_assortment-venezia .g_coffees[data-v-3919295e] {
        position: absolute;
        display: table;
        top: 15em;
        width: 30em;
        height: 42.85714em
    }

    .g .g_assortment-venezia .g_coffees ul[data-v-3919295e] {
        display: table-cell !important;
        vertical-align: middle
    }

    .g .g_assortment-venezia .g_coffees li[data-v-3919295e] {
        width: 50% !important;
        display: inline-block;
        margin-bottom: 4em;
        text-align: center;
        vertical-align: top
    }

    .g .g_assortment-venezia .g_coffees .g_h6[data-v-3919295e] {
        font-size: 1.28571em
    }

    .g .g_assortment-venezia .g_visual[data-v-3919295e] {
        height: 42.85714em !important;
        width: 66em
    }

    .g .g_assortment-venezia .g_coffeeVisual[data-v-3919295e] {
        width: 8.57143em;
        height: 7.14286em
    }

    .g .g_assortment-venezia .g_coffeeVisual.g_vl[data-v-3919295e] {
        width: 11.42857em;
        height: 10em;
        margin-bottom: -2em
    }

    .g .g_assortment-venezia .g_visual>.g_image[data-v-3919295e] {
        left: 40%
    }

    .g .g_assortment-venezia .g_visual .g_pack3D .g_pack[data-v-3919295e] {
        left: 85%
    }

    .g .g_assortment-venezia .g_coffees ul[data-v-3919295e] {
        text-align: left
    }

    .g .g_assortment-venezia .g_coffees li[data-v-3919295e]:nth-child(2n) {
        margin-top: 0
    }

    .g .g_assortment-venezia .g_coffees li[data-v-3919295e]:nth-child(odd) {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g .g_productAssortments .g_visual[data-v-3919295e] {
        height: 41.42857em !important
    }
}

@media screen and (max-width:767px) {
    .g .g_productAssortments .g_visual[data-v-3919295e] {
        height: 22.85714em !important;
        width: 100%
    }

    .g .g_productAssortments .g_coffeeVisual[data-v-3919295e] {
        width: 5em;
        height: 5em
    }

    .g .g_productAssortments .g_coffeeVisual .g_capsule[data-v-3919295e] {
        background-position: 50%
    }

    .g .g_productAssortments .g_mobileAssortment>li[data-v-3919295e] {
        width: 50%;
        vertical-align: top;
        margin-bottom: 2em
    }

    .g .g_productAssortments .g_mobileAssortment>li .g_wysiwyg[data-v-3919295e] {
        font-size: .85714em
    }

    .g.g_vl .g_productAssortments .g_coffeeVisual[data-v-3919295e] {
        width: 10.71429em;
        height: 4.28571em
    }
}

.g .g_storyTelling.g_section {
    overflow: visible
}

.g .g_storyTelling.g_section .g_content {
    padding: 5em 0
}

.g .g_storyTelling+.g_section {
    overflow: visible
}

.g .g_storyTelling+.g_section.g_right .g_text {
    padding-left: 4em
}

.g .g_storyTelling+.g_section.g_left .g_text {
    padding-right: 4em
}

.g .g_storyTelling+.g_section .g_capsuleFloated {
    position: absolute;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 12em;
    height: 14em;
    top: -8em
}

.g .g_storyTelling+.g_section .g_capsuleFloated.g_istanbul {
    left: -10vw
}

.g .g_storyTelling+.g_section .g_capsuleFloated.g_venezia {
    right: -10vw
}

.g .g_storyTelling+.g_section .g_capsuleFloated.g_vl {
    top: -6em;
    width: 15em;
    height: 16em
}

@media screen and (max-width:1365px) {
    .g .g_storyTelling+.g_section .g_bg {
        background-size: cover !important
    }

    .g .g_storyTelling+.g_section .g_capsuleFloated {
        width: 11em;
        height: 13em;
        top: -8em
    }

    .g .g_storyTelling+.g_section .g_capsuleFloated.g_istanbul {
        left: -4vw
    }

    .g .g_storyTelling+.g_section .g_capsuleFloated.g_venezia {
        right: -4vw
    }

    .g .g_storyTelling+.g_section .g_capsuleFloated.g_vl {
        top: -5em;
        width: 13em;
        height: 14em
    }
}

@media screen and (max-width:767px) {
    .g .g_storyTelling.g_section .g_content {
        padding: 3em 0
    }

    .g .g_storyTelling+.g_section .g_bg {
        background-size: 100% auto !important
    }

    .g .g_storyTelling+.g_section.g_right .g_text {
        padding-left: 1.5em
    }

    .g .g_storyTelling+.g_section.g_left .g_text {
        padding-right: .5em
    }

    .g .g_storyTelling+.g_section .g_restrict {
        padding-bottom: calc(165vw - 5.71429em) !important
    }
}

.g .g_visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-transform: none
}

.g input[type=checkbox],
.g input[type=radio] {
    width: 30px;
    margin: 0 0 0 -30px;
    opacity: 0;
    float: left;
    -webkit-transform: translate(-10000px);
    transform: translate(-10000px)
}

.g article,
.g aside,
.g footer,
.g header,
.g nav,
.g section {
    display: block
}

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

.g figcaption,
.g figure {
    display: block
}

.g figure {
    margin: 1em 40px
}

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

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

.g a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.g a:active,
.g a:hover {
    outline-width: 0
}

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

.g b,
.g strong {
    font-weight: inherit;
    font-weight: bolder
}

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

.g dfn {
    font-style: italic
}

.g mark {
    background-color: #ff0;
    color: #000
}

.g small {
    font-size: 80%
}

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

.g sub {
    bottom: -.25em
}

.g sup {
    top: -.5em
}

.g audio,
.g video {
    display: inline-block
}

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

.g img {
    border-style: none
}

.g button,
.g input,
.g optgroup,
.g select,
.g textarea {
    font: inherit;
    margin: 0
}

.g optgroup {
    font-weight: 700
}

.g button,
.g input {
    overflow: visible
}

.g button,
.g select {
    text-transform: none
}

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

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

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

.g legend {
    color: inherit;
    white-space: normal
}

.g progress {
    display: inline-block;
    vertical-align: baseline
}

.g textarea {
    overflow: auto
}

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

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

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

.g [type=search]::-webkit-search-cancel-button,
.g [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

.g details,
.g menu {
    display: block
}

.g summary {
    display: list-item
}

.g canvas {
    display: inline-block
}

.g [hidden],
.g template {
    display: none
}

.g ::selection {
    color: #fff;
    background: #4298ad;
    text-shadow: none
}

.g nav ol,
.g nav ul {
    list-style: inherit
}

.g img {
    vertical-align: inherit
}

.g button,
.g input[type=button],
.g input[type=reset],
.g input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.g input[type=email],
.g input[type=password],
.g input[type=text] {
    font-size: inherit;
    padding: 0;
    margin: 0
}

.g button,
.g input {
    line-height: normal
}

.g button,
.g input,
.g select,
.g textarea {
    font-size: inherit;
    vertical-align: inherit;
    outline: none;
    padding: 0
}

.g label {
    font-size: 1em
}

.g mark {
    font-weight: inherit
}

.g svg {
    overflow: visible !important
}

.g .g_swiper * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#header .OrderLinksBanner {
    display: none
}

.g_native body {
    padding-top: 0
}

.g_native #footer,
.g_native #footer-navigation,
.g_native #header {
    display: none
}

.g_native .g a[href="#"] {
    -webkit-transition: none !important;
    transition: none !important;
    cursor: default !important;
    pointer-events: none;
    text-decoration: inherit !important;
    color: inherit !important
}

html {
    overflow-x: hidden
}

.g * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.g button {
    border: 0;
    background: none;
    text-align: left;
    color: inherit
}

.g button,
.g label,
.g select {
    cursor: pointer
}

.g a {
    text-decoration: none
}

.g a[href^="tel:"] {
    white-space: nowrap
}

.g select {
    -moz-appearance: none;
    -webkit-appearance: none
}

.g a,
.g button,
.g img,
.g input,
.g label,
.g select,
.g textarea {
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.g [contentEditable=true]:focus,
.g [tabindex]:focus,
.g a:focus,
.g area:focus,
.g button:focus,
.g iframe:focus,
.g input:focus,
.g select:focus,
.g textarea:focus {
    outline: none
}

.g .g_debugTableIE {
    position: relative;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: Nespresso Icons;
    src: url('../fonts/nespresso-icons-webfont.woff') format("woff");
    font-style: normal;
    font-weight: 400
}

.g [class^=fn_] {
    font-family: Nespresso Icons !important;
    font-style: normal;
    font-weight: 400;
    position: relative;
    speak: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.g [class^=fn_][class*=Up]:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Down]:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Left]:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
    position: absolute
}

.g .fn_logo:before {
    content: "\E91A"
}

.g .fn_basket:before {
    content: "\E928"
}

.g .fn_persons:before {
    content: "\E916"
}

.g .fn_time:before {
    content: "\E937"
}

.g .fn_bean:before {
    content: "\E912"
}

.g .fn_addToCart:before {
    content: "\E91B"
}

.g .fn_menu:before {
    content: "\E912"
}

.g .fn_emptyCircle:before {
    content: "\E907"
}

.g .fn_angleDown:before,
.g .fn_angleLeft:before,
.g .fn_angleRight:before,
.g .fn_angleUp:before {
    content: "\E901"
}

.g .fn_angleDownCircle:before,
.g .fn_angleLeftCircle:before,
.g .fn_angleRightCircle:before,
.g .fn_angleUpCircle:before {
    content: "\E903"
}

.g .fn_chevronDown:before,
.g .fn_chevronLeft:before,
.g .fn_chevronRight:before,
.g .fn_chevronUp:before {
    content: "\E932"
}

.g .fn_video:before {
    content: "\E914"
}

.g .fn_videoCircle:before {
    content: "\E933"
}

.g .fn_play:before {
    content: "\E924"
}

.g .fn_close:before {
    content: "\E905"
}

.g .fn_closeCircle:before {
    content: "\E906"
}

.g .fn_more:before {
    content: "\E908"
}

.g .fn_moreCircle:before {
    content: "\E909"
}

.g .fn_tick:before {
    content: "\E90B"
}

.g .fn_tickCircle:before {
    content: "\E90C"
}

.g .fn_angleLink:before {
    content: "\E932"
}

.g .fn_arrowLink:before {
    content: "\E915"
}

.g .fn_camera:before {
    content: "\E934"
}

.g .fn_shoot:before {
    content: "\E935"
}

.g .fn_upload:before {
    content: "\E918"
}

.g .fn_download:before {
    content: "\E936"
}

.g .fn_amp:before {
    content: "\E91C"
}

.g .fn_quotes:before {
    content: "\E91D"
}

.g .fn_reset:before {
    content: "\E91E"
}

.g .fn_minus:before {
    content: "\E923"
}

.g .fn_offAccessories:before {
    content: "\E938"
}

.g .fn_ristretto:before {
    content: "\E90E"
}

.g .fn_espresso:before {
    content: "\E902"
}

.g .fn_lungo:before {
    content: "\E90A"
}

.g .fn_americano:before {
    content: "\E900"
}

.g .fn_hotwater:before {
    content: "\E904"
}

.g .fn_ristrettoFilled:before {
    content: "\E91F"
}

.g .fn_espressoFilled:before {
    content: "\E920"
}

.g .fn_lungoFilled:before {
    content: "\E921"
}

.g .fn_americanoFilled:before {
    content: "\E925"
}

.g .fn_mugFilled:before {
    content: "\E922"
}

.g .fn_temp0:before {
    content: "\E90F"
}

.g .fn_temp1:before {
    content: "\E910"
}

.g .fn_temp2:before {
    content: "\E911"
}

.g .fn_temp3:before {
    content: "\E913"
}

.g .fn_email:before {
    content: "\E92F"
}

.g .fn_facebook:before {
    content: "\E92D"
}

.g .fn_twitter:before {
    content: "\E92C"
}

.g .fn_linkedin:before {
    content: "\E931"
}

.g .fn_googleplus:before {
    content: "\E92E"
}

.g .fn_youtube:before {
    content: "\E92A"
}

.g .fn_pinterest:before {
    content: "\E929"
}

.g .fn_instagram:before {
    content: "\E92B"
}

.g .fn_weibo:before {
    content: "\E926"
}

.g .fn_wechat:before {
    content: "\E927"
}

.g .fn_originalRistretto:before {
    content: "\E93B"
}

.g .fn_originalEspresso:before {
    content: "\E939"
}

.g .fn_originalLungo:before {
    content: "\E93A"
}

.g .fn_vertuoEspresso:before {
    content: "\E93E"
}

.g .fn_vertuoDoubleEspresso:before {
    content: "\E93D"
}

.g .fn_vertuoGranLungo:before {
    content: "\E93F"
}

.g .fn_vertuoMug:before {
    content: "\E940"
}

.g .fn_vertuoAlto:before {
    content: "\E93C"
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Med.ttf') format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-SemiBd.ttf') format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-XtraBd.otf') format("truetype");
    font-style: normal;
    font-weight: 800
}

.g {
    font-size: 14px;
    font-family: Lucas, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #000;
    overflow: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (min-width:1920px) {
    .g {
        font-size: calc(14px + (100vw - 1920px)/200)
    }
}

@media screen and (max-width:1279px) {
    .g {
        font-size: calc(14px + (100vw - 1280px)/200)
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g_responsive .g {
        font-size: calc(14px + (100vw - 1280px)/135)
    }
}

.g .v_brand {
    font-weight: 800
}

.g .v_brand em {
    font-weight: 500
}

.g .v_brand em,
.g em .v_brand,
.g em .v_brand em,
.g i .v_brand,
.g i .v_brand em {
    font-style: normal
}

@media screen and (max-width:1439px) {
    .g {
        font-size: 13px
    }
}

@media screen and (max-width:1365px) {
    .g {
        font-size: 12.5px
    }
}

@media screen and (max-width:1279px) {
    .g {
        font-size: 12px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g {
        font-size: 11.5px
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .g {
        font-size: 3.73333vw
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .g {
        font-size: 2.09895vw
    }
}

.g .g_breadcrumb .g_nav {
    z-index: 3
}

.g .g_hidden {
    display: none
}

.g .g_content {
    height: auto
}

.g .g_popin .g_h2,
.g .g_popin .g_wysiwyg {
    width: 100% !important
}

.g .g_popinRecipe .g_leftCol .g_main {
    text-align: left
}

.g .g_btnExplore {
    border: 2px solid #fff;
    opacity: .8;
    margin-top: 0 !important;
    font-weight: 800
}

.g .g_btnExplore i {
    font-size: 2em;
    width: 1.2em
}

.g .g_btnExplore:hover {
    opacity: 1
}

.g_ol .g_h2 strong,
.g_vl .g_h2 strong {
    font-weight: 300 !important
}

.g_ol .g_h2 strong strong,
.g_vl .g_h2 strong strong {
    font-weight: 500 !important
}

@media screen and (min-width:768px) {
    .g .g_section.g_recipes {
        height: 38vw;
        max-height: 75vh
    }

    .g .g_section.g_recipes .g_gradientTitle {
        position: absolute;
        text-align: center;
        color: #fff;
        z-index: 1;
        width: 100%;
        padding-top: 5em;
        background-color: rgba(0, 0, 0, .9) 5%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, .005)), color-stop(5%, rgba(0, 0, 0, .9)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .005) 100% 0, rgba(0, 0, 0, .9) 0 100%)
    }

    .g .g_section.g_recipes .g_imageGrid {
        height: 100%
    }

    .g .g_section.g_recipes .g_imageGrid .g_h3 {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .g .g_recipes .g_gradientTitle {
        display: none
    }

    .g .g_recipes .g_imageGrid .g_h3 {
        text-align: center
    }

    .g .g_recipes1 .g_imageGrid {
        height: 100vw;
        max-height: none
    }

    .g .g_recipes2 .g_imageGrid {
        height: 200vw;
        max-height: none
    }

    .g .g_recipes2 .g_imageGrid>div {
        display: block;
        width: 100%;
        height: 100vw
    }

    .g .g_recipes2 .g_imageGrid>div+div {
        width: 100%;
        height: 100vw
    }
}

.g .v_swiper {
    width: 71.14286em;
    margin-bottom: 0 !important
}

.g .v_swiper .v_swiperOverflow {
    overflow: visible
}

.g .v_swiper .v_swiperOverflow:after,
.g .v_swiper .v_swiperOverflow:before {
    display: none
}

.g .v_swiper .swiper-button-next,
.g .v_swiper .swiper-button-prev {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5)
}

.g .v_swiper .swiper-slide .g_itemRow .g_cta,
.g .v_swiper .swiper-slide .g_itemRow .g_description,
.g .v_swiper .swiper-slide .g_itemRow .g_text,
.g .v_swiper .swiper-slide .g_itemRow .g_title,
.g .v_swiper .swiper-slide .g_itemRow .g_visual {
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_swiperSection .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    height: 22em
}

.g .g_swiperSection .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
    width: 140%;
    margin-left: -20%
}

.g .g_swiperSection .swiper-slide-active+.swiper-slide+.swiper-slide .g_itemRow .g_cta,
.g .g_swiperSection .swiper-slide-active+.swiper-slide+.swiper-slide .g_itemRow .g_description,
.g .g_swiperSection .swiper-slide-active+.swiper-slide+.swiper-slide .g_itemRow .g_title,
.g .g_swiperSection .swiper-slide-active+.swiper-slide+.swiper-slide .g_itemRow .g_visual,
.g .g_swiperSection .swiper-slide-active+.swiper-slide .g_itemRow .g_cta,
.g .g_swiperSection .swiper-slide-active+.swiper-slide .g_itemRow .g_description,
.g .g_swiperSection .swiper-slide-active+.swiper-slide .g_itemRow .g_title,
.g .g_swiperSection .swiper-slide-active+.swiper-slide .g_itemRow .g_visual,
.g .g_swiperSection .swiper-slide-active .g_itemRow .g_cta,
.g .g_swiperSection .swiper-slide-active .g_itemRow .g_description,
.g .g_swiperSection .swiper-slide-active .g_itemRow .g_title,
.g .g_swiperSection .swiper-slide-active .g_itemRow .g_visual {
    opacity: 1
}

.g .g_swiperSection .g_swiperPacks .swiper-button-next,
.g .g_swiperSection .g_swiperPacks .swiper-button-prev {
    top: 20%
}

.g .g_swiperSection .g_swiperView .swiper-button-next,
.g .g_swiperSection .g_swiperView .swiper-button-prev {
    top: 45%
}

.g .g_milk .swiper-slide-active+.swiper-slide .g_itemRow .g_text,
.g .g_milk .swiper-slide-active+.swiper-slide .g_itemRow .g_visual,
.g .g_milk .swiper-slide-active .g_itemRow .g_text,
.g .g_milk .swiper-slide-active .g_itemRow .g_visual {
    opacity: 1
}

.g .g_milk .swiper-button-next,
.g .g_milk .swiper-button-prev {
    top: 30%
}

.g .g_milk .swiper-button-next:before,
.g .g_milk .swiper-button-prev:before {
    border-color: #fff
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .g .v_swiper {
        width: calc(100vw - 4em)
    }
}

@media screen and (max-width:767px) {
    .g .v_swiper {
        width: calc(100vw - 2.85714em)
    }

    .g .g_milk .swiper-button-next,
    .g .g_milk .swiper-button-prev {
        top: 15%
    }
}

/*! coffee-houses | Tue Mar 05 2019 08:38:40 GMT+0100 (CET) */
.g {
    position: relative
}

.g .g_bg_fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_bg_fixed .g_bg {
    background-size: 200vw auto
}

.g .g_bg_fixed .g_bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .25)), color-stop(25%, rgba(0, 0, 0, .85)), color-stop(75%, rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .25)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .85) 25%, rgba(0, 0, 0, .85) 75%, rgba(0, 0, 0, .25))
}

.g .g_bg_fixed .g_bg_istanbul,
.g .g_bg_fixed .g_bg_venezia {
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}

.g .g_bg_fixed .g_bg_both {
    background-position: 50%
}

.g .g_bg_fixed .g_bg_istanbul {
    background-position: 0
}

.g .g_bg_fixed .g_bg_istanbul:before {
    background-color: rgba(0, 0, 0, .3);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .3)), color-stop(30%, rgba(0, 0, 0, .85)), color-stop(70%, rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .85) 30%, rgba(0, 0, 0, .85) 70%, rgba(0, 0, 0, .3));
    width: 120%
}

.g .g_bg_fixed .g_bg_venezia {
    background-position: 100%
}

.g .g_bg_fixed .g_bg_venezia:before {
    background-color: rgba(0, 0, 0, .1);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .1)), color-stop(30%, rgba(0, 0, 0, .8)), color-stop(70%, rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, .1));
    width: 120%;
    left: -20%
}

.g .g_bg_fixed.g_istanbul .g_bg_istanbul,
.g .g_bg_fixed.g_venezia .g_bg_venezia {
    opacity: 1;
    visibility: visible
}

.g_edge body,
.g_ie body {
    background-color: #0c182e !important;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .3)), color-stop(25%, rgba(0, 0, 0, .85)), color-stop(75%, rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .3))), url(https://www.nespresso.com/shared_res/agility/coffeeHouses/coffeeHouses/img/backgrounds/background_both_L.jpg) !important;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .85) 25%, rgba(0, 0, 0, .85) 75%, rgba(0, 0, 0, .3)), url(https://www.nespresso.com/shared_res/agility/coffeeHouses/coffeeHouses/img/backgrounds/background_both_L.jpg) !important;
    background-position: 50% !important;
    background-attachment: fixed !important;
    background-size: 100vw auto, 200vw auto !important
}

.g_edge.g_istanbul body,
.g_ie.g_istanbul body {
    background-position: 0 !important
}

.g_edge.g_venezia body,
.g_ie.g_venezia body {
    background-position: 100% !important
}

.g_edge .g,
.g_ie .g {
    background-color: transparent
}

.g_edge .g .g_bg_fixed,
.g_ie .g .g_bg_fixed {
    display: none
}

@media screen and (orientation:portrait) {
    .g .g_bg_fixed .g_bg {
        background-size: 300vw auto
    }
}

@media screen and (max-width:767px) {
    .g .g_bg_fixed .g_bg {
        background-size: 240vw auto
    }

    .g .g_bg_fixed .g_bg:before {
        background-color: rgba(0, 0, 0, .25);
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .25)), color-stop(25%, rgba(0, 0, 0, .75)), color-stop(75%, rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .25)));
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .75) 25%, rgba(0, 0, 0, .75) 75%, rgba(0, 0, 0, .25))
    }
}

.g .g_milk .g_visual {
    position: relative;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.g .g_milk .g_cup {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 29.64286em;
    width: 35.57143em
}

.g .g_milk .g_capsule,
.g .g_milk .g_cup {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: contain
}

.g .g_milk .g_capsule {
    z-index: 1;
    width: 22.21429em;
    height: 8.57143em;
    bottom: -2.25em;
    margin-left: -5em
}

.g .g_milk .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    height: 29.64286em
}

.g .g_milk .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_text {
    padding-top: 2em;
    color: #000
}

.g_ol .g_milk .g_text .g_bg,
.g_vl .g_milk .g_text .g_bg {
    position: relative;
    height: 32.14286em;
    width: 100%;
    margin-bottom: 1em;
    margin-top: -8em;
    background-size: contain
}

.g_ol .g_milk .g_h2,
.g_vl .g_milk .g_h2 {
    color: #fff
}

.g_ol .g_milk .g_text,
.g_vl .g_milk .g_text {
    color: #000
}

@media screen and (max-width:767px) {
    .g .g_milk .g_cup {
        -webkit-transform: translate(-50%, -4em) scale(.75);
        transform: translate(-50%, -4em) scale(.75)
    }

    .g .g_milk .g_capsule {
        -webkit-transform: translate(-50%) scale(.75);
        transform: translate(-50%) scale(.75)
    }

    .g .g_milk .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
        height: 22.5em
    }

    .g .g_milk .g_bg_table {
        -webkit-transform: translate(-50%, 15.71429em);
        transform: translate(-50%, 15.71429em)
    }

    .g_ol .g_milk .g_h2,
    .g_vl .g_milk .g_h2 {
        margin-bottom: 0
    }

    .g_ol .g_milk .g_visual,
    .g_vl .g_milk .g_visual {
        height: 20em !important
    }

    .g_ol .g_milk .g_visual .g_image,
    .g_vl .g_milk .g_visual .g_image {
        background-size: cover;
        margin-top: -2em
    }
}

.g .v_swiper .swiper-pagination {
    display: none
}

.g .g_swiperSection .g_h3 {
    margin-top: 2em;
    margin-bottom: .5em
}

.g .g_swiperSection .g_addToCart {
    margin: 1em 0 0
}

.g .g_swiperSection .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 1em
}

.g .g_swiperSection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    max-width: 23.71429em;
    margin: 0 auto;
    position: relative
}

.g .g_swiperSection .v_swiper .g_link {
    margin-bottom: 0;
    color: #6a4c20
}

.g .g_swiperSection .g_bg {
    background-size: cover;
    background-position: 50%
}

.g .g_swiperSection .g_bg:before {
    content: "";
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g_olvl .g_swiperSection .g_bg:before {
    background: transparent;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .25)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .25) 0, hsla(0, 0%, 100%, 0))
}

@media screen and (max-width:767px) {
    .g .g_swiperSection .g_h2 {
        margin-bottom: 0
    }

    .g .v_swiper .v_swiperOverflow {
        padding: 0
    }

    .g .v_swiper .swiper-button-next:before,
    .g .v_swiper .swiper-button-prev:before {
        width: 1em;
        height: 1em
    }

    .g .v_swiper .swiper-button-prev {
        margin-left: -2em
    }

    .g .v_swiper .swiper-button-next {
        margin-right: -2em
    }

    .g .g_swiperSection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow,
    .g .g_swiperSection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow>div,
    .g .g_swiperSection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
        display: block
    }
}

.g .g_services .g_restrict .g_h3:last-child {
    margin-top: 3em !important;
    width: 66%
}

@media screen and (max-width:767px) {
    .g .g_services .g_restrict .g_h3:last-child {
        width: 70%
    }
}