.btn {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 1.6rem;
    color: #34303d;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #34303d
}

.btn-check:focus+.btn,.btn:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5);
    outline: 0
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
    background-color: #2c2934;
    border-color: #2a2631;
    color: #fff
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    background-color: #2a2631;
    border-color: #27242e;
    color: #fff
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.btn-secondary {
    background-color: #00d1d2;
    border-color: #00d1d2;
    color: #000
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #26d8d9;
    border-color: #1ad6d7;
    color: #000
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    box-shadow: 0 0 0 .1rem rgba(0,178,179,.5)
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    background-color: #33dadb;
    border-color: #1ad6d7;
    color: #000
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(0,178,179,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #00d1d2;
    border-color: #00d1d2;
    color: #000
}

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000
}

.btn-check:focus+.btn-info,.btn-info:focus {
    box-shadow: 0 0 0 .1rem rgba(11,172,204,.5)
}

.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000
}

.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(11,172,204,.5)
}

.btn-info.disabled,.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-dark {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover {
    background-color: #2c2934;
    border-color: #2a2631;
    color: #fff
}

.btn-check:focus+.btn-dark,.btn-dark:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
    background-color: #2a2631;
    border-color: #27242e;
    color: #fff
}

.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.btn-soft-white {
    background-color: #fffdfb;
    border-color: #fffdfb;
    color: #000
}

.btn-check:focus+.btn-soft-white,.btn-soft-white:focus,.btn-soft-white:hover {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:focus+.btn-soft-white,.btn-soft-white:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.btn-check:active+.btn-soft-white,.btn-check:checked+.btn-soft-white,.btn-soft-white.active,.btn-soft-white:active,.show>.btn-soft-white.dropdown-toggle {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:active+.btn-soft-white:focus,.btn-check:checked+.btn-soft-white:focus,.btn-soft-white.active:focus,.btn-soft-white:active:focus,.show>.btn-soft-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.btn-soft-white.disabled,.btn-soft-white:disabled,.btn-white {
    background-color: #fffdfb;
    border-color: #fffdfb;
    color: #000
}

.btn-check:focus+.btn-white,.btn-white:focus,.btn-white:hover {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:focus+.btn-white,.btn-white:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.btn-white.disabled,.btn-white:disabled {
    background-color: #fffdfb;
    border-color: #fffdfb;
    color: #000
}

.btn-link,.nbw .btn-link-slate-turquoise,.nbw .btn-link-slate-white,.nbw .btn-link-white-turquoise {
    color: #34303d;
    font-weight: 400;
    text-decoration: underline
}

.btn-link:hover,.nbw .btn-link-slate-turquoise:hover,.nbw .btn-link-slate-white:hover,.nbw .btn-link-white-turquoise:hover {
    color: #2a2631
}

.btn-link.disabled,.btn-link:disabled,.nbw .btn-link-slate-turquoise:disabled,.nbw .btn-link-slate-white:disabled,.nbw .btn-link-white-turquoise:disabled,.nbw .disabled.btn-link-slate-turquoise,.nbw .disabled.btn-link-slate-white,.nbw .disabled.btn-link-white-turquoise {
    color: #6c757d
}

.btn-lg {
    border-radius: 3rem;
    font-size: 1.25rem;
    padding: 1.5rem 3rem
}

.btn-sm {
    border-radius: 1rem;
    font-size: .875rem;
    padding: .25rem 1rem
}

.form-label {
    margin-bottom: .5rem
}

.form-text {
    color: #7b7881;
    font-size: .875em;
    margin-top: .25rem
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone input[type=text]:focus,.form-control,.input-validated.raf__modal-device--serial,.raf__modal-device--serial,.raf__modal-device--serial:-webkit-autofill+.validate-icon {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fffdfb;
    border: 1px solid #b8b7bb;
    border-radius: .25rem;
    color: #34303d;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 1rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone input[type=text]:focus,.form-control,.input-validated.raf__modal-device--serial,.raf__modal-device--serial,.raf__modal-device--serial:-webkit-autofill+.validate-icon {
        -webkit-transition: none;
        transition: none
    }
}

.checkout--cc--redesign .text-phone input[type=file][type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+[type=file].validate-icon,.form-control[type=file],.raf__modal-device--serial:-webkit-autofill+[type=file].validate-icon,[type=file].raf__modal-device--serial {
    overflow: hidden
}

.checkout--cc--redesign .text-phone input[type=file][type=text]:not(:disabled):not([readonly]):focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+[type=file].validate-icon:not(:disabled):not([readonly]),.form-control[type=file]:not(:disabled):not([readonly]),.raf__modal-device--serial:-webkit-autofill+[type=file].validate-icon:not(:disabled):not([readonly]),[type=file].raf__modal-device--serial:not(:disabled):not([readonly]) {
    cursor: pointer
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:focus,.checkout--cc--redesign .text-phone input[type=text]:focus,.form-control:focus,.raf__modal-device--serial:-webkit-autofill+.validate-icon:focus,.raf__modal-device--serial:focus {
    background-color: #fffdfb;
    border-color: #34303d;
    box-shadow: #34303d;
    color: #34303d;
    outline: 0
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::-webkit-date-and-time-value,.checkout--cc--redesign .text-phone input[type=text]:focus::-webkit-date-and-time-value,.form-control::-webkit-date-and-time-value,.input-validated.raf__modal-device--serial::-webkit-date-and-time-value,.raf__modal-device--serial:-webkit-autofill+.validate-icon::-webkit-date-and-time-value,.raf__modal-device--serial::-webkit-date-and-time-value {
    height: 1.5em
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::placeholder,.checkout--cc--redesign .text-phone input[type=text]:focus::placeholder,.form-control::placeholder,.input-validated.raf__modal-device--serial::placeholder,.raf__modal-device--serial:-webkit-autofill+.validate-icon::placeholder,.raf__modal-device--serial::placeholder {
    color: #7b7881;
    opacity: 1
}

.checkout--cc--redesign .text-phone input[readonly][type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:disabled,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+[readonly].validate-icon,.checkout--cc--redesign .text-phone input[type=text]:disabled:focus,.form-control:disabled,.form-control[readonly],.raf__modal-device--serial:-webkit-autofill+.validate-icon:disabled,.raf__modal-device--serial:-webkit-autofill+[readonly].validate-icon,.raf__modal-device--serial:disabled,[readonly].raf__modal-device--serial {
    background-color: #f6f4f0;
    opacity: 1
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::file-selector-button,.checkout--cc--redesign .text-phone input[type=text]:focus::file-selector-button,.form-control::file-selector-button,.input-validated.raf__modal-device--serial::file-selector-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon::file-selector-button,.raf__modal-device--serial::file-selector-button {
    -webkit-margin-end: 1rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:1px;border-radius: 0;
    color: #34303d;
    margin: -.75rem -1rem;
    margin-inline-end:1rem;padding: .75rem 1rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::file-selector-button,.checkout--cc--redesign .text-phone input[type=text]:focus::file-selector-button,.form-control::file-selector-button,.input-validated.raf__modal-device--serial::file-selector-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon::file-selector-button,.raf__modal-device--serial::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:hover:not(:disabled):not([readonly])::file-selector-button,.checkout--cc--redesign .text-phone input[type=text]:hover:not(:disabled):not([readonly]):focus::file-selector-button,.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon:hover:not(:disabled):not([readonly])::file-selector-button,.raf__modal-device--serial:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::-webkit-file-upload-button,.checkout--cc--redesign .text-phone input[type=text]:focus::-webkit-file-upload-button,.form-control::-webkit-file-upload-button,.input-validated.raf__modal-device--serial::-webkit-file-upload-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon::-webkit-file-upload-button,.raf__modal-device--serial::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width:1px;border-radius: 0;
    color: #34303d;
    margin: -.75rem -1rem;
    margin-inline-end:1rem;padding: .75rem 1rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon::-webkit-file-upload-button,.checkout--cc--redesign .text-phone input[type=text]:focus::-webkit-file-upload-button,.form-control::-webkit-file-upload-button,.input-validated.raf__modal-device--serial::-webkit-file-upload-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon::-webkit-file-upload-button,.raf__modal-device--serial::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.checkout--cc--redesign .text-phone input[type=text]:hover:not(:disabled):not([readonly]):focus::-webkit-file-upload-button,.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.raf__modal-device--serial:-webkit-autofill+.validate-icon:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.raf__modal-device--serial:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 3rem + 2px);
    padding: 1.5rem 2rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 2rem;
    margin: -1.5rem -2rem;
    margin-inline-end:2rem;padding: 1.5rem 2rem
}

.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 2rem;
    margin: -1.5rem -2rem;
    margin-inline-end:2rem;padding: 1.5rem 2rem
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+textarea.validate-icon,.raf__modal-device--serial:-webkit-autofill+textarea.validate-icon,textarea.form-control,textarea.input-validated.raf__modal-device--serial,textarea.raf__modal-device--serial {
    min-height: calc(1.5em + 1.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 3rem + 2px)
}

.form-select,.form-standard-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fffdfb;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #b8b7bb;
    border-radius: .25rem;
    color: #34303d;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 3rem .75rem 1rem;
    width: 100%
}

.form-select:focus,.form-standard-select select:focus {
    border-color: #34303d;
    box-shadow: none;
    outline: 0
}

.form-select[multiple],.form-select[size]:not([size="1"]),.form-standard-select select[multiple],.form-standard-select select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 1rem
}

.form-select:disabled,.form-standard-select select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring,.form-standard-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #34303d
}

.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-top: 1.5rem
}

.checkboxes-wrapper .form-group .form-item,.component-self-service .component-self-service-step-checkout .checkout__payment .payment__add-new-card .agreement-check,.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 2em
}

.checkboxes-wrapper .form-group .form-item .form-check-input,.component-self-service .component-self-service-step-checkout .checkout__payment .payment__add-new-card .agreement-check .form-check-input,.form-check .form-check-input {
    float: left;
    margin-left: -2em
}

.form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fffdfb;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #262a33;
    height: 1.5em;
    margin-top: 0;
    -webkit-print-color-adjust: exact;
    vertical-align: top;
    width: 1.5em
}

.form-check-input[type=checkbox] {
    border-radius: .1875em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #34303d;
    box-shadow: none;
    outline: 0
}

.form-check-input:checked {
    background-color: #262a33;
    border-color: #262a33
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../../../../content/dam/iqos/global/marketing/brand/graphics/check.svg)
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%2334303d'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #34303d;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #34303d
}

.form-check-input:disabled {
    filter: none;
    opacity: .3;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    opacity: .3
}

.form-check-label {
    color: #34303d
}

.form-switch {
    padding-left: 2.625em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%2334303d'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 1em;
    margin-left: -2.625em;
    transition: background-position .15s ease-in-out;
    width: 2.125em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%2334303d'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%23262a33'/%3E%3C/svg%3E");
    background-position: 100%
}

.btn-check {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.checkout--cc--redesign .text-phone .input-group>input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone .input-group>input[type=text]:focus,.form-standard-select .input-group>select,.input-group>.form-control,.input-group>.form-select,.input-group>.raf__modal-device--serial,.input-group>.raf__modal-device--serial:-webkit-autofill+.validate-icon {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.checkout--cc--redesign .text-phone .input-group>input[type=text]:-webkit-autofill:focus+.validate-icon:focus,.checkout--cc--redesign .text-phone .input-group>input[type=text]:focus,.form-standard-select .input-group>select:focus,.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.raf__modal-device--serial:-webkit-autofill+.validate-icon:focus,.input-group>.raf__modal-device--serial:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #b8b7bb;
    border-radius: .25rem;
    color: #34303d;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 1rem;
    text-align: center;
    white-space: nowrap
}

.checkout--cc--redesign .text-phone .input-group-lg>input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone .input-group-lg>input[type=text]:focus,.form-standard-select .input-group-lg>select,.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.raf__modal-device--serial,.input-group-lg>.raf__modal-device--serial:-webkit-autofill+.validate-icon {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: 1.5rem 2rem
}

.checkout--cc--redesign .text-phone .input-group-sm>input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone .input-group-sm>input[type=text]:focus,.form-standard-select .input-group-sm>select,.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.raf__modal-device--serial,.input-group-sm>.raf__modal-device--serial:-webkit-autofill+.validate-icon {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.form-standard-select .input-group-lg>select,.form-standard-select .input-group-sm>select,.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 4rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.warning-tooltip):not(.warning-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.valid-feedback {
    color: #57760c;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.checkout--cc--redesign .text-phone input.input-validated[type=text]:focus~.valid-feedback,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon~.valid-feedback,.input-validated.raf__modal-device--serial~.valid-feedback,.is-valid~.valid-feedback,.raf__modal-device--serial:-webkit-autofill+.validate-icon~.valid-feedback,.was-validated :valid~.valid-feedback {
    display: block
}

.checkout--cc--redesign .text-phone .was-validated input[type=text]:valid:focus,.checkout--cc--redesign .text-phone input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input.is-valid[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon,.form-control.is-valid,.input-validated.raf__modal-device--serial,.is-valid.raf__modal-device--serial,.raf__modal-device--serial:-webkit-autofill+.validate-icon,.was-validated .checkout--cc--redesign .text-phone input[type=text]:valid:focus,.was-validated .form-control:valid,.was-validated .raf__modal-device--serial:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%2357760c' cx='12' cy='12' r='12'/%3E%3Cpath fill='%23FFF' d='M9.1 17.2c-.2 0-.4-.1-.5-.2l-3.2-3.4c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.7 2.8 7.7-7.9c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1L9.6 17c-.1.2-.3.2-.5.2z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .375rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem);
    border-color: #57760c;
    padding-right: calc(1.5em + 1.5rem)
}

.checkout--cc--redesign .text-phone .was-validated input[type=text]:valid:focus,.checkout--cc--redesign .text-phone input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input.is-valid[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:focus,.form-control.is-valid:focus,.input-validated.raf__modal-device--serial:focus,.is-valid.raf__modal-device--serial:focus,.raf__modal-device--serial:-webkit-autofill+.validate-icon:focus,.was-validated .checkout--cc--redesign .text-phone input[type=text]:valid:focus,.was-validated .form-control:valid:focus,.was-validated .raf__modal-device--serial:valid:focus {
    border-color: #57760c;
    box-shadow: 0 0 0 .1rem rgba(87,118,12,.5)
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+textarea.validate-icon,.raf__modal-device--serial:-webkit-autofill+textarea.validate-icon,.was-validated textarea.form-control:valid,.was-validated textarea.raf__modal-device--serial:valid,textarea.form-control.is-valid,textarea.input-validated.raf__modal-device--serial,textarea.is-valid.raf__modal-device--serial {
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem);
    padding-right: calc(1.5em + 1.5rem)
}

.checkout--cc--redesign .text-phone .form-standard-select input[type=text]:-webkit-autofill:focus+select.validate-icon,.checkout--cc--redesign .text-phone input.form-select.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-select.validate-icon,.form-select.input-validated.raf__modal-device--serial,.form-select.is-valid,.form-standard-select .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+select.validate-icon,.form-standard-select .raf__modal-device--serial:-webkit-autofill+select.validate-icon,.form-standard-select .was-validated select:valid,.form-standard-select select.input-validated.raf__modal-device--serial,.form-standard-select select.is-valid,.raf__modal-device--serial:-webkit-autofill+.form-select.validate-icon,.was-validated .form-select:valid,.was-validated .form-standard-select select:valid {
    border-color: #57760c
}

.checkout--cc--redesign .text-phone .form-standard-select input[type=text]:-webkit-autofill:focus+select.validate-icon:not([multiple]):not([size]),.checkout--cc--redesign .text-phone .form-standard-select input[type=text]:-webkit-autofill:focus+select.validate-icon:not([multiple])[size="1"],.checkout--cc--redesign .text-phone input.form-select.input-validated[type=text]:not([multiple]):not([size]):focus,.checkout--cc--redesign .text-phone input.form-select.input-validated[type=text]:not([multiple])[size="1"]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-select.validate-icon:not([multiple]):not([size]),.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-select.validate-icon:not([multiple])[size="1"],.form-select.input-validated.raf__modal-device--serial:not([multiple]):not([size]),.form-select.input-validated.raf__modal-device--serial:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.form-standard-select .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+select.validate-icon:not([multiple]):not([size]),.form-standard-select .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+select.validate-icon:not([multiple])[size="1"],.form-standard-select .raf__modal-device--serial:-webkit-autofill+select.validate-icon:not([multiple]):not([size]),.form-standard-select .raf__modal-device--serial:-webkit-autofill+select.validate-icon:not([multiple])[size="1"],.form-standard-select .was-validated select:valid:not([multiple]):not([size]),.form-standard-select .was-validated select:valid:not([multiple])[size="1"],.form-standard-select select.input-validated.raf__modal-device--serial:not([multiple]):not([size]),.form-standard-select select.input-validated.raf__modal-device--serial:not([multiple])[size="1"],.form-standard-select select.is-valid:not([multiple]):not([size]),.form-standard-select select.is-valid:not([multiple])[size="1"],.raf__modal-device--serial:-webkit-autofill+.form-select.validate-icon:not([multiple]):not([size]),.raf__modal-device--serial:-webkit-autofill+.form-select.validate-icon:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.was-validated .form-standard-select select:valid:not([multiple]):not([size]),.was-validated .form-standard-select select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%2357760c' cx='12' cy='12' r='12'/%3E%3Cpath fill='%23FFF' d='M9.1 17.2c-.2 0-.4-.1-.5-.2l-3.2-3.4c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.7 2.8 7.7-7.9c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1L9.6 17c-.1.2-.3.2-.5.2z'/%3E%3C/svg%3E");
    background-position: right 1rem center,center right 3rem;
    background-size: 16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);
    padding-right: 5.5rem
}

.checkout--cc--redesign .text-phone .form-standard-select input[type=text]:-webkit-autofill:focus+select.validate-icon:focus,.checkout--cc--redesign .text-phone input.form-select.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-select.validate-icon:focus,.form-select.input-validated.raf__modal-device--serial:focus,.form-select.is-valid:focus,.form-standard-select .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+select.validate-icon:focus,.form-standard-select .raf__modal-device--serial:-webkit-autofill+select.validate-icon:focus,.form-standard-select .was-validated select:valid:focus,.form-standard-select select.input-validated.raf__modal-device--serial:focus,.form-standard-select select.is-valid:focus,.raf__modal-device--serial:-webkit-autofill+.form-select.validate-icon:focus,.was-validated .form-select:valid:focus,.was-validated .form-standard-select select:valid:focus {
    border-color: #57760c;
    box-shadow: 0 0 0 .1rem rgba(87,118,12,.5)
}

.checkout--cc--redesign .text-phone input.form-check-input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-check-input.validate-icon,.form-check-input.input-validated.raf__modal-device--serial,.form-check-input.is-valid,.raf__modal-device--serial:-webkit-autofill+.form-check-input.validate-icon,.was-validated .form-check-input:valid {
    border-color: #57760c
}

.checkout--cc--redesign .text-phone input.form-check-input.input-validated[type=text]:checked:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-check-input.validate-icon:checked,.form-check-input.input-validated.raf__modal-device--serial:checked,.form-check-input.is-valid:checked,.raf__modal-device--serial:-webkit-autofill+.form-check-input.validate-icon:checked,.was-validated .form-check-input:valid:checked {
    background-color: #57760c
}

.checkout--cc--redesign .text-phone input.form-check-input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-check-input.validate-icon:focus,.form-check-input.input-validated.raf__modal-device--serial:focus,.form-check-input.is-valid:focus,.raf__modal-device--serial:-webkit-autofill+.form-check-input.validate-icon:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .1rem rgba(87,118,12,.5)
}

.checkout--cc--redesign .text-phone input.form-check-input.input-validated[type=text]:focus~.form-check-label,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.form-check-input.validate-icon~.form-check-label,.form-check-input.input-validated.raf__modal-device--serial~.form-check-label,.form-check-input.is-valid~.form-check-label,.raf__modal-device--serial:-webkit-autofill+.form-check-input.validate-icon~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #57760c
}

.checkout--cc--redesign .text-phone .input-group input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input.is-valid[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input[type=text]:-webkit-autofill:focus+.validate-icon,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:valid:focus,.form-standard-select .input-group select.is-valid,.form-standard-select .was-validated .input-group select:valid,.input-group .checkout--cc--redesign .text-phone input.input-validated[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input.is-valid[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon,.input-group .form-control.is-valid,.input-group .form-select.is-valid,.input-group .form-standard-select select.is-valid,.input-group .input-validated.raf__modal-device--serial,.input-group .is-valid.raf__modal-device--serial,.input-group .raf__modal-device--serial:-webkit-autofill+.validate-icon,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:valid:focus,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid,.was-validated .input-group .form-standard-select select:valid,.was-validated .input-group .raf__modal-device--serial:valid {
    z-index: 1
}

.checkout--cc--redesign .text-phone .input-group input.input-validated[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input.is-valid[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input[type=text]:-webkit-autofill:focus+.validate-icon:focus,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:valid:focus,.form-standard-select .input-group select.is-valid:focus,.form-standard-select .was-validated .input-group select:valid:focus,.input-group .checkout--cc--redesign .text-phone input.input-validated[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input.is-valid[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:focus,.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.input-group .form-standard-select select.is-valid:focus,.input-group .input-validated.raf__modal-device--serial:focus,.input-group .is-valid.raf__modal-device--serial:focus,.input-group .raf__modal-device--serial:-webkit-autofill+.validate-icon:focus,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus,.was-validated .input-group .form-standard-select select:valid:focus,.was-validated .input-group .raf__modal-device--serial:valid:focus {
    z-index: 3
}

.invalid-feedback {
    color: #c73636;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.is-invalid~.invalid-feedback,.was-validated :invalid~.invalid-feedback {
    display: block
}

.checkout--cc--redesign .text-phone .was-validated input[type=text]:-webkit-autofill:focus+.validate-icon:invalid,.checkout--cc--redesign .text-phone .was-validated input[type=text]:invalid:focus,.checkout--cc--redesign .text-phone input.is-invalid[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon,.form-control.is-invalid,.is-invalid.raf__modal-device--serial,.raf__modal-device--serial:-webkit-autofill+.is-invalid.validate-icon,.was-validated .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:invalid,.was-validated .checkout--cc--redesign .text-phone input[type=text]:invalid:focus,.was-validated .form-control:invalid,.was-validated .raf__modal-device--serial:-webkit-autofill+.validate-icon:invalid,.was-validated .raf__modal-device--serial:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23c73636' cx='12' cy='12' r='12'/%3E%3Cellipse fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' cx='12' cy='19.6' rx='1.3' ry='1.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M12.1 16.8h-.2c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h.2c.6 0 1 .4 1 1v10.8c0 .5-.4 1-1 1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .375rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem);
    border-color: #c73636;
    padding-right: calc(1.5em + 1.5rem)
}

.checkout--cc--redesign .text-phone .was-validated input[type=text]:-webkit-autofill:focus+.validate-icon:invalid:focus,.checkout--cc--redesign .text-phone .was-validated input[type=text]:invalid:focus,.checkout--cc--redesign .text-phone input.is-invalid[type=text]:focus,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon:focus,.form-control.is-invalid:focus,.is-invalid.raf__modal-device--serial:focus,.raf__modal-device--serial:-webkit-autofill+.is-invalid.validate-icon:focus,.was-validated .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:invalid:focus,.was-validated .checkout--cc--redesign .text-phone input[type=text]:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .raf__modal-device--serial:-webkit-autofill+.validate-icon:invalid:focus,.was-validated .raf__modal-device--serial:invalid:focus {
    border-color: #c73636;
    box-shadow: 0 0 0 .1rem rgba(199,54,54,.5)
}

.checkout--cc--redesign .text-phone .was-validated input[type=text]:-webkit-autofill:focus+textarea.validate-icon:invalid,.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+textarea.is-invalid.validate-icon,.raf__modal-device--serial:-webkit-autofill+textarea.is-invalid.validate-icon,.was-validated .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+textarea.validate-icon:invalid,.was-validated .raf__modal-device--serial:-webkit-autofill+textarea.validate-icon:invalid,.was-validated textarea.form-control:invalid,.was-validated textarea.raf__modal-device--serial:invalid,textarea.form-control.is-invalid,textarea.is-invalid.raf__modal-device--serial {
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem);
    padding-right: calc(1.5em + 1.5rem)
}

.form-select.is-invalid,.form-standard-select .was-validated select:invalid,.form-standard-select select.is-invalid,.was-validated .form-select:invalid,.was-validated .form-standard-select select:invalid {
    border-color: #c73636
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.form-standard-select .was-validated select:invalid:not([multiple]):not([size]),.form-standard-select .was-validated select:invalid:not([multiple])[size="1"],.form-standard-select select.is-invalid:not([multiple]):not([size]),.form-standard-select select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.was-validated .form-standard-select select:invalid:not([multiple]):not([size]),.was-validated .form-standard-select select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23c73636' cx='12' cy='12' r='12'/%3E%3Cellipse fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' cx='12' cy='19.6' rx='1.3' ry='1.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M12.1 16.8h-.2c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h.2c.6 0 1 .4 1 1v10.8c0 .5-.4 1-1 1z'/%3E%3C/svg%3E");
    background-position: right 1rem center,center right 3rem;
    background-size: 16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);
    padding-right: 5.5rem
}

.form-select.is-invalid:focus,.form-standard-select .was-validated select:invalid:focus,.form-standard-select select.is-invalid:focus,.was-validated .form-select:invalid:focus,.was-validated .form-standard-select select:invalid:focus {
    border-color: #c73636;
    box-shadow: 0 0 0 .1rem rgba(199,54,54,.5)
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #c73636
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #c73636
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .1rem rgba(199,54,54,.5)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #c73636
}

.checkout--cc--redesign .text-phone .input-group input.is-invalid[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:-webkit-autofill:focus+.validate-icon:invalid,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:invalid:focus,.form-standard-select .input-group select.is-invalid,.form-standard-select .was-validated .input-group select:invalid,.input-group .checkout--cc--redesign .text-phone input.is-invalid[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon,.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.input-group .form-standard-select select.is-invalid,.input-group .is-invalid.raf__modal-device--serial,.input-group .raf__modal-device--serial:-webkit-autofill+.is-invalid.validate-icon,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:invalid,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:invalid:focus,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid,.was-validated .input-group .form-standard-select select:invalid,.was-validated .input-group .raf__modal-device--serial:-webkit-autofill+.validate-icon:invalid,.was-validated .input-group .raf__modal-device--serial:invalid {
    z-index: 2
}

.checkout--cc--redesign .text-phone .input-group input.is-invalid[type=text]:focus,.checkout--cc--redesign .text-phone .input-group input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon:focus,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:-webkit-autofill:focus+.validate-icon:invalid:focus,.checkout--cc--redesign .text-phone .was-validated .input-group input[type=text]:invalid:focus,.form-standard-select .input-group select.is-invalid:focus,.form-standard-select .was-validated .input-group select:invalid:focus,.input-group .checkout--cc--redesign .text-phone input.is-invalid[type=text]:focus,.input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.is-invalid.validate-icon:focus,.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.input-group .form-standard-select select.is-invalid:focus,.input-group .is-invalid.raf__modal-device--serial:focus,.input-group .raf__modal-device--serial:-webkit-autofill+.is-invalid.validate-icon:focus,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon:invalid:focus,.was-validated .input-group .checkout--cc--redesign .text-phone input[type=text]:invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus,.was-validated .input-group .form-standard-select select:invalid:focus,.was-validated .input-group .raf__modal-device--serial:-webkit-autofill+.validate-icon:invalid:focus,.was-validated .input-group .raf__modal-device--serial:invalid:focus {
    z-index: 3
}

.link-slate,.nbw .btn-link-slate-turquoise,.nbw .btn-link-slate-white,.nbw .link-slate-turquoise,.nbw .link-slate-white {
    color: #34303d
}

.link-slate:focus,.link-slate:hover,.nbw .btn-link-slate-turquoise:focus,.nbw .btn-link-slate-turquoise:hover,.nbw .btn-link-slate-white:focus,.nbw .btn-link-slate-white:hover,.nbw .link-slate-turquoise:focus,.nbw .link-slate-turquoise:hover,.nbw .link-slate-white:focus,.nbw .link-slate-white:hover {
    color: #2a2631
}

.link-soft-white,.nbw .btn-link-white-turquoise,.nbw .link-white-turquoise {
    color: #fffdfb
}

.link-soft-white:focus,.link-soft-white:hover,.nbw .btn-link-white-turquoise:focus,.nbw .btn-link-white-turquoise:hover,.nbw .link-white-turquoise:focus,.nbw .link-white-turquoise:hover {
    color: #fffdfc
}

.link-turquoise {
    color: #00d1d2
}

.link-turquoise:focus,.link-turquoise:hover {
    color: #33dadb
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,.nbw .btn-outline-slate-slate,.nbw .btn-outline-slate-turquoise,.nbw .btn-outline-white-turquoise,.nbw .btn-slate-turquoise,.nbw .btn-slate-white,.nbw .btn-white-turquoise,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .global-btn.my-cart__redeem-points-apply-btn,.nbw .loyalty-two-cards-banner.is-first-component .cta,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link,.nbw .my-cart__quick-btn.global-btn.btn--blue,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 1.6rem;
    color: #34303d;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .gigya-raas-register .gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,.nbw .btn-outline-slate-slate,.nbw .btn-outline-slate-turquoise,.nbw .btn-outline-white-turquoise,.nbw .btn-slate-turquoise,.nbw .btn-slate-white,.nbw .btn-white-turquoise,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .global-btn.my-cart__redeem-points-apply-btn,.nbw .loyalty-two-cards-banner.is-first-component .cta,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link,.nbw .my-cart__quick-btn.global-btn.btn--blue,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button {
        transition: none
    }
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit:hover,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:hover,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:hover:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:hover:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:hover:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:hover:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:hover:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:hover:after,.nbw .btn-outline-slate-slate:hover,.nbw .btn-outline-slate-turquoise:hover,.nbw .btn-outline-white-turquoise:hover,.nbw .btn-slate-turquoise:hover,.nbw .btn-slate-white:hover,.nbw .btn-white-turquoise:hover,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:hover,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover,.nbw .global-btn.my-cart__redeem-points-apply-btn:hover,.nbw .loyalty-two-cards-banner.is-first-component .cta:hover,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:hover,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:hover,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:hover,.nbw .my-cart__quick-btn.global-btn.btn--blue:hover,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:hover,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:hover {
    color: #34303d
}

.gigya-raas-register .btn-check:focus+.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .btn-check:focus+.gigya-input-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit:focus,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:focus,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:focus:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:focus:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:focus:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .btn-check:focus+.tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:focus:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:focus:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:focus:after,.nbw .btn-check:focus+.btn-outline-slate-slate,.nbw .btn-check:focus+.btn-outline-slate-turquoise,.nbw .btn-check:focus+.btn-outline-white-turquoise,.nbw .btn-check:focus+.btn-slate-turquoise,.nbw .btn-check:focus+.btn-slate-white,.nbw .btn-check:focus+.btn-white-turquoise,.nbw .btn-check:focus+.global-btn.my-cart__redeem-points-apply-btn,.nbw .btn-check:focus+.my-cart__quick-btn.global-btn.btn--blue,.nbw .btn-outline-slate-slate:focus,.nbw .btn-outline-slate-turquoise:focus,.nbw .btn-outline-white-turquoise:focus,.nbw .btn-slate-turquoise:focus,.nbw .btn-slate-white:focus,.nbw .btn-white-turquoise:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:focus+.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:focus+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .loyalty-two-cards-banner.is-first-component .btn-check:focus+.cta,.nbw .loyalty-two-cards-banner.is-first-component .cta:focus,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-3 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:focus,.nbw .my-cart__quick-btn.global-btn.btn--blue:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:focus+.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:focus,.nbw .refer-a-friend__referal-code--container .btn-check:focus+.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5);
    outline: 0
}

.gigya-raas-register .disabled.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .disabled.gigya-input-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit:disabled,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit fieldset:disabled .gigya-input-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:disabled,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .disabled.tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:disabled:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider fieldset:disabled .tabbing-button[title=Line]:after,.gigya-raas-register fieldset:disabled .gigya-composite-control.gigya-composite-control-submit,.nbw .btn-outline-slate-slate:disabled,.nbw .btn-outline-slate-turquoise:disabled,.nbw .btn-outline-white-turquoise:disabled,.nbw .btn-slate-turquoise:disabled,.nbw .btn-slate-white:disabled,.nbw .btn-white-turquoise:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .disabled.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .disabled.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper fieldset:disabled .btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper fieldset:disabled .cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .disabled.btn-outline-slate-slate,.nbw .disabled.btn-outline-slate-turquoise,.nbw .disabled.btn-outline-white-turquoise,.nbw .disabled.btn-slate-turquoise,.nbw .disabled.btn-slate-white,.nbw .disabled.btn-white-turquoise,.nbw .disabled.global-btn.my-cart__redeem-points-apply-btn,.nbw .disabled.my-cart__quick-btn.global-btn.btn--blue,.nbw .global-btn.my-cart__redeem-points-apply-btn:disabled,.nbw .loyalty-two-cards-banner.is-first-component .cta:disabled,.nbw .loyalty-two-cards-banner.is-first-component .disabled.cta,.nbw .loyalty-two-cards-banner.is-first-component fieldset:disabled .cta,.nbw .loyalty-variants__wrapper.variant-1 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:disabled,.nbw .loyalty-variants__wrapper.variant-1 fieldset:disabled .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:disabled,.nbw .loyalty-variants__wrapper.variant-2 fieldset:disabled .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:disabled,.nbw .loyalty-variants__wrapper.variant-3 fieldset:disabled .loyalty-variants__link,.nbw .my-cart__quick-btn.global-btn.btn--blue:disabled,.nbw .my-cart__wrapper.my-cart__wrapper--empty .disabled.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:disabled,.nbw .my-cart__wrapper.my-cart__wrapper--empty fieldset:disabled .my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .disabled.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:disabled,.nbw .refer-a-friend__referal-code--container fieldset:disabled .refer-a-friend__referal-code--button,.nbw fieldset:disabled .btn-outline-slate-slate,.nbw fieldset:disabled .btn-outline-slate-turquoise,.nbw fieldset:disabled .btn-outline-white-turquoise,.nbw fieldset:disabled .btn-slate-turquoise,.nbw fieldset:disabled .btn-slate-white,.nbw fieldset:disabled .btn-white-turquoise,.nbw fieldset:disabled .global-btn.my-cart__redeem-points-apply-btn,.nbw fieldset:disabled .my-cart__quick-btn.global-btn.btn--blue,fieldset:disabled .gigya-raas-register .gigya-composite-control.gigya-composite-control-submit,fieldset:disabled .gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,fieldset:disabled .gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after,fieldset:disabled .nbw .btn-outline-slate-slate,fieldset:disabled .nbw .btn-outline-slate-turquoise,fieldset:disabled .nbw .btn-outline-white-turquoise,fieldset:disabled .nbw .btn-slate-turquoise,fieldset:disabled .nbw .btn-slate-white,fieldset:disabled .nbw .btn-white-turquoise,fieldset:disabled .nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue,fieldset:disabled .nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue,fieldset:disabled .nbw .global-btn.my-cart__redeem-points-apply-btn,fieldset:disabled .nbw .loyalty-two-cards-banner.is-first-component .cta,fieldset:disabled .nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link,fieldset:disabled .nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link,fieldset:disabled .nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link,fieldset:disabled .nbw .my-cart__quick-btn.global-btn.btn--blue,fieldset:disabled .nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn,fieldset:disabled .nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button {
    opacity: .65;
    pointer-events: none
}

@media (max-width: 767px) {
    .gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .mobile-collapse.gigya-input-submit,.gigya-raas-register .mobile-collapse.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Line]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .mobile-collapse.tabbing-button[title=Line]:after,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .mobile-collapse.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .mobile-collapse.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .loyalty-two-cards-banner.is-first-component .mobile-collapse.cta,.nbw .loyalty-variants__wrapper.variant-1 .mobile-collapse.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .mobile-collapse.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .mobile-collapse.loyalty-variants__link,.nbw .mobile-collapse.btn-outline-slate-slate,.nbw .mobile-collapse.btn-outline-slate-turquoise,.nbw .mobile-collapse.btn-outline-white-turquoise,.nbw .mobile-collapse.btn-slate-turquoise,.nbw .mobile-collapse.btn-slate-white,.nbw .mobile-collapse.btn-white-turquoise,.nbw .mobile-collapse.global-btn.my-cart__redeem-points-apply-btn,.nbw .mobile-collapse.my-cart__quick-btn.global-btn.btn--blue,.nbw .my-cart__wrapper.my-cart__wrapper--empty .mobile-collapse.my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .mobile-collapse.refer-a-friend__referal-code--button {
        width:100%
    }
}

.checkout--cc--redesign .text-phone input[type=text]:focus,.raf__modal-device--serial {
    height: inherit
}

.checkout--cc--redesign .text-phone input[type=text]:-webkit-autofill:focus+.validate-icon,.raf__modal-device--serial:-webkit-autofill+.validate-icon {
    background-position: 0 0;
    display: block!important;
    height: calc(.75em + .75rem);
    padding-right: 0;
    position: absolute;
    right: calc(.44em + .44rem);
    top: calc(.44em + .44rem);
    width: calc(.75em + .75rem)
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button {
    background-color: #34303d;
    border: #34303d;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:after,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:after,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:after,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:after,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:hover,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:hover,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:hover,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:hover {
    color: #34303d!important;
    cursor: pointer
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:hover:after,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover:after,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:hover:after,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:hover:after,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:hover:after {
    box-shadow: inset 0 0 0 0 #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:hover,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:hover,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:hover,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:hover {
    background-color: #2c2934;
    border-color: #2a2631;
    color: #fff
}

.gigya-raas-register .btn-check:focus+.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:focus+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:focus+.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:focus,.nbw .refer-a-friend__referal-code--container .btn-check:focus+.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:focus {
    background-color: #2c2934;
    border-color: #2a2631;
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5);
    color: #fff
}

.gigya-raas-register .active.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .btn-check:active+.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .btn-check:checked+.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:active,.gigya-raas-register .show>.dropdown-toggle.gigya-composite-control.gigya-composite-control-submit,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .active.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:active+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:checked+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:active,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .show>.dropdown-toggle.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .loyalty-variants__wrapper.variant-2 .active.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:active+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:checked+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:active,.nbw .loyalty-variants__wrapper.variant-2 .show>.dropdown-toggle.loyalty-variants__link,.nbw .my-cart__wrapper.my-cart__wrapper--empty .active.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:active+.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:checked+.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:active,.nbw .my-cart__wrapper.my-cart__wrapper--empty .show>.dropdown-toggle.my-cart__continue-btn.global-btn,.nbw .refer-a-friend__referal-code--container .active.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .btn-check:active+.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .btn-check:checked+.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:active,.nbw .refer-a-friend__referal-code--container .show>.dropdown-toggle.refer-a-friend__referal-code--button {
    background-color: #2a2631;
    border-color: #27242e;
    color: #fff
}

.gigya-raas-register .active.gigya-composite-control.gigya-composite-control-submit:focus,.gigya-raas-register .btn-check:active+.gigya-composite-control.gigya-composite-control-submit:focus,.gigya-raas-register .btn-check:checked+.gigya-composite-control.gigya-composite-control-submit:focus,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:active:focus,.gigya-raas-register .show>.dropdown-toggle.gigya-composite-control.gigya-composite-control-submit:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .active.cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:active+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:checked+.cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:active:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .show>.dropdown-toggle.cc__btn.btn.btn--standard.go-to-step-yes.step-issue:focus,.nbw .loyalty-variants__wrapper.variant-2 .active.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:active+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-2 .btn-check:checked+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:active:focus,.nbw .loyalty-variants__wrapper.variant-2 .show>.dropdown-toggle.loyalty-variants__link:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .active.my-cart__continue-btn.global-btn:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:active+.my-cart__continue-btn.global-btn:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .btn-check:checked+.my-cart__continue-btn.global-btn:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:active:focus,.nbw .my-cart__wrapper.my-cart__wrapper--empty .show>.dropdown-toggle.my-cart__continue-btn.global-btn:focus,.nbw .refer-a-friend__referal-code--container .active.refer-a-friend__referal-code--button:focus,.nbw .refer-a-friend__referal-code--container .btn-check:active+.refer-a-friend__referal-code--button:focus,.nbw .refer-a-friend__referal-code--container .btn-check:checked+.refer-a-friend__referal-code--button:focus,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:active:focus,.nbw .refer-a-friend__referal-code--container .show>.dropdown-toggle.refer-a-friend__referal-code--button:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.gigya-raas-register .disabled.gigya-composite-control.gigya-composite-control-submit,.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .disabled.cc__btn.btn.btn--standard.go-to-step-yes.step-issue,.nbw .loyalty-variants__wrapper.variant-2 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link:disabled,.nbw .my-cart__wrapper.my-cart__wrapper--empty .disabled.my-cart__continue-btn.global-btn,.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn:disabled,.nbw .refer-a-friend__referal-code--container .disabled.refer-a-friend__referal-code--button,.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button:disabled {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.nbw .loyalty-two-cards-banner.is-first-component .cta {
    background-color: #fffdfb;
    border: #fffdfb;
    color: #000;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .loyalty-two-cards-banner.is-first-component .cta:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .loyalty-two-cards-banner.is-first-component .cta:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .loyalty-two-cards-banner.is-first-component .cta:hover:after {
    box-shadow: inset 0 0 0 0 #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .loyalty-two-cards-banner.is-first-component .cta:hover {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.nbw .loyalty-two-cards-banner.is-first-component .btn-check:focus+.cta,.nbw .loyalty-two-cards-banner.is-first-component .cta:focus {
    background-color: #fffdfc;
    border-color: #fffdfb;
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5);
    color: #000
}

.nbw .loyalty-two-cards-banner.is-first-component .active.cta,.nbw .loyalty-two-cards-banner.is-first-component .btn-check:active+.cta,.nbw .loyalty-two-cards-banner.is-first-component .btn-check:checked+.cta,.nbw .loyalty-two-cards-banner.is-first-component .cta:active,.nbw .loyalty-two-cards-banner.is-first-component .show>.dropdown-toggle.cta {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.nbw .loyalty-two-cards-banner.is-first-component .active.cta:focus,.nbw .loyalty-two-cards-banner.is-first-component .btn-check:active+.cta:focus,.nbw .loyalty-two-cards-banner.is-first-component .btn-check:checked+.cta:focus,.nbw .loyalty-two-cards-banner.is-first-component .cta:active:focus,.nbw .loyalty-two-cards-banner.is-first-component .show>.dropdown-toggle.cta:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.nbw .loyalty-two-cards-banner.is-first-component .cta:disabled,.nbw .loyalty-two-cards-banner.is-first-component .disabled.cta {
    background-color: #fffdfb;
    border-color: #fffdfb;
    color: #000
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue,.nbw .global-btn.my-cart__redeem-points-apply-btn,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link,.nbw .my-cart__quick-btn.global-btn.btn--blue {
    border: #34303d;
    box-shadow: inset 0 0 0 2px #34303d;
    color: #34303d;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:after,.nbw .global-btn.my-cart__redeem-points-apply-btn:after,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:after,.nbw .my-cart__quick-btn.global-btn.btn--blue:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:hover,.nbw .global-btn.my-cart__redeem-points-apply-btn:hover,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:hover,.nbw .my-cart__quick-btn.global-btn.btn--blue:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:hover:after,.nbw .global-btn.my-cart__redeem-points-apply-btn:hover:after,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:hover:after,.nbw .my-cart__quick-btn.global-btn.btn--blue:hover:after {
    box-shadow: inset 0 0 0 2px #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:hover,.nbw .global-btn.my-cart__redeem-points-apply-btn:hover,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:hover,.nbw .my-cart__quick-btn.global-btn.btn--blue:hover {
    background-color: transparent;
    border-color: #00d1d2;
    color: #34303d
}

.nbw .btn-check:focus+.global-btn.my-cart__redeem-points-apply-btn,.nbw .btn-check:focus+.my-cart__quick-btn.global-btn.btn--blue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:focus+.btn--standard.go-to-step-no.step-issue,.nbw .global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:focus,.nbw .my-cart__quick-btn.global-btn.btn--blue:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.nbw .active.global-btn.my-cart__redeem-points-apply-btn,.nbw .active.my-cart__quick-btn.global-btn.btn--blue,.nbw .btn-check:active+.global-btn.my-cart__redeem-points-apply-btn,.nbw .btn-check:active+.my-cart__quick-btn.global-btn.btn--blue,.nbw .btn-check:checked+.global-btn.my-cart__redeem-points-apply-btn,.nbw .btn-check:checked+.my-cart__quick-btn.global-btn.btn--blue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .active.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:active,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:active+.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:checked+.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .dropdown-toggle.show.btn--standard.go-to-step-no.step-issue,.nbw .dropdown-toggle.show.global-btn.my-cart__redeem-points-apply-btn,.nbw .dropdown-toggle.show.my-cart__quick-btn.global-btn.btn--blue,.nbw .global-btn.my-cart__redeem-points-apply-btn:active,.nbw .loyalty-variants__wrapper.variant-1 .active.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:active+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:checked+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .dropdown-toggle.show.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:active,.nbw .my-cart__quick-btn.global-btn.btn--blue:active {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fff
}

.nbw .active.global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .active.my-cart__quick-btn.global-btn.btn--blue:focus,.nbw .btn-check:active+.global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .btn-check:active+.my-cart__quick-btn.global-btn.btn--blue:focus,.nbw .btn-check:checked+.global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .btn-check:checked+.my-cart__quick-btn.global-btn.btn--blue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .active.btn--standard.go-to-step-no.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:active:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:active+.btn--standard.go-to-step-no.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn-check:checked+.btn--standard.go-to-step-no.step-issue:focus,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .dropdown-toggle.show.btn--standard.go-to-step-no.step-issue:focus,.nbw .dropdown-toggle.show.global-btn.my-cart__redeem-points-apply-btn:focus,.nbw .dropdown-toggle.show.my-cart__quick-btn.global-btn.btn--blue:focus,.nbw .global-btn.my-cart__redeem-points-apply-btn:active:focus,.nbw .loyalty-variants__wrapper.variant-1 .active.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:active+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-1 .btn-check:checked+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-1 .dropdown-toggle.show.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:active:focus,.nbw .my-cart__quick-btn.global-btn.btn--blue:active:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue:disabled,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .disabled.btn--standard.go-to-step-no.step-issue,.nbw .disabled.global-btn.my-cart__redeem-points-apply-btn,.nbw .disabled.my-cart__quick-btn.global-btn.btn--blue,.nbw .global-btn.my-cart__redeem-points-apply-btn:disabled,.nbw .loyalty-variants__wrapper.variant-1 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:disabled,.nbw .my-cart__quick-btn.global-btn.btn--blue:disabled {
    background-color: transparent;
    color: #34303d
}

.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link {
    border: #fffdfb;
    box-shadow: inset 0 0 0 2px #fffdfb;
    color: #fffdfb;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:hover:after {
    box-shadow: inset 0 0 0 2px #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:hover {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fffdfb
}

.nbw .loyalty-variants__wrapper.variant-3 .btn-check:focus+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:focus {
    box-shadow: 0 0 0 .1rem rgba(255,253,251,.5)
}

.nbw .loyalty-variants__wrapper.variant-3 .active.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .btn-check:active+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .btn-check:checked+.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .dropdown-toggle.show.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:active {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fff
}

.nbw .loyalty-variants__wrapper.variant-3 .active.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-3 .btn-check:active+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-3 .btn-check:checked+.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-3 .dropdown-toggle.show.loyalty-variants__link:focus,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:active:focus {
    box-shadow: 0 0 0 .1rem rgba(255,253,251,.5)
}

.nbw .loyalty-variants__wrapper.variant-3 .disabled.loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link:disabled {
    background-color: transparent;
    color: #fffdfb
}

.nbw .btn-forward-slate-turquoise,.nbw .btn-forward-slate-white,.nbw .btn-forward-white-turquoise {
    text-decoration: none!important
}

.nbw .btn-forward-slate-turquoise:after,.nbw .btn-forward-slate-white:after,.nbw .btn-forward-white-turquoise:after {
    content: "\e905";
    display: inline-block;
    font-family: iqos-icons,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    text-transform: none;
    transform: translateX(50%);
    transition: all .3s ease-in-out;
    vertical-align: -.125em
}

.nbw .btn-forward-slate-turquoise:hover:after,.nbw .btn-forward-slate-white:hover:after,.nbw .btn-forward-white-turquoise:hover:after {
    transform: translateX(100%)
}

.nbw .btn-backward-slate-turquoise {
    text-decoration: none!important
}

.nbw .btn-backward-slate-turquoise:before {
    content: "\e904";
    display: inline-block;
    font-family: iqos-icons,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    margin-right: 12px;
    text-transform: none;
    transition: all .3s ease-in-out;
    vertical-align: -.125em
}

.nbw .btn-backward-slate-turquoise:hover:before {
    transform: translateX(-50%)
}

.nbw .btn-forward-slate-turquoise:hover:after,.nbw .btn-forward-slate-turquoise:hover:before {
    color: #00d1d2
}

.nbw .btn-forward-slate-white:hover:after,.nbw .btn-forward-slate-white:hover:before,.nbw .btn-forward-white-turquoise {
    color: #fffdfb
}

.nbw .btn-backward-slate-turquoise:hover:after,.nbw .btn-backward-slate-turquoise:hover:before,.nbw .btn-forward-white-turquoise:hover:after,.nbw .btn-forward-white-turquoise:hover:before {
    color: #00d1d2
}

.nbw .btn-slate-turquoise {
    background-color: #34303d;
    border: #34303d;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-slate-turquoise:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-slate-turquoise:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .btn-slate-turquoise:hover:after {
    box-shadow: inset 0 0 0 0 #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-slate-turquoise:hover {
    background-color: #2c2934;
    border-color: #2a2631;
    color: #fff
}

.btn-check:focus+.nbw .btn-slate-turquoise,.nbw .btn-slate-turquoise:focus {
    background-color: #2c2934;
    border-color: #2a2631;
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5);
    color: #fff
}

.btn-check:active+.nbw .btn-slate-turquoise,.btn-check:checked+.nbw .btn-slate-turquoise,.nbw .btn-slate-turquoise.active,.nbw .btn-slate-turquoise:active,.show>.nbw .btn-slate-turquoise.dropdown-toggle {
    background-color: #2a2631;
    border-color: #27242e;
    color: #fff
}

.btn-check:active+.nbw .btn-slate-turquoise:focus,.btn-check:checked+.nbw .btn-slate-turquoise:focus,.nbw .btn-slate-turquoise.active:focus,.nbw .btn-slate-turquoise:active:focus,.show>.nbw .btn-slate-turquoise.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.nbw .btn-slate-turquoise.disabled,.nbw .btn-slate-turquoise:disabled {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.nbw .btn-slate-white {
    background-color: #34303d;
    border: #34303d;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-slate-white:after {
    background-color: #fffdfb;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-slate-white:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .btn-slate-white:hover:after {
    box-shadow: inset 0 0 0 0 #fffdfb;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-slate-white:hover {
    background-color: #2c2934;
    border-color: #2a2631;
    color: #fff
}

.btn-check:focus+.nbw .btn-slate-white,.nbw .btn-slate-white:focus {
    background-color: #2c2934;
    border-color: #2a2631;
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5);
    color: #fff
}

.btn-check:active+.nbw .btn-slate-white,.btn-check:checked+.nbw .btn-slate-white,.nbw .btn-slate-white.active,.nbw .btn-slate-white:active,.show>.nbw .btn-slate-white.dropdown-toggle {
    background-color: #2a2631;
    border-color: #27242e;
    color: #fff
}

.btn-check:active+.nbw .btn-slate-white:focus,.btn-check:checked+.nbw .btn-slate-white:focus,.nbw .btn-slate-white.active:focus,.nbw .btn-slate-white:active:focus,.show>.nbw .btn-slate-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(82,79,90,.5)
}

.nbw .btn-slate-white.disabled,.nbw .btn-slate-white:disabled {
    background-color: #34303d;
    border-color: #34303d;
    color: #fff
}

.nbw .btn-white-turquoise {
    background-color: #fffdfb;
    border: #fffdfb;
    color: #000;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-white-turquoise:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-white-turquoise:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .btn-white-turquoise:hover:after {
    box-shadow: inset 0 0 0 0 #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-white-turquoise:hover {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:focus+.nbw .btn-white-turquoise,.nbw .btn-white-turquoise:focus {
    background-color: #fffdfc;
    border-color: #fffdfb;
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5);
    color: #000
}

.btn-check:active+.nbw .btn-white-turquoise,.btn-check:checked+.nbw .btn-white-turquoise,.nbw .btn-white-turquoise.active,.nbw .btn-white-turquoise:active,.show>.nbw .btn-white-turquoise.dropdown-toggle {
    background-color: #fffdfc;
    border-color: #fffdfb;
    color: #000
}

.btn-check:active+.nbw .btn-white-turquoise:focus,.btn-check:checked+.nbw .btn-white-turquoise:focus,.nbw .btn-white-turquoise.active:focus,.nbw .btn-white-turquoise:active:focus,.show>.nbw .btn-white-turquoise.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem hsla(30,5%,84%,.5)
}

.nbw .btn-white-turquoise.disabled,.nbw .btn-white-turquoise:disabled {
    background-color: #fffdfb;
    border-color: #fffdfb;
    color: #000
}

.nbw .btn-outline-slate-turquoise {
    border: #34303d;
    box-shadow: inset 0 0 0 2px #34303d;
    color: #34303d;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-outline-slate-turquoise:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-outline-slate-turquoise:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .btn-outline-slate-turquoise:hover:after {
    box-shadow: inset 0 0 0 2px #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-outline-slate-turquoise:hover {
    background-color: transparent;
    border-color: #00d1d2;
    color: #34303d
}

.btn-check:focus+.nbw .btn-outline-slate-turquoise,.nbw .btn-outline-slate-turquoise:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.btn-check:active+.nbw .btn-outline-slate-turquoise,.btn-check:checked+.nbw .btn-outline-slate-turquoise,.nbw .btn-outline-slate-turquoise.active,.nbw .btn-outline-slate-turquoise.dropdown-toggle.show,.nbw .btn-outline-slate-turquoise:active {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fff
}

.btn-check:active+.nbw .btn-outline-slate-turquoise:focus,.btn-check:checked+.nbw .btn-outline-slate-turquoise:focus,.nbw .btn-outline-slate-turquoise.active:focus,.nbw .btn-outline-slate-turquoise.dropdown-toggle.show:focus,.nbw .btn-outline-slate-turquoise:active:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.nbw .btn-outline-slate-turquoise.disabled,.nbw .btn-outline-slate-turquoise:disabled {
    background-color: transparent;
    color: #34303d
}

.nbw .btn-outline-white-turquoise {
    border: #fffdfb;
    box-shadow: inset 0 0 0 2px #fffdfb;
    color: #fffdfb;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-outline-white-turquoise:after {
    background-color: #00d1d2;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-outline-white-turquoise:hover {
    color: #34303d!important;
    cursor: pointer
}

.nbw .btn-outline-white-turquoise:hover:after {
    box-shadow: inset 0 0 0 2px #00d1d2;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-outline-white-turquoise:hover {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fffdfb
}

.btn-check:focus+.nbw .btn-outline-white-turquoise,.nbw .btn-outline-white-turquoise:focus {
    box-shadow: 0 0 0 .1rem rgba(255,253,251,.5)
}

.btn-check:active+.nbw .btn-outline-white-turquoise,.btn-check:checked+.nbw .btn-outline-white-turquoise,.nbw .btn-outline-white-turquoise.active,.nbw .btn-outline-white-turquoise.dropdown-toggle.show,.nbw .btn-outline-white-turquoise:active {
    background-color: transparent;
    border-color: #00d1d2;
    color: #fff
}

.btn-check:active+.nbw .btn-outline-white-turquoise:focus,.btn-check:checked+.nbw .btn-outline-white-turquoise:focus,.nbw .btn-outline-white-turquoise.active:focus,.nbw .btn-outline-white-turquoise.dropdown-toggle.show:focus,.nbw .btn-outline-white-turquoise:active:focus {
    box-shadow: 0 0 0 .1rem rgba(255,253,251,.5)
}

.nbw .btn-outline-white-turquoise.disabled,.nbw .btn-outline-white-turquoise:disabled {
    background-color: transparent;
    color: #fffdfb
}

.nbw .btn-outline-slate-slate {
    border: #34303d;
    box-shadow: inset 0 0 0 2px #34303d;
    color: #34303d;
    overflow: hidden;
    position: relative;
    text-decoration: none!important;
    transition: color .3s;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

.nbw .btn-outline-slate-slate:after {
    background-color: #34303d;
    content: "";
    height: 200%;
    left: -121%;
    position: absolute;
    top: -50%;
    transform: skewX(0deg);
    transition: left .3s,transform .3s,width .3s;
    width: 0;
    z-index: -1
}

.nbw .btn-outline-slate-slate:hover {
    color: #fffdfb!important;
    cursor: pointer
}

.nbw .btn-outline-slate-slate:hover:after {
    box-shadow: inset 0 0 0 2px #34303d;
    content: "";
    left: -10%;
    transform: skewX(-20deg);
    width: 120%
}

.nbw .btn-outline-slate-slate:hover {
    background-color: transparent;
    border-color: #34303d;
    color: #34303d
}

.btn-check:focus+.nbw .btn-outline-slate-slate,.nbw .btn-outline-slate-slate:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.btn-check:active+.nbw .btn-outline-slate-slate,.btn-check:checked+.nbw .btn-outline-slate-slate,.nbw .btn-outline-slate-slate.active,.nbw .btn-outline-slate-slate.dropdown-toggle.show,.nbw .btn-outline-slate-slate:active {
    background-color: transparent;
    border-color: #34303d;
    color: #fff
}

.btn-check:active+.nbw .btn-outline-slate-slate:focus,.btn-check:checked+.nbw .btn-outline-slate-slate:focus,.nbw .btn-outline-slate-slate.active:focus,.nbw .btn-outline-slate-slate.dropdown-toggle.show:focus,.nbw .btn-outline-slate-slate:active:focus {
    box-shadow: 0 0 0 .1rem rgba(52,48,61,.5)
}

.nbw .btn-outline-slate-slate.disabled,.nbw .btn-outline-slate-slate:disabled {
    background-color: transparent;
    color: #34303d
}

.nbw .btn-link-slate-turquoise {
    display: inline;
    overflow: initial;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-decoration: none!important;
    transition: .3s ease-out;
    width: -moz-fit-content;
    width: fit-content
}

.nbw .btn-link-slate-turquoise:before {
    -webkit-font-smoothing: antialiased;
    color: #34303d;
    content: "\e905";
    font-family: iqos-icons,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    position: absolute;
    right: -26px;
    text-transform: none;
    top: 4px;
    transition: .3s ease-out
}

.nbw .btn-link-slate-turquoise:after {
    background-color: #34303d;
    bottom: 0;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    transition: left .3s;
    width: 100%
}

.nbw .btn-link-slate-turquoise:hover:before {
    color: #00d1d2;
    right: -30px
}

.nbw .btn-link-white-turquoise {
    display: inline;
    overflow: initial;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-decoration: none!important;
    transition: .3s ease-out;
    width: -moz-fit-content;
    width: fit-content
}

.nbw .btn-link-white-turquoise:before {
    -webkit-font-smoothing: antialiased;
    color: #fffdfb;
    content: "\e905";
    font-family: iqos-icons,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    position: absolute;
    right: -26px;
    text-transform: none;
    top: 4px;
    transition: .3s ease-out
}

.nbw .btn-link-white-turquoise:after {
    background-color: #fffdfb;
    bottom: 0;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    transition: left .3s;
    width: 100%
}

.nbw .btn-link-white-turquoise:hover:before {
    color: #00d1d2;
    right: -30px
}

.nbw .btn-link-slate-white {
    display: inline;
    overflow: initial;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-decoration: none!important;
    transition: .3s ease-out;
    width: -moz-fit-content;
    width: fit-content
}

.nbw .btn-link-slate-white:before {
    -webkit-font-smoothing: antialiased;
    color: #34303d;
    content: "\e905";
    font-family: iqos-icons,sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    line-height: 1;
    position: absolute;
    right: -26px;
    text-transform: none;
    top: 4px;
    transition: .3s ease-out
}

.nbw .btn-link-slate-white:after {
    background-color: #34303d;
    bottom: 0;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    transition: left .3s;
    width: 100%
}

.nbw .btn-link-slate-white:hover:before {
    color: #fffdfb;
    right: -30px
}

.nbw .link-slate-turquoise {
    background-color: transparent;
    background-image: linear-gradient(90deg,#00d1d2 50%,#34303d 0);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 200% .0625rem;
    text-decoration: none!important;
    transition: background-position .3s;
    width: 100%
}

@media (min-width: 992px) {
    .nbw .link-slate-turquoise:hover {
        background-position:0 bottom;
        cursor: pointer
    }
}

.nbw .link-white-turquoise {
    background-color: transparent;
    background-image: linear-gradient(90deg,#00d1d2 50%,#fffdfb 0);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 200% .0625rem;
    text-decoration: none!important;
    transition: background-position .3s;
    width: 100%
}

@media (min-width: 992px) {
    .nbw .link-white-turquoise:hover {
        background-position:0 bottom;
        cursor: pointer
    }
}

.nbw .link-slate-white {
    background-color: transparent;
    background-image: linear-gradient(90deg,#fffdfb 50%,#34303d 0);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 200% .0625rem;
    text-decoration: none!important;
    transition: background-position .3s;
    width: 100%
}

@media (min-width: 992px) {
    .nbw .link-slate-white:hover {
        background-position:0 bottom;
        cursor: pointer
    }
}

.nbw .nbw-chevron {
    align-items: center;
    background-color: #34303d;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.nbw .nbw-chevron.white {
    background-color: #fffdfb
}

.nbw .nbw-chevron:hover {
    cursor: pointer
}

.nbw .btn-skip-to-main {
    height: 0;
    width: 0
}

.nbw .btn-skip-to-main:not(:focus-visible) {
    min-height: 0;
    min-width: 0;
    padding: 0
}

.nbw .btn-skip-to-main:focus-visible {
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1032
}

.bw-content h1,.rich-text-editor-custom h1 {
    margin-bottom: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .bw-content h1,.rich-text-editor-custom h1 {
        margin-bottom:2rem
    }
}

.bw-content h2,.rich-text-editor-custom h2 {
    margin-bottom: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .bw-content h2,.rich-text-editor-custom h2 {
        margin-bottom:1.75rem
    }
}

.bw-content h2:not(:first-child),.rich-text-editor-custom h2:not(:first-child) {
    margin-top: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .bw-content h2:not(:first-child),.rich-text-editor-custom h2:not(:first-child) {
        margin-top:3rem
    }
}

.bw-content h3,.rich-text-editor-custom h3 {
    margin-bottom: calc(1.2625rem + .15vw)
}

@media (min-width: 1200px) {
    .bw-content h3,.rich-text-editor-custom h3 {
        margin-bottom:1.375rem
    }
}

.bw-content h3:not(:first-child),.rich-text-editor-custom h3:not(:first-child) {
    margin-top: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .bw-content h3:not(:first-child),.rich-text-editor-custom h3:not(:first-child) {
        margin-top:2rem
    }
}

.bw-content h4,.rich-text-editor-custom h4 {
    margin-bottom: 1rem
}

.bw-content h4:not(:first-child),.rich-text-editor-custom h4:not(:first-child) {
    margin-top: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .bw-content h4:not(:first-child),.rich-text-editor-custom h4:not(:first-child) {
        margin-top:1.75rem
    }
}

.bw-content h5,.rich-text-editor-custom h5 {
    margin-bottom: .75rem
}

.bw-content h5:not(:first-child),.rich-text-editor-custom h5:not(:first-child) {
    margin-top: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .bw-content h5:not(:first-child),.rich-text-editor-custom h5:not(:first-child) {
        margin-top:1.5rem
    }
}

.bw-content h6,.rich-text-editor-custom h6 {
    margin-bottom: 45%
}

.bw-content h6:not(:first-child),.rich-text-editor-custom h6:not(:first-child) {
    margin-top: 1.25rem
}

.media-wrapper {
    position: relative
}

.media-wrapper .flex-wrapper {
    align-items: flex-end;
    display: flex;
    height: 100%;
    left: 0;
    padding: 32px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width: 992px) {
    .media-wrapper .flex-wrapper {
        padding:48px
    }
}

.media-wrapper .flex-wrapper .content-wrapper {
    align-items: center;
    display: flex
}

.media-wrapper .flex-wrapper .icon-wrapper .play-button {
    background: #fffdfb;
    border-radius: 100%;
    height: 44px;
    position: relative;
    transform: scaleX(1);
    transition: background .3s;
    width: 44px
}

.media-wrapper .flex-wrapper .icon-wrapper .play-button .icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-28%) translateY(-50%) rotate(90deg)
}

.media-wrapper .flex-wrapper .icon-wrapper .play-button .icon span {
    border-radius: 20%;
    display: block;
    height: 20px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(.866);
    width: 20px
}

.media-wrapper .flex-wrapper .icon-wrapper .play-button .icon span:before {
    background: #524f5a;
    border-radius: 20% 20% 20% 55%;
    content: "";
    height: 20px;
    pointer-events: auto;
    position: absolute;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%);
    width: 20px
}

.media-wrapper .flex-wrapper .icon-wrapper .play-button .icon span:after {
    background: #524f5a;
    border-radius: 20% 20% 55% 20%;
    content: "";
    height: 20px;
    pointer-events: auto;
    position: absolute;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(.866) translateX(24%);
    width: 20px
}

.media-wrapper .flex-wrapper .icon-wrapper:hover .play-button {
    background-color: #00d1d2
}

.media-wrapper .image-wrapper img {
    width: 100%
}

.media-wrapper.video-overlay {
    cursor: pointer
}

.media-wrapper.video-overlay .video-wrapper {
    visibility: hidden
}

.media-wrapper.video-overlay .video-wrapper .video-content {
    height: 0;
    width: 0
}

.media-wrapper.video-overlay.active .video-wrapper {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    visibility: visible!important;
    width: 100vw;
    z-index: 9999
}

.media-wrapper.video-overlay.active .video-wrapper .overlay {
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    visibility: visible;
    width: 100%
}

.media-wrapper.video-overlay.active .video-wrapper .video-content {
    height: auto!important;
    max-width: 1600px!important;
    position: relative;
    transition: all .6s cubic-bezier(.165,.84,.44,1);
    visibility: visible;
    width: 95vw!important;
    z-index: 99999
}

@media (min-width: 576px) {
    .media-wrapper.video-overlay.active .video-wrapper .video-content {
        width:90vw!important
    }
}

@media (min-width: 992px) {
    .media-wrapper.video-overlay.active .video-wrapper .video-content {
        width:75vw!important
    }
}

.media-wrapper.video-overlay.active .video-wrapper .video-content video {
    height: auto;
    outline: none;
    width: 100%
}

.media-wrapper.video-overlay.active .video-wrapper .close-button {
    border: none;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0;
    top: -25px;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    visibility: visible;
    width: 16px
}

@media (min-width: 576px) {
    .media-wrapper.video-overlay.active .video-wrapper .close-button {
        height:24px;
        top: -35px;
        width: 24px
    }
}

.media-wrapper.video-inline {
    cursor: pointer
}

.media-wrapper.video-inline .video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.media-wrapper.video-inline .video-wrapper .overlay {
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media-wrapper.video-inline .video-wrapper .video-content {
    height: 100%;
    position: relative
}

.media-wrapper.video-inline .video-wrapper .video-content .close-button {
    border: none;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 24px;
    top: 24px;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    width: 25px;
    z-index: 1
}

@media (min-width: 576px) {
    .media-wrapper.video-inline .video-wrapper .video-content .close-button {
        height:24px;
        width: 24px
    }
}

.media-wrapper.video-inline .video-wrapper .video-content video {
    height: 100%;
    width: 100%
}

.media-wrapper.video-inline.active .flex-wrapper .content-wrapper {
    display: none
}

.media-wrapper.video-inline.active .image-wrapper {
    visibility: hidden
}

.media-wrapper.video-inline.active .video-wrapper {
    visibility: visible
}

.nbw-editorial-side-text .container-fluid {
    padding: 0
}

.nbw-editorial-side-text .explore-iqos--card-container {
    flex-direction: column;
    padding: 0
}

@media (min-width: 576px) {
    .nbw-editorial-side-text .explore-iqos--card-container {
        flex-direction:unset
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .column-flex {
    padding: 0
}

@media (min-width: 992px) {
    .nbw-editorial-side-text .explore-iqos--card-container .explore-iqos--card-left {
        width:unset
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .grid-col-6 {
    flex: unset;
    max-width: unset
}

@media (min-width: 992px) {
    .nbw-editorial-side-text .explore-iqos--card-container .explore-iqos--card-right {
        width:unset
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--picture-cont {
    height: 296px
}

@media (min-width: 576px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--picture-cont {
        flex-basis:48.82%;
        height: 600px
    }
}

@media (min-width: 992px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--picture-cont {
        height:650px
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--picture-cont picture {
    height: 100%
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--picture-cont img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont {
    margin-top: -4px;
    padding: 56px 31px;
    text-align: left
}

@media (min-width: 576px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont {
        align-self:flex-start;
        display: flex;
        flex-basis: 51.18%;
        flex-direction: column;
        height: 600px;
        justify-content: center;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont {
        height:-moz-fit-content;
        height: fit-content;
        min-height: 400px;
        padding: 70px 90px 70px 60px
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont .card-text-container {
    padding: 0!important
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont h1 {
    font-size: 32px!important;
    line-height: 1.25!important;
    margin: 0 0 24px!important
}

@media (min-width: 992px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont h1 {
        font-size:42px!important
    }
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont p {
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: 1.5!important;
    margin: 0 0 32px!important
}

.nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont .global-btn {
    padding: 10.5px 32.5px!important
}

@media (min-width: 576px) {
    .nbw-editorial-side-text .explore-iqos--card-container .editorial-text--text-cont .global-btn {
        width:-moz-fit-content;
        width: fit-content
    }
}

.nbw-editorial-side-text.nbw-editorial-text--light-theme .editorial-text--text-cont {
    background-color: #f6f4f0
}

.nbw-editorial-side-text.nbw-editorial-text--light-theme .editorial-text--text-cont h1,.nbw-editorial-side-text.nbw-editorial-text--light-theme .editorial-text--text-cont p {
    color: #34303d!important
}

.nbw-editorial-side-text.nbw-editorial-text--dark-theme .editorial-text--text-cont {
    background-color: #34303d
}

.nbw-editorial-side-text.nbw-editorial-text--dark-theme .editorial-text--text-cont h1,.nbw-editorial-side-text.nbw-editorial-text--dark-theme .editorial-text--text-cont p {
    color: #fffdfb!important
}

.nbw-editorial-side-text.nbw-editorial-text--turquoise-theme .editorial-text--text-cont {
    background-color: #00d1d2
}

.nbw-editorial-side-text.nbw-editorial-text--turquoise-theme .editorial-text--text-cont h1,.nbw-editorial-side-text.nbw-editorial-text--turquoise-theme .editorial-text--text-cont p {
    color: #34303d!important
}

@media (min-width: 576px) {
    .nbw-editorial-side-text.nbw-editorial-text--picture-right .explore-iqos--card-container {
        flex-direction:row-reverse
    }

    .nbw-editorial-side-text.nbw-editorial-text--picture-left .explore-iqos--card-container {
        flex-direction: row
    }
}

.nbw__banner {
    display: flex;
    position: relative
}

.nbw__banner .nbw__banner-text-cont {
    padding: 2.5625rem 2rem
}

@media (min-width: 768px) {
    .nbw__banner .nbw__banner-text-cont {
        padding:7.875rem 8.75rem
    }
}

@media (min-width: 992px) {
    .nbw__banner .nbw__banner-text-cont {
        min-height:27.5rem;
        padding: 4rem 5rem
    }
}

@media (min-width: 1200px) {
    .nbw__banner .nbw__banner-text-cont {
        min-height:38.75rem;
        padding: 9.375rem 6.875rem
    }
}

.nbw__banner .bg-container {
    background-repeat: no-repeat;
    background-size: cover
}

.nbw__banner .bg-image {
    background-repeat: no-repeat;
    background-size: contain
}

.nbw__hero-text {
    background-position: 50%;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.nbw__hero-text .nbw__hero-text--background {
    background-position: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.nbw__hero-text.minh-25 {
    min-height: 25vh
}

.nbw__hero-text.minh-50 {
    min-height: 50vh
}

.nbw__hero-text.minh-75 {
}

.nbw__hero-text.has-media-wrapper {
    position: relative
}

.nbw__hero-text.has-media-wrapper.minh-25 {
    height: 25vh
}

.nbw__hero-text.has-media-wrapper.minh-25 .media-wrapper .image-wrapper img {
    height: 25vh;
    -o-object-fit: cover;
    object-fit: cover
}

.nbw__hero-text.has-media-wrapper.minh-50 {
    height: 50vh
}

.nbw__hero-text.has-media-wrapper.minh-50 .media-wrapper .image-wrapper img {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover
}

.nbw__hero-text.has-media-wrapper.minh-75 {
    height: 75vh
}

.nbw__hero-text.has-media-wrapper.minh-75 .media-wrapper .image-wrapper img {
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover
}

.nbw__hero-text.has-media-wrapper .absolute-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.nbw__hero-text.has-media-wrapper .media-wrapper .flex-wrapper {
    align-items: flex-end;
    justify-content: center
}

.nbw__hero-text-offset {
    height: auto
}

@media (min-width: 992px) {
    .nbw__hero-text-offset {
        align-items:stretch
    }
}

.nbw__hero-text-offset .nbw__hero-text-offset--bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (min-width: 992px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--bg.sltr-cltr {
        left:unset;
        right: 0
    }

    .nbw__hero-text-offset .nbw__hero-text-offset--bg.sltr-crtl {
        left: 0;
        right: unset
    }

    .nbw__hero-text-offset .nbw__hero-text-offset--bg {
        width: 100vw
    }
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont {
    position: relative
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .media-wrapper,.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .media-wrapper .image-wrapper,.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont picture img {
    width: 100%
}

@media (min-width: 1400px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--picture-cont picture img {
        width:44rem
    }
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn {
    background: #fffdfb;
    border-radius: 100%;
    bottom: 0;
    cursor: pointer;
    height: 2.75rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
    width: 2.75rem
}

@media (min-width: 992px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn {
        bottom:3rem;
        left: auto;
        right: 3rem;
        top: auto
    }
}

@media (min-width: 1200px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn {
        right:2rem
    }
}

@media (min-width: 1400px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn {
        bottom:3.125rem;
        right: 3.125rem
    }
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn .icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-28%) translateY(-50%) rotate(90deg)
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn .icon span {
    border-radius: 20%;
    display: block;
    height: 1.25rem;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(.866);
    width: 1.25rem
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn .icon span:before {
    background: #524f5a;
    border-radius: 20% 20% 20% 55%;
    content: "";
    height: 1.25rem;
    pointer-events: auto;
    position: absolute;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%);
    width: 1.25rem
}

.nbw__hero-text-offset .nbw__hero-text-offset--picture-cont .nbw__video-play-btn .icon span:after {
    background: #524f5a;
    border-radius: 20% 20% 55% 20%;
    content: "";
    height: 1.25rem;
    pointer-events: auto;
    position: absolute;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(.866) translateX(24%);
    width: 1.25rem
}

.nbw__hero-text-offset .nbw__hero-text-offset--text-cont {
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

@media (min-width: 992px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--text-cont {
        min-height:50vw
    }
}

@media (min-width: 1400px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--text-cont {
        min-height:38.75rem
    }
}

.nbw__hero-text-offset .nbw__hero-text-offset--text-cont .rte-wrapper {
    height: 100%
}

@media (min-width: 992px) {
    .nbw__hero-text-offset .nbw__hero-text-offset--text-cont .rte-wrapper {
        height:unset
    }
}

.nbw__video-fs-active {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    visibility: visible!important;
    width: 100vw;
    z-index: 9999
}

.nbw__video-fs-active .nbw__video-overlay--close-btn {
    border: none;
    cursor: pointer;
    height: 1rem;
    position: absolute;
    right: 0;
    top: -1.5625rem;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    visibility: visible;
    width: 1rem
}

@media (min-width: 768px) {
    .nbw__video-fs-active .nbw__video-overlay--close-btn {
        height:1.5rem;
        top: -2.1875rem;
        width: 1.5rem
    }
}

.nbw__hero-text-offset-var-2 .nbw__hero-text-offset-var-2--bg {
    bottom: 28vw;
    z-index: -1
}

@media (min-width: 992px) {
    .nbw__hero-text-offset-var-2 .nbw__hero-text-offset-var-2--bg {
        bottom:11vw
    }
}

@media (min-width: 1400px) {
    .nbw__hero-text-offset-var-2 .nbw__hero-text-offset-var-2--bg {
        bottom:9rem
    }
}

.nbw__hero-text-offset-var-2 .nbw__hero-text-offset-var-2--content-cont--picture-secondary img,.nbw__hero-text-offset-var-2 .nbw__hero-text-offset-var-2--picture-primary img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.new-hero-text-media {
    position: relative
}

@media (min-width: 992px) {
    .new-hero-text-media .new-hero-text-media_content .new-hero-text-media_text-content {
        min-height:43.75rem
    }

    .new-hero-text-media .new-hero-text-media_content .media-wrapper-container {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%
    }

    .new-hero-text-media .new-hero-text-media_content .media-wrapper-container .media-wrapper,.new-hero-text-media .new-hero-text-media_content .media-wrapper-container .media-wrapper .image-wrapper {
        height: 100%
    }

    .new-hero-text-media .new-hero-text-media_content .media-wrapper-container .media-wrapper .image-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.new-hero-text-media .new-hero-text-media_content.flex-lg-row-reverse .media-wrapper-container {
    left: auto;
    right: 0
}

.content-cards .card-wrapper {
    min-height: 88vw
}

@media (min-width: 576px) {
    .content-cards .card-wrapper {
        min-height:56vw
    }
}

@media (min-width: 768px) {
    .content-cards .card-wrapper {
        min-height:40vw
    }
}

@media (min-width: 992px) {
    .content-cards .card-wrapper {
        min-height:29.5vw
    }
}

@media (min-width: 1400px) {
    .content-cards .card-wrapper {
        min-height:423px
    }
}

.content-cards .card-wrapper .card-image-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.content-cards .card-wrapper .card-image-wrapper .media-wrapper,.content-cards .card-wrapper .card-image-wrapper .media-wrapper .image-wrapper {
    height: 100%;
    width: 100%
}

.content-cards .card-wrapper .card-image-wrapper .media-wrapper .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.content-cards .card-wrapper .text-wrapper {
    width: 100%;
    z-index: 1
}

.color-cta-framework {
    padding-bottom: 150px
}

.color-cta-framework .bottom-spacing {
    margin-bottom: 10px
}

.color-cta-framework .color {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 100px;
    width: 100%
}

.color-cta-framework .padding {
    padding: 75px 20px
}

.promo-product-story .slider-container {
    position: relative
}

.promo-product-story .slider-container .tns-nav {
    bottom: 30px;
    display: flex;
    left: 32px;
    position: absolute;
    z-index: 1
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .tns-nav {
        bottom:40px;
        left: 65px
    }
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .tns-nav {
        left:80px
    }
}

.promo-product-story .slider-container .tns-nav>[aria-controls] {
    background: #34303d;
    border: none;
    border-radius: 0;
    height: 2px;
    margin: 0 5px;
    opacity: .5;
    padding: 0;
    position: relative;
    width: 24px
}

.promo-product-story .slider-container .tns-nav>[aria-controls]:first-child {
    margin-left: 0
}

.promo-product-story .slider-container .tns-nav>[aria-controls]:focus {
    outline: none
}

.promo-product-story .slider-container .tns-nav .tns-nav-active {
    opacity: 1
}

.promo-product-story .slider-container .slider {
    display: flex
}

.promo-product-story .slider-container .slider .slide .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container {
        flex-direction:row
    }
}

.promo-product-story .slider-container .slider .slide .container .content {
    align-items: center;
    display: flex;
    height: 100%
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .slider .slide .container .content .box {
        width:464px
    }
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container .content .box {
        width:auto
    }
}

.promo-product-story .slider-container .slider .slide .container .content .box .title {
    font-size: 28px;
    line-height: 40px
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .slider .slide .container .content .box .title {
        font-size:36px;
        line-height: 48px
    }
}

.promo-product-story .slider-container .slider .slide .container .image-wrapper {
    line-height: 0
}

.promo-product-story .slider-container .slider .slide .container .image-wrapper img {
    width: 100%
}

.promo-product-story .slider-container .slider .slide .container.splitted .content {
    padding: 78px 32px
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .slider .slide .container.splitted .content {
        padding:135px 65px
    }
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container.splitted .content {
        padding:80px;
        width: 50%
    }
}

.promo-product-story .slider-container .slider .slide .container.splitted .content .box .top-of-the-heading .label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px;
    margin-right: 13px
}

.promo-product-story .slider-container .slider .slide .container.splitted .content .box .top-of-the-heading .badge {
    background-color: #00d1d2;
    border-radius: 2px;
    color: #34303d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 16px;
    padding: 4px 8px
}

.promo-product-story .slider-container .slider .slide .container.splitted .content .box .title {
    margin: 17px 0 23px
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .slider .slide .container.splitted .content .box .title {
        margin-bottom:30px
    }
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container.splitted .image-wrapper {
        width:50%
    }

    .promo-product-story .slider-container .slider .slide .container.splitted .image-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.promo-product-story .slider-container .slider .slide .container.full-text .content {
    padding: 165px 32px
}

@media (min-width: 576px) {
    .promo-product-story .slider-container .slider .slide .container.full-text .content {
        padding:335px 65px
    }
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container.full-text .content {
        padding:80px
    }
}

.promo-product-story .slider-container .slider .slide .container.full-text .content .box .title {
    margin: 27px 0 32px
}

@media (min-width: 992px) {
    .promo-product-story .slider-container .slider .slide .container.full-text .content .box .title {
        margin:32px 0
    }
}

.promo-product-story .slider-container .slider .slide .container.full-text .content .box .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.promo-product-story .slider-container .slider .slide .container.full-image-video .image-wrapper {
    height: 100%;
    width: 100%
}

.promo-product-story .slider-container .slider .slide .container.full-image-video .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-product-story .slider-container .slider .slide .container.full-image-video .video-wrapper,.promo-product-story .slider-container .slider .slide .container.full-image-video .video-wrapper video {
    height: 100%;
    width: 100%
}

.promo-product-story .slider-container .slider .slide .container.text-center .content {
    justify-content: center;
    text-align: center
}

.promo-product-story .slider-container .slider .slide .container.text-white {
    color: #fffdfb
}

.nbw__timeline {
    --timeline-main-transition-time: 0.5s;
    --timeline-mobile-step: rem(50);
    --timeline-desktop-step: rem(100);
    transition: height ease-in-out var(--timeline-main-transition-time);
    width: 100%;
    will-change: height
}

.nbw__timeline .nbw__timeline-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--header {
    height: auto;
    position: relative
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--swipe-container {
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 0;
    left: -100vw;
    position: absolute;
    right: -100vw;
    top: 30%;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline-wrapper .nbw__timeline--swipe-container {
        top:45%
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline-wrapper .nbw__timeline--swipe-container {
        display:none
    }
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container {
    display: none;
    position: absolute;
    width: 100%
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container {
        bottom:0;
        display: block;
        height: 34.9%;
        left: 0;
        opacity: 0;
        right: 0;
        transition: opacity ease-in-out var(--timeline-main-transition-time);
        will-change: opacity;
        z-index: 2
    }
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container:hover {
    opacity: 1
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container div {
    cursor: pointer;
    height: 3.375rem;
    position: absolute;
    top: 25%;
    transition: opacity ease-in-out var(--timeline-main-transition-time);
    width: 3.375rem;
    z-index: 2
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container div img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container .next-btn {
    right: 7.1875rem
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container .previous-btn {
    left: 7.1875rem
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--navigation-container .swiper-button-disabled {
    cursor: auto;
    display: none!important
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--description-contain {
    pointer-events: none;
    position: relative;
    z-index: 3
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline-wrapper .nbw__timeline--description-contain {
        flex-direction:row
    }
}

.nbw__timeline .nbw__timeline-wrapper .description-contain__description {
    opacity: 0;
    position: absolute
}

.nbw__timeline .nbw__timeline-wrapper .description-contain__description .rich-text-editor-custom a {
    pointer-events: all;
    z-index: 4
}

.nbw__timeline .nbw__timeline-wrapper .description-contain__description.-visible {
    opacity: 1
}

@keyframes description-fade-in {
    0%,20% {
        opacity: 0;
        transform: translateX(100px)
    }

    to {
        opacity: 1
    }
}

@keyframes description-fade-in-reversed {
    0%,20% {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1
    }
}

@keyframes description-fade-out {
    0% {
        opacity: 1
    }

    75% {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 0
    }
}

@keyframes description-fade-out-reversed {
    0% {
        opacity: 1
    }

    75% {
        opacity: 0;
        transform: translateX(100px)
    }

    to {
        opacity: 0
    }
}

.nbw__timeline .nbw__timeline-wrapper .nbw__timeline--horizontal-time-axis {
    height: 3.625rem;
    position: relative;
    z-index: 2
}

.nbw__timeline .nbw__timeline-wrapper .indicator {
    height: 100%;
    opacity: 0!important;
    position: absolute;
    width: 100%
}

.nbw__timeline .nbw__timeline-wrapper .indicator .line {
    height: .0625rem;
    opacity: .5;
    position: absolute;
    width: 105%
}

.nbw__timeline .nbw__timeline-wrapper .indicator .circle {
    border: 1px solid #3073c2;
    height: 1.3125rem;
    position: absolute;
    width: 1.3125rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline-wrapper .indicator .circle {
        height:2.5625rem;
        width: 2.5625rem
    }
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container {
    height: inherit;
    left: 1rem;
    position: absolute;
    transition: transform ease-in-out var(--timeline-main-transition-time);
    width: auto;
    will-change: transform
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin {
    cursor: pointer;
    height: inherit;
    position: relative;
    width: 4.90625rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin {
        width:8.9375rem
    }
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin .hta__dots-contain--dot-indicator {
    border-radius: 50%;
    height: .3125rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease-in-out var(--timeline-main-transition-time);
    width: .3125rem
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin .hta__dots-contain--year {
    bottom: 0;
    position: absolute;
    transform: translate(-50%);
    transition: all ease-in-out var(--timeline-main-transition-time)
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin:last-child {
    opacity: 1
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin:last-child .hta__dots-contain--dot-indicator:after {
    background-color: transparent;
    border-radius: 50%;
    content: " ";
    height: 1.4375rem;
    position: absolute;
    width: 1.4375rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin:last-child .hta__dots-contain--dot-indicator:after {
        height:1.6875rem;
        width: 1.6875rem
    }
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator:after {
    border-width: 0;
    content: ""
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator {
    height: .625rem;
    opacity: 1;
    width: .625rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator {
        height:.8125rem;
        width: .8125rem
    }
}

.nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin:hover.-selected {
    cursor: default
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline-wrapper .horizontal-time-axis__dots-container .hta__dots-contain--pin:hover .hta__dots-contain--dot-indicator {
        height:.8125rem;
        width: .8125rem
    }
}

.nbw__timeline .nbw__timeline--image-container {
    bottom: 2rem;
    height: 17.9375rem;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline--image-container {
        height:21.375rem;
        top: 16rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline--image-container {
        bottom:2.8125rem;
        height: 38.625rem;
        top: auto
    }
}

@media (min-width: 1400px) {
    .nbw__timeline .nbw__timeline--image-container {
        bottom:4.0625rem;
        height: 48.0625rem;
        overflow: visible
    }
}

.nbw__timeline .nbw__timeline--image-container picture img {
    border-radius: 50%;
    bottom: 0;
    height: 5.375rem;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    right: 14.375rem;
    transition: ease var(--timeline-main-transition-time);
    transition-property: right,bottom,opacity,width,height,z-index;
    width: 5.375rem;
    will-change: right,bottom,opacity,width,height;
    z-index: 2
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline--image-container picture img {
        height:7.5rem;
        right: 18.75rem;
        width: 7.5rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline--image-container picture img {
        height:11.25rem;
        right: 25rem;
        width: 11.25rem
    }
}

@media (min-width: 1400px) {
    .nbw__timeline .nbw__timeline--image-container picture img {
        right:40.625rem
    }
}

.nbw__timeline .nbw__timeline--image-container picture.-visible img {
    bottom: .625rem;
    height: 6.875rem;
    opacity: 1;
    right: 7.8125rem;
    width: 6.875rem;
    z-index: 3
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible img {
        height:8.4375rem;
        width: 8.4375rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible img {
        bottom:1.25rem;
        height: 15.25rem;
        right: 16.25rem;
        width: 15.25rem
    }
}

@media (min-width: 1400px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible img {
        height:19rem;
        right: 22.5rem;
        width: 19rem
    }
}

.nbw__timeline .nbw__timeline--image-container picture.-visible~picture img {
    bottom: 20%;
    height: 13.9875rem;
    opacity: 0;
    right: -40%;
    width: 13.9875rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible~picture img {
        height:17.3rem;
        right: -35%;
        width: 17.3rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible~picture img {
        bottom:20%;
        height: 30.9rem;
        right: -35%;
        width: 30.9rem
    }
}

@media (min-width: 1400px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible~picture img {
        bottom:10%;
        height: 38.3rem;
        right: -30%;
        width: 38.3rem
    }
}

.nbw__timeline .nbw__timeline--image-container picture.-visible+picture img {
    bottom: .65rem;
    opacity: .6;
    right: -4.1925rem
}

@media (min-width: 768px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible+picture img {
        bottom:.5rem;
        right: -6.75rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible+picture img {
        bottom:1.1895625rem;
        right: -10.1rem
    }
}

@media (min-width: 1400px) {
    .nbw__timeline .nbw__timeline--image-container picture.-visible+picture img {
        bottom:.93rem;
        right: -10.3979375rem
    }
}

.nbw__timeline svg.iqos-muster-shape {
    border-radius: 0;
    bottom: 0;
    height: auto;
    max-height: 17.6875rem;
    opacity: .1!important;
    position: absolute;
    right: -6.875rem;
    width: 19.375rem
}

@media (min-width: 768px) {
    .nbw__timeline svg.iqos-muster-shape {
        bottom:-.375rem;
        max-height: 22rem;
        right: -10rem;
        width: 23.75rem
    }
}

@media (min-width: 992px) {
    .nbw__timeline svg.iqos-muster-shape {
        max-height:40rem;
        right: -15.5rem;
        width: 41.75rem
    }
}

@media (min-width: 1400px) {
    .nbw__timeline svg.iqos-muster-shape {
        bottom:-1rem;
        max-height: 48.6875rem;
        right: -17.1875rem;
        width: 51.875rem
    }
}

.nbw__timeline.dark-theme .hta__dots-contain--pin .hta__dots-contain--dot-indicator {
    background-color: #00d1d2
}

.nbw__timeline.dark-theme .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator {
    background-color: #fffdfb
}

.nbw__timeline.dark-theme .description--year,.nbw__timeline.dark-theme .hta__dots-contain--year {
    color: #fffdfb
}

.nbw__timeline.light-theme .hta__dots-contain--pin .hta__dots-contain--dot-indicator {
    background-color: #00d1d2
}

.nbw__timeline.light-theme .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator {
    background-color: #34303d
}

.nbw__timeline.light-theme .st0 {
    fill: #34303d
}

.nbw__timeline.turquoise-theme .hta__dots-contain--pin .hta__dots-contain--dot-indicator {
    background-color: #34303d
}

.nbw__timeline.turquoise-theme .hta__dots-contain--pin.-selected .hta__dots-contain--dot-indicator {
    background-color: #fffdfb
}

.scroll-activated-story {
    background-color: #e27d34;
    overflow: hidden;
    position: relative
}

.scroll-activated-story:before {
    background: #fffdfb;
    content: "";
    display: block;
    height: 10%;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 992px) {
    .scroll-activated-story:before {
        height:13.5802469136%
    }
}

.scroll-activated-story .scroll-activated-story-wrapper {
    height: 100vh;
    margin: auto;
    max-width: 1440px;
    position: relative
}

.scroll-activated-story.type-1 .image-container {
    bottom: 0;
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    width: 300px;
    z-index: 1
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .image-container {
        left:auto;
        right: 16%
    }
}

.scroll-activated-story.type-1 .image-container .heets-img {
    bottom: -290px;
    height: 39.1304347826%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .7s ease-in-out;
    width: auto;
    z-index: 1
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .image-container .heets-img {
        height:35.6790123457%;
        width: auto
    }
}

.scroll-activated-story.type-1 .image-container .device-img,.scroll-activated-story.type-1 .image-container .device-img-overlay {
    bottom: -1000px;
    height: 77.028486%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .7s ease-in-out;
    width: auto;
    z-index: 1
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .image-container .device-img,.scroll-activated-story.type-1 .image-container .device-img-overlay {
        height:85.125926%;
        width: auto
    }
}

.scroll-activated-story.type-1 .image-container .device-img-overlay {
    opacity: 0
}

.scroll-activated-story.type-1 .image-container .arrow {
    border: solid #fffdfb;
    border-width: 0 3px 3px 0;
    bottom: 21%;
    display: inline-block;
    height: 15px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 3px;
    position: absolute;
    right: 0;
    transform: rotate(-135deg);
    transition: all .3s ease-in-out;
    width: 15px
}

.scroll-activated-story.type-1 .image-container .vibration-animation {
    bottom: 44.3778110945%;
    height: 195px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: all 0s ease-in-out;
    visibility: hidden;
    width: 195px;
    z-index: -1
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .image-container .vibration-animation {
        bottom:31.2345679012%;
        height: 302px;
        width: 302px
    }
}

.scroll-activated-story.type-1 .image-container .vibration-animation.visible {
    transition: all .3s ease-in-out;
    visibility: visible
}

.scroll-activated-story.type-1 .image-container .vibration-animation .circle {
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 0;
    display: block;
    height: 100px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0s ease-in-out;
    width: 100px
}

.scroll-activated-story.type-1 .image-container .vibration-animation .circle.animation {
    height: 195px;
    opacity: 0;
    transition: all .8s ease-in-out;
    width: 195px
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .image-container .vibration-animation .circle.animation {
        height:302px;
        width: 302px
    }
}

.scroll-activated-story.type-1 .text-slide {
    color: #34303d;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    letter-spacing: normal;
    line-height: 1.33;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    width: 312px;
    z-index: 10
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-slide {
        left:10%;
        right: auto;
        text-align: left;
        top: 45%
    }
}

.scroll-activated-story.type-1 .text-slide.text-slide-1 {
    bottom: 42.8785607196%
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-slide.text-slide-1 {
        top:25.9259259259%
    }
}

.scroll-activated-story.type-1 .text-slide.text-slide-2 {
    bottom: 8.9955022489%
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-slide.text-slide-2 {
        bottom:inherit;
        top: 25.9259259259%
    }
}

.scroll-activated-story.type-1 .text-slide.text-slide-4 {
    bottom: 8.9955022489%
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-slide.text-slide-4 {
        bottom:inherit;
        top: 25.9259259259%
    }
}

.scroll-activated-story.type-1 .text-placeholder {
    display: none
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-placeholder {
        bottom:90px;
        color: #da6928;
        display: block;
        left: 8%;
        position: absolute;
        z-index: 0
    }
}

.scroll-activated-story.type-1 .text-placeholder span {
    font-weight: 700
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .text-placeholder span {
        font-size:200px
    }
}

@media (min-width: 1200px) {
    .scroll-activated-story.type-1 .text-placeholder span {
        font-size:320px
    }
}

.scroll-activated-story.type-1 .temperature {
    bottom: 11.6941529235%;
    color: #34303d;
    font-size: 36px;
    font-weight: 700;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 131px;
    z-index: 1
}

.scroll-activated-story.type-1 .temperature .measure-unit {
    bottom: -1px;
    position: relative
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .temperature .measure-unit {
        bottom:-1px;
        position: absolute;
        right: 0
    }

    .scroll-activated-story.type-1 .temperature {
        bottom: inherit;
        font-size: 48px;
        left: 10%;
        line-height: 64px;
        right: inherit;
        text-align: left;
        top: 25.9259259259%
    }
}

.scroll-activated-story.type-1 .skip-btn {
    bottom: 28px;
    position: absolute;
    right: 20px;
    z-index: 10
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .skip-btn {
        bottom:39px;
        right: 36px
    }
}

.scroll-activated-story.type-1 .skip-btn a {
    color: #34303d;
    font-size: 16px;
    line-height: 24px
}

.scroll-activated-story.type-1 .scroll-activated-story-pager {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 0;
    width: 2px;
    z-index: 100000
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .scroll-activated-story-pager {
        bottom:0;
        height: 86.4197530864%;
        right: 40px;
        top: inherit
    }
}

.scroll-activated-story.type-1 .scroll-activated-story-pager .pager-dot {
    background-color: #34303d;
    border-radius: 1px;
    height: 16px;
    margin: 4px 0;
    opacity: .2;
    transition: all .3s ease-in-out;
    width: 2px
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1 .scroll-activated-story-pager .pager-dot {
        height:24px;
        margin: 6px 0
    }
}

.scroll-activated-story.type-1.scene-1 .image-container .heets-img {
    bottom: 55.6221889055%
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-1 .image-container .heets-img {
        bottom:58.8888888889%
    }
}

.scroll-activated-story.type-1.scene-1 .image-container .device-img,.scroll-activated-story.type-1.scene-1 .image-container .device-img-overlay {
    bottom: -39.433283%
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-1 .image-container .device-img,.scroll-activated-story.type-1.scene-1 .image-container .device-img-overlay {
        bottom:-41.433283%
    }
}

.scroll-activated-story.type-1.scene-2 .image-container .heets-img {
    bottom: 68.215892054%;
    height: 28.388306%;
    width: auto
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-2 .image-container .heets-img {
        bottom:59.6296296296%;
        height: 33.8271604938%;
        width: auto
    }
}

.scroll-activated-story.type-1.scene-2 .image-container .device-img,.scroll-activated-story.type-1.scene-2 .image-container .device-img-overlay {
    bottom: 22.235382%;
    height: 60.325337%;
    width: auto
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-2 .image-container .device-img,.scroll-activated-story.type-1.scene-2 .image-container .device-img-overlay {
        bottom:7%;
        height: 70.049383%;
        width: auto
    }
}

.scroll-activated-story.type-1.scene-2 .image-container .device-img-overlay {
    opacity: 1
}

.scroll-activated-story.type-1.scene-3 .image-container {
    bottom: -48%;
    right: -70%;
    transform: rotate(-20deg) scale(1.6)
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-3 .image-container {
        bottom:-32%;
        right: 16%;
        transform: rotate(-22deg) scale(1.5)
    }
}

.scroll-activated-story.type-1.scene-4 .image-container {
    bottom: 0;
    right: 0;
    transform: rotate(0deg) scale(1)
}

@media (min-width: 992px) {
    .scroll-activated-story.type-1.scene-4 .image-container {
        left:auto;
        right: 16%;
        transform: rotate(0deg) scale(1)
    }
}

.scroll-activated-story.type-1.scene-4 .image-container .device-img-overlay {
    opacity: 0
}

.scroll-activated-story.type-1.step-1 .text-slide-1,.scroll-activated-story.type-1.step-2 .text-slide-2 {
    opacity: 1;
    transform: translate(0)
}

.scroll-activated-story.type-1.step-2 .pager-dot-1,.scroll-activated-story.type-1.step-3 .pager-dot-2 {
    opacity: 1
}

.scroll-activated-story.type-1.step-3 .temperature {
    opacity: 1;
    transition: all 2s ease-in-out
}

.scroll-activated-story.type-1.step-4 .text-slide-4 {
    opacity: 1;
    transform: translate(0)
}

.scroll-activated-story.type-1.step-4 .pager-dot-3 {
    opacity: 1
}

.nbw__sliding-cards {
    --sliding-cards-transition-time: 0.5s
}

.nbw__sliding-cards .nbw__sliding-cards--wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nbw__sliding-cards .media-wrapper,.nbw__sliding-cards .media-wrapper .image-wrapper {
    height: 100%;
    width: 100%
}

.nbw__sliding-cards .js-viewport-animation {
    overflow: hidden
}

.nbw__sliding-cards .js-viewport-animation:after {
    background-color: #00d1d2;
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    transform: skew(-30deg);
    transition: left var(--sliding-cards-transition-time);
    width: 200%
}

.nbw__sliding-cards .animation-in:after {
    left: 150%
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .nbw__sliding-cards--tabs-viewport {
        width:100%
    }

    .nbw__sliding-cards .nbw__sliding-cards--tabs-panels {
        display: flex
    }
}

.nbw__sliding-cards .nbw__sliding-cards--tabs-panels .tabs-panels--tab {
    display: none;
    width: 100%
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .nbw__sliding-cards--tabs-panels .tabs-panels--tab {
        display:block
    }
}

.nbw__sliding-cards .nbw__sliding-cards--tabs-panels .tabs-panels--tab.-selected {
    display: block
}

.nbw__sliding-cards .tabs-panels--text-container-left,.nbw__sliding-cards .tabs-panels--text-container-right {
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    padding-bottom: 2.625rem;
    padding-top: 2.6875rem;
    transition: opacity var(--sliding-cards-transition-time) ease;
    will-change: opacity
}

@media (min-width: 768px) {
    .nbw__sliding-cards .tabs-panels--text-container-left,.nbw__sliding-cards .tabs-panels--text-container-right {
        padding-top:1.875rem
    }
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--text-container-left,.nbw__sliding-cards .tabs-panels--text-container-right {
        width:100%
    }
}

@media (max-width: 767px) {
    .nbw__sliding-cards .tabs-panels--text-container-left>div:first-child,.nbw__sliding-cards .tabs-panels--text-container-right>div:first-child {
        margin:0 auto
    }
}

.nbw__sliding-cards .tabs-panels--text-container-left .tabs-panels--rte-container>a,.nbw__sliding-cards .tabs-panels--text-container-left .tabs-panels--rte-container>span,.nbw__sliding-cards .tabs-panels--text-container-right .tabs-panels--rte-container>a,.nbw__sliding-cards .tabs-panels--text-container-right .tabs-panels--rte-container>span {
    display: block
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--text-container-left {
        left:0
    }
}

@media (min-width: 1400px) {
    .nbw__sliding-cards .tabs-panels--text-container-left {
        left:calc(25vw - 350px)
    }
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--text-container-right {
        right:0
    }
}

@media (min-width: 1400px) {
    .nbw__sliding-cards .tabs-panels--text-container-right {
        right:calc(25vw - 350px)
    }
}

.nbw__sliding-cards .tabs-panels--text-container-wrapper {
    justify-content: center;
    margin: 0 auto!important;
    width: 28rem!important
}

@media (min-width: 992px) {
    .nbw__sliding-cards .-hide {
        opacity:0!important;
        transition: opacity .3s ease!important;
        transition-delay: .1s
    }
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--tab {
        transition:.4s ease;
        width: 50vw!important
    }

    .nbw__sliding-cards .tabs-panels--tab:hover {
        width: 85vw!important
    }
}

.nbw__sliding-cards .tabs-panels--tab--card {
    min-height: 100%;
    position: relative;
    width: 100%
}

.nbw__sliding-cards .tabs-panels--tab--card picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--tab--card picture img {
        height:100%;
        position: absolute;
        width: 100%
    }
}

.nbw__sliding-cards .tabs-panels--tab--card .txt-wrapper {
    height: 100%;
    position: absolute;
    width: 100%
}

.nbw__sliding-cards .tabs-panels--tab--card .nbw__sliding-cards--container {
    display: flex;
    height: 100%;
    min-height: 30.5rem
}

@media (min-width: 768px) {
    .nbw__sliding-cards .tabs-panels--tab--card .nbw__sliding-cards--container {
        min-height:27rem
    }
}

@media (min-width: 1200px) {
    .nbw__sliding-cards .tabs-panels--tab--card .nbw__sliding-cards--container {
        min-height:40.624vw
    }
}

@media (max-width: 1199px) {
    .nbw__sliding-cards .tabs-panels--tab--card .nbw__sliding-cards--container {
        align-items:center;
        justify-content: center
    }
}

@media (min-width: 1400px) {
    .nbw__sliding-cards .tabs-panels--tab--card .nbw__sliding-cards--container {
        min-height:36.25rem
    }
}

.nbw__sliding-cards .tabs-box--tabs-selector {
    height: 3.75rem;
    list-style: none
}

.nbw__sliding-cards .tabs-box--tabs-selector li {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    will-change: width
}

.nbw__sliding-cards .tabs-box--tabs-selector li>span {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    padding: 0 .625rem;
    position: relative;
    transition: width var(--sliding-cards-transition-time) cubic-bezier(.3,0,0,1)
}

.nbw__sliding-cards .tabs-box--tabs-selector li.-selected>span:after {
    transform: scaleX(1)
}

.nbw__sliding-cards .tabs-box--tabs-selector li.-selected span {
    font-family: IQOSW04-Bold,sans-serif
}

.nbw__sliding-cards .tabs-box--tabs-selector li a {
    outline: none
}

.nbw__sliding-cards .tabs-box--tabs-selector li>span:after {
    background: #34303d;
    bottom: 0;
    content: " ";
    display: block;
    height: .25rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform var(--sliding-cards-transition-time) cubic-bezier(.3,0,0,1);
    width: 100%;
    will-change: transform
}

@media (max-width: 767px) {
    .nbw-item-stack h1,.nbw-item-stack h2,.nbw-item-stack h3,.nbw-item-stack h4,.nbw-item-stack h5,.nbw-item-stack h6 {
        height:auto!important
    }
}

.nbw-spacer .container .row .white {
    background-color: #fffdfb
}

.nbw-spacer .container .row .turquoise {
    background-color: #00d1d2
}

.nbw-spacer .container .row .amber {
    background-color: #e27d34
}

.nbw-spacer .container .row .deep-red {
    background-color: #a22f26
}

.nbw-spacer .container .row .red {
    background-color: #db3826
}

.nbw-spacer .container .row .blue {
    background-color: #2980b5
}

.nbw-spacer .container .row .yellow {
    background-color: #ffd040
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.prl-product-usps {
    margin-bottom: 4.125rem;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .prl-product-usps {
        margin-bottom:6.25rem
    }
}

.prl-product-usps.-animate.-is-scene-1 .prl-product-usps-scene:first-child .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-1 .prl-product-usps-scene:first-child .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-1 .prl-product-usps-scene:first-child picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-1 .prl-product-usps-scene:first-child picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-2 .prl-product-usps-scene:nth-child(2) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-2 .prl-product-usps-scene:nth-child(2) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-2 .prl-product-usps-scene:nth-child(2) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-2 .prl-product-usps-scene:nth-child(2) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-3 .prl-product-usps-scene:nth-child(3) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-3 .prl-product-usps-scene:nth-child(3) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-3 .prl-product-usps-scene:nth-child(3) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-3 .prl-product-usps-scene:nth-child(3) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-4 .prl-product-usps-scene:nth-child(4) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-4 .prl-product-usps-scene:nth-child(4) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-4 .prl-product-usps-scene:nth-child(4) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-4 .prl-product-usps-scene:nth-child(4) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-5 .prl-product-usps-scene:nth-child(5) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-5 .prl-product-usps-scene:nth-child(5) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-5 .prl-product-usps-scene:nth-child(5) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-5 .prl-product-usps-scene:nth-child(5) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-6 .prl-product-usps-scene:nth-child(6) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-6 .prl-product-usps-scene:nth-child(6) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-6 .prl-product-usps-scene:nth-child(6) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-6 .prl-product-usps-scene:nth-child(6) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-7 .prl-product-usps-scene:nth-child(7) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-7 .prl-product-usps-scene:nth-child(7) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-7 .prl-product-usps-scene:nth-child(7) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-7 .prl-product-usps-scene:nth-child(7) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-8 .prl-product-usps-scene:nth-child(8) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-8 .prl-product-usps-scene:nth-child(8) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-8 .prl-product-usps-scene:nth-child(8) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-8 .prl-product-usps-scene:nth-child(8) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-9 .prl-product-usps-scene:nth-child(9) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-9 .prl-product-usps-scene:nth-child(9) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-9 .prl-product-usps-scene:nth-child(9) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-9 .prl-product-usps-scene:nth-child(9) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-10 .prl-product-usps-scene:nth-child(10) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-10 .prl-product-usps-scene:nth-child(10) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-10 .prl-product-usps-scene:nth-child(10) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-10 .prl-product-usps-scene:nth-child(10) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-11 .prl-product-usps-scene:nth-child(11) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-11 .prl-product-usps-scene:nth-child(11) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-11 .prl-product-usps-scene:nth-child(11) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-11 .prl-product-usps-scene:nth-child(11) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-12 .prl-product-usps-scene:nth-child(12) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-12 .prl-product-usps-scene:nth-child(12) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-12 .prl-product-usps-scene:nth-child(12) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-12 .prl-product-usps-scene:nth-child(12) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-13 .prl-product-usps-scene:nth-child(13) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-13 .prl-product-usps-scene:nth-child(13) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-13 .prl-product-usps-scene:nth-child(13) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-13 .prl-product-usps-scene:nth-child(13) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-14 .prl-product-usps-scene:nth-child(14) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-14 .prl-product-usps-scene:nth-child(14) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-14 .prl-product-usps-scene:nth-child(14) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-14 .prl-product-usps-scene:nth-child(14) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-15 .prl-product-usps-scene:nth-child(15) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-15 .prl-product-usps-scene:nth-child(15) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-15 .prl-product-usps-scene:nth-child(15) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-15 .prl-product-usps-scene:nth-child(15) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-16 .prl-product-usps-scene:nth-child(16) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-16 .prl-product-usps-scene:nth-child(16) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-16 .prl-product-usps-scene:nth-child(16) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-16 .prl-product-usps-scene:nth-child(16) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-17 .prl-product-usps-scene:nth-child(17) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-17 .prl-product-usps-scene:nth-child(17) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-17 .prl-product-usps-scene:nth-child(17) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-17 .prl-product-usps-scene:nth-child(17) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-18 .prl-product-usps-scene:nth-child(18) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-18 .prl-product-usps-scene:nth-child(18) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-18 .prl-product-usps-scene:nth-child(18) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-18 .prl-product-usps-scene:nth-child(18) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-19 .prl-product-usps-scene:nth-child(19) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-19 .prl-product-usps-scene:nth-child(19) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-19 .prl-product-usps-scene:nth-child(19) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-19 .prl-product-usps-scene:nth-child(19) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps.-animate.-is-scene-20 .prl-product-usps-scene:nth-child(20) .prl-product-usps-text {
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-20 .prl-product-usps-scene:nth-child(20) .prl-product-usps-text p {
    opacity: 1;
    transform: translateY(0)
}

.prl-product-usps.-animate.-is-scene-20 .prl-product-usps-scene:nth-child(20) picture {
    height: 100%
}

@media (min-width: 992px) {
    .prl-product-usps.-animate.-is-scene-20 .prl-product-usps-scene:nth-child(20) picture .nbw-usp-img {
        top:0
    }
}

.prl-product-usps p {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps video {
    height: 100%;
    min-height: 56.25vw;
    min-width: 100%;
    width: 177.77777778vh
}

@media (max-width: 991px) {
    .prl-product-usps video {
        height:100vw;
        width: auto
    }
}

.prl-product-usps .prl-product-usps-container {
    min-height: 24vh
}

@media (max-width: 991px) {
    .prl-product-usps .prl-product-usps-container {
        background:#fff;
        position: relative;
        top: 0;
        z-index: 10
    }
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-container {
        position:relative;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2
    }
}

.prl-product-usps .prl-product-usps-img-wrapper {
    height: 76vh;
    overflow: hidden;
    position: relative
}

.prl-product-usps .prl-product-usps-img-wrapper .nbw-usp-img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100vw
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-img-wrapper .nbw-usp-img {
        height:100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }
}

.prl-product-usps.-is-scene-1 .prl-product-usps-scene:first-child {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-1 .prl-slider-progress .prl-progress-bar:first-child:before {
    width: 100%
}

.prl-product-usps.-is-scene-2 .prl-product-usps-scene:nth-child(2) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-2 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-2 .prl-slider-progress .prl-progress-bar:nth-child(2):before {
    width: 100%
}

.prl-product-usps.-is-scene-3 .prl-product-usps-scene:nth-child(3) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-3 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-3 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-3 .prl-slider-progress .prl-progress-bar:nth-child(3):before {
    width: 100%
}

.prl-product-usps.-is-scene-4 .prl-product-usps-scene:nth-child(4) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-4 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-4 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-4 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-4 .prl-slider-progress .prl-progress-bar:nth-child(4):before {
    width: 100%
}

.prl-product-usps.-is-scene-5 .prl-product-usps-scene:nth-child(5) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-5 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-5 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-5 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-5 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-5 .prl-slider-progress .prl-progress-bar:nth-child(5):before {
    width: 100%
}

.prl-product-usps.-is-scene-6 .prl-product-usps-scene:nth-child(6) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-6 .prl-slider-progress .prl-progress-bar:nth-child(6):before {
    width: 100%
}

.prl-product-usps.-is-scene-7 .prl-product-usps-scene:nth-child(7) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-7 .prl-slider-progress .prl-progress-bar:nth-child(7):before {
    width: 100%
}

.prl-product-usps.-is-scene-8 .prl-product-usps-scene:nth-child(8) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-8 .prl-slider-progress .prl-progress-bar:nth-child(8):before {
    width: 100%
}

.prl-product-usps.-is-scene-9 .prl-product-usps-scene:nth-child(9) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-9 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-10 .prl-product-usps-scene:nth-child(10) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-10 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-11 .prl-product-usps-scene:nth-child(11) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-11 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-12 .prl-product-usps-scene:nth-child(12) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-12 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-13 .prl-product-usps-scene:nth-child(13) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-13 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-14 .prl-product-usps-scene:nth-child(14) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-14 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-15 .prl-product-usps-scene:nth-child(15) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-15 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-16 .prl-product-usps-scene:nth-child(16) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(16):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-16 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-17 .prl-product-usps-scene:nth-child(17) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(16):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(17):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-17 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-18 .prl-product-usps-scene:nth-child(18) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(16):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(17):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(18):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-18 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-19 .prl-product-usps-scene:nth-child(19) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(16):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(17):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(18):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(19):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-19 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps.-is-scene-20 .prl-product-usps-scene:nth-child(20) {
    opacity: 1;
    transition: all .5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:first-child:before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(10):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(11):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(12):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(13):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(14):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(15):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(16):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(17):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(18):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(19):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(2):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(20):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(3):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(4):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(5):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(6):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(7):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(8):before,.prl-product-usps.-is-scene-20 .prl-slider-progress .prl-progress-bar:nth-child(9):before {
    width: 100%
}

.prl-product-usps .prl-product-usps-inner-wrapper {
    height: 100vh
}

.prl-product-usps .prl-product-usps-inner-wrapper.light-theme .prl-slider-progress .prl-progress-bar {
    background-color: #7b7881;
    color: #7b7881
}

.prl-product-usps .prl-product-usps-inner-wrapper.light-theme .prl-slider-progress .prl-progress-bar:before {
    background-color: #34303d;
    color: #34303d
}

.prl-product-usps .prl-product-usps-inner-wrapper.dark-theme .prl-slider-progress .prl-progress-bar {
    background-color: #b8b7bb;
    color: #b8b7bb
}

.prl-product-usps .prl-product-usps-inner-wrapper.dark-theme .prl-slider-progress .prl-progress-bar:before {
    background-color: #fffdfb;
    color: #fffdfb
}

.prl-product-usps .prl-product-usps-scene.-was-active {
    opacity: 0;
    pointer-events: none
}

.prl-product-usps .prl-product-usps-scene.-was-active .prl-product-usps-text {
    position: relative;
    top: -10px;
    transform: translateY(0)!important
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-scene.-was-active .prl-product-usps-text {
        transform:translateY(calc(-50% - 30px))!important
    }
}

.prl-product-usps .prl-product-usps-scene.-was-active .prl-product-usps-text p {
    transform: translateY(0)
}

.prl-product-usps .prl-product-usps-scene {
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s;
    width: 100vw
}

@media (min-width: 768px) {
    .prl-product-usps .prl-product-usps-scene.-is-inverse .prl-product-usps-text {
        color:#34303d
    }
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-scene .prl-product-usps-img-wrapper {
        height:100vh;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.prl-product-usps .prl-product-usps-scene .prl-product-usps-video-wrapper {
    height: auto
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-scene .prl-product-usps-video-wrapper {
        height:100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .prl-product-usps .prl-product-usps-scene {
        background-color: transparent
    }
}

.prl-product-usps .prl-slider-progress {
    bottom: 27vh;
    left: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: auto;
    width: auto
}

@media (min-width: 768px) {
    .prl-product-usps .prl-slider-progress {
        bottom:74px;
        top: auto
    }
}

@media (min-width: 992px) {
    .prl-product-usps .prl-slider-progress {
        bottom:0;
        left: auto;
        right: 40px;
        top: calc(50vh - 69px)
    }
}

.prl-product-usps .prl-progress-bar {
    background-color: rgba(52,48,61,.5);
    border-radius: 2px;
    display: block;
    height: 2px;
    margin-right: 0;
    margin-top: 24px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    width: 16px
}

.prl-product-usps .prl-progress-bar:before {
    background-color: #34303d;
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .5s;
    width: 0
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-col {
        align-items:center;
        display: flex;
        height: 100%;
        position: relative
    }
}

.prl-product-usps .prl-product-usps-text {
    opacity: 0;
    position: relative;
    transform: translateY(0);
    transition: all 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

@media (min-width: 992px) {
    .prl-product-usps .prl-product-usps-text {
        top:0;
        transform: translateY(0)
    }
}

.prl-product-usps .prl-product-usps-inner-container {
    height: 100%;
    position: relative
}

.prl-product-usps .video {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.prl-product-usps .video.-mobile {
    display: block
}

.prl-product-usps .video.-desktop,.prl-product-usps .video.-tablet {
    display: none
}

@media (min-width: 768px) {
    .prl-product-usps .video.-tablet {
        display:block
    }

    .prl-product-usps .video.-desktop,.prl-product-usps .video.-mobile {
        display: none
    }
}

@media (min-width: 992px) {
    .prl-product-usps .video {
        width:auto
    }

    .prl-product-usps .video.-desktop {
        display: block;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .prl-product-usps .video.-mobile,.prl-product-usps .video.-tablet {
        display: none
    }
}

.nbw__mosaic-component .media-wrapper,.nbw__mosaic-component .media-wrapper .image-wrapper {
    height: 100%;
    width: 100%
}

.nbw__mosaic-component .nbw__mosaic-component--content-top .nbw__mosaic-component--content-top--picture picture {
    display: block
}

.nbw__mosaic-component .nbw__mosaic-component--content-top .nbw__mosaic-component--content-top--picture picture img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (min-width: 768px) {
    .nbw__mosaic-component .nbw__mosaic-component--content-top .nbw__mosaic-component--content-top--picture picture img {
        height:auto;
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .nbw__mosaic-component .nbw__mosaic-component--content-top .nbw__mosaic-component--content-top--text {
        margin-bottom:13rem
    }
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-small {
    margin-bottom: -1.5rem;
    position: unset;
    z-index: 2
}

@media (min-width: 768px) {
    .nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-small {
        margin-bottom:-6.25rem
    }
}

@media (min-width: 992px) {
    .nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-small {
        position:absolute;
        right: -1.5rem;
        top: -13rem
    }
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-small picture {
    display: block
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-small picture img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-large {
    z-index: 1
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-large picture {
    display: block
}

.nbw__mosaic-component .nbw__mosaic-component--content-bottom .nbw__mosaic-component--content-bottom--picture-cont .nbw__mosaic-component--content-bottom--picture-large picture img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.nbw-hero-content-text-media .text-wrapper {
    position: relative
}

.nbw-hero-content-text-media .text-wrapper:before {
    background-color: var(--color-bg);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.nbw-hero-content-text-media .media-element-wrapper {
    height: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%
}

.nbw-hero-content-text-media .media-element-wrapper:before {
    background-color: var(--color-bg);
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1
}

@media (min-width: 576px) {
    .nbw-hero-content-text-media .media-element-wrapper .image-wrapper {
        height:650px;
        width: 1100px
    }
}

.nbw__my-iqos a {
    text-decoration: none!important
}

.nbw__my-iqos .rte-wrapper {
    align-items: center
}

.nbw__my-iqos .rte-wrapper .logo-img {
    width: 140px
}

@media (min-width: 768px) {
    .nbw__my-iqos .rte-wrapper .logo-img {
        width:130px
    }
}

.nbw__my-iqos .media-bg {
    background-position: 50%;
    background-size: cover;
    min-height: 300px;
    position: relative
}

@media (min-width: 768px) {
    .nbw__my-iqos .media-bg {
        min-height:463px
    }
}

.nbw__my-iqos .flex-wrapper {
    justify-content: flex-end
}

.nbw__video-cards .nbw__video-cards-wrapper .video-cards-wrapper {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper {
    position: relative
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .media-wrapper,.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .media-wrapper .image-wrapper {
    height: 100%;
    width: 100%
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .media-wrapper .image-wrapper picture {
    width: 100%
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .media-wrapper .image-wrapper picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .media-wrapper .content-wrapper .icon-wrapper:hover .play-button {
    background-color: #00d1d2
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .text-wrapper {
    bottom: 0;
    left: 0;
    padding: 0 2.5rem 2.5rem;
    position: absolute;
    width: 100%
}

.nbw__video-cards .nbw__video-cards-wrapper .card-wrapper .text-wrapper .title {
    margin: 0 0 1.25rem
}

.video-cards-wrapper::-webkit-scrollbar {
    display: none
}

.nbw-editorial-toolbar .editorial-bar {
    overflow-x: auto;
    overflow-y: hidden
}

.nbw-editorial-toolbar .editorial-bar::-webkit-scrollbar {
    display: none
}

.nbw-editorial-toolbar .editorial-bar .tab-device.active,.nbw-editorial-toolbar .editorial-bar .tab-device:hover {
    background-color: #f6f4f0;
    border-radius: 4px
}

.nbw-editorial-toolbar .editorial-bar .tab-device p {
    margin: 0 auto;
    width: 100px
}

.nbw-editorial-toolbar.tab-version .editorial-bar-slide.active,.nbw-editorial-toolbar.tab-version .editorial-bar-slide:hover {
    background-color: #fffdfb;
    border-radius: 4px;
    text-decoration: underline
}

.nbw-faq-search .input-group input[type=text] {
    border: 1px solid #ced4da;
    -webkit-clip-path: inset(-1px 1px -1px -1px);
    clip-path: inset(-1px 1px -1px -1px);
    font-size: 16px;
    padding: 25px 0 25px 25px;
    transition: 0s
}

.nbw-faq-search .input-group input[type=text]+button {
    border: 1px solid #ced4da;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    transition: 0s
}

.nbw-faq-search .input-group input[type=text]:focus,.nbw-faq-search .input-group input[type=text]:focus+button {
    border: 1px solid #34303d;
    box-shadow: 0 0 0 1px #34303d
}

.nbw-faq-search .media-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1
}

.nbw-faq-search .media-wrapper .image-wrapper {
    height: 100%
}

.nbw-faq-search .media-wrapper .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.nbw-faq-search .logo-wrapper {
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .nbw-faq-search .logo-wrapper {
        margin-bottom:18px
    }
}

.nbw-faq-search .rich-text-editor-custom .dark-border-line,.nbw-faq-search .rich-text-editor-custom .light-border-line {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1
}

.nbw-faq-search .rich-text-editor-custom .dark-border-line:after,.nbw-faq-search .rich-text-editor-custom .light-border-line:after {
    bottom: 0;
    content: " ";
    display: block;
    height: .0625rem;
    margin: .5rem 0;
    width: 4.6875rem
}

.nbw-faq-search .rich-text-editor-custom .light-border-line:after {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fffdfb 50%,hsla(0,0%,100%,0))
}

.nbw-faq-search .rich-text-editor-custom .dark-border-line:after {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#34303d 50%,hsla(0,0%,100%,0))
}

.nbw .horizontal-vertical-slide-banner .vertical-slider {
    position: relative
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider {
        margin-right:32px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider {
        margin-right:45px;
        padding-top: 0
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider.mobile {
        display: none
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider.desktop {
    display: none
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider.desktop {
        display:block
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slider {
    display: flex
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slider {
        display:block
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar,.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav {
    bottom: 30px;
    display: flex;
    left: 43px;
    position: absolute;
    transform: translateX(0);
    z-index: 1
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .progress-bar-item,.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar>[aria-controls],.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav .progress-bar-item,.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav>[aria-controls] {
    background: #34303d;
    border: none;
    border-radius: 0;
    height: 2px;
    margin: 0 5px;
    opacity: .5;
    padding: 0;
    width: 24px
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .progress-bar-item:focus,.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar>[aria-controls]:focus,.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav .progress-bar-item:focus,.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav>[aria-controls]:focus {
    outline: none
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .tns-nav-active,.nbw .horizontal-vertical-slide-banner .vertical-slider .tns-nav .tns-nav-active {
    opacity: 1
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar {
        bottom:50%;
        flex-direction: column;
        left: 43px;
        transform: translateY(50%)
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .progress-bar-item {
        height: 24px;
        margin: 5px 0;
        position: relative;
        width: 2px
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .progress-bar-item:after {
        background-color: transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        transition: height .5s;
        width: 2px
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .bar-active:after {
    background-color: #34303d;
    content: "";
    height: 24px;
    opacity: 1;
    position: absolute
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .progress-bar .prev-active {
    background: #34303d;
    opacity: 1
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide {
        height:0;
        opacity: 0
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide.active {
        height: 100vh;
        opacity: 1
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide.active .row-flex {
        height: 100%
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide.active .row-flex .content-box .wide-text {
        opacity: 1
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .container-fluid-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 140px;
    padding: 0 0 150px
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .container-fluid-flex {
        padding-bottom:135px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .container-fluid-flex {
        height:62.5%;
        margin: 0;
        padding: 0
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex {
    display: flex;
    flex-direction: column;
    justify-content: unset
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex {
        flex-direction:row;
        width: 50%
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box {
        justify-content:flex-start
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box.content-text {
    color: #34303d;
    padding: 0 30px
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box.content-text {
        padding-right:345px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box.content-text {
        justify-content:space-between;
        margin: 0;
        max-width: 100%;
        padding: 115px 76px 50px 121px
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box.content-text.text-white,.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box.content-text.text-white .bottom-notes {
    color: #fffdfb
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box {
    align-self: flex-end;
    bottom: 0;
    height: auto;
    margin-top: -88px;
    max-width: unset;
    position: static;
    width: auto
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box {
        margin-top:-108px;
        max-width: unset
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box {
        margin-top:0
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box {
        bottom:55px;
        height: 795px;
        width: auto
    }

    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .img-box img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text {
    margin-bottom: 0;
    padding: 0 10px;
    position: static;
    top: 0;
    width: 100%
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text {
        display:flex;
        flex-direction: column;
        justify-content: center;
        max-width: 442px;
        opacity: 0;
        padding: 0;
        position: unset;
        top: 0;
        transition: opacity 1s
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .title {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 40px
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .title {
        font-size:4.4rem;
        line-height: 56px;
        margin-bottom: 30px;
        margin-top: 45px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .title {
        font-size:4.4rem;
        line-height: 56px;
        margin: 0 0 28px
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 35px
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .description {
        margin-bottom:45px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .description {
        line-height:24px;
        margin-bottom: 40px;
        max-width: 335px
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .cta {
    display: flex
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .cta .cta-label {
    color: #34303d;
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 5px
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .wide-text .cta .arrow-right {
    background-image: url(../../../../content/dam/iqos/global/marketing/brand/graphics/arrow_down.svg);
    color: #34303d;
    display: inline-block;
    height: 2rem;
    transform: rotate(-90deg);
    width: 2rem
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .bottom-notes {
    color: #34303d;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 16px;
    margin-top: 40px;
    padding: 0 10px
}

@media (min-width: 576px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .bottom-notes {
        margin-top:45px
    }
}

@media (min-width: 992px) {
    .nbw .horizontal-vertical-slide-banner .vertical-slider .slide .row-flex .content-box .bottom-notes {
        margin-top:50px;
        max-width: 442px;
        padding: 0
    }
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .parallax-wrapper {
    padding-top: 115px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .parallax-wrapper .img-box {
    height: 90vh;
    margin-bottom: 10vh;
    margin-right: 0;
    overflow: hidden;
    width: auto
}

.nbw .horizontal-vertical-slide-banner .vertical-slider .parallax-wrapper .img-box img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top;
    object-position: top;
    position: relative
}

.nbw-try-our-flavours .swiper-slide {
    padding-top: 14vw;
    width: 60%!important
}

@media (min-width: 768px) {
    .nbw-try-our-flavours .swiper-slide {
        width:50%!important
    }
}

@media (min-width: 992px) {
    .nbw-try-our-flavours .swiper-slide {
        padding-top:6vw;
        width: 22%!important
    }
}

@media (min-width: 1200px) {
    .nbw-try-our-flavours .swiper-slide {
        width:24%!important
    }
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container {
    cursor: pointer;
    height: 52vw;
    margin: auto;
    position: relative;
    transition: all .6s ease-in-out;
    width: 52vw;
    z-index: 1
}

@media (min-width: 768px) {
    .nbw-try-our-flavours .swiper-slide .flavours-img-container {
        height:40vw;
        width: 40vw
    }
}

@media (min-width: 992px) {
    .nbw-try-our-flavours .swiper-slide .flavours-img-container {
        height:18vw;
        width: 18vw
    }
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .background-img,.nbw-try-our-flavours .swiper-slide .flavours-img-container .cover-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .background-img img,.nbw-try-our-flavours .swiper-slide .flavours-img-container .cover-img img {
    border-radius: 100%
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .cover-img {
    opacity: 1;
    transition: all .6s ease-in-out;
    z-index: 2
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .cover-img img {
    border-radius: 100%
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .product-img {
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .6s ease-in-out;
    width: auto;
    z-index: 4
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .product-img .media-wrapper {
    height: 100%
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .product-img .media-wrapper img {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: auto!important
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .background-mask {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .background-mask:after {
    border-radius: 100%;
    box-shadow: 0 0 0 2000px var(--mask-color);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .product-mask {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.nbw-try-our-flavours .swiper-slide .flavours-img-container .product-mask:after {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.nbw-try-our-flavours .swiper-slide .flavours-text-container {
    left: 50%;
    opacity: 0;
    padding-top: 10vw;
    position: relative;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
    width: 140%;
    z-index: 2
}

@media (min-width: 992px) {
    .nbw-try-our-flavours .swiper-slide .flavours-text-container {
        padding-top:6vw
    }
}

@media (min-width: 1200px) {
    .nbw-try-our-flavours .swiper-slide .flavours-text-container {
        padding-top:4vw
    }
}

.nbw-try-our-flavours .swiper-slide.swiper-slide-active .flavours-img-container {
    cursor: default;
    transform: scale(1.1)
}

.nbw-try-our-flavours .swiper-slide.swiper-slide-active .flavours-img-container .product-img {
    bottom: 0;
    height: 110%
}

.nbw-try-our-flavours .swiper-slide.swiper-slide-active .flavours-img-container .cover-img {
    opacity: 0
}

.nbw-try-our-flavours .swiper-slide.swiper-slide-active .flavours-text-container {
    opacity: 1;
    z-index: 3
}

.nbw-try-our-flavours .swiper-move .swiper-slide .flavours-text-container {
    opacity: 0!important
}

.nbw-try-our-flavours .swiper-move .swiper-slide.swiper-slide-active .flavours-img-container {
    cursor: default;
    transform: scale(1)
}

.nbw-try-our-flavours .swiper-move .swiper-slide.swiper-slide-active .flavours-img-container .product-img {
    bottom: 0;
    height: 80%
}

.nbw-try-our-flavours .swiper-move .swiper-slide.swiper-slide-active .flavours-img-container .cover-img {
    opacity: 1
}

#nbw__main-header {
    background: #fffdfb;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .5s cubic-bezier(.3,0,0,1) .5s,background .3s cubic-bezier(.3,0,0,1),background-image .3s cubic-bezier(.3,0,0,1);
    width: 100%;
    z-index: 1031
}

#nbw__main-header .h1,#nbw__main-header .h2,#nbw__main-header .h3,#nbw__main-header .h4,#nbw__main-header .h5,#nbw__main-header .h6 {
    margin-bottom: 0
}

#nbw__main-header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nbw__main-header #nbw__header--mobile {
    height: 3.5rem;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--mobile {
        display:none
    }
}

#nbw__main-header #nbw__header--mobile .nbw-header-grid {
    display: grid;
    grid-template-columns: 1fr 4rem 1fr;
    width: 100%
}

#nbw__main-header #nbw__header--mobile .menu__logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 4rem
}

#nbw__main-header #nbw__header--mobile .menu__logo .header-logo {
    align-items: center;
    display: flex;
    height: 3.5rem;
    position: relative;
    width: 100%
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters {
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters .logo-nbw-iqos-letter {
    height: 1.25rem;
    min-width: 1.25rem;
    opacity: 1;
    padding: 0 .03125rem;
    transition: transform .5s ease;
    width: auto
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters .logo-nbw-iqos-letter.first-letter {
    min-width: .1875rem;
    transform: translate(-2px)
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters .logo-nbw-iqos-letter.second-letter {
    min-width: 1.3125rem
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters .logo-nbw-iqos-letter.third-letter {
    min-width: 1.1875rem
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-letters .logo-nbw-iqos-letter.fourth-letter {
    min-width: 1.0625rem;
    transform: translate(2px)
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-icon {
    margin: auto;
    opacity: 0;
    top: 0;
    transition: opacity .3s cubic-bezier(.3,0,0,1);
    width: 4rem;
    will-change: opacity
}

#nbw__main-header #nbw__header--mobile .menu__logo .iqos-logo-icon svg {
    height: 1.875rem
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .logo-nbw-iqos-letter {
    opacity: 0;
    transition: .5s ease;
    transition-property: opacity,transform
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.first-letter {
    transform: translate(16px)
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.second-letter {
    transform: translate(12px)
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.third-letter {
    transform: translate(-12px)
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.fourth-letter {
    transform: translate(-22px)
}

#nbw__main-header #nbw__header--mobile .menu__logo.switch-logo .iqos-logo-icon {
    opacity: 1
}

#nbw__main-header #nbw__header--mobile .span {
    display: block
}

#nbw__main-header #nbw__header--mobile a {
    display: block;
    text-decoration: none
}

#nbw__main-header #nbw__header--mobile .container-fluid-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--mobile .container-fluid-flex {
        padding-left:1.875rem;
        padding-right: 1.875rem
    }
}

#nbw__main-header #nbw__header--mobile .menu__white-base {
    background: #fffdfb;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .45s cubic-bezier(.3,0,0,1);
    visibility: hidden;
    width: 0;
    z-index: 90000
}

#nbw__main-header #nbw__header--mobile .menu__white-base.openBase {
    transition: all .45s cubic-bezier(.3,0,0,1);
    transition-delay: .35s;
    visibility: visible;
    width: 100vw
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile .menu__white-base.openBase {
        width:50%
    }
}

#nbw__main-header #nbw__header--mobile .mobile-hamburger-icon-container {
    width: 3.25rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon {
    height: .9375rem;
    opacity: 1;
    position: relative;
    width: 1.5rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon>span {
    background: #34303d;
    border-radius: .25rem;
    display: block;
    height: .125rem;
    left: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.3,0,0,1);
    width: 1.5rem;
    will-change: all
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon>span:first-child {
    top: 0
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon>span:nth-child(2) {
    top: .625rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon.click-hambAnim>span:first-child {
    animation: squashicondown .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile #menu__mobile--hamburger-icon.click-hambAnim>span:nth-child(2) {
    animation: squashiconup .5s cubic-bezier(.3,0,0,1) forwards
}

@keyframes squashicondown {
    0% {
        top: 0
    }

    50% {
        top: .25rem
    }

    to {
        top: 0
    }
}

@keyframes squashiconup {
    0% {
        top: .625rem
    }

    50% {
        top: .375rem
    }

    to {
        top: .625rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 900000
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions {
    align-items: center;
    background: #fff;
    display: flex;
    height: 3.5rem;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 1000
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions {
        background:none;
        display: none;
        height: 4.75rem;
        left: 50%;
        padding-left: 1.5rem;
        position: fixed;
        top: 0;
        width: 50%;
        z-index: 3
    }

    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions.show,#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions.thirdLvlOpened {
        display: flex
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__go-back-arrow {
    align-items: center;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    left: 2rem;
    opacity: 0;
    position: fixed;
    top: 1.125rem;
    transition: all 50ms cubic-bezier(.3,0,0,1);
    visibility: hidden;
    width: 1.5rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__go-back-arrow {
        left:54.5%;
        top: 1.6875rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__go-back-arrow.show {
    opacity: 1;
    transition: all 50ms cubic-bezier(.3,0,0,1);
    visibility: visible;
    z-index: 3
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__mobile-menu-close {
    align-items: center;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 2rem;
    top: 1.1875rem;
    transition: all 50ms cubic-bezier(.3,0,0,1);
    visibility: hidden;
    width: 1.5rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__mobile-menu-close.showCloseBtn {
    opacity: 1;
    transition: all 50ms cubic-bezier(.3,0,0,1);
    visibility: visible;
    z-index: 3
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--nav-actions .btn__mobile-menu-close.showCloseBtn {
        background-color:#f6f4f0;
        right: 2rem;
        top: 1.75rem!important
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .category-title {
    background-color: #fffdfb;
    display: block;
    height: 3.5rem;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .category-title {
        background-color:#f6f4f0;
        display: none
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .category-title span {
    color: #34303d;
    display: block;
    margin-top: 1.0625rem;
    text-align: center
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile-user-account-container {
    background-color: #fffdfb;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: .625rem 2rem 2.125rem;
    position: fixed;
    width: 100%
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile-user-account-container>div {
    max-width: 50%
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile-user-account-container {
        padding-bottom:1.75rem;
        padding-left: 1.9375rem;
        padding-right: 2.1875rem;
        width: 50%
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile-user-account-container svg {
    display: none
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile-user-account--logged-in {
    display: none
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .showUserAction {
    display: block
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories {
    height: 80vh;
    margin-top: 56px;
    opacity: 1;
    overflow-y: scroll;
    padding: 1.4375rem 2rem 0;
    width: 100%
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories {
        height:90vh;
        margin-top: 0;
        padding: 5.875rem 1.5625rem 0 2rem;
        width: 50%
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories>ul>li>a {
    display: inline-block;
    padding-right: 2.5rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--categories-wrapper>li {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--categories-wrapper>li {
        margin-bottom:1.625rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--subcategories-wrapper {
    padding-top: 1.125rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--subcategories-wrapper {
        padding-top:.875rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--subcategories-wrapper li {
    margin-bottom: 1rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--wrapper {
    position: relative;
    width: 100%
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--category {
    color: #34303d;
    position: relative
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--category {
        background-image:linear-gradient(transparent calc(100% - 4px),#00d1d2 .25rem);
        background-repeat: no-repeat;
        background-size: 0 100%;
        display: inline;
        transition: background-size .5s;
        width: -moz-fit-content;
        width: fit-content
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--wrapper:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-right.svg) no-repeat;
    content: "";
    height: 1.5rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: .375rem;
    width: 1.5rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--subtext {
    color: #34303d;
    display: block;
    padding-top: .3125rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .mobile-nav__first-level--subcategory {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level-wrapper {
    display: none
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openSecondLvlMob {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-y: scroll;
    padding: 1.625rem 2rem 2rem;
    position: fixed;
    top: 3.5rem;
    visibility: visible;
    width: 100vw;
    z-index: 2
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openSecondLvlMob {
        background-color:#f6f4f0;
        justify-content: space-between;
        left: 50%;
        padding: 5.875rem 2rem 1.75rem;
        top: 0;
        width: 50%
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li {
    animation: fadeinseclvlmob .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:first-child {
    animation-delay: .15s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(2) {
    animation-delay: .3s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(3) {
    animation-delay: .45s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(4) {
    animation-delay: .6s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(5) {
    animation-delay: .75s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(6) {
    animation-delay: .9s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(7) {
    animation-delay: 1.05s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(8) {
    animation-delay: 1.2s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(9) {
    animation-delay: 1.35s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(10) {
    animation-delay: 1.5s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(11) {
    animation-delay: 1.65s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(12) {
    animation-delay: 1.8s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(13) {
    animation-delay: 1.95s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(14) {
    animation-delay: 2.1s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .secLvlMobFadeIn>li:nth-child(15) {
    animation-delay: 2.25s
}

@keyframes fadeinseclvlmob {
    0% {
        left: -1.25rem;
        opacity: 0;
        visibility: hidden
    }

    to {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li {
    animation: fadeinthirdlvlmob .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:first-child {
    animation-delay: .15s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(2) {
    animation-delay: .3s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(3) {
    animation-delay: .45s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(4) {
    animation-delay: .6s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(5) {
    animation-delay: .75s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(6) {
    animation-delay: .9s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(7) {
    animation-delay: 1.05s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(8) {
    animation-delay: 1.2s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(9) {
    animation-delay: 1.35s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(10) {
    animation-delay: 1.5s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(11) {
    animation-delay: 1.65s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(12) {
    animation-delay: 1.8s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(13) {
    animation-delay: 1.95s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(14) {
    animation-delay: 2.1s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeIn ul>li:nth-child(15) {
    animation-delay: 2.25s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level-categories-products.thirdLvlMobFadeInProducts {
    animation: makeThirdLvlVisible .1s cubic-bezier(.3,0,0,1) forwards;
    animation-delay: 1.5s
}

@keyframes makeThirdLvlVisible {
    0% {
        visibility: visible
    }

    to {
        visibility: visible
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li {
    animation: fadeinthirdlvlmob .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:first-child {
    animation-delay: .15s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(2) {
    animation-delay: .3s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(3) {
    animation-delay: .45s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(4) {
    animation-delay: .6s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(5) {
    animation-delay: .75s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(6) {
    animation-delay: .9s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(7) {
    animation-delay: 1.05s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(8) {
    animation-delay: 1.2s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(9) {
    animation-delay: 1.35s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(10) {
    animation-delay: 1.5s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(11) {
    animation-delay: 1.65s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(12) {
    animation-delay: 1.8s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(13) {
    animation-delay: 1.95s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(14) {
    animation-delay: 2.1s
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .thirdLvlMobFadeInProducts li:nth-child(15) {
    animation-delay: 2.25s
}

@keyframes fadeinthirdlvlmob {
    0% {
        left: -1.25rem;
        opacity: 0;
        visibility: hidden
    }

    to {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion {
    display: none;
    opacity: 0;
    padding-bottom: 1.25rem;
    position: relative;
    visibility: hidden;
    width: 61.33333333vw
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion {
        padding:0;
        width: 41.66666667vw
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion .promotion-image {
    height: 34.66666667vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion .promotion-image {
        height:23.4375vw
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion .promotion-title {
    color: #34303d;
    display: block;
    margin: 1.125rem 0 .125rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion .promotion-title {
        margin:1.375rem 0 .625rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level--promotion .promotion-subtitle {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openSecondLvlPromMob {
    animation: fadeinthirdlvlprommob .5s cubic-bezier(.3,0,0,1) forwards;
    animation-delay: 1.7s;
    display: flex!important;
    flex-direction: column;
    z-index: 2
}

@keyframes fadeinthirdlvlprommob {
    0% {
        left: -1.25rem;
        opacity: 0;
        visibility: hidden
    }

    to {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openSecondLvlPromMob {
        position:static
    }

    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level-categories {
        width: 100%
    }

    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level {
        position: relative
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level {
    padding-bottom: 3.625rem;
    visibility: hidden
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>li:not(:first-child) {
    margin-bottom: 1.25rem;
    position: relative
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>li:not(:first-child) {
        margin-bottom:1.5rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>li>a {
    padding-right: 2.5rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>.menu__second-level-cat-item~.external-link-item-mob {
    padding-bottom: 1rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>.menu__second-level-cat-item+.external-link-item-mob {
    padding-top: 1.1875rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__second-level>.menu__second-level-cat-item+.external-link-item-mob {
        padding-top:.75rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category {
    color: #34303d;
    display: block;
    width: 100%
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category-subtext {
    color: #34303d;
    display: block;
    margin-top: .3125rem;
    width: 100%
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category-subtext {
        margin-top:.625rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category.arrow-right:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-right.svg) no-repeat;
    content: "";
    display: inline-block;
    height: 1.5rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: .1875rem;
    transform: rotate(0deg);
    width: 1.5rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category.arrow-right:after {
        top:.375rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .pasiveCatLvlTwo.arrow-right:after {
    opacity: .6
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .second-level__category.external-link {
    color: #34303d;
    font-size: 16px;
    font-weight: 300;
    z-index: 1
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__wrapper-third-level {
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: scroll;
    padding: 1.6875rem 0 0 2rem;
    position: fixed;
    top: 3.5rem;
    width: 100vw;
    z-index: 2
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__wrapper-third-level {
        background-color:#f6f4f0;
        left: 50%;
        padding: 1rem 1.875rem 2rem 2.125rem;
        top: 4.75rem;
        width: 50%
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level {
    padding-bottom: 2.8125rem;
    visibility: hidden
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .category-title {
        display:block;
        height: 5.25rem;
        left: 50%;
        top: 0;
        width: calc(100vw - 50%)
    }

    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .category-title span {
        margin-top: 1.6875rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level>li {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level>li {
        padding:0
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .third-level__category {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products::-webkit-scrollbar {
    display: none
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products+.menu__third-level-subcategories {
    padding-top: 1.625rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products+.menu__third-level-subcategories {
        padding-top:.875rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-subcategories>li {
    margin-top: 1rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-subcategories {
    padding-right: 2rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-subcategories {
        padding:0
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories>.menu__third-level-category:not(:first-child) {
    margin-bottom: 1.25rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories .menu__third-level-subcategory-par {
    margin-top: 1rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-category+.menu__third-level-subcategory-par {
    margin-top: .5rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .third-level__subcategory {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories {
    display: flex;
    flex-direction: column;
    padding-right: 2rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories {
        flex-direction:column
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories>li>a {
    width: 100%
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products {
    -ms-overflow-style: none;
    display: flex;
    flex-direction: row;
    margin-left: -2rem;
    overflow-x: scroll;
    scrollbar-width: none
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products {
        flex-direction:column;
        margin-left: 0;
        overflow-x: unset
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:not(:first-child) {
    position: relative
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:not(:first-child) {
        margin-bottom:1rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:nth-child(2)>a {
    margin-left: 2rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:nth-child(2)>a {
        margin-left:0
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:last-child {
    padding-right: 1.25rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li:last-child {
        margin-bottom:0;
        padding-right: unset
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li>a {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    width: 39.46666668vw
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products>li>a {
        flex-direction:row;
        justify-content: space-between;
        width: 100%
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .media-wrapper {
    padding-bottom: 1.375rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .media-wrapper {
        padding-bottom:0
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__product {
    height: 33.06666667vw;
    -o-object-fit: cover;
    object-fit: cover;
    width: 33.06666667vw
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__product {
        height:4.5rem;
        width: 4.5rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text {
    text-align: center
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text {
        text-align:left
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text .third-level__product-title {
    color: #34303d;
    padding-bottom: .375rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text .third-level__subtext {
    color: #34303d;
    padding: 0 .3125rem;
    text-align: center
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text .third-level__subtext {
        max-width:100%;
        padding: 0;
        text-align: left
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .menu__third-level .menu__third-level-categories-products .third-level__text span {
    display: block
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openThirdLvlMob {
    display: flex!important;
    flex-direction: column;
    visibility: visible
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--categories .openThirdLvlMob {
        justify-content:space-between
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__user-account-container {
    align-items: flex-end;
    display: flex
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select {
    align-self: flex-end
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select .ii-globe {
    margin-right: .4375rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select>li>a {
    align-items: center;
    display: flex;
    padding-right: 1.25rem;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select>li>a:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-down.svg) no-repeat;
    content: "";
    height: 1rem;
    min-width: 1rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: .25rem;
    transform: rotate(180deg);
    transition: transform .3s cubic-bezier(.3,0,0,1)
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper {
    display: flex;
    position: relative
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .select-language {
    background-color: #fffdfb;
    border-radius: .1875rem;
    bottom: 2.5rem;
    box-shadow: 0 .375rem 1rem 0 rgba(0,0,0,.1);
    min-height: 3.9375rem;
    position: absolute;
    right: -1.1875rem;
    visibility: visible;
    width: 10rem
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .select-language {
        right:-.1875rem
    }
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .select-language li {
    border-bottom: .0625rem solid rgba(52,48,61,.05)
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .select-language li:last-child {
    border-bottom: none
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .language-select--button {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .menu__mobile--language-select-wrapper .language-select--option {
    color: #34303d;
    display: block;
    padding: 1.25rem 1.5rem
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .user-account__category {
    color: #34303d
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .hidden {
    visibility: hidden
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation .hidden+.menu__mobile--language-select>li>a:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation.openNav {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding-bottom: 56px;
    visibility: visible
}

#nbw__main-header #nbw__header--mobile #menu__mobile-navigation.openNav .btn__mobile-menu-close,#nbw__main-header #nbw__header--mobile #menu__mobile-navigation.openNav .menu__mobile-user-account-container {
    animation: fadeinfirstlvlmob .5s cubic-bezier(.3,0,0,1) forwards;
    opacity: 0;
    visibility: visible
}

#nbw__main-header #nbw__header--mobile .menu__mobile--categories.openNav {
    visibility: visible
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper>li {
    visibility: hidden
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li {
    animation: fadeinfirstlvlmob .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:first-child {
    animation-delay: .15s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(2) {
    animation-delay: .3s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(3) {
    animation-delay: .45s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(4) {
    animation-delay: .6s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(5) {
    animation-delay: .75s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(6) {
    animation-delay: .9s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(7) {
    animation-delay: 1.05s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(8) {
    animation-delay: 1.2s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(9) {
    animation-delay: 1.35s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--categories-wrapper.openNav>li:nth-child(10) {
    animation-delay: 1.5s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper>li {
    visibility: hidden
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li {
    animation: fadeinfirstlvlmob .5s cubic-bezier(.3,0,0,1) forwards
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:first-child {
    animation-delay: .15s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(2) {
    animation-delay: .3s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(3) {
    animation-delay: .45s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(4) {
    animation-delay: .6s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(5) {
    animation-delay: .75s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(6) {
    animation-delay: .9s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(7) {
    animation-delay: 1.05s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(8) {
    animation-delay: 1.2s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(9) {
    animation-delay: 1.35s
}

#nbw__main-header #nbw__header--mobile .mobile-nav__first-level--subcategories-wrapper.openNav>li:nth-child(10) {
    animation-delay: 1.5s
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile .btn__mobile-menu-close-white.-visible {
        opacity:1;
        visibility: visible;
        z-index: 900000
    }
}

@keyframes fadeinfirstlvlmob {
    0% {
        margin-left: -1.25rem;
        margin-right: 1.25rem;
        opacity: 0;
        visibility: hidden
    }

    to {
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        visibility: visible
    }
}

#nbw__main-header #nbw__header--mobile .action-minicart,#nbw__main-header #nbw__header--mobile .menu-mobile-account-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    line-height: 100%
}

#nbw__main-header #nbw__header--mobile .action-minicart a,#nbw__main-header #nbw__header--mobile .menu-mobile-account-icon a {
    position: relative
}

#nbw__main-header #nbw__header--mobile .action-minicart .actionBar__num {
    background-color: #00d1d2;
    border-radius: 100%;
    bottom: 0;
    color: #34303d;
    font-size: .5625rem;
    font-weight: 700;
    height: .75rem;
    line-height: .75rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: unset!important;
    width: .75rem
}

#nbw__main-header #nbw__header--mobile .menu__overlay-dark {
    background-color: rgba(52,48,61,.8);
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    visibility: hidden;
    z-index: 1
}

#nbw__main-header #nbw__header--mobile .btn__mobile-menu-close-white {
    display: none
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile .btn__mobile-menu-close-white {
        display:block;
        opacity: 0;
        position: fixed;
        right: 2rem;
        top: 1.75rem;
        transition: all .5s cubic-bezier(.3,0,0,1);
        transition-delay: .3s;
        visibility: hidden
    }
}

#nbw__main-header #nbw__header--mobile .menu__overlay-dark.openDarkOverlayTab {
    opacity: 1;
    transition: all .5s cubic-bezier(.3,0,0,1);
    transition-delay: .3s;
    visibility: visible;
    will-change: all
}

@media (min-width: 768px) {
    #nbw__main-header #nbw__header--mobile .menu__overlay-dark.openDarkOverlayTab .btn__mobile-menu-close-white {
        opacity:1;
        visibility: visible
    }
}

#nbw__main-header #nbw__header--desktop {
    display: none;
    height: 4.5rem;
    position: relative
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop {
        border-bottom:.0625rem solid rgba(52,48,61,.15);
        display: flex;
        justify-content: center;
        transition: transform .3s cubic-bezier(.3,0,0,1);
        transition-delay: .5s;
        transition-property: border-bottom;
        width: 100%
    }
}

#nbw__main-header #nbw__header--desktop a {
    text-decoration: none
}

#nbw__main-header #nbw__header--desktop .container-fluid-flex {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    max-width: 1320px;
    width: 100%
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .container-fluid-flex {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .container-fluid-flex {
        padding-left:0;
        padding-right: 0
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level {
    height: 100%;
    width: calc(50vw - 110px)
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level {
        width:37.5rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level nav {
    display: block;
    height: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level nav>ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

#nbw__main-header #nbw__header--desktop .menu__first-level .btn__mobile-menu-close,#nbw__main-header #nbw__header--desktop .menu__first-level .btn__mobile-menu-close-white,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__mobile--nav-actions {
    display: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories>li>a>span {
    align-items: center;
    display: flex;
    padding-left: .875rem;
    padding-right: .25rem;
    pointer-events: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories>li:first-child>a>span {
    padding-left: 0
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories a {
    display: block
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories {
    align-self: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    list-style: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories>li {
    font-size: 14px;
    height: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories>li>a {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .first-level__category {
    color: #34303d;
    cursor: pointer;
    height: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .first-level__category-anchor .chevron-down {
    display: flex;
    height: 1rem;
    min-width: 1rem;
    opacity: 1;
    padding: 0;
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(.3,0,0,1)
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .first-level__category-anchor .chevron-down {
        position:relative;
        top: .0625rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .first-level__category-anchor.activeCatLvlOne>.chevron-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#nbw__main-header #nbw__header--desktop .menu__first-level .first-level__category-anchor:hover span {
    opacity: 1
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper {
    left: 1.5rem;
    position: fixed;
    top: -62.5rem;
    z-index: 1
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper {
        padding:0;
        width: calc(28.90625vw + 35px)
    }
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper {
        left:1.25rem;
        width: calc(21.11111vw + 35px)
    }
}

@media screen and (min-width: 1320px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper {
        left:calc(50vw - 640px)
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper {
        left:calc(50vw - 680px);
        width: 22.6875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .actionBar__subnavWrapper.subnav-account,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__wrapper-third-level {
    visibility: hidden
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion.openSecondLvlProm,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper.fadeInSecondLvl,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__wrapper-third-level.openThirdLvl,#nbw__main-header #nbw__header--desktop .menu__first-level .subnav-open .actionBar__subnavWrapper.subnav-account {
    visibility: visible
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper.fadeInSecondLvl {
    top: 7.125rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level-wrapper.fadeInSecondLvl {
        top:7.875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level.scrollableCategories {
    max-height: calc(80vh - 100px);
    overflow-y: auto
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li {
    left: -1.25rem;
    opacity: 0;
    padding-left: 1.25rem;
    padding-right: .9375rem;
    position: relative;
    top: -.25rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li .hasThirdLevel {
    position: relative;
    width: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li .hasThirdLevel:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-right.svg) no-repeat 50%;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li a {
    cursor: pointer;
    display: inline-block;
    padding-bottom: .75rem;
    padding-top: .75rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li a {
        padding-bottom:.875rem;
        padding-top: .875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li a:hover .second-level__category,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li a:hover .second-level__category+.second-level__subtext {
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li {
    left: 0;
    opacity: 1;
    top: 0;
    transition: .5s cubic-bezier(.3,0,.3,1)
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:first-child {
    transition-delay: .15s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(2) {
    transition-delay: .3s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(3) {
    transition-delay: .45s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(4) {
    transition-delay: .6s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(5) {
    transition-delay: .75s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(6) {
    transition-delay: .9s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(7) {
    transition-delay: 1.05s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(8) {
    transition-delay: 1.2s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(9) {
    transition-delay: 1.35s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(10) {
    transition-delay: 1.5s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(11) {
    transition-delay: 1.65s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(12) {
    transition-delay: 1.8s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(13) {
    transition-delay: 1.95s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(14) {
    transition-delay: 2.1s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .fadeInSecondLvl .menu__second-level>li:nth-child(15) {
    transition-delay: 2.25s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .second-level__category {
    color: #34303d;
    z-index: 1
}

#nbw__main-header #nbw__header--desktop .menu__first-level .pasiveCatLvlTwo:after {
    opacity: .6
}

#nbw__main-header #nbw__header--desktop .menu__first-level .pasiveCatLvlTwo:hover:after {
    opacity: 1
}

#nbw__main-header #nbw__header--desktop .menu__first-level .second-level__category.external-link {
    color: #34303d;
    z-index: 1
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li>a>span {
    background-image: linear-gradient(transparent calc(100% - 4px),#00d1d2 .25rem);
    background-repeat: no-repeat;
    background-size: 0 100%;
    display: inline;
    position: relative;
    text-decoration: none;
    transition: background-size .5s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li>a:hover>span:first-child {
    background-size: 100% 100%;
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li>a:hover:after,#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>li>a:hover>span:nth-child(2) {
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .second-level__subtext {
    color: #34303d;
    display: block!important;
    font-size: 16px;
    padding-top: .625rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion {
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: fixed;
    right: 4rem;
    top: -62.5rem;
    width: 28.90625vw
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion {
        right:3.75rem;
        width: 28.88888889vw
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion {
        right:calc(50vw - 640px);
        width: 28.90625rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion span {
    display: block
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion .image-wrapper .promotion-image {
        display:none
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion.openSecondLvlProm {
    opacity: 1;
    right: 2.75rem;
    top: 7.125rem;
    transition: .5s cubic-bezier(.3,0,0,1);
    transition-delay: .15s;
    transition-property: opacity,right,left
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion.openSecondLvlProm {
        right:2.5rem;
        top: 7.875rem
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion.openSecondLvlProm {
        left:unset;
        right: calc(50vw - 660px)
    }
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion.openSecondLvlProm .image-wrapper .promotion-image {
        display:block
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>.external-link-item {
    margin-top: .5rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>.external-link-item {
        margin-top:.6875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>.external-link-item~.external-link-item {
    margin-top: -.25rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level>.external-link-item~.external-link-item {
        margin-top:-.75rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li:not(:first-child) a {
    padding-top: 1.5rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li.third-level__subcategory-item-par a {
    padding-top: 2rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li.third-level__subcategory-item-par a {
        padding-top:2.4375rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>.third-level__subcategory-item-par~.third-level__subcategory-item-par>a {
    padding-top: 1rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>.third-level__subcategory-item-par a {
    padding-top: 1.625rem
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>.third-level__subcategory-item-par a {
        padding-top:1.875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products .media-wrapper {
    align-self: center
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>.third-level__subcategory-item-par~.third-level__subcategory-item-par>a {
    padding-top: 1rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level {
    position: fixed;
    top: -62.5rem
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level {
        left:calc(35.54685vw - 20px);
        padding: 0
    }
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level {
        left:calc(35.69444vw - 20px)
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level {
        left:calc(50vw - 250px)
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level.openThirdLvl {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    top: 7.125rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level.openThirdLvl {
        top:7.875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__first-level-categories .menu__wrapper-third-level.scrollableCategories {
    height: calc(80vh - 100px);
    overflow-y: auto
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level>ul>li {
    opacity: 0;
    top: 1.25rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li {
    opacity: 1;
    top: 0;
    transition: all .5s ease-in-out;
    transition-property: opacity,top
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li .image-wrapper .third-level__product {
        display:block
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:first-child {
    transition-delay: .15s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(2) {
    transition-delay: .3s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(3) {
    transition-delay: .45s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(4) {
    transition-delay: .6s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(5) {
    transition-delay: .75s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(6) {
    transition-delay: .9s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(7) {
    transition-delay: 1.05s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(8) {
    transition-delay: 1.2s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(9) {
    transition-delay: 1.35s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .openThirdLvl>div>ul>li:nth-child(10) {
    transition-delay: 1.5s
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level {
        width:calc(28.90625vw + 35px)
    }
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level {
        width:calc(21.11111vw + 35px)
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level {
        width:22.6875rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level span {
    display: block
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level .image-wrapper .third-level__product {
        display:none
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li>a {
    display: inline-block
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li>a>span {
    display: inline
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories>li {
    left: -1.25rem;
    opacity: 0;
    padding-left: 1.25rem;
    padding-right: .9375rem;
    position: relative
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>li>.third-level__category-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>li {
    left: -1.25rem;
    opacity: 0;
    padding-left: 1.25rem;
    padding-right: .9375rem;
    position: relative
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-categories-products>li>a {
    padding-bottom: 1.125rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__third-level-subcategories a {
    margin-bottom: 1rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category {
    color: #34303d;
    display: inline;
    text-decoration: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category-item:hover {
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category-item:hover .third-level__category,#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category-item:hover .third-level__product-title {
    background-size: 100% 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subcategory-item {
    display: inline-block!important;
    padding-bottom: 0!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subcategory-item:hover {
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subcategory-item:hover .third-level__subcategory {
    background-size: 100% 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__product-title {
    color: #34303d;
    display: inline!important;
    text-decoration: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subtext {
    color: #34303d;
    font-size: 16px;
    padding-top: .625rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subtext {
        padding-top:.5625rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__subcategory {
    color: #34303d;
    display: inline!important;
    font-size: 16px;
    text-decoration: none
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category-item picture {
    display: block;
    height: 4.5rem;
    width: 4.5rem
}

#nbw__main-header #nbw__header--desktop .menu__first-level .third-level__category-item picture .third-level__product {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion picture {
    display: block;
    height: 16.40625vw
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion picture {
        height:16.388888889vw
    }
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion picture {
        height:16.40625rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .menu__second-level--promotion picture .promotion-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#nbw__main-header #nbw__header--desktop .menu__first-level .promotion-title {
    color: #34303d;
    margin: 1.375rem 0 .25rem
}

@media (min-width: 1200px) {
    #nbw__main-header #nbw__header--desktop .menu__first-level .promotion-title {
        margin:1.9375rem 0 .625rem
    }
}

#nbw__main-header #nbw__header--desktop .menu__first-level .promotion-subtitle {
    color: #34303d;
    font-size: 16px
}

#nbw__main-header #nbw__header--desktop .menu__white-base-desktop {
    background-color: #fffdfb;
    height: 0;
    left: 0;
    max-height: calc(90vh - 72px);
    position: absolute;
    right: 0;
    top: 4.5rem;
    transition: .45s;
    transition-property: height,opacity;
    transition-timing-function: cubic-bezier(.3,0,0,1)
}

#nbw__main-header #nbw__header--desktop .menu__white-base-desktop.openWhiteOverlay {
    max-height: none;
    opacity: 1
}

#nbw__main-header #nbw__header--desktop .menu__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 5rem
}

#nbw__main-header #nbw__header--desktop .menu__logo .header-logo {
    align-items: center;
    display: flex;
    height: 4.5rem;
    position: relative;
    width: 100%
}

#nbw__main-header #nbw__header--desktop .menu__logo .iqos-logo-letters {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%
}

#nbw__main-header #nbw__header--desktop .menu__logo .logo-nbw-iqos-letter {
    height: 1.4375rem;
    min-width: .3125rem;
    opacity: 1;
    padding: 0 .03125rem;
    transition: .5s ease;
    width: auto
}

#nbw__main-header #nbw__header--desktop .menu__logo .logo-nbw-iqos-letter.first-letter {
    transform: translate(-3px)
}

#nbw__main-header #nbw__header--desktop .menu__logo .logo-nbw-iqos-letter.fourth-letter {
    transform: translate(3px);
    width: 1.3125rem
}

#nbw__main-header #nbw__header--desktop .menu__logo .iqos-logo-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease
}

#nbw__main-header #nbw__header--desktop .menu__logo .iqos-logo-icon svg {
    height: 2.5rem
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .logo-nbw-iqos-letter {
    opacity: 0
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.first-letter {
    transform: translate(14px)
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.second-letter {
    transform: translate(12px)
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.third-letter {
    transform: translate(-12px)
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .iqos-logo-letters .logo-nbw-iqos-letter.fourth-letter {
    transform: translate(-22px)
}

#nbw__main-header #nbw__header--desktop .menu__logo.switch-logo .iqos-logo-icon {
    opacity: 1
}

#nbw__main-header #nbw__header--desktop #menu__actions {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: flex-end;
    width: calc(50vw - 124px)
}

@media (min-width: 1400px) {
    #nbw__main-header #nbw__header--desktop #menu__actions {
        width:37.5rem
    }
}

#nbw__main-header #nbw__header--desktop #menu__actions .action-login.actionBar__item--login .user-account-icon {
    height: 1.5rem;
    width: 1.5rem
}

#nbw__main-header #nbw__header--desktop #menu__actions .action-login.actionBar__item--login .user-account-icon>span {
    display: flex
}

#nbw__main-header #nbw__header--desktop #menu__actions .action-minicart>a {
    cursor: pointer;
    display: flex;
    position: relative
}

#nbw__main-header #nbw__header--desktop #menu__actions .action-minicart .actionBar__num {
    background-color: #00d1d2;
    border-radius: 100%;
    bottom: -.125rem;
    color: #34303d;
    font-size: .5625rem;
    font-weight: 700;
    height: .75rem;
    line-height: .75rem;
    position: absolute;
    right: -.0625rem;
    text-align: center;
    top: unset!important;
    width: .75rem
}

#nbw__main-header #nbw__header--desktop #menu__actions .action-link {
    color: #34303d;
    display: block;
    height: 100%;
    white-space: nowrap
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__actions--navigation {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: flex-end;
    list-style: none
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__actions--navigation>li {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 1.5rem
}

@media (min-width: 992px) {
    #nbw__main-header #nbw__header--desktop #menu__actions .menu__actions--navigation>li {
        padding-right:0
    }
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container {
    background-color: #fffdfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 12.5rem;
    z-index: 1
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container .user-account--cta {
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    color: #34303d;
    display: flex;
    min-height: 0;
    padding: .9375rem 2rem;
    text-align: left;
    text-transform: none
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container .user-account--cta>.icon {
    display: block;
    flex-shrink: 0;
    height: 2.875rem;
    margin-right: 2rem;
    width: 2.875rem
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container .user-account--cta.pasiveCatLvlTwo:hover {
    opacity: 1!important
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container .user-account--cta.pasiveCatLvlTwo:hover span {
    opacity: 1!important;
    text-decoration: underline
}

#nbw__main-header #nbw__header--desktop #menu__actions .menu__user-account-container .user-account__category {
    color: #34303d
}

#nbw__main-header #nbw__header--desktop #menu__actions .actionBar__item--login.subnav-open .actionBar__subnavWrapper {
    opacity: 1;
    pointer-events: all;
    z-index: 1
}

#nbw__main-header #nbw__header--desktop .menu__overlay-dark-desktop {
    background-color: rgba(52,48,61,.8);
    bottom: 0;
    height: calc(100vh - 73px);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 4.5625rem;
    transition: .5s;
    transition-property: visibility,opacity;
    transition-timing-function: cubic-bezier(.3,0,0,1);
    visibility: hidden;
    will-change: visibility,opacity;
    z-index: -1
}

#nbw__main-header #nbw__header--desktop .openDarkOverlay {
    opacity: 1;
    visibility: visible
}

#nbw__main-header .actionBar__list>li {
    float: right;
    font-size: 14px;
    padding: 0 .375rem;
    position: relative;
    text-align: center
}

#nbw__main-header .actionBar__list>li>a {
    display: inline-block;
    text-decoration: none;
    width: 1.5rem
}

@media (min-width: 992px) {
    #nbw__main-header .actionBar__list>li>a {
        width:auto
    }
}

#nbw__main-header .actionBar__list>li:first-child {
    padding-right: 0
}

#nbw__main-header .actionBar__list .actionBar__text {
    display: none
}

#nbw__main-header .actionBar__subnavWrapper {
    opacity: 0;
    padding-top: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition-duration: all .3s ease-out;
    width: 13.75rem;
    will-change: all;
    z-index: -1
}

#nbw__main-header .subnav-account {
    bottom: 0;
    height: calc(100vh - 50px);
    overflow-x: auto;
    top: 5rem!important
}

@media (min-width: 992px) {
    #nbw__main-header .subnav-account {
        height:calc(100vh - 75px);
        min-width: 15rem;
        right: -2rem!important;
        top: 4.5rem!important;
        width: auto!important
    }

    #nbw__main-header .subnav-account .userNav-wrapper {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
        margin: 0 auto;
        width: calc(100% - 4px)
    }
}

#nbw__main-header .activeCatLvlOne {
    opacity: 1
}

@media (min-width: 768px) {
    #nbw__main-header .activeCatLvlOne .mobile-nav__first-level--category {
        background-size:100% 100%!important
    }
}

@media (min-width: 992px) {
    #nbw__main-header .activeCatLvlOne .mobile-nav__first-level--category {
        background-size:none
    }
}

#nbw__main-header .activeCatLvlTwo {
    opacity: 1!important
}

@media (min-width: 992px) {
    #nbw__main-header .activeCatLvlTwo>span:first-child {
        background-size:100% 100%!important
    }
}

#nbw__main-header .activeCatLvlTwo:after {
    opacity: 1!important
}

#nbw__main-header .pasiveCatLvlTwo:after {
    opacity: .6!important
}

#nbw__main-header .activeCatLvlThree {
    opacity: 1!important
}

#nbw__main-header .activeCatLvlThree .third-level__category,#nbw__main-header .activeCatLvlThree .third-level__product-title,#nbw__main-header .activeCatLvlThree .third-level__subcategory {
    background-size: 100% 100%!important
}

#nbw__main-header .pasiveCatLvlThree {
    opacity: .6!important
}

#nbw__main-header .hidden {
    display: none!important
}

.scroll-down #nbw__main-header {
    transform: translateY(-100%)
}

.no-scrolling {
    overflow-y: hidden
}

#nbw__main-header.nbw__main-header--transparent {
    background: transparent;
    background-image: linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent);
    transition: transform .5s cubic-bezier(.3,0,0,1) .5s,background .3s cubic-bezier(.3,0,0,1),background-image .3s cubic-bezier(.3,0,0,1)
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--mobile #menu__mobile--hamburger-icon>span {
    background: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: background
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--mobile .header-logo .iqos-logo-letters .logo-nbw-iqos-letter path.cls-2,#nbw__main-header.nbw__main-header--transparent #nbw__header--mobile .iqos-logo-icon>svg>g>g {
    fill: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: fill
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--mobile .action-minicart.actionBar__item .actionBar__icon.actionbar-minicart-link svg>g>g {
    stroke: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: stroke
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop {
    border-bottom: .1rem solid transparent;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: border-bottom
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .first-level__category-anchor .chevron-down svg>g>g {
    stroke: #fffdfb
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .header-logo .iqos-logo-letters .logo-nbw-iqos-letter path.cls-2,#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .iqos-logo-icon>svg>g>g {
    fill: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: fill
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop #menu__actions .action-link,#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .menu__first-level .first-level__category {
    color: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: color
}

#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .action-login.actionBar__item--login .user-account-icon svg>g>g,#nbw__main-header.nbw__main-header--transparent #nbw__header--desktop .action-minicart svg>g>g {
    stroke: #fffdfb;
    transition: .3s cubic-bezier(.3,0,0,1);
    transition-property: stroke
}

#nbw__main-header.nbw__main-header-simple #nbw__header--mobile .container-fluid-flex {
    justify-content: center
}

#nbw__main-header.nbw__main-header-simple #nbw__header--mobile #menu__mobile--hamburger-icon,#nbw__main-header.nbw__main-header-simple #nbw__header--mobile .action-minicart {
    display: none
}

#nbw__main-header.nbw__main-header-simple #nbw__header--desktop .container-fluid-flex {
    justify-content: center
}

#nbw__main-header.nbw__main-header-simple #nbw__header--desktop #menu__actions,#nbw__main-header.nbw__main-header-simple #nbw__header--desktop .menu__first-level {
    display: none
}

.nbw-footer a {
    color: #fffdfb;
    text-decoration: none!important
}

.nbw-footer .ot-sdk-show-settings {
    cursor: pointer
}

@media (max-width: 575px) {
    .nbw-footer .footer-newsletter form a {
        width:100%
    }

    .nbw-footer .footer-menu {
        border-bottom: .0625rem solid rgba(255,253,251,.3)
    }
}

.nbw-footer .footer-partner .footer-partner-item:nth-child(2) {
    order: 1
}

@media (min-width: 768px) {
    .nbw-footer .footer-partner .footer-partner-item:nth-child(2) {
        order:inherit
    }
}

@media (min-width: 992px) {
    .nbw-footer .footer-partner .footer-partner-item:nth-child(2) {
        order:1
    }
}

.nbw-footer .footer-partner .footer-partner-item img {
    max-height: 30px
}

@media (max-width: 575px) {
    .nbw-footer .footer-partner .footer-partner-item img {
        margin-bottom:15px
    }
}

.nbw-footer .footer-partner .footer-partner-item .external-widget {
    max-width: none
}

.nbw-footer .footer-partner-nv .footer-partner-item img {
    max-height: 30px
}

@media (max-width: 575px) {
    .nbw-footer .footer-partner-nv .footer-partner-item img {
        margin-bottom:15px
    }
}

@media (min-width: 768px) {
    .nbw-footer .footer-partner-nv .footer-partner-item .plug-in-container {
        height:60px;
        margin-top: -12px
    }
}

.nbw-footer .footer-info p {
    display: inline-block
}

.nbw-footer .nbw__footer--language-switch-wrapper {
    padding-right: 0;
    right: 1.25rem;
    top: 1.5625rem;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 992px) {
    .nbw-footer .nbw__footer--language-switch-wrapper {
        right:2.75rem
    }
}

@media (min-width: 1400px) {
    .nbw-footer .nbw__footer--language-switch-wrapper {
        right:4rem
    }
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content {
    position: relative
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--options {
    background-color: #fffdfb;
    border-radius: .1875rem;
    box-shadow: 0 .375rem 1rem 0 rgba(0,0,0,.1);
    min-height: 3.9375rem;
    position: absolute;
    right: auto;
    top: 2.1875rem;
    width: 10rem;
    z-index: 2
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--options>li {
    border-bottom: .1rem solid rgba(52,48,61,.05)
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--options>li>a {
    color: #34303d;
    display: block;
    padding: 1.25rem 1.5rem
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--options>li:last-child {
    border-bottom: none
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button {
    align-items: unset;
    display: unset;
    padding-right: 1.25rem;
    position: relative
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button>span {
    margin-right: .4375rem;
    pointer-events: none
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-down-footer.svg) no-repeat;
    content: "";
    height: 1rem;
    min-width: 1rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: .25rem;
    transform: rotate(180deg);
    transition: transform .3s cubic-bezier(.3,0,0,1)
}

@media (min-width: 768px) {
    .nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button:after {
        top:.375rem
    }
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content.--closed-dropdown .language-select--button: after {
    transform:rotate(0deg)
}

.nbw-footer .nbw__footer--language-switch-wrapper .language-switch-content.--closed-dropdown .language-switch-content--options {
    display: none
}

.nbw .footer-breadcrumb ol li a[aria-current=page]:hover {
    color: #fffdfb
}

.nbw-footer-breadcrumb {
    background-color: #34303d
}

.nbw-footer-breadcrumb .footer-breadcrumb {
    background: #34303d;
    height: 50px;
    overflow-y: hidden;
    padding-right: 5px;
    position: relative
}

@media (min-width: 992px) {
    .nbw-footer-breadcrumb .footer-breadcrumb {
        height:75px
    }
}

.nbw-footer-breadcrumb .footer-breadcrumb ol {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    white-space: nowrap
}

.nbw-footer-breadcrumb .footer-breadcrumb ol li {
    display: inline-block;
    font-size: 14px
}

.nbw-footer-breadcrumb .footer-breadcrumb ol li:not(:first-child):before {
    border: solid #fffdfb;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    margin-left: 12px;
    margin-right: 16px;
    opacity: .6;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.nbw-footer-breadcrumb .footer-breadcrumb ol li a {
    color: #fffdfb;
    display: inline-block;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none
}

@media (min-width: 992px) {
    .nbw-footer-breadcrumb .footer-breadcrumb ol li a {
        padding-top:26px
    }
}

.nbw__promo-mosaic-parallax>.row>.rte-wrapper {
    max-height: 400px
}

.nbw__promo-mosaic-parallax .rte-wrapper .promo-trigger {
    position: sticky
}

.nbw__promo-mosaic-parallax .promo-trigger-bg {
    background-color: #dc3545;
    color: #fff
}

@media (min-width: 992px) {
    .nbw__promo-mosaic-parallax .promo-trigger-bg {
        background-color:transparent;
        color: #000
    }
}

@media (min-width: 1400px) {
    .nbw__promo-mosaic-parallax .promo-trigger-bg {
        background-color:red;
        color: #fff
    }
}

@media (min-width: 768px) {
    .nbw__promo-mosaic-parallax .row.d-flex.d-lg-none {
        max-width:352px;
        transform: translateY(60px)
    }
}

@media (min-width: 992px) {
    .nbw__promo-mosaic-parallax .items-wrapper {
        -ms-overflow-style:none;
        scrollbar-width: none
    }

    .nbw__promo-mosaic-parallax .items-wrapper::-webkit-scrollbar {
        display: none
    }

    .nbw__promo-mosaic-parallax .items-wrapper .large-space {
        height: 300px
    }

    .nbw__promo-mosaic-parallax .items-wrapper .right-column {
        padding-top: 18.75rem
    }

    .nbw__promo-mosaic-parallax .items-wrapper .item {
        margin: 0;
        opacity: .4;
        transition: opacity .5s ease-in-out
    }

    .nbw__promo-mosaic-parallax .items-wrapper .item.active {
        opacity: 1
    }
}

.nbw .loyalty .refer-a-friend__faq--button {
    display: block!important;
    height: auto;
    max-width: none;
    text-transform: none
}

@media (max-width: 767px) {
    .nbw .loyalty.loyalty__multiple-accordion-editorial .refer-a-friend__login-button {
        margin:0 auto;
        width: calc(100% - 40px)
    }
}

.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link {
    border-color: #fffdfb;
    box-shadow: inset 0 0 0 2px #fffdfb;
    color: #fffdfb;
    height: auto;
    letter-spacing: normal;
    min-width: auto;
    text-transform: none
}

.nbw .loyalty-variants__wrapper.variant-1 .loyalty-variants__link:hover {
    border: initial
}

.nbw .loyalty-variants__wrapper.variant-2 .loyalty-variants__link,.nbw .loyalty-variants__wrapper.variant-3 .loyalty-variants__link {
    height: auto;
    letter-spacing: normal;
    min-width: auto;
    text-transform: none
}

.nbw .loyalty-cta--container .global-btn.btn--light.loyalty-cta {
    height: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.nbw .loyalty-enrollment .loyalty-enrollment__form .btn-hav.btn-loyalty-enrollment,.nbw .loyalty-enrollment__review-details .btn-hav.btn-loyalty-enrollment,.nbw .loyalty-learn-and-earn__btn-learn-and-earn .btn-add-device,.nbw .loyalty-learn-and-earn__btn-learn-and-earn .btn-select-file,.nbw .loyalty-learn-and-earn__btn-learn-and-earn .btn-take-photo,.nbw .loyalty__read-article-section .cta-claim-points,.nbw .loyalty__successful-referrals-section .sr__cta-load-more {
    width: 100%!important
}

.nbw .status-level .status-level__table .status-level__table-cell span {
    word-break: break-all
}

.nbw .loyalty-bysw__section .loyalty-bysw__info-box {
    padding: 102px 95px 90px
}

.nbw .loyalty-bysw__section .loyalty-bysw__ul {
    padding-left: 0
}

.nbw .loyalty-bysw__section .loyalty-bysw__ul .loyalty-bysw__list-item .loyalty-bysw__list-description,.nbw .loyalty-bysw__section .loyalty-bysw__ul .loyalty-bysw__list-item .loyalty-bysw__list-title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px
}

.nbw .loyalty-bysw__section .loyalty-bysw__title {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 992px) {
    .nbw .loyalty-bysw__section .loyalty-bysw__title {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .loyalty-bysw__section .loyalty-bysw__sub-title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width: 992px) {
    .nbw .loyalty-bysw__section .loyalty-bysw__sub-title {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px
    }
}

.nbw .club-main-banner .club-main-banner__title {
    font-weight: 700;
    margin-bottom: 14px
}

@media (min-width: 1400px) {
    .nbw .club-main-banner .club-main-banner__title {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .club-main-banner .club-main-banner__description {
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .nbw .club-main-banner .club-main-banner__description {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px
    }
}

.nbw .club-main-editorial .club-main-editorial__background-wrapper .club-main-banner__bg picture img {
    -o-object-fit: cover;
    object-fit: cover
}

.nbw .loyalty__enjoy-rewards .loyalty__header--title {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 992px) {
    .nbw .loyalty__enjoy-rewards .loyalty__header--title {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .loyalty__enjoy-rewards .loyalty__content--container {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

.nbw .exclusive-benefits {
    padding-top: 56px
}

@media (min-width: 1400px) {
    .nbw .exclusive-benefits {
        padding-top:86px
    }
}

.nbw .exclusive-benefits h2 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 992px) {
    .nbw .exclusive-benefits h2 {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .exclusive-benefits .item-row .item .item-description {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px
}

@media (min-width: 992px) {
    .nbw .exclusive-benefits .item-row .item .item-description {
        font-size:14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .4px;
        line-height: 20px
    }
}

.nbw .exclusive-benefits .item-row .item .item-title {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 18px
}

@media (min-width: 992px) {
    .nbw .exclusive-benefits .item-row .item .item-title {
        font-size:24px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 32px
    }
}

.nbw .exclusive-benefits .final-note {
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 12px
}

@media (min-width: 1400px) {
    .nbw .how-it-works {
        padding-bottom:60px
    }
}

.nbw .how-it-works h2 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    margin-bottom: 42px
}

@media (min-width: 992px) {
    .nbw .how-it-works h2 {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .how-it-works .step-row {
    padding-left: 0
}

.nbw .how-it-works .step-row .step .step-title {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 31px
}

@media (min-width: 992px) {
    .nbw .how-it-works .step-row .step .step-title {
        line-height:36px
    }
}

.nbw .how-it-works .step-row .step .step-description {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px
}

.nbw .how-it-works .final-note {
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 12px;
    text-align: center
}

.nbw .loyalty__multiple-accordion-editorial .loyalty__multiple-accordion-editorial .loyalty--btn-accordion.open {
    border-bottom: 1px solid rgba(255,253,251,.05)
}

.nbw .loyalty__multiple-accordion-editorial h1 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    text-align: center
}

@media (min-width: 992px) {
    .nbw .loyalty__multiple-accordion-editorial h1 {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .loyalty__multiple-accordion-editorial .btn-accordion-text {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width: 992px) {
    .nbw .loyalty__multiple-accordion-editorial .btn-accordion-text {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px
    }
}

.nbw .loyalty__multiple-accordion-editorial .btn-accordion,.nbw .loyalty__multiple-accordion-editorial .btn-accordion-arrow {
    height: 24px;
    width: 24px
}

.nbw .loyalty__multiple-accordion-editorial .loyalty__terms-and-conditions .terms-and-conditions__text {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 16px
}

@media (min-width: 1400px) {
    .nbw .collect-points__section {
        padding-bottom:116px
    }
}

.nbw .collect-points__section .collect-points__title {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 992px) {
    .nbw .collect-points__section .collect-points__title {
        font-size:42px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 56px
    }
}

.nbw .collect-points__section .collect-points__sub-title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media (min-width: 992px) {
    .nbw .collect-points__section .collect-points__sub-title {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center
    }
}

.nbw .collect-points__section .collect-points__bar-container .collect-points__range-bars .collect-points__range-bar {
    height: 4px
}

.nbw .collect-points__section .collect-points__bar-container .collect-points__ranges .collect-points__range {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px
}

.nbw .collect-points__section .collect-points__bar-container .collect-points__labels .collect-points__label {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px;
    text-transform: none
}

.nbw .collect-points__section .collect-points__bar-container .collect-points__labels .collect-points__label--gold,.nbw .collect-points__section .collect-points__bar-container .collect-points__labels .collect-points__label--platinum,.nbw .collect-points__section .collect-points__bar-container .collect-points__labels .collect-points__label--silver {
    color: #444756
}

.nbw .collect-points__section .collect-points__table-container .collect-points__table-row .collect-points__table-left .collect-points__action-title {
    line-height: 24px
}

.nbw .collect-points__section .collect-points__table-container .collect-points__table-row .collect-points__table-right .collect-points__points {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

.nbw .loyalty__section .main-banner__title.loyalty__main-title.loyalty__main-title--white {
    font-size: 36px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .01px;
    line-height: 44px
}

@media (min-width: 1400px) {
    .nbw .loyalty__section .main-banner__title.loyalty__main-title.loyalty__main-title--white {
        font-size:56px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.75;
        line-height: 64px
    }
}

.nbw .loyalty__section .loyalty__wrapper .loyalty__title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px
}

.nbw .loyalty__section .loyalty__wrapper .loyalty__points-container .status-overview__progress.status-overview__progress--silver {
    background: linear-gradient(90deg,#484450,#f6f4f0)
}

@media (min-width: 1400px) {
    .nbw .loyalty__section .loyalty__wrapper .loyalty__points-container .status-overview__progress.status-overview__progress--silver .loyalty__info {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px
    }
}

.nbw .loyalty__section .loyalty__wrapper .loyalty__points-container .loyalty__points {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 1400px) {
    .nbw .loyalty__section .loyalty__wrapper .loyalty__points-container .loyalty__points {
        font-size:56px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.75px;
        line-height: 64px
    }
}

.nbw .loyalty__section .loyalty__wrapper .loyalty__points-container .loyalty__badge {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 16px
}

.nbw .sticky-middle-navigation {
    font-size: 16px;
    font-style: bold
}

.nbw .sticky-middle-navigation .sticky-middle-navigation--item.active:after {
    background-color: #34303d;
    content: "";
    display: block;
    height: 24px;
    position: relative;
    top: 24px
}

.nbw .loyalty-sticky-middle-navigation .sticky-middle-navigation--item.active:after {
    height: 2px;
    top: 16px;
    z-index: 2
}

@media (min-width: 992px) {
    .nbw .loyalty-sticky-middle-navigation .sticky-middle-navigation--item.active:after {
        top:19px
    }
}

.nbw .four-boxes .boxes-list .one-box {
    background-color: #f6f4f0
}

@media (min-width: 1400px) {
    .nbw .four-boxes .boxes-list .one-box {
        margin-right:20px
    }
}

.nbw .four-boxes .boxes-list .one-box .box-text {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    text-transform: none
}

@media (min-width: 992px) {
    .nbw .four-boxes .boxes-list .one-box .box-text {
        font-size:16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 24px
    }
}

.nbw .editorials.side-image h3 {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

.nbw .editorials.side-image p {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

.nbw .engageAndPartecipate .loyalty__header--title {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

.nbw .engageAndPartecipate .article-title {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px
}

.nbw .engageAndPartecipate .article-description {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px
}

.nbw .engageAndPartecipate .article-text {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px
}

.nbw .loyalty-history .container-history__month-name,.nbw .loyalty-variants .loyalty-variants__text-wrapper .loyalty-variants__title {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

.nbw .loyalty-history__container-history__month .container-history__month-name {
    font-size: 28px;
    font-weight: 700
}

.nbw .loyalty-history__container-history__month .container-history__month-list__listitem .month-list__listitem-group__name {
    font-size: 16px
}

.nbw .loyalty-history__container-history__month .container-history__month-list__listitem .month-list__listitem-group__date {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.nbw .loyalty__read-article-section .read-article--headline-wrapper--headline {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 992px) {
    .nbw .loyalty__read-article-section .read-article--headline-wrapper--headline {
        font-size:56px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.75px;
        line-height: 64px
    }
}

.nbw .loyalty__read-article-section .read-article--footer-wrapper {
    text-align: center
}

.nbw .loyalty__engage-and-participate .tns-ovh {
    overflow: initial
}

.nbw .loyalty__engage-and-participate .tns-horizontal.tns-subpixel {
    white-space: normal
}

.nbw .loyalty__engage-and-participate .loyalty-articles {
    width: 100%!important
}

.nbw .loyalty__engage-and-participate .pab__flickity--container {
    width: 100%
}

.nbw .loyalty__engage-and-participate .loyalty-article__img-container {
    background-color: #f4f4f4
}

.nbw .loyalty__engage-and-participate .loyalty-article__img-container.content-loaded {
    background-color: transparent
}

@media screen and (min-width: 64em) {
    .nbw .loyalty__engage-and-participate .loyalty-article__img-container {
        background-color:transparent
    }
}

.nbw .landingProductRange .container-fluid {
    padding: 0 20px
}

.nbw .loyalty.loyalty__engage-and-participate {
    padding: 0
}

.nbw .device .ait-editorial-device .ait-editional-device-content {
    padding-bottom: 0
}

.nbw .loyalty-history__container-history__button-container.global-btn.btn--light.btn--rounded.btn-hav.loyalty-history__container-history__button {
    padding: 10px;
    width: 100%
}

@media (min-width: 768px) {
    .nbw .loyalty-history__container-history__button-container.global-btn.btn--light.btn--rounded.btn-hav.loyalty-history__container-history__button {
        padding:.75rem 2rem
    }
}

.nbw .loyalty-history__container-history__button-container.global-btn.btn--light.btn--rounded.btn-hav.loyalty-history__container-history__button .loyalty-history__container-history__button--right {
    margin-left: 10px
}

.nbw .loyalty__read-article-section .read-article--footer-wrapper .cta-claim-points .btn__label {
    font-size: unset
}

.nbw-news-entry-points .flickity-enabled:focus {
    outline: none
}

.nbw-news-entry-points .items .flickity-slider {
    transform: translateX(0)
}

.nbw-news-entry-points .items .flickity-slider .card {
    position: absolute
}

.nbw-news-entry-points .items .card {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05)
}

@media (min-width: 992px) {
    .nbw-news-entry-points .items .card:hover {
        box-shadow:0 6px 16px 0 rgba(0,0,0,.1);
        cursor: pointer;
        transition: .3s cubic-bezier(0,0,0,1)
    }
}

.nbw-mini-compare .mini-compare-content .container-title ::-webkit-scrollbar {
    display: none;
    height: 4px;
    width: 3px
}

@media (min-width: 992px) {
    .nbw-mini-compare .mini-compare-content .container-title ::-webkit-scrollbar {
        cursor:pointer
    }
}

.nbw-mini-compare .mini-compare-content p {
    font-size: 14px
}

@media (min-width: 768px) {
    .nbw-mini-compare .mini-compare-content p {
        font-size:16px
    }
}

.nbw-mini-compare .mini-compare-content .scroll-mini-compare {
    margin-left: -2rem!important;
    margin-right: -2rem!important;
    margin-top: -11vh
}

@media (min-width: 576px) {
    .nbw-mini-compare .mini-compare-content .scroll-mini-compare {
        margin-top:-15vh
    }
}

@media (min-width: 768px) {
    .nbw-mini-compare .mini-compare-content .scroll-mini-compare {
        margin-top:-22%
    }
}

.nbw-mini-compare .mini-compare-content .scroll-mini-compare .rte-wrapper .rich-text-editor-custom p {
    font-size: 16px;
    text-align: center
}

.nbw-compare .row .product-compare__color-list .product-compare__color-item {
    border: none;
    height: 14px;
    margin: 0;
    width: 14px
}

.nbw-compare .row .product-compare__color-list .product-compare__color-item:nth-child(n) {
    margin-left: -3px
}

.nbw-compare .row .product-compare__color-list .product-compare__color-item:first-child {
    margin-left: 0
}

@media (min-width: 992px) {
    .flavour-skus .content {
        align-items:center;
        height: 100%
    }
}

.flavour-skus .content .tobacco-detail-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.flavour-skus .content .tobacco-detail-list .item {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.flavour-skus .content .tobacco-detail-list .item p {
    margin-bottom: 0
}

.flavour-skus .content .tobacco-detail-list .item .rating-items {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.flavour-skus .content .tobacco-detail-list .item .rating-items .rating-item {
    background-color: #34303d;
    border-radius: 0;
    height: .375rem;
    margin-right: .25rem;
    opacity: .2;
    width: 1rem
}

.flavour-skus .content .tobacco-detail-list .item .rating-items .rating-item:first-child {
    border-radius: 6.25rem 0 0 6.25rem
}

.flavour-skus .content .tobacco-detail-list .item .rating-items .rating-item:last-child {
    border-radius: 0 6.25rem 6.25rem 0;
    margin-right: 0
}

.flavour-skus .content .tobacco-detail-list .item .rating-items .rating-item.active {
    opacity: 1
}

.flavour-skus .img-box,.flavour-skus .img-box picture {
    height: 100%
}

.flavour-skus .img-box picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.flavour-skus.theme-dark,.flavour-skus.theme-dark .content .form-check-label {
    color: #fffdfb
}

.flavour-skus.theme-dark .content .tobacco-detail-list .item .rating-items .rating-item,.nbw__soft-age-gate {
    background-color: #fffdfb
}

.nbw__soft-age-gate {
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 11000
}

.nbw__soft-age-gate>[class^=container] {
    min-height: 100vh
}

.nbw__soft-age-gate .was-validated select:valid {
    border-color: #ced5da
}

.nbw__soft-age-gate .container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .nbw__soft-age-gate {
        min-height:36.25rem
    }
}

.nbw__soft-age-gate--language-switch-wrapper {
    padding-right: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: auto
}

@media (min-width: 576px) {
    .nbw__soft-age-gate--language-switch-wrapper {
        top:1.5625rem
    }
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--language-switch-wrapper {
        right:2.75rem
    }
}

@media (min-width: 1400px) {
    .nbw__soft-age-gate--language-switch-wrapper {
        right:4rem
    }
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content {
    position: relative
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--options {
    background-color: #fffdfb;
    border-radius: .1875rem;
    box-shadow: 0 .375rem 1rem 0 rgba(0,0,0,.1);
    min-height: 3.9375rem;
    position: absolute;
    right: 0;
    top: 2.1875rem;
    width: 10rem;
    z-index: 2
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--options>li {
    border-bottom: .1rem solid rgba(52,48,61,.05)
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--options>li>a {
    display: block;
    padding: 1.25rem 1.5rem
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--options>li:last-child {
    border-bottom: none
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button {
    align-items: center;
    display: flex;
    padding-right: 1.25rem;
    position: relative;
    text-decoration: none
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button>span {
    margin-right: .4375rem;
    pointer-events: none
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button:after {
    background: url(../../../../content/dam/iqos/global/marketing/brand/graphics/new-brand-world/nbw--menu-mobtab-chevron-down.svg) no-repeat;
    content: "";
    height: 1rem;
    min-width: 1rem;
    opacity: 1;
    position: absolute;
    right: 0;
    top: .25rem;
    transform: rotate(180deg);
    transition: transform .3s cubic-bezier(.3,0,0,1)
}

@media (min-width: 768px) {
    .nbw__soft-age-gate--language-switch-wrapper .language-switch-content .language-switch-content--selected .language-select--button:after {
        top:.375rem
    }
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content.--closed-dropdown .language-select--button: after {
    transform:rotate(0deg)
}

.nbw__soft-age-gate--language-switch-wrapper .language-switch-content.--closed-dropdown .language-switch-content--options {
    display: none
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input select#months-select,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input select#years-select {
    background-color: #fffdfb;
    background-position: right .6rem center,center right 1.8rem;
    font-size: 12px;
    padding-left: .6rem;
    padding-right: 2rem
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input select#months-select,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input select#years-select {
        background-color:#fffdfb;
        background-position: right 1rem center,center right 3rem;
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 5.5rem
    }
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .month-selector,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .year-selector {
    cursor: pointer;
    position: relative
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options {
    background: #fffdfb;
    border: .125rem solid #34303d;
    border-radius: .1875rem;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    list-style-type: none;
    margin-top: .09375rem;
    max-height: 12rem;
    overflow-y: auto;
    padding-left: 0;
    position: absolute;
    top: 2.9375rem;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options {
        top:3.125rem
    }
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options {
        top:3.3125rem
    }
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options>li:first-child {
    display: none
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options>li {
    cursor: pointer;
    padding: .6875rem 1rem
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .select-options>li:hover {
    background-color: rgba(52,48,61,.05)
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .birthday-input--month-wrapper,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .birthday-input--year-wrapper {
    position: relative
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder {
    background-color: #fffdfb;
    color: rgba(52,48,61,.65);
    cursor: pointer;
    padding: 0 .125rem;
    pointer-events: none;
    position: absolute;
    transform: scale(.85) translateY(-57%);
    transition: .3s ease-in-out;
    transition-property: transform,left;
    z-index: 1
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.default-position {
    background-color: transparent;
    display: inline-block;
    transform: translateY(11px);
    transition: .3s ease-in-out;
    transition-property: transform,left
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.default-position {
        transform:translateY(13px)
    }
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.clicked {
    color: #34303d
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.default-position.label-placeholder--month,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.default-position.label-placeholder--year {
    left: 1.5625rem
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.label-placeholder--month {
    left: 1.25rem
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--birthday-input .label-placeholder.label-placeholder--year {
    left: 1.3125rem
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--btn-wrapper>a,.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--input-birthdate-section .main-content-wrapper--birthdate-selection .birthdate-selection--btn-wrapper>button {
    width: 100%
}

.nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--failed-message {
    align-items: center;
    display: flex;
    min-height: 16.84375rem
}

@media (max-width: 575px) {
    .nbw__soft-age-gate--main-content-wrapper .main-content-wrapper--disclaimer .rich-text-editor-custom>p {
        margin-bottom:3.25rem
    }
}

.nbw__soft-age-gate--main-content-wrapper #months-select {
    -webkit-appearance: none;
    cursor: pointer;
    height: 2.875rem;
    pointer-events: none;
    z-index: -1
}

@media (min-width: 768px) {
    .nbw__soft-age-gate--main-content-wrapper #months-select {
        height:2.875rem
    }
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--main-content-wrapper #months-select {
        height:3.25rem
    }
}

.nbw__soft-age-gate--main-content-wrapper #years-select {
    -webkit-appearance: none;
    cursor: pointer;
    height: 2.875rem;
    pointer-events: none;
    z-index: -1
}

@media (min-width: 768px) {
    .nbw__soft-age-gate--main-content-wrapper #years-select {
        height:2.875rem
    }
}

@media (min-width: 992px) {
    .nbw__soft-age-gate--main-content-wrapper #years-select {
        height:3.25rem
    }
}

.nbw__soft-age-gate--main-content-wrapper #months-select.focused,.nbw__soft-age-gate--main-content-wrapper #years-select.focused {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='transform:scale(-1)'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    border-color: #34303d;
    border-width: 2px;
    box-shadow: none;
    outline: 0
}

.nbw__soft-age-gate .invalid-feedback,.nbw__soft-age-gate .valid-feedback {
    cursor: default
}

.pdp-animate-duo {
    background-color: #00d1d2;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-duo {
    z-index: 9
}

.pdp-animate-duo__mask {
    bottom: 0;
    left: 0;
    position: inherit!important;
    right: 0;
    top: 0;
    z-index: -1!important
}

.pdp-animate-duo__heading,.pdp-animate-multi__heading,.pdp-animate-plus__heading {
    animation: headingFading 1.5s;
    opacity: 1;
    padding-top: 11vh;
    position: relative
}

@media (min-width: 768px) {
    .pdp-animate-duo__heading,.pdp-animate-multi__heading,.pdp-animate-plus__heading {
        padding-top:15vh
    }
}

@media (min-width: 992px) {
    .pdp-animate-duo__heading,.pdp-animate-multi__heading,.pdp-animate-plus__heading {
        padding-top:6vh
    }
}

.pdp-animate-duo__title,.pdp-animate-multi__title,.pdp-animate-plus__title {
    color: #34303d;
    font-size: prem(32px);
    font-weight: 700;
    margin: prem(20px) auto;
    text-align: center
}

@media (min-width: 768px) {
    .pdp-animate-duo__title,.pdp-animate-multi__title,.pdp-animate-plus__title {
        font-size:prem(40px)
    }
}

@media (min-width: 992px) {
    .pdp-animate-duo__title,.pdp-animate-multi__title,.pdp-animate-plus__title {
        font-size:prem(56px);
        letter-spacing: prem(-.75px);
        margin-top: prem(10px)
    }
}

.pdp-animate-duo__sub-title,.pdp-animate-multi__sub-title,.pdp-animate-plus__sub-title {
    color: #34303d;
    font-size: prem(16px);
    font-weight: 400;
    text-align: center
}

@media (min-width: 768px) {
    .pdp-animate-duo__sub-title,.pdp-animate-multi__sub-title,.pdp-animate-plus__sub-title {
        font-size:prem(20px)
    }
}

@media (min-width: 992px) {
    .pdp-animate-duo__sub-title,.pdp-animate-multi__sub-title,.pdp-animate-plus__sub-title {
        font-size:prem(26px);
        margin-bottom: 10px
    }
}

.pdp-animate-duo__text,.pdp-animate-multi__text,.pdp-animate-plus__text {
    bottom: -30px;
    color: #34303d;
    font-size: prem(19.2px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    opacity: 0;
    padding: 0 prem(32px);
    position: relative;
    text-align: center
}

@media (min-width: 992px) {
    .pdp-animate-duo__text,.pdp-animate-multi__text,.pdp-animate-plus__text {
        font-size:prem(22.4px);
        padding: prem(110px) prem(64px) 0
    }
}

@media (min-width: 1200px) {
    .pdp-animate-duo__text,.pdp-animate-multi__text,.pdp-animate-plus__text {
        max-width:prem(1440px)
    }
}

.pdp-animate-duo__images {
    display: flex;
    z-index: 99
}

.pdp-animate-duo__img1,.pdp-animate-duo__img2 {
    animation: slideUp 2.5s;
    bottom: -20%;
    position: absolute;
    z-index: 99
}

.pdp-animate-duo__img1 {
    height: 60vh;
    left: 50%;
    transform: translateX(-150%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-duo__img1 {
        height:70vh
    }
}

.pdp-animate-duo__img2 {
    height: 70vh;
    left: 50%;
    transform: translateX(-35%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-duo__img2 {
        height:80vh
    }
}

.pdp-animate-duo__content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.pdp-animate-duo-heets {
    background-color: #00d1d2;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-duo-heets {
    z-index: 9
}

.pdp-animate-duo-heets .holder-wrapper {
    bottom: -20%;
    height: 60vh;
    left: 50%;
    position: relative;
    transform: translateX(-150%);
    width: auto;
    z-index: 99
}

@media (min-width: 992px) {
    .pdp-animate-duo-heets .holder-wrapper {
        height:70vh
    }
}

.pdp-animate-duo-heets .pdp-animate-duo__img1.holder-full {
    z-index: 1
}

.pdp-animate-duo-heets .pdp-animate-duo__img1.heet {
    animation: heetAnimation 2.5s;
    height: 30vh;
    position: absolute;
    top: 0;
    transform: translateX(-245%);
    z-index: 2
}

@media (min-width: 992px) {
    .pdp-animate-duo-heets .pdp-animate-duo__img1.heet {
        height:35vh
    }
}

.pdp-animate-duo-heets .pdp-animate-duo__img1.holder-front {
    z-index: 3
}

.pdp-animate-duo-heets .pdp-animate-duo__img1.holder-light {
    z-index: 4
}

@keyframes slideUp {
    0% {
        bottom: -100%
    }

    to {
        bottom: -20%
    }
}

@keyframes heetAnimation {
    0% {
        top: -100vh
    }

    50% {
        top: -100vh
    }

    to {
        top: 0
    }
}

@keyframes headingFading {
    0% {
        bottom: -30px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.pdp-animate-multi {
    background-color: #db3826;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-multi {
    z-index: 9
}

.pdp-animate-multi__mask {
    bottom: 0;
    left: 0;
    position: inherit!important;
    right: 0;
    top: 0;
    z-index: -1!important
}

.pdp-animate-multi__sub-title,.pdp-animate-multi__text,.pdp-animate-multi__title {
    color: #fffdfb
}

.pdp-animate-multi__img {
    animation: slideUpMultiMobile 2s;
    bottom: -24%;
    height: 100vh;
    left: 50%;
    position: absolute;
    transform: rotate(0deg) translateX(-50%);
    width: auto;
    z-index: 99
}

@media (min-width: 992px) {
    .pdp-animate-multi__img {
        animation:rotateMulti 1.5s ease-out;
        bottom: -24%;
        height: 90vh;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: rotate(0deg);
        width: auto
    }
}

@keyframes rotateMulti {
    0% {
        bottom: -60%;
        transform: rotate(-90deg)
    }

    to {
        bottom: -24%;
        transform: rotate(0deg)
    }
}

@keyframes slideUpMultiMobile {
    0% {
        bottom: -60%;
        transform: rotate(-90deg) translateX(-50%)
    }

    to {
        bottom: -24%;
        transform: rotate(0deg) translateX(-50%)
    }
}

.pdp-animate-multi__content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.pdp-animate-multi-heets {
    background-color: #db3826;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-multi-heets {
    z-index: 9
}

.pdp-animate-multi-heets .pdp-animate-multi__img {
    animation: slideUpMultiMobileHeets 2s;
    bottom: -28%;
    height: 80vh;
    left: 50%;
    position: absolute;
    transform: rotate(0deg) translateX(-50%);
    width: auto;
    z-index: 99
}

@media (min-width: 992px) {
    .pdp-animate-multi-heets .pdp-animate-multi__img {
        animation:rotateMultiHeets 1.5s ease-out;
        bottom: -34%;
        height: 90vh;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: rotate(0deg);
        width: auto
    }
}

.pdp-animate-multi-heets .pdp-animate-multi__img.heet {
    animation: slideUpMultiHeet 3s;
    bottom: inherit;
    height: 31vh;
    top: 6vh;
    transform: translateX(-112%)
}

@media (min-width: 992px) {
    .pdp-animate-multi-heets .pdp-animate-multi__img.heet {
        bottom:inherit;
        height: 35vh;
        top: 6vh;
        transform: translateX(-62%)
    }
}

.pdp-animate-multi-heets .pdp-animate-multi__img-wrapper {
    height: 100vh;
    left: 50%;
    position: relative;
    transform: rotate(0deg) translateX(-50%);
    width: 30vw;
    z-index: 99
}

@media (min-width: 992px) {
    .pdp-animate-multi-heets .pdp-animate-multi__img-wrapper {
        height:90vh;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: rotate(0deg);
        width: 30vw
    }
}

@keyframes rotateMultiHeets {
    0% {
        bottom: -70%;
        transform: rotate(-90deg)
    }

    to {
        bottom: -34%;
        transform: rotate(0deg)
    }
}

@keyframes slideUpMultiMobileHeets {
    0% {
        bottom: -60%;
        transform: rotate(-90deg) translateX(-50%)
    }

    to {
        bottom: -28%;
        transform: rotate(0deg) translateX(-50%)
    }
}

@keyframes slideUpMultiHeet {
    0% {
        top: -100vh
    }

    60% {
        top: -100vh
    }

    to {
        top: 6vh
    }
}

.pdp-animate-plus {
    background-color: #e27d34;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-plus {
    z-index: 9
}

.pdp-animate-plus__mask {
    bottom: 0;
    left: 0;
    position: inherit!important;
    right: 0;
    top: 0;
    z-index: -1!important
}

.pdp-animate-plus__images {
    display: flex;
    z-index: 99
}

.pdp-animate-plus__img1-box,.pdp-animate-plus__img1-el1,.pdp-animate-plus__img1-el2,.pdp-animate-plus__img2 {
    position: absolute;
    z-index: 99
}

.pdp-animate-plus__img1-box {
    animation: slideBox 2s;
    bottom: -28%;
    height: 80vh;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 992px) {
    .pdp-animate-plus__img1-box {
        height:88vh
    }
}

.pdp-animate-plus__img1-el1 {
    height: 80vh;
    left: 50%;
    transform: translateX(-50%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus__img1-el1 {
        height:88vh
    }
}

.pdp-animate-plus__img1-el2 {
    animation: rotateLid 1.5s ease-out;
    height: 49vh;
    left: 50%;
    top: 0;
    transform: translateX(-93%) rotate(0deg);
    transform-origin: 50% 45%;
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus__img1-el2 {
        height:54vh
    }
}

.pdp-animate-plus__img2 {
    animation: slideHolder 2s;
    bottom: -13%;
    height: 50vh;
    left: 50%;
    transform: translateX(35%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus__img2 {
        height:55vh
    }
}

@keyframes slideHolder {
    0% {
        bottom: -85%
    }

    to {
        bottom: -13%
    }
}

.pdp-animate-plus__content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.pdp-animate-plus-heets {
    background-color: #e27d34;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.scrollmagic-pin-spacer .pdp-animate-plus-heets {
    z-index: 9
}

.pdp-animate-plus-heets .pdp-animate-plus__img2-box {
    bottom: -13%;
    height: 50vh;
    left: 50%;
    position: relative;
    transform: translateX(35%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus-heets .pdp-animate-plus__img2-box {
        height:55vh
    }
}

.pdp-animate-plus-heets .pdp-animate-plus__img2-box .pdp-animate-plus__img2 {
    animation: slideHolderHeets 2s;
    bottom: -60%;
    height: 50vh;
    left: 0;
    transform: translateX(35%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus-heets .pdp-animate-plus__img2-box .pdp-animate-plus__img2 {
        animation:slideHolderHeetsDx 2s;
        bottom: -50%;
        height: 55vh
    }
}

.pdp-animate-plus-heets .pdp-animate-plus__img2-box .heet {
    animation: slideHeet 3s;
    bottom: 14%;
    height: 25vh;
    left: 0;
    position: absolute;
    transform: translateX(100%);
    width: auto
}

@media (min-width: 992px) {
    .pdp-animate-plus-heets .pdp-animate-plus__img2-box .heet {
        animation:slideHeetDx 3s;
        bottom: 22%;
        height: 28vh
    }
}

@keyframes slideHolderHeets {
    0% {
        bottom: -250%
    }

    to {
        bottom: -60%
    }
}

@keyframes slideHolderHeetsDx {
    0% {
        bottom: -250%
    }

    to {
        bottom: -50%
    }
}

@keyframes slideHeet {
    0% {
        bottom: 200%
    }

    70% {
        bottom: 200%
    }

    to {
        bottom: 14%
    }
}

@keyframes slideHeetDx {
    0% {
        bottom: 200%
    }

    70% {
        bottom: 200%
    }

    to {
        bottom: 22%
    }
}

@keyframes slideBox {
    0% {
        bottom: -100%
    }

    to {
        bottom: -28%
    }
}

@keyframes rotateLid {
    0% {
        transform: translateX(-93%) rotate(90deg);
        transition: "transform 1.5s ease-out"
    }

    to {
        transform: translateX(-93%) rotate(0deg)
    }
}

.nbw .refer-a-friend__referal-code--container .refer-a-friend__referal-code--button {
    align-items: normal;
    background-color: #34303d;
    border: initial;
    border-radius: 2.6rem;
    color: #fffdfb;
    display: initial;
    flex-wrap: nowrap;
    font-size: unset;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: auto;
    justify-content: normal;
    letter-spacing: normal;
    line-height: 1.5;
    margin-top: 1.8rem;
    max-width: 33.5rem;
    text-align: center;
    text-transform: none;
    width: 100%
}

.nbw .refer-a-friend .refer-a-friend__faq--button {
    display: block!important
}

.nbw .refer-a-friend.refer-a-friend__anonymous .refer-a-friend__login-button {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .nbw .refer-a-friend.refer-a-friend__anonymous .refer-a-friend__login-button {
        width:auto
    }
}

.nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .js-raf__add-device--desktop {
    width: 33.5rem
}

@media (max-width: 767px) {
    .nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .js-raf__add-device--desktop {
        display:none!important
    }
}

.nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .js-raf__add-device--mobile {
    width: 100%!important
}

@media (min-width: 768px) {
    .nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .js-raf__add-device--mobile {
        display:none!important
    }
}

.nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .refer-a-friend__go-shopping--button-desktop {
    width: 33.5rem
}

@media (max-width: 767px) {
    .nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .refer-a-friend__go-shopping--button-desktop {
        display:none!important
    }
}

.nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .refer-a-friend__go-shopping--button-mobile {
    width: 100%!important
}

@media (min-width: 768px) {
    .nbw .refer-a-friend__register-device--module.refer-a-friend__add-device--step-one .refer-a-friend__go-shopping--button-mobile {
        display:none!important
    }
}

.nbw .refer-a-friend__register-device--container .refer-a-friend__go-shopping--button-desktop {
    width: 33.5rem
}

@media (max-width: 767px) {
    .nbw .refer-a-friend__register-device--container .refer-a-friend__go-shopping--button-desktop {
        display:none!important
    }
}

.nbw .refer-a-friend__register-device--container .refer-a-friend__go-shopping--button-mobile {
    width: 100%!important
}

@media (min-width: 768px) {
    .nbw .refer-a-friend__register-device--container .refer-a-friend__go-shopping--button-mobile {
        display:none!important
    }
}

.nbw .refer-a-friend .main-editorial,.nbw .refer-a-friend .main-editorial__background-cutter {
    background-color: #fffdfb!important
}

.nbw .refer-a-friend__box-wrapper {
    box-shadow: none
}

@media (min-width: 992px) {
    .nbw .refer-a-friend__box-wrapper {
        padding:80px 50px 27px
    }
}

.nbw .refer-a-friend__box-items {
    padding-left: 0
}

.nbw .refer-a-friend__item--info {
    margin-left: 52px
}

@media (min-width: 768px) {
    .nbw .refer-a-friend__item--info {
        margin-left:0
    }
}

.nbw .refer-a-friend__item--info:before {
    height: 135%;
    left: -37px;
    top: 11%
}

.nbw .refer-a-friend__box-items--title {
    margin-bottom: 2rem
}

.nbw .refer-a-friend__item-icon svg {
    height: 32px;
    margin-top: .75rem;
    width: 32px
}

.nbw .refer-a-friend__item-text {
    line-height: 1.2
}

@media (min-width: 576px) {
    .nbw .refer-a-friend__item-text {
        margin:43px 0 20px
    }
}

.nbw .refer-a-friend__login-wrapper {
    padding: 0 20px 70px
}

@media (min-width: 576px) {
    .nbw .refer-a-friend__login-wrapper {
        padding:0 20px 100px
    }
}

.nbw .refer-a-friend__login-button {
    margin-bottom: 1rem;
    min-width: unset!important;
    width: auto!important
}

.nbw .hav-v2__data-match-error .consent-checkbox [type=checkbox]:not(:checked)+label {
    font-size: 12px!important
}

.nbw .loading-line {
    display: none
}

.nbw .hav-v2-content .content-text-hav-v2 .global-btn.btn--dark.btn--rounded:first-child {
    margin-bottom: 0
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport {
    margin-bottom: 2rem;
    margin-top: 0
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .hav-v2__btn-continue-passport {
    padding: 0 44px
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .hav-v2__btn-continue-passport {
        padding:0 60px
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .form-group label {
    padding: 0 44px
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .form-group label {
        padding:0 60px
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .form-group .form-item {
    padding: 0 44px
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .form-group .form-item {
        padding:0 60px
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton a.hav__container__link.hav-v2__link-change-document {
    padding-bottom: 40px
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton p.hav-v2__content--text.hav__content--text--left {
    padding: 0 70px
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport.hav-v2__upload-passport-with-botton .hav-v2__container-passport.drag-and-drop__container {
    margin-bottom: 20px
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__upload-passport .hav-v2__header-upload-passport .hav__header--title {
    padding: 0 20px 34px!important
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__upload-passport .hav-v2__header-upload-passport .hav__header--title {
        padding:58px 20px 20px!important
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__upload-passport .hav-v2__container-tips-and-tricks.drag-and-drop__container {
    padding: 0 18px!important
}

@media (min-width: 768px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__upload-passport .hav-v2__container-tips-and-tricks.drag-and-drop__container {
        padding:0 45px!important
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__upload-passport .hav-v2__container-tips-and-tricks.drag-and-drop__container .hav__document-upload .link-device__files {
    padding: 0 24px!important
}

@media (min-width: 768px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .alert-error .img-alert-error,.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .alert-error .img-alert-validate {
        right:90px;
        top: 0
    }
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .alert-error .img-alert-error,.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .alert-error .img-alert-validate {
        right:45px
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .hav__document-upload__image-preview {
    background-color: transparent!important;
    padding: 0!important
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .hav__document-upload__image-preview .image-preview__image,.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2__tips-and-tricks .tips-and-tricks_upload-image .hav__document-upload__image-preview .image-preview__image--identity {
    max-height: 90px!important;
    max-width: 165px!important
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2_bullet-list-tips-and-tricks {
    padding: 0 20px 44px
}

@media (min-width: 768px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2_bullet-list-tips-and-tricks {
        padding:0 150px 44px
    }
}

@media (min-width: 992px) {
    .nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2_bullet-list-tips-and-tricks {
        padding:0 75px 44px
    }
}

.nbw section.hav__container.hav__document-upload.hav-v2__upload-passport .hav-v2_bullet-list-tips-and-tricks ul {
    margin-bottom: 0
}

.nbw .hav-v2__upload-passport .hav-v2__btn-continue-passport {
    align-items: center;
    display: flex;
    flex-direction: column
}

.nbw .hav-v2__upload-passport .hav-v2__btn-continue-passport button.global-btn.btn--dark.btn--rounded.btn-hav.btn-hav2__upload-passport.j-btn-upload-document {
    text-transform: none!important
}

.nbw .hav-v2__upload-passport .hav-v2__link-change-id-tips-and-tricks {
    padding-bottom: 32px
}

@media (min-width: 992px) {
    .nbw .hav-v2__upload-passport .hav-v2__link-change-id-tips-and-tricks {
        padding-bottom:64px
    }
}

.nbw .how-it-works-product .container.variant-24plus .images .image-box .hotspot[data-device="1"],.nbw .how-it-works-product .container.variant-3duo .images .image-box .hotspot[data-device="1"],.nbw .how-it-works-product .container.variant-3multi .images .image-box .hotspot[data-device="1"] {
    left: 20%;
    top: 13%
}

.nbw .how-it-works-product .container .hotspot img,.nbw .how-it-works-product .container .hotspot svg {
    vertical-align: unset!important
}

.nbw .how-it-works-product .container .hotspot img:hover,.nbw .how-it-works-product .container .hotspot svg:hover {
    cursor: pointer
}

.nbw .how-it-works-product .container .hotspot.active {
    background-color: #00d1d2!important
}

.nbw .how-it-works-product .container .text-box {
    top: 103%!important
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container .text-box {
        top:107%!important;
        width: 216px
    }
}

.nbw .how-it-works-product .container .image-box.first .hotspot.active .line,.nbw .how-it-works-product .container .image-box.second .hotspot.active .line {
    right: 29px!important
}

.nbw .how-it-works-product .container .image-box.third .hotspot.active .line {
    left: 29px!important
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="1"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="1"] .line {
        width:20px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="1"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="1"] .line {
        width:90px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="1"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="1"] .line {
        width:180px!important
    }
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="2"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="2"] .line {
        width:180px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="2"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="2"] .line {
        width:200px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="2"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="2"] .line {
        width:230px!important
    }
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="3"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="3"] .line {
        width:30px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="3"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="3"] .line {
        width:130px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-24plus .hotspot.active[data-device="3"] .line,.nbw .how-it-works-product .container.variant-3duo .hotspot.active[data-device="3"] .line {
        width:200px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-24plus .text-box.first,.nbw .how-it-works-product .container.variant-3duo .text-box.first {
        left:65px
    }

    .nbw .how-it-works-product .container.variant-24plus .text-box.second,.nbw .how-it-works-product .container.variant-3duo .text-box.second {
        left: 95px
    }

    .nbw .how-it-works-product .container.variant-24plus .text-box.third,.nbw .how-it-works-product .container.variant-3duo .text-box.third {
        right: 30px
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-24plus .text-box.second,.nbw .how-it-works-product .container.variant-3duo .text-box.second {
        left:175px
    }

    .nbw .how-it-works-product .container.variant-24plus .text-box.third,.nbw .how-it-works-product .container.variant-3duo .text-box.third {
        right: 50px
    }
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-3multi .hotspot.active[data-device="1"] .line {
        width:130px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-3multi .hotspot.active[data-device="1"] .line {
        width:180px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-3multi .hotspot.active[data-device="1"] .line {
        width:250px!important
    }
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-3multi .hotspot.active[data-device="2"] .line {
        width:180px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-3multi .hotspot.active[data-device="2"] .line {
        left:29px!important;
        width: 180px!important
    }

    .nbw .how-it-works-product .container.variant-3multi .text-box.first {
        left: 65px
    }

    .nbw .how-it-works-product .container.variant-3multi .text-box.second {
        right: 95px
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-3multi .text-box.second {
        right:175px
    }
}

.nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="1"] .line {
    right: 29px!important
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="1"] .line {
        width:120px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="1"] .line {
        width:200px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="1"] .line {
        width:150px!important
    }
}

.nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="2"] .line {
    left: 29px!important
}

@media (min-width: 992px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="2"] .line {
        width:220px!important
    }
}

@media (min-width: 1200px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="2"] .line {
        width:300px!important
    }
}

@media (min-width: 1400px) {
    .nbw .how-it-works-product .container.variant-veev .hotspot.active[data-device="2"] .line {
        width:250px!important
    }
}

@media (max-width: 767px) {
    .nbw .customer-care__success,.nbw .customer-care__tips {
        background:#fff
    }
}

.nbw .customer-care.customer-care--header {
    padding-top: 0
}

.nbw .customer-care.customer-care--header .cc__title {
    font-size: 28px;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care--header .cc__title {
        font-size:40px
    }
}

.nbw .customer-care.customer-care--header .cc__wrapper .cc__deviceList.cc-slider {
    padding-left: 0
}

.nbw .customer-care.customer-care--header .cc__wrapper .cc__subtitle {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care--header .cc__wrapper .cc__subtitle {
        margin-bottom:42px
    }
}

.nbw .customer-care.customer-care__issues {
    padding-top: 90px
}

@media (min-width: 768px) {
    .nbw .customer-care.customer-care__issues {
        padding-top:129px
    }
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__issues {
        padding-top:139px
    }
}

.nbw .customer-care.customer-care__issues .cc__title {
    font-size: 28px;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__issues .cc__title {
        font-size:40px
    }
}

.nbw .customer-care.customer-care__issues .cc__wrapper {
    margin-top: 0
}

.nbw .customer-care.customer-care__issues .cc__wrapper .cc__deviceList.cc-slider {
    padding-left: 0
}

.nbw .customer-care.customer-care__issues .cc__wrapper .cc__subtitle {
    margin-bottom: 27px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__issues .cc__wrapper .cc__subtitle {
        margin-bottom:37px
    }
}

.nbw .customer-care.customer-care__issues .cc__wrapper .cc__btn.global-btn.btn--dark.btn--rounded {
    max-width: unset!important;
    width: unset!important
}

.nbw .customer-care.customer-care__issues .cc__wrapper .cc__btn.global-btn.btn--dark.btn--rounded .btn__label {
    display: block;
    line-height: 1.1
}

.nbw .customer-care.customer-care__issues .cc__backlink {
    left: 33.5px;
    top: 60px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__issues .cc__backlink {
        left:64px;
        top: 110px
    }
}

.nbw .customer-care.customer-care__tips {
    padding-top: 56px
}

@media (min-width: 768px) {
    .nbw .customer-care.customer-care__tips {
        padding-top:95px
    }
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__tips {
        padding-top:105px
    }
}

.nbw .customer-care.customer-care__tips .main-wrapper {
    padding-top: 34px
}

.nbw .customer-care.customer-care__tips .main-wrapper .cc__btn.btn.btn--standard {
    max-width: unset!important;
    width: unset!important
}

.nbw .customer-care.customer-care__tips .main-wrapper .cc__btn.btn.btn--standard .btn__text {
    display: block;
    font-size: 16px;
    line-height: 1.1
}

.nbw .customer-care.customer-care__tips .main-wrapper .cc__btn.global-btn.btn--dark.btn--rounded {
    max-width: unset!important;
    width: unset!important
}

.nbw .customer-care.customer-care__tips .main-wrapper .cc__btn.global-btn.btn--dark.btn--rounded .btn__label {
    display: block;
    line-height: 1.1
}

.nbw .customer-care.customer-care__tips .cc__title {
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__tips .cc__title {
        font-size:40px
    }
}

.nbw .customer-care.customer-care__tips .cc__wrapper {
    margin-top: 0
}

.nbw .customer-care.customer-care__tips .cc__wrapper .cc__subtitle {
    margin-bottom: 27px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__tips .cc__wrapper .cc__subtitle {
        margin-bottom:37px
    }
}

.nbw .customer-care.customer-care__tips .cc__backlink {
    left: 33.5px;
    top: 60px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__tips .cc__backlink {
        left:64px;
        top: 110px
    }
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue .btn__text {
    color: #fffdfb
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover {
    background-color: #34303d
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue:hover .btn__text {
    color: #34303d
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .btn--standard.go-to-step-no.step-issue .btn__text {
    font-size: 16px
}

.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn--standard.go-to-step-no.step-issue,.nbw .customer-care.customer-care__tips .cc__cta-wrapper .flex-wrapper .cc__btn.btn.btn--standard.go-to-step-yes.step-issue {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center
}

.nbw .customer-care.customer-care__success {
    padding-top: 56px
}

@media (min-width: 768px) {
    .nbw .customer-care.customer-care__success {
        padding-top:95px
    }
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__success {
        padding-top:105px
    }
}

.nbw .customer-care.customer-care__success .main-wrapper {
    overflow-wrap: break-word;
    padding-top: 34px
}

.nbw .customer-care.customer-care__success .main-wrapper .cc__title {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px
}

@media (min-width: 992px) {
    .nbw .customer-care.customer-care__success .main-wrapper .cc__title {
        font-size:40px
    }
}

.nbw .customer-care.customer-care__success .main-wrapper .cc__subtitle {
    padding-bottom: 10px
}

.nbw .customer-care.customer-care__success .main-wrapper .cc__btn.global-btn.btn--dark.btn--rounded {
    max-width: unset!important;
    width: unset!important
}

.nbw .customer-care.customer-care__success .main-wrapper .cc__btn.global-btn.btn--dark.btn--rounded .btn__label {
    display: block;
    line-height: 1.1
}

.nbw .customer-care__devices .btn--add-device.btn__text {
    font-size: 16px;
    text-transform: none
}

.nbw .qure-replacement__title {
    text-transform: none
}

.nbw .customer-care__devices .devices__device .global-btn.btn--dark.btn--rounded {
    width: 100%!important
}

.nbw .customer-care__devices .btn--add-device {
    margin: 0 auto;
    width: calc(100% - 30px)!important
}

@media (min-width: 768px) {
    .nbw .customer-care__devices .btn--add-device {
        width:calc(100% - 50px)!important
    }
}

.nbw .customer-care__devices .link-device__container #addDeviceFormGroup {
    margin-bottom: 10px
}

.nbw .customer-care__devices .link-device__container #linkDeviceSubmitBtn {
    width: 100%!important
}

.nbw .customer-care .customer-care__devices .btn.btn--add-device .btn__text {
    font-size: unset;
    letter-spacing: unset;
    text-transform: none
}

@media (min-width: 992px) {
    .nbw .customer-care__devices .global-btn.btn--dark.btn--rounded.try-with-expert-btn.link-device__close--btn.eligibility-close {
        margin-left:auto;
        margin-right: auto;
        max-width: 440px;
        width: 100%!important
    }
}

.nbw .my-account__main .my-account__main--wrapper .checkout__address-form .form-group label.toggling-label {
    display: block
}

.nbw .plp__plp-product .card-product .product-info__text .cta-container .form-quantity,.nbw .plp__plp-product .plp-page__product--container .product-info__text .cta-container .form-quantity {
    margin-right: unset;
    min-width: 25%;
    width: auto
}

.nbw .heets-contract .container {
    padding-top: 0
}

.nbw .heets-contract .container .box-toggle {
    margin: 0!important
}

.nbw .leave-process .leave-process__button-container .btn-process-continue {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: none
}

.nbw section.hav-v2__container.hav-v2__age-verification-variant.hav-v2__failed--container {
    padding-top: 50px
}

.nbw section.hav__get-support-dropdown-close {
    margin: 2rem auto 46px;
    max-width: 570px;
    position: relative;
    width: unset
}

@media (min-width: 768px) {
    .nbw section.hav__get-support-dropdown-close {
        margin:15px auto 46px;
        padding: 0
    }
}

@media (min-width: 992px) {
    .nbw section.hav__get-support-dropdown-close {
        margin:25px auto 46px
    }
}

@media (min-width: 1200px) {
    .nbw section.hav__get-support-dropdown-close {
        margin:55px auto 46px
    }
}

@media (min-width: 1400px) {
    .nbw section.hav__get-support-dropdown-close {
        margin:50px auto 46px
    }
}

.nbw section.hav__get-support-dropdown-close .bb {
    padding: 0 20px
}

@media (min-width: 768px) {
    .nbw section.hav__get-support-dropdown-close .bb {
        padding:0
    }
}

.nbw section.hav__get-support-dropdown-close .accordion__btn span.accordion__title {
    color: #34303d;
    text-transform: none!important
}

.nbw button.accordion__btn.accordion__btn--close.global-btn {
    background-color: #fffdfb!important;
    border-radius: 3px!important;
    box-shadow: inset 0 0 0 1px #34303d
}

.nbw button.accordion__btn.accordion__btn--close.global-btn .arrow-get-support {
    filter: invert(100%);
    position: absolute;
    right: 20px
}

.nbw .hav__get-support-dropdown-open {
    z-index: 25
}

.nbw .hav__get-support-dropdown-open .hav__container-get-support {
    border: 1px solid rgba(52,48,61,.65);
    border-radius: 3px
}

.nbw .hav__get-support-dropdown-open .hav__container-get-support.hav-v2-capability_get-support .hav-v2-capability-content_get-support {
    margin: 0 auto;
    max-width: 335px
}

.nbw .hav__get-support-dropdown-open .hav__container-get-support.hav-v2-capability_get-support .hav-v2-capability-content_get-support .hav__header--title {
    font-weight: 700
}

.nbw .hav__get-support-dropdown-open .hav__container-get-support .arrow-get-support {
    position: absolute;
    right: 20px;
    top: 19px
}

.nbw section.hav-v2__alternative-market {
    margin: 0 20px 20px;
    max-width: 570px;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .nbw section.hav-v2__alternative-market {
        margin:0 auto 20px
    }
}

@media (min-width: 992px) {
    .nbw section.hav-v2__alternative-market {
        margin-bottom:60px
    }
}

.nbw section.hav-v2__alternative-market .data-match__container,.nbw section.hav-v2__alternative-market button#button-forward {
    margin: 0
}

.nbw section.hav-v2__alternative-market .data-match__container h4 {
    margin-top: 50px;
    padding-bottom: 24px
}

.nbw section.hav-v2__alternative-market .ios-safari-mobile {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    display: block;
    min-height: 1.2em
}

@supports (-webkit-touch-callout:none) {
    .nbw section.hav-v2__alternative-market .ios-safari-mobile {
        -webkit-appearance: none
    }
}

.nbw section.hav-v2__alternative-market .ios-safari-mobile:before {
    color: #aaa;
    content: attr(placeholder)
}

.nbw section.hav-v2__alternative-market .ios-safari-mobile.hidePlaceholder:before {
    display: none
}

.nbw section.hav-v2__alternative-market .checkout__address-form .input-group .invalid-feedback {
    color: #dc3545;
    font-size: .875em;
    margin-bottom: .5rem!important;
    margin-top: 1rem!important;
    width: 100%
}

.nbw .complete-profile-container #personalDataMatch .date-android-mobile:before {
    color: #aaa;
    content: attr(placeholder)
}

::-webkit-full-page-media,:root #dateOfBirth::-webkit-datetime-edit-fields-wrapper {
    display: none
}

::-webkit-full-page-media,:root #dateOfBirth:not(.hidePlaceholder):before {
    color: #aaa;
    content: attr(placeholder)
}

::-webkit-full-page-media,:root #dateOfBirth.hidePlaceholder:before {
    display: none
}

::-webkit-full-page-media,:root #dateOfBirth.hidePlaceholder::-webkit-datetime-edit-fields-wrapper {
    display: block
}

.nbw section.hav-v2__confirm .confirm__container .review__information {
    margin-left: 0
}

.nbw .my-cart__wrapper .button-wrapper .global-btn {
    height: auto
}

.nbw .my-cart__checkout-btn,.nbw .my-cart__continue-btn {
    width: 100%
}

.nbw .my-cart__sidebar .my-cart__section.my-cart__orderSummary .my-cart__continue-btn.global-btn {
    border: none
}

.nbw .my-cart__sidebar .my-cart__section.my-cart__orderSummary .my-cart__continue-btn.global-btn .btn__label,.nbw .my-cart__wrapper .button-wrapper .my-cart__continue-btn .btn__label {
    line-height: 1.5
}

.nbw .my-cart__wrapper.my-cart__wrapper--empty .my-cart__continue-btn.global-btn {
    border: none
}

.nbw .my-cart__section.my-cart__orderSummary .my-cart__continue-btn.global-btn {
    display: inline-block!important;
    padding: 12px 3.2rem!important;
    text-align: center
}

.nbw .my-cart__section.my-cart__orderSummary .button-wrapper .my-cart__checkout-btn.global-btn.btn--dark {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%!important
}

.nbw .my-cart__section.my-cart__orderSummary .button-wrapper .my-cart__continue-btn.global-btn {
    border-radius: 2.6rem;
    text-align: center;
    width: 100%!important
}

.nbw .my-cart__section.my-cart__promocode .promocode__fields .promocode__field.promocode__field--submit .global-btn.submit-btn {
    height: 44px;
    text-align: center;
    width: 100%!important
}

.nbw .my-cart__section.my-cart__section--empty.my-cart__orderSummary .button-wrapper .my-cart__wishlist-btn.global-btn.btn--dark {
    margin-bottom: 1rem;
    width: 100%!important
}

.nbw .my-cart__wrapper .button-wrapper .my-cart__wishlist-btn .btn__label {
    font-size: unset
}

.nbw .my-cart__quick-btn.global-btn.btn--blue {
    width: 100%
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product a.row-left {
    text-decoration: none
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .product__name {
    text-transform: none
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .my-cart__available-actions {
    padding-left: 0
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .my-cart__available-actions .product__quantity--row .button-plus {
    padding-top: 3px
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .my-cart__available-actions .product__quantity--row input[type=number] {
    -moz-appearance: textfield
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .my-cart__available-actions .product__quantity--row input[type=number]::-webkit-inner-spin-button,.nbw .my-cart__wrapper.my-cart__bundle .my-cart__main .my-cart__product .my-cart__available-actions .product__quantity--row input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__sidebar .my-cart__section.my-cart__orderSummary .minicart__info {
    margin-top: 10px
}

.nbw .my-cart__wrapper.my-cart__bundle .my-cart__sidebar .my-cart__section.my-cart__orderSummary table {
    caption-side: top
}

.nbw .my-cart__bundle .my-cart__product--set .product__price .price--current,.nbw .product__container--b .row-left .product__name,.nbw .product__container--b .title-row .product__price .price--current {
    font-size: 16px
}

.nbw .my-cart__product .product__name {
    text-transform: unset
}

.nbw .my-cart__checkout-btn.global-btn.btn--dark {
    width: auto
}

@media (min-width: 768px) {
    .nbw .my-cart__checkout-btn.global-btn.btn--dark {
        width:100%
    }
}

.nbw #buttonPromoCodeSection .global-btn.my-cart__promocode-apply-btn {
    letter-spacing: normal;
    text-align: center;
    text-transform: unset;
    width: 100%
}

.nbw .global-btn.my-cart__redeem-points-apply-btn {
    letter-spacing: normal;
    text-transform: none;
    width: 100%
}

.nbw .global-btn.my-cart__redeem-points-apply-btn:hover {
    border: none!important
}

.nbw .my-cart__bundle .my-cart__single-product {
    padding-left: 20px
}

@media (min-width: 992px) {
    .nbw .my-cart__bundle .my-cart__single-product {
        padding-bottom:20px;
        padding-left: 6px;
        padding-top: 20px
    }
}

.nbw .my-cart__bundle .product__image {
    margin-right: 4px;
    width: 100px
}

@media (min-width: 768px) {
    .nbw .my-cart__bundle .product__image {
        margin-right:20px
    }
}

@media (min-width: 992px) {
    .nbw .my-cart__bundle .product__image {
        height:111px;
        margin-right: 19px;
        width: 133px
    }
}

.nbw .my-cart__bundle .product__info {
    width: calc(100% - 104px)
}

@media (min-width: 768px) {
    .nbw .my-cart__bundle .product__info {
        width:calc(100% - 120px)
    }
}

@media (min-width: 992px) {
    .nbw .my-cart__bundle .product__info {
        width:calc(100% - 158px)
    }

    .nbw .my-cart__bundle .my-cart__product--set {
        padding-left: 6px
    }
}

.nbw .my-cart__redeem-points .my-cart__redeem-points-panel .redeem-points--discount-info p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .nbw .button-wrapper .my-cart__checkout-btn {
        width:100%!important
    }
}

.nbw .my-cart__message .message-icon {
    align-self: center
}

.nbw .checkout--cc--redesign .shipping-method--delivery .checkout__delivery-address .checkout__overlay-top {
    color: #34303d;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none
}

.nbw .my-account__my-details--my-wallet .my-account__main--wallet-title {
    text-transform: none
}

@media (min-width: 992px) {
    .nbw .my-cart__product .my-cart-feedback {
        margin-left:14px
    }
}

@media (min-width: 1400px) {
    .nbw .my-cart__product .my-cart-feedback {
        margin-left:32px
    }
}

.nbw .checkout--cc--redesign .overlay__header {
    text-transform: none
}

.nbw .checkout--cc--redesign .overlay-close {
    top: 80px
}

.nbw .shipping-method__container .edit-delivery-address .checkout__delivery-address-container .phone-combo .text-phone {
    width: 100%
}

.nbw .my-cart__promocode-panel .promocode__input-warning input[type=text] {
    border-color: #c73636
}

.checkboxes-wrapper .form-group .form-item label,.self-service--buy-register--add-store--wrapper .buy-register--add-store--content-wrapper .add-store--wrapper .add-store--content--form .form-row input {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.form-standard-select select {
    border: 1px solid #ced4da;
    height: unset
}

.form-standard-select select.input-validated {
    border-color: #57760c
}

.form-standard-select .select-arrow {
    display: none
}

.nbw .component-self-service .component-self-service-step-one #hav-form .hav__main--container .checkout__main.my-cart__main .checkout__section.checkout__delivery .shipping-method__container.shipping-method--delivery .checkout__address-form.account-form--address .autocomplete-fields.j-form-autoComplete .form-group.phone-combo.phone-select {
    display: initial
}

.nbw .component-self-service .component-self-service-step-one #hav-form .hav__main--container .checkout__main.my-cart__main .checkout__section.checkout__delivery .shipping-method__container.shipping-method--delivery .checkout__address-form.account-form--address .autocomplete-fields.j-form-autoComplete .form-item #saveAddressButton {
    margin-top: 40px
}

.nbw .component-self-service .component-self-service-step-one #hav-form .hav__container.hav__before-upload ul.hav__content__images-list {
    padding-left: 0
}

.nbw .component-self-service .component-self-service-step-one #hav-form .hav__container.hav__document-upload-choice .hav__document-upload-choice__form .form-group select {
    height: 52px
}

.nbw .component-self-service .component-self-service-step-two .step .global-btn {
    border: initial;
    border-radius: 1.6rem;
    font-size: 1rem;
    letter-spacing: normal;
    padding: .75rem 2rem;
    text-align: center;
    text-transform: none;
    width: 100%
}

.nbw .component-self-service .component-self-service-step-two .step .image {
    margin-top: 60px
}

.nbw .component-self-service .component-self-service-try-step-two-welcome .step .global-btn {
    text-transform: none
}

.nbw .component-self-service .component-self-service-step-three-promo-code .step {
    margin: 42px auto 60px
}

@media (min-width: 576px) {
    .nbw .component-self-service .component-self-service-step-three-promo-code .step {
        margin-bottom:100px
    }
}

.nbw .component-self-service .component-self-service-step-three-promo-code .step .code .promocode-error__text.promocode__error-message {
    color: #c73636
}

.nbw .component-self-service .component-self-service-step-three-promo-code .step .code .text {
    margin-bottom: 60px
}

.nbw .component-self-service .component-self-service-step-three-promo-code .step .global-btn {
    border: initial;
    border-radius: 1.6rem;
    font-size: medium;
    letter-spacing: normal;
    padding: .75rem 2rem;
    text-align: center;
    text-transform: none;
    width: 100%
}

.nbw .component-self-service .component-self-service-buy-and-register-step-four .step {
    margin: 130px auto 20px
}

.nbw .component-self-service .component-self-service-buy-and-register-step-four .step .cta {
    justify-content: center;
    margin-top: 40px
}

.nbw .component-self-service .component-self-service-buy-and-register-step-four .step .cta a {
    text-decoration: underline
}

.nbw .component-self-service .component-self-service-buy-and-register-step-four .row .row-name,.nbw .component-self-service .component-self-service-buy-and-register-step-four .row .row-value {
    width: auto
}

.nbw .component-self-service .component-self-service-step-three-select .component-self-service__gifts .card-product-container .card-product .card-product-front .btn--quantity,.nbw .component-self-service .component-self-service-step-three-select .component-self-service__gifts .card-product-container .card-product .card-product-front .btn--quantity:hover {
    border: initial
}

.nbw .component-self-service .component-self-service-step-three-select .component-self-service__gifts .card-product-container .card-product .card-product-front .btn--quantity .modify-quantity svg {
    height: 12px;
    width: 12px
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__sidebar.my-cart__sidebar.my-cart__sidebar-redesign .my-cart__section.my-cart__promocode-voucher .my-cart__promocode-panel .my-cart__promotion--container {
    margin-bottom: 0;
    min-height: 100px
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.my-cart__orderSummary.checkout__review.checkout-review__mobile .order-summary.order-summary--no-caption caption {
    border: initial
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.my-cart__orderSummary.checkout__review.checkout-review__mobile .confirmation-message {
    padding-top: 10px
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__review.checkout__review--redesign .checkout__review-delivery .checkout__summary-box {
    margin-bottom: 0
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__review.checkout__review--redesign .place-order__container .button-wrapper {
    margin: 30px 0
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__review.checkout__review--redesign .place-order__container .button-wrapper .my-cart__checkout-btn.global-btn.btn--dark {
    width: 100%
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__review.checkout__review--redesign .place-order__container .checkout__disclaimer--container {
    margin-top: 30px
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__review.checkout__review--redesign .place-order__container .checkout__disclaimer--container .checkout__disclaimer--text {
    color: rgba(52,48,61,.85);
    line-height: normal
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__main .checkout__section.checkout__delivery .checkout__address-form .form-group .form-item .label-hasText {
    width: 100%
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__confirmation .confirmation-message {
    font-size: 1rem
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__confirmation .card {
    align-items: center;
    display: flex
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__confirmation .store .row .row-name,.nbw .component-self-service .component-self-service-step-checkout .checkout__confirmation .store .row .row-value {
    width: auto
}

.nbw .component-self-service .component-self-service-step-checkout .checkout__step {
    padding: 29px 21px 25px
}

.nbw .component-self-service .component-self-service-step-three .step .continue-button {
    text-transform: none
}

.nbw .component-self-service .my-cart__orderSummary .order-summary__multiple-discounts>tfoot>tr {
    border: none
}

.nbw .component-self-service .my-cart__orderSummary .order-summary__multiple-discounts>tfoot>tr:first-child {
    border-bottom: 1px solid #dedede
}

.nbw .component-self-service .my-cart__orderSummary .order-summary__multiple-discounts>tfoot>tr:last-child {
    border-top: 1px solid #dedede
}

.nbw .self-service--register--onboarding--wrapper .register--onboarding--content-wrapper .onboarding--content--ordered-list-wrapper .onboarding-btn-wrapper .onboarding-btn {
    text-transform: none
}

.nbw #user-login .user-login-overlay .gigya-screen.landscape,.nbw #user-login .user-login-overlay .gigya-screen.portrait {
    padding-top: 40px!important
}

.self-service-box-content {
    max-width: 320px
}

.age-verification-desktop-width {
    max-width: 640px!important
}

.self-get-support-display {
    min-height: 0
}

.preferences-options-container--first .switcher-container:first-child {
    border-top: 1px solid #dee2e6
}

@media (max-width: 575px) {
    .preferences-button-box a {
        width:100%!important
    }
}

.nbw #button-start-raas,.nbw #button-start-tree_1,.nbw .customer-care__devices #button-customer-service {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important
}

@media (min-width: 768px) {
    .nbw .customer-care__devices #button-customer-service {
        display:block!important;
        margin: 0 auto!important
    }
}

.nbw #button-start-tree_2 {
    display: block!important;
    margin: 0 auto!important;
    width: calc(100% - 30px)!important
}

@media (min-width: 768px) {
    .nbw #button-start-tree_2 {
        margin-left:auto!important;
        width: calc(100% - 50px)!important
    }
}

.dialog-overlay .dialog__actions,.dialog-overlay-loader .dialog__actions,.nbw .dialog-overlay-custom .dialog--codentify .dialog__actions {
    align-items: center!important
}

.dialog-overlay .dialog__actions .btn,.dialog-overlay-loader .dialog__actions .btn,.nbw .dialog-overlay-custom .dialog--codentify .dialog__actions .btn {
    margin-left: 10px!important;
    margin-right: 0!important;
    margin-top: 10px!important
}

@media (min-width: 1200px) {
    .dialog-overlay .dialog__actions .btn,.dialog-overlay-loader .dialog__actions .btn,.nbw .dialog-overlay-custom .dialog--codentify .dialog__actions .btn {
        margin-top:0!important
    }
}

.dialog-overlay .dialog__actions,.dialog-overlay-loader .dialog__actions,.nbw .dialog-overlay-custom .dialog__actions {
    align-items: center!important
}

@media (min-width: 768px) {
    .dialog-overlay .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded,.dialog-overlay-loader .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded,.nbw .dialog-overlay-custom .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded {
        width:calc(100% - 50px)!important
    }
}

@media (min-width: 1200px) {
    .dialog-overlay .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded,.dialog-overlay-loader .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded,.nbw .dialog-overlay-custom .dialog__actions .customer-care__devices .global-btn.btn--light.btn--rounded {
        margin-left:2.1rem!important;
        margin-top: 0!important
    }
}

.nbw .hav-wrapper .dialog-overlay .dialog__actions .btn {
    width: 100%!important
}

@media (min-width: 768px) {
    .nbw .hav-wrapper .dialog-overlay .dialog__actions .btn {
        width:50%!important
    }

    .nbw .barcode-scanning__wrapper .barcode-scanning--left-side .barcode-scanning-msg__container {
        padding: 0 20px
    }
}

@media (min-width: 992px) {
    .nbw .barcode-scanning__wrapper .barcode-scanning--left-side .barcode-scanning-msg__container {
        padding:0
    }
}

.nbw .barcode-overlay .overlay-interactive__header-container {
    margin-top: 50px
}

.nbw .barcode-overlay .overlay-interactive__main-icon {
    height: 60px;
    width: 60px
}

.nbw .barcode-overlay .overlay-interactive__main .overlay-interactive__main-details {
    margin-bottom: 40px
}

.nbw .barcode-overlay .overlay-interactive__main .overlay-interactive__main-details p.overlay-interactive__main-detail,.nbw .barcode-overlay .overlay-interactive__main .overlay-interactive__main-details p.overlay-interactive__main-detail__bold {
    display: block;
    max-width: 100%;
    padding: 0 10px
}

@media (min-width: 768px) {
    .nbw .barcode-overlay .overlay-interactive__main .overlay-interactive__main-details p.overlay-interactive__main-detail,.nbw .barcode-overlay .overlay-interactive__main .overlay-interactive__main-details p.overlay-interactive__main-detail__bold {
        max-width:50%
    }
}

.nbw .barcode-overlay .overlay-interactive__wrapper {
    position: relative
}

.nbw .barcode-overlay .overlay-interactive__wrapper .overlay-interactive__footer {
    align-items: center;
    padding: 0 50px 40px
}

.nbw .barcode-overlay .overlay-interactive__wrapper .overlay-interactive__footer button.btn.btn--dark.global-btn.btn--standard.btn--rounded.overlay-interactive__dark-btn,.nbw .barcode-overlay .overlay-interactive__wrapper .overlay-interactive__footer button.overlay-interactive__footer-btn.btn.global-btn.btn--dark.btn--rounded.overlay-interactive__dark-btn {
    width: 100%!important
}

.nbw .barcode-overlay .overlay-interactive__wrapper .overlay-interactive__footer button.btn.global-btn.btn--standard.btn--rounded.overlay-interactive__dark-btn:not(:first-child) {
    background-color: inherit;
    min-height: auto;
    width: 100%
}

.nbw .gift-overlay .overlay-interactive .overlay-interactive__wrapper .overlay-interactive__footer {
    padding-top: 30px
}

.nbw .gift-overlay .overlay-interactive .overlay-interactive__wrapper .overlay-interactive__footer .btn.global-btn {
    margin: 0 auto;
    width: 100%
}

.hav-optimization.hav-modular-list {
    padding: 40px 0
}

.hav-optimization.hav-modular-list h4 {
    font-size: 24px;
    line-height: 32px
}

.hav-optimization .hav-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width: 992px) {
    .hav-optimization .hav-title {
        font-size:28px;
        line-height: 36px
    }
}

.hav-optimization .hav-paragraph {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px
}

@media (min-width: 992px) {
    .hav-optimization .hav-paragraph {
        font-size:16px;
        letter-spacing: .004px;
        line-height: 24px
    }
}

.hav-optimization .form-group--checkbox .hav-consent {
    font-weight: 400;
    letter-spacing: .004px
}

.hav-optimization .hav-informative {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px
}

.hav-optimization .hav-method-card .hav-method-card__content span,.hav-optimization .hav-requirement {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 20px
}

.hav-optimization .hav-icon {
    margin-bottom: 10px
}

.hav-optimization .hav-method-card {
    background-color: #fffdfb
}

@media (min-width: 768px) {
    .hav-optimization .hav-method-card {
        max-width:320px
    }
}

.hav-optimization .hav-method-card .hav-method-card__estimate {
    min-width: 34px
}

.hav-optimization .hav-method-card .hav-method-card__estimate svg {
    display: block;
    margin: 0 auto 2px
}

.hav-optimization .hav-method-card .hav-method-card__estimate span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

.hav-optimization .hav-method-card .hav-method-card__content {
    flex: 2;
    padding: 0 18px
}

.hav-optimization .hav-method-card .hav-method-card__content h5 {
    font-size: 18px;
    line-height: 28px
}

.hav-optimization .hav-method-card .hav-method-card__content span {
    display: block
}

.hav-optimization .consents-wrapper {
    border: 3px dashed #00d1d2;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    position: relative
}

.hav-optimization .consents-wrapper .consent-checkbox input {
    height: 24px;
    min-width: 24px
}

.hav-optimization .consents-wrapper .consent-checkbox input.is-invalid+label {
    color: initial!important
}

.hav-optimization .consents-wrapper .consent-checkbox label {
    max-width: calc(100% - 37px);
    padding-left: 12px
}

.hav-optimization .consents-wrapper .consent-checkbox label p {
    margin-bottom: 0
}

.hav-optimization .consents-wrapper .consent-checkbox .invalid-feedback {
    margin: 4px 0 0;
    min-width: 100%;
    padding-left: 36px
}

.hav-optimization .consents-disclaimer p {
    font-size: 12px
}

.hav-optimization .consents-disclaimer p:last-child {
    margin-bottom: 0
}

.hav-optimization .voucher-alert {
    left: 8px;
    right: 8px;
    top: 20px
}

@media (min-width: 768px) {
    .hav-optimization .voucher-alert {
        left:auto;
        max-width: 360px;
        right: 20px
    }
}

.hav-optimization .voucher-alert .bw-content p {
    margin-bottom: 8px
}

.hav-optimization .voucher-alert .bw-content p:last-child {
    margin-bottom: 0
}

.nbw .modal .dialog__close {
    background: none!important;
    border: none!important
}

.nbw .nbw-pdp-overlay-flavour-metrics .rating-items .rating-item {
    background-color: #198754;
    height: .375rem;
    width: 1rem
}

.nbw .nbw-pdp-overlay-flavour-metrics .rating-items .rating-item:first-child {
    border-radius: 6.25rem 0 0 6.25rem
}

.nbw .nbw-pdp-overlay-flavour-metrics .rating-items .rating-item:last-child {
    border-radius: 0 6.25rem 6.25rem 0;
    margin-right: 0
}

.nbw .nbw-pdp-overlay-flavour-metrics .rating-items .rating-item.active {
    opacity: 1
}

.nbw .faq-feedback {
    padding-left: 0!important;
    padding-right: 0!important
}

.nbw .faq-feedback .faq--rating-button .grid-container {
    justify-content: center
}

.nbw .faq-feedback .faq-feedback-inner-wrapper {
    height: unset;
    min-height: 238px
}

@media (min-width: 992px) {
    .nbw .faq-feedback .faq-feedback-inner-wrapper {
        height:unset;
        min-height: 175px
    }
}

.nbw .faq-feedback .faq-feedback-inner-wrapper .faq--rating-button .faq--rating-button--content .rating-button-container .rating-button {
    font-size: unset;
    padding: 10px 32px
}

@media (max-width: 767px) {
    .nbw .faq-feedback .faq-feedback-inner-wrapper .faq--rating-button--content {
        padding-left:20px;
        padding-right: 20px
    }
}

.nbw .faq-feedback .faq-feedback-inner-wrapper .faq--rating-button--content>p {
    text-align: center
}

.content-iluma-multi-device {
    margin-top: 60px
}

@media (min-width: 768px) {
    .content-iluma-multi-device .ml-li>* {
        cursor:pointer;
        margin-right: 32px
    }
}

.content-iluma-multi-device .ml-li .selected-list {
    font-weight: 700;
    text-decoration: underline
}

.content-iluma-multi-device svg {
    margin: auto
}

.content-iluma-multi-device ul {
    list-style: none
}

.content-iluma-multi-device .bg-grey {
    background-color: #f6f4f0
}

.content-iluma-multi-device .content-version-app .content-text-app>* {
    font-size: 12px
}

@media (min-width: 992px) {
    .content-iluma-multi-device .center-icon {
        position:relative;
        top: 50%;
        transform: translateY(-50%)
    }
}

.content-iluma-multi-device .content-functionality .hide-button,.content-iluma-multi-device .content-functionality .show-button {
    cursor: pointer
}

.content-iluma-multi-device .content-functionality button {
    max-width: -moz-max-content;
    max-width: max-content
}

.content-iluma-multi-device .content-functionality button .btn__label {
    font-size: 16px;
    text-transform: none
}

.content-iluma-multi-device .hide-tabs {
    height: 0;
    left: -5000px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -3000
}

.nbw .compare-component .compare-elements-wrapper,.nbw .compare-component .compare-page__dropdowns-wrapper {
    justify-content: center
}

.nbw .compare-component .compare-elements-wrapper .compare-element .product-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.nbw .compare-component .compare-elements-wrapper .compare-element .product-image .color-list {
    bottom: 16px;
    gap: 0;
    justify-content: center;
    left: 18px;
    padding: 0
}

@media (min-width: 768px) {
    .nbw .compare-component .compare-elements-wrapper .compare-element .product-image .color-list {
        bottom:24px;
        left: 24px
    }
}

.nbw .compare-component .compare-elements-wrapper .compare-element .color-list {
    gap: 8px;
    padding: 0
}

.nbw #accept-cookies.accept-cookies {
    background-color: #272a33;
    z-index: 11001
}

.nbw #accept-cookies.accept-cookies .accept-cookies-text,.nbw #accept-cookies.accept-cookies .accept-cookies-text .cookies-policy-text {
    max-height: 5.9375rem
}

.nbw .cookie-set fieldset:last-child {
    border: none
}

@media (min-width: 992px) {
    .nbw .cookie-set .tab-section {
        line-height:1.5
    }
}

.nbw .form-note {
    line-height: 1.5
}

.nbw .cookie-set__status {
    min-width: 6.4rem
}

.nbw .cookie-set__status .cookie-set__status {
    flex-shrink: 0
}

.nbw .cookie-set__status>svg {
    height: 32px;
    width: 32px
}

@media (min-width: 992px) {
    .nbw .cookie-set__flex-wrapper>:first-child {
        margin-right:4rem
    }
}

.nbw .toggle-input+label {
    background: rgba(52,48,61,.15);
    border-radius: 16px;
    height: 32px;
    line-height: 1;
    padding-left: 0;
    position: relative;
    transition: background .4s;
    width: 78px
}

.nbw .toggle-input+label:before {
    content: none!important
}

.nbw .toggle-input+label .toggle-switch {
    background: #000;
    border-radius: 50%;
    height: 24px;
    left: 6px;
    position: absolute;
    top: 4px;
    transition: left .25s cubic-bezier(.51,.92,.24,1.15);
    width: 24px
}

.nbw .toggle-input+label .toggle-switch .check {
    opacity: 0;
    transition: opacity .2s
}

.nbw .toggle-input:checked+label {
    background-color: #00d1d2
}

.nbw .toggle-input:checked+label .toggle-switch {
    left: calc(100% - 30px)
}

.nbw .toggle-input:checked+label .toggle-switch .check {
    opacity: 1;
    padding-bottom: 6px
}

.nbw .form-submit-btn {
    width: calc(100% - 4rem)
}

@media (min-width: 992px) {
    .nbw .form-submit-btn {
        width:auto
    }
}

@media (max-width: 575px) {
    .nbw .nbw__hero-text .rte-wrapper {
        display:block!important
    }
}

.nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom .table {
    margin-bottom: 1.25rem
}

@media (max-width: 575px) {
    .nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom .table tbody tr td {
        padding-right:32px
    }

    .nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom .table tbody tr td:last-child {
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom .table tbody tr td {
        padding-right:32px
    }
}

.nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom ::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom ::-webkit-scrollbar-track {
    background: #fffdfb
}

.nbw .nbw__hero-text .rte-wrapper .rich-text-editor-custom ::-webkit-scrollbar-thumb {
    background: rgba(52,48,61,.3);
    border-radius: .1875rem
}

.nbw .service-content.content-centered.generic-wysiwyg {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto
}

.nbw .service-content {
    color: #7b7881;
    line-height: 1.5
}

@media (min-width: 992px) {
    .nbw .service-content__title {
        font-size:40px
    }

    .nbw .service-content__intro {
        line-height: 1.93
    }

    .nbw .content-centered {
        width: 614px
    }
}

.nbw .collapsible-section[aria-expanded=false] .collapsible {
    display: none
}

.nbw .collapsible-button {
    align-items: center;
    background: none;
    border: none;
    color: #2980b5;
    cursor: pointer;
    display: flex;
    padding: 0
}

.nbw .collapsible-button .button-text {
    font-size: 14px;
    text-decoration: underline
}

[aria-expanded=true] .nbw .collapsible-button>svg {
    transform: rotate(0deg)
}

[aria-expanded=false] .nbw .collapsible-button>svg {
    transform: rotate(180deg)
}

.nbw .customer-care .customer-care__devices .devices__device button[type=submit] {
    margin: 0 auto
}

.nbw .customer-care__devices .btn--add-device {
    margin-bottom: 1rem
}

.nbw [type=button] {
    -webkit-appearance: initial;
    outline: none
}

.nbw [type=button]:focus {
    outline: none!important
}

.nbw [type=button]:focus-visible {
    outline: revert!important
}

.nbw .product-slider__wrapper .product-slider__innerWrapper .product-slider .product-slider__topWrapper .tns-outer .tns-controls:focus {
    border: none!important;
    outline: none!important
}

@media (min-width: 992px) {
    .nbw .customer-care .customer-care__devices .global-btn.btn--dark.btn--rounded.files-upload__button {
        margin-left:auto!important
    }
}

.pmi-custom-select {
    background: #fffdfb;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    max-height: 54px;
    overflow: hidden;
    position: relative;
    transition: max-height .15s ease-out;
    width: 100%
}

.pmi-custom-select.custom-select-open {
    border: 1px solid #34303d;
    transition: max-height .25s ease-in
}

.pmi-custom-select.custom-select-open .selected-item {
    font-weight: 700
}

.pmi-custom-select.custom-select-open .select-items {
    overflow: hidden;
    transition: max-height .25s ease-in
}

.pmi-custom-select.custom-select-open .select-items div {
    border-top: 1px solid #e1e0e2;
    cursor: pointer
}

.pmi-custom-select.custom-select-open .selected-item i {
    transform: rotate(180deg)
}

.pmi-custom-select .select-options {
    color: #34303d
}

.pmi-custom-select .select-options>div:first-child {
    padding: 14px 16px 16px
}

.pmi-custom-select .selected-item>span {
    display: none
}

.pmi-custom-select .selected-item>span.is-selected {
    display: block
}

.pmi-custom-select .selected-item i {
    position: absolute;
    right: 16px;
    top: 20px
}

.pmi-custom-select .select-items {
    left: 0;
    position: relative;
    right: 0;
    top: 100%;
    transition: max-height .15s ease-out;
    z-index: 99
}

.pmi-custom-select .select-items div {
    padding: 14px 16px 16px
}

.pmi-custom-select .selected-item {
    color: #34303d;
    cursor: pointer
}

.user-login-overlay {
    z-index: -1
}

.gigya-raas-register {
    background-color: #fffdfb;
    padding: 0 1.5rem 80px
}

@media (min-width: 576px) {
    .gigya-raas-register {
        padding:30px 7rem 80px
    }
}

.gigya-raas-register .gigya-input-checkbox {
    min-width: 24px
}

.gigya-raas-register .gigya-screen-caption {
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    text-align: center;
    width: 100%!important
}

.gigya-raas-register label.gigya-label {
    padding-bottom: 1rem
}

.gigya-raas-register form label {
    font-size: .875rem
}

.gigya-raas-register input.email-input {
    border-radius: .3rem
}

.gigya-raas-register .gigya-composite-control-textbox {
    margin: 1rem 0
}

.gigya-raas-register .gigya-composite-control-textbox .gigya-composite-control.gigya-composite-control-label {
    font-size: .875rem;
    margin: 1rem 0
}

.gigya-raas-register .gigya-composite-control-textbox .gigya-form-error-msg {
    padding-bottom: .5rem
}

.gigya-raas-register .gigya-composite-control-textbox .social-pmi-register {
    margin: 1rem 0
}

.gigya-raas-register .social-pmi-register {
    order: 3
}

.gigya-raas-register .gigya-required-display.gigya-reset {
    display: inline-block;
    padding-left: .25rem
}

.gigya-raas-register .gigya-label-text.gigya-checkbox-text {
    display: inline
}

.gigya-raas-register .gigya-label-text.gigya-checkbox-text p,.gigya-raas-register .gigya-label-text.gigya-checkbox-text ul {
    border: none;
    border-radius: 0;
    box-sizing: content-box;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto
}

.gigya-raas-register .password-eye-icon {
    position: relative
}

.gigya-raas-register .password-eye-icon:before {
    font-size: 1rem;
    position: absolute;
    right: .75rem;
    top: 3.5rem
}

.gigya-raas-register .forgot-password-login {
    font-size: .875rem;
    margin: 1rem 0
}

.gigya-raas-register .gigya-screen input[type=text] {
    border-radius: .3rem
}

.gigya-raas-register .password-suggestions {
    margin: 1rem 0
}

.gigya-raas-register .password-suggestions .password-high-char,.gigya-raas-register .password-suggestions .password-low-char,.gigya-raas-register .password-suggestions .password-number,.gigya-raas-register .password-suggestions .password-special {
    font-size: .75rem;
    list-style-type: disc
}

.gigya-raas-register .password-suggestions .password-n-char {
    font-size: .75rem
}

.gigya-raas-register .password-suggestions ul {
    display: inline-block
}

@media (min-width: 576px) {
    .gigya-raas-register .password-suggestions ul:last-child {
        margin-left:2rem
    }
}

.gigya-raas-register .password-suggestions .green-text {
    color: #57760c;
    font-size: .875rem
}

.gigya-raas-register .gigya-composite-control-checkbox {
    display: inline-flex!important;
    margin-top: 1rem
}

.gigya-raas-register .fd-checkbox {
    padding: .7rem
}

.gigya-raas-register .gigya-composite-control-image {
    display: flex;
    justify-content: center;
    margin: 1rem 0
}

.gigya-raas-register .gigya-composite-control-header {
    font-size: .875rem;
    margin: 1rem 0;
    text-align: center
}

.gigya-raas-register .gigya-input-password {
    background-color: transparent;
    border-radius: .3rem
}

.gigya-raas-register .gigya-input-password::-ms-reveal {
    display: none
}

.gigya-raas-register .show-hide-pass {
    display: none
}

.gigya-raas-register .gigya-composite-control-form-error {
    margin: 1rem 0
}

.gigya-raas-register .invalidPasswordResetToken-warningMsg-class {
    padding-bottom: 2rem
}

.gigya-raas-register .side-by-side-elems {
    display: inline-block;
    width: 14.4%!important
}

@media (min-width: 576px) {
    .gigya-raas-register .side-by-side-elems {
        width:11%!important
    }
}

@media (min-width: 992px) {
    .gigya-raas-register .side-by-side-elems {
        width:10%!important
    }
}

.gigya-raas-register .side-by-side-elems input {
    -webkit-appearance: textfield!important;
    -moz-appearance: textfield!important;
    appearance: textfield!important;
    background-color: transparent;
    border-bottom: 1px solid #34303d!important;
    border-left: 0;
    border-radius: 0!important;
    border-right: 0;
    border-top: 0;
    font-size: 1.5rem;
    padding: 0!important;
    text-align: center!important
}

.gigya-raas-register .side-by-side-elems input:focus {
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important
}

.gigya-raas-register .side-by-side-elems input::-moz-placeholder {
    opacity: .3
}

.gigya-raas-register .side-by-side-elems input:-ms-input-placeholder,.gigya-raas-register .side-by-side-elems input::-moz-placeholder,.gigya-raas-register .side-by-side-elems input::placeholder {
    opacity: .3
}

.gigya-raas-register .side-by-side-elems input::-webkit-inner-spin-button,.gigya-raas-register .side-by-side-elems input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.gigya-raas-register .db-header {
    font-size: 1.5rem;
    font-weight: 700
}

.gigya-raas-register .db-header+h2 {
    text-align: center;
    width: 100%
}

.gigya-raas-register .gigya-input-text {
    -webkit-appearance: textfield!important;
    -moz-appearance: textfield!important;
    appearance: textfield!important;
    background-color: transparent
}

.gigya-raas-register .profile-email {
    width: 100%
}

.gigya-raas-register .profile-email p {
    background-color: #f6f4f0;
    font-size: 90%;
    font-weight: 700;
    margin-top: 1rem;
    padding: 1rem
}

.gigya-raas-register .wrong-email-address {
    font-family: IQOSW04-Regular
}

.gigya-raas-register .wrong-email-address p {
    font-size: .875rem!important;
    font-weight: 400!important;
    margin-bottom: 2rem
}

.gigya-raas-register .wrong-email-address a {
    font-size: .875rem!important
}

.gigya-raas-register .new-code-label {
    display: none;
    margin-bottom: 1rem
}

.gigya-raas-register .new-code-label label {
    font-size: .875rem!important
}

.gigya-raas-register .placeholder-double-opt-in {
    font-size: 90%
}

.gigya-raas-register .db-email-info-label {
    font-size: 1rem!important
}

.gigya-raas-register .gigya-composite-control-link a.dark-link.bold-text {
    display: inline-block
}

.gigya-raas-register .gigya-form-error .side-by-side-elems input {
    border-bottom: 2px solid #c73636!important
}

.gigya-raas-register .gigya-error-msg.gigya-error-msg-active {
    color: #c73636;
    font-size: .875rem;
    margin-top: .5rem
}

.gigya-raas-register input.gigya-error,.gigya-raas-register input.gigya-error:focus {
    border: 2px solid #c73636!important;
    padding: .75rem 1rem!important
}

.gigya-raas-register .gigya-terms-error {
    border: none!important
}

.gigya-raas-register .gigya-terms-error .fd-checkbox {
    border: 2px solid #c73636
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit {
    margin: 1.4rem 0!important;
    order: 1;
    padding: 0;
    width: 100%
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-screen input[type=submit] {
    margin: 0
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit:hover {
    color: #34303d
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit {
    background-color: transparent;
    border: 0;
    color: #fffdfb;
    font-size: 90%;
    letter-spacing: .5px!important;
    margin: 0;
    width: 100%
}

.gigya-raas-register .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit:hover {
    color: #34303d
}

.gigya-raas-register .pmi-or-row-social {
    font-size: .875rem!important;
    margin-bottom: 3rem!important;
    order: 2
}

@media (min-width: 768px) {
    .gigya-raas-register .pmi-or-row-social {
        margin-bottom:3rem!important
    }
}

.gigya-raas-register .gigya-social-login-container {
    display: flex;
    justify-content: center;
    margin: .5rem 0;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] {
    padding-bottom: 58px;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers {
    display: flex;
    justify-content: center
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container {
    display: table!important;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container {
    display: flex;
    justify-content: center;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list {
    display: flex;
    justify-content: center
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row .gigya-login-provider-last {
    margin-top: .5rem;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider {
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button {
    background-color: transparent;
    border: 0;
    height: 50px!important;
    padding: 0
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button div {
    display: none
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after {
    content: var(--btn-social-facebook-second-step)
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after {
    content: var(--btn-social-google-second-step)
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after {
    content: var(--btn-social-line-second-step)
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after {
    background-position: 3.5% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 1px solid #34303d;
    border-radius: 50rem;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after:hover,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after:hover,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_child_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after:hover {
    cursor: pointer
}

.gigya-raas-register [id^=gigya-raas-register-embed_child_social_].hidden__line-app .tabbing-button[title=Line] {
    display: none!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] {
    padding-bottom: 58px;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers {
    display: flex;
    justify-content: center
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container {
    display: table!important;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container {
    display: flex;
    justify-content: center;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list {
    display: flex;
    justify-content: center
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row .gigya-login-provider-last {
    margin-top: .5rem;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider {
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button {
    background-color: transparent;
    border: 0;
    height: 50px!important;
    padding: 0
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button div {
    display: none
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after {
    content: var(--btn-social-facebook)
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after {
    content: var(--btn-social-google)
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after {
    content: var(--btn-social-line)
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after {
    background-position: 3.5% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 1px solid #34303d;
    border-radius: 50rem;
    width: 100%!important
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Facebook]:after:hover,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Google]:after:hover,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after:focus,.gigya-raas-register [id^=gigya-raas-register-embed_social_] .gigya-login-providers .gigya-login-providers-container .gigya-login-providers-list-container .gigya-login-providers-list .gigya-login-provider-row span.gigya-login-provider .tabbing-button[title=Line]:after:hover {
    cursor: pointer
}

.gigya-raas-register [id^=gigya-raas-register-embed_social_].hidden__line-app .tabbing-button[title=Line] {
    display: none!important
}

.gigya-raas-register td.gigya-login-providers-arrow-left.gigya-login-providers-arrow-marker-floating-disabled,.gigya-raas-register td.gigya-login-providers-arrow-right.gigya-login-providers-arrow-marker-floating {
    display: none
}

.gigya-raas-register .gigya-login-providers-container {
    margin-top: -16px!important
}

.gigya-raas-register #Facebook_btn {
    display: block;
    height: 50px!important;
    margin-top: 10px;
    max-width: 400px;
    width: 100%
}

.gigya-raas-register #Facebook_btn:hover {
    background-color: #1877f2;
    border-color: #2058c7;
    border-radius: 25px
}

.gigya-raas-register .tabbing-button[title=Facebook]:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M24 12c0-6.6-5.4-12-12-12S0 5.3 0 12c0 6 4.4 11 10.1 11.9v-8.4h-3V12h3V9.3c0-3 1.8-4.7 4.5-4.7 1.3 0 2.7.2 2.7.2v3h-1.5c-1.5 0-2 .9-2 1.9V12h3.3l-.5 3.5h-2.8v8.4C19.6 22.9 24 18 24 12'/%3E%3C/svg%3E")!important;
    color: #fff!important
}

.gigya-raas-register .tabbing-button[title=Facebook]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231877F2' d='M24 12c0-6.6-5.4-12-12-12S0 5.3 0 12c0 6 4.4 11 10.1 11.9v-8.4h-3V12h3V9.3c0-3 1.8-4.7 4.5-4.7 1.3 0 2.7.2 2.7.2v3h-1.5c-1.5 0-2 .9-2 1.9V12h3.3l-.5 3.5h-2.8v8.4C19.6 22.9 24 18 24 12'/%3E%3C/svg%3E")!important;
    color: #000!important;
    padding: .75rem 10px .75rem 40px!important
}

.gigya-raas-register #Google_btn {
    height: 50px!important;
    margin-top: 35px;
    max-width: 400px;
    width: 100%
}

.gigya-raas-register #Google_btn:hover {
    background-color: #ea4234;
    border-color: #ba362d;
    border-radius: 25px
}

.gigya-raas-register .tabbing-button[title=Google]:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M23.7 12.3c0-.8-.1-1.5-.2-2.3H12.3v4.5h6.5c-.3 1.5-1.1 2.7-2.4 3.6v3h3.9c2.1-2.1 3.4-5.2 3.4-8.8z'/%3E%3Cpath fill='%2334A853' d='M12.3 24c3.2 0 5.9-1.1 7.9-2.9l-3.9-3c-1.1.7-2.5 1.2-4.1 1.2-3.1 0-5.8-2.1-6.7-5h-4v3.1c2 3.9 6.1 6.6 10.8 6.6z'/%3E%3Cpath fill='%23FBBC05' d='M5.5 14.3c-.2-.7-.4-1.5-.4-2.3 0-.8.1-1.6.4-2.3V6.6h-4C.7 8.2.3 10.1.3 12c0 1.9.5 3.8 1.3 5.4l3.9-3.1z'/%3E%3Cpath fill='%23FFF' d='M12.3 4.8c1.8 0 3.3.6 4.6 1.8l3.4-3.4c-2.1-1.9-4.8-3.1-8-3.1C7.6 0 3.5 2.7 1.5 6.6l4 3.1c1-2.8 3.6-4.9 6.8-4.9z'/%3E%3C/svg%3E");
    color: #fff!important
}

.gigya-raas-register .tabbing-button[title=Google]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M23.7 12.3c0-.8-.1-1.5-.2-2.3H12.3v4.5h6.5c-.3 1.5-1.1 2.7-2.4 3.6v3h3.9c2.1-2.1 3.4-5.2 3.4-8.8z'/%3E%3Cpath fill='%2334A853' d='M12.3 24c3.2 0 5.9-1.1 7.9-2.9l-3.9-3c-1.1.7-2.5 1.2-4.1 1.2-3.1 0-5.8-2.1-6.7-5h-4v3.1c2 3.9 6.1 6.6 10.8 6.6z'/%3E%3Cpath fill='%23FBBC05' d='M5.5 14.3c-.2-.7-.4-1.5-.4-2.3 0-.8.1-1.6.4-2.3V6.6h-4C.7 8.2.3 10.1.3 12c0 1.9.5 3.8 1.3 5.4l3.9-3.1z'/%3E%3Cpath fill='%23EA4335' d='M12.3 4.8c1.8 0 3.3.6 4.6 1.8l3.4-3.4c-2.1-1.9-4.8-3.1-8-3.1C7.6 0 3.5 2.7 1.5 6.6l4 3.1c1-2.8 3.6-4.9 6.8-4.9z'/%3E%3C/svg%3E");
    color: #000!important;
    padding: .75rem 10px .75rem 40px!important
}

.gigya-raas-register .tabbing-button[title=Line] {
    border-radius: 25px!important;
    margin-top: 60px!important;
    max-width: 300px;
    position: absolute;
    width: 100%
}

.gigya-raas-register .tabbing-button[title=Line]:hover {
    background-color: #06c755!important;
    border-color: #1b9043!important;
    border-radius: 25px!important
}

.gigya-raas-register .tabbing-button[title=Line]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2306C755' d='M24 10.3C24 4.9 18.6.6 12 .6S0 4.9 0 10.3c0 4.8 4.3 8.8 10 9.6.4.1.9.3 1.1.6.1.3.1.8 0 1.1 0 0-.1.8-.2 1-.1.3-.2 1.2 1 .6 1.3-.5 6.9-4.1 9.4-7 1.9-1.8 2.7-3.7 2.7-5.9z'/%3E%3Cpath fill='%23FFF' d='M20 13.4h-3.4c-.1 0-.2-.1-.2-.2V7.9c0-.1.1-.2.2-.2H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2h-2.3v.9H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2h-2.3v.9H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2zM7.5 13.4c.1 0 .2-.1.2-.2v-.9c0-.1-.1-.2-.2-.2H5.2V7.9c0-.1-.1-.2-.2-.2h-.8c-.2 0-.3.1-.3.2v5.2c0 .1.1.2.2.2l3.4.1zM8.7 7.7h.9c.1 0 .2.1.2.2v5.2c0 .1-.1.2-.2.2h-.9c-.1 0-.2-.1-.2-.2V7.9c0-.1.1-.2.2-.2zM15.4 7.7h-.9c-.1 0-.2.1-.2.2V11l-2.4-3.2H11c-.1 0-.2.1-.2.2v5.2c0 .1.1.2.2.2h.9c.1 0 .2-.1.2-.2v-3.1l2.4 3.2.1.1h.9c.1 0 .2-.1.2-.2V7.9c-.1-.1-.2-.2-.3-.2z'/%3E%3C/svg%3E")!important
}

.gigya-raas-register .tabbing-button[title=Line]:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M24 10.3C24 4.9 18.6.6 12 .6S0 4.9 0 10.3c0 4.8 4.3 8.8 10 9.6.4.1.9.3 1.1.6.1.3.1.8 0 1.1 0 0-.1.8-.2 1-.1.3-.2 1.2 1 .6 1.3-.5 6.9-4.1 9.4-7 1.9-1.8 2.7-3.7 2.7-5.9z'/%3E%3Cpath fill='%2306C755' d='M20 13.4h-3.4c-.1 0-.2-.1-.2-.2V7.9c0-.1.1-.2.2-.2H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2h-2.3v.9H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2h-2.3v.9H20c.1 0 .2.1.2.2v.9c0 .1-.1.2-.2.2zM7.5 13.4c.1 0 .2-.1.2-.2v-.9c0-.1-.1-.2-.2-.2H5.2V7.9c0-.1-.1-.2-.2-.2h-.8c-.2 0-.3.1-.3.2v5.2c0 .1.1.2.2.2l3.4.1zM8.7 7.7h.9c.1 0 .2.1.2.2v5.2c0 .1-.1.2-.2.2h-.9c-.1 0-.2-.1-.2-.2V7.9c0-.1.1-.2.2-.2zM15.4 7.7h-.9c-.1 0-.2.1-.2.2V11l-2.4-3.2H11c-.1 0-.2.1-.2.2v5.2c0 .1.1.2.2.2h.9c.1 0 .2-.1.2-.2v-3.1l2.4 3.2.1.1h.9c.1 0 .2-.1.2-.2V7.9c-.1-.1-.2-.2-.3-.2z'/%3E%3C/svg%3E")!important;
    color: #fff!important
}

.gigya-raas-register .gigya-composite-control-captcha-widget {
    display: flex;
    justify-content: center;
    margin: 6rem 0 1rem;
    order: 4
}

.gigya-raas-register .gigya-layout-row .alert-box-pmi {
    margin-top: 0;
    order: 0
}

@media (min-width: 768px) {
    .gigya-raas-register .gigya-layout-row .alert-box-pmi {
        margin-bottom:10px
    }
}

.gigya-raas-register .gigya-layout-row:not(:has(~.gigya-layout-row)) {
    display: grid
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) {
    display: flex!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) :nth-last-child(2) {
    flex: 1!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) .first-phone-elem-no-pwd select {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) .first-phone-elem-no-pwd select:focus {
    border: 2px solid #34303d!important;
    box-shadow: none!important;
    padding: .7rem 1rem!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) .second-phone-elem-no-pwd {
    margin-top: 0!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) .second-phone-elem-no-pwd input[type=text] {
    border-bottom-left-radius: 0!important;
    border-left: none!important;
    border-top-left-radius: 0!important
}

.gigya-raas-register .gigya-layout-row:has(>.gigya-layout-cell>.first-phone-elem-no-pwd,>.gigya-layout-cell>.second-phone-elem-no-pwd) .second-phone-elem-no-pwd input[type=text]:focus {
    border: 2px solid #34303d!important;
    padding: .7rem 1rem!important
}

.gigya-raas-register .hidden {
    display: none!important
}