@media (min-width: 1200px) {
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }
}

@media (min-width: 992px) {
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 992px) {
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }
}

@media (min-width: 768px) {
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }
}

@media (min-width: 576px) {
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 576px) {
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }
}



@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-right: auto;
    margin-left: auto;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}




.row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex !important
;
    }
}











.d-block {
    display: block !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}





.card-inner-container {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 60px 22px rgba(0, 0, 0, 0.07);
}

.m-3 {
    margin: 1rem !important;
}



.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}

.category .card-photo img, .page-template-top-ten .card-photo img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 6;
}

@media only screen and (max-width: 479px) {
    .mso-slider-sm .card-photo img {
        max-height: 225px;
        min-height: 225px !important;
        object-fit: cover;
    }
}

.gold-circle {
    display: flex;
    
    align-items: center;
    justify-content: center;
    margin-top: -35px;
}

.gold-circle-inner {
    width: 105px;
    height: 105px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 96px;
    border: 8px solid #fff;
}

.category-amsterdam .cbackground {
    background-color: #FFCA36;
}

img {
    height: auto;
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

img[data-spai] {
    opacity: 0;
}

img[data-spai-egr], img[data-spai-lazy-loaded], img[data-spai-upd] {
    transition: opacity .5s 
linear .2s;
    -webkit-transition: opacity .5s 
linear .2s;
    -moz-transition: opacity .5s linear .2s;
    -o-transition: opacity .5s linear .2s;
    opacity: 1;
}



.card-photo img:hover {
    opacity: 1;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

.offer-card h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.offer-card h3 {
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

h3.semi-bold, h3.semi-bold a {
    font-size: 28px;
    line-height: 1.2em !important;
    text-transform: uppercase;
    letter-spacing: -0.05px;
    color: #000;
    font-weight: 700;
}

.regular-text {
    color: #000;
    line-height: 1.5em;
    min-height: 125px;
    letter-spacing: 1px;
}

.row.cards-offer a.underlined {
    text-decoration: underline;
    text-transform: uppercase;
}





.category .card-content .regular-text.ccolor-links.chome-links {
    font-size: 16px;
}

.category-amsterdam .card-content a {
    font-weight: 700;
    color:#FFCA36 !important;
}

@media only screen and (max-width: 479px) {
    .mso-slider-sm {
        padding-bottom: 30px !important;
    }
}

.mso-slider .container {
    position: relative;
    padding: 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 1em;
    z-index: 1;
}

.mso-slider .swiper-container {
    overflow: visible;
}


.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.mso-slider .swiper-slide {
    visibility: hidden;
}

.mso-slider .swiper-slide-active, .mso-slider .swiper-slide-next, .mso-slider .swiper-slide-next+.swiper-slide {
    visibility: visible;
}

.swiper-container {
    padding: 2em 0;
}


.card-content {
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em!important;
	gap: 10px;
}