html {
    /* Note: Smooth scroll has flashing bug */
    /* scroll-behavior: smooth; */
}

.single-brochure_pdf #nav-wrapper,
.single-brand #nav-wrapper {
    display: none !important;
}

.single-brochure_pdf #page,
.single-brand #page {
    padding-top: 0 !important;
}

.single-brochure_pdf #pdf-manuals-nav,
.single-brand #pdf-manuals-nav {
    background-color: #1a1a1a;
    padding: 15px;
}

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

/* #navbar-manual, */
.sticky-manual {
    position: fixed;
    top: 0;
    width: 100%;
}

#navbar-manual {
    /* max-width: 73.75rem; */
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    z-index: 99;
}

    #navbar-manual h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    #navbar-manual .controls-find {
        margin-bottom: 10px;
    }

#navbar-manual.sticky-manual + .container {
    padding-top: 70px;
}

#pdf-manuals-wrapper .box-sticky {
    /* top: 70px; */
    top: 95px;
    /* max-height: calc(100vh - 180px); */
    height: calc(100vh - 165px);
    /* overflow: hidden; */
    overflow-y: scroll;
    overflow-x: hidden;
}

    #pdf-manuals-wrapper .box-sticky ul {
        /* max-height: 600px; */
        /* padding-right: 17px; */
        /* overflow-y: scroll;
        overflow-x: hidden; */
    }

#brochure-pdf mark {
    /* background-color: #b0b0b0; */
    background-color: rgba(176, 176, 176, 0.35);
    /* color: #fff; */
}

#brochure-pdf mark.current {
    /* background-color: #b0b0b0; */
    background-color: rgba(176, 176, 176, 0.8);
    /* background-color: #cca323; */
    /* color: #fff; */
}

.pdf-manuals-share-btn {
    margin-left: 5px !important;
    margin-right: 5px !important;
    max-width: 170px;
    min-height: 2.2rem !important;
}


@media (max-width: 798px) {
    #pdf-manuals-nav .return-to-support {
        margin-bottom: 10px;
    }

    #pdf-manuals-nav .pdf-manuals-share-btn:first-of-type {
        margin-bottom: 5px;
    }

    #navbar-manual .align-center-portable {
        display: inline-block !important;
    }
}




/* Page Design */
.pdf-brochure__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1180px;
    padding: 10px;
    width: 100%;
}

    .pdf-brochure__wrapper .pdf-brochure__wrapper--left {
        background-color: #fff;
        margin: 0 7.5px 15px 0;
        max-width: 280px;
        width: 100%;
    }

        .pdf-brochure__wrapper .pdf-brochure__wrapper--left-inner {
            padding: 20px;
        }

        .pdf-brochure__wrapper .pdf-brochure__wrapper--left-inner ul,
        .pdf-brochure__wrapper .pdf-brochure__wrapper--left-inner ul li {
            list-style: none;
            padding: 0;
            margin: 0 auto;
        }

            .pdf-brochure__wrapper .pdf-brochure__wrapper--left-inner ul li a {
                color: #b0b0b0;
                display: block;
                font-size: 16px;
                padding: 8px 0;
                text-decoration: none;
            }

            .pdf-brochure__chapter--link {
                color: #b0b0b0;
                border-bottom: 1px solid #b0b0b0;
                /* padding: 15px 0 8px !important; */
                padding: 10px 0 3px !important;
                position: relative;
                /* scroll-margin-top: 20px; */
            }

            body:not(.sticky-manual-active) .pdf-brochure__chapter--link:first-of-type {
                padding-top: 0 !important;
                margin-top: -2px !important;
            }

            body.sticky-manual-active .pdf-brochure__chapter--link:first-of-type {
                padding-top: 0px !important;
            }

            .pdf-brochure__chapter--link a {
                color: #b0b0b0 !important;
                display: inline-block;
                /* font-size: 20px; */
                font-size: 17px;
                font-weight: 500;
                /* margin: 0 0 10px; */
                margin: 0 0 8px;
            }

                .pdf-brochure__chapter--link a:hover,
                .pdf-brochure__chapter--link a:focus {
                    color: #000 !important;
                }

                /* .pdf-brochure__chapter--link li a:hover, */
                .pdf-brochure__chapter--link li a:focus {
                    text-decoration: underline;
                }
                .pdf-brochure__chapter--link li a:hover,
                .pdf-brochure__chapter--link li a:focus {
                    opacity: 0.5;
                }

            .single-brochure_pdf #quick-language.controls-select-control {
                line-height: 1.4;
            }

            .pdf-brochure__chapter--link ul li a {
                /* font-size: 16px; */
                font-size: 14px;
                font-weight: 300;
            }

            .pdf-chapter-active.pdf-brochure__chapter--link a {
                color: #000 !important;
            }

            .pdf-chapter-link-active {
                color: #000;
            }

            .pdf-brochure__chapter--link ul {
                display: none;
            }

            .pdf-brochure__chapter--link.pdf-chapter-active ul {
                display: block;
            }

            .pdf-chapter-link-active ul {
                display: block !important;
            }

            .pdf-brochure__chapter--link ul li a.pdf-chapter-link-active:before {
                content: '> ';
                display: inline-block;
                padding-right: 5px;
            }

            .pdf-chapter-link-active a {
                color: #000 !important;
            }

            .pdf-brochure__chapter--link ul li.pdf-chapter-link-active a:before {
                content: '> ';
                display: inline-block;
                padding-right: 2px;
                font-weight: 500;
                position: relative;
                top: -1px;
            }


            .pdf-brochure__chapter--link-expand,
            .pdf-brochure__chapter--link-expand span {
                top: 30px;
            }

            .pdf-brochure__chapter--link-expand {
                color: #000;
                display: none;
            }

            .brochure-pdf--chapter-content--expanded .pdf-brochure__chapter--link-expand span::after,
            .pdf-brochure__chapter--link-expanded span::after {
                background-color: rgb(255, 255, 255);
                box-sizing: border-box;
                content: "";
                display: block;
                height: 10px;
                left: 8.5px;
                opacity: 0;
                position: absolute;
                top: 8.5px;
                transform: matrix(-1, 1.22465e-16, -1.22465e-16, -1, -1, -5);
                transition-delay: 0s, 0s, 0s;
                transition-duration: 0.3s, 0.3s, 0.3s;
                transition-property: transform, opacity, -webkit-transform;
                transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease, cubic-bezier(0.645, 0.045, 0.355, 1);
                width: 2px;
            }

            .brochure-pdf--chapter-content--expanded .pdf-brochure__chapter--link-expand span::before,
            .pdf-brochure__chapter--link-expanded span::before {
                background-color: rgb(255, 255, 255);
                box-sizing: border-box;
                content: "";
                display: block;
                height: 10px;
                left: 8.5px;
                position: absolute;
                top: 8.5px;
                transform: matrix(1, 0, 0, 1, -1, -5);
                width: 2px;
            }

            .brochure-pdf--chapter-content--expanded .pdf-brochure__chapter--link-expand span,
            .pdf-brochure__chapter--link-expanded span {
                border-color: #000;
                background-color: #000;
                color: #fff;
                /* top: .78125rem; */
                transform: translateY(-50%) rotate(0.75turn);
                position: absolute;
                right: 0;
                width: 1.25rem;
                height: 1.25rem;
                border: .09375rem solid #fff;
                border-radius: 100%;
                transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),background-color 300ms,color 300ms,-webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
            }

    .pdf-brochure__wrapper .pdf-brochure__wrapper--right {
        background-color: #fff;
        margin: 0 0 15px 7.5px;
        max-width: 880px;
        width: 100%;
    }

        .pdf-brochure__wrapper .pdf-brochure__wrapper--right-inner {
            padding: 20px;
        }

ul.pdf-brochure__subchapters--links {
    margin-bottom: 0;
}

#pdf-manuals-wrapper ul.accordion,
.pdf-brochure__chapter--link:last-of-type {
    border-bottom: 0;
}



/* Chapter */
#brochure-pdf .new-page {
    border-top: 1px solid #b0b0b0;
    margin-top: 50px;
}

#brochure-pdf .new-page:first-of-type {
    border-top: 0;
    margin-top: -15px;
}

#brochure-pdf .pdf-brochure_pdf_chapter {
    font-size: 42px;
    padding-top: 30px;
}

.pdf-brochure_pdf_chapter--anchor,
.pdf-brochure_pdf_subchapter--anchor {
    height: 70px;
    position: absolute;
    margin-top: -70px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.pdf-brochure_pdf_subchapter--anchor {
    height: 60px;
    position: absolute;
    margin-top: -60px;
}


.pdf-brochure_pdf_chapter--anchor + h1.pdf-brochure_pdf_chapter {
	page-break-before: always !important;
}

.pdf-brochure_pdf_subchapter--anchor + h2 {
	page-break-before: always !important;
}

	.brochure-pdf--chapter-content > .pdf-brochure_pdf_subchapter--anchor:first-of-type + h2 {
		page-break-before: auto !important;
	}



    @media (max-width: 798px) {
        .pdf-brochure_pdf_chapter--anchor,
        .pdf-brochure_pdf_subchapter--anchor {
            height: 120px;
            margin-top: -120px;
        }

        .pdf-brochure__chapter--link-expand + ul {
            display: none;
        }

        .pdf-brochure__chapter--link-expand {
            display: block;
        }
    }


.controls-header__link,
.controls-header__link:hover,
.controls-header__link:focus,
.controls-header__link:visited {
    color: #000;
}

.controls-header__link:hover,
.controls-header__link:focus {
    opacity: 0.5;
}

/* Heading Block */
#brochure-pdf h2.pdf-heading,
#brochure-pdf h3.pdf-subheading {
    font-size: 28px;
    font-family: "Futura LT", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#brochure-pdf h2.pdf-heading,
#brochure-pdf h3.pdf-subheading {
    padding-top: 65px;
}

#brochure-pdf h2.pdf-heading {
    padding-bottom: .5em;
}


#brochure-pdf h1.pdf-brochure_pdf_chapter + h2.pdf-heading,
#brochure-pdf h1.pdf-brochure_pdf_chapter + p.pdf-brochure_pdf_subchapter--anchor + h2.pdf-heading {
    padding-top: 25px;
}

#brochure-pdf h2.pdf-heading + h2.pdf-heading,
#brochure-pdf h2.pdf-heading + h3.pdf-subheading {
    padding-top: 0;
}



/* Sub Heading Block */
#brochure-pdf h3.pdf-subheading {
    font-size: 26px;
    font-weight: 400;
    padding: 1em 0 .5em;
}



/* Columns Block */
.brochure-pdf__columns {
    clear: both;
    /* page-break-inside: avoid;
    break-inside: avoid; */
    margin-left: -10px;
    margin-right: -10px;
}

.brochure-pdf__columns:after {
    content: "";
    display: table;
    clear: both;
}

.brochure-pdf__column {
    float: left;
    /* page-break-inside: avoid;
    break-inside: avoid; */
}

.brochure-pdf__column--inner {
    margin: 15px;
}

.brochure-pdf__column p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.brochure-pdf__column ul,
.brochure-pdf__column ol {
    margin: 0;
    padding: 1em;
}

.brochure-pdf__column ol,
.brochure-pdf__column ol li {
    list-style-type: decimal !important;
}

.brochure-pdf__column--text {
    /* padding-bottom: 10px;
    padding-top: 10px; */
}

    @media screen and (max-width: 798px) {
        .brochure-pdf__columns .brochure-pdf__column {
            width: 100% !important;
        }
    }


.brochure-pdf__search-next,
.brochure-pdf__search-prev {
    display: none;
}

.brochure-pdf__search-next {
    height: 100% !important;
    right: 30px !important;
    width: 20px !important;
}

    .brochure-pdf__search-next svg {
        left: calc(50% - 6px) !important;
        top: calc(50% - 4px) !important;
        transform: rotate(90deg) !important;
    }

.brochure-pdf__search-prev {
    height: 100% !important;
    right: 10px !important;
    width: 20px !important;
}

    .brochure-pdf__search-prev svg {
        left: calc(50% - 4px) !important;
        top: calc(50% - 4px) !important;
        transform: rotate(-90deg) !important;
    }




/* Images Block */
/* .brochure-pdf__images {
    page-break-inside: avoid;
    break-inside: avoid;
} */

.brochure-pdf__images-border {
    padding: 10px;
}

.brochure-pdf__images-border p:first-of-type {
    margin-top: 0;
}

.brochure-pdf__images-border p:last-of-type {
    margin-bottom: 0;
    margin-top: 1em;
}

.brochure-pdf__images_row {
    clear: both;
    display: flex;
    /* page-break-inside: avoid;
    break-inside: avoid; */
    margin-left: -10px;
    margin-right: -10px;
}

.brochure-pdf__image {
    /* page-break-inside: avoid;
    break-inside: avoid; */
    padding: 10px;
}

.brochure-pdf__image img {
    /* width: 100%; */
    display: block;
    max-width: 100%;
}

.brochure-pdf__image.brochure-pdf__image--full-width .brochure-pdf__image--figure-inner {
	margin: 10px 0 20px;
}


.single-brochure_pdf rect[data-store-id],
.single-brand rect[data-store-id] {
    cursor: pointer;
    fill: transparent;
}

.single-brochure_pdf .svg-litebox.fancybox-content,
.single-brochure_pdf #hidden-content,
.single-brand .svg-litebox.fancybox-content,
.single-brand #hidden-content {
    height: 80%;
    width: 80%;
    background: #fff;
}

.single-brochure_pdf .svg-litebox.fancybox-content .svg-wrap svg,
.single-brochure_pdf #hidden-content .svg-wrap svg,
.single-brand .svg-litebox.fancybox-content .svg-wrap svg,
.single-brand #hidden-content .svg-wrap svg {
    /* height: 500px; */
    width: 100%;
}

.single-brochure_pdf .svg-litebox.fancybox-content .fancybox-button svg path,
.single-brochure_pdf #hidden-content .fancybox-button svg path,
.single-brand .svg-litebox.fancybox-content .fancybox-button svg path,
.single-brand #hidden-content .fancybox-button svg path {
    fill: #000;
}

@media (max-width: 650px) {
    .single-brochure_pdf .svg-litebox.fancybox-content,
    .single-brochure_pdf #hidden-content,
    .single-brand .svg-litebox.fancybox-content,
    .single-brand #hidden-content {
        height: 95%;
        width: 95%;
        background: #fff;
    }

    .single-brochure_pdf .svg-litebox.fancybox-content .svg-wrap svg,
    .single-brochure_pdf #hidden-content .svg-wrap svg,
    .single-brand .svg-litebox.fancybox-content .svg-wrap svg,
    .single-brand #hidden-content .svg-wrap svg {
        height: 100%;
        width: 100%;
        background: #fff;
    }
}






/* Page Break Block */
.pdf-page-break {
    /* page-break-before: always; */
    padding-top: 0.5cm;
}



/* Page Spacer Block */
.pdf-page-spacer {
    min-height: 1px;
    width: 100%;
}



/* Table Block */
.brochure-pdf__table {
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 1em 0;
}

table.brochure-pdf__table {
    border-collapse: collapse;
    page-break-inside: avoid;
    break-inside: avoid;
}

table.brochure-pdf__table tr {
    page-break-inside: avoid;
    break-inside: avoid;
}

table.brochure-pdf__table td {
    page-break-inside: avoid;
    break-inside: avoid;
	padding: 5px;
	vertical-align: top;
}

table.brochure-pdf__table .table-line {
	margin: 0 -5px;
	padding: 0;
	height: 2px;
	background: #000;
}

table.brochure-pdf__table .table-line-break {
	display: block;
	clear: both;
	height: 5px;
}






/* Text */
#brochure-pdf ul,
#brochure-pdf li {
    list-style: initial;
}

	#brochure-pdf p + ul > li,
	#brochure-pdf h2 + ul > li,
	#brochure-pdf h3 + ul > li,
	#brochure-pdf h4 + ul > li,
	#brochure-pdf h5 + ul > li,
	#brochure-pdf h6 + ul > li {
		margin-left: 18px;
	}

	#brochure-pdf .brochure-pdf__column--text ul > li {
		margin-left: inherit !important;
	}

#pdf-print-header {
    display: none;
}

.return-to-support-header,
.return-to-support-x {
    display: none;
}

body:not(.pdf_accordion) #brochure-pdf .pdf-brochure_pdf_chapter.brochure-pdf--chapter-heading span {
    display: none !important;
}

.pdf-release-date {
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}


@media (min-width: 799px) {
    #pdf-manuals-wrapper #brochure-pdf .brochure-pdf--chapter-content {
        display: block !important;
    }
}

.pdf-asset-button__print {
    display: none;
    padding: 10px 0;
}

@media print {
    #pdf-manuals-wrapper #brochure-pdf .brochure-pdf--chapter-content {
        display: block !important;
    }

    .pdf-asset-button {
        display: none !important;
    }
    .pdf-asset-button__print {
        display: block !important;
    }
}




/* Tablet */
@media (max-width: 799px) {
    #pdf-manuals-nav .pdf-manuals-share {
        display: none !important;
    }

    #pdf-manuals-nav .return-to-support {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #pdf-manuals-nav .return-to-support a strong {
        display: none !important;
    }

    #pdf-manuals-wrapper #navbar-manual .quick-language,
    #pdf-manuals-wrapper #navbar-manual .controls-select,
    #pdf-manuals-wrapper #navbar-manual .grid-item:first-of-type {
        display: none !important;
    }

    #pdf-manuals-wrapper #navbar-manual .grid-item:last-of-type {
        padding: 10px;
    }

    #pdf-manuals-wrapper #navbar-manual .grid-item:last-of-type .align-center-portable {
        display: block !important;
        margin: 0 auto;
        min-width: 300px;
        width: 90%;
    }

    .return-to-support-x {
        display: block;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 0px;
        line-height: 1;
    }

    .return-to-support-header {
        display: block;
        font-size: 20px;
        /* position: absolute; */
        /* left: 10px; */
    }

    #pdf-manuals-wrapper .grid-item:first-of-type {
        display: none;
    }

    #pdf-manuals-wrapper #navbar-manual h2 {

    }

    #brochure-pdf {
        padding-bottom: 50px;
    }

    #brochure-pdf .pdf-brochure_pdf_chapter.brochure-pdf--chapter-heading {
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;

        font-size: 20px;
        font-weight: 900;
        margin-top: 0 !important;
        margin-bottom: 0;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        position: relative;
    }

    #brochure-pdf .pdf-brochure_pdf_chapter.brochure-pdf--chapter-heading span {

    }

    #brochure-pdf .new-page {
        margin-top: 0;
    }

    #brochure-pdf .pdf-brochure_pdf_subchapter--anchor + h2.pdf-heading {
        padding-top: 0px;
    }

    /* Heading Block */
    #brochure-pdf h2.pdf-heading,
    #brochure-pdf h3.pdf-subheading {
        font-size: 20px;
        font-family: "Futura LT", sans-serif;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        padding: 0;
    }



    /* Sub Heading Block */
    #brochure-pdf h3.pdf-subheading {
        font-size: 20px;
        font-weight: 400;
        padding: 1em 0 .5em;
    }


    .pdf-release-date {
        display: block;
        margin-bottom: 20px;
    }

}



/* Translation Disclaimer Popup */
#pdf-manuals-language-disclaimer {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.pdf-manuals-language-disclaimer--hide {
    display: none !important;
}

    .pdf-manuals-language-disclaimer__inner {
        margin: 0 auto;
        max-width: 940px;
        padding: 45px 50px;
        position: relative;
        width: 100%;
    }

    .pdf-manuals-language-disclaimer__inner p:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .pdf-manuals-language-disclaimer__inner a {
        text-decoration: underline;
    }

    .pdf-manuals-language-disclaimer__text {
        font-size: 0.9rem;
        width: calc(100% - 85px);
    }

    .pdf-manuals-language-disclaimer__img {
        display: block;
        position: absolute;
        right: 50px;
        top: calc(50% - 30px);
        width: 60px;
        height: 60px;
    }

    .pdf-manuals-language-disclaimer-close {
        position: absolute;
        top: 30px;
        right: 10px;
    }





/* Mobile */
@media (max-width: 699px) {
    .pdf-manuals-language-disclaimer__img {
        display: none !important;
    }

    .pdf-manuals-language-disclaimer__text {
        width: calc(100% - 25px);
    }
}



/* Editor Notes. */
.brochure-editors-note {
    text-align: right;
    margin: 10px 0 25px 0;
    position: relative;
    right: -50px;
}
    .brochure-editors-note a {
        color: #000 !important;
        display: inline-block;
        padding: 5px 10px;
        background: #cca323;
        text-decoration: none;
        font-weight: bold;
        border-radius: 99999px;
    }



/* PDF Embedder. */
.single-brochure_pdf #navbar-manual,
.single-brochure_pdf .cta-sticky.is-sticky {
    z-index: 2147483647 !important; /* Fix for the grabbing of PDF overflow issue. */
}

.pdf-embedder__wrapper {
    background: #fff;
    width: 100%;
    /* aspect-ratio: 419 / 593; */
    aspect-ratio: 838 / 1185;
}

    .pdf-embedder__wrapper .pdfemb-viewer {
        border: 0 !important;
        background: transparent !important;
    }

    .pdf-embedder__wrapper .pdfemb-pagescontainer {
        background: transparent !important;
    }

    .pdf-embedder__wrapper .pdfemb-toolbar {
        display: none !important; /* Always hide the toolbar. */
    }

    .grab-to-pan-grabbing {
        display: none !important;
    }

    @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
        .pdf-embedder__wrapper .pdfemb-pagescontainer {
            margin-left: 0px !important;
        }
    }

.pdfembAnnotationLayer .linkAnnotation > a:hover {
    opacity: 0.18;
    background: #111 !important;
    box-shadow: 0px 2px 10px #111 !important;
    border: none;
    border-radius: 9999px;
}

	@media screen and (max-width: 799px) {
		div.pdfemb-inner-div-wantmobile,
		div.pdfemb-inner-div-wantmobile-fswrap {
			display: none !important;
		}

		.pdfemb-viewer {
			max-width: 100%;
			overflow: scroll !important;
		}
	}



/** Chapter Link Copy. */
.brochure-pdf--chapter-heading .pdf-brochure_pdf_chapter--link {
    display: none;
}

.brochure-pdf--chapter-heading:hover .pdf-brochure_pdf_chapter--link {
    height: 20px;
    width: 30px;
    display: inline-block;
    /* opacity: 0.3; */
    opacity: 1;
}
body:not(.pdf_accordion) #brochure-pdf .pdf-brochure_pdf_chapter.brochure-pdf--chapter-heading:hover span.pdf-brochure_pdf_chapter--copied,
.brochure-pdf--chapter-heading:hover .pdf-brochure_pdf_chapter--copied {
    display: inline-block !important;
    color: #000;
    display: inline-block;
    opacity: 0.4;
    font-size: 10px;
}
.pdf-brochure_pdf_chapter--input {
    position: absolute;
    left: -999999px;
    top: -999999px;
}

/* Print */
@media print {
    #pdf-manuals-wrapper {
        background-color: #fff;
    }

    .lazyload-figure {
        opacity: 1 !important;
    }

    #pdf-print-header {
        display: block;
    }

	#select-language-select,
    .brochure-editors-note,
    #cookieNotice,
    #query-monitor-main,
    iframe,
    embed,
    object,
    .grid-item[class~="1/4-desk"],
    footer,
    #modal,
    #pdf-manuals-nav,
    #navbar-manual,
    .band.cta-sticky,
    .dataTables_filter,
    main .band {
        display: none !important;
    }


    @page {
        size: auto;
        margin: 5mm;
    }

    .new-page {
        /* page-break-after: always; */
    }

    .pdf-manuals-language-disclaimer__inner {
        padding: 0 0 50px 0 !important;
    }
    .pdf-manuals-language-disclaimer__text {
        font-size: 1rem;
        width: 100%;
        color: #000 !important;
    }
    .pdf-manuals-language-disclaimer__text * {
        color: #000 !important;
    }
    #pdf-manuals-language-disclaimer {
        display: block !important;
        position: static !important;
    }

    .pdf-manuals-language-disclaimer__img,
    .pdf-manuals-language-disclaimer-close {
        display: none !important;
    }
}




@media print {
	.brochure-pdf__image {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

		/* A4 in px. */
		.brochure-pdf__image img {
			/* max-height: 842px; */
			max-height: 700px !important;
			object-fit: contain !important;
		}

	.brochure-pdf__image.brochure-pdf__image--full-width .brochure-pdf__image--figure-inner {
		aspect-ratio: unset !important;
		margin: 10px 0 20px;
	}

	.brochure-pdf__image.brochure-pdf__image--full-width .brochure-pdf__image--figure-inner figcaption {
		display: block;
		padding: 10px 0;
		font-size: 13px;
	}

	.brochure-pdf__images-text-bottom p {
		margin-top: 0;
		margin-bottom: 0;
	}
}
