@charset "utf-8"; 
:root {
    --light-light: #eee;
    --light: #eee;
    --light-dark: #efefef;
    
    --headerColor: #f7f7f7;
    --toc-LP: 14px;
    --headerColor: var(--light-light);
    --red: var(--brand-2);
    --iframeBgImage: url('/images/iframe-hero-ins-en-2024.1.webp');
}

html[lang=de] body {
    --iframeBgImage: url('/images/iframe-hero-ins-de-2024.1.webp');
}

html[lang=fr] body {
    --iframeBgImage: url('/images/iframe-hero-ins-fr-2024.1.webp');
}

html[lang=it] body {
    --iframeBgImage: url('/images/iframe-hero-ins-it-2024.1.webp');
}

html[lang=nl] body {
    --iframeBgImage: url('/images/iframe-hero-ins-nl-2024.1.webp');
}

html[lang=cs] body {
    --iframeBgImage: url('/images/iframe-hero-ins-cs-2024.1.webp');
}

/* html[lang=pl] body {
    --iframeBgImage: url('/images/iframe-hero-ins-pl-2024.1.webp');
} */

html[lang=ru] body {
    --iframeBgImage: url('/images/iframe-hero-ins-ru-2024.1.webp');
}

html[lang=el] body {
    --iframeBgImage: url('/images/iframe-hero-ins-el-2024.1.webp');
}

.EUcContainer {
    display: none!important
}

body .blogHeroImg {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    aspect-ratio: auto 940/788;
    overflow: hidden;
    margin-inline: auto;
}

body .blogHeroImg>img {
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    position: relative;
    aspect-ratio: auto 940/788
}

.blog-home .blogHeroImg>img {
    cursor: pointer
}

.card:not(.blog-home) .blogHeroImg {
    /* display: none; */
}
article.blog-home {
    max-width: 833px;
    margin-left: auto;
    margin-right: auto;
}

a h2.h1,h1.h1.red {
    text-align: left;
    color: var(--accent-2);
    font-size: var(--blog-h1-size);
    line-height: var(--h1-lh);
    margin-top: 3rem;
}

a:has(h2) {
    text-decoration: none!important
}

@media only screen and (min-width: 767px) {
    .card:not(.blog-home) .blogHeroImg {
        display:block;
        margin-top: 0;
    }
}

.card-body p {
    font-size: 18px;
    line-height: 1.8em
}

h6:before {
    content: '\f059';
    font-family: fontAwesome;
    margin-right: 10px
}

h6 {
    width: 100%
}

.fullWidthBnr+h6 {
    margin-top: 30px;
    float: left
}

.maincontent img {
    margin-top: 10px;
    width: 100%;
    height: auto;
    border-radius: 5px
}

.maincontent .h4 {
    color: #b71c1b;
    color: var(--secondary)
}

.maincontent ul {
    list-style: disc
}
/* Start of Selection */
@media only screen and (max-width: 1024px) {
    .maincontent ul,
    .maincontent ol {
        list-style-position: inside;
    }
}
/* End of Selection */

.maincontent,.maincontent * {
    text-align: left;
}

.sidebarQuoteTitle {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
    text-shadow: none;
    color: var(--secondary)
}

.sidebarSticky {
    position: sticky;
    top: calc(100vh - 400px)
}

.sidebarSticky.stickyMiddle {
    top: calc(50vh - 200px)
}

.sidebarQuoteTitle b {
    color: #222;
    color: var(--primary);
    color: var(--accent-2)
}

.sidebarQuoteTitle span:after {
    background-image: url(/images/underline.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: .3em;
    left: -.2em;
    position: absolute;
    top: calc(100%);
    width: calc(100% + .4em);
    filter: var(--color-to-accent-2)
}

.sidebarSticky {
    text-align: center
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    word-wrap: break-word!important
}

.crunchify-social {
    margin: 15px 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px
}

.crunchify-social>a, .crunchify-social>button {
    padding: 2px 8px 2px!important;
    color: #fff;
    font-size: 22px;
    width: 42px;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    display: inline-block;
    text-decoration: none;
    background: var(--light-light);
    border-radius: 50%;
    width: 42px;
    height: 41px;
    opacity: .5;
    min-height: auto;
    border: 0;
}

.crunchify-social>a>i, .crunchify-social>button>i {
    filter: var(--color-to-brand-2)
}

.crunchify-social>a:active, .crunchify-social>a:hover, .crunchify-social>a:hover i, .crunchify-social>button:active, .crunchify-social>button:hover, .crunchify-social>button:hover i {
    opacity: 1
}

.crunchify-social>a>i, .crunchify-social>button>i {
    width: 24px;
    height: 24px
}

.crunchify-social i.fa0.fa0-twitter {
    width: 18px;
    height: 18px
}

.crunchify-social>button:hover, .crunchify-social>button:focus, .crunchify-social>button:active {
    background: var(--light-light);
    box-shadow: 0 0 0 2px var(--brand-2);
    opacity: 1;
}

a.crunchify-edit {
    color: var(--brand-2)!important
}

button.crunchify-copy.copied {
    opacity: 1;
}

button.crunchify-copy.copied:after {
    content: 'Link Copied!';
    display: inline-block;
    margin-left: 2rem;
    color: var(--brand-2);
    font-size: 14px;
    line-height: 14px;
    text-transform: initial;
}

button.crunchify-copy.copied>i {
    margin-left: 1px;
}

.fa0.fa0-copy {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jb3B5IiBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGhlaWdodD0iMTMiIHJ4PSIyIiByeT0iMiIgd2lkdGg9IjEzIiB4PSI5IiB5PSI5Ii8+PHBhdGggZD0iTTUgMTVINGEyIDIgMCAwIDEtMi0yVjRhMiAyIDAgMCAxIDItMmg5YTIgMiAwIDAgMSAyIDJ2MSIvPjwvc3ZnPg==);
    background-size: 20px;
}

@media only screen and (min-width: 48em) {
    .sidebarSticky {
        position:sticky;
        top: calc(100vh - 700px);
        padding-left: 20px;
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }

    .sidebarSticky.stickyMiddle {
        top: calc(50vh - 200px)
    }

    .leftSideBar .sidebarSticky {
        top: calc(100vh - 100px)
    }

    .sidebarQuoteTitle {
        text-align: center
    }

    .breadcrumb .searchform {
        max-width: 150px
    }

    .breadcrubsContainer {
        display: block
    }
}

article.maincontent p {
    font-size: 16px;
    line-height: 32px;
}


@media only screen and (min-width: 64em) {

    article.maincontent p {
        font-size:18px;
        line-height: 36px;
    }
    body .subheader.alsoAvailableIn {
        display:flex;
        justify-content: flex-start
    }

    .blogdate {
        text-align: left;
        font-size: 14px;
        font-family: var(--special-font);
        padding-left: 100px;
        width: calc(100% + 120px);
    }

    .blogdate:after,.blogdate:before {
        position: absolute;
        left: 0;
        top: calc(50% - 26px);
        width: 52px;
        height: 52px;
        content: ' ';
        border-radius: 50%;
        background-image: url(/blog/wp-content/uploads/2024/01/harry-anapliotis-logo-e1706003716375.jpg);
        background-size: cover;
        display: inline-block;
        box-shadow: 0 0 3px 4px rgba(0,0,0,.1);
        outline: 2px solid #fff
    }

    .blogdate:before {
        left: 32px;
        background-image: url(/images/rental-center-crete-logo-no-text-square.svg)
    }
}

@media only screen and (min-width: 1346px) {
    body .card-body h1 {
        width: calc(100% + 11em);
    }
}

@media only screen and (min-width: 1025px) {
    .card-body h1 {
        width: 100%;
        letter-spacing: .5px;
        text-align: left;
        font-size: var(--blog-h1-size)
    }
}

.breadcrubsContainer {
    padding: 0;
    border-radius: 5px
}

.breadcrumb>ul {
    list-style: none
}

.h4 {
    letter-spacing: 0
}

.blogdate, .blogdate * {
    font-size: 16px;
    position: relative;
    /* font-weight: 500; */
    /* font-family: var(--special-font-family); */
}

.blogdate author {
    font-weight: 600;
}

.languageFooterContainer {
    display: none!important
}

.breadcrumb,.maincontent {
    max-width: 866px;
    transition: all .3s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    width: 100%
}

.maincontent {
    margin-right: auto;
    margin-left: auto;
}
article.maincontent{
    padding-inline: 1.5rem;
}

.home .maincontent {
    margin-left: auto
}

.maincontent.secondMainContent {
    margin-right: 0;
    margin-left: 0
}

.mainsidebar {
    width: 100%;
    max-width: 0!important;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: opacity .3s linear .3s;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000
}

.sidebarActive .mainsidebar {
    opacity: 1;
    max-width: 390px!important;
    overflow: visible;
    padding-left: 20px;
    transition: opacity .3s linear .3s
}

@media only screen and (max-width: 1345px) {
    .maincontent.secondMainContent {
        margin-right:auto;
        margin-left: auto
    }

    .sidebarActive .mainsidebar {
        margin-right: auto;
        margin-left: auto
    }

    .breadcrumb,.maincontent,.maincontent.secondMainContent {
        flex-basis: 100%;
        max-width: 800px;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

.breadcrumb {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    max-width: 1090px;
    background: 0 0;
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
}

.breadcrumb .searchform {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 36px;
    max-width: 160px;
    display: inline-block;
    box-shadow: none!important;
    border-bottom: 0px;
}

.mobileSearchOverlay {
    display: none!important;
}

@media only screen and (max-width: 600px) {
    .breadcrumb .searchform {
        max-width:60px;
        height: 37px;
        background-color: transparent;
    }

    .breadcrumb .searchform.active {
        max-width: 200px;
        background: var(--light-dark);
        box-shadow: inset 0 0 0 2px var(--brand-1-dark)
    }

    .breadcrumb .mobileSearchOverlay {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 36px;
        background: linear-gradient(90deg,rgb(248 237 228 / 0) 0,#f8ede4 100%);
        z-index: 1;
        opacity: .3;
        display: none;
    }

    .breadcrumb .searchform.active .mobileSearchOverlay {
        display: none
    }

    .breadcrumb #searchField::placeholder {
        color: transparent;
    }

    .breadcrumb #searchField {
        padding-left: 0;
        text-align: left;
        vertical-align: middle;
        background-size: 18px;
        background-position: calc(100% - 10px) 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY29udGVudFNjcmlwdFR5cGU9InRleHQvZWNtYXNjcmlwdCIgY29udGVudFN0eWxlVHlwZT0idGV4dC9jc3MiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwNDggMjA0OCIgaGVpZ2h0PSIyMDQ4cHgiIGlkPSJMYXllcl8xIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAuMCAwIDE2NjQuMCAyMDQ4IiB3aWR0aD0iMTY2NC4wcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHpvb21BbmRQYW49Im1hZ25pZnkiPjxwYXRoIGQ9Ik0xMTUyLDk2MGMwLTEyMy4zMzMtNDMuODMzLTIyOC44MzMtMTMxLjUtMzE2LjVTODI3LjMzMyw1MTIsNzA0LDUxMnMtMjI4LjgzMyw0My44MzMtMzE2LjUsMTMxLjVTMjU2LDgzNi42NjcsMjU2LDk2MCAgczQzLjgzMywyMjguODMzLDEzMS41LDMxNi41UzU4MC42NjcsMTQwOCw3MDQsMTQwOHMyMjguODMzLTQzLjgzMywzMTYuNS0xMzEuNVMxMTUyLDEwODMuMzMzLDExNTIsOTYweiBNMTY2NCwxNzkyICBjMCwzNC42NjctMTIuNjY3LDY0LjY2Ny0zOCw5MHMtNTUuMzMzLDM4LTkwLDM4Yy0zNiwwLTY2LTEyLjY2Ny05MC0zOGwtMzQzLTM0MmMtMTE5LjMzMyw4Mi42NjctMjUyLjMzMywxMjQtMzk5LDEyNCAgYy05NS4zMzMsMC0xODYuNS0xOC41LTI3My41LTU1LjVzLTE2Mi04Ny0yMjUtMTUwcy0xMTMtMTM4LTE1MC0yMjVTMCwxMDU1LjMzMywwLDk2MHMxOC41LTE4Ni41LDU1LjUtMjczLjVzODctMTYyLDE1MC0yMjUgIHMxMzgtMTEzLDIyNS0xNTBTNjA4LjY2NywyNTYsNzA0LDI1NnMxODYuNSwxOC41LDI3My41LDU1LjVzMTYyLDg3LDIyNSwxNTBzMTEzLDEzOCwxNTAsMjI1UzE0MDgsODY0LjY2NywxNDA4LDk2MCAgYzAsMTQ2LjY2Ny00MS4zMzMsMjc5LjY2Ny0xMjQsMzk5bDM0MywzNDNDMTY1MS42NjcsMTcyNi42NjcsMTY2NCwxNzU2LjY2NywxNjY0LDE3OTJ6Ii8+PC9zdmc+);
        background: transparent;
        opacity: .3;
        padding: 1rem;
        font-size: 16px;
    }

    .searchform:has(#searchField:focus) {
        width: 100%;
        min-width: 100%;
        background-position: 0 100%;
        background-color: var(--light);
        outline: 5px solid var(--light);
    }

    .searchform:has(#searchField:focus):after {
        left: calc(100% - 35px);
        z-index: 0;
    }

    #searchField:focus {
        /* opacity:1; */
    }

    #searchField:focus::placeholder {
        color: #000
    }

    body .breadcrumb .searchform:after {
        /* display: none; */
        right: 8px;
        left: auto;
        z-index: -1;
    }

    .breadcrumb>ul {
        width: calc(100% - 40px);
    }
}

.breadcrumb .searchform:after {
    position: absolute;
    font-family: fontAwesome;
    content: ' ';
    top: 0;
    left: 0;
    height: 32px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--brand-1-dark);
    background-size: 24px 24px;
    filter: var(--color-to-brand-1-dark);
    opacity: .5;
    display: inline-block;
    right: 0px;
    /* z-index: -1; */
    display: none;
}

.breadcrumb input[type=search] {
    margin: 0;
    height: 28px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: 0;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    font-family: var(--special-font-family);
    background: #eee;
    border-radius: 20px;
    margin-top: 4px;
}

.breadcrumb input[type=search]::placeholder {
    color: var(--dark1);
    opacity: .7;
}

.maincontent hr {
    height: 30px;
    background-image: none;
    border: 0
}

.maincontent p>a:where(:hover,:focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left
}

.sideWidget.carrentalframewidget {
    margin-top: 20px
}

.golfImg.loaded {
    filter: blur(0);
    transition: all ease-in .2s;
}

.golfImg {
    filter: blur(15px)
}

.inlineCarQuoteWidget {
    --light: var( --light-light);
    /* --light: var(
    --headerColor); */
    background: var(--light);
    margin: 70px 0;
    border: 0 solid var(--light);
    border-radius: 1rem;
    position: relative;
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
    box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
    /* display: flex; */
    /* flex-direction: column; */
    z-index: 0;
    position: relative;
    overflow: visible;
}

.inlineCarQuoteWidget .sidebarQuoteTitle {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    text-align: center;
    font-size: clamp(2.5rem,3vw,3rem);
    font-family: var(--special-font-family);
    /* color: var(--accent-2); */
    /* color: #fff!important; */
}

.inlineCarQuoteWidget .carrentalframewidget {
    width: 100%;
    border: none!important;
    max-width: 350px!important;
    margin-left: auto;
    margin-right: calc(30% - 150px);
    min-height: 330px;
    display: block;
    background-color: #ffff;
    border-radius: 1rem;
    padding: 10px 10px 0;
    background-image: url(/images/load_btn.gif);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 40px 10px rgb(85 34 0 / 11%);
}

/* .inlineCarQuoteWidget img {
    box-shadow: none;
    width: 100%;
    height: auto;
    max-width: 426px;
    position: absolute;
    will-change: filter;
    bottom: 20px;
    margin-left: calc(210px - 50%);
    margin-top: 0;
    margin-bottom: 0px;
    aspect-ratio: auto!important;
    z-index: -1;
}
.inlineCarQuoteWidget img:last-of-type {
    margin-left: unset;
    margin-left: 0;
    max-width: 952px;
    width: 952px;
    bottom: 0;
    right: -90%;
    z-index: -1;
} */


@media only screen and (max-width: 47.9em) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin-right: auto
    }

    /* .inlineCarQuoteWidget img {
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
        padding: 20px;
        padding-bottom: 0;
        max-width: 100%;
        height: auto
    } */
}

@media only screen and (max-width: 1024px) {
    /* .inlineCarQuoteWidget img {
        display:none;
        padding: 20px 30px 0 30px;
        margin-top: 0
    } */.inlineCarQuoteWidget {
        box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light)
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin: 0 auto;
        min-height: 360px!important;
    }
}

@media only screen and (max-width: 768px) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column;
        width: calc(100% + 3rem);
        border-radius: 0;
        margin-left: -1.5rem;
        margin-right: 0;
        box-shadow: -200px 0 var(--light),-200px 0 var(--light),-200px 0 var(--light), 200px 0 var(--light), 200px 0 var(--light), 200px 0 var(--light);
    }

    /* .inlineCarQuoteWidget img {
        display: block;
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 30px 20px 30px;
        max-width: 472px;
    } */
    /* body .inlineCarQuoteWidget img:last-of-type {
         display:none;
    } */
}

.inlineCarQuoteWidget img {
    box-shadow: none!important
}

p.hasAltCaption {
    position: relative;
    max-width: 100%
}

.hasAltCaption img {
    min-width: 100%
}

.hasAltCaption:before {
    font-size: 14px
}

.hasAltCaption:before {
    max-width: calc(100% - 2rem);
    min-width: auto;
    left: 1rem;
    bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.hasAltCaption:after {
    margin-left: calc(-1 * var(--altW));
    margin-left: auto;
    right: 0;
    left: auto;
    bottom: 8px;
    max-width: 100%;
    position: relative;
    content: attr(data-alt);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    min-width: var(--altW);
    padding: .5rem 0;
    line-height: 1.8rem;
    border-radius: 0;
    font-family: var(--special-font-family);
    font-weight: 600;
    text-shadow: none;
    background: 0 0;
    color: var(--brand-1)
}

@media only screen and (max-width: 768px) {
    .hasAltCaption:after {
        font-size:14px
    }
}

.readmoreWrapper {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 2rem;
}

.home .readmore {
    position: relative;
    background: var(--accent-2);
    border-color: var(--accent-2)
}

.home .readmore:hover {
    background: var(--accent-2-dark);
    border-color: var(--accent-2-dark)
}

.readmoreWrapper:before {
    position: absolute;
    content: " ";
    border-bottom: 3px solid var(--secondary);
    display: block;
    width: 100%;
    top: calc(50% - 7px);
    z-index: -1;
    opacity: .2
}

.maincontent a {
    text-wrap: wrap;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
    .readmoreWrapper {
        position:relative;
        padding-right: 0;
        text-align: center;
    }

    body .subheader.alsoAvailableIn {
        /* margin-left: -20px; */
        /* width: calc(100% + 50px); */
        /* padding-left: 20px; */
        /* border-radius: 0; */
        /* background: var(--light-light); */
        /* box-shadow: 500px 0 0 var(--light-light),-500px 0 0 var(--light-light); */
        /* padding-right: 0; */
    }
    body .subheader.alsoAvailableIn p{
        /* display: flex; */
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
        /* justify-content: flex-start; */
    }

    .subheader.alsoAvailableIn img.inlineFlag {
        margin-top: 0;
        margin-right: 5px;
        margin-left: 0;
    }

    .subheader.alsoAvailableIn nav {
        font-size: 15px;
        line-height: 32px
    }

    body .subheader.alsoAvailableIn a:after {
        margin-left: -5px;
    }

    body.home h1.h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .inlineCarQuoteWidget img {
        display:block
    }
}

.irp-block {
    margin-top: 2em!important;
    margin-bottom: 2em!important;
    font-weight: 600;
    color: var(--brand-2)!important;
    text-decoration: none!important;
    display: block;
    font-family: var(--special-font-family);
}

.irp-block>a {
    position: relative;
    margin: 0;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
    width: 100%;
    display: block;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    background: var(--light-light);
    border-radius: 10px;
    padding: 1em!important;
    cursor: pointer;
    margin-top: 0px;
    padding-left: 5rem!important;
    text-decoration: none;
    color: var(--brand-2-dark);
    font-family: var(--special-font);
    font-weight: 500;
    font-size: 18px;
}

.irp-block>a>div {
    padding-left: 0!important;
    padding-right: 0!important
}

.irp-block > a:before {
    content: '› ';
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    left: 0px;
    color: var(--brand-2);
    border-bottom: 2px solid;
    width: 40px;
    text-align: right;
}

.irp-block>a:hover {
    text-decoration: underline;
    color: var(--brand-2);
}

@media only screen and (max-width: 1023px) {
    .irp-block>a {
        line-height: 1.6em;
        font-size: 16px!important;
    }
}

section.authorBio {
    border-top: 4px double var(--light-dark);
    margin-top: 4rem;
    padding-top: 2rem;
}

.authorBox--author {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    background: var(--light-light);
    border-radius: 1.5rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.subheader author {
    font-weight: 600;
    font-family: var(--special-font);
}

img.authorImage {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 2rem;
}

.authorBox--author-social {
    margin-left: auto;
    margin-right: 1rem;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-left: 1rem;
}

.authorBox--author-name {
    font-weight: bold;
    font-family: var(--special-font-family);
    font-size: 1.8rem;
}

.authorBox--author-title {
    font-family: var(--special-font-family);
    font-weight: 500;
    font-size: 95%;
    color: var(--dark-1);
    line-height: 1.3;
}

.authorBox--author-social .fa0 {
    width: 18px;
    height: 18px;
    display: inline-block;
    opacity: .6;
    margin-top: 1px;
}

a.author-link {
    display: flex;
    margin-left: 1rem;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.author-link:hover > .fa {
    opacity: 1;
}

.authorBox--author-description {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-top: .75rem;
    color: var(--dark-1);
}

.authorRCC {
    background-color: #fff;
    aspect-ratio: 1/1;
}

.authorBox--author-name > a {
    --brand-1: #6F4120;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    color: var(--brand-1);
    font-family: var(--special-font-family);
}

.authorBox--author-name > a:after {
    content: ' ↗';
}

@media only screen and (max-width: 768px) {
    img.authorImage {
        margin:0;
    }

    .authorBox--author {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
        text-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .authorBox--author-social {
        display: flex;
        padding: 1.5rem 0 0 0;
        margin: 0;
        border-top: 1px solid #ccc;
        min-width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.paginator {
    display: block;
    text-align: center
}

.pagination {
    display: flex;
    list-style: none!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.pagination .fa-caret-left {
    margin-right: 5px
}

.pagination .fa-caret-left+.fa-caret-left {
    margin-left: -4px
}

.pagination .fa-caret-right {
    margin-left: 5px
}

.pagination .fa-caret-right+.fa-caret-right {
    margin-left: 1px
}

.pagination>li>a {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    color: var(--primary);
    border-color: var(--primary);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.pagination>li>a:not(.is-current):hover {
    background: var(--primary);
    background: var(--primary);
    color: #fff
}

a.page-link.is-current {
    border: 0;
    color: #999;
    cursor: auto;
    pointer-events: none
}

.offersContainerIframe {
    margin-top: 30px
}

.subheader.alsoAvailableIn {
    /* padding: 15px; */
    /* padding-left: 0; */
    font-size: 16px;
    line-height: 32px;
    /* margin-top: 20px; */
    margin-bottom: 0;
    border-radius: 5px;
    /* font-weight: 500; */
}

.subheader.alsoAvailableIn:empty {
    display: none;
    padding: 0;
    margin: 0;
    background: 0
}

.subheader.alsoAvailableIn>.alsoAvailableInDiv,.subheader.alsoAvailableIn {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* font-family: var(--special-font); */
}

.subheader.alsoAvailableIn a {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    padding: 0 2px 0 0;
}

.subheader.alsoAvailableIn img.inlineFlag {
    width: 0;
    height: 16px;
    vertical-align: revert;
    margin-top: 0
}

.subheader.alsoAvailableIn a:hover:after {
    text-decoration: underline
}

.subheader.alsoAvailableIn a:after {
    margin-left: 2px;
    /* font-family: var(--special-font); */
}

.subheader.alsoAvailableIn a[lang=en]:after {
    content: 'English'
}

.subheader.alsoAvailableIn a[lang=nl]:after {
    content: 'Nederlands'
}

.subheader.alsoAvailableIn a[lang=de]:after {
    content: 'Deutsch'
}

.subheader.alsoAvailableIn a[lang=fr]:after {
    content: 'Français'
}

.subheader.alsoAvailableIn a[lang=it]:after {
    content: 'Italiano'
}

.subheader.alsoAvailableIn a[lang=pl]:after {
    content: 'Polski'
}

.subheader.alsoAvailableIn a[lang=ru]:after {
    content: 'Русский'
}

.subheader.alsoAvailableIn a[lang=el]:after {
    content: 'Ελληνικά'
}

.subheader.alsoAvailableIn a[lang=cs]:after {
    content: 'Čeština'
}

html[lang=fr] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 186px)
}

html[lang=it] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 186px)
}

html[lang=nl] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 195px)
}

html[lang=pl] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 243px)
}

html[lang=ru] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 220px)
}

html[lang=el] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 189px)
}

html[lang=cs] .breadcrumb ul>li:last-of-type {
    max-width: calc(100% - 180px)
}

@media screen and (min-width: 1346px) {
    .crunchify-social {
        margin-top:13px
    }
}

html {
    scroll-behavior: smooth
}

@media screen and (min-width: 1024px) {
    .heroQuote.qqInSubPage.stickering .heroQuoteImg {
        display:none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 {
        padding: 0!important;
        margin-bottom: 0;
        margin-top: 0
    }

    body .heroQuote.qqInSubPage.stickering {
        position: fixed;
        top: 0;
        z-index: 1;
        background: var(--light)!important;
        background-color: var(--primary)!important;
        opacity: 1;
        animation: fadeInFromNone .3s ease
    }

    .heroQuote.qqInSubPage.stickering div.returnSameAsPickup {
        margin-top: 0;
        position: absolute!important;
        right: 5px;
        top: 11px;
        max-width: 110px;
        line-height: 1.3;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 3px;
        text-align: center;
        width: auto;
        background: #eee;
        letter-spacing: 0
    }

    .heroQuote.qqInSubPage.stickering .hasReturnLocation div.returnSameAsPickup {
        display: none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 div {
        position: relative;
        padding-top: 5px;
        cursor: pointer
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 label {
        color: #222;
        font-size: 10px;
        position: absolute;
        left: 35px;
        top: 8px;
        opacity: .4
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .flexDates>label:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.pickupLabel:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.returnLabel:after {
        left: -26px;
        top: 8px;
        opacity: 1
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 input,.heroQuote.qqInSubPage.stickering .qqContainer2019 select {
        padding-top: 16px;
        padding-bottom: 8px;
        margin-bottom: 0
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label {
        position: relative;
        opacity: .9!important;
        top: 0;
        left: 0;
        margin: 0;
        display: block
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label b {
        filter: invert(1);
        opacity: .4;
        display: none
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        min-height: 360px;
    }
}

html.qqScrolling .ipop.show {
    position: fixed;
    top: 0;
    margin-top: 13px
}

html.qqScrolling.hasReturnLocationBody .ipop.show {
    margin-left: 0
}

html.qqScrolling.hasReturnLocationBody .ipop.returnPop.show {
    margin-left: 0
}

html.qqScrolling .ipopIsOn #pickupAdv.active,html.qqScrolling .ipopIsOn #returnAdv.active {
    position: unset
}

html.qqScrolling .card h2,html.qqScrolling .card h3,html.qqScrolling .card h4,html.qqScrolling .card h5 {
    margin-top: -80px;
    padding-top: 80px
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

body.SubPage.home .blogdate {
    margin-left: 0!important;
    margin-top: 4rem;
    margin-bottom: 4rem
}

/* .heroQuote.qqInSubPage {
    max-height: 0px !important;
    display: none;
} */
@media screen and (width: 1024px) {
    body .heroQuote.qqInSubPage.stickering {
        padding-left:1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .heroQuote.qqInSubPage.stickering .heroQuoteImg {
        display:none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 {
        padding: 0!important;
        margin-bottom: 0;
        margin-top: 0
    }

    body .heroQuote.qqInSubPage.stickering {
        position: fixed;
        top: 0;
        z-index: 1;
        background-color: #444!important;
        opacity: 1;
        animation: fadeInFromNone .3s ease;
        max-height: fit-content;
        overflow: visible
    }

    body .heroQuote.qqInSubPage .quickQuote {
        transition: all .2s linear;
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote {
        max-height: 70px
    }

    .heroQuote.qqInSubPage.stickering div.returnSameAsPickup {
        margin-top: 0;
        position: absolute!important;
        right: 5px;
        top: 11px;
        max-width: 120px;
        line-height: 1.3;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 3px;
        text-align: center;
        width: auto;
        background: var(--light);
        letter-spacing: 0
    }

    html[lang=pl] .heroQuote.qqInSubPage.stickering div.returnSameAsPickup {
        max-width: 150px
    }

    .heroQuote.qqInSubPage.stickering .hasReturnLocation div.returnSameAsPickup {
        display: none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 div {
        position: relative;
        padding-top: 5px;
        cursor: pointer;
        max-height: 70px;
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 label {
        color: #222;
        font-size: 10px;
        position: absolute;
        left: 35px;
        top: 8px;
        opacity: .4
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .flexDates>label:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.pickupLabel:after,.heroQuote.qqInSubPage.stickering .qqContainer2019 label.returnLabel:after {
        left: -26px;
        top: 8px;
        opacity: 1
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 input,.heroQuote.qqInSubPage.stickering .qqContainer2019 select {
        padding-top: 16px;
        padding-bottom: 8px;
        margin-bottom: 0
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label {
        position: relative;
        opacity: .9!important;
        top: 0;
        left: 0;
        margin: 0;
        display: block
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label b {
        filter: invert(1);
        opacity: .4;
        display: none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 label.timeLabels {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1439px) {
    body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        display:none
    }
}

@media screen and (min-width: 1440px) {
    body .heroQuote.qqInSubPage.stickering .quickQuote {
        position:relative;
        overflow: visible
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote:after,body .heroQuote.qqInSubPage.stickering .quickQuote:before {
        content: ' ';
        position: absolute;
        height: 126px;
        background-image: url(/images/qqQuote-bonus-qashqai.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 201px;
        left: -250px;
        top: 0
    }

    body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        background: 0;
        height: auto;
        line-height: 1.6rem;
        bottom: -85px;
        top: unset;
        white-space: pre;
        text-align: center;
        font-weight: 700;
        font-family: var(--special-font-family);
        color: var(--red)
    }

    body div#pud-red-shadow,body div#pup-shadow,body div#rep-shadow {
        box-shadow: none
    }

    .heroQuote.qqInSubPage.stickering .qqContainer2019 .returnSameAsPickup>label {
        font-size: 11px;
        letter-spacing: 0;
        text-transform: uppercase;
        cursor: pointer
    }

    .heroQuote.qqInSubPage.stickering div.returnSameAsPickup:hover {
        background: var(--light-dark);
        cursor: pointer
    }

    html[lang=it] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'da\a 14,9 € al giorno'
    }

    html[lang=fr] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'à partir de\a 14,9 € par jour'
    }

    html[lang=nl] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'vanaf\a€ 14,9 per dag'
    }

    html[lang=cs] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'od\a 14,9 € za den'
    }

    html[lang=pl] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'od \a 14,9 € za dzień'
    }

    html[lang=el] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'από\a 14,9 € / ημέρα'
    }

    html[lang=ru] body .heroQuote.qqInSubPage.stickering .quickQuote:after {
        content: 'от\a 14,9 € в день'
    }
}

html.qqScrolling .ipop.show {
    position: fixed;
    top: 0;
    margin-top: 13px
}

html.qqScrolling .ipopIsOn #pickupAdv.active,html.qqScrolling .ipopIsOn #returnAdv.active {
    position: unset
}

html.qqScrolling .cal2016#ui-datepicker-div {
    margin-top: 10px;
    position: fixed!important;
    top: 58px!important
}

html.qqScrolling body.calendarActive #calendarsContainer {
    position: fixed;
    top: 0
}

html.qqScrolling body.calendarActive #calendarsContainer .calendarWrapper {
    --calendarTop: 68px!important
}

html.qqScrolling .ipop.show:after {
    transform: none!important;
    margin-left: 0!important
}

html.qqScrolling div#pud-red-shadow {
    top: 9px!important;
    left: calc(50% - 41px)!important;
    max-width: 458px
}

html.qqScrolling div#pup-shadow {
    top: 10px!important;
    left: calc(50% - 500px)!important
}

html.qqScrolling.hasReturnLocationBody div#pud-red-shadow {
    display: none
}

html.qqScrolling.hasReturnLocationBody div#pup-shadow,html.qqScrolling.hasReturnLocationBody div#rep-shadow {
    display: none
}

html.qqScrolling .qqContainer2019 .flexDates>select {
    background-position-y: calc(100% - 12px)
}

.marginBlog30 {
    margin-top: 30px
}

aside.sticky-CTA-link {
    display: none
}

aside.sticky-CTA-link {
    position: sticky;
    top: 0;
    z-index: 999;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: rgb(255 255 255 / 60%);
    margin-bottom: 3rem
}

aside.sticky-CTA-link>a {
    margin: 0;
    text-align: center;
    margin: 10px auto;
    min-width: 100%;
    max-width: 100%;
    white-space: pre-wrap;
    max-height: unset;
    min-height: unset;
    height: fit-content;
    display: inherit;
    font-size: 12px;
    font-family: var(--special-font-family);
    padding-left: 30%;
    padding-right: 30px;
    background-color: var(--accent-2);
    border-color: var(--accent-2)
}

@media screen and (max-width: 1024px) {
    aside.sticky-CTA-link {
        display:flex
    }

    aside.sticky-CTA-link:before {
        content: ' ';
        position: absolute;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 140px;
        left: -20px;
        top: 0
    }

    aside.loadQashqai.sticky-CTA-link:before {
        background-image: url(/images/qqQuote-bonus-qashqai.png)
    }

    aside.sticky-CTA-link~h2,aside.sticky-CTA-link~h3,aside.sticky-CTA-link~h4,aside.sticky-CTA-link~h5 {
        margin-top: -90px;
        padding-top: 90px
    }
}

@media screen and (max-width: 450px) {
    aside.sticky-CTA-link {
        /* margin-right:-15px */
    }

    aside.sticky-CTA-link>a {
        padding-left: 100px;
        padding-right: 20px
    }

    aside.sticky-CTA-link:before {
        left: -40px
    }
}

.takeout {
    position: relative;
    padding: 2rem;
    --color: var(--secondary);
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: #eee;
    background: var(--light)
}

h2.takeoutTitle {
    color: var(--color);
    text-transform: uppercase
}

.takeout:after,.takeout:before {
    content: '';
    z-index: 1;
    display: inline-block;
    height: 3.25rem;
    position: absolute
}

.takeout:before {
    width: 14rem;
    border-top: 2px solid var(--color);
    border-left: 2px solid var(--color);
    top: -1rem;
    left: -1rem
}

.takeout:after {
    width: 12rem;
    right: -1rem;
    bottom: -1rem;
    border-right: 2px solid var(--color);
    border-bottom: 2px solid var(--color)
}

.takeoutList {
    font-size: 90%
}

body.calendarActive .calendarsContainer.hoursOnly .datesWrapper {
    margin-top: -440px;
}

button.TocViewAll {
    display: none;
}

body.home article:first-of-type {
    border-bottom: 4px double #ededed;
    margin-bottom: 5.142857143rem;
    padding-bottom: 1.714285714rem;
}

section.latestPosts {
    background: var(--light);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

section.latestPosts:before {
    content: attr(data-text);
    position: absolute;
    font-family: var(--special-font);
    font-weight: 700;
    top: 0;
    left: 0;
    transform: translate( -8.5rem, 8rem) rotate(-90deg);
    color: var(--light-dark);
    font-size: 2.5rem;
}

ul.latestPosts {
    padding: 2rem;
    margin: 0;
    background: #fff;
    border: 2px solid var(--light-dark);
    border-radius: 1rem;
    list-style: none;
}

ul.latestPosts li {
    display: flex;
    align-items: center;
    margin-left: -1rem;
    margin-bottom: 1.5rem;
}

ul.latestPosts li:last-of-type {
    margin-bottom: 0;
}

ul.latestPosts li:before {
    content: ' ';
    background-image: var(--angle-bottom);
    background-position: 50% 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    width: 24px;
    height: 24px;
    margin-right: .5rem;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    filter: var(--color-to-brand-2);
}

ul.latestPosts > li > a:after {
    content: attr(data-date);
    text-decoration: none;
    font-size: 12px;
    margin-left: 1rem;
    background: var(--light-light);
    padding: 0rem 0.5rem;
    display: inline-block;
    border-radius: .5rem;
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    ul.latestPosts {
        padding:20px 10px 20px 0px;
    }

    ul.latestPosts li {
        margin-left: 10px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        margin-top: 1rem;
        border-bottom: 1px solid var(--light-light);
        padding-bottom: .75rem;
    }

    ul.latestPosts li:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    ul.latestPosts li:before {
        margin-left: -13px;
        padding-right: 30px;
        background-position: 50% 50%;
        display: none;
    }

    ul.latestPosts > li > a {
        text-decoration: none;
        position: relative;
        text-underline-offset: 4px;
        line-height: 1.8;
        letter-spacing: -.2px;
    }

    ul.latestPosts > li > a:after {
        margin-left: 0;
        padding: .5rem .5rem .5rem 0!important;
        position: absolute;
        top: -20px;
        left: 0;
        background: none;
        margin-top: 0;
        font-size: 11px;
        padding-left: 0;
        color: var(--brand-1-dark);
        text-transform: capitalize;
        letter-spacing: 0;
    }
}

body.home div.blogHeroImg:has(.newAdaptiveHero) {
    aspect-ratio: auto 1332 / 750;
}

.heroQuote.qqInSubPage:not(.stickering) {
    display: none;
}

.blogHeroImg .hasNewHeroImage img {
    background: var(--light);
}

.iframeMapper {
    border-radius: .5rem;
    background: var(--light);
}

.callout {
    margin-bottom: 3rem;
    background: var(--light-light);
    padding: 2rem;
    border-left: 1rem solid var(--accent-2);
    margin-left: -3rem;
    font-weight: 500;
    font-family: var(--special-font);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aside_CTA {
    font-weight: 600;
    font-family: var(--special-font);
    margin-top: 1rem;
    font-size: inherit;
    text-decoration: none!important;
    border-bottom: 1px solid;
    line-height: 20px;
    color: var(--accent-2);
}

.aside_CTA:after {
    content: ' ›';
    padding-left: 1rem;
}

@media only screen and (max-width: 1023px) {
    .callout {
        margin-left:0;
        border-radius: .5rem;
    }
}

/* table of contents 2025 */
#ez-toc-container nav:before, #ez-toc-container label:after {
    display: none;
}

#ez-toc-container {
    margin-bottom: 20px;
    position: sticky;
    top: 3px;
    z-index: 1;
    background: #fff;
    /* layout & scrolling */
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 1rem; padding-inline: 0; border-block: 2px solid var(--light-dark); max-height: 52px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
    -ms-overflow-style: none;
    scrollbar-width: none;
    --light: #fff;
    box-shadow: 0 -5px var(--light), -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
}

#ez-toc-container::-webkit-scrollbar {
    display: none;
}

#ez-toc-container p, #ez-toc-container label, #ez-toc-container input, #ez-toc-container .TocViewAll {
    display: none;
}

#ez-toc-container ul, #ez-toc-container .list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    align-items: flex-start;
    gap: 2rem;
    padding-right: 20px;
}

#ez-toc-container ul li {
    margin: 0;
    padding: 0;
    display: contents;
    width: -moz-fit-content;
    width: fit-content;
}

#ez-toc-container a {
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 15px;
    font-family: unset;
    text-decoration: none;
    color: #222;
}

#ez-toc-container a:hover {
    text-decoration: underline;
    color: var(--brand-2-dark);
}

#ez-toc-container a::before {
    display: none;
    content: none;
}

/* scroller buttons */
#ez-toc-container button.scroller {
    position: sticky;
    top: 0;
    min-width: 28px;
    height: 48px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: transparent;
    border: none;
    transform: translateY(-10px);
    box-shadow: 0 0 10px 10px #fff;
    border-radius: 0;
}

#ez-toc-container button.scroller::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 48px;
    background-image: var(--angle-bottom);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#ez-toc-container button.scroller:is(:hover, :active) {
    background: var(--light-dark);
}

#ez-toc-container .scroller.left {
    left: 0;
}

#ez-toc-container .scroller.left::before {
    transform: rotate(90deg);
}

#ez-toc-container .scroller.right {
    right: 0;
    left: calc(100% - 28px);
}

#ez-toc-container .scroller.right::before {
    transform: rotate(-90deg);
}

#ez-toc-container button.scroller.right--disabled, #ez-toc-container button.scroller.left:not(.left--enabled), #ez-toc-container button.scroller.left.left--disabled {
    opacity: 0;
    width: 0;
    min-width: 0;
    max-width: 0;
    pointer-events: none;
}

/* responsive tweaks */
@media only screen and (max-width: 767px) {
    #ez-toc-container {
        min-width: 100%;
        /* margin-left: -1.5rem; */
    }

    #ez-toc-container a {
        /* font-size: 14px; */
    }

    #ez-toc-container a:first-of-type {
        /* padding-left: 2rem; */
    }
}

@media only screen and (max-width: 1024px) {
    body:has(nav#ez-toc-container) aside.sticky-CTA-link {
        top:55px
    }
}

@supports (animation-timeline: scroll(root block)) and (animation-range: 0% calc(100% - 500px)) {
    #ez-toc-container {
        top: 3px;
    }

    body:has(nav#ez-toc-container) aside.sticky-CTA-link {
        top: 55px
    }
}

@media not all and (min-resolution: 0.001dpcm) and (-webkit-appearance: none) {
    #ez-toc-container {
        top: 0;
    }

    body:has(nav#ez-toc-container) aside.sticky-CTA-link {
        top: 50px
    }
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    scroll-margin-top: 30px!important;
}

@media only screen and (min-width: 1024px) {
    @supports (animation-timeline: scroll(root block)) and (animation-range: 0% calc(100% - 500px)) {
        body:has(.qqInSubPage.stickering) #ez-toc-container {
            top: 70px;
            /* box-shadow: -50px 0 var(--light), 50px 0 var(--light); */
        }

        .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
            scroll-margin-top: 140px!important;
        }
    }
}

@media only screen and (max-width: 1024px) {
    body:has(nav#ez-toc-container) aside.sticky-CTA-link {
        top:55px
    }
}








/* CTA FORM 2025 */

.inlineCarQuoteWidget {
    --light: var(
    --light-light);
    /* --light: var(
    --headerColor); */
    background: var(--light);
    margin: 70px 0;
    border: 0 solid var(--light);
    border-radius: 1rem;
    position: relative;
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
    box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.inlineCarQuoteWidget .sidebarQuoteTitle {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    text-align: center;
    font-size: clamp(2.5rem,3vw,3rem);
    font-family: var(--special-font-family);
    /* color: var(--accent-2); */
    /* color: #fff!important; */
}

.inlineCarQuoteWidget .carrentalframewidget {
    width: 100%;
    border: none!important;
    max-width: 870px!important;
    margin-left: auto;
    margin-right: calc(30% - 150px);
    min-height: 360px;
    display: block;
    background-color: #ffff;
    border-radius: 1rem;
    padding: 10px 10px 0;
    background-image: url(/images/load_btn.gif);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    /* border: 10px solid var(--accent-2)!important; */
    box-shadow: 0 10px 40px 10px rgb(85 34 0 / 11%);
    border: 10px solid var(--accent-2) !important;
}

.inlineCarQuoteWidget img {
    box-shadow: none;
    width: 100%;
    height: auto;
    max-width: 426px;
    position: relative;
    will-change: filter;
    /* bottom: 20px; */
    /* margin-left: calc(90px - 50%); */
    /* margin-top: -110px; */
    margin-bottom: 0px;
    /* opacity: .3; */
	order:9;
}

@media only screen and (max-width: 47.9em) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin-right: auto;
    }

    .inlineCarQuoteWidget img {
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
        padding: 20px;
        padding-bottom: 0;
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 1024px) {
    .inlineCarQuoteWidget img {
        /* display:none; */
        /* padding: 20px 30px 0 30px; */
        margin-top: 0;
    }

    .inlineCarQuoteWidget {
        box-shadow: -500px 0 var(--light),-1000px 0 var(--light),-1500px 0 var(--light),500px 0 var(--light),1000px 0 var(--light),1500px 0 var(--light);
        box-shadow: 100px 0 var(--light), -100px 0 var(--light);
    }

    .inlineCarQuoteWidget .carrentalframewidget {
        margin: 0 auto;
        max-width: 420px!important;
        border: 0!important;
    }
}

@media only screen and (max-width: 768px) {
    .inlineCarQuoteWidget {
        display:flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
    }

    .inlineCarQuoteWidget img {
        display: block;
        position: relative;
        order: 99;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        /* padding: 20px; */
        height: auto;
        width: 100%;
        max-width: 440px;
        aspect-ratio: 340 / 238;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: -40px;
    }
    body .inlineCarQuoteWidget img:last-of-type {
         /* display:none; */
    }
}

.inlineCarQuoteWidget img {
    box-shadow: none!important;
}


body .footerFlex {
    padding-inline:0px
}

@media only screen and (max-width: 768px) {
    body .footerFlex {
        padding-inline: 1.5rem;
    }

}
body .footerBar{
    padding-bottom:0px;
}
body .footerBar.superFooterBar{
    padding-bottom:40px;
}

figure {
    margin: 0;
}
figcaption{
    width: 100%;
    font-size: 16px;
    text-align: center!important;
    padding: .5rem 0;
    line-height: 1.8rem;
    font-family: var(--special-font-family);
    font-weight: 600;
    color: var(--brand-1);
    margin-bottom:2rem;
}




/* TO BE MOVED TO MAIN25.CSS */
.navbarCont {
    max-width: 108rem;
    margin-left: auto;
    margin-right: auto;
}
.topBarContainer {
    min-height: 80px;
}

.mainMenuInFooter{
    display: none;
}
