@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-testimonials {
    height: 281px;
    display: flex;
    font-family: inter, Arial, sans-serif;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #777;
}

.container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 50px 0;
}

#contact h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #5A5A5A;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .je2-testimonials {
        height: 405px
    }
}

.je2-testimonials__title {
    font-family: heldane, prata, sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #151515;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .je2-testimonials__title {
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 32px
    }
}

.je2-testimonials__items {
    flex: 1;
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 1920px;
    box-sizing: border-box
}

.je2-testimonials__item {
    left: 50%;
    top: 50%;
    opacity: 0;
    text-align: center;
    position: absolute;
    transform: translate3d(-50%, -50%, 0)
}

@media (max-width: 1199px) {
    .je2-testimonials__item {
        width: 100%;
        box-sizing: border-box
    }
}

.je2-testimonials__item._disappearing {
    z-index: 10;
    transition: opacity 250ms ease, transform 250ms ease
}

.je2-testimonials__item._appearing {
    z-index: 20;
    transition: opacity 250ms ease, transform 250ms ease
}

.je2-testimonials__item._fly_in_right {
    transform: translate3d(calc(-50% + 120px), -50%, 0)
}

.je2-testimonials__item._fly_in_left {
    transform: translate3d(calc(-50% - 120px), -50%, 0)
}

.je2-testimonials__item._active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0)
}

.je2-testimonials__text {
    font-size: 16px;
    line-height: 28px
}

.je2-testimonials__text::before {
    content: '“'
}

.je2-testimonials__text::after {
    content: '”'
}

.je2-testimonials__author {
    padding-top: 23px;
    font-size: 14px;
    line-height: 20px;
    color: #606060
}

@media (max-width: 1199px) {
    .je2-testimonials__author {
        padding-top: 40px
    }
}

.je2-testimonials__navigation {
    z-index: 2;
    height: 24px;
    display: flex;
    position: relative;
    align-items: center
}

.je2-testimonials__navigation button {
    margin: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 17px;
    width: 58px;
    height: 58px;
    box-sizing: border-box
}

.je2-testimonials__counter {
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    min-width: 40px;
    text-align: center
}

.je2-testimonials__counter span {
    padding: 0 3px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-user-controls {
    display: flex;
    white-space: nowrap;
    list-style: none;
    position: relative
}

@media (max-width: 1199px) {
    .je2-user-controls {
        display: none
    }
}

@media (min-width: 1200px) {
    .je2-user-controls>li {
        margin-left: 24px
    }
}

.je2-user-controls>li>button,
.je2-user-controls>li>a {
    font-family: inter, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 150ms ease;
    cursor: pointer;
    flex: 1
}

.je2-user-controls>li>button p,
.je2-user-controls>li>a p {
    max-width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.je2-user-controls>li>button>div,
.je2-user-controls>li>a>div {
    font-size: 16px;
    margin-left: 5px
}

.je2-user-controls>li>button {
    background: unset;
    height: 100%;
    box-sizing: content-box
}

@media (min-width: 1200px) {
    .je2-user-controls>li>button {
        font-size: 16px
    }
}

.je2-user-controls>li>a {
    height: 100%
}

@media (min-width: 1200px) {
    .je2-user-controls>li>a {
        flex-direction: row
    }
}

.je2-user-controls__account {
    position: relative;
    border: 0;
    padding: 0
}

.je2-user-controls__account._active .je2-seller-profile-info>svg {
    transform: rotate(180deg)
}

.je2-user-controls__login {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 12px;
    margin-right: 12px
}

.je2-user-controls__login button {
    color: #006C75;
    padding: 8px 16px;
    border: 1px solid #006C75;
    /*border-radius: 100px;*/
    width: 95px;
    height: 38px
}

.je2-user-controls__login button svg {
    width: 14px;
    height: 14px;
    min-width: 14px
}

.je2-user-controls__login button:hover {
    border-color: #19818A;
    color: #19818A
}

.je2-user-controls .je2-seller-profile-info {
    margin-left: 0
}

.je2-user-controls._hidden {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-account-dropdown {
    position: absolute;
    top: 69px;
    right: 12px;
    background: #FFF;
    border: 1px solid #E0E0E0;
    width: 210px;
    z-index: 50
}

.je2-account-dropdown ol {
    list-style: none;
    margin: 0;
    padding: 10px;
    text-transform: capitalize;
    overflow: hidden
}

.je2-account-dropdown ol+p:first-of-type {
    margin-top: -20px
}

.je2-account-dropdown a {
    color: #151515;
    position: relative;
    padding: 10px;
    margin: -10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je2-account-dropdown a+span {
    margin-left: 5px
}

.je2-account-dropdown a._active {
    text-decoration: underline;
    text-underline-offset: 4px
}

.je2-account-dropdown a._bold {
    font-weight: 500
}

.je2-account-dropdown a .je2-notification-circle {
    top: 1px;
    right: 1px
}

.je2-account-dropdown li {
    padding: 10px;
    display: flex
}

.je2-account-dropdown span {
    color: #ADADAD
}

.je2-account-dropdown__heading {
    padding: 12px 0 0;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #151515;
    border-top: 1px solid #E0E0E0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je2-account-dropdown__heading:first-of-type {
    border-top: 0;
    padding: 20px 0 0;
    margin: 0 20px
}

.je2-account-dropdown._v2 {
    width: 200px;
    box-sizing: border-box
}

.je2-account-dropdown._v2 a {
    padding: 6px 10px;
    margin: -6px -10px
}

.je2-account-dropdown._v2 a .je2-notification-circle {
    top: 7px;
    right: 1px;
    width: 6px;
    height: 6px
}

.je2-account-dropdown._v2 ol {
    padding: 6px 10px
}

.je2-account-dropdown._v2 p+ol:last-of-type {
    padding-bottom: 14px
}

.je2-account-dropdown._v2 li {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 22px
}

.je2-account-dropdown._more-space ol {
    padding: 12px 10px
}

.je2-account-dropdown._more-space li {
    padding: 8px 10px
}

.je2-account-dropdown._more-space a {
    padding: 8px 10px;
    margin: -8px -10px
}

.je2-account-dropdown._empty {
    display: flex;
    justify-content: center
}

.je2-account-dropdown._hidden {
    display: none
}

.je2-notification-circle {
    display: none
}

.je2-notification-circle._active {
    display: flex;
    position: absolute;
    top: 18px;
    right: -12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006C75
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-sign-up-dialog {
    font-family: inter, Arial, sans-serif;
    width: 400px;
    min-height: 400px;
    position: relative;
    background: white
}

@media (max-width: 767px) {
    .je2-sign-up-dialog {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-height: 570px) {
    .je2-sign-up-dialog {
        overflow: auto
    }
}

.je2-sign-up-dialog__header {
    padding: 30px 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #151515
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__header {
        font-size: 28px;
        line-height: 32px;
        font-family: heldane, prata, sans-serif;
        font-weight: normal;
        padding: 60px 10px 20px
    }
}

.je2-sign-up-dialog__header .je2-button {
    position: absolute;
    right: 30px;
    top: 18px
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__header .je2-button {
        right: 10px;
        top: 10px
    }
}

.je2-sign-up-dialog__content {
    padding: 5px 36px 0 36px;
    box-sizing: border-box
}

.je2-sign-up-dialog__content ._facebook_blue {
    background-color: #3D5AA5;
    border: 1px solid #3D5AA5;
    color: #FFF
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__content {
        padding: 10px 20px 0
    }
}

.je2-sign-up-dialog__content .je2-select {
    margin-top: 15px
}

.je2-sign-up-dialog__content .je2-button {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    padding: 13px 14px;
    justify-content: center
}

.je2-sign-up-dialog__content .je2-button svg+p {
    width: 100%;
    margin: 0;
    pointer-events: all
}

.je2-sign-up-dialog__content .je2-input {
    width: 100%;
    line-height: 23.5px
}

.je2-sign-up-dialog__content__separator {
    height: 10px;
    margin: 10px 0 35px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0
}

.je2-sign-up-dialog__content__separator span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    color: #606060
}

.je2-sign-up-dialog__content__label {
    text-align: center;
    margin: 14px 0 20px;
    line-height: 20px;
    color: #151515
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__content__label {
        margin: 0
    }
}

.je2-sign-up-dialog__content__label a {
    font-size: 14px;
    color: #606060;
    cursor: pointer
}

.je2-sign-up-dialog__content__central-label {
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
    color: #151515
}

.je2-sign-up-dialog__content__terms {
    font-size: 13px;
    text-align: center;
    margin: 14px 0 20px;
    line-height: 20px;
    color: #606060
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__content__terms {
        margin: 0
    }
}

.je2-sign-up-dialog__content__terms a {
    font-size: 13px;
    color: #606060;
    text-decoration: underline
}

.je2-sign-up-dialog__content__first-step,
.je2-sign-up-dialog__content__second-step,
.je2-sign-up-dialog__content__last-step {
    display: none
}

.je2-sign-up-dialog__content ._visible {
    display: block
}

.je2-sign-up-dialog__content-form {
    display: block
}

.je2-sign-up-dialog__content-form__field {
    margin: 16px 0
}

.je2-sign-up-dialog__content-form__field ._hidden {
    display: none
}

.je2-sign-up-dialog__content-form__field .js-resend-email-message {
    font-size: 13px;
    color: #f74040;
    padding: 6px 0 6px 1px
}

.je2-sign-up-dialog__content-form__field__label {
    font-size: 13px;
    color: #606060;
    margin: 10px 0 30px 1px
}

.je2-sign-up-dialog__content-form__resend-message {
    cursor: pointer;
    text-decoration: underline
}

.je2-sign-up-dialog__content-form._sending .je3-spinner {
    display: table
}

.je2-sign-up-dialog__content-form._sending .js-save {
    display: none
}

.je2-sign-up-dialog__content-form ._hidden {
    display: none
}

.je2-sign-up-dialog__content__first-step.__second-step .je2-sign-up-dialog__content__first-step-form__field {
    display: none
}

.je2-sign-up-dialog__content__first-step.__second-step .je2-sign-up-dialog__content__first-step-form__field.__second-step {
    display: block
}

.je2-sign-up-dialog__content__first-step.__second-step .je2-sign-up-dialog__content__first-step__first-step__social-login {
    display: none
}

.je2-sign-up-dialog__content__last-step {
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__content__last-step {
        position: absolute;
        width: calc(100% - 30px);
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.je2-sign-up-dialog__content__last-step svg {
    fill: #fff;
    width: 64px;
    height: 64px
}

.je2-sign-up-dialog__content__last-step__title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    text-align: center;
    color: #006C75
}

.je2-sign-up-dialog__content__last-step__text {
    text-align: center;
    color: #151515;
    margin-bottom: 30px
}

.je2-sign-up-dialog__content .je3-spinner {
    display: none;
    margin: 34px auto 42px
}

.je2-sign-up-dialog__footer {
    padding: 0 36px 30px;
    justify-content: center;
    color: #606060;
    font-size: 14px
}

.je2-sign-up-dialog__footer._hidden {
    display: none
}

.je2-sign-up-dialog__footer._sticky {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__footer {
        position: absolute;
        padding: 0 15px;
        width: calc(100% - 30px);
        bottom: 0
    }
}

@media (max-height: 570px) {
    .je2-sign-up-dialog__footer {
        position: unset
    }
}

.je2-sign-up-dialog__footer__separator {
    height: 10px;
    margin: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0
}

.je2-sign-up-dialog__footer .je2-button {
    background: #151515;
    width: 100%
}

.je2-sign-up-dialog__footer p {
    width: 100%;
    text-align: center
}

.je2-sign-up-dialog__footer p a {
    margin: 0 5px
}

@media (max-width: 767px) {
    .je2-sign-up-dialog__footer p {
        height: 40px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-dialog {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    font-family: inter, Arial, sans-serif
}

.je2-dialog._visible {
    display: flex
}

@media (max-width: 1199px) {
    .je2-dialog._mobile-stick-to-bottom>div {
        width: 100%;
        margin-top: auto
    }
}

.je2-dialog__content__loader {
    background: white;
    font-size: 0
}

.je2-dialog__content__loader .je3-spinner {
    width: 106px;
    height: 90px
}

@media (max-width: 767px) {
    .je2-dialog._mobile-fullscreen .je2-dialog__content {
        background: white;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.je3-spinner {
    display: flex;
    align-items: center;
    justify-content: center
}

.je3-spinner._hidden {
    display: none
}

.je3-spinner div {
    width: 10px;
    height: 10px;
    background-color: #151515;
    border-radius: 100%;
    display: inline-block;
    animation: fade 1s ease infinite;
    margin: 4px;
    opacity: 0
}

.je3-spinner div:nth-child(2) {
    animation-delay: 0.1s
}

.je3-spinner div:nth-child(3) {
    animation-delay: 0.2s
}

.je3-spinner._white div {
    background-color: #E0E0E0
}

@keyframes fade {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-overlay {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: fixed;
    background-color: rgba(21, 21, 21, 0);
    transition: background-color 300ms ease-out;
    cursor: pointer;
    will-change: background-color;
    font-family: inter, Arial, sans-serif
}

.je2-overlay._visible {
    display: block
}

.je2-overlay>svg {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 25px;
    right: 35px;
    color: white
}

.je2-overlay__content {
    margin-top: 72px;
    width: 100%;
    height: calc(100% - 72px);
    background: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: translateY(100%);
    transition: transform 300ms ease-out;
    cursor: default;
    overflow-y: auto;
    will-change: transform
}

.je2-overlay__content__loader {
    background: white;
    font-size: 0
}

.je2-overlay__content__loader .je3-spinner {
    width: 106px;
    height: 90px;
    margin: 0 auto;
    padding-top: 40vh
}

.je2-overlay._animated {
    background-color: rgba(21, 21, 21, 0.7)
}

.je2-overlay._animated .je2-overlay__content {
    transform: translateY(0)
}

.je2-overlay._fullscreen>svg {
    display: none
}

.je2-overlay._fullscreen .je2-overlay__content {
    margin-top: 0;
    height: 100%;
    border-radius: 0;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
    will-change: transform, opacity;
    opacity: 0
}

.je2-overlay._fullscreen._animated .je2-overlay__content {
    opacity: 1
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-form .js-error-message {
    font-size: 13px;
    color: #F74040;
    padding: 6px 0 6px 1px;
    text-align: left
}

.je2-form .js-error-message._hidden {
    display: none
}

.je2-form .js-error-message:empty {
    display: none
}

.je2-form .je3-spinner {
    display: none
}

.je2-form textarea {
    resize: vertical
}

.je2-form._sending>.je3-spinner {
    margin-top: 34px;
    margin-bottom: 42px
}

.je2-form._sending .je3-spinner {
    display: flex
}

.je2-form._sending .js-submit {
    display: none
}

.iti--allow-dropdown {
    display: flex;
    width: 100%;
    position: relative
}

.iti--container {
    position: fixed;
    z-index: 20000
}

@media (min-width: 768px) {
    .iti--container {
        top: 40px;
        bottom: 40px;
        left: 40px;
        right: 40px
    }
}

@media (max-width: 767px) {
    .iti--container {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.iti__flag,
.iti__flag-box {
    display: none;
    background: none !important
}

.iti__arrow {
    min-width: 12px;
    min-height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' /%3E%3Cpath d='M1 4L6 9L11 4' stroke='%232C2C2C' stroke-width='1.2'/%3E%3C/svg%3E%0A")
}

.iti__arrow--up {
    transform: rotate(-180deg)
}

.iti__selected-flag {
    display: flex;
    padding: 0 14px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d3d3d3;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: inter, Arial, sans-serif;
    min-width: 80px;
    height: 100%;
    margin-right: -1px;
    outline: none;
    box-sizing: border-box
}

.iti__selected-flag:focus {
    background-color: #F8F8F8
}

.iti__country-list {
    z-index: 2;
    list-style: none;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #CCC;
    white-space: nowrap;
    overflow-y: scroll;
    max-height: 200px;
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0
}

.iti-mobile .iti__country-list {
    height: 100%;
    width: 100%;
    max-height: unset;
    position: static;
    top: auto;
    left: auto
}

.iti__country {
    height: 44px;
    display: flex;
    padding: 0 10px;
    color: #2C2C2C;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: inter, Arial, sans-serif
}

.iti__country-name {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.iti__highlight {
    background-color: #F8F8F8
}

.iti__hide {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-home {
    font-family: inter, Arial, sans-serif;
    width: 100%;
    overflow: hidden
}

.je2-home h3 {
    margin: -20px 0 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #606060
}

@media (max-width: 767px) {
    .je2-home h3 {
        font-size: 12px;
        line-height: 14px;
        margin: -10px 0 20px
    }
}

.je2-home__section {
    margin: 50px auto 100px;
    box-sizing: border-box;
    max-width: 1920px;
    padding: 0 5vw
}

@media (max-width: 1199px) {
    .je2-home__section {
        padding: 0 20px;
        margin: 50px auto 50px
    }
}

.je2-home__section>div>h2 {
    font-family: heldane, prata, sans-serif;
    font-size: 34px;
    line-height: 38px;
    margin: 50px 0 30px;
    font-weight: normal;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 50%, #5d4a1f 62.5%, #5d4a1f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .je2-home__section>div>h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 50px 0 20px
    }
}

.je2-home__testimonials {
    background-color: #F5F5F5;
    margin-bottom: 100px;
    padding: 40px 5vw 55px
}

@media (max-width: 1199px) {
    .je2-home__testimonials {
        margin-bottom: 50px;
        padding: 70px 20px 50px
    }
}

.je2-home__articles {
    padding: 100px 0 70px
}

@media (max-width: 767px) {
    .je2-home__articles {
        padding: 38px 0 18px
    }
}

.je2-home__articles-title {
    font-family: inter, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    color: #606060
}

.je2-home__articles-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.je2-home__articles-item {
    width: 120px;
    height: 60px;
    display: flex;
    margin: 30px 41px;
    min-width: 120px;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .je2-home__articles-item {
        margin: 20px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-popular-links {
    font-family: inter, Arial, sans-serif
}

.je2-popular-links__label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1199px) {
    .je2-popular-links__label {
        font-weight: 500;
        font-size: 11px;
        line-height: 50px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #151515;
        padding-right: 10px
    }
}

.je2-popular-links__label strong {
    font-weight: 500
}

.je2-popular-links__section {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1199px) {
    .je2-popular-links__section {
        position: relative;
        border-bottom: 1px solid #E0E0E0
    }
}

.je2-popular-links__grid {
    display: grid;
    font-family: inter, Arial, sans-serif
}

@media (min-width: 1200px) {
    .je2-popular-links__grid {
        grid-column-gap: 22px
    }
    .je2-popular-links__grid._1,
    .je2-popular-links__grid._2,
    .je2-popular-links__grid._3,
    .je2-popular-links__grid._4 {
        grid-template-columns: repeat(4, minmax(8rem, 1fr))
    }
    .je2-popular-links__grid._5 {
        grid-template-columns: repeat(5, minmax(8rem, 1fr))
    }
    .je2-popular-links__grid._6 {
        grid-template-columns: repeat(6, minmax(8rem, 1fr))
    }
}

@media (max-width: 1199px) {
    .je2-popular-links__grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr)
    }
}

.je2-popular-links__toggle {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

@media (min-width: 1200px) {
    .je2-popular-links__list {
        margin-top: 11px
    }
}

.je2-popular-links__list a {
    display: block;
    font-size: 13px;
    line-height: 31px;
    color: #606060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je2-popular-links__list a strong {
    font-weight: 500
}

.je2-popular-links__list a:hover {
    text-decoration: underline
}

@media (max-width: 1199px) {
    .je2-popular-links__list a {
        font-size: 12px;
        line-height: 29px
    }
}

.je2-popular-links__more {
    color: #151515;
    font-weight: 500;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

@media (min-width: 1200px) {
    .je2-popular-links__more:not(._active) {
        display: none
    }
}

@media (max-width: 1199px) {
    .je2-popular-links__more {
        height: 50px;
        display: flex;
        margin-bottom: 20px
    }
}

.je2-popular-links__more-open {
    display: none
}

.je2-popular-links__more-close {
    display: inline
}

.je2-popular-links__more svg {
    width: 16px;
    height: 16px;
    margin-left: 3px
}

.je2-popular-links__toggle:not(:checked)~.je2-popular-links__list li:nth-child(n+9)~li {
    display: none
}

.je2-popular-links__toggle:not(:checked)~.je2-popular-links__more .je2-popular-links__more-open {
    display: inline
}

.je2-popular-links__toggle:not(:checked)~.je2-popular-links__more .je2-popular-links__more-close {
    display: none
}

.je2-popular-links__toggle:checked~.je2-popular-links__more svg {
    transform: rotate(180deg)
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-top-banner-new {
    position: relative;
    --transition-duration: 500ms
}

@media (min-width: 768px) {
    .je2-top-banner-new {
        height: 80vh;
        min-height: 600px
    }
}

@media (max-width: 767px) {
    .je2-top-banner-new {
        height: 70vh
    }
}

.je2-top-banner-new__content {
    top: 0;
    right: 0;
    z-index: 10;
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.7) 100%)
}

@media (min-width: 1200px) {
    .je2-top-banner-new__content:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 48.44%, rgba(0, 0, 0, 0) 100%);
        z-index: -1;
        transition: opacity 200ms ease-out;
        opacity: 0;
        will-change: opacity
    }
    .je2-top-banner-new__content._darker:before {
        opacity: 1
    }
}

.je2-top-banner-new__content-wrapper {
    width: 100%;
    padding: 0 5vw 60px;
    box-sizing: border-box
}

@media (min-width: 1200px) {
    .je2-top-banner-new__content-wrapper {
        display: flex;
        margin: 0 auto;
        align-items: flex-end;
        justify-content: space-between;
        max-width: 1920px
    }
}

@media (max-width: 1199px) {
    .je2-top-banner-new__content-wrapper {
        margin-top: auto;
        padding: 0 20px 24px
    }
}

@media (min-width: 1200px) {
    .je2-top-banner-new__content-left {
        flex: 1;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .je2-top-banner-new__content-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        max-width: 416px
    }
}

@media (max-width: 1199px) {
    .je2-top-banner-new__content-right {
        padding-top: 20px
    }
}

.je2-top-banner-new__title {
    font-size: 68px;
    line-height: 68px;
    font-family: heldane, prata, sans-serif;
    color: white;
    font-weight: normal
}

@media (max-width: 767px) {
    .je2-top-banner-new__title {
        font-size: 34px;
        line-height: 38px
    }
}

.je2-top-banner-new__subtitle,
.je2-top-banner-new__listing-link {
    font-family: inter, Arial, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
    max-width: 100%
}

@media (max-width: 1199px) {
    .je2-top-banner-new__subtitle,
    .je2-top-banner-new__listing-link {
      /*  white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis*/
    }
}

.je2-top-banner-new__subtitle {
    margin-top: 40px
}

@media (max-width: 767px) {
    .je2-top-banner-new__subtitle {
        margin-top: 8px
    }
}

.je2-top-banner-new__subtitle a {
    cursor: default
}

@media (max-width: 767px) {
    .je2-top-banner-new._with-slider .je2-top-banner-new__subtitle {
        /*display: none*/
    }
}

@media (max-width: 767px) {
    .topnav {
        overflow: hidden; 
    }
    
    
}

.je2-top-banner-new__current-listing {
    height: 11px;
    position: relative
}

.je2-top-banner-new__listing-link {
    left: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    text-decoration: none;
    transition: opacity var(--transition-duration) ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    margin-top: -10px
}

.je2-top-banner-new__listing-link._active {
    opacity: 1;
    z-index: 2
}

.je2-top-banner-new__slider {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: relative
}

.je2-top-banner-new__slider._loading div:nth-child(2) {
    display: none !important
}

.je2-top-banner-new__slider-slide {
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #efefef;
    transition: opacity var(--transition-duration) ease;
    opacity: 0;
    background-size: cover
}

.je2-top-banner-new__slider-slide .je2-lazy-load,
.je2-top-banner-new__slider-slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.je2-top-banner-new__slider-slide._active {
    z-index: 2;
    opacity: 1;
    display: block
}

.je2-top-banner-new__slider-slide._active~.je2-top-banner-new__slider-slide {
    display: none
}

.je2-top-banner-new__slider-slide._active+.je2-top-banner-new__slider-slide {
    animation: translate-1000-0 4s;
    display: block
}

.je2-top-banner-new__slider-dots {
    flex: 1;
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .je2-top-banner-new__slider-dots {
        margin-top: 15px
    }
}

.je2-top-banner-new__slider-dots-list {
    display: grid;
    flex: 1;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

.je2-top-banner-new__slider-dots-arrows {
    display: flex;
    margin-left: 10px;
    margin-right: -10px
}

@media (max-width: 1199px) {
    .je2-top-banner-new__slider-dots-arrows {
        display: none
    }
}

.je2-top-banner-new__slider-dots-arrows button {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: none;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: transform 300ms ease
}

.je2-top-banner-new__slider-dots-arrows button:hover,
.je2-top-banner-new__slider-dots-arrows button:focus {
    transform: scale(1.2)
}

.je2-top-banner-new__slider-dot {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color var(--transition-duration) ease
}

.je2-top-banner-new__slider-dot::before {
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: #fff
}

.je2-top-banner-new__slider-dot._active:not(._current)::before {
    width: 100%
}

.je2-top-banner-new__slider-dot._current::before {
    width: 100%;
    transition: width 5s linear
}

.je2-top-banner-new__slider-dots._no-transitions .je2-top-banner-new__slider-dot._active::before {
    transition: none
}

@keyframes translate-1000-0 {
    0% {
        transform: translateX(-1000%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.swiper-container {
    height: 100%;
    width: 100%;
    position: absolute
}

.swiper-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1
}

@media (min-width: 1200px) {
    .swiper-container {
        pointer-events: none
    }
}

.swiper-wrapper {
    height: 100%;
    display: block;
    white-space: nowrap
}

.swiper-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    display: inline-block;
    width: 100%
}

.swiper-slide-next:nth-child(2) div {
    transform: translateX(5px)
}

.slider__left-arrow,
.slider__right-arrow {
    top: 50%;
    z-index: 2;
    display: none;
    position: absolute;
    transform: translate3d(0, -50%, 0);
    padding: 20px 19px
}

.slider__left-arrow>div,
.slider__right-arrow>div {
    width: 40px;
    height: 40px;
    display: flex;
    background: #FFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25)
}

.slider__left-arrow svg,
.slider__right-arrow svg {
    width: 10px;
    height: 10px;
    stroke: #151515
}

.slider__left-arrow {
    transform: translate3d(0, -50%, 0) rotate(-180deg);
    left: 0
}

.slider__right-arrow {
    right: 0
}

.slider__show-more {
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease
}

.slider__show-more-button {
    font-family: inter, Arial, sans-serif;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 20px;
    background-color: #FFF;
    text-transform: uppercase;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: #393939
}

.swiper-slide-active .slider__show-more {
    opacity: 1
}

@media (min-width: 1200px) {
    .slider:hover .slider__left-arrow,
    .slider:hover .slider__right-arrow,
    .slider:hover .slider__show-more {
        display: flex
    }
}

@media (max-width: 1199px) {
    .slider__show-more {
        display: flex
    }
}

.slider__pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
    height: 6px;
    z-index: 2
}

.slider__pagination._4items {
    width: 53px
}

.slider__pagination._3items {
    width: 38px
}

.slider__pagination._2items {
    width: 23px
}

.slider__pagination._1items {
    width: 6px
}

.slider__pagination__position {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    background: #FFF
}

.slider__pagination__position._1 {
    left: 0
}

.slider__pagination__position._2 {
    left: 16px
}

.slider__pagination__position._3 {
    left: 31px
}

.slider__pagination__position._4 {
    left: 46px
}

.slider__pagination__position._5 {
    left: 61px
}

.slider__pagination__position::after,
.slider__pagination__position::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}

.slider__pagination__position::after {
    right: -15px
}

.slider__pagination__position::before {
    left: -15px
}

.slider__pagination__position._animated {
    background: transparent
}

.slider__pagination__position._animated::after,
.slider__pagination__position._animated::before {
    transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
}

.slider__pagination__bullet {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    will-change: left, width, height, top
}

.slider__pagination__bullet._0 {
    left: -14px;
    opacity: 0
}

.slider__pagination__bullet._1 {
    left: 0
}

.slider__pagination__bullet._2 {
    left: 16px
}

.slider__pagination__bullet._3 {
    left: 31px
}

.slider__pagination__bullet._4 {
    left: 46px
}

.slider__pagination__bullet._5 {
    left: 61px
}

.slider__pagination__bullet._6 {
    left: 76px;
    opacity: 0
}

.slider__pagination._animated .slider__pagination__bullet {
    transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
}

.slider__pagination._left-not-end .slider__pagination__bullet._0 {
    left: -13px
}

.slider__pagination._left-not-end .slider__pagination__bullet._1 {
    left: 0
}

.slider__pagination._right-not-end .slider__pagination__bullet._5 {
    left: 61px
}

.slider__pagination._right-not-end .slider__pagination__bullet._6 {
    left: 76px
}

.slider__pagination._sliding-right .slider__pagination__position._animated::after {
    opacity: 1;
    right: 0
}

.slider__pagination._sliding-right .slider__pagination__bullet._1 {
    opacity: 0;
    left: -14px
}

.slider__pagination._sliding-right .slider__pagination__bullet._2 {
    left: 1px
}

.slider__pagination._sliding-right .slider__pagination__bullet._3 {
    left: 16px
}

.slider__pagination._sliding-right .slider__pagination__bullet._4 {
    left: 31px
}

.slider__pagination._sliding-right .slider__pagination__bullet._5 {
    width: 6px;
    height: 6px;
    left: 46px
}

.slider__pagination._sliding-right .slider__pagination__bullet._6 {
    opacity: 1;
    left: 61px
}

.slider__pagination._sliding-left .slider__pagination__position._animated::before {
    opacity: 1;
    left: 0
}

.slider__pagination._sliding-left .slider__pagination__bullet._0 {
    left: 0;
    opacity: 1
}

.slider__pagination._sliding-left .slider__pagination__bullet._1 {
    width: 6px;
    height: 6px;
    left: 16px
}

.slider__pagination._sliding-left .slider__pagination__bullet._2 {
    left: 31px
}

.slider__pagination._sliding-left .slider__pagination__bullet._3 {
    left: 46px
}

.slider__pagination._sliding-left .slider__pagination__bullet._4 {
    left: 61px
}

.slider__pagination._sliding-left .slider__pagination__bullet._5 {
    opacity: 0;
    left: 76px
}

.je2-lazy-load {
    opacity: 0;
    transition: opacity 200ms linear
}

.je2-lazy-load._without-opacity {
    opacity: unset;
    transition: none
}

.je2-lazy-load._loaded {
    opacity: unset
}

.je2-lazy-load._glowing {
    animation: glow 2s linear infinite alternate
}

@keyframes glow {
    0% {
        background: rgba(0, 0, 0, 0)
    }
    100% {
        background: rgba(0, 0, 0, 0.5)
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.ListingCard {
    display: inline-block;
    font-family: inter, Arial, sans-serif;
    box-sizing: border-box;
    text-decoration: none !important;
    position: relative;
    border: 1px solid #E0E0E0
}

.ListingCard__actions {
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.ListingCard__actions>div {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.ListingCard__actions>div svg {
    width: 16px;
    height: 16px;
    stroke: #151515;
    fill: none;
    pointer-events: none;
    margin-left: 8px;
    stroke-width: 1.6
}

.ListingCard__save {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 12px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    background: #FFF;
    border-radius: 50%;
    display: flex
}

.ListingCard__save svg {
    stroke-width: 1.71429;
    fill: #FFF
}

.ListingCard__save._active svg {
    fill: #151515
}

.ListingCard__badges {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 50px;
    display: flex;
    flex-wrap: wrap
}

.ListingCard__badges__text,
.ListingCard__badges__icon,
.ListingCard__badges__icon-with-text {
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    align-items: center;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    height: 24px;
    background: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151515;
    font-weight: 500;
    font-style: normal;
    position: relative
}

.ListingCard__badges__text._black,
.ListingCard__badges__icon._black,
.ListingCard__badges__icon-with-text._black {
    background: rgba(21, 21, 21, 0.8);
    color: #FFF;
    padding: 2px 10px;
    border-radius: 0;
    box-shadow: none
}

.ListingCard__badges__icon {
    width: 24px;
    padding: 0
}

.ListingCard__badges__icon svg {
    width: 15px;
    height: 10px
}

.ListingCard__badges__icon-with-text {
    padding: 0 8px 0 30px
}

.ListingCard__badges__icon-with-text svg {
    position: absolute;
    top: 4px;
    left: 8px
}

.ListingCard__picture {
    padding-bottom: 61.5385%;
    position: relative;
    background: #E0E0E0;
    margin: -1px
}

.ListingCard__picture>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover
}

.ListingCard__picture>div img,
.ListingCard__picture>div div.je2-lazy-load {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1
}

.ListingCard__picture._loading {
    animation: light-glow 1s linear infinite alternate
}

.ListingCard__description {
    padding: 12px 0;
    margin: 0 16px;
    overflow: hidden;
    position: relative
}

.ListingCard__similarity {
    float: right;
    color: red;
    font-size: 14px
}

.ListingCard__title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-top: 4px
}

.ListingCard__title span {
    text-transform: none
}

.ListingCard__tags {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #151515;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    margin-top: 4px;
    display: flex
}

.ListingCard__tags._no-height {
    height: auto
}

.ListingCard__tags>.je2-button {
    height: 22px;
    float: right;
    padding-right: 0;
    color: #006C75;
    font-weight: 500
}

.ListingCard__tags>.je2-button svg+span {
    margin-left: 5px
}

.ListingCard__tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ListingCard__tag+.ListingCard__tag::before {
    content: '·';
    padding: 0 4px;
    display: inline-block
}

.ListingCard__price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    white-space: nowrap;
    display: flex
}

.ListingCard__price span {
    color: #717171;
    font-weight: 400
}

.ListingCard__price span:before {
    content: '·';
    padding: 0 4px;
    display: inline-block
}

.ListingCard__office-logo {
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 40px;
    max-width: 97px;
    width: auto
}

.ListingCard__footer {
    border-top: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 16px;
    padding: 10px 0;
    height: 65px
}

.ListingCard__footer:empty {
    display: none
}

.ListingCard__footer__office {
    height: 40px;
    max-width: 97px;
    width: auto;
    object-fit: contain;
    margin-right: 24px
}

.ListingCard__footer__agent {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #606060;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ListingCard__footer__icon {
    width: 40px;
    height: 40px;
    margin-left: 12px;
    border-radius: 50%;
    object-fit: cover
}

.ListingCard__info {
    float: right;
    margin-top: -23px;
    color: #F00;
    font-weight: 500;
    font-size: 13px
}

.ListingCard._fit-parent {
    width: 100%;
    height: 100%;
    display: block
}

.ListingCard._vertical .ListingCard__picture {
    padding-bottom: 256px
}

.ListingCard._unavailable .ListingCard__picture,
.ListingCard._unavailable .ListingCard__description,
.ListingCard._unavailable .ListingCard__footer {
    opacity: 0.5
}

.ListingCard._promoted {
    grid-column: 1 / -1
}

.ListingCard._disabled {
    pointer-events: none
}

.ListingCard._disabled .ListingCard__actions,
.ListingCard._disabled .ListingCard__description {
    opacity: 0
}

.ListingCard._promoted .ListingCard__container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px
}

@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__container {
        grid-template-columns: repeat(3, 1fr)
    }
}

.ListingCard._promoted .ListingCard__picture {
    grid-area: 1 / 1 / 4 / 2
}

@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__picture {
        grid-area: 1 / 1 / 2 / 4
    }
}

.ListingCard._promoted .ListingCard__side-photo {
    padding-bottom: 61.5385%;
    position: relative;
    background-size: cover;
    margin: -1px
}

.ListingCard._promoted .ListingCard__side-photo img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover
}

.ListingCard._promoted .ListingCard__description {
    padding-top: 12px;
    grid-area: 4 / 1 / 4 / 3;
    margin-top: -4px
}

@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__description {
        padding-top: 12px;
        grid-area: 3 / 1 / 4 / 4
    }
}

.ListingCard>a:first-of-type:focus-visible {
    outline: none
}

.ListingCard._light:hover .ListingCard__price,
.ListingCard._light:hover .ListingCard__title {
    text-decoration: underline
}

.ListingCard._light {
    border: none;
    font-family: inter, Arial, sans-serif;
    display: inline-flex;
    flex-direction: column
}

.ListingCard._light .ListingCard__picture {
    flex: 1;
    padding-bottom: 117%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ListingCard._light .ListingCard__picture {
        padding-bottom: 114%
    }
}

@media (max-width: 767px) {
    .ListingCard._light .ListingCard__picture {
        padding-bottom: 127%
    }
}

.ListingCard._light .ListingCard__save {
    right: 2px;
    top: 2px;
    border-radius: 50%;
    background: #FFF;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.ListingCard._light .ListingCard__save svg {
    width: 20px;
    height: 20px
}

.ListingCard._light .ListingCard__description {
    border: none;
    padding: 0;
    margin: 0;
    position: static
}

.ListingCard._light .ListingCard__actions {
    right: 10px;
    top: 10px
}

.ListingCard._light .ListingCard__price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 15px
}

.ListingCard._light .ListingCard__title {
    font-family: inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #606060
}

.ListingCard._horizontal {
    display: flex;
    transition: border-color 300ms linear 0s
}

.ListingCard._horizontal:hover {
    border-color: #151515
}

.ListingCard._horizontal .ListingCard__picture {
    min-width: 92px;
    height: 92px;
    padding: 0;
    overflow: hidden
}

.ListingCard._horizontal .ListingCard__description {
    padding: 15px 34px 15px 15px;
    margin: 0
}

.ListingCard._horizontal .ListingCard__price {
    font-size: 14px;
    line-height: 20px
}

.ListingCard._horizontal .ListingCard__tags {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin: 0;
    color: #151515
}

.ListingCard._horizontal .ListingCard__title {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #151515
}

.ListingCard._with-cars-logo .ListingCard__tags,
.ListingCard._with-cars-logo .ListingCard__title {
    margin-right: 105px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-inquiry {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 380px;
    font-family: inter, Arial, sans-serif
}

.je2-inquiry__agent-info {
    display: flex;
    align-items: center;
    padding: 19px;
    border-bottom: 1px solid #E0E0E0
}

.je2-inquiry__agent-info>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0
}

.je2-inquiry__agent-info img,
.je2-inquiry__agent-info>svg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover
}

.je2-inquiry__agent-info img+div,
.je2-inquiry__agent-info>svg+div {
    margin-left: 20px;
    padding: 0
}

.je2-inquiry__agent-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.je2-inquiry__agent-info span {
    font-size: 14px;
    line-height: 20px
}

.je2-inquiry__agent-info .je2-button {
    padding: 0;
    margin: 8px 0 0;
    justify-content: flex-start
}

.je2-inquiry__agent-info .je2-button svg {
    min-width: 16px;
    width: 16px;
    height: 16px
}

.je2-inquiry__agent-info .je2-button svg+span {
    margin-left: 6px
}

.je2-inquiry__agent-info .je2-phone-button {
    height: 28px
}

.je2-inquiry__agent-info .je2-phone-button .je3-spinner {
    margin-top: 9px
}

.je2-inquiry__form {
    padding: 19px;
    position: relative
}

.je2-inquiry__form .je2-input {
    width: 100%;
    padding: 12px 14px !important
}

.je2-inquiry__form .je2-checkbox {
    padding: 10px 15px;
    margin: 0 -15px;
    box-sizing: content-box
}

.je2-inquiry__form .je2-checkbox span,
.je2-inquiry__form .je2-checkbox a {
    font-size: 13px;
    color: #606060
}

.je2-inquiry__form textarea {
    line-height: 20px;
    min-height: 89px
}

.je2-inquiry__form .iti {
    display: flex;
    width: 100%
}

.je2-inquiry__form .je2-button {
    width: 100%;
    padding: 13px 0;
    line-height: 20px
}

.je2-inquiry__form .je2-button .je3-spinner {
    height: 20px
}

.je2-inquiry__form .je2-button .je3-spinner div {
    background: #FFF
}

.je2-inquiry__form .js-error-message {
    margin: -15px 0 5px
}

.je2-inquiry__form .je2-form._sending .je2-button span {
    display: none
}

.je2-inquiry__field {
    width: 100%;
    margin-bottom: 12px
}

.je2-inquiry__field:last-of-type {
    margin-bottom: 0
}

.je2-inquiry__checkbox {
    width: 100%;
    margin: 2px 0 -8px
}

.je2-inquiry .je2-button._hidden {
    display: none
}

.je2-inquiry__office-info {
    margin-top: 30px
}

.je2-inquiry__office-name {
    display: none
}

.je2-inquiry__already-sent {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
    margin: -3px -19px -19px;
    border: 1px solid #E0E0E0;
    text-align: center
}

.je2-inquiry__already-sent svg {
    width: 64px;
    height: 64px;
    min-width: unset;
    color: transparent
}

.je2-inquiry__already-sent>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 8px
}

.je2-inquiry__already-sent>p {
    font-size: 14px;
    line-height: 22px
}

.je2-inquiry__already-sent>div {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #E0E0E0
}

.je2-inquiry__already-sent .je2-link {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #717171
}

.je2-inquiry__already-sent .je2-link:hover {
    color: #151515
}

.je2-inquiry._already-sent {
    border: 0
}

.je2-inquiry._already-sent .je2-inquiry__already-sent {
    display: flex
}

.je2-inquiry._already-sent .je2-inquiry__agent-info {
    border: 1px solid #E0E0E0
}

.je2-inquiry._already-sent .je2-inquiry__form .je2-form {
    display: none
}

.je2-inquiry._v2 {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px
}

.je2-inquiry._v2 .je2-inquiry__already-sent {
    margin-top: -20px
}

.je2-inquiry._v2 .je2-inquiry__agent-info {
    padding-bottom: 5px;
    border-bottom: 0;
    border-radius: 8px 8px 0 0
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>p {
    width: 100%
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form {
    max-width: 50%
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form .je2-button {
    line-height: 22px;
    color: #006C75
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form:nth-of-type(1) svg {
    fill: none
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form:nth-of-type(2) {
    position: relative;
    padding-left: 17px
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 0 8px;
    background: #E0E0E0;
    height: 12px;
    width: 1px
}

.je2-inquiry._v2 .je2-inquiry__agent-info>div>form:nth-of-type(2) svg {
    fill: #006C75
}

.je2-inquiry._v2 .je2-inquiry__form {
    border-radius: 0 0 8px 8px;
    padding-top: 16px
}

.je2-inquiry._v2 .je2-inquiry__form .je2-button {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.js-whatsapp-form .je3-spinner div {
    width: 6px;
    height: 6px
}

.js-whatsapp-form._loading {
    pointer-events: none
}

.js-whatsapp-form._sending span,
.js-whatsapp-form._sending svg {
    display: none
}

.js-whatsapp-form._sending .je3-spinner {
    margin: 3px 0
}

.je2-whatsapp-error-dialog {
    background: #FFF;
    width: 375px;
    box-sizing: border-box;
    padding: 58px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative
}

@media (max-width: 767px) {
    .je2-whatsapp-error-dialog {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-top: 68px
    }
}

.je2-whatsapp-error-dialog svg {
    width: 32px;
    height: 32px;
    min-width: unset
}

.je2-whatsapp-error-dialog path {
    fill: #ADADAD
}

.je2-whatsapp-error-dialog p {
    font-size: 16px;
    line-height: 24px
}

.je2-whatsapp-error-dialog p:nth-of-type(1) {
    font-weight: 500;
    margin: 16px 0
}

.je2-whatsapp-error-dialog p:nth-of-type(2) {
    max-width: 325px
}

.je2-whatsapp-error-dialog .je2-button:nth-of-type(1) {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px
}

.je2-whatsapp-error-dialog .je2-button:nth-of-type(1) svg {
    width: 16px;
    height: 16px
}

.je2-whatsapp-error-dialog .je2-button:nth-of-type(2) {
    width: 100%;
    padding: 17px 0;
    margin-top: 32px
}

.je2-whatsapp-error-dialog._hidden {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-notification {
    font-family: inter, Arial, sans-serif;
    position: fixed;
    z-index: 99999999;
    padding: 14px 20px;
    color: #FFF;
    box-sizing: border-box;
    transition: transform ease 200ms, opacity ease 200ms;
    will-change: transform, opacity
}

@media (min-width: 1200px) {
    .je2-notification {
        min-width: 500px
    }
}

.je2-notification a {
    text-decoration: underline
}

.je2-notification._bottom-right {
    bottom: 0
}

@media (min-width: 1200px) {
    .je2-notification._bottom-right {
        right: 5vw
    }
}

@media (max-width: 767px) {
    .je2-notification._bottom-right {
        margin-bottom: env(safe-area-inset-bottom)
    }
}

.je2-notification._bottom-right._hide {
    transform: translateX(100%);
    opacity: 0
}

.je2-notification._success {
    background: #006C75
}

.je2-notification._error {
    background: #EC4850
}

.je2-phone-button .je3-spinner {
    display: none;
    height: 22px;
    justify-content: start
}

.je2-phone-button .je3-spinner div {
    width: 6px;
    height: 6px
}

.je2-phone-button .je2-button {
    background: none
}

.je2-phone-button .je2-button._waiting {
    display: none
}

.je2-phone-button .je2-button._waiting+.je3-spinner {
    display: flex
}

.je2-phone-button .je2-button span {
    pointer-events: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-thank-you-dialog {
    font-family: inter, Arial, sans-serif;
    width: 424px;
    position: relative;
    background: #FFF;
    padding: 55px 32px 32px;
    box-sizing: border-box
}

@media (max-width: 1199px) {
    .je2-thank-you-dialog {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 56px 16px 16px
    }
}

.je2-thank-you-dialog__close {
    position: absolute;
    right: 24px;
    top: 15px
}

@media (max-width: 1199px) {
    .je2-thank-you-dialog__close {
        right: 12px;
        top: 8px
    }
}

.je2-thank-you-dialog__success,
.je2-thank-you-dialog__error {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.je2-thank-you-dialog__success svg,
.je2-thank-you-dialog__error svg {
    min-width: unset;
    color: transparent
}

.je2-thank-you-dialog__success>span,
.je2-thank-you-dialog__success>p,
.je2-thank-you-dialog__error>span,
.je2-thank-you-dialog__error>p {
    text-align: center
}

.je2-thank-you-dialog__success>span,
.je2-thank-you-dialog__error>span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 8px
}

.je2-thank-you-dialog__success>p,
.je2-thank-you-dialog__error>p {
    padding: 8px 0;
    line-height: 24px
}

.je2-thank-you-dialog__success svg {
    width: 72px;
    height: 72px
}

.je2-thank-you-dialog__success .je2-link {
    text-transform: capitalize
}

.je2-thank-you-dialog__success footer {
    width: 100%;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #E0E0E0
}

.je2-thank-you-dialog__success footer>p {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #717171
}

.je2-thank-you-dialog__success footer .ListingCard {
    margin-top: 16px
}

.je2-thank-you-dialog__error>div {
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    padding: 19px
}

.je2-thank-you-dialog__error>div svg {
    width: 32px;
    height: 32px
}

.je2-thank-you-dialog__error .je2-button,
.je2-thank-you-dialog__error .je2-link {
    width: 100%;
    padding: 11px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.je2-thank-you-dialog__error .je2-link {
    margin-top: 9px
}

.je2-thank-you-dialog__error .je2-button {
    margin-top: 32px
}

.je2-thank-you-dialog__success,
.je2-thank-you-dialog__error {
    display: none
}

.je2-thank-you-dialog._success .je2-thank-you-dialog__success {
    display: flex
}

.je2-thank-you-dialog._error .je2-thank-you-dialog__error {
    display: flex
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-inquiry-mobile-dialog {
    background: #FFF
}

@media (max-width: 767px) {
    .je2-inquiry-mobile-dialog {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }
}

@media (min-width: 768px) {
    .je2-inquiry-mobile-dialog {
        position: relative
    }
}

.je2-inquiry-mobile-dialog>.je2-button {
    padding: 14px;
    position: absolute;
    top: 1px;
    right: 1px
}

.je2-inquiry-mobile-dialog .je2-inquiry {
    overflow: auto
}

@media (max-width: 767px) {
    .je2-inquiry-mobile-dialog .je2-inquiry {
        width: 100%;
        height: 100%
    }
}

.je2-inquiry-mobile-dialog .je2-inquiry__already-sent {
    margin-top: 0;
    border: 0
}

.je2-inquiry-mobile-dialog .je2-inquiry__agent-info {
    border-bottom: 0
}

.je2-inquiry-mobile-dialog .je2-inquiry__office-name {
    margin-top: 5px;
    display: block;
    color: #606060
}

.je2-inquiry-mobile-dialog .je2-inquiry__form {
    padding: 0 19px 19px
}

.je2-inquiry-mobile-dialog .je2-inquiry__field {
    margin-bottom: 16px
}

.je2-inquiry-mobile-dialog .je2-inquiry__field:last-of-type {
    margin-bottom: 0
}

.je2-inquiry-mobile-dialog .je2-inquiry__contact-office-info {
    border-top: 1px solid #E0E0E0;
    padding: 20px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-office-info {
    display: flex;
    justify-content: space-between;
    font-family: inter, Arial, sans-serif
}

.je2-office-info>div {
    line-height: 20px;
    max-width: calc(100% - 150px)
}

@media (max-width: 1199px) {
    .je2-office-info>div {
        max-width: 50%
    }
}

.je2-office-info>div>a {
    display: flex;
    flex-direction: column
}

.je2-office-info>div .je2-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #151515
}

.je2-office-info>div p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-top: 10px
}

.je2-office-info img {
    max-width: 140px;
    max-height: 50px
}

.je2-office-info._with-arrow {
    align-items: center
}

@media (min-width: 1200px) {
    .je2-office-info._with-arrow>div>a {
        flex-direction: row
    }
    .je2-office-info._with-arrow p {
        margin: 0 0 0 13px
    }
}

.je2-office-info._with-arrow svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    transform: rotate(-90deg);
    margin: 0 -2px
}

.je2-office-info._with-arrow img {
    max-width: 160px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-instagram {
    --post-size: 196px;
    --post-gap: 22px;
    position: relative
}

.je2-instagram iframe {
    width: calc(100% + 10px) !important;
    margin: -5px
}

@media (max-width: 767px) {
    .je2-instagram iframe {
        width: calc(100% + 4px) !important;
        margin: -2px
    }
}

.je2-instagram__posts {
    display: grid;
    grid-column-gap: var(--post-gap);
    grid-row-gap: var(--post-gap);
    grid-template-columns: repeat(6, minmax(8rem, 1fr));
    grid-auto-rows: 1fr
}

.je2-instagram__posts::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1
}

.je2-instagram__posts>*:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1
}

@media (max-width: 1199px) {
    .je2-instagram__posts {
        --post-gap: 1px;
        grid-template-columns: repeat(3, minmax(8rem, 1fr))
    }
}

.je2-instagram .je2-button {
    position: absolute;
    right: 3px;
    top: 23px;
    padding: 13px 55px
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .je2-instagram .je2-button {
        right: -3px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-instagram .je2-button {
        padding: 13px 72px;
        right: -3px;
        top: 8px
    }
}

@media (max-width: 767px) {
    .je2-instagram .je2-button {
        position: unset;
        width: 100%;
        margin-top: 15px
    }
}

.je2-instagram__post {
    position: relative;
    background-color: #efefef
}

@media (max-width: 1199px) {
    .je2-instagram__post {
        width: 100%;
        height: 100%
    }
}

.je2-instagram__post img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.je2-instagram__post._multi::before,
.je2-instagram__post._multi::after {
    width: 13px;
    height: 13px;
    content: '';
    display: block;
    position: absolute
}

.je2-instagram__post._multi::before {
    top: 5px;
    right: 7px;
    border-radius: 3px;
    background-color: #fff
}

.je2-instagram__post._multi::after {
    top: 7px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 0 0 5px 0;
    border: 1px solid #fff;
    border-top: none;
    border-left: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-popular-categories__items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-popular-categories__items {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 767px) {
    .je2-popular-categories__items {
        height: auto;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.je2-popular-categories__item {
    flex: 1;
    color: #fff;
    padding-bottom: 131%;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-popular-categories__item {
        padding-bottom: 45%
    }
}

@media (max-width: 767px) {
    .je2-popular-categories__item {
        padding-bottom: 48%
    }
}

.je2-popular-categories__item-content {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    z-index: 10;
    padding: 30px 20px;
    position: absolute;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 34%)
}

@media (max-width: 767px) {
    .je2-popular-categories__item-content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 85%);
        padding: 20px
    }
}

.je2-popular-categories__item-background {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 300ms linear;
    background: #E0E0E0;
    background-size: cover
}

.je2-popular-categories__item-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.je2-popular-categories__item-title {
    font-family: heldane, prata, sans-serif;
    font-size: 28px;
    line-height: 32px
}

@media (max-width: 767px) {
    .je2-popular-categories__item-title {
        font-size: 24px;
        line-height: 30px
    }
}

.je2-popular-categories__item-link {
    margin-top: 15px;
    font-family: inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    position: relative
}

@media (max-width: 767px) {
    .je2-popular-categories__item-link {
        margin-top: 10px
    }
}

.je2-popular-categories__item-link svg {
    color: white;
    top: -3px;
    right: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    transition: transform 300ms linear
}

.je2-popular-categories__item:hover .je2-popular-categories__item-background {
    transform: scale(1.017)
}

.je2-popular-categories__item:hover .je2-popular-categories__item-link svg {
    transform: translate3d(5px, 0, 0)
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-trending__item {
    height: auto
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-trending__item {
        min-width: calc(100%/3.5)
    }
    .je2-trending__item+.je2-trending__item {
        margin-left: 12px
    }
}

@media (max-width: 767px) {
    .je2-trending__item {
        min-width: calc(100%/2.5)
    }
    .je2-trending__item+.je2-trending__item {
        margin-left: 10px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-journal {
    font-family: inter, Arial, sans-serif
}

.je2-journal__container-grid {
    display: grid;
    grid-column-gap: 22px;
    grid-row-gap: 30px;
    grid-template-columns: auto 45%;
    grid-template-rows: repeat(3, 130px)
}

@media (max-width: 767px) {
    .je2-journal__container-grid {
        grid-template-columns: 100%;
        grid-template-rows: repeat(4, 103px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-journal__container-grid {
        grid-template-rows: auto repeat(2, minmax(0, 1fr));
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    .je2-journal__container-flex {
        display: flex;
        justify-content: space-between
    }
    .je2-journal__container-flex>a,
    .je2-journal__container-flex>div {
        width: calc((100% - 40px) / 3)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-journal__container-flex>a+a {
        margin-top: 30px
    }
    .je2-journal__container-flex .je2-journal__article-caption {
        display: block
    }
}

@media (max-width: 767px) {
    .je2-journal__container-flex>a+a {
        margin-top: 20px
    }
}

.je2-journal__article {
    color: #151515;
    text-decoration: none;
    max-height: 130px;
    display: flex;
    overflow: hidden
}

.je2-journal__article:hover .je2-journal__article-title,
.je2-journal__article:hover .je2-journal__article-caption {
    text-decoration: underline
}

.je2-journal__article-image {
    background-color: #efefef;
    flex: 1;
    min-width: 195px;
    height: 130px;
    max-width: 195px;
    margin-right: 20px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-journal__article-image {
        min-width: 229px;
        max-width: 229px;
        height: 150px
    }
}

@media (max-width: 767px) {
    .je2-journal__article-image {
        min-width: 158px;
        max-width: 158px;
        height: 103px
    }
}

.je2-journal__article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.je2-journal__article-date {
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 1px
}

.je2-journal__article-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1199px) {
    .je2-journal__article-title {
        -webkit-line-clamp: 3;
        max-height: 72px
    }
}

.je2-journal__article-caption {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 44px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1199px) {
    .je2-journal__article-caption {
        display: none
    }
}

@media (max-width: 1199px) {
    .je2-journal__article._empty {
        margin-top: 20px
    }
}

.je2-journal__article._empty .je2-journal__article-content {
    width: 100%
}

.je2-journal__article._empty .je2-journal__article-date {
    height: 11px
}

.je2-journal__article._empty .je2-journal__article-title {
    height: 48px
}

.je2-journal__article._empty .je2-journal__article-caption {
    height: 44px
}

.je2-journal__article._empty .je2-journal__article-date,
.je2-journal__article._empty .je2-journal__article-title,
.je2-journal__article._empty .je2-journal__article-caption {
    color: #EFEFEF;
    background: #EFEFEF
}

@media (min-width: 1200px) {
    .je2-journal__article._empty .je2-journal__article-date,
    .je2-journal__article._empty .je2-journal__article-title,
    .je2-journal__article._empty .je2-journal__article-caption {
        width: 20vw
    }
}

.je2-journal__article-big {
    grid-row: 1 / span 3;
    position: relative;
    color: #fff;
    overflow: hidden
}

@media (max-width: 767px) {
    .je2-journal__article-big {
        grid-row: 1 / span 2
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-journal__article-big {
        height: 292px;
        grid-row: 1;
        grid-column: 1 / span 2
    }
}

.je2-journal__article-big:hover .je2-journal__article-big-image {
    transform: scale(1.017)
}

.je2-journal__article-big-image {
    transition: transform 300ms linear;
    width: 100%;
    height: 100%
}

.je2-journal__article-big-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.je2-journal__article-big-content {
    bottom: 0;
    z-index: 5;
    width: 100%;
    position: absolute;
    padding: 40px 30px;
    box-sizing: border-box;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48.44%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width: 767px) {
    .je2-journal__article-big-content {
        padding: 20px
    }
}

.je2-journal__article-big-date {
    color: white
}

.je2-journal__article-big-title {
    font-family: heldane, prata, sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-top: 15px;
    font-weight: normal;
    max-height: 64px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.je2-journal__article-big-caption {
    margin-top: 10px;
    text-decoration: none
}

@media (max-width: 767px) {
    .je2-journal__article-big-caption {
        display: block
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-seen-in {
    padding: 0px 0 0;
    border-top: 1px solid #E0E0E0
}

@media (max-width: 767px) {
    .je2-seen-in {
        padding: 0;
        border-top: none
    }
}

.je2-seen-in__title {
    font-family: inter, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    line-height: 11px;
    color: #606060
}

.je2-seen-in__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.je2-seen-in__items svg {
    fill: #151515
}

@media (max-width: 767px) {
    .je2-seen-in__items {
        margin: 24px 0 0
    }
}

.je2-seen-in__item {
    width: 120px;
    height: 60px;
    display: flex;
    margin: 30px 0px 0;
    min-width: 120px;
    align-items: center;
    justify-content: center
}

.je2-seen-in__item>* {
    max-width: 80%;
}

@media (max-width: 767px) {
    .je2-seen-in__item {
        margin: 10px;
        width: 60px;
        min-width: 120px;
        height: 65px;
    }
}

.je2-seen-in._accelerate {
    background: #F7F6F2;
    border: none;
    padding: 60px 0 100px
}

@media (max-width: 1199px) {
    .je2-seen-in._accelerate {
        padding: 40px 20px 60px
    }
}

.je2-seen-in._accelerate .je2-seen-in__title {
    font-size: 32px;
    line-height: 48px;
    color: #151515;
    text-transform: none;
    font-weight: 500
}

@media (max-width: 1199px) {
    .je2-seen-in._accelerate .je2-seen-in__title {
        font-size: 24px;
        line-height: 36px
    }
}

.je2-seen-in._accelerate .je2-seen-in__items {
    max-width: 1000px;
    margin: 20px auto 0
}

.je2-seen-in._accelerate .je2-seen-in__item {
    margin: 40px 20px 0
}

@font-face {
    font-family: linuxbio;
    src: url(http://static-x.jamesedition.com/assets/LinuxBiolinum_bold-db59c5962fdf7b19be38c538e568e6230a3ee6b11743a5e154be38aa93ea4075.woff2) format("woff2"), url(//static-x.jamesedition.com/assets/LinuxBiolinum_bold-444e3b0cf860b7df93bd474e2c384832057e30b4de895e5d79be7fdec58d8a01.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(//static-x.jamesedition.com/assets/inter/inter-regular-15d70055271f3f6df4ffb4287233fc9ebb3770779661c0bee4c8ebf3718627dc.eot);
    src: local(""), url(//static-x.jamesedition.com/assets/inter/inter-regular-15d70055271f3f6df4ffb4287233fc9ebb3770779661c0bee4c8ebf3718627dc.eot?#iefix) format("embedded-opentype"), url(//static-x.jamesedition.com/assets/inter/inter-regular-605cc9fd9da96e9d3b5c69e694adc8b5ae5545176ff2bb4776eb2b9179bf431d.woff2) format("woff2"), url(//static-x.jamesedition.com/assets/inter/inter-regular-054f12d0699c20cc98b5ee0448475024ef96bcbd916fedfc9b59f4ba375b6312.woff) format("woff"), url(//static-x.jamesedition.com/assets/inter/inter-regular-cddda5bfbb5cfd3c61a5ae0075a6b5719d1eca08ce1575fe1bad14fe7f79a5f8.ttf) format("truetype"), url(//static-x.jamesedition.com/assets/inter/inter-regular-caacbbac3eafe3961b3b007da19e856b1ad7d3108261110a9e2132b7f00fe06d.svg#Inter) format("svg");
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(//static-x.jamesedition.com/assets/inter/inter-500-93f4acecb976a2df41b26f647c75eb317e912127e31349f23ee8f25f9cc25946.eot);
    src: local(""), url(//static-x.jamesedition.com/assets/inter/inter-500-93f4acecb976a2df41b26f647c75eb317e912127e31349f23ee8f25f9cc25946.eot?#iefix) format("embedded-opentype"), url(//static-x.jamesedition.com/assets/inter/inter-500-6b9b764c156f390477a19a462b2be9889e323be1603c841c22e63c818e14f9c9.woff2) format("woff2"), url(//static-x.jamesedition.com/assets/inter/inter-500-0e2b645ef16f9a0cf7b8a79fbee17daf7adc798049319513ce50b3a2e1dea0e9.woff) format("woff"), url(//static-x.jamesedition.com/assets/inter/inter-500-8032d79deba14b8b207f78489b5cb3b7dd8c39e3519688988e075c30aa128157.ttf) format("truetype"), url(//static-x.jamesedition.com/assets/inter/inter-500-633fc6b1432a6c3eb62583a91585f362ca61409af5242e137bbe4506aaf5f140.svg#Inter) format("svg");
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(//static-x.jamesedition.com/assets/inter/inter-600-8b2f7582931802de7cd6d3dcc20f0fe5d81d1fe2f5a889e8c4678cd78c2cc201.eot);
    src: local(""), url(//static-x.jamesedition.com/assets/inter/inter-600-8b2f7582931802de7cd6d3dcc20f0fe5d81d1fe2f5a889e8c4678cd78c2cc201.eot?#iefix) format("embedded-opentype"), url(//static-x.jamesedition.com/assets/inter/inter-600-46aa1619b541c0e70db1a6e279e38d39d72080fdac4e495c0b405051ad0a2e51.woff2) format("woff2"), url(//static-x.jamesedition.com/assets/inter/inter-600-c03769e5537240bfc86f170f4e10f6a88f844e0fd02a3ec0982c0c0a3a837cb1.woff) format("woff"), url(//static-x.jamesedition.com/assets/inter/inter-600-571d0407fe2ab6174310c9959d9d6e9a3150a493cc2ba4185528349e9381285d.ttf) format("truetype"), url(//static-x.jamesedition.com/assets/inter/inter-600-0d4f387df6a81f8c83f6d68366995b383f0b2c62447bd6b27bb40bff43a22589.svg#Inter) format("svg");
    font-display: swap
}

@font-face {
    font-family: heldane;
    src: url(//static-x.jamesedition.com/assets/heldane/Regular-24300063349bb55fe546e53bc1c2eb765b13e550c1413cc848f3924ad3a7a51d.woff2) format("woff2"), url(//static-x.jamesedition.com/assets/heldane/Regular-6ab391279fc30d313945730d6670d01fbc1b8acdbeedf90eacc0da417ca1ebd3.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: prata;
    src: url(//static-x.jamesedition.com/assets/Prata-Regular-574345a3423feeb31f801fef6a127cd4a1e38f744212c73b83f0ab881d34b14a.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body {
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input {
    border: none;
    border-radius: 0;
    padding: 0;
    display: block;
    background: none;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none
}

select {
    font: inherit;
    border-radius: 0
}

textarea {
    border: none;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    display: block;
    padding: 0;
    box-sizing: border-box;
    font: inherit
}

button {
    background: white;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: middle
}

svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: none
}

pre {
    overflow: scroll;
    word-wrap: break-word;
    padding: 10px;
    background-color: rgba(208, 208, 208, 0.6);
    border-radius: 3px;
    margin: 0;
    font-family: Courier, 'New Courier', monospace;
    font-size: 12px
}

h1,
h2,
h3,
p,
ul,
figure {
    margin: 0;
    padding: 0;
    border: none;
    color: inherit
}

.JE-modal {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

@media (max-width: 1199px) {
    body {
        overflow-x: hidden
    }
}

body>img {
    display: none
}

@media (min-width: 1200px) {
    .je-mobile-only {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .je-desktop-only {
        display: none !important
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.grecaptcha-badge._visible {
    visibility: visible
}

@media (max-width: 1199px) {
    .intercom-lightweight-app-launcher {
        bottom: 85px !important
    }
}

.g-accessibility-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    width: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap
}

:root {
    --offset-xs: 16px;
    --offset-s: 24px;
    --offset-m: 32px;
    --offset-l: 48px;
    --offset-xl: 64px
}

@media (max-width: 767px) {
     :root {
        --offset-xs: 8px;
        --offset-s: 16px;
        --offset-m: 24px;
        --offset-l: 32px;
        --offset-xl: 48px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je3-hamburger {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 25;
    display: none;
    width: 100%;
    height: 100%;
    transition: background-color 0.25s cubic-bezier(0.29, 0.71, 0.53, 1)
}

.je3-hamburger nav {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.25s cubic-bezier(0.29, 0.71, 0.53, 1);
    background-color: #FFF;
    will-change: transform;
    width: 315px
}

.je3-hamburger nav::-webkit-scrollbar {
    display: none
}

.je3-hamburger nav .je3-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 1199px) {
    .je3-hamburger._mobile-right {
        justify-content: flex-end
    }
    .je3-hamburger._mobile-right>nav {
        transform: translateX(100%)
    }
}

.je3-hamburger__header {
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    display: flex;
    padding: 20px 20px 2px
}

.je3-hamburger__header>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je3-hamburger__header .je2-button {
    padding: 10px;
    margin: -10px -13px -10px auto
}

.je3-hamburger__header .je2-button svg {
    width: 20px;
    height: 20px
}

.je3-hamburger ul {
    list-style: none;
    margin-top: 14px;
    position: relative
}

.je3-hamburger ul li:first-child {
    margin-top: 14px
}

.je3-hamburger ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je3-hamburger ul::before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    left: 20px
}

.je3-hamburger ul .je2-button:not(._cyan) {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border: 0;
    width: 100%;
    justify-content: flex-start
}

.je3-hamburger ul .je2-button._bold:not(._cyan) {
    font-weight: 500
}

.je3-hamburger ul __count.je2-button:not(._cyan) {
    color: #ADADAD
}

.je3-hamburger ul .je2-button:not(._cyan) svg {
    fill: none
}

.je3-hamburger ul .je2-button:not(._cyan) svg+span {
    margin-left: 16px
}

.je3-hamburger ul .je2-button._cyan {
    height: 38px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.je3-hamburger ul .je2-button._cyan svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
    stroke-width: 1.6
}

@media (min-width: 1200px) {
    .je3-hamburger ul._hide-desktop {
        display: none
    }
}

.je3-hamburger__account .je2-button__count {
    color: #ADADAD
}

.je3-hamburger__footer .je2-button,
.je3-hamburger__settings .je2-button {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 20px
}

.je3-hamburger__settings {
    margin-bottom: env(safe-area-inset-bottom)
}

.je3-hamburger__settings .je2-button {
    margin-bottom: 10px
}

.je3-hamburger__settings .je2-button svg {
    width: 16px;
    height: 16px;
    min-width: 16px
}

.je3-hamburger._opened {
    display: flex
}

.je3-hamburger._animated {
    background-color: rgba(0, 0, 0, 0.5)
}

.je3-hamburger._animated>nav {
    transform: translate3d(0, 0, 0)
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-settings-dialog {
    font-family: inter, Arial, sans-serif;
    width: 424px;
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .je2-settings-dialog {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}

.je2-settings-dialog__header {
    padding: 55px 40px 0;
    font-size: 18px;
    line-height: 28px;
    color: #151515;
    font-weight: 500;
    text-align: center
}

.je2-settings-dialog__header .je2-button {
    position: absolute;
    right: 12px;
    top: 3px
}

.je2-settings-dialog__content {
    padding: 0 32px 32px;
    box-sizing: border-box
}

.je2-settings-dialog__content label {
    font-size: 14px;
    line-height: 22px;
    color: #151515;
    margin: 16px 0 0;
    display: block
}

.je2-settings-dialog__content .je2-select {
    margin-top: 4px
}

.je2-settings-dialog__footer {
    padding: 0 32px 32px;
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .je2-settings-dialog__footer {
        margin-top: auto
    }
}

.je2-settings-dialog__footer .je3-spinner {
    display: none;
    margin: 13px
}

.je2-settings-dialog__footer .je2-button {
    height: 48px;
    background: #151515;
    width: 100%;
    font-weight: 500
}

.je2-settings-dialog._saving .je2-settings-dialog__footer .je3-spinner {
    display: flex
}

.je2-settings-dialog._saving .je2-settings-dialog__footer .je2-button {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je3-newsletter-dialog {
    font-family: inter, Arial, sans-serif;
    width: 424px;
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 55px 32px 32px;
    box-sizing: border-box;
    text-align: center
}

@media (max-width: 767px) {
    .je3-newsletter-dialog {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.je3-newsletter-dialog>.je2-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 24px
}

.je3-newsletter-dialog>.je2-button svg {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.je3-newsletter-dialog>span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #151515
}

.je3-newsletter-dialog p {
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    margin-top: 16px
}

.je3-newsletter-dialog .je2-form .je2-input {
    width: 100%;
    margin-top: 24px
}

.je3-newsletter-dialog .je2-form .je2-button {
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    font-weight: 500
}

.je3-newsletter-dialog .je2-form .je2-button+p {
    margin-top: 24px
}

.je3-newsletter-dialog .je2-form .je2-button svg {
    display: none;
    position: absolute;
    min-width: 24px;
    width: 24px;
    height: 24px
}

.je3-newsletter-dialog .je2-form .je3-spinner {
    position: absolute;
    margin: 0
}

.je3-newsletter-dialog .je2-form .je3-spinner>div {
    background-color: #FFF
}

.je3-newsletter-dialog .je2-form .je2-link,
.je3-newsletter-dialog .je2-form p {
    font-size: 12px;
    line-height: 18px;
    color: #717171
}

.je3-newsletter-dialog .je2-form .je2-link {
    text-transform: lowercase
}

.je3-newsletter-dialog .je2-form._sending button span,
.je3-newsletter-dialog .je2-form._success button span {
    opacity: 0
}

.je3-newsletter-dialog .je2-form._sending .je3-spinner {
    display: flex
}

.je3-newsletter-dialog .je2-form._success svg {
    display: block
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je3-header {
    font-family: inter, Arial, sans-serif;
    position: sticky;
    z-index: 301;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    /* background: #FFF; */
    transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
    padding: 0 5vw;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    flex-wrap: wrap
}

.je3-header::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 66px;
    z-index: -1;
    border-bottom: 1px solid #EAEAEA
}

@media (max-width: 1199px) {
    .je3-header::before {
        top: 56px
    }
}

@media (max-width: 1199px) {
    .je3-header {
        padding: 0 20px
    }
}

.je3-header._without-space {
    margin-bottom: -113px
}

@media (max-width: 1199px) {
    .je3-header._without-space {
        /* margin-bottom: -103px */
    }
}

@media (min-width: 1200px) {
    .je3-header._no-max-width {
        padding: 0 40px
    }
    .je3-header._no-max-width>header {
        max-width: none
    }
}

@media (min-width: 1200px) {
    .je3-header._narrow>header {
        max-width: 1280px
    }
}

.je3-header._burger-out>header>button {
    margin-left: -82px;
    padding: 0 30px
}

.je3-header>header,
.je3-header .je2-secondary-menu>nav {
    display: flex;
    position: relative
}

@media (min-width: 1200px) {
    .je3-header>header,
    .je3-header .je2-secondary-menu>nav {
        margin: 0 auto;
        max-width: calc(1920px - 10vw)
    }
}

.je3-header>header .je2-button,
.je3-header .je2-secondary-menu>nav .je2-button {
    transition: color 120ms ease, border-color 120ms ease;
    background-color: transparent
}

.je3-header>header svg,
.je3-header .je2-secondary-menu>nav svg {
    transition: fill 120ms ease
}

.je3-header>header button,
.je3-header>header a,
.je3-header .je2-secondary-menu>nav button,
.je3-header .je2-secondary-menu>nav a {
    position: relative
}

.je3-header>header>button,
.je3-header .je2-secondary-menu>nav>button {
    background-color: transparent;
    padding: 0 24px;
    margin-left: -24px
}

@media (max-width: 1199px) {
    .je3-header>header>button,
    .je3-header .je2-secondary-menu>nav>button {
        padding: 16px;
        margin-right: -20px
    }
}

.je3-header>header>button svg,
.je3-header .je2-secondary-menu>nav>button svg {
    width: 20px;
    height: 20px;
    stroke: #151515
}

.je3-header>header>a,
.je3-header .je2-secondary-menu>nav>a {
    background-color: transparent;
    margin: 0 -15px
}

.je3-header>header>a svg:first-of-type,
.je3-header .je2-secondary-menu>nav>a svg:first-of-type {
    width: 140px
}

.je3-header>header>a svg:last-of-type,
.je3-header .je2-secondary-menu>nav>a svg:last-of-type {
    display: none
}

.je3-header>header>ul,
.je3-header .je2-secondary-menu>nav>ul {
    white-space: nowrap;
    list-style: none;
    display: flex
}

.je3-header>header>ul>li,
.je3-header .je2-secondary-menu>nav>ul>li {
    margin-left: 0
}

.je3-header>header>ul>li>a,
.je3-header>header>ul>li>button,
.je3-header .je2-secondary-menu>nav>ul>li>a,
.je3-header .je2-secondary-menu>nav>ul>li>button {
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 0 60px;
}

.je3-header>header>ul>li>a:hover::after,
.je3-header>header>ul>li>a._active::after,
.je3-header>header>ul>li>a:focus::after,
.je3-header>header>ul>li>button:hover::after,
.je3-header>header>ul>li>button._active::after,
.je3-header>header>ul>li>button:focus::after,
.je3-header .je2-secondary-menu>nav>ul>li>a:hover::after,
.je3-header .je2-secondary-menu>nav>ul>li>a._active::after,
.je3-header .je2-secondary-menu>nav>ul>li>a:focus::after,
.je3-header .je2-secondary-menu>nav>ul>li>button:hover::after,
.je3-header .je2-secondary-menu>nav>ul>li>button._active::after,
.je3-header .je2-secondary-menu>nav>ul>li>button:focus::after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 12px;
    width: calc(100% - 24px);
    border-bottom: 1px solid #151515
}

.je3-header>header .je2-user-controls,
.je3-header .je2-secondary-menu>nav .je2-user-controls {
    margin-right: -12px
}

.je3-header>header .je2-user-controls>li a>div,
.je3-header .je2-secondary-menu>nav .je2-user-controls>li a>div {
    font-size: 14px
}

.je3-header>header {
    height: 66px
}

@media (max-width: 1199px) {
    .je3-header>header {
        height: 56px;
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

.je3-header>header>ul:first-of-type {
    margin-left: auto
}

@media (max-width: 1199px) {
    .je3-header>header>ul {
        display: none
    }
}

.je3-header .je2-secondary-menu>nav li:first-of-type {
    margin-left: -12px
}

.je3-header .je2-secondary-menu>nav li:last-of-type {
    margin-right: -12px
}

@media (max-width: 1199px) {
    .je3-header._with-search>header>a {
        padding: 16px;
        margin: 0 0 0 -20px
    }
}

@media (max-width: 1199px) {
    .je3-header._with-search>header>a svg:first-of-type {
        display: none
    }
}

.je3-header._with-search>header>a svg:last-of-type {
    height: 32px;
    width: 32px;
    min-width: 32px;
    display: block
}

@media (min-width: 1200px) {
    .je3-header._with-search>header>a svg:last-of-type {
        display: none
    }
}

.je3-header._transparent {
    /* background-color: transparent; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.je3-header._transparent::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.je3-header._transparent>header>a,
.je3-header._transparent>header>ul>li>button,
.je3-header._transparent>header>ul>li>a,
.je3-header._transparent .je2-secondary-menu>nav>a,
.je3-header._transparent .je2-secondary-menu>nav>ul>li>button,
.je3-header._transparent .je2-secondary-menu>nav>ul>li>a {
    color: #FFF
}

.je3-header._transparent>header>button svg,
.je3-header._transparent .je2-secondary-menu>nav>button svg {
    stroke: #FFF
}

.je3-header._transparent .je3-search-field {
    background: #FFF
}

@media (min-width: 1200px) {
    .je3-header._transparent .je3-search-field__placeholder {
        background: #FFF
    }
}

.je3-header._transparent ul a:hover::after,
.je3-header._transparent ul a._active::after,
.je3-header._transparent ul a:focus::after,
.je3-header._transparent ul button:hover::after,
.je3-header._transparent ul button._active::after,
.je3-header._transparent ul button:focus::after,
.je3-header._transparent .je2-secondary-menu ul a:hover::after,
.je3-header._transparent .je2-secondary-menu ul a._active::after,
.je3-header._transparent .je2-secondary-menu ul a:focus::after,
.je3-header._transparent .je2-secondary-menu ul button:hover::after,
.je3-header._transparent .je2-secondary-menu ul button._active::after,
.je3-header._transparent .je2-secondary-menu ul button:focus::after {
    border-bottom: 1px solid #FFF
}

.je3-header._transparent .je2-user-controls__login button {
    border: 1px solid #FFF;
    color: #FFF;
    background: #845620;
}

.je3-header._transparent .je2-user-controls__login button:hover {
    border-color: #E0E0E0;
    color: #E0E0E0
}

@media (max-width: 1199px) {
    .je3-header._transparent._with-search {
        background-color: #FFF;
        margin-bottom: 0
    }
    .je3-header._transparent._with-search::before {
        border-bottom: 1px solid #EAEAEA
    }
    .je3-header._transparent._with-search .je3-search-field {
        background: #F1F1F1
    }
    .je3-header._transparent._with-search .je3-search-field._overlay {
        background: #FFF
    }
    .je3-header._transparent._with-search>header>button svg {
        stroke: #151515
    }
    .je3-header._transparent._with-search .je2-secondary-menu a {
        color: #151515
    }
}

@media (max-width: 1199px) {
    .je3-header._with-search._without-space {
        margin-bottom: 0
    }
}

.je3-header._with-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 21
}

.je3-header._no-sticky {
    position: relative
}

.je3-header._large>header {
    height: 84px
}

.je3-header._large::before {
    top: 84px
}

.je3-header._large .je2-account-dropdown {
    top: 95px
}

@media (max-width: 1199px) {
    #page_content._w-bottom-offset {
        top: 0;
        padding-bottom: calc(62px + env(safe-area-inset-bottom))
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

@media (max-width: 1199px) {
    .je2-secondary-menu {
        margin-left: -20px;
        width: calc(100% + 40px)
    }
}

.je2-secondary-menu nav {
    height: 46px
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .je2-secondary-menu nav {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .je2-secondary-menu nav::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 1199px) {
    .je2-secondary-menu nav {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .je2-secondary-menu nav::-webkit-scrollbar {
        display: none
    }
    .je2-secondary-menu nav ul {
        padding: 0 20px
    }
}

.je2-secondary-menu__submenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFF;
    margin-top: 1px;
    clip: rect(0, 0, 0, 0)
}

.je2-secondary-menu__submenu>div {
    display: flex;
    visibility: hidden;
    height: 0;
    max-width: calc(1920px - 10vw);
    margin: 0 auto;
    position: relative
}

@media (max-width: 1199px) {
    .je2-secondary-menu__submenu>div {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .je2-secondary-menu__submenu>div::-webkit-scrollbar {
        display: none
    }
}

.je2-secondary-menu__submenu>div._visible {
    visibility: visible;
    height: auto;
    padding: 20px 5vw
}

.je2-secondary-menu__submenu>div>.je2-button {
    margin: auto 0 0 auto;
    height: 34px;
    font-weight: 500;
    padding: 0 12px
}

.je2-secondary-menu__submenu>div>.je2-button svg {
    fill: none;
    stroke: currentColor;
    width: 12px;
    height: 12px;
    min-width: 12px
}

.je2-secondary-menu__submenu ul {
    white-space: nowrap;
    list-style: none;
    margin-left: 80px
}

.je2-secondary-menu__submenu ul:first-of-type {
    margin-left: 0
}

.je2-secondary-menu__submenu ul._less-space-from-left {
    margin-left: 24px
}

.je2-secondary-menu__submenu ul>li:first-of-type p {
    font-size: 14px;
    line-height: 22px;
    min-height: 22px;
    font-weight: 500;
    color: #717171;
    margin-bottom: 16px
}

.je2-secondary-menu__submenu ul .je2-button {
    border: 0;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 12px;
    margin-left: -12px
}

.je2-secondary-menu__submenu ul .je2-button:hover {
    color: #717171
}

.je2-secondary-menu._with-bg:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: -1;
    margin-top: 1px
}

.je2-secondary-menu._with-bg .je2-secondary-menu__submenu {
    clip: unset
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je3-search-field {
    font-family: inter, Arial, sans-serif;
    display: flex;
    margin-top: 14px;
    border-radius: 100px;
    height: 38px;
    background: #F1F1F1;
    position: absolute;
    z-index: 22
}

@media (min-width: 1200px) {
    .je3-search-field {
        min-width: 540px;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 1199px) {
    .je3-search-field {
        width: calc(100% - 76px);
        left: 44px;
        margin-top: 9px
    }
}

.je3-search-field svg {
    width: 16px;
    height: 16px;
    color: transparent
}

.je3-search-field__placeholder {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F1F1F1;
    cursor: text;
    color: #717171;
    z-index: 5
}

.je3-search-field__placeholder svg {
    stroke: #717171;
    margin-right: 8px
}

.je3-search-field__placeholder p {
    max-width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je3-search-field__input {
    width: 100%;
    padding: 0 20px;
    position: relative
}

.je3-search-field__input label {
    display: flex;
    align-items: center;
    height: 100%
}

.je3-search-field__input label>.je2-button {
    padding: 10px 16px;
    margin-left: -20px
}

.je3-search-field__input label svg {
    stroke: #151515
}

.je3-search-field__input label svg:first-of-type {
    display: none
}

.je3-search-field__input input {
    width: calc(100% - 55px);
    height: 100%;
    font-weight: 400
}

.je3-search-field__input>.je2-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 20px 20px 10px
}

.je3-search-field__input>.je2-button svg {
    color: #ADADAD
}

@media (max-width: 1199px) {
    .je3-search-field__input>.je2-button svg:first-of-type {
        display: none
    }
}

@media (min-width: 1200px) {
    .je3-search-field__input>.je2-button svg:last-of-type {
        display: none
    }
}

.je3-search-field__suggestions {
    border-radius: 0 0 6px 6px;
    padding: 12px 0;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    top: 100%;
    background: #FFF;
    box-sizing: border-box
}

@media (max-width: 1199px) {
    .je3-search-field__suggestions {
        width: 100%;
        height: 100%;
        z-index: 1
    }
}

.je3-search-field__suggestion-item {
    padding: 10px 20px;
    line-height: 24px;
    display: flex;
    font-size: 16px;
    color: #151515;
    align-items: center;
    cursor: pointer
}

.je3-search-field__suggestion-item svg {
    stroke: #ADADAD;
    margin-right: 16px
}

.je3-search-field__suggestion-item span {
    margin-left: auto;
    font-size: 12px;
    line-height: 18px;
    color: #717171
}

.je3-search-field__suggestion-item._selected,
.je3-search-field__suggestion-item:hover,
.je3-search-field__suggestion-item:focus,
.je3-search-field__suggestion-item._selected:hover {
    background: #F1F1F1
}

.je3-search-field._overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    margin: 0;
    border-radius: 0
}

.je3-search-field._overlay .je3-search-field__placeholder {
    display: none
}

.je3-search-field._overlay .je3-search-field__input {
    height: 56px;
    border-bottom: 1px solid #EAEAEA
}

.je3-search-field._overlay .je3-search-field__input label svg:first-of-type {
    display: block
}

.je3-search-field._overlay .je3-search-field__input label svg:last-of-type {
    display: none
}

.je3-search-field._overlay .je3-search-field__suggestions {
    top: 57px
}

@media (min-width: 1200px) {
    .je3-search-field._focused {
        border-radius: 6px 6px 0 0;
        height: 57px;
        margin-top: 9px;
        background: #FFF
    }
}

@media (min-width: 1200px) {
    .je3-search-field._focused label::after {
        border-bottom: 1px solid #717171;
        content: '';
        width: calc(100% - 40px);
        position: absolute;
        bottom: 0
    }
}

.je3-search-field._focused .je3-search-field__suggestions {
    display: block
}

.je3-search-field._with-results .je3-search-field__placeholder,
.je3-search-field._focused .je3-search-field__placeholder {
    display: none
}

@media (min-width: 1200px) {
    .je3-search-field._with-results {
        border-radius: 6px 6px 0 0;
        height: 57px;
        margin-top: 9px
    }
}

.je3-search-field._with-results label>.je2-button {
    padding: 16px
}

.je3-search-field._with-results .je3-search-field__suggestions {
    display: block
}

.je3-search-field._with-value .je3-search-field__placeholder {
    color: #151515
}

.je3-search-field._with-value .je3-search-field__placeholder svg {
    stroke: #151515
}

.je3-search-field._with-value._focused .je3-search-field__input>.je2-button {
    display: block
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-newsletter {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 5vw;
    box-sizing: border-box
}

@media (max-width: 1199px) {
    .je2-newsletter {
        padding: 0 20px
    }
}

.je2-newsletter__container {
    border-top: 1px solid #E0E0E0;
    padding: 70px 0;
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .je2-newsletter__container {
        padding: 50px 0;
        display: block
    }
}

.je2-newsletter__label {
    width: 540px
}

.je2-newsletter__label div {
    font-size: 34px;
    font-family: heldane, prata, sans-serif;
    font-weight: normal;
    margin-bottom: 26px
}

@media (max-width: 1199px) {
    .je2-newsletter__label div {
        font-size: 28px
    }
}

.je2-newsletter__label p {
    font-family: inter, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #606060
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-newsletter__label {
        width: 479px
    }
}

@media (max-width: 767px) {
    .je2-newsletter__label {
        width: 100%
    }
}

.je2-newsletter__form {
    width: 430px;
    font-family: inter, Arial, sans-serif;
    transition: transform 120ms ease, opacity 120ms ease
}

.je2-newsletter__form .je2-input,
.je2-newsletter__form .je2-button {
    width: 100%;
    height: 48px
}

.je2-newsletter__form .je2-button {
    margin-top: 16px
}

@media (max-width: 1199px) {
    .je2-newsletter__form {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-newsletter__form {
        width: 479px;
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    .je2-newsletter__form {
        width: 100%
    }
}

.je2-newsletter__form__success {
    display: none;
    height: 157px;
    width: 430px;
    align-items: center;
    color: #151515;
    font-weight: 500
}

.je2-newsletter__form__success svg {
    fill: #006C75;
    width: 30px;
    height: 27px;
    margin: 0 17px 10px 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-newsletter__form__success {
        width: 479px
    }
}

@media (max-width: 767px) {
    .je2-newsletter__form__success {
        width: 100%
    }
}

.je2-newsletter__form._success>* {
    display: none
}

.je2-newsletter__form._success .je2-newsletter__form__success {
    display: flex
}

.je2-newsletter__terms {
    margin-top: 23px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #606060
}

@media (min-width: 1200px) {
    .je2-newsletter._no-max-width {
        max-width: none;
        padding: 0 40px
    }
}

@media (max-width: 1199px) {
    .category_index .je2-newsletter__container,
    .home_new .je2-newsletter__container {
        padding-top: 0 !important;
        border-top: none !important
    }
}

@media (max-width: 1199px) {
    .errors .je2-newsletter {
        display: none
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-checkbox {
    display: flex;
    cursor: pointer;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
    align-items: center;
    padding: 10px 15px
}

.je2-checkbox._hidden {
    display: none
}

.je2-checkbox._half-width {
    width: 45% !important;
    box-sizing: border-box
}

.je2-checkbox input {
    appearance: none
}

.je2-checkbox input:checked+.je2-checkbox__icon {
    background: #151515;
    border-color: #151515
}

.je2-checkbox input:checked+.je2-checkbox__icon svg {
    display: inline-block
}

.je2-checkbox input:focus+.je2-checkbox__icon {
    border-color: #151515
}

.je2-checkbox__icon {
    height: 20px;
    min-width: 20px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px
}

.je2-checkbox__icon svg {
    width: 14px;
    height: 10px;
    display: none
}

.je2-checkbox:hover .je2-checkbox__icon {
    border-color: #151515
}

.je2-checkbox>svg {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.je2-checkbox__text {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.je2-checkbox._invalid .je2-checkbox__icon {
    border-color: #F4382C
}

.je2-checkbox._small {
    margin: -10px -15px
}

.je2-checkbox._small .je2-checkbox__text {
    font-size: 13px;
    color: #606060;
    font-weight: normal;
    text-transform: none
}

.je2-checkbox._small .je2-checkbox__icon {
    height: 16px;
    min-width: 16px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-input {
    border: 1px solid #E0E0E0;
    padding: 11px 16px !important;
    outline: none;
    font-size: 16px;
    line-height: 22px
}

.je2-input.small {
    height: 40px
}

.je2-input::placeholder {
    color: #A0A0A0
}

.je2-input:-webkit-autofill::first-line {
    font-family: inter, Arial, sans-serif;
    font-size: 16px
}

.je2-input:disabled,
.je2-input._disabled {
    color: rgba(96, 96, 96, 0.5);
    pointer-events: none
}

.je2-input:not(._invalid):focus {
    border-color: #606060
}

.je2-input._error {
    border-color: #E63232
}

.je2-input._invalid {
    border-color: #F4382C
}

.je2-input__container:hover input:disabled+div,
.je2-input__container:hover input._disabled+div {
    opacity: 1;
    margin-top: 9px
}

.je2-input__tooltip {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #151515;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: linear 100ms
}

@media (max-width: 767px) {
    .je2-input__tooltip {
        min-width: 260px;
        white-space: normal
    }
}

.je2-input__tooltip::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #151515
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-button {
    display: inline-flex;
    color: #151515;
    outline-color: #151515;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    font-family: inter, Arial, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding: 10px 15px;
    white-space: nowrap
}

.je2-button>span>svg,
.je2-button>svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    pointer-events: none
}

.je2-button>span {
    pointer-events: none
}

.je2-button>svg+span,
.je2-button>span+svg {
    margin-left: 8px
}

.je2-button span._hidden {
    display: none
}

.je2-button._rounded {
    border-radius: 20px
}

.je2-button._noborder {
    border: 0
}

.je2-button._black {
    background-color: #151515;
    border-color: #151515;
    color: #FFF
}

@media (min-width: 1200px) {
    .je2-button._black:hover,
    .je2-button._black:focus {
        background-color: rgba(21, 21, 21, 0.85);
        border-color: rgba(21, 21, 21, 0.85)
    }
}

.je2-button._black .je2-button__count {
    color: #E0E0E0
}

.je2-button._cyan {
    background: #006C75;
    border-color: #006C75;
    color: #FFF
}

.je2-button._cyan:hover,
.je2-button._cyan:focus {
    background-color: #007A84;
    border-color: #007A84
}

.je2-button._white {
    background: #FFF;
    border-color: #151515;
    color: #151515
}

.je2-button._white:hover,
.je2-button._white:focus {
    background-color: #F5F5F5
}

.je2-button._uppercase {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.je2-button._capitalize {
    text-transform: capitalize
}

.je2-button._onlyicon {
    padding: 10px
}

.je2-button._onlyicon svg {
    width: 24px;
    height: 24px
}

.je2-button._onlyicon._disabled {
    cursor: not-allowed;
    color: #606060;
    background: #F5F5F5
}

.je2-button._fillactive svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

.je2-button._fillactive._active svg {
    fill: currentColor
}

.je2-button._link {
    text-decoration: underline;
    font-size: 16px
}

@media (min-width: 1200px) {
    .je2-button._link:hover,
    .je2-button._link:focus {
        color: #151515
    }
}

@media (min-width: 1200px) {
    .je2-button._mobile-and-tablet-only {
        display: none
    }
}

.je2-button._not-visible {
    opacity: 0;
    pointer-events: none
}

.je2-button:hover,
.je2-button:focus {
    border-color: #151515;
    z-index: 2
}

.je2-button:hover .je2-button__tooltip {
    display: block
}

.je2-button._active {
    border-color: #151515
}

.je2-button._disabled,
.je2-button:disabled {
    cursor: not-allowed;
    border-color: #F0F0F0;
    color: #ADADAD;
    background: #F0F0F0
}

.je2-button._hidden {
    display: none
}

.je2-button._invisible {
    visibility: hidden
}

.je2-button__badge {
    margin-left: 6px;
    pointer-events: none
}

.je2-button__badge:empty {
    display: none
}

.je2-button__temporary {
    pointer-events: none
}

.je2-button__count {
    color: #606060;
    margin-left: 5px;
    pointer-events: none
}

.je2-button__tooltip {
    display: none;
    cursor: default;
    position: absolute;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
    background: #FFF;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    white-space: normal;
    min-width: 200px;
    color: #151515
}

.je2-button__tooltip._small {
    min-width: 89px;
    line-height: 13px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .je2-button__tooltip {
        max-width: 100vw
    }
}

.je2-button__tooltip b {
    font-weight: 500;
    font-size: 14px
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-link {
    font-family: inter, Arial, sans-serif;
    text-decoration: underline;
    text-decoration-color: #D0D0D0;
    color: #151515;
    transition: all 0.3s;
    cursor: pointer;
    text-underline-offset: 3px;
    outline-color: #151515;
    border: 0
}

.je2-link:hover {
    color: #151515;
    text-decoration: underline;
    text-decoration-color: #151515
}

.je2-link:active {
    text-decoration: none
}

.je2-link._cyan {
    color: #006C75;
    text-decoration-color: #006C75;
    text-underline-offset: 1px
}

.je2-link._cyan:hover {
    color: #007A84;
    text-decoration-color: #007A84
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-footer {
    font-size: 14px;
    font-family: inter, Arial, sans-serif;
    color: #FFF;
    background-color: #000;
    padding: 0 5vw
}

@media (max-width: 767px) {
    .je2-footer {
        padding: 0 20px
    }
}

.je2-footer__top,
.je2-footer__bottom {
    margin: 0 auto;
    max-width: calc(1920px - 10vw)
}

.je2-footer__top {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #606060
}

@media (max-width: 767px) {
    .je2-footer__top {
        border: none;
        padding-bottom: 0;
        flex-direction: column-reverse
    }
    
    .je3-header>header>ul {
        display:flex;
    position: absolute;
    top: 108px;
    background: rgb(255 255 255 / 65%);
    border-radius: 5px;
}
.je3-header>header>ul>li>a {
    height: 100%;
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px;
}
}

.je2-footer__label {
    font-family: inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6)
}

.je2-footer__menu {
    flex: 1;
    display: flex
}

@media (max-width: 767px) {
    .je2-footer__menu {
        align-items: stretch;
        flex-direction: column
    }
}

.je2-footer__menu-section {
    width: 320px
}

@media (max-width: 767px) {
    .je2-footer__menu-section {
        width: auto;
        flex: 1
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-footer__menu-section {
        flex: 1;
        width: auto
    }
}

.je2-footer__menu ul {
    list-style-type: none
}

@media (max-width: 767px) {
    .je2-footer__menu ul {
        display: block;
    }
    .je2-footer__menu ul._visible {
        display: block;
        margin-top: 10px
    }
}

.je2-footer__menu ul li {
    margin-bottom: 20px
}

.je2-footer__menu a {
    color: #FFF
}

.je2-footer__menu a:hover,
.je2-footer__menu a:focus {
    color: #FFF
}

@media (max-width: 767px) {
    .je2-footer__menu .je2-footer__label {
        margin: 0;
        padding: 20px 0;
        position: relative;
        border-bottom: 1px solid #606060
    }
    .je2-footer__menu .je2-footer__label::after {
        top: 50%;
        right: 0;
        width: 7px;
        height: 7px;
        content: "";
        display: block;
        position: absolute;
        border-right: 1px solid #606060;
        border-bottom: 1px solid #606060;
        transform: translate3d(0, calc(-50% - 2px), 0) rotate(45deg)
    }
    .je2-footer__menu .je2-footer__label._visible {
        border-bottom: none
    }
    .je2-footer__menu .je2-footer__label._visible+ul {
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #606060
    }
}

.je2-footer__settings {
    width: 200px;
    min-width: 200px
}

@media (max-width: 767px) {
    .je2-footer__settings {
        width: auto;
        margin-bottom: 20px;
        align-items: stretch
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-footer__settings {
        width: 180px;
        min-width: 180px
    }
}

.je2-footer__bottom {
    display: flex;
    height: 28px;
    padding: 22px 0;
    align-items: center;
    box-sizing: content-box
}

@media (max-width: 767px) {
    .je2-footer__bottom {
        padding: 0;
        height: auto;
        flex-direction: column-reverse
    }
}

.je2-footer__copyright {
    flex: 1;
    display: flex;
    color: rgba(255, 255, 255, 0.6);
    align-items: center
}

@media (max-width: 767px) {
    .je2-footer__copyright {
        padding-bottom: 40px
    }
}

.je2-footer__logo {
    width: 25px;
    height: 28px;
    margin-right: 10px
}

.je2-footer__social {
    display: flex;
    justify-content: center;
    flex-flow: wrap
}

@media (max-width: 767px) {
    
    .je3-header>header>a svg:first-of-type{
        width: 80px;
    }
    .je2-footer__social {
        padding: 45px 0
    }
}

.je2-footer__social-link {
    width: 30px;
    height: 30px;
    color: #FFF;
    display: flex;
    cursor: pointer;
    margin: 0 13px;
    align-items: center;
    justify-content: center
}

.je2-footer__social-link:hover,
.je2-footer__social-link:focus {
    color: #FFF
}

.je2-footer .je2-select svg {
    color: #FFF
}

.je2-footer .je2-select select {
    color: #FFF;
    background: transparent;
    border: 1px solid #606060
}

.je2-footer .je2-select select option {
    background: #000
}

.je2-footer .je2-select+.je2-select select {
    margin-top: -1px
}

@media (min-width: 1200px) {
    .je2-footer._no-max-width {
        padding: 0 40px
    }
}

@media (min-width: 1200px) {
    .je2-footer._no-max-width .je2-footer__top,
    .je2-footer._no-max-width .je2-footer__bottom {
        max-width: none
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-select {
    position: relative;
    border: 1px solid #E0E0E0
}

.je2-select:hover,
.je2-select:focus {
    border-color: #606060
}

.je2-select select {
    padding: 11px 30px 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    border: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer
}

@media (max-width: 1199px) {
    .je2-select select {
        font-size: 16px;
        padding: 15px 33px 13px 15px
    }
}

.je2-select._left-icon select {
    padding-left: 39px
}

.je2-select__right-icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
    width: 11px;
    height: 7px;
    color: #2C2C2C;
    pointer-events: none
}

.je2-select__left-icon {
    position: absolute;
    left: 14px;
    top: calc(50% - 8px);
    height: 17px;
    width: 17px;
    stroke: #2C2C2C;
    pointer-events: none;
    display: flex
}

.je2-select__left-icon svg {
    fill: currentColor;
    width: 100%;
    height: 100%
}

.je2-select._invalid select {
    border-color: #F4382C
}

.je2-select._with-placeholder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.je2-select._with-placeholder select {
    position: absolute;
    opacity: 0;
    appearance: none;
    left: 0;
    top: 0
}

.je2-select._with-placeholder span {
    white-space: nowrap
}

.je2-select._with-placeholder .je2-select__right-icon {
    position: static;
    margin-left: 5px
}

.je2-select._hidden {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.exit-modal-content {
    text-align: left;
    font-family: inter, Arial, sans-serif;
    width: 560px;
    position: relative;
    background: white;
    border-radius: 4px
}

@media (max-width: 767px) {
    .exit-modal-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow: auto;
        display: flex;
        vertical-align: middle;
        flex-direction: column;
        justify-content: space-between
    }
}

.exit-modal-content__alert {
    display: none;
    color: #ea0d08;
    padding-bottom: 20px
}

.exit-modal-content__alert._show {
    display: block
}

.exit-modal-content__alert._success {
    color: #178475
}

.exit-modal-content__header {
    padding: 40px 40px 0
}

.exit-modal-content__header .je2-button {
    position: absolute;
    right: 0;
    top: 0
}

.exit-modal-content__title {
    margin: 0;
    font-size: 28px
}

.exit-modal-content__body {
    padding: 40px
}

.exit-modal-content__body .je2-input {
    margin-top: 5px;
    width: 100%
}

.exit-modal-content__body .je2-button {
    margin-top: 15px;
    display: flex;
    margin-left: auto
}

.exit-modal-content__body p {
    margin-bottom: 40px
}

.exit-modal-content__body p a {
    color: #178475
}

.exit-modal-content__footer {
    padding: 20px 40px;
    border-radius: 0 0 5px 5px;
    background: #ececec;
    margin-top: auto
}

.exit-modal-content__footer a {
    color: #178475
}

.exit-modal-content__footer p {
    margin-bottom: 0px;
    font-size: 0.8em
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.cookie__container {
    font-family: inter, Arial, sans-serif;
    position: fixed;
    width: 636px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    padding: 13px 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    border-radius: 4px;
    backface-visibility: hidden;
    box-sizing: border-box;
    display: block
}

@media (max-width: 1199px) {
    .cookie__container {
        width: calc(100% - 40px);
        bottom: 16px;
        margin-bottom: env(safe-area-inset-bottom)
    }
}

@media (max-width: 1199px) {
    .cookie__container._w-bottom-offset {
        bottom: 70px
    }
}

.cookie__content {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .cookie__content {
        flex-direction: column
    }
}

.cookie__text {
    margin-right: 50px;
    font-size: 14px
}

@media (max-width: 1199px) {
    .cookie__text {
        margin-right: 0;
        text-align: center
    }
}

.cookie__button {
    padding: 8px 54px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    background-color: #FFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    font-size: 15px;
    font-family: inherit;
    color: #151515
}

@media (max-width: 1199px) {
    .cookie__button {
        padding: 8px 44px;
        margin: 13px auto auto
    }
}

.cookie__link {
    color: inherit;
    text-decoration: underline
}

.cookie__link:hover,
.cookie__link:focus {
    color: #E0E0E0
}

.breadcrumbs__hidden {
    display: none
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-header-light {
    color: #FFF
}

.je2-header-light._black {
    color: #000
}

.je2-header-light._left {
    position: absolute;
    left: 60px;
    top: 25px;
    z-index: 3
}

@media (max-width: 767px) {
    .je2-header-light._left {
        left: 6px;
        top: 16px
    }
}

.je2-header-light._center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.je2-header-light svg {
    padding: 20px;
    width: 140px;
    height: 21px;
    fill: currentColor
}

@media (max-width: 1199px) {
    .je2-header-light svg {
        height: 20px;
        padding: 14px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-footer-light {
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5
}

@media (max-width: 767px) {
    .je2-footer-light {
        padding: 50px 0
    }
}

.je2-footer-light svg {
    width: 32px;
    height: 32px;
    fill: #ADADAD;
    margin-bottom: 21px;
    z-index: 0
}

.je2-footer-light p {
    font-family: inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #ADADAD;
    z-index: 0
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-slider {
    margin-top: 48px;
    position: relative;
    --visible-items-count: 6
}

@media (max-width: 767px) {
    .je2-slider {
        margin-top: 32px
    }
}

.je2-slider__title {
    margin: 0;
    font-family: linuxbio, arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #151515
}

@media (max-width: 767px) {
    .je2-slider__title {
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: var(--offset-s)
    }
}

.je2-slider__wrapper {
    height: 95px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    margin: 0 -30px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__wrapper {
        padding: 0;
        margin: 25px -20px 0
    }
}

@media (max-width: 767px) {
    .je2-slider__wrapper {
        padding: 0;
        margin: 25px -20px 0
    }
}

.je2-slider__content {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    position: relative;
    box-sizing: content-box
}

@media (min-width: 1200px) {
    .je2-slider__content {
        overflow: hidden
    }
}

@media (max-width: 1199px) {
    .je2-slider__content {
        padding-bottom: 20px;
        margin-bottom: -20px
    }
    .je2-slider__content::before,
    .je2-slider__content::after {
        min-width: 20px;
        height: 100px;
        display: block;
        content: ""
    }
}

.je2-slider__scroll {
    z-index: 20;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    border-radius: 100%;
    top: calc(50% - 18px);
    background: #FFF;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25)
}

.je2-slider__scroll.left {
    left: 12px
}

.je2-slider__scroll.right {
    right: 12px
}

.je2-slider__scroll svg {
    width: 8px;
    height: 12px;
    stroke: #2C2C2C
}

@media (min-width: 1200px) {
    .je2-slider__scroll.visible {
        display: flex
    }
}

.je2-slider__dots {
    left: 50%;
    z-index: 10;
    bottom: 10px;
    display: flex;
    position: absolute;
    transform: translate3d(-50%, 0, 0)
}

.je2-slider__dot {
    width: 14px;
    height: 14px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center
}

.je2-slider__dot::before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: width 100ms ease, height 100ms ease, background-color 100ms ease
}

.je2-slider__dot.active::before {
    width: 8px;
    height: 8px;
    background-color: #fff
}

.je2-slider__dot.offscreen::before {
    width: 4px;
    height: 4px;
    cursor: default;
    background-color: #fff
}

.je2-slider__item {
    z-index: 1;
    width: 196px;
    height: 95px;
    min-width: 196px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-color: #ccc
}

.je2-slider__item__label {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    position: absolute;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
    box-sizing: border-box;
    z-index: 1
}

.je2-slider__item__label:hover,
.je2-slider__item__label:focus {
    color: #fff;
    text-decoration: none
}

.je2-slider__item__label h3 {
    margin: 0;
    padding: 0;
    font-family: inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center
}

.je2-slider__item__background {
    width: 100%;
    height: 100%
}

.je2-slider__item__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.je2-slider__item+.je2-slider__item {
    margin-left: 24px
}

@media (max-width: 1199px) {
    .je2-slider__item+.je2-slider__item {
        margin-left: var(--offset-s)
    }
}

.je2-slider__view-all {
    font-family: inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.je2-slider.no-title .je2-slider__wrapper {
    margin-top: 0
}

.je2-slider.fit-parent {
    margin: 0;
    width: 100%;
    height: 100%
}

.je2-slider.fit-parent .je2-slider__wrapper {
    height: 100%
}

.je2-slider.fit-parent.collapsed {
    margin: 0;
    padding: 0;
    width: 100%
}

.je2-slider.fit-parent .je2-slider__title+.je2-slider__wrapper {
    height: calc(100% - 60px)
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider.fit-parent .je2-slider__title+.je2-slider__wrapper {
        height: calc(100% - 52px)
    }
}

@media (max-width: 767px) {
    .je2-slider.fit-parent .je2-slider__title+.je2-slider__wrapper {
        height: calc(100% - 40px)
    }
}

.je2-slider.fit-parent .je2-slider__item {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.je2-slider.fit-parent .je2-slider__item+.je2-slider__item {
    margin-left: 0
}

.je2-slider.fit-parent.collapsed .je2-slider__scroll.left {
    transform: rotate(90deg);
    left: 10px
}

.je2-slider.fit-parent.collapsed .je2-slider__scroll.right {
    transform: rotate(-90deg);
    right: 10px
}

.je2-slider.non-scrollable .je2-slider__content {
    padding: 0;
    overflow: hidden
}

.je2-slider.grid-align .je2-slider__content {
    --items-count: var(--visible-items-count, 5);
    --grid-columns: calc((100% - (var(--offset-s) * (var(--items-count) - 1))) / var(--items-count))
}

@media (min-width: 1200px) {
    .je2-slider.grid-align .je2-slider__content {
        display: grid;
        overflow: hidden;
        grid-auto-columns: var(--grid-columns);
        grid-column-gap: var(--offset-s);
        grid-auto-flow: column;
        position: relative
    }
}

@media (min-width: 1200px) {
    .je2-slider.grid-align .je2-slider__item {
        margin: 0;
        width: auto;
        min-width: auto
    }
}

.je2-slider[data-items-count="3"] {
    --visible-items-count: 3
}

.je2-slider[data-items-count="4"] {
    --visible-items-count: 4
}

.je2-slider[data-items-count="5"] {
    --visible-items-count: 5
}

.je2-slider[data-items-count="6"] {
    --visible-items-count: 6
}

.je2-slider[data-items-count="7"] {
    --visible-items-count: 7
}

.je2-slider[data-items-count="8"] {
    --visible-items-count: 8
}

.je2-slider[data-items-count="9"] {
    --visible-items-count: 9
}

.je2-slider[data-items-count="10"] {
    --visible-items-count: 10
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-3,
    .je2-slider__item-4 {
        min-width: calc(100% / 2.5)
    }
    .je2-slider__item-3+.je2-slider__item-3,
    .je2-slider__item-4+.je2-slider__item-3,
    .je2-slider__item-3+.je2-slider__item-4,
    .je2-slider__item-4+.je2-slider__item-4 {
        margin-left: 12px
    }
}

@media (max-width: 767px) {
    .je2-slider__item-3,
    .je2-slider__item-4 {
        min-width: calc(100% / 1.2)
    }
    .je2-slider__item-3+.je2-slider__item-3,
    .je2-slider__item-4+.je2-slider__item-3,
    .je2-slider__item-3+.je2-slider__item-4,
    .je2-slider__item-4+.je2-slider__item-4 {
        margin-left: 10px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-5 {
        min-width: calc(100% / 3.5)
    }
    .je2-slider__item-5+.je2-slider__item-5 {
        margin-left: 12px
    }
}

@media (max-width: 767px) {
    .je2-slider__item-5 {
        min-width: calc(100% / 2.5)
    }
    .je2-slider__item-5+.je2-slider__item-5 {
        margin-left: 10px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-8 {
        min-width: calc(100% / 3.5)
    }
    .je2-slider__item-8+.je2-slider__item-8 {
        margin-left: 12px
    }
}

@media (max-width: 767px) {
    .je2-slider__item-8 {
        min-width: calc(100% / 2.5)
    }
    .je2-slider__item-8+.je2-slider__item-8 {
        margin-left: 10px
    }
}

.je2-slider._alt .je2-slider__navigation {
    right: 0;
    height: 38px;
    top: -70px;
    display: flex;
    position: absolute;
    align-items: center
}

@media (max-width: 1199px) {
    .je2-slider._alt .je2-slider__navigation {
        height: 32px;
        top: -62px
    }
}

.je2-slider._alt .je2-slider__scroll {
    width: 24px;
    height: 24px;
    padding: 7px;
    border: 1px solid #E0E0E0;
    position: static;
    background: none;
    box-shadow: none;
    display: flex;
    opacity: 0.5;
    cursor: pointer;
    pointer-events: none;
    color: #151515;
    margin-left: 12px
}

.je2-slider._alt .je2-slider__scroll:nth-child(2) {
    margin-left: 16px
}

.je2-slider._alt .je2-slider__scroll:hover {
    border-color: #151515
}

.je2-slider._alt .je2-slider__scroll.visible {
    opacity: 1;
    pointer-events: auto
}

@media (max-width: 1199px) {
    .je2-slider._alt .je2-slider__scroll {
        display: none
    }
}

.je2-slider._alt .je2-slider__scroll svg {
    width: 100%;
    height: 100%;
    stroke: none;
    fill: currentColor
}

.je2-slider._navigation-bottom .je2-slider__navigation {
    bottom: -85px;
    top: unset;
    left: 0;
    justify-content: center
}

@media (max-width: 767px) {
    .je2-slider._view-all-mobile .je2-slider__navigation {
        position: static;
        margin-top: 10px
    }
}

@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5)
    }
    100% {
        background: #e0e0e0
    }
}

.je2-sell-on-je {
    height: 365px;
    position: relative
}

@media (max-width: 1199px) {
    .je2-sell-on-je {
        height: 450px
    }
}

.je2-sell-on-je__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 50px 50px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

@media (max-width: 1199px) {
    .je2-sell-on-je__container {
        padding: 24px 20px
    }
}

.je2-sell-on-je__title {
    font-family: heldane, prata, sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    margin: 80px 0 20px;
    display: flex;
    flex-wrap: wrap
}

.je2-sell-on-je__title>div:last-of-type {
    width: 100%
}

.je2-sell-on-je__title span {
    margin-right: 8px
}

@media (max-width: 1199px) {
    .je2-sell-on-je__title {
        margin: 150px 0 10px;
        font-size: 28px;
        line-height: 32px
    }
}

@media (max-width: 767px) {
    .je2-sell-on-je__title {
        margin-top: 130px
    }
}

.je2-sell-on-je__category {
    display: inline-block;
    opacity: 0;
    position: absolute;
    margin-right: 7px;
    transition: opacity 600ms
}

.je2-sell-on-je__category._active {
    opacity: 1
}

.je2-sell-on-je__subtitle {
    font-family: inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    max-width: 414px
}

@media (max-width: 1199px) {
    .je2-sell-on-je__subtitle {
        font-size: 16px;
        line-height: 24px;
        max-width: 295px;
        margin-bottom: 30px
    }
}

.je2-sell-on-je__read-more {
    height: 48px;
    padding: 0 72px;
    position: absolute;
    right: 50px;
    bottom: 50px
}

@media (max-width: 1199px) {
    .je2-sell-on-je__read-more {
        padding: 0 92px;
        bottom: 24px;
        left: 20px;
        right: auto
    }
}

@media (max-width: 767px) {
    .je2-sell-on-je__read-more {
        right: 20px
    }
}

.je2-sell-on-je__slide {
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #efefef;
    transition: opacity 600ms ease;
    opacity: 0;
    background-size: cover
}

.je2-sell-on-je__slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.je2-sell-on-je__slide._active {
    z-index: 2;
    opacity: 1;
    display: block
}

.je2-sell-on-je__switches {
    display: flex
}

.je2-sell-on-je__switches .je2-button {
    width: fit-content;
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 600ms, color 600ms
}

.je2-sell-on-je__switches .je2-button:hover,
.je2-sell-on-je__switches .je2-button:focus {
    transform: scale(1.05)
}

.je2-sell-on-je__switches .je2-button._active {
    background: #fff;
    color: #151515;
    border: 1px solid #E0E0E0
}

@media (max-width: 767px) {
    .je2-sell-on-je__switches {
        overflow-y: scroll;
        margin: 0 -20px;
        padding: 0 20px 20px
    }
    .je2-sell-on-je__switches::after {
        min-width: var(--offset-s);
        content: ""
    }
}