﻿
.dp-c-main-topNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    padding: 8px 16px;
    width: calc(100% - 32px);
    z-index: 10
}

.dp-c-main-topNav--open {
    position: absolute
}

@media (min-width: 576px) {
    .dp-c-main-topNav {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav {
        width: calc(100% - 32px);
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        padding: 16px;
        position: relative
    }
}

@media (min-width: 992px) {
    .dp-c-main-topNav {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .dp-c-main-topNav {
        max-width: 1200px
    }
}

.dp-c-main-topNav .hideMobile {
    display: none
}

@media (min-width: 768px) {
    .dp-c-main-topNav .hideMobile {
        display: inherit
    }
}

.dp-c-main-topNav .displayMobile {
    background-color: #203ed5;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    padding-top: 96px;
    position: absolute;
    top: 0;
    width: 100vw
}

.dp-c-main-topNav--home {
    left: 0;
    position: absolute;
    top: 0;
    max-width: calc(100% - 32px)
}

.dp-c-main-topNav--home .dp-c-main-topNav__logo .dp-logo {
max-width: 200px
}

.dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget {
border: 1px solid #FFFFFF;
color: #fff
}

.dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget:hover {
    background-color: #ffffff4d;
    cursor: pointer
}

.dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget .icon {
    transition: all .2s ease-in-out
}

.dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget.open {
    background-color: #fff
}

    .dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget.open .title {
        color: #858d9d
    }

    .dp-c-main-topNav--home .dp-c-main-topNav__openCloseSection .dt-userMenu-widget.open .icon {
        color: #858d9d;
        transform: rotate(180deg)
    }

.dp-c-main-topNav--home .dt-staticButton {
color: #fff
}

.dp-c-main-topNav button {
    border: 0;
    background: transparent
}

.dp-c-main-topNav__logo {
    display: flex;
    flex-grow: 1;
    z-index: 2
}

.dp-c-main-topNav__logo .logo-link {
    display: flex
}

.dp-c-main-topNav__logo .dp-logo {
    max-width: 150px
}

.dp-c-main-topNav__openCloseSection {
    display: flex;
    flex-direction: row;
    gap: 8px;
    z-index: 2
}

    .dp-c-main-topNav__openCloseSection .dt-userMenu-widget, .dp-c-main-topNav__openCloseSection .dt-staticButton {
        display: none
    }

    .dp-c-main-topNav__openCloseSection .mb-userBtn {
        background-color: #ffffff40;
        color: #fff;
        border-radius: 99%;
        height: 40px;
        width: 40px;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-stretch: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

@media (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .mb-userBtn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .hamburger-icon, .dp-c-main-topNav__openCloseSection .mb-userBtn {
        display: none
    }

    .dp-c-main-topNav__openCloseSection .dt-staticButton {
        align-items: center;
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 4px 8px;
        transition: all .2s ease-in-out
    }

        .dp-c-main-topNav__openCloseSection .dt-staticButton:hover {
            background-color: #afafaf4d;
            cursor: pointer
        }

        .dp-c-main-topNav__openCloseSection .dt-staticButton .title {
            font-family: DM Sans,sans-serif;
            font-weight: 400;
            font-stretch: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            font-size: 1.1rem;
            line-height: 20px;
            line-height: 2rem
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .dt-staticButton .title {
        font-size: 14px;
        font-size: 1.1rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .dt-staticButton .icon {
        display: flex;
        align-items: center
    }

        .dp-c-main-topNav__openCloseSection .dt-staticButton .icon svg {
            height: auto;
            width: 24px
        }

    .dp-c-main-topNav__openCloseSection .dt-userMenu-widget {
        border: 1px solid #AFAFAF;
        border-radius: 12px;
        color: #080808;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 4px 8px;
        transition: all .2s ease-in-out
    }

        .dp-c-main-topNav__openCloseSection .dt-userMenu-widget:hover {
            background-color: #afafaf4d;
            cursor: pointer
        }

        .dp-c-main-topNav__openCloseSection .dt-userMenu-widget .title {
            font-weight: 400;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 20px;
            line-height: 2rem;
            font-family: DM Sans,sans-serif;
            font-weight: 700;
            font-stretch: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .dt-userMenu-widget .title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__openCloseSection .dt-userMenu-widget .icon {
        display: flex;
        align-items: center;
        transition: all .2s ease-in-out
    }

    .dp-c-main-topNav__openCloseSection .dt-userMenu-widget.open {
        background-color: #ddd
    }

        .dp-c-main-topNav__openCloseSection .dt-userMenu-widget.open .icon {
            transform: rotate(180deg)
        }
}

.dp-c-main-topNav__menu {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 24px
}

    .dp-c-main-topNav__menu:last-child {
        margin-bottom: 0
    }

    .dp-c-main-topNav__menu:empty {
        margin: 0
    }

/*@media (min-width: 500px) {
    .dp-c-main-topNav__menu {
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: none;
        background-color: transparent;
        box-shadow: none;
        height: auto;
        min-height: auto;
        left: auto;
        position: absolute;
        width: auto
    }

    .dp-c-main-topNav__menu.open {
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: flex;
        min-width: 252px;
        top: 45px;
        padding: 0;
        right: 16px;
        z-index: 1;
    }

    .dp-c-main-topNav__menu--lang-currency.open {
        right: 60px
    }
}
@media (min-width: 380px) {
    .dp-c-main-topNav__menu--lang-currency.open {
        right: 9px !important;
    }

    .dp-c-main-topNav__menu .nav-links__section .title {
        border-bottom: 1px solid rgba(255,255,255,.25) !important;
        margin: 16px 0 12px !important;
        font-weight: 400 !important;
        font-size: 1.125rem !important;
        line-height: 20px !important;
        font-family: DM Sans,sans-serif !important;
        font-weight: 700 !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale;
        color: black !important;
        min-width: 0px 
    }

    .dp-c-currency-selector .currency-btn {
        background-color: transparent !important;
        border-radius: 8px !important;
        color: #ffffff80 !important;
        transition: all .1s ease-in-out !important;
        font-family: DM Sans,sans-serif !important;
        font-weight: 400 !important;
        font-stretch: normal !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 20px !important;
        line-height: 20px !important;
        line-height: 2rem !important;
        padding: 0 !important;
    }

    .dp-c-currency-selector__title {
        display: none !important;
    }

    .dp-c-currency-selector {
        border-bottom: 1px solid rgba(255,255,255,.25) !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin-bottom: 0px !important;
    }

    .currency-btn.culture.esp-bt.currency-btn--active {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
}


@media (min-width: 380px) {
    .dp-c-main-topNav__menu {
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: none;
        background-color: transparent;
        box-shadow: none;
        height: auto;
        min-height: auto;
        left: auto;
        position: absolute;
        width: auto
    }

    .dp-c-main-topNav__menu.open {
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: flex;
        min-width: auto;
        top: 45px;
        padding: 0;
        right: 16px;
        z-index: 1;
    }

    
}*/
@media (min-width: 768px) {
    .dp-c-main-topNav__menu {
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: none;
        background-color: transparent;
        box-shadow: none;
        height: auto;
        min-height: auto;
        left: auto;
        position: absolute;
        width: auto
    }

    .dp-c-main-topNav__menu.open {
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        -webkit-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 50px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 50px #00000026;
        display: flex;
        min-width: 252px;
        top: 45px;
        padding: 0;
        right: 16px;
        z-index: 1;
    }

    .dp-c-main-topNav__menu--lang-currency.open {
        right: 60px
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links {
        margin: 0;
        text-align: right;
        width: 100%
    }
}

.dp-c-main-topNav__menu .nav-links__section {
    display: flex;
    flex-direction: column
}

    .dp-c-main-topNav__menu .nav-links__section .title {
        border-bottom: 1px solid rgba(255,255,255,.25);
        color: #fff;
        margin: 16px 0 12px;
        padding-bottom: 12px;
        font-weight: 400;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        line-height: 2rem;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-stretch: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.dp-c-main-topNav__menu .nav-links__section .nav-link-button {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.25);
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 0 0 12px;
    margin-bottom: 12px;
    text-align: left;
    font-family: DM Sans,sans-serif;
    font-weight: 400;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .nav-link-button {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.dp-c-main-topNav__menu .nav-links__section .nav-link-button:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section {
        border-radius: 12px;
        border-bottom: 0;
        margin-bottom: 0;
        overflow: hidden
    }

    .dp-c-main-topNav__menu .nav-links__section--hrz {
        align-items: center;
        flex-direction: row
    }

    .dp-c-main-topNav__menu .nav-links__section:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    .dp-c-main-topNav__menu .nav-links__section .title {
        color: #080808;
        margin: 0;
        padding: 8px 16px;
        font-family: DM Sans,sans-serif;
        font-weight: 400;
        font-stretch: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-size: 1.1rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .title {
        font-size: 14px;
        font-size: 1.1rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .nav-link-button {
        border-bottom: 1px solid #D9D9D9;
        color: #2244ce;
        padding: 8px 24px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-stretch: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .nav-link-button {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-main-topNav__menu .nav-links__section .nav-link-button:last-child {
        padding-bottom: 12px
    }

    .dp-c-main-topNav__menu .nav-links__section .nav-link-button:hover {
        background-color: #fafafa;
        cursor: pointer
    }
}

.dp-c-main-topNav__menu .nav-links__section--hrz {
    flex-direction: row;
    gap: 8px;
    margin-bottom: 0
}

.dp-c-language-selector {
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .dp-c-language-selector {
        margin-top: 0;
        padding: 4px 16px 8px;
        flex-grow: 1
    }
}

.dp-c-language-selector__title {
    color: #fff;
    flex-grow: 1;
    font-family: DM Sans,sans-serif;
    font-weight: 400;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media (min-width: 768px) {
    .dp-c-language-selector__title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.dp-c-language-selector__btn {
    border-radius: 8px;
    display: flex;
    color: #fff;
    cursor: pointer;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 0;
    transition: all .2s ease-in-out;
    font-family: DM Sans,sans-serif;
    font-weight: 400;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media (min-width: 768px) {
    .dp-c-language-selector__btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.dp-c-language-selector__btn .flag-icon {
    height: 16px;
    width: 24px;
    overflow: hidden;
    position: relative
}

    .dp-c-language-selector__btn .flag-icon img {
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        height: 100%;
        position: absolute;
        width: 100%
    }

@media (min-width: 768px) {
    .dp-c-language-selector__btn .flag-icon {
        height: 16px;
        width: 16px
    }

        .dp-c-language-selector__btn .flag-icon :hover {
            cursor: pointer
        }

    .dp-c-language-selector__btn .country-name {
        color: #858d9d;
        display: inline-block
    }
}

@keyframes bgLoading {
    0% {
        background-color: #f7f9fc
    }

    to {
        background-color: #f5f5f5
    }
}

@keyframes bgLoading2 {
    0% {
        background-color: #fff
    }

    to {
        background-color: #fafafa
    }
}



.dp-c-simpleMap {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.dp-c-simpleMap__map {
    border-radius: 16px;
    overflow: hidden;
    height: 288px
}

.dp-c-currency-selector {
    border-bottom: 1px solid rgba(255,255,255,.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.dp-c-currency-selector:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.dp-c-currency-selector__title {
    color: #fff;
    flex-grow: 1;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.0rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768px) {
    .dp-c-currency-selector__title {
        font-size: 14px;
        font-size: 1.0rem;
        line-height: 20px;
        line-height: 2rem
    }
}

.dp-c-currency-selector__widget {
    background-color: #203ed5;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content
}

.dp-c-currency-selector .currency-btn {
    background-color: transparent;
    border-radius: 8px;
    color: #ffffff80;
    padding: 8px 12px;
    transition: all .1s ease-in-out;
    font-family: DM Sans,sans-serif;
    font-weight: 400;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem
}

@media (min-width: 768px) {
    .dp-c-currency-selector .currency-btn {
        font-size: 16px;
        font-size: .8rem;
        line-height: 20px;
        line-height: 2rem;
        margin-bottom: 0;
    }
}

.dp-c-currency-selector .currency-btn--active {
    background: #fff;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 0 25px #00000026;
    color: #203ed5
}

@media (min-width: 768px) {
    .dp-c-currency-selector {
        border-bottom: 1px solid #D9D9D9;
        margin: 0 0 12px;
        padding: 0 16px 12px
    }

        .dp-c-currency-selector:last-child {
            margin-bottom: 16px
        }

        .dp-c-currency-selector .dp-c-currency-selector__widget {
            background-color: #fafafa;
            border: 1px solid #DDDDDD;
            border-radius: 8px;
            display: flex;
            flex-direction: row;
            align-items: center;
            overflow: hidden
        }

        .dp-c-currency-selector .dp-c-currency-selector__title {
            color: #080808;
            flex-grow: 1
        }

        .dp-c-currency-selector .currency-btn {
            font-family: DM Sans,sans-serif;
            font-weight: 400;
            font-stretch: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            font-size: .8rem;
            line-height: 20px;
            line-height: 2rem;
            background-color: transparent;
            color: #a3a3a3;
            cursor: pointer;
            padding: 0 8px;
            transition: all .2s ease-in-out
        }
}

@media (min-width: 768px) and (min-width: 768px) {
    .dp-c-currency-selector .currency-btn {
        font-size: 14px;
        font-size: .8rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .dp-c-currency-selector .currency-btn--active {
        background: #203ed5;
        border-radius: 0;
        color: #fff
    }
}



@keyframes rcSliderTooltipZoomDownIn {
    0% {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }
}
