@charset "UTF-8";
/*
    Theme Name: TKE Theme
    Description: Dedicated theme for TKE
    Version: 1.2.71b
    Author: Piotr Sember
    Theme URI: https://millstudio.pl
    Author URI: https://millstudio.pl
*/

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 23, 2022 */


@font-face {
    font-family: 'eurostile_lt_stdmedium';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdbold';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-bold-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdBdCn';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldcn-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdBdEx2';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldex2-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldex2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdbold_oblique';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldoblique-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdcondensed';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-cn-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-cn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stddemi';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-demi-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stddemi_oblique';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-demioblique-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-demioblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdextended_2';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-ex2-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-ex2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'eurostile_lt_stdoblique';
    src: url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-oblique-webfont.woff2') format('woff2'),
         url('https://vintage-apps.azurewebsites.net/fonts/eurostyle/eurostileltstd-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

body {
  margin: 0;
  background: #fff;
  line-height: 1.375;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #262626;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1440px;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

.wp-block-tke-header .container::after {
   display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:250px;
        height  : 1px;
        width   : 100px;  /* or 100px */
        border-bottom:4px solid #7BAD29;
       /* margin:0 auto;*/
	margin-left:0rem;
	margin-top:1.5rem;
        padding:4px 0px;
}


@media (max-width: 767px) {
  html:not(.no-rwd) .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.wp-block-brochure-headline-intro-image .title .bracket, .wp-block-brochure-cover-simple .title-block .title .bracket {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
 /* width: 4.8rem;*/
 /* background: url("images/header-bracket-big.svg") no-repeat left top;
  background-size: 100% 100%;*/
}
.wp-block-brochure-headline-intro-image .title .bracket:before, .wp-block-brochure-cover-simple .title-block .title .bracket:before {
  padding-top: 100%;
  display: block;
  content: "";
}
body:not(.pdf-style) .wp-block-brochure-headline-intro-image .title .bracket, .wp-block-brochure-headline-intro-image body:not(.pdf-style) .title .bracket, body:not(.pdf-style) .wp-block-brochure-cover-simple .title-block .title .bracket, .wp-block-brochure-cover-simple .title-block body:not(.pdf-style) .title .bracket {
 /* width: 4.8rem;*/
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title .bracket, .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title .bracket, html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title .bracket, .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title .bracket {
   /* width: 3.8rem;*/
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .title .bracket, .wp-block-brochure-headline-intro-image .pdf-style .title .bracket, .pdf-style .wp-block-brochure-cover-simple .title-block .title .bracket, .wp-block-brochure-cover-simple .title-block .pdf-style .title .bracket {
 /* width: 3.5rem;*/
}
.pdf-style.size-letter .wp-block-brochure-headline-intro-image .title .bracket, .wp-block-brochure-headline-intro-image .pdf-style.size-letter .title .bracket, .pdf-style.size-letter .wp-block-brochure-cover-simple .title-block .title .bracket, .wp-block-brochure-cover-simple .title-block .pdf-style.size-letter .title .bracket {
 /* width: 3.1rem;*/
}
.wp-block-brochure-headline-intro-image .title .bracket-2, .wp-block-brochure-cover-simple .title-block .title .bracket-2 {
  left: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
body:not(.pdf-style) .wp-block-brochure-headline-intro-image .title .bracket-2, .wp-block-brochure-headline-intro-image body:not(.pdf-style) .title .bracket-2, body:not(.pdf-style) .wp-block-brochure-cover-simple .title-block .title .bracket-2, .wp-block-brochure-cover-simple .title-block body:not(.pdf-style) .title .bracket-2 {
  margin-left: -4.8rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title .bracket-2, .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title .bracket-2, html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title .bracket-2, .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title .bracket-2 {
    margin-left: -3.8rem;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .title .bracket-2, .wp-block-brochure-headline-intro-image .pdf-style .title .bracket-2, .pdf-style .wp-block-brochure-cover-simple .title-block .title .bracket-2, .wp-block-brochure-cover-simple .title-block .pdf-style .title .bracket-2 {
  margin-left: -3.5rem;
}
.pdf-style.size-letter .wp-block-brochure-headline-intro-image .title .bracket-2, .wp-block-brochure-headline-intro-image .pdf-style.size-letter .title .bracket-2, .pdf-style.size-letter .wp-block-brochure-cover-simple .title-block .title .bracket-2, .wp-block-brochure-cover-simple .title-block .pdf-style.size-letter .title .bracket-2 {
  margin-left: -3.1rem;
}
body:not(.pdf-style) .wp-block-brochure-headline-intro-image .title .bracket-2[style], .wp-block-brochure-headline-intro-image body:not(.pdf-style) .title .bracket-2[style], body:not(.pdf-style) .wp-block-brochure-cover-simple .title-block .title .bracket-2[style], .wp-block-brochure-cover-simple .title-block body:not(.pdf-style) .title .bracket-2[style] {
  margin-left: 4.2rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title .bracket-2[style], .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title .bracket-2[style], html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title .bracket-2[style], .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title .bracket-2[style] {
    margin-left: 3.3rem;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .title .bracket-2[style], .wp-block-brochure-headline-intro-image .pdf-style .title .bracket-2[style], .pdf-style .wp-block-brochure-cover-simple .title-block .title .bracket-2[style], .wp-block-brochure-cover-simple .title-block .pdf-style .title .bracket-2[style] {
  margin-left: 3.5rem;
}
.pdf-style.size-letter .wp-block-brochure-headline-intro-image .title .bracket-2[style], .wp-block-brochure-headline-intro-image .pdf-style.size-letter .title .bracket-2[style], .pdf-style.size-letter .wp-block-brochure-cover-simple .title-block .title .bracket-2[style], .wp-block-brochure-cover-simple .title-block .pdf-style.size-letter .title .bracket-2[style] {
  margin-left: 3.1rem;
}

.wp-block-brochure-mini-app .title-container .title .bracket, .wp-block-brochure-tab-blocks .title-container .bracket, .wp-block-brochure-text-full-height-media .title .bracket, .wp-block-brochure-cabin-orb .title-container .title .bracket {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
 /* background: url("images/header-bracket-normal.svg") no-repeat left top;*/
  background-size: 100% 100%;
}
.wp-block-brochure-mini-app .title-container .title .bracket:before, .wp-block-brochure-tab-blocks .title-container .bracket:before, .wp-block-brochure-text-full-height-media .title .bracket:before, .wp-block-brochure-cabin-orb .title-container .title .bracket:before {
  padding-top: 100%;
  display: block;
  content: "";
}
body:not(.pdf-style) .wp-block-brochure-mini-app .title-container .title .bracket, .wp-block-brochure-mini-app .title-container body:not(.pdf-style) .title .bracket, body:not(.pdf-style) .wp-block-brochure-tab-blocks .title-container .bracket, .wp-block-brochure-tab-blocks body:not(.pdf-style) .title-container .bracket, body:not(.pdf-style) .wp-block-brochure-text-full-height-media .title .bracket, .wp-block-brochure-text-full-height-media body:not(.pdf-style) .title .bracket, body:not(.pdf-style) .wp-block-brochure-cabin-orb .title-container .title .bracket, .wp-block-brochure-cabin-orb .title-container body:not(.pdf-style) .title .bracket {
 /* width: 3.7rem;*/
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title .bracket, .wp-block-brochure-mini-app .title-container html:not(.no-rwd) .title .bracket, html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container .bracket, .wp-block-brochure-tab-blocks html:not(.no-rwd) .title-container .bracket, html:not(.no-rwd) .wp-block-brochure-text-full-height-media .title .bracket, .wp-block-brochure-text-full-height-media html:not(.no-rwd) .title .bracket, html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container .title .bracket, .wp-block-brochure-cabin-orb .title-container html:not(.no-rwd) .title .bracket {
   /* width: 3.2rem;*/
  }
}
.pdf-style .wp-block-brochure-mini-app .title-container .title .bracket, .wp-block-brochure-mini-app .title-container .pdf-style .title .bracket, .pdf-style .wp-block-brochure-tab-blocks .title-container .bracket, .wp-block-brochure-tab-blocks .pdf-style .title-container .bracket, .pdf-style .wp-block-brochure-text-full-height-media .title .bracket, .wp-block-brochure-text-full-height-media .pdf-style .title .bracket, .pdf-style .wp-block-brochure-cabin-orb .title-container .title .bracket, .wp-block-brochure-cabin-orb .title-container .pdf-style .title .bracket {
/*  width: 2.6rem;*/
}
.pdf-style.size-letter .wp-block-brochure-mini-app .title-container .title .bracket, .wp-block-brochure-mini-app .title-container .pdf-style.size-letter .title .bracket, .pdf-style.size-letter .wp-block-brochure-tab-blocks .title-container .bracket, .wp-block-brochure-tab-blocks .pdf-style.size-letter .title-container .bracket, .pdf-style.size-letter .wp-block-brochure-text-full-height-media .title .bracket, .wp-block-brochure-text-full-height-media .pdf-style.size-letter .title .bracket, .pdf-style.size-letter .wp-block-brochure-cabin-orb .title-container .title .bracket, .wp-block-brochure-cabin-orb .title-container .pdf-style.size-letter .title .bracket {
  width: 2.3rem;
}
.wp-block-brochure-mini-app .title-container .title .bracket-2, .wp-block-brochure-tab-blocks .title-container .bracket-2, .wp-block-brochure-text-full-height-media .title .bracket-2, .wp-block-brochure-cabin-orb .title-container .title .bracket-2 {
  display: none;
  left: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body:not(.pdf-style) .wp-block-brochure-mini-app .title-container .title .bracket-2, .wp-block-brochure-mini-app .title-container body:not(.pdf-style) .title .bracket-2, body:not(.pdf-style) .wp-block-brochure-tab-blocks .title-container .bracket-2, .wp-block-brochure-tab-blocks body:not(.pdf-style) .title-container .bracket-2, body:not(.pdf-style) .wp-block-brochure-text-full-height-media .title .bracket-2, .wp-block-brochure-text-full-height-media body:not(.pdf-style) .title .bracket-2, body:not(.pdf-style) .wp-block-brochure-cabin-orb .title-container .title .bracket-2, .wp-block-brochure-cabin-orb .title-container body:not(.pdf-style) .title .bracket-2 {
  margin-left: -3.7rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title .bracket-2, .wp-block-brochure-mini-app .title-container html:not(.no-rwd) .title .bracket-2, html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container .bracket-2, .wp-block-brochure-tab-blocks html:not(.no-rwd) .title-container .bracket-2, html:not(.no-rwd) .wp-block-brochure-text-full-height-media .title .bracket-2, .wp-block-brochure-text-full-height-media html:not(.no-rwd) .title .bracket-2, html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container .title .bracket-2, .wp-block-brochure-cabin-orb .title-container html:not(.no-rwd) .title .bracket-2 {
    margin-left: -3.2rem;
  }
}
.pdf-style .wp-block-brochure-mini-app .title-container .title .bracket-2, .wp-block-brochure-mini-app .title-container .pdf-style .title .bracket-2, .pdf-style .wp-block-brochure-tab-blocks .title-container .bracket-2, .wp-block-brochure-tab-blocks .pdf-style .title-container .bracket-2, .pdf-style .wp-block-brochure-text-full-height-media .title .bracket-2, .wp-block-brochure-text-full-height-media .pdf-style .title .bracket-2, .pdf-style .wp-block-brochure-cabin-orb .title-container .title .bracket-2, .wp-block-brochure-cabin-orb .title-container .pdf-style .title .bracket-2 {
  margin-left: -2.6rem;
}
.pdf-style.size-letter .wp-block-brochure-mini-app .title-container .title .bracket-2, .wp-block-brochure-mini-app .title-container .pdf-style.size-letter .title .bracket-2, .pdf-style.size-letter .wp-block-brochure-tab-blocks .title-container .bracket-2, .wp-block-brochure-tab-blocks .pdf-style.size-letter .title-container .bracket-2, .pdf-style.size-letter .wp-block-brochure-text-full-height-media .title .bracket-2, .wp-block-brochure-text-full-height-media .pdf-style.size-letter .title .bracket-2, .pdf-style.size-letter .wp-block-brochure-cabin-orb .title-container .title .bracket-2, .wp-block-brochure-cabin-orb .title-container .pdf-style.size-letter .title .bracket-2 {
  margin-left: -2.3rem;
}

.wp-block-brochure-view-360-advanced .title .bracket {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
 /* width: 3rem;
  background: url("images/header-bracket-small.svg") no-repeat left top;
  background-size: 100% 100%;*/
}
.wp-block-brochure-view-360-advanced .title .bracket:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.wp-block-brochure-headline-intro-image .title, .wp-block-brochure-cover-simple .title-block .title {
  position: relative;
  display: inline-block;
  font-size: 5.8rem;
  font-weight: 300;
  font-family: "eurostile_lt_stdBdCn", sans-serif;
  color: #9BAB2C;
  line-height: 1;
  
}

.wp-block-brochure-headline-intro-image .title, .wp-block-brochure-cover-simple .title-block .title::after {
  
}


.wp-block-brochure-headline-intro-image .title .title-in, .wp-block-brochure-cover-simple .title-block .title .title-in {
  display: inline;
}
body:not(.pdf-style) .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image body:not(.pdf-style) .title, body:not(.pdf-style) .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block body:not(.pdf-style) .title {
  padding: 4.3rem 4.2rem 3.3rem 0rem;
}
.pdf-style .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image .pdf-style .title, .pdf-style .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block .pdf-style .title {
  padding: 3.5rem 3.5rem 3.5rem 3.5rem;
}
.pdf-style.size-letter .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block .pdf-style.size-letter .title {
  padding: 3.1rem 3.1rem 3.1rem 3.1rem;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title {
    font-size: 6rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title {
    font-size: 4.9rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block html:not(.no-rwd) .title {
    font-size: 5.4rem;
    padding: 2.6rem 3.3rem 2.6rem 3.3rem;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image .pdf-style .title, .pdf-style .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block .pdf-style .title {
  font-size: 4.9rem;
}
.pdf-style.size-letter .wp-block-brochure-headline-intro-image .title, .wp-block-brochure-headline-intro-image .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-cover-simple .title-block .title, .wp-block-brochure-cover-simple .title-block .pdf-style.size-letter .title {
  font-size: 4.4rem;
}
.wp-block-brochure-headline-intro-image .title *, .wp-block-brochure-cover-simple .title-block .title * {
  
}

.wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-cabin-orb .title-container .title {
  position: relative;
  display: inline-block;
  font-size: 5.2rem;
  line-height: 1.1538461538;
  font-family: "eurostile_lt_stdBdCn", sans-serif;
	color: #9BAB2C;
  font-weight: 300;
}

.wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-cabin-orb .title-container .title::after {
   display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:2500px;
        height  : 1px;
        
      /*  border-bottom:4px solid #7BAD29;*/

        padding:4px 0px;
	padding-bottom:30px!important;
}

body:not(.pdf-style) .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container body:not(.pdf-style) .title, body:not(.pdf-style) .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks body:not(.pdf-style) .title-container, body:not(.pdf-style) .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media body:not(.pdf-style) .title, body:not(.pdf-style) .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container body:not(.pdf-style) .title {
  padding: 2.4rem 0rem 0rem 3.2rem;
}
.pdf-style .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container .pdf-style .title, .pdf-style .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks .pdf-style .title-container, .pdf-style .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media .pdf-style .title, .pdf-style .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container .pdf-style .title {
  padding: 2.2rem 0rem 0rem 2.3rem;
}
.pdf-style.size-letter .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks .pdf-style.size-letter .title-container, .pdf-style.size-letter .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container .pdf-style.size-letter .title {
  padding: 2rem 0rem 0rem 2.1rem;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks html:not(.no-rwd) .title-container, html:not(.no-rwd) .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container html:not(.no-rwd) .title {
    font-size: 4.4rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks html:not(.no-rwd) .title-container, html:not(.no-rwd) .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container html:not(.no-rwd) .title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks html:not(.no-rwd) .title-container, html:not(.no-rwd) .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media html:not(.no-rwd) .title, html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container html:not(.no-rwd) .title {
    padding: 2rem 0rem 0rem 3.1rem;
    font-size: 4.6rem;
  }
}
.pdf-style .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container .pdf-style .title, .pdf-style .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks .pdf-style .title-container, .pdf-style .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media .pdf-style .title, .pdf-style .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container .pdf-style .title {
  font-size: 3.6rem;
}
.pdf-style.size-letter .wp-block-brochure-mini-app .title-container .title, .wp-block-brochure-mini-app .title-container .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-tab-blocks .title-container, .wp-block-brochure-tab-blocks .pdf-style.size-letter .title-container, .pdf-style.size-letter .wp-block-brochure-text-full-height-media .title, .wp-block-brochure-text-full-height-media .pdf-style.size-letter .title, .pdf-style.size-letter .wp-block-brochure-cabin-orb .title-container .title, .wp-block-brochure-cabin-orb .title-container .pdf-style.size-letter .title {
  font-size: 3.2rem;
}
.wp-block-brochure-mini-app .title-container .title .title-in, .wp-block-brochure-tab-blocks .title-container .title-in, .wp-block-brochure-text-full-height-media .title .title-in, .wp-block-brochure-cabin-orb .title-container .title .title-in {
  display: inline-block;
    font-family: "eurostile_lt_stdBdCn", sans-serif;
    font-weight: 300;
    line-height: 1.1538461538;
    position: relative;
	color: #9BAB2C;
}



.wp-block-brochure-view-360-advanced .title {
  position: relative;
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1.1904761905;
  font-weight: 400;
}
body:not(.pdf-style) .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced body:not(.pdf-style) .title {
  padding-top: 2.4rem;
  padding-left: 3.2rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced html:not(.no-rwd) .title {
    padding-top: 1.6rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 1260px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced html:not(.no-rwd) .title {
    font-size: 3.8rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced html:not(.no-rwd) .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced html:not(.no-rwd) .title {
    font-size: 3.6rem;
  }
}
.pdf-style .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced .pdf-style .title {
  font-size: 3.6rem;
  padding-top: 2.2rem;
  padding-left: 2.3rem;
}
.pdf-style.size-letter .wp-block-brochure-view-360-advanced .title, .wp-block-brochure-view-360-advanced .pdf-style.size-letter .title {
  font-size: 3.2rem;
  padding-top: 2rem;
  padding-left: 2.1rem;
}

nav#nav {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -0.3rem 0.8rem rgba(26, 26, 26, 0.2);
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav {
    bottom: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
  }
}
nav#nav > .container {
  max-width: none !important;
  position: relative;
  z-index: 5;
  background: #fff;
}
nav#nav .nav-container {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 60px;
  }
}
nav#nav .nav-container .nav-mobile-icon {
  display: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-mobile-icon {
    display: block;
    width: 20px;
    height: auto;
    min-height: 1px;
  }
}
nav#nav .nav-container .nav-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav#nav .nav-container .nav-content .logo {
  display: block;
  margin-right: 39px;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-content .logo {
    margin-right: 0;
  }
}
nav#nav .nav-container .nav-content .logo img, nav#nav .nav-container .nav-content .logo svg {
  display: block;
  /*width: 75px;*/
  height: 32px;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-content .logo img, html:not(.no-rwd) nav#nav .nav-container .nav-content .logo svg {
    width: auto;
    height: 2.4rem;
  }
}
nav#nav .nav-container .nav-content .page-title {
  font-size: 1.8rem;
	font-family:"Alegreya Sans";
	font-weight:500;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-content .page-title {
    display: none;
  }
}
nav#nav .nav-container .nav-btns {
  line-height: 1;
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
	
}
nav#nav .nav-container .nav-btns .text {
  padding-top: 2px;
  display: block;
	font-family:"Alegreya Sans";
	font-weight:500;
}
nav#nav .nav-container .nav-btns > *:nth-child(n+2) {
  margin-left: 6rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-btns > *:nth-child(n+2) {
    margin-left: 0;
  }
}
nav#nav .nav-container .nav-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
nav#nav .nav-container .nav-links .nav-link {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #7BAD29;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-links .nav-link {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-links .nav-link:hover .text {
    max-width: 130px;
  }
  html:not(.no-rwd) nav#nav .nav-container .nav-links .nav-link:hover .icon {
    opacity: 1 !important;
    filter: grayscale(0) brightness(1) contrast(1) !important;
  }
  html:not(.no-rwd) nav#nav .nav-container .nav-links .nav-link:hover.active .sub-links {
    visibility: visible;
    opacity: 1;
  }
}
nav#nav .nav-container .nav-links .nav-link .text {
  
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  transition-timing-function: ease-out;
}
nav#nav .nav-container .nav-links .nav-link .icon {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-left: 0.7rem;
  filter: grayscale(1) brightness(0) contrast(0.79);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
nav#nav .nav-container .nav-links .sub-links {
  position: absolute;
  right: -0.8rem;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 0.4rem;
}
nav#nav .nav-container .nav-links .sub-links a, nav#nav .nav-container .nav-links .sub-links .copy-link {
  display: block;
}
nav#nav .nav-container .nav-links .sub-links a:nth-child(n+2), nav#nav .nav-container .nav-links .sub-links .copy-link:nth-child(n+2) {
  margin-top: 1.7rem;
}
nav#nav .nav-container .nav-links .sub-links a img, nav#nav .nav-container .nav-links .sub-links .copy-link img {
  width: 2.5rem;
  height: auto;
  display: block;
  filter: grayscale(1) brightness(0) contrast(0.79);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
nav#nav .nav-container .nav-links .sub-links .sub-links-in {
  padding: 1rem 1rem 1rem 1rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(26, 26, 26, 0.16);
  position: relative;
}
nav#nav .nav-container .nav-links .sub-links .sub-links-in::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 0.4rem solid #fff;
  border-left: 2.3rem solid transparent;
  border-right: 2.3rem solid transparent;
  z-index: 1;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-links .sub-links .sub-links-in:hover a img, html:not(.no-rwd) nav#nav .nav-container .nav-links .sub-links .sub-links-in:hover .copy-link img {
    opacity: 0.4;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-links .sub-links .sub-links-in a:hover img, html:not(.no-rwd) nav#nav .nav-container .nav-links .sub-links .sub-links-in .copy-link:hover img {
    opacity: 1 !important;
    filter: grayscale(0) brightness(1) contrast(1) !important;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav .nav-container .nav-links:hover .nav-link .icon {
    opacity: 0.4;
  }
}
nav#nav .nav-container #download-pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container #download-pdf {
    display: none !important;
  }
}
nav#nav .nav-container #download-pdf img {
  display: block;
  width: 2rem;
  height: auto;
  margin-left: 22px;
}
nav#nav .nav-container #menu-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container #menu-btn .text {
    display: none !important;
  }
}
nav#nav .nav-container #menu-btn .lines {
  margin-left: 22px;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav .nav-container #menu-btn .lines {
    margin-left: 0;
  }
}
nav#nav .nav-container #menu-btn .lines span {
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 20px;
  background: #262626;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
nav#nav .nav-container #menu-btn .lines span:first-child {
  margin-top: 0 !important;
}
.show-menu nav#nav .nav-container #menu-btn .lines span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.show-menu nav#nav .nav-container #menu-btn .lines span:nth-child(2) {
  opacity: 0;
}
.show-menu nav#nav .nav-container #menu-btn .lines span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
nav#nav #menu-container {
  padding-top: 3.4rem;
  padding-bottom: 6.8rem;
  box-shadow: 0 -0.3rem 0.8rem rgba(26, 26, 26, 0.2);
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: none;
  z-index: 4;
  border-bottom: 1px solid #E9E9E9;
}
nav#nav #menu-container .container {
  max-width: none !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container {
    bottom: auto;
    top: 100%;
    box-shadow: 0 0 0.8rem rgba(26, 26, 26, 0.2) inset;
    padding-top: 4rem;
    padding-bottom: 8rem;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
nav#nav #menu-container .brochure-name {
  display: none;
}
nav#nav #menu-container .brochure-name.visible {
	font-family:"Alegreya Sans";
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  background: #7BAD29;
  color: #fff;
  line-height: 1.1363636364;
  padding: 0.7rem 1.3rem 0.4rem 1.3rem;
  box-sizing: content-box;
  margin-left: -1.3rem;
  width: 100%;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container .brochure-name {
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
  }
}
nav#nav #menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-family:"Alegreya Sans";
font-weight:500;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul {
    column-count: 1;
  }
}
nav#nav #menu-container ul li {
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li {
    margin-top: 0.8rem;
  }
}
nav#nav #menu-container ul.flat-list li a {
  display: block;
  padding: 1.5rem 2rem;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li a {
    border: none;
    padding: 0.4rem 2rem 0.4rem 0;
    background: url("images/menu-arr.svg") no-repeat right center;
    background-size: 7px auto;
    filter: brightness(0);
  }
}
nav#nav #menu-container ul.flat-list li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7BAD29;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li a:before {
    display: none !important;
    content: none !important;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li a:hover {
    color: #7BAD29;
  }
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li a:hover:before {
    opacity: 1;
  }
}
nav#nav #menu-container ul.flat-list li.active a {
  border-bottom-color: #7BAD29;
  color: #7BAD29;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.flat-list li.active a {
    filter: none;
  }
}
nav#nav #menu-container ul.w-levels li {
  line-height: 2.4rem;
}
nav#nav #menu-container ul.w-levels li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
}
nav#nav #menu-container ul.w-levels li a:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: calc(100% - 6px);
  display: block;
  content: "";
  z-index: -1;
  background: #E9E9E9;
  opacity: 0;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li a:hover {
    color: #8ead29;
  }
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li a:hover:before {
    background-color: #8ead29;
  }
}
nav#nav #menu-container ul.w-levels li.active a:after {
  opacity: 1;
}
nav#nav #menu-container ul.w-levels li.level-1 {
  font-size: 1.2222222222em;
  font-weight: 400;
}
nav#nav #menu-container ul.w-levels li.level-1 a {
  padding: 1rem 0 0.5rem 0;
  color: #7BAD29;
  border-bottom-color: #7BAD29;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li.level-1 a {
    padding: 1.4rem 0 0.9rem 0;
  }
}
nav#nav #menu-container ul.w-levels li.level-2 {
  font-weight: 500;
}
nav#nav #menu-container ul.w-levels li.level-2 a {
  padding: 0.9rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li.level-2 a {
    padding: 1.3rem 0 1rem 0;
  }
}
nav#nav #menu-container ul.w-levels li.level-3 {
  font-weight: 300;
}
nav#nav #menu-container ul.w-levels li.level-3 a {
  padding: 0.9rem 2rem 0.6rem 3rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li.level-3 a {
    padding: 1.3rem 0 1rem 2rem;
  }
}
nav#nav #menu-container ul.w-levels li.level-3 a:before {
  display: block;
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262626;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li.level-3 a:before {
    left: 1rem;
  }
}
nav#nav #menu-container ul.w-levels li.level-3.active a {
  border-bottom-color: #7BAD29;
  color: #7BAD29;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container ul.w-levels li.level-3.active a {
    filter: none;
  }
}
nav#nav #menu-container .download-pdf-mobile {
  display: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #menu-container .download-pdf-mobile {
    display: block;
    background: #7BAD29;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
  html:not(.no-rwd) nav#nav #menu-container .download-pdf-mobile a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  html:not(.no-rwd) nav#nav #menu-container .download-pdf-mobile a img {
    display: block;
    width: 2.4rem;
    height: auto;
    margin-left: 2rem;
  }
}
nav#nav #buttons-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
	font-family:"Alegreya Sans";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) nav#nav #buttons-container {
    display: none !important;
  }
}
/*@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav:hover #buttons-container {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}*/

@media (min-width: 1025px) {
  html:not(.no-rwd) nav#nav #buttons-container {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#buttons-container, #bottom {
  background: #E9E9E9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px;
  border-top: 1px solid #E9E9E9;
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container, html:not(.no-rwd) #bottom {
    padding-bottom: 0;
    border-top: 0;
    background: #7BAD29;
  }
}
#buttons-container a, #bottom a {
  background: #7BAD29;
  color: #fff;
  padding: 10px 33px;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  flex-direction: row;
	font-family:"Alegreya Sans";
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container a, html:not(.no-rwd) #bottom a {
    flex-direction: column;
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) #buttons-container a:hover, html:not(.no-rwd) #bottom a:hover {
    background: #c2da55;
  }
}
#buttons-container a .icon, #bottom a .icon {
  width: 27px;
  height: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container a .icon, html:not(.no-rwd) #bottom a .icon {
    margin: 0 0 6px 0 !important;
    order: 1;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container a .text, html:not(.no-rwd) #bottom a .text {
    order: 2;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container .prev-link a, html:not(.no-rwd) #bottom .prev-link a {
    align-items: flex-start;
  }
}
#buttons-container .prev-link a .icon, #bottom .prev-link a .icon {
  background: url("images/arr-prev.svg") no-repeat left center;
  background-size: contain;
  margin-right: 9px;
}
#buttons-container .prev-link a:hover .icon, #bottom .prev-link a:hover .icon {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
@media (max-width: 767px) {
  html:not(.no-rwd) #buttons-container .next-link a, html:not(.no-rwd) #bottom .next-link a {
    align-items: flex-end;
    text-align: right;
  }
}
#buttons-container .next-link a .icon, #bottom .next-link a .icon {
  background: url("images/arr-next.svg") no-repeat right center;
  background-size: contain;
  margin-left: 9px;
}
#buttons-container .next-link a:hover .icon, #bottom .next-link a:hover .icon {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

#buttons-container {
  padding-bottom: 0;
}

html {
  overflow-y: auto !important;
}
html.locked {
  overflow-y: hidden !important;
}

h1, h2, h3, h4, h5, h6, strong {
  color: inherit;
  font-weight: 700;
}

.js .anim-block {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

h1, .h1 {
  font-size: 6.8rem;
  font-weight: 300;
  font-family: "eurostile_lt_stdBdCn", sans-serif;
  line-height: 1;
	color: #9BAB2C;
  
}
@media (max-width: 1260px) {
  html:not(.no-rwd) h1, html:not(.no-rwd) .h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) h1, html:not(.no-rwd) .h1 {
    font-size: 4.9rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) h1, html:not(.no-rwd) .h1 {
    font-size: 5.4rem;
  }
}
.pdf-style h1, .pdf-style .h1 {
  font-size: 4.9rem;
}
.pdf-style.size-letter h1, .pdf-style.size-letter .h1 {
  font-size: 4.4rem;
}
h1 *, .h1 * {
  
}

h2, .h2 {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  font-family: "eurostile_lt_stdBdCn", sans-serif;
  font-weight: 300;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) h2, html:not(.no-rwd) .h2 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) h2, html:not(.no-rwd) .h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) h2, html:not(.no-rwd) .h2 {
    font-size: 4.6rem;
  }
}
.pdf-style h2, .pdf-style .h2 {
  font-size: 3.6rem;
}
.pdf-style.size-letter h2, .pdf-style.size-letter .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.1904761905;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) h3, html:not(.no-rwd) .h3 {
    font-size: 3.7rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) h3, html:not(.no-rwd) .h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) h3, html:not(.no-rwd) .h3 {
    font-size: 3.6rem;
  }
}
.pdf-style h3, .pdf-style .h3 {
  font-size: 3.6rem;
}
.pdf-style.size-letter h3, .pdf-style.size-letter .h3 {
  font-size: 3.2rem;
}

h4, .h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2307692308;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) h4, html:not(.no-rwd) .h4 {
    font-size: 2.3rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) h4, html:not(.no-rwd) .h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) h4, html:not(.no-rwd) .h4 {
    font-size: 2.4rem;
  }
}
.pdf-style h4, .pdf-style .h4 {
  font-size: 2rem;
  font-weight: 700;
}
.pdf-style.size-letter h4, .pdf-style.size-letter .h4 {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media (max-width: 1260px) {
  html:not(.no-rwd) h5, html:not(.no-rwd) .h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) h5, html:not(.no-rwd) .h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) h5, html:not(.no-rwd) .h5 {
    font-size: 2rem;
  }
}
.pdf-style h5, .pdf-style .h5 {
  font-size: 1.4rem;
  font-weight: 700;
}
.pdf-style.size-letter h5, .pdf-style.size-letter .h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: inherit;
  line-height: inherit;
}

html:not(.no-rwd).show-menu body {
  height: 100vh !important;
  overflow: hidden !important;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.video-box {
  width: 100%;
  position: relative;
  overflow: hidden;
	
}
.video-box video {
  display: block;
  width: 100%;
}
.video-box .video-bar {
  background: rgba(233, 233, 233, 0.6);
  z-index: 910;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 5.7rem;
  transform: translateY(101%);
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pdf-style .video-box .video-bar {
  display: none !important;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box:hover .video-bar {
    transform: translateY(0);
  }
}
.video-box progress {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 6px;
  background: #E9E9E9;
  cursor: pointer;
  display: block;
  vertical-align: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0;
}
.video-box progress::-webkit-progress-bar {
  background: #E9E9E9;
  border-radius: 0;
}
.video-box progress::-webkit-progress-value {
  background: #7BAD29;
  border-radius: 0;
}
.video-box progress::-moz-progress-bar {
  background: rgba(112, 0, 189, 0.9);
  border-radius: 0;
}
.video-box .video-bar-timeline {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 0.6rem;
  margin-top: -2px;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box .video-bar-timeline:hover progress {
    height: 18px;
    margin-top: -12px;
  }
}
.video-box .video-bar-play {
  position: relative;
  height: 3rem;
  width: 3rem;
  margin-left: 1.6rem;
  cursor: pointer;
  filter: grayscale(1) brightness(0) contrast(0.79);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box .video-bar-play:hover {
    filter: grayscale(0) brightness(1) contrast(1) !important;
  }
}
.video-box .video-bar-play::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/video-play.svg") no-repeat center center;
  background-size: 33% auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video-box .video-bar-play::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-left: 3px solid #7BAD29;
  border-right: 3px solid #7BAD29;
  width: 8px;
  height: 40%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video-box .video-bar-sound {
  background: url("images/video-sound.svg") no-repeat center center;
  height: 3rem;
  width: 3rem;
  background-size: 52% auto;
  margin-left: 1.6rem;
  cursor: pointer;
  filter: grayscale(1) brightness(0) contrast(0.79);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video-box .video-bar-sound::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 16%;
  bottom: 20%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  background: #7BAD29;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box .video-bar-sound:hover {
    filter: grayscale(0) brightness(1) contrast(1) !important;
  }
}
.video-box .video-bar-sound.muted::before {
  width: 80%;
}
.video-box .video-bar-volume {
  position: relative;
  width: 16%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.video-box .video-bar-time {
  padding-right: 2rem;
  margin-left: auto;
  font-size: 0.75em;
}
.video-box .video-bar-time .total:not(:empty)::before {
  content: " / ";
}
.video-box .play-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pdf-style .video-box .play-btn {
  display: none !important;
}
.video-box .play-btn .play-btn-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.6rem;
  max-width: 14%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}
.video-box .play-btn .play-btn-icon:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.video-box .play-btn .play-btn-icon span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 81.8181818182%;
  background: #7BAD29;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
}
.video-box .play-btn .play-btn-icon span:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.video-box .play-btn .play-btn-icon span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/play-btn.svg") no-repeat 54% 50%;
  background-size: 27.2727272727% auto;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box .play-btn:hover .play-btn-icon span {
    background: #8ead29;
  }
}
.video-box.playing .play-btn {
  opacity: 0;
}
.video-box.playing .video-bar {
  transition-delay: 1s;
}
.video-box.playing .video-bar-play::after {
  opacity: 1;
}
.video-box.playing .video-bar-play::before {
  opacity: 0;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box.playing:hover .video-bar {
    transform: translateY(0);
    transition-delay: 0s;
  }
}
.video-box .fullscreen-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 910;
  width: 9.2rem;
  display: block;
  cursor: pointer;
  max-width: 19.5151515152%;
}
.pdf-style .video-box .fullscreen-btn {
  display: none !important;
}
.video-box .fullscreen-btn:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.video-box .fullscreen-btn .fullscreen-btn-icon {
  width: 50%;
  background: #7BAD29;
  border-radius: 50%;
  z-index: 4;
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.video-box .fullscreen-btn .fullscreen-btn-icon:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.video-box .fullscreen-btn .fullscreen-btn-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/resize-icon.svg") no-repeat center center;
  background-size: 52.1739130435% auto;
}
.pdf-style .video-box .fullscreen-btn .fullscreen-btn-icon {
  display: none;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .video-box .fullscreen-btn:hover .fullscreen-btn-icon {
    background: #8ead29;
  }
}

main {
  display: block;
}
body:not(.pdf-style) main #brochure-content {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) main #brochure-content {
    padding-top: 60px;
    min-height: calc(100vh - 55px);
  }
}
body:not(.pdf-style) main #brochure-content > section:last-child {
  flex-grow: 1;
}
main #brochure-container {
  position: relative;
}
@media (min-width: 768px) {
  html:not(.no-rwd) body.with-parallax:not(.pdf-style) main #brochure-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    align-items: start;
  }
  html:not(.no-rwd) body.with-parallax:not(.pdf-style) main #brochure-container #brochure-content {
    grid-column: 1;
    grid-row: 1;
  }
  html:not(.no-rwd) body.with-parallax:not(.pdf-style) main #brochure-container .parallax-image {
    max-width: none;
    width: 100%;
    display: block;
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.no-rwd) .with-parallax main .container {
    max-width: 720px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) main .parallax-image {
    display: none !important;
  }
}

section[class*=wp-block-brochure-] a, section[class*=wp-block-tke-] a {
    color: #7BAD29;
	text-decoration: underline;
	text-decoration-color: #7BAD29;
	
}
section[class*=wp-block-brochure-] a[target=_blank]:after, section[class*=wp-block-brochure-] a[target=_parent]:after, section[class*=wp-block-brochure-] a[target=_top]:after, section[class*=wp-block-tke-] a[target=_blank]:after, section[class*=wp-block-tke-] a[target=_parent]:after, section[class*=wp-block-tke-] a[target=_top]:after {
  content: "↗";
  font-size: 0.9em;
  position: relative;
  top: -0.1em;
  padding-left: 0.2em;
}
.pdf-style section[class*=wp-block-brochure-] a[target=_blank]:after, .pdf-style section[class*=wp-block-brochure-] a[target=_parent]:after, .pdf-style section[class*=wp-block-brochure-] a[target=_top]:after, .pdf-style section[class*=wp-block-tke-] a[target=_blank]:after, .pdf-style section[class*=wp-block-tke-] a[target=_parent]:after, .pdf-style section[class*=wp-block-tke-] a[target=_top]:after {
  display: none !important;
  content: none !important;
}
.pdf-style section[class*=wp-block-brochure-] a, .pdf-style section[class*=wp-block-tke-] a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .pdf-style section[class*=wp-block-brochure-] a:hover, html:not(.no-rwd) .pdf-style section[class*=wp-block-tke-] a:hover {
    color: inherit;
  }
}
@media (min-width: 1025px) {
  html:not(.no-rwd) section[class*=wp-block-brochure-] a:hover, html:not(.no-rwd) section[class*=wp-block-tke-] a:hover {
    color: #8ead29;
  }
}
section[class*=wp-block-brochure-].wp-block-tke-get-in-touch a:after, section[class*=wp-block-tke-].wp-block-tke-get-in-touch a:after {
  display: none !important;
  content: none !important;
}
section[class*=wp-block-brochure-] .tke-bullet, section[class*=wp-block-tke-] .tke-bullet {
  display: list-item;
  margin-left: 1.2em;
	color:#7BAD29;
}
section[class*=wp-block-brochure-] .tke-text-large, section[class*=wp-block-tke-] .tke-text-large {
  font-size: 1.125em;
  line-height: 1.3333333333;
  font-weight: 300;
}

section[class*=wp-block-brochure-] .tke-text-large, section[class*=wp-block-tke-] .tke-text-large a:link {
  color:#FFFFFF!important;
  text-decoration:none!important;
  background-color: #7BAD29!important;
  padding: 10px 10px 10px 10px!important;
}

section[class*=wp-block-brochure-] .tke-text-large, section[class*=wp-block-tke-] .tke-text-large a:visited {
  color:#FFFFFF!important;
  text-decoration:none!important;
  background-color: #7BAD29!important;
  padding: 10px 10px 10px 10px!important;
}

section[class*=wp-block-brochure-] .tke-text-large, section[class*=wp-block-tke-] .tke-text-large a:hover {
  color:#FFFFFF!important;
  text-decoration:none!important;
 
  padding: 10px 10px 10px 10px!important;
}




section[class*=wp-block-brochure-] .tke-text-large strong, section[class*=wp-block-tke-] .tke-text-large strong {
  font-weight: 500;
}
.pdf-style section[class*=wp-block-brochure-] .tke-text-large, .pdf-style section[class*=wp-block-tke-] .tke-text-large {
  font-size: 1.8rem;
}
.pdf-style.size-letter section[class*=wp-block-brochure-] .tke-text-large, .pdf-style.size-letter section[class*=wp-block-tke-] .tke-text-large {
  font-size: 1.6rem;
}
section[class*=wp-block-brochure-] strong .tke-text-large, section[class*=wp-block-tke-] strong .tke-text-large {
  font-weight: 500 !important;
}
section[class*=wp-block-brochure-] .tke-text-fine-print, section[class*=wp-block-tke-] .tke-text-fine-print {
  font-size: 10px;
  display: inline-block;
}
.pdf-style section[class*=wp-block-brochure-] .tke-text-fine-print, .pdf-style section[class*=wp-block-tke-] .tke-text-fine-print {
  font-size: 10px;
}
.pdf-style.size-letter section[class*=wp-block-brochure-] .tke-text-fine-print, .pdf-style.size-letter section[class*=wp-block-tke-] .tke-text-fine-print {
  font-size: 10px;
}
section[class*=wp-block-brochure-] strong .tke-text-fine-print, section[class*=wp-block-tke-] strong .tke-text-fine-print {
  font-weight: inherit !important;
}
section[class*=wp-block-brochure-] .tab-text p:empty, section[class*=wp-block-brochure-] .text p:empty, section[class*=wp-block-tke-] .tab-text p:empty, section[class*=wp-block-tke-] .text p:empty {
  height: 1.375em;
}
section[class*=wp-block-brochure-] .tab-text p:empty:first-child:last-child, section[class*=wp-block-brochure-] .text p:empty:first-child:last-child, section[class*=wp-block-tke-] .tab-text p:empty:first-child:last-child, section[class*=wp-block-tke-] .text p:empty:first-child:last-child {
  display: none !important;
}

table:not(.table-margin):not(.pdfcrowd-toc-row) {
  font-size: 1.2rem;
  width: 100%;
  border-collapse: collapse;
  break-inside: avoid;
  page-break-inside: avoid;
}
.pdf-style table:not(.table-margin):not(.pdfcrowd-toc-row) {
  font-size: 1.2rem;
}
.pdf-style.size-letter table:not(.table-margin):not(.pdfcrowd-toc-row) {
  font-size: 1.1rem;
}
table:not(.table-margin):not(.pdfcrowd-toc-row) thead {
  font-size: 1.4rem;
}
.pdf-style table:not(.table-margin):not(.pdfcrowd-toc-row) thead {
  font-size: inherit;
}
table:not(.table-margin):not(.pdfcrowd-toc-row) thead tr {
  background: #7BAD29;
  color: #fff;
  break-inside: avoid;
  page-break-inside: avoid;
}
table:not(.table-margin):not(.pdfcrowd-toc-row) thead tr th {
  font-weight: 700;
  text-align: left;
  padding: 0.9rem 1rem 0.7rem 1rem;
}
.pdf-style table:not(.table-margin):not(.pdfcrowd-toc-row) thead tr th {
  padding: 0.6rem 0.4rem 0.4rem 0.4rem;
}
.pdf-style.size-letter table:not(.table-margin):not(.pdfcrowd-toc-row) thead tr th {
  padding: 0.5rem 0.4rem 0.3rem 0.4rem;
}
table:not(.table-margin):not(.pdfcrowd-toc-row) tbody tr {
  border-bottom: 1px solid #C4C4C4;
  break-inside: avoid;
  page-break-inside: avoid;
}
.pdf-style table:not(.table-margin):not(.pdfcrowd-toc-row) tbody tr {
  border-bottom-color: #000;
}
table:not(.table-margin):not(.pdfcrowd-toc-row) tbody tr td {
  padding: 1rem 1rem 0.6rem 1rem;
}
.pdf-style table:not(.table-margin):not(.pdfcrowd-toc-row) tbody tr td {
  padding: 0.3rem 0.4rem 0 0.4rem;
}
.pdf-style.size-letter table:not(.table-margin):not(.pdfcrowd-toc-row) tbody tr td {
  padding: 0.2rem 0.4rem 0 0.4rem;
}
.access-form {
  padding: 2rem 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access-form form {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.access-form form input {
  margin: 1rem;
  border: 1px solid #262626;
  color: #262626;
  background: #fff;
  box-shadow: none;
  line-height: 3rem;
  font-size: 1.4rem;
}
.access-form form button {
  font-size: 1.4rem;
  margin: 1rem;
  border: 1px solid #262626;
  background: #262626;
  color: #fff;
  box-shadow: none;
  line-height: 3rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .access-form form button:hover {
    background: rgba(38, 38, 38, 0.8);
  }
}

.gradient-line {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /*width: 2rem;
  height: 100%;
  background: rgb(112, 0, 189);
  background: linear-gradient(0deg, rgb(112, 0, 189) 10%, rgb(181, 57, 93) 34%, rgb(241, 107, 8) 100%);*/
  z-index: 101;
}
.gradient-line.fixed {
  position: fixed;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .gradient-line {
    display: none;
  }
}
.pdf-style .gradient-line {
  display: none !important;
}

.wp-image-50782
{
	width:212px!important;
}

img[class*=wp-image-][style*="width:150px"], img[class*=wp-image-][style*="width: 150px"] {
  width: 100% /*!important;*/
}

.wp-image-51089
{
	width: 100% !important;
}



.switcher-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.pdf-style .switcher-container {
  display: none !important;
}
.switcher-container .switcher {
  cursor: pointer;
  background: rgba(143, 155, 179, 0.16);
  width: 60px;
  height: 40px;
  padding: 4px;
  border-radius: 100px;
  display: block;
}
.switcher-container .switcher > span {
  border: 1px solid #7BAD29;
  background: rgba(112, 0, 189, 0.16);
  border-radius: 100px;
  padding: 1px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.switcher-container .switcher > span > span {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .switcher-container .switcher:hover > span {
    background-color: rgba(112, 0, 189, 0.3);
  }
  html:not(.no-rwd) .switcher-container .switcher:hover > span > span {
    transform: translateX(10%) translateY(-50%);
  }
}
.switcher-container .switcher.active {
  background-color: rgba(143, 155, 179, 0);
}
.switcher-container .switcher.active > span {
  background-color: #7BAD29;
}
.switcher-container .switcher.active > span > span {
  left: calc(100% - 1px);
  transform: translateX(-100%) translateY(-50%);
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .switcher-container .switcher.active:hover > span {
    background-color: rgba(112, 0, 189, 0.8);
  }
  html:not(.no-rwd) .switcher-container .switcher.active:hover > span > span {
    transform: translateX(-110%) translateY(-50%);
  }
}
.switcher-container .label {
  font-weight: 500;
  font-size: 1.125em;
}

.otgs-development-site-front-end {
  display: none !important;
}

.wp-block-brochure-cover-simple + .wp-block-brochure-cover-simple, .wp-block-brochure-cover-simple + .wp-block-tke-blocks-icons, .wp-block-brochure-cover-simple + .wp-block-tke-blocks-images, .wp-block-brochure-cover-simple + .wp-block-tke-blocks-images2, .wp-block-brochure-cover-simple + .wp-block-tke-blocks-images3, .wp-block-brochure-cover-simple + .wp-block-tke-door-options, .wp-block-brochure-cover-simple + .wp-block-tke-features-list, .wp-block-brochure-cover-simple + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-cover-simple + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-cover-simple + .wp-block-tke-header, .wp-block-brochure-cover-simple + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-cover-simple + .wp-block-tke-intro-text, .wp-block-brochure-cover-simple + .wp-block-brochure-qr-code-block, .wp-block-brochure-cover-simple + .wp-block-brochure-tab-blocks, .wp-block-brochure-cover-simple + .wp-block-tke-text-block, .wp-block-tke-blocks-icons + .wp-block-brochure-cover-simple, .wp-block-tke-blocks-icons + .wp-block-tke-blocks-icons, .wp-block-tke-blocks-icons + .wp-block-tke-blocks-images, .wp-block-tke-blocks-icons + .wp-block-tke-blocks-images2, .wp-block-tke-blocks-icons + .wp-block-tke-blocks-images3, .wp-block-tke-blocks-icons + .wp-block-tke-door-options, .wp-block-tke-blocks-icons + .wp-block-tke-features-list, .wp-block-tke-blocks-icons + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-blocks-icons + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-blocks-icons + .wp-block-tke-header, .wp-block-tke-blocks-icons + .wp-block-brochure-image-comparison-slider, .wp-block-tke-blocks-icons + .wp-block-tke-intro-text, .wp-block-tke-blocks-icons + .wp-block-brochure-qr-code-block, .wp-block-tke-blocks-icons + .wp-block-brochure-tab-blocks, .wp-block-tke-blocks-icons + .wp-block-tke-text-block, .wp-block-tke-blocks-images + .wp-block-brochure-cover-simple, .wp-block-tke-blocks-images + .wp-block-tke-blocks-icons, .wp-block-tke-blocks-images + .wp-block-tke-blocks-images, .wp-block-tke-blocks-images + .wp-block-tke-blocks-images2, .wp-block-tke-blocks-images + .wp-block-tke-blocks-images3, .wp-block-tke-blocks-images + .wp-block-tke-door-options, .wp-block-tke-blocks-images + .wp-block-tke-features-list, .wp-block-tke-blocks-images + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-blocks-images + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-blocks-images + .wp-block-tke-header, .wp-block-tke-blocks-images + .wp-block-brochure-image-comparison-slider, .wp-block-tke-blocks-images + .wp-block-tke-intro-text, .wp-block-tke-blocks-images + .wp-block-brochure-qr-code-block, .wp-block-tke-blocks-images + .wp-block-brochure-tab-blocks, .wp-block-tke-blocks-images + .wp-block-tke-text-block, .wp-block-tke-blocks-images2 + .wp-block-brochure-cover-simple, .wp-block-tke-blocks-images2 + .wp-block-tke-blocks-icons, .wp-block-tke-blocks-images2 + .wp-block-tke-blocks-images, .wp-block-tke-blocks-images2 + .wp-block-tke-blocks-images2, .wp-block-tke-blocks-images2 + .wp-block-tke-blocks-images3, .wp-block-tke-blocks-images2 + .wp-block-tke-door-options, .wp-block-tke-blocks-images2 + .wp-block-tke-features-list, .wp-block-tke-blocks-images2 + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-blocks-images2 + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-blocks-images2 + .wp-block-tke-header, .wp-block-tke-blocks-images2 + .wp-block-brochure-image-comparison-slider, .wp-block-tke-blocks-images2 + .wp-block-tke-intro-text, .wp-block-tke-blocks-images2 + .wp-block-brochure-qr-code-block, .wp-block-tke-blocks-images2 + .wp-block-brochure-tab-blocks, .wp-block-tke-blocks-images2 + .wp-block-tke-text-block, .wp-block-tke-blocks-images3 + .wp-block-brochure-cover-simple, .wp-block-tke-blocks-images3 + .wp-block-tke-blocks-icons, .wp-block-tke-blocks-images3 + .wp-block-tke-blocks-images, .wp-block-tke-blocks-images3 + .wp-block-tke-blocks-images2, .wp-block-tke-blocks-images3 + .wp-block-tke-blocks-images3, .wp-block-tke-blocks-images3 + .wp-block-tke-door-options, .wp-block-tke-blocks-images3 + .wp-block-tke-features-list, .wp-block-tke-blocks-images3 + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-blocks-images3 + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-blocks-images3 + .wp-block-tke-header, .wp-block-tke-blocks-images3 + .wp-block-brochure-image-comparison-slider, .wp-block-tke-blocks-images3 + .wp-block-tke-intro-text, .wp-block-tke-blocks-images3 + .wp-block-brochure-qr-code-block, .wp-block-tke-blocks-images3 + .wp-block-brochure-tab-blocks, .wp-block-tke-blocks-images3 + .wp-block-tke-text-block, .wp-block-tke-door-options + .wp-block-brochure-cover-simple, .wp-block-tke-door-options + .wp-block-tke-blocks-icons, .wp-block-tke-door-options + .wp-block-tke-blocks-images, .wp-block-tke-door-options + .wp-block-tke-blocks-images2, .wp-block-tke-door-options + .wp-block-tke-blocks-images3, .wp-block-tke-door-options + .wp-block-tke-door-options, .wp-block-tke-door-options + .wp-block-tke-features-list, .wp-block-tke-door-options + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-door-options + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-door-options + .wp-block-tke-header, .wp-block-tke-door-options + .wp-block-brochure-image-comparison-slider, .wp-block-tke-door-options + .wp-block-tke-intro-text, .wp-block-tke-door-options + .wp-block-brochure-qr-code-block, .wp-block-tke-door-options + .wp-block-brochure-tab-blocks, .wp-block-tke-door-options + .wp-block-tke-text-block, .wp-block-tke-features-list + .wp-block-brochure-cover-simple, .wp-block-tke-features-list + .wp-block-tke-blocks-icons, .wp-block-tke-features-list + .wp-block-tke-blocks-images, .wp-block-tke-features-list + .wp-block-tke-blocks-images2, .wp-block-tke-features-list + .wp-block-tke-blocks-images3, .wp-block-tke-features-list + .wp-block-tke-door-options, .wp-block-tke-features-list + .wp-block-tke-features-list, .wp-block-tke-features-list + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-features-list + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-features-list + .wp-block-tke-header, .wp-block-tke-features-list + .wp-block-brochure-image-comparison-slider, .wp-block-tke-features-list + .wp-block-tke-intro-text, .wp-block-tke-features-list + .wp-block-brochure-qr-code-block, .wp-block-tke-features-list + .wp-block-brochure-tab-blocks, .wp-block-tke-features-list + .wp-block-tke-text-block, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-cover-simple, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-blocks-icons, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-blocks-images, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-blocks-images2, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-blocks-images3, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-door-options, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-features-list, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-header, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-intro-text, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-qr-code-block, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-brochure-tab-blocks, .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2) + .wp-block-tke-text-block, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-cover-simple, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-blocks-icons, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-blocks-images, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-blocks-images2, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-blocks-images3, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-door-options, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-features-list, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-header, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-intro-text, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-qr-code-block, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-brochure-tab-blocks, .wp-block-brochure-text-image-split:not(.with-bg) + .wp-block-tke-text-block, .wp-block-tke-header + .wp-block-brochure-cover-simple, .wp-block-tke-header + .wp-block-tke-blocks-icons, .wp-block-tke-header + .wp-block-tke-blocks-images, .wp-block-tke-header + .wp-block-tke-blocks-images2, .wp-block-tke-header + .wp-block-tke-blocks-images3, .wp-block-tke-header + .wp-block-tke-door-options, .wp-block-tke-header + .wp-block-tke-features-list, .wp-block-tke-header + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-header + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-header + .wp-block-tke-header, .wp-block-tke-header + .wp-block-brochure-image-comparison-slider, .wp-block-tke-header + .wp-block-tke-intro-text, .wp-block-tke-header + .wp-block-brochure-qr-code-block, .wp-block-tke-header + .wp-block-brochure-tab-blocks, .wp-block-tke-header + .wp-block-tke-text-block, .wp-block-brochure-image-comparison-slider + .wp-block-brochure-cover-simple, .wp-block-brochure-image-comparison-slider + .wp-block-tke-blocks-icons, .wp-block-brochure-image-comparison-slider + .wp-block-tke-blocks-images, .wp-block-brochure-image-comparison-slider + .wp-block-tke-blocks-images2, .wp-block-brochure-image-comparison-slider + .wp-block-tke-blocks-images3, .wp-block-brochure-image-comparison-slider + .wp-block-tke-door-options, .wp-block-brochure-image-comparison-slider + .wp-block-tke-features-list, .wp-block-brochure-image-comparison-slider + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-image-comparison-slider + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-image-comparison-slider + .wp-block-tke-header, .wp-block-brochure-image-comparison-slider + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-image-comparison-slider + .wp-block-tke-intro-text, .wp-block-brochure-image-comparison-slider + .wp-block-brochure-qr-code-block, .wp-block-brochure-image-comparison-slider + .wp-block-brochure-tab-blocks, .wp-block-brochure-image-comparison-slider + .wp-block-tke-text-block, .wp-block-tke-intro-text + .wp-block-brochure-cover-simple, .wp-block-tke-intro-text + .wp-block-tke-blocks-icons, .wp-block-tke-intro-text + .wp-block-tke-blocks-images, .wp-block-tke-intro-text + .wp-block-tke-blocks-images2, .wp-block-tke-intro-text + .wp-block-tke-blocks-images3, .wp-block-tke-intro-text + .wp-block-tke-door-options, .wp-block-tke-intro-text + .wp-block-tke-features-list, .wp-block-tke-intro-text + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-intro-text + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-intro-text + .wp-block-tke-header, .wp-block-tke-intro-text + .wp-block-brochure-image-comparison-slider, .wp-block-tke-intro-text + .wp-block-tke-intro-text, .wp-block-tke-intro-text + .wp-block-brochure-qr-code-block, .wp-block-tke-intro-text + .wp-block-brochure-tab-blocks, .wp-block-tke-intro-text + .wp-block-tke-text-block, .wp-block-brochure-qr-code-block + .wp-block-brochure-cover-simple, .wp-block-brochure-qr-code-block + .wp-block-tke-blocks-icons, .wp-block-brochure-qr-code-block + .wp-block-tke-blocks-images, .wp-block-brochure-qr-code-block + .wp-block-tke-blocks-images2, .wp-block-brochure-qr-code-block + .wp-block-tke-blocks-images3, .wp-block-brochure-qr-code-block + .wp-block-tke-door-options, .wp-block-brochure-qr-code-block + .wp-block-tke-features-list, .wp-block-brochure-qr-code-block + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-qr-code-block + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-qr-code-block + .wp-block-tke-header, .wp-block-brochure-qr-code-block + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-qr-code-block + .wp-block-tke-intro-text, .wp-block-brochure-qr-code-block + .wp-block-brochure-qr-code-block, .wp-block-brochure-qr-code-block + .wp-block-brochure-tab-blocks, .wp-block-brochure-qr-code-block + .wp-block-tke-text-block, .wp-block-brochure-tab-blocks + .wp-block-brochure-cover-simple, .wp-block-brochure-tab-blocks + .wp-block-tke-blocks-icons, .wp-block-brochure-tab-blocks + .wp-block-tke-blocks-images, .wp-block-brochure-tab-blocks + .wp-block-tke-blocks-images2, .wp-block-brochure-tab-blocks + .wp-block-tke-blocks-images3, .wp-block-brochure-tab-blocks + .wp-block-tke-door-options, .wp-block-brochure-tab-blocks + .wp-block-tke-features-list, .wp-block-brochure-tab-blocks + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-brochure-tab-blocks + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-brochure-tab-blocks + .wp-block-tke-header, .wp-block-brochure-tab-blocks + .wp-block-brochure-image-comparison-slider, .wp-block-brochure-tab-blocks + .wp-block-tke-intro-text, .wp-block-brochure-tab-blocks + .wp-block-brochure-qr-code-block, .wp-block-brochure-tab-blocks + .wp-block-brochure-tab-blocks, .wp-block-brochure-tab-blocks + .wp-block-tke-text-block, .wp-block-tke-text-block + .wp-block-brochure-cover-simple, .wp-block-tke-text-block + .wp-block-tke-blocks-icons, .wp-block-tke-text-block + .wp-block-tke-blocks-images, .wp-block-tke-text-block + .wp-block-tke-blocks-images2, .wp-block-tke-text-block + .wp-block-tke-blocks-images3, .wp-block-tke-text-block + .wp-block-tke-door-options, .wp-block-tke-text-block + .wp-block-tke-features-list, .wp-block-tke-text-block + .wp-block-brochure-headline-intro-image:not(.with-bg):not(.is-style-type-2), .wp-block-tke-text-block + .wp-block-brochure-text-image-split:not(.with-bg), .wp-block-tke-text-block + .wp-block-tke-header, .wp-block-tke-text-block + .wp-block-brochure-image-comparison-slider, .wp-block-tke-text-block + .wp-block-tke-intro-text, .wp-block-tke-text-block + .wp-block-brochure-qr-code-block, .wp-block-tke-text-block + .wp-block-brochure-tab-blocks, .wp-block-tke-text-block + .wp-block-tke-text-block {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image + .wp-block-brochure-image-comparison-slider {
    padding-top: 0 !important;
  }
}

.qrcode-block {
  display: none;
  padding: 1.7rem 2.5rem;
  border: 2px solid #7BAD29;
}
.qrcode-block:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.qrcode-block .qrcode {
  width: 6.3rem !important;
  height: auto !important;
  float: left;
}
.qrcode-block .text-pdf {
  float: right;
  width: calc(100% - 9rem);
  font-size: 1.2rem;
}
.qrcode-block.small {
  padding: 1.7rem 1.5rem 1.7rem 1.9rem;
}
.qrcode-block.small .text-pdf {
  width: calc(100% - 7.5rem);
}
.qrcode-block.inverse {
  background: #000;
  color: #ffffff;
}
.qrcode-block.inverse .qrcode {
  filter: invert(1);
}
.pdf-style .qrcode-block {
  display: block;
}

.wp-block-brochure-cover-simple {
  width: 100% !important;
  max-width: 100% !important;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  padding: 8rem 0;
  position: relative;
  justify-content: center;
  break-before: page;
  page-break-before: always;
  break-after: page;
  page-break-after: always;
}
.wp-block-brochure-cover-simple a {
  color: inherit !important;
}
.pdf-style .wp-block-brochure-cover-simple {
  width: 84%;
  padding-right: 0;
}
.pdf-style.size-letter .wp-block-brochure-cover-simple {
  width: 76%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple {
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: flex-start;
  }
}
.pdf-style .wp-block-brochure-cover-simple {
  display: block;
}
.wp-block-brochure-cover-simple .container {
  grid-row-gap: 0;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .container {
    grid-row-gap: 5.6rem;
  }
}
.pdf-style .wp-block-brochure-cover-simple .container {
  display: block;
}
.wp-block-brochure-cover-simple .title-block {
  position: relative;
  z-index: 5;
  grid-column: span 5;
  grid-row: 1;
}
.pdf-style .wp-block-brochure-cover-simple .title-block {
  width: 70%;
  padding-right: 0;
}
.pdf-style.size-letter .wp-block-brochure-cover-simple .title-block {
  width: 64%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block {
    grid-row: auto;
    grid-column: span 12;
    overflow: hidden;
  }
}
.wp-block-brochure-cover-simple .title-block .title {
  margin: 0 0 6rem 0;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .title-block .title {
    margin-bottom: 0;
  }
}
.pdf-style .wp-block-brochure-cover-simple .title-block .title {
  margin-bottom: 0;
}
.wp-block-brochure-cover-simple .text-block {
  position: relative;
  z-index: 5;
  grid-column: span 5;
  grid-row: 2;
}
.wp-block-brochure-cover-simple .text-block p:empty {
  height: 1.375em;
}
.wp-block-brochure-cover-simple .text-block p:empty:first-child:last-child {
  display: none !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .text-block {
    grid-row: auto;
    grid-column: span 12;
  }
}
.pdf-style .wp-block-brochure-cover-simple .text-block {
  max-width: 85%;
}
.pdf-style .wp-block-brochure-cover-simple .text-block:not(:first-child) {
  margin-top: 9.8rem;
}
.pdf-style.size-letter .wp-block-brochure-cover-simple .text-block {
  max-width: 29rem;
}
.wp-block-brochure-cover-simple .img-container {
  position: relative;
  grid-row: 1/span 2;
  grid-column: 7/span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.pdf-style .wp-block-brochure-cover-simple .img-container:not(:first-child) {
  margin-top: 11.7rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .img-container {
    grid-row: auto;
    grid-column: span 12;
  }
}
.wp-block-brochure-cover-simple .img-container video, .wp-block-brochure-cover-simple .img-container img {
  display: block;
  max-width: none;
  width: 100%;
}
.pdf-style .wp-block-brochure-cover-simple .img-container video, .pdf-style .wp-block-brochure-cover-simple .img-container img {
  width: 55.5%;
  margin: 0 0 0 22.3%;
}
.wp-block-brochure-cover-simple .tke-pdf-logo {
  right: 5rem;
  top: 5rem;
  width: 7.6rem;
  display: block;
  position: absolute;
  z-index: 2;
 
  background-size: contain;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .tke-pdf-logo {
    display: none;
  }
}
.wp-block-brochure-cover-simple .tke-pdf-logo:before {
  display: block;
  content: "";
  padding-top: 42.3076923077%;
}
.pdf-style .wp-block-brochure-cover-simple .tke-pdf-logo {
  right: 5.9523809524%;
  top: 2.5273799495%;
  width: 9.0476190476%;
}
.pdf-style.size-letter .wp-block-brochure-cover-simple .tke-pdf-logo {
  right: 5.3571428571%;
  top: 2.2746419545%;
  width: 8.0952380952%;
}
.wp-block-brochure-cover-simple .move-beyond {
  display: block;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  width: 11.4rem;
  z-index: 2;

  background-size: contain;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cover-simple .move-beyond {
    display: none;
  }
}
.wp-block-brochure-cover-simple .move-beyond:before {
  display: block;
  content: "";
  padding-top: 11.4035087719%;
}
.pdf-style .wp-block-brochure-cover-simple .move-beyond {
  right: 5.9523809524%;
  bottom: 2.5273799495%;
  width: 13.5714285714%;
}
.pdf-style.size-letter .wp-block-brochure-cover-simple .move-beyond {
  right: 5.3571428571%;
  bottom: 2.2746419545%;
  width: 12.1428571429%;
}

.wp-block-brochure-text-image-split {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  position: relative;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split {
    overflow: hidden;
  }
}
.wp-block-brochure-text-image-split .section-in {
  /*padding: 4rem 0;*/
}
.pdf-style .wp-block-brochure-text-image-split .section-in {
  padding: 0;
}
.wp-block-brochure-text-image-split .container-in {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split .container-in {
    flex-direction: column;
    gap: 4rem;
  }
}
.wp-block-brochure-text-image-split .text-block {
  position: relative;
  order: 1;
	font-family:"Alegreya Sans";
	font-weight:500!important;
	color:#262626;
}
.wp-block-brochure-text-image-split .text-block p:empty {
  height: 1.375em;
}
.wp-block-brochure-text-image-split .text-block p:empty:first-child:last-child {
  display: none !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split .text-block {
    width: 100% !important;
    order: 2 !important;
  }
}
.wp-block-brochure-text-image-split .media-block {
  order: 2;
padding-bottom:25px;	
    margin-left: 50px;
}
.wp-block-brochure-text-image-split .media-block img, .wp-block-brochure-text-image-split .media-block video {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split .media-block {
    width: calc(100% + 48px) !important;
    margin-left: -24px;
    order: 1 !important;
  }
}
.wp-block-brochure-text-image-split .tpos-2 .text-block {
  order: 2;
}
.wp-block-brochure-text-image-split .tpos-2 .media-block {
  order: 1;
}
.wp-block-brochure-text-image-split.color-1 + .wp-block-brochure-text-image-split.color-1 .section-in {
  padding-top: 0 !important;
}
.pdf-style section:not(.wp-block-brochure-text-image-split) + .wp-block-brochure-text-image-split.color-1 {
  padding-top: 66px;
}
.pdf-style section:not(.wp-block-brochure-text-image-split) + .wp-block-brochure-text-image-split.color-1 .section-in {
  padding-top: 0 !important;
}
.pdf-style.size-letter section:not(.wp-block-brochure-text-image-split) + .wp-block-brochure-text-image-split.color-1 {
  padding-top: 58px;
}
.wp-block-brochure-text-image-split.color-2 .section-in {
  background: #000;
}
.pdf-style .wp-block-brochure-text-image-split.color-2 .section-in {
  padding: 2.8rem 0 !important;
}
.pdf-style.size-letter .wp-block-brochure-text-image-split.color-2 .section-in {
  padding: 2.4rem 0 !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split.color-2 .section-in {
    padding-top: 0 !important;
  }
}
.wp-block-brochure-text-image-split.color-2 .text-block {
  color: #fff;
}
body:not(.pdf-style) .wp-block-brochure-text-image-split.color-2 + .wp-block-brochure-text-image-split.color-2 .section-in {
  padding-top: 0 !important;
}
.wp-block-brochure-text-image-split.color-3 .section-in {
  background: #F6F6F6;
}
.pdf-style .wp-block-brochure-text-image-split.color-3 .section-in {
  padding: 2.8rem 0 !important;
}
.pdf-style.size-letter .wp-block-brochure-text-image-split.color-3 .section-in {
  padding: 2.4rem 0 !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-image-split.color-3 .section-in {
    padding-top: 0 !important;
  }
}
body:not(.pdf-style) .wp-block-brochure-text-image-split.color-3 + .wp-block-brochure-text-image-split.color-3 .section-in {
  padding-top: 0 !important;
}

.wp-block-brochure-cabin-orb {
  break-before: page;
  page-break-before: always;
  break-after: page;
  page-break-after: always;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  background: #E9E9E9;
  color:#1A1A1A;
}
.wp-block-brochure-cabin-orb .title-container {
  background: #fff;
  color: #262626;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .title-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .title-container {
  background: transparent;
  color: #ffffff;
  padding-top: 66px;
  padding-bottom: 66px;
}
.pdf-style.size-letter .wp-block-brochure-cabin-orb .title-container {
  padding-top: 58px;
  padding-bottom: 58px;
}
.wp-block-brochure-cabin-orb a {
  color: inherit;
}
.pdf-style .wp-block-brochure-cabin-orb {
  padding-top: 0;
  background: #000;
}
.wp-block-brochure-cabin-orb .grid {
  position: relative;
}
.pdf-style .wp-block-brochure-cabin-orb .grid {
  display: block;
}
.pdf-style .wp-block-brochure-cabin-orb .grid:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.wp-block-brochure-cabin-orb .psv-markers {
  display: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .psv-markers {
    display: none !important;
  }
}
.wp-block-brochure-cabin-orb:not(.hotspots-visible) .psv-tooltip {
  display: none !important;
}
.wp-block-brochure-cabin-orb.hotspots-visible .psv-markers {
  display: block;
}
.wp-block-brochure-cabin-orb .big-img-container {
  grid-column: span 10;
  position: relative;
  z-index: 11;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container {
    grid-column: span 9;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container {
    grid-column: 1/span 12;
    grid-row: 2;
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container {
  float: left;
  width: 63%;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in {
  overflow: hidden;
  float: right;
  margin-right: 3.4rem;
  display: block;
  width: calc(100% + 50vw - 67rem);
  background: rgba(255, 255, 255, 0.3);
  max-height: calc(100vh - 80px);
  position: relative;
}
@media (max-width: 1440px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in {
    width: calc(100% + 5rem);
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in {
    width: calc(100% + 48px);
    float: none;
    max-height: none;
    margin: 0 0 0 -24px;
    display: flex;
    flex-direction: column;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in {
  margin-right: 0;
  width: calc(100% + 23.5727667634%);
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in:before {
  display: none !important;
  content: none !important;
}
.pdf-style.size-letter .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in {
  width: calc(100% + 26.0080645161%);
  margin-left: -13.0040322581%;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in:before {
  padding-top: 72.5663716814%;
  display: block;
  content: "";
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in:before {
  padding-top: 77.4193548387%;
}
.pdf-style.size-letter .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in:before {
  padding-top: 69.6774193548%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in:before {
    display: none !important;
    content: none !important;
  }
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-width: none !important;
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-box {
  display: none !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-box {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-box:after {
    padding-top: 72.5664%;
    content: "";
    display: block;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-pdf {
  display: none !important;
}
.pdf-style .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-pdf {
  width: 100%;
  height: 100%;
  display: block !important;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .big-img-pdf img {
  display: block;
  width: 100%;
  max-width: none;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-navbar, .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-panel {
  display: none !important;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker {
  background: #7BAD29;
  border-radius: 50%;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker::before, .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker::after {
  display: block;
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker::after {
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker:hover {
    background: #8ead29;
  }
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker:hover::before {
    transform: rotate(90deg);
  }
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker:hover::after {
    transform: rotate(180deg);
  }
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker.clicked::before {
  transform: rotate(45deg);
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker.clicked::after {
  transform: rotate(135deg);
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker.clicked:hover {
    background: #8ead29;
  }
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker.clicked:hover::before {
    transform: rotate(135deg);
  }
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-marker.clicked:hover::after {
    transform: rotate(225deg);
  }
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip {
  background: #E9E9E9;
  color: #fff;
  width: 66%;
  padding: 3.2rem;
  max-width: 66rem;
  box-shadow: none !important;
  border-radius: 0 !important;
  max-height: 50%;
  overflow-x: hidden;
  overflow-y: auto;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-arrow {
  display: none !important;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-content {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  font: inherit;
  color: #1A1A1A;
  text-shadow: none;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-content .img {
  display: block;
  position: sticky;
  top: 0;
  width: 30%;
  align-self: flex-start;
  object-fit: contain;
  max-width: none;
  height: auto;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-content .img:first-child:last-child {
  width: 100%;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-content .text {
  width: 70%;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .psv-tooltip-content .text:first-child:last-child {
  width: 100%;
}
.wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots {
  display: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container {
    order: 2;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots {
    background: #F6F6F6;
    color: #262626;
    padding: 0 24px;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots.active {
    display: block;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot {
    border-bottom: 1px solid #E9E9E9;
    padding: 0.8rem 0;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    flex-direction: row;
    gap: 1rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name .plus {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    align-self: center;
    flex: 0 0 1.5rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name .plus::before, html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name .plus::after {
    display: block;
    content: "";
    width: 1.5rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #262626;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-name .plus::after {
    transform: rotate(90deg);
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-content {
    display: none;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-content .img {
    display: block;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot .hotspot-content .text:not(:first-child) {
    margin-top: 1.4rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .big-img-container .big-img-container-in .hotspots-container .hotspots .hotspot.active .hotspot-name .plus::after {
    transform: rotate(0deg);
  }
}
.wp-block-brochure-cabin-orb .elements-list {
  grid-column: 11/span 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .elements-list {
    grid-column: 10/span 3;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .elements-list {
    padding-top: 4rem;
    padding-bottom: 0;
    grid-column: 1/span 12;
    grid-row: 1;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list {
  float: right;
  width: 37%;
  padding-left: 5%;
  padding-top: 0;
  padding-bottom: 14rem;
  display: block;
}
.pdf-style.size-letter .wp-block-brochure-cabin-orb .elements-list {
  width: 44%;
  padding-bottom: 1.8rem;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .element-description {
  margin-bottom: 1.4rem;
  padding-top: 0.2rem;
}
.wp-block-brochure-cabin-orb .elements-list .element-description .element-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.wp-block-brochure-cabin-orb .elements-list .element-description .element-title:not(:empty) {
  margin-bottom: 0.8rem;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .element-description .element-title:not(:empty) {
  margin-bottom: 1.3rem;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .element-description .element-title {
  font-size: inherit;
  font-weight: 700;
}
.wp-block-brochure-cabin-orb .elements-list .element-description .hotspots-sw-container {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .elements-list .element-description .hotspots-sw-container {
    display: none;
  }
}
.wp-block-brochure-cabin-orb .elements-list .elements-thumbs {
  margin-top: 8.6rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .elements-list .elements-thumbs {
    margin-top: 4.8rem;
  }
}
.wp-block-brochure-cabin-orb .elements-list .elements-thumbs .switcher-container {
  margin-bottom: 4rem;
}
.wp-block-brochure-cabin-orb .elements-list .elements-thumbs .text {
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-cabin-orb .elements-list .elements-thumbs .text {
    margin-bottom: 0.9rem;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements-thumbs .text {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pdf-style.size-letter .wp-block-brochure-cabin-orb .elements-list .elements-thumbs .text {
  margin-bottom: 0.7rem;
}
.wp-block-brochure-cabin-orb .elements-list .elements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .elements-list .elements {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements {
  display: block;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.wp-block-brochure-cabin-orb .elements-list .elements .element {
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-cabin-orb .elements-list .elements .element {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10rem;
  }
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements .element {
  float: left;
  margin: 0 8% 1.6rem 0;
  width: 46%;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements .element:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements .element:nth-child(2n) {
  margin-right: 0;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements .element:nth-child(2n+1) {
  clear: left;
}
.wp-block-brochure-cabin-orb .elements-list .elements .element:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 0.5rem solid #7BAD29;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pdf-style .wp-block-brochure-cabin-orb .elements-list .elements .element:before {
  display: none !important;
}
.wp-block-brochure-cabin-orb .elements-list .elements .element:after {
  padding-top: 100%;
  display: block;
  content: "";
}
.wp-block-brochure-cabin-orb .elements-list .elements .element img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-brochure-cabin-orb .elements-list .elements .element.active:before {
  opacity: 1;
}
.wp-block-brochure-cabin-orb .elements-list .qrcode-block {
  position: absolute;
  bottom: 66px;
}

.wp-block-brochure-headline-intro-image {
  width: 100% !important;
  max-width: 100% !important;
  padding: 8rem 0;
  position: relative;
}
.wp-block-brochure-headline-intro-image:first-child:last-child, .wp-block-brochure-headline-intro-image:first-of-type:last-of-type {
  min-height: calc(100vh - 80px);
}
.wp-block-brochure-headline-intro-image.with-image {
  break-before: page;
  page-break-before: always;
  break-after: page;
  page-break-after: always;
}
.wp-block-brochure-headline-intro-image a {
  color: inherit !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image {
    color: inherit !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wp-block-brochure-headline-intro-image .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
  object-position: left top;
  z-index: 1;
}
.pdf-style .wp-block-brochure-headline-intro-image .bg {
  position: static;
  height: auto !important;
  object-fit: contain;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .bg {
    position: static;
    height: auto !important;
    object-fit: contain;
    margin-bottom: 4rem;
  }
}
.wp-block-brochure-headline-intro-image .gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 72.9166666667%;
  background: linear-gradient(90deg, white 0%, rgba(128, 128, 128, 0) 100%);
}
.pdf-style .wp-block-brochure-headline-intro-image .gradient {
  display: none !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .gradient {
    display: none !important;
  }
}
.wp-block-brochure-headline-intro-image.is-style-type-2 {
  color: #fff;
}
.wp-block-brochure-headline-intro-image.is-style-type-2 .gradient {
  background: linear-gradient(90deg, black 0%, rgba(128, 128, 128, 0) 100%);
}
.pdf-style .wp-block-brochure-headline-intro-image {
  color: inherit !important;
  min-height: 0;
}
.wp-block-brochure-headline-intro-image .container {
  position: relative;
  z-index: 5;
}
.wp-block-brochure-headline-intro-image .container-in {
  grid-row-gap: 4rem;
}
.pdf-style .wp-block-brochure-headline-intro-image .container-in {
  display: block;
}
.pdf-style .wp-block-brochure-headline-intro-image .container-in:after {
  display: block !important;
  content: "" !important;
  clear: both !important;
}
.wp-block-brochure-headline-intro-image .title-container {
  grid-column: 1/span 8;
  padding-right: 1.6rem;
}

.wp-block-brochure-headline-intro-image .title-container::after {
   display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:250px;
        height  : 1px;
        width   : 100px;  /* or 100px */
        border-bottom:4px solid #7BAD29;
       /* margin:0 auto;*/
	
        padding:4px 0px;
}


@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .title-container {
    grid-column: 1/span 12;
    grid-row: 1;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .title-container {
  width: 70%;
  padding-right: 0;
}
.wp-block-brochure-headline-intro-image .text {
  grid-column: 1/span 4;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .text {
    grid-column: 1/span 6;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .text {
    grid-column: 1/span 12;
    grid-row: 2;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .text:not(:first-child) {
  margin-top: 3rem;
}
.pdf-style .wp-block-brochure-headline-intro-image .title-container + .text {
  margin-left: 34.5%;
}
.wp-block-brochure-headline-intro-image .media-block {
  grid-row: 2;
  grid-column: 7/span 5;
  position: relative;
	padding-bottom:25px;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .media-block {
    grid-column: 7/span 6;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image .media-block {
    grid-column: 1/span 12;
    grid-row: 3;
  }
}
.pdf-style .wp-block-brochure-headline-intro-image .media-block {
  width: 66%;
  border: none !important;
  float: left;
}
.pdf-style .wp-block-brochure-headline-intro-image .media-block:not(:first-child) {
  margin-top: 3rem;
}
.pdf-style .wp-block-brochure-headline-intro-image .media-block + .text {
  width: 31.6%;
  float: right;
}
.wp-block-brochure-headline-intro-image .media-block img, .wp-block-brochure-headline-intro-image .media-block video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image.with-bg {
    padding-top: 0;
  }
}
.wp-block-brochure-headline-intro-image.with-bg .media-block-in {
  border: 0.5rem solid #fff;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-headline-intro-image.with-bg .media-block-in {
    border: none;
  }
}

.wp-block-brochure-text-full-height-media {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  padding: 0 0 8rem 0;
  position: relative;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.wp-block-brochure-text-full-height-media a {
  color: inherit !important;
}
.wp-block-brochure-text-full-height-media .text:not(:first-child) {
  margin-top: 5rem;
}
.wp-block-brochure-text-full-height-media .text-container {
  width: 50%;
  position: relative;
  padding-left: 5rem;
  padding-right: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container {
    padding-right: 5rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pdf-style .wp-block-brochure-text-full-height-media .text-container {
  padding-left: 11.45%;
}
.pdf-style.size-letter .wp-block-brochure-text-full-height-media .text-container {
  padding-left: 10.32%;
}
.wp-block-brochure-text-full-height-media .text-container .text-content {
  padding-top: 8rem;
  position: sticky;
  top: 0;
  width: 66.2rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}
@media (max-width: 1440px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container .text-content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container .text-content {
    padding-top: 6.4rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container .text-content {
    padding-top: 24px;
  }
}
.pdf-style .wp-block-brochure-text-full-height-media .text-container .text-content {
  padding-top: 132px;
  display: block;
}
.pdf-style.size-letter .wp-block-brochure-text-full-height-media .text-container .text-content {
  padding-top: 116px;
}
.wp-block-brochure-text-full-height-media .text-container .text-content-in {
  grid-column: 1/span 5;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .text-container .text-content-in {
    grid-column: 1/span 6;
  }
}
.wp-block-brochure-text-full-height-media .media-block {
  width: 50%;
  padding-left: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-full-height-media .media-block {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wp-block-brochure-text-full-height-media .media-block img, .wp-block-brochure-text-full-height-media .media-block video {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.wp-block-brochure-image-comparison-slider {
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-image-comparison-slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-image-comparison-slider {
  padding-top: 66px;
  padding-bottom: 66px;
}
.pdf-style.size-letter .wp-block-brochure-image-comparison-slider {
  padding-top: 58px;
  padding-bottom: 58px;
}
.wp-block-brochure-image-comparison-slider .imgs {
  position: relative;
  overflow: hidden;
}
.wp-block-brochure-image-comparison-slider .img-before {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: none;
}
.wp-block-brochure-image-comparison-slider .img-after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-position: left center;
  object-fit: cover;
  z-index: 5;
  max-width: none;
}
.wp-block-brochure-image-comparison-slider .img-after-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 10;
}
.pdf-style .wp-block-brochure-image-comparison-slider .img-after-container {
  width: calc(50% + 2px) !important;
  border-right: 4px solid #fff !important;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container {
  position: absolute;
  z-index: 20;
  bottom: 3rem;
  width: 78.0701754386%;
  left: 18.4941520468%;
  height: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: min-content auto min-content;
}
.pdf-style .wp-block-brochure-image-comparison-slider .slider-btn-over-container {
  display: none !important;
}
@media (max-width: 1023px) {
  html:not(.no-rwd) .wp-block-brochure-image-comparison-slider .slider-btn-over-container {
    width: calc(100% - 6.4rem);
    left: 3.2rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-image-comparison-slider .slider-btn-over-container {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
  }
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .before-text, .wp-block-brochure-image-comparison-slider .slider-btn-over-container .after-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .before-text {
  padding-right: 3rem;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .after-text {
  padding-left: 3rem;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container {
  position: relative;
  margin-top: 17px;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn::before, .wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  height: 4px;
  background: #fff;
  width: 100vw;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn::before {
  right: 100%;
  margin-right: 2.7rem;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn::after {
  left: 100%;
  margin-left: 2.7rem;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn .slider-btn-icon {
  position: absolute;
  left: -1.7rem;
  top: -1.7rem;
  width: 3.4rem;
  height: 3.4rem;
  border: 3px solid #fff;
  cursor: pointer;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn .slider-btn-icon:before {
  position: absolute;
  display: block;
  right: 57%;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -0.9rem;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-right: 0.9rem solid #fff;
}
.wp-block-brochure-image-comparison-slider .slider-btn-over-container .slider-btn-container .slider-btn .slider-btn-icon:after {
  position: absolute;
  display: block;
  left: 57%;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -0.9rem;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 0.9rem solid #fff;
}

.wp-block-brochure-tab-blocks {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pdf-style .wp-block-brochure-tab-blocks {
  padding-top: 0;
  padding-bottom: 66px;
}
.pdf-style.size-letter .wp-block-brochure-tab-blocks {
  padding-bottom: 58px;
}
.wp-block-brochure-tab-blocks .title-container {
  margin-bottom: 6rem;
}
.pdf-style .wp-block-brochure-tab-blocks .title-container {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .title-container {
    margin-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-container {
  display: block;
}
.wp-block-brochure-tab-blocks .tab-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 1rem 0 1rem 3rem;
  background: #fff;
  box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn {
    display: none;
  }
}
.wp-block-brochure-tab-blocks .tab-btn:not(:last-child) {
  margin-bottom: 2rem;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn:hover {
    background: #F6F6F6;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn:hover .tab-title {
    opacity: 1;
  }
}
.wp-block-brochure-tab-blocks .tab-btn .icon {
  flex: 1 1 0;
  max-width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .icon {
    max-width: 22%;
    opacity: 0.4;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .icon img {
    filter: grayscale(1) !important;
  }
}
.wp-block-brochure-tab-blocks .tab-btn .icon .icon-in {
  width: 45.4%;
  position: relative;
}
.wp-block-brochure-tab-blocks .tab-btn .icon .icon-in:after {
  padding-top: 100%;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .icon .icon-in {
    width: 67%;
  }
}
.wp-block-brochure-tab-blocks .tab-btn .icon .icon-in img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.wp-block-brochure-tab-blocks .tab-btn .text {
  position: relative;
  flex: 3 1 0;
  padding-right: 3.2rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .text {
    padding-right: 0;
  }
}
.wp-block-brochure-tab-blocks .tab-btn .text::before {
  display: block;
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 0;
  border-left: 1.8rem solid #7BAD29;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .text::before {
    display: none !important;
    content: none !important;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .text::before {
  display: none !important;
  content: none !important;
}
.wp-block-brochure-tab-blocks .tab-btn .tab-title {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .tab-title {
    opacity: 0.4;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .tab-title {
  opacity: 1;
  line-height: 1.15;
}
.wp-block-brochure-tab-blocks .tab-btn .tab-text {
  font-size: 0.875em;
  display: none;
}
.wp-block-brochure-tab-blocks .tab-btn .tab-text:not(:first-child) {
  margin-top: 2rem;
	display:none!important;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .tab-text {
  display: block !important;
}
.wp-block-brochure-tab-blocks .tab-btn .tab-subtitle {
  display: block;
  font-weight: 700;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .tab-subtitle {
  padding-top: 2.4rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .tab-subtitle {
    opacity: 0.4;
    padding-top: 2rem;
    font-size: 0.875em;
  }
}
.wp-block-brochure-tab-blocks .tab-btn .tab-desc {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn .tab-desc {
    display: none;
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active {
    background: #F6F6F6;
    padding: 1rem 1rem 1rem 2rem;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .tab-desc {
    display: block;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .icon {
    display:none;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .icon img {
    filter: grayscale(0) brightness(1) contrast(1) !important;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .text:before {
    opacity: 1;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .tab-title {
    color: #7BAD29;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .tab-title {
    color: #7BAD29;
    opacity: 1;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .tab-subtitle {
    opacity: 1;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .tab-desc {
    display: block;
  }
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tab-btn.active .icon img {
    filter: grayscale(0) !important;
    opacity: 1;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn {
  cursor: auto;
  display: block;
  background: #e3e3e3 !important;
  width: 31.7%;
  padding: 2.7rem 2.4rem;
  box-shadow: none;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .icon {
  padding: 0;
  max-width: none;
  position: relative;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .icon:not(:last-child) {
  margin-bottom: 1.7rem;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .icon .icon-in {
  width: 26.6%;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .icon img {
  filter: grayscale(0) brightness(1) contrast(1) !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.pdf-style .wp-block-brochure-tab-blocks .tab-btn .text {
  padding-right: 0;
}
.wp-block-brochure-tab-blocks .tabs-buttons {
  grid-column: span 4;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tabs-buttons {
    grid-column: span 12;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-buttons {
  display: none !important;
}
.wp-block-brochure-tab-blocks .tabs-content {
  grid-column: span 6;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tabs-content {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tabs-content .tab:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.wp-block-brochure-tab-blocks .tabs-content .tab .text-in {
  break-inside: avoid;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab {
  break-inside: avoid;
  page-break-inside: avoid;
  padding: 0;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab:nth-child(n+2) {
  padding-top: 2.5rem;
}
.wp-block-brochure-tab-blocks .tabs-content .tab .tab-btn {
  display: none;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tabs-content .tab .tab-btn {
    display: flex;
    padding: 1.5rem 1rem;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-btn {
  display: block;
}
.wp-block-brochure-tab-blocks .tabs-content .tab.active {
  display: block;
}
.wp-block-brochure-tab-blocks .tabs-content .tab .tab-text {
  display: none;
	margin-left:50px;
}
.wp-block-brochure-tab-blocks .tabs-content .tab .tab-text > .media {
  display: block;
  width: 100%;
  max-width: none;
}
.wp-block-brochure-tab-blocks .tabs-content .tab .tab-text > .media:not(:last-child) {
  margin-bottom: 2rem;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text {
  display: block;
  width: 65.8%;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text .video-box, .pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text img, .pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text video {
  width: 100%;
  display: block;
  height: auto;
}
.wp-block-brochure-tab-blocks .tabs-content .tab .tab-text.style-2 {
  column-count: 2;
  column-gap: 1.6rem;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text.style-2 {
  column-count: auto;
  column-gap: 0;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-tab-blocks .tabs-content .tab .tab-text.style-2 {
    column-count: auto;
    column-gap: 0;
  }
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab:nth-child(2n) .tab-btn {
  order: 2;
}
.pdf-style .wp-block-brochure-tab-blocks .tabs-content .tab:nth-child(2n) .tab-text {
  order: 1;
}

.wp-block-brochure-view-360-advanced {
  width: 100% !important;
  max-width: 100% !important;
  background: #F6F6F6;
  padding-top: 8rem;
  padding-bottom: 8rem;
  /* 360image */
}
.pdf-style .wp-block-brochure-view-360-advanced {
  background: #fff;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-view-360-advanced {
  background: transparent;
  break-before: page;
  page-break-before: always;
  break-after: page;
  page-break-after: always;
}
.pdf-style .wp-block-brochure-view-360-advanced .container {
  padding-right: 6.87%;
}
.pdf-style.size-letter .wp-block-brochure-view-360-advanced .container {
  padding-right: 6.192%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .grid {
    display: block;
  }
}
.wp-block-brochure-view-360-advanced .title {
  grid-column: span 12;
  margin-bottom: 2.1rem;
}
.pdf-style .wp-block-brochure-view-360-advanced .title {
  grid-column: span 7;
}
.pdf-style.size-letter .wp-block-brochure-view-360-advanced .title {
  grid-column: span 7;
}
.wp-block-brochure-view-360-advanced .img-container {
  position: relative;
  grid-column: span 12;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .img-container {
    padding-top: 0;
  }
}
.pdf-style .wp-block-brochure-view-360-advanced .img-container {
  grid-column: span 8;
  position: relative;
  padding-top: 0;
}
.pdf-style.size-letter .wp-block-brochure-view-360-advanced .img-container {
  grid-column: span 7;
}
.wp-block-brochure-view-360-advanced .img-container .img {
  display: none;
  width: 100%;
  height: auto;
}
.wp-admin .wp-block-brochure-view-360-advanced .img-container .img {
  display: block;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-container .img {
  display: block;
}
.wp-block-brochure-view-360-advanced .img-desc {
  display: none;
}
.wp-block-brochure-view-360-advanced .img-desc .bullet-name {
  display: none;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc {
  display: block;
  grid-column: span 4;
  align-self: end;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in {
  margin-top: 1.9rem;
  background: #000;
  color: #fff;
  padding: 15.2% 13%;
  font-size: inherit;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in a {
  color: inherit;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h1, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h2, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h3, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h4, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h5, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h6, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in p, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 15.2%;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h1:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h2:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h3:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h4:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h5:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in h6:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in p:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul:first-child, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol:first-child {
  margin-top: 0;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul li:nth-child(n+2), .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol li:nth-child(n+2) {
  margin-top: 0.4rem;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul .empty-bullet, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol .empty-bullet {
  display: none;
}
.pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul .bullet-img, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ul .bullet-text, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol .bullet-img, .pdf-style .wp-block-brochure-view-360-advanced .img-desc .img-desc-in ol .bullet-text {
  display: none !important;
}
.pdf-style.size-letter .wp-block-brochure-view-360-advanced .img-desc {
  grid-column: 9/span 4;
}
@media (max-width: 767px) {
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc {
    display: block;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    flex-direction: row;
    gap: 1rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name .plus {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    align-self: center;
    flex: 0 0 1.5rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name .plus::before, html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name .plus::after {
    display: block;
    content: "";
    width: 1.5rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #262626;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-name .plus::after {
    transform: rotate(90deg);
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-title {
    display: none;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-text-container {
    display: none;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-description.no-text.no-img {
    display: none;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-content {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    display: grid;
    grid-template-columns: 123fr 189fr;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-img {
    grid-column: 1;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-img:first-child:last-child {
    grid-column: 1/span 2;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-img video, html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-img img {
    display: block;
    width: 100%;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-description.no-text .bullet-img {
    grid-column: 1/span 2;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-desc {
    grid-column: 2;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc .bullet-desc:first-child:last-child {
    grid-column: 1/span 2;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc ol {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #E9E9E9;
    margin-top: 2.4rem;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc ol li {
    border-bottom: 1px solid #E9E9E9;
    padding: 0.8rem 0;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc ol li.empty-bullet {
    display: none !important;
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc ol li.active .bullet-name .plus::after {
    transform: rotate(0deg);
  }
  html:not(.no-rwd) body:not(.pdf-style) .wp-block-brochure-view-360-advanced .img-desc ol li.active .bullet-text-container {
    display: block;
  }
}
.wp-block-brochure-view-360-advanced .threesixty-data {
  display: none !important;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty {
  display: none !important;
}
.wp-block-brochure-view-360-advanced .threesixty h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
  display: none;
}
.wp-block-brochure-view-360-advanced .content-block.threesixty h2 {
  display: block;
}
.wp-block-brochure-view-360-advanced .threesixty-wrapper {
  position: relative;
  overflow: hidden;
}
.wp-block-brochure-view-360-advanced .threesixty-wrapper .img-prop {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0;
  z-index: -1;
  position: relative;
}
.wp-block-brochure-view-360-advanced .threesixty-wrapper .threesixty-content {
  position: absolute;
}
.wp-block-brochure-view-360-advanced .loading .threesixty-wrapper:after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  background: url("images/loading2.gif") no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.wp-block-brochure-view-360-advanced .threesixty-wrapper .rotate {
  width: 5.8rem;
  height: 2.6rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url("images/rotate.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty-wrapper .rotate {
  display: none;
}
.wp-block-brochure-view-360-advanced .threesixty-wrapper canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty-wrapper canvas {
  display: none !important;
}
.wp-block-brochure-view-360-advanced .hotspots-sw-container {
  z-index: 100;
  position: absolute;
  left: 1.8rem;
  top: 7.3rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .hotspots-sw-container {
    display: none;
  }
}
.wp-block-brochure-view-360-advanced.clicked .hotspots-sw-container {
  visibility: hidden !important;
  opacity: 0 !important;
}
.wp-block-brochure-view-360-advanced.clicked .threesixty-wrapper .threesixty__bullet:not(.selected) {
  visibility: hidden !important;
  opacity: 0 !important;
}
.wp-block-brochure-view-360-advanced.clicked .threesixty-wrapper canvas {
  pointer-events: none !important;
}
.wp-block-brochure-view-360-advanced:not(.hotspots-visible) .threesixty__bullets {
  display: none !important;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets {
  transition: opacity 0.15s;
  opacity: 0;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-view-360-advanced .threesixty__bullets {
    display: none !important;
  }
}
.wp-block-brochure-view-360-advanced .threesixty__bullets.show {
  opacity: 1;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets {
  opacity: 1;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet {
  text-align: center;
  z-index: 4;
  position: absolute;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-button {
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.25);
  width: 4.6rem;
  height: 4.6rem;
  left: -2.3rem;
  top: -2.3rem;
  background: #7BAD29 url("images/close-icon.svg") no-repeat center center;
  background-size: 56.5217391304%;
  display: block;
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 4;
  transition: 0.3s all;
  transform: rotate(0deg);
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-button:hover {
  background-color: #8ead29;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description {
  display: grid;
  grid-template-columns: 192fr 221fr;
  grid-column-gap: 1.6rem;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: #E9E9E9;
  padding: 3.6rem 4rem;
  max-width: 49.7rem;
  width: 90vw;
  max-height: 0;
  overflow-y: auto;
  font-size: 1.4rem;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-img {
  grid-column: span 1;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-img:first-child:last-child {
  grid-column: span 2;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-img video, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-img img {
  display: block;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-desc {
  grid-column: span 1;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description .bullet-desc:first-child:last-child {
  grid-column: span 2;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description {
  font-size: inherit;
  background: #000;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h1, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h2, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h3, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h4, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h5, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h6 {
  font-size: 1.8rem;
  font-weight: 500;
}
.pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h1, .pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h2, .pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h3, .pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h4, .pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h5, .pdf-style .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h6 {
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h1, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h2, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h3, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h4, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h5, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h6, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description p {
  margin-bottom: 1rem;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h1:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h2:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h3:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h4:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h5:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description h6:last-child, .wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet .bullet-description p:last-child {
  margin-bottom: 0;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet.bullet__top .bullet-description {
  top: auto;
  bottom: 50%;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet.bullet__left .bullet-description {
  left: auto;
  right: 50%;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet.selected {
  z-index: 5;
  left: 50% !important;
  top: 50% !important;
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet.selected .bullet-button {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.wp-block-brochure-view-360-advanced .threesixty__bullets .threesixty__bullet.selected .bullet-description {
  opacity: 1;
  visibility: visible;
  max-height: 50vh;
}

.wp-block-brochure-qr-code-block {
  display: none;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-qr-code-block {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-qr-code-block {
  display: block;
  padding-top: 33px;
  padding-bottom: 66px;
}
.pdf-style.size-letter .wp-block-brochure-qr-code-block {
  padding-top: 29px;
  padding-bottom: 58px;
}
.wp-block-brochure-qr-code-block .qrcode-block {
  width: 65.5%;
  max-width: 42.4rem;
}
.wp-block-brochure-qr-code-block .qrcode-block .pdf-style {
  max-width: none;
}
.wp-block-brochure-qr-code-block.pos-2 .qrcode-block {
  margin-left: 34.5%;
}

.wp-block-brochure-mini-app {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wp-block-brochure-mini-app .title-container {
  grid-column: span 12;
}
.wp-block-brochure-mini-app .title-container .title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .title-container .title {
    margin-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-mini-app .title-container .title {
  margin-bottom: 0 !important;
}
.wp-block-brochure-mini-app .text-container {
  grid-column: 1/span 5;
}
.wp-block-brochure-mini-app .text-container p:empty {
  height: 1.375em;
}
.wp-block-brochure-mini-app .text-container p:empty:first-child:last-child {
  display: none !important;
}
.wp-block-brochure-mini-app .scenes-container {
  grid-column: 7/span 5;
  position: relative;
}
.wp-block-brochure-mini-app.scene-large .scenes-container {
  grid-column: 1/span 12;
}
.wp-block-brochure-mini-app.scene-large .text-container {
  display: none;
}
.wp-block-brochure-mini-app .scenes-zoom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 910;
  width: 9.2rem;
  display: block;
  cursor: pointer;
  max-width: 19.5151515152%;
}
.pdf-style .wp-block-brochure-mini-app .scenes-zoom {
  display: none !important;
}
.wp-block-brochure-mini-app .scenes-zoom:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.wp-block-brochure-mini-app .scenes-zoom .scenes-zoom-icon {
  width: 50%;
  background: #7BAD29;
  border-radius: 50%;
  z-index: 4;
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.wp-block-brochure-mini-app .scenes-zoom .scenes-zoom-icon:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.wp-block-brochure-mini-app .scenes-zoom .scenes-zoom-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/resize-icon.svg") no-repeat center center;
  background-size: 52.1739130435% auto;
}
.pdf-style .wp-block-brochure-mini-app .scenes-zoom .scenes-zoom-icon {
  display: none;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .scenes-zoom:hover .fullscreen-btn-icon {
    background: #8ead29;
  }
}
.wp-block-brochure-mini-app .scenes {
  position: relative;
}
.wp-block-brochure-mini-app .scenes .scene {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transition-delay: 0.3s;
  transition-property: opacity, visibility;
}
.wp-block-brochure-mini-app .scenes .scene .scene-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.wp-block-brochure-mini-app .scenes .scene .scene-img video, .wp-block-brochure-mini-app .scenes .scene .scene-img img {
  display: block;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 3;
  max-width: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wp-block-brochure-mini-app .scenes .scene:first-child {
  position: relative;
  height: auto;
}
.wp-block-brochure-mini-app .scenes .scene:first-child .scene-img {
  position: relative;
}
.wp-block-brochure-mini-app .scenes .scene:first-child .scene-img video, .wp-block-brochure-mini-app .scenes .scene:first-child .scene-img img {
  position: relative;
  width: 100%;
  height: auto;
}
.wp-block-brochure-mini-app .scenes .scene.start, .wp-block-brochure-mini-app .scenes .scene.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.wp-block-brochure-mini-app .scenes .scene.active {
  transition-delay: 0s;
}
.wp-block-brochure-mini-app .scenes .scene.start .play-btn {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: 1 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn .play-btn-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6.6rem;
  max-width: 14%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn .play-btn-icon:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn .play-btn-icon span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 81.8181818182%;
  background: #7BAD29;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn .play-btn-icon span:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.wp-block-brochure-mini-app .scenes .scene-img .play-btn .play-btn-icon span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/play-btn.svg") no-repeat 54% 50%;
  background-size: 27.2727272727% auto;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .scenes .scene-img .play-btn:hover .play-btn-icon span {
    background: #8ead29;
  }
}
.wp-block-brochure-mini-app .scenes .close-btn {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  z-index: 7;
  left: -1.2rem;
  top: -1.2rem;
  cursor: pointer;
  background: url("images/close-btn.svg") no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .scenes .close-btn:hover {
    transform: rotate(90deg);
  }
}
.wp-block-brochure-mini-app .scenes .scene-points .point {
  position: absolute;
  z-index: 10;
  max-width: 34.6083788707%;
}
.wp-block-brochure-mini-app .scenes .scene-points .point .point-text {
  width: auto;
  font-size: 1.2rem;
  padding: 1.2rem;
  background: #E9E9E9;
  color: #ffffff;
}
.wp-block-brochure-mini-app .scenes .scene-points .point.close .point-text {
  display: none !important;
}
.wp-block-brochure-mini-app .scenes .scene-points .point.close .close-btn {
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  html:not(.no-rwd) .wp-block-brochure-mini-app .scenes .scene-points .point.close .close-btn:hover {
    transform: rotate(135deg);
  }
}
.wp-block-brochure-mini-app .scenes .scene-points .point.type-2 .point-text {
  cursor: pointer;
  background: #7BAD29;
  padding: 0.7rem 1.8rem 0.5rem 0.7rem;
  clip-path: polygon(0% 0%, calc(100% - 1.2rem) 0%, 100% 50%, calc(100% - 1.2rem) 100%, 0% 100%);
}
.wp-block-brochure-mini-app .scenes .scene-points .point.type-2.text-pos-2 .point-text {
  padding: 0.7rem 0.7rem 0.5rem 1.8rem;
  clip-path: polygon(0% 50%, 1.2rem 0%, 100% 0%, 100% 100%, 1.2rem 100%);
}
.wp-block-brochure-mini-app .scenes .scene.w-animation .point {
  opacity: 0;
  z-index: 1;
}
.wp-block-brochure-mini-app .scenes .scene.w-animation.active .point {
  z-index: 5;
}

.tke-intro-logo {
  position: fixed;
  left: 50%;
  top: 50%;
  display: block !important;
  width: 80% !important;
  max-width: 20rem !important;
  height: auto !important;
  max-height: 80% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1260px) {
  html:not(.no-rwd) {
    font-size: 50%;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) {
    font-size: 62.5%;
  }
}
#pdf-brochure-title {
  display: none !important;
}

body.pdf-style {
  width: 840px;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
}
body.pdf-style .container {
  padding-left: 11.45%;
  padding-right: 11.45%;
}
body.pdf-style.size-letter {
  font-size: 1.1rem;
}
body.pdf-style.size-letter .container {
  padding-left: 10.32%;
  padding-right: 10.32%;
}

body.pdf-generate {
  width: 840px;
  margin: 0 auto;
}

.contents-in {
  display: none;
}

.image-filler {
  display: none;
}
.wp-admin .image-filler {
  display: block;
}
.image-filler .image-filler-in {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-filler.size-3 .image-filler-in {
  height: 890.25px;
}
.size-letter .image-filler.size-3 .image-filler-in {
  height: 815.25px;
}
.image-filler.size-2 .image-filler-in {
  height: 593.5px;
}
.size-letter .image-filler.size-2 .image-filler-in {
  height: 543.5px;
}
.image-filler.size-1 .image-filler-in {
  height: 296.75px;
}
.size-letter .image-filler.size-1 .image-filler-in {
  height: 271.75px;
}
.pdf-style .image-filler {
  display: block;
  flex: 1;
  position: relative;
  overflow: hidden;
  margin-top: 66px;
}
.pdf-style .image-filler img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.pdf-style .image-filler .img-caption {
  display: block;
  position: absolute;
  z-index: 3;
  left: 5.725%;
  top: 5.725%;
  color: #000;
  background: #fff;
  padding: 0.3rem 0.7rem 0.1rem 0.7rem;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
}
.pdf-style.size-letter .image-filler {
  margin-top: 58px;
}
.pdf-style.size-letter .image-filler .img-caption {
  left: 5.16%;
  top: 5.16%;
  padding: 0.3rem 0.6rem 0.1rem 0.6rem;
}

.single-page-title {
  display: none !important;
}

main .page-content {
  overflow: hidden;
  page-break-after: always;
  break-after: page;
  position: relative;
}
main .page-content .parallax-image {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 8px);
  height: 100%;
  object-fit: cover;
}
body.pdf-style main .page-content .parallax-image {
  display: block;
}
main .page-content.with-parallax {
  padding-right: calc(50% + 24px);
  padding-left: 11.45%;
}
.pdf-style.size-letter main .page-content.with-parallax {
  padding-left: 10.32%;
}
main .page-content.with-parallax .container {
  padding-left: 0;
  padding-right: 0;
}
main .page-content .single-page-title {
  position: absolute;
  height: 0;
  width: 100%;
  display: block !important;
  overflow: hidden;
}
main .page-content .with-image-filler {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 1187px;
  display: flex;
  flex-direction: column;
  page-break-before: always;
  break-before: page;
  page-break-after: always;
  break-after: page;
  padding-bottom: 0 !important;
}
.size-letter main .page-content .with-image-filler {
  min-height: 1087px;
}
main .page-content.full-fill {
  display: flex;
  flex-direction: column;
}
main .page-content.full-fill > *:last-child {
  flex: 1;
}
body.pdf-style main .page-content {
  min-height: 1187px;
}
body.pdf-style main .page-content > section:first-child:last-child,
body.pdf-style main .page-content > section:first-of-type:last-child,
body.pdf-style main .page-content > section.fullpage-pdf,
body.pdf-style main .page-content .fullpage-pdf {
  min-height: 1187px;
}
body.pdf-style main .page-content > section:first-child, body.pdf-style main .page-content > section:first-of-type {
  page-break-before: auto !important;
  break-before: auto !important;
}
body.pdf-style main .page-content > section:last-child, body.pdf-style main .page-content > section:last-of-type {
  page-break-after: auto !important;
  break-after: auto !important;
}
body.pdf-style main .page-content .wp-block-tke-get-in-touch .text-container {
  min-height: 1187px;
}
body.pdf-style.size-letter main .page-content {
  min-height: 1087px;
}
body.pdf-style.size-letter main .page-content > section:first-child:last-child,
body.pdf-style.size-letter main .page-content > section:first-of-type:last-child,
body.pdf-style.size-letter main .page-content > section.fullpage-pdf,
body.pdf-style.size-letter main .page-content .fullpage-pdf {
  min-height: 1087px;
}
body.pdf-style.size-letter main .page-content .wp-block-tke-get-in-touch .text-container {
  min-height: 1087px;
}
body.pdf-test-style main .page-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ddd;
  border-bottom-width: 10px;
}

.pdfcrowd-toc {
  position: relative;
  padding-top: 4rem;
  column-count: 2;
  column-gap: 11.45%;
}
.with-levels .pdfcrowd-toc {
  column-count: 3;
}
.size-letter .pdfcrowd-toc {
  column-gap: 10.32%;
}
.pdfcrowd-toc table, .pdfcrowd-toc tbody {
  display: block;
  width: 100%;
  break-inside: avoid-column;
}
.pdfcrowd-toc .pdfcrowd-toc-title {
  column-span: all;
  padding: 0;
  text-align: left;
  margin: 0 0 4rem 0;
  
  font-size: inherit;
  color: #7BAD29;
  font-weight: 700;
}
.pdfcrowd-toc .pdfcrowd-toc-level {
  display: flex;
  flex-direction: row;
}
.pdfcrowd-toc .pdfcrowd-toc-level td {
  display: block;
}
.pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-page-number {
  padding: 0;
  order: 1;
  width: 5rem;
  color: #7BAD29;
  text-align: left;
}
.pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-caption {
  padding: 0;
  order: 2;
  width: calc(100% - 5.1rem);
}
.pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-numbering {
  display: none !important;
}
.with-levels .pdfcrowd-toc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.6rem;
  grid-row-gap: 6rem;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-title {
  grid-column: 1/span 3;
  margin-bottom: 0;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-page-number {
  width: 3rem;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-caption {
  width: calc(100% - 3.1rem);
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level.pdfcrowd-toc-level-1 {
  flex-direction: column;
  margin-bottom: 3rem;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level.pdfcrowd-toc-level-1 .pdfcrowd-toc-page-number {
  padding: 0;
  order: 1;
  font-weight: 300;
  font-size: 4em;
  line-height: 1;
  width: auto;
  color: #7BAD29;
  text-align: left;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level.pdfcrowd-toc-level-1 .pdfcrowd-toc-caption {
  font-weight: 500;
  padding: 0;
  order: 2;
  width: auto;
  margin-top: -0.6rem;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level.pdfcrowd-toc-level-2 {
  padding-left: 0;
  font-weight: 500;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level.pdfcrowd-toc-level-3 {
  padding-left: 3rem;
}
.with-levels .pdfcrowd-toc .pdfcrowd-toc-level .pdfcrowd-toc-page-number {
  width: 3rem;
}

@page {
  margin: 0;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin) {
  padding-top: 66px !important;
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-look-inside:not(:first-of-type), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-look-inside:not(:first-of-type) {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-brochure-headline-intro-image.with-bg:first-of-type, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-brochure-headline-intro-image.with-bg:first-of-type {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cover, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cover {
  padding-bottom: 20.1680672269% !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).bg-color:first-of-type, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).bg-color:first-of-type {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cabin-gallery, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cabin-gallery {
  padding-bottom: 66px !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-get-in-touch, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-get-in-touch {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-planning, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-planning {
  padding-bottom: 2rem;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-icons, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-icons {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-images, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-door-options, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-door-options {
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].half-padd, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].half-padd {
  padding-top: 33px !important;
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].with-table-margin, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].with-table-margin {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-look-inside:not(:first-of-type), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-look-inside:not(:first-of-type) {
  margin-top: 66px !important;
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-look-inside:first-of-type .pdf-intro, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-look-inside:first-of-type .pdf-intro {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-brochure-headline-intro-image.with-bg:first-of-type, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-brochure-headline-intro-image.with-bg:first-of-type {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cover, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cover {
  padding-bottom: 20.1680672269% !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].bg-color .section-in, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].bg-color .section-in {
  padding-top: 66px !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].bg-color:first-of-type, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].bg-color:first-of-type {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].fullpage-pdf, .pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-planning, .pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cabin-gallery, .pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-get-in-touch, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].fullpage-pdf, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-planning, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cabin-gallery, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-get-in-touch {
  page-break-before: always;
  break-before: page;
  page-break-after: always;
  break-after: page;
  margin-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cabin-gallery, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cabin-gallery {
  display: flex;
  flex-direction: column;
  padding-bottom: 66px !important;
  min-height: 1187px;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-get-in-touch, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-get-in-touch {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-image-full, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-image-full {
  display: none !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-intro-text, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-intro-text {
  page-break-inside: avoid;
  break-inside: avoid;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-planning, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-planning {
  padding-bottom: 2rem;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-intro-text + .wp-block-tke-blocks-icons:not(.with-image-filler), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-intro-text + .wp-block-tke-blocks-icons:not(.with-image-filler) {
  break-before: avoid;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .title-container, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .title-container {
  padding-top: 0 !important;
  padding-bottom: 7.82% !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-container:first-child, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-container:first-child {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block {
  margin-top: 0 !important;
  padding-bottom: 5.4rem !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block:last-child, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block:last-child {
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .title-container, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .title-container {
  padding-bottom: 6rem !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block {
  padding-bottom: 6rem !important;
  margin-top: 0;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block:last-child, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block:last-child {
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block .img, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block .img {
  margin-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images2 .blocks-images-list, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images2 .blocks-images-list {
  page-break-inside: avoid;
  break-inside: avoid;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list {
  break-inside: avoid;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .title-container, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .title-container {
  margin-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list {
  padding-top: 3.8rem !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list:first-child, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list:first-child {
  padding-top: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list .group, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list .group {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list .group .elements, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list .group .elements {
  page-break-inside: avoid;
  break-inside: avoid;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .legend, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .legend {
  margin-top: 0 !important;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options {
  padding-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options .grid .blocks .block, .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options .grid .blocks .block {
  margin-bottom: 0 !important;
}
.pdf-style #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options .grid .blocks .block:nth-child(n+3), .pdf-style #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options .grid .blocks .block:nth-child(n+3) {
  padding-top: 1.6rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin) {
  padding-top: 58px !important;
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-look-inside:not(:first-of-type), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-look-inside:not(:first-of-type) {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cover, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cover {
  padding-bottom: 16.8067226891% !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).bg-color:first-of-type, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).bg-color:first-of-type {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cabin-gallery, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-cabin-gallery {
  padding-bottom: 58px !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-get-in-touch, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-get-in-touch {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-planning, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-planning {
  padding-bottom: 1.8rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-icons, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-icons {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-images, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-blocks-images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-door-options, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-]:not(.def-padd):not(.half-padd):not(.with-table-margin).wp-block-tke-door-options {
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].half-padd, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].half-padd {
  padding-top: 29px !important;
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-look-inside:not(:first-of-type), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-look-inside:not(:first-of-type) {
  margin-top: 58px !important;
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-look-inside:first-of-type .pdf-intro, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-look-inside:first-of-type .pdf-intro {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cover, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cover {
  padding-bottom: 16.8067226891% !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].bg-color .content, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].bg-color .content {
  padding-top: 66px !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].bg-color:first-of-type, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].bg-color:first-of-type {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].fullpage-pdf, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-planning, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cabin-gallery, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-get-in-touch, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].fullpage-pdf, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-planning, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cabin-gallery, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-get-in-touch {
  margin-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-cabin-gallery, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-cabin-gallery {
  padding-bottom: 58px !important;
  min-height: 1087px;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-get-in-touch, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-get-in-touch {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-image-full, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-image-full {
  display: none !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-planning, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-planning {
  padding-bottom: 1.8rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .title-container, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .title-container {
  padding-top: 0 !important;
  padding-bottom: 7% !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-container:first-child, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-container:first-child {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block {
  margin-top: 0 !important;
  padding-bottom: 4.9rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block:last-child, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block:last-child {
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-icons .blocks-icons-list .block .block-text, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-icons .blocks-icons-list .block .block-text {
  font-size: 1.2rem;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .title-container, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .title-container {
  padding-bottom: 5.4rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block {
  padding-bottom: 5.4rem !important;
  margin-top: 0;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block:last-child, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block:nth-last-child(2):nth-child(2n+1), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block:last-child {
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-blocks-images .blocks-images-list .block .img, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-blocks-images .blocks-images-list .block .img {
  margin-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .title-container, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .title-container {
  margin-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list {
  padding-top: 3.4rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list:first-child, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list:first-child {
  padding-top: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .groups-list .group, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .groups-list .group {
  padding-top: 1.8rem !important;
  padding-bottom: 0.9rem !important;
  margin-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-features-list .legend, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-features-list .legend {
  margin-top: 0 !important;
  padding-top: 1.8rem !important;
  padding-bottom: 0.9rem !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options {
  padding-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options .grid .blocks .block, .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options .grid .blocks .block {
  margin-bottom: 0 !important;
}
.pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-brochure-].wp-block-tke-door-options .grid .blocks .block:nth-child(n+3), .pdf-style.size-letter #brochure-content .page-content section[class*=wp-block-tke-].wp-block-tke-door-options .grid .blocks .block:nth-child(n+3) {
  padding-top: 1.4rem !important;
}

.table-margin {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  page-break-inside: auto !important;
  break-inside: initial;
}
.table-margin > thead, .table-margin tfoot {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.pdf-style .table-margin > thead, .pdf-style .table-margin tfoot {
  page-break-inside: avoid !important;
  break-inside: avoid !important;
}
.table-margin > thead tr, .table-margin > thead th, .table-margin > thead td, .table-margin tfoot tr, .table-margin tfoot th, .table-margin tfoot td {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.pdf-style .table-margin > thead th, .pdf-style .table-margin > thead td, .pdf-style .table-margin tfoot th, .pdf-style .table-margin tfoot td {
  height: 66px !important;
}
.pdf-style.size-letter .table-margin > thead th, .pdf-style.size-letter .table-margin > thead td, .pdf-style.size-letter .table-margin tfoot th, .pdf-style.size-letter .table-margin tfoot td {
  height: 60px !important;
}
.table-margin > tfoot {
  display: none !important;
}
.table-margin > tbody {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.table-margin > tbody > tr {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  page-break-inside: auto !important;
  break-inside: initial !important;
}
.table-margin > tbody > tr > td {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.with-bar.pdfcrowd-page-odd {
  position: relative;
}
.with-bar.pdfcrowd-page-odd::before {
  content: "";
  display: block;
  position: absolute;
  top: -1187px;
  right: 0;
  width: 16px;
  z-index: 1000;
  height: 100%;
  background: #7BAD29;
  background: repeating-linear-gradient(180deg, #7BAD29 0px, #7BAD29 119px, rgb(181, 57, 93) 404px, #7BAD29 1187px);
}
.with-bar.pdfcrowd-page-odd.size-letter::before {
  background: repeating-linear-gradient(180deg, #7BAD29 0px, #7BAD29 109px, rgb(181, 57, 93) 370px, #7BAD29 1087px);
}
.with-bar.pdfcrowd-page-1::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

.pdfVideoImg {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pdfVideoImg.w-play {
  display: block !important;
  z-index: 900;
  opacity: 1;
  visibility: visible;
}
.playing .pdfVideoImg {
  opacity: 0;
  visibility: hidden;
}
.pdf-style .pdfVideoImg {
  display: block !important;
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
  left: auto;
  top: auto;
  height: auto;
  object-fit: contain;
}
.pdf-style .pdfVideoImg + video {
  display: none !important;
}


.wp-block-brochure-blocks-images4 {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-blocks-images4 {
  break-inside: avoid;
  page-break-inside: avoid;
  padding-top: 26.4px !important;
  padding-bottom: 0 !important;
}
.pdf-style .wp-block-brochure-blocks-images4:last-child:not(.with-image-filler) {
  padding-bottom: 26.4px !important;
}
.pdf-style .wp-block-brochure-blocks-images4.with-image-filler {
  padding-top: 66px !important;
}
.pdf-style.size-letter .wp-block-brochure-blocks-images4 {
  padding-top: 23.2px !important;
  padding-bottom: 0 !important;
}
.pdf-style.size-letter .wp-block-brochure-blocks-images4:last-child:not(.with-image-filler) {
  padding-bottom: 23.2px !important;
}
.pdf-style.size-letter .wp-block-brochure-blocks-images4.with-image-filler {
  padding-top: 58px !important;
}
.pdf-style .wp-block-tke-intro-text + .wp-block-brochure-blocks-images4 {
  padding-top: 0 !important;
}
.pdf-style.size-letter .wp-block-tke-intro-text + .wp-block-brochure-blocks-images4 {
  padding-top: 0 !important;
}
.wp-block-brochure-blocks-images4 .title {
  margin-bottom: 1.4rem;
}
.pdf-style .wp-block-brochure-blocks-images4 .title {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.pdf-style.size-letter .wp-block-brochure-blocks-images4 .title {
  font-size: 1.2rem;
}
.pdf-style .wp-block-brochure-blocks-images4 .grid {
  display: block;
}
.pdf-style .wp-block-brochure-blocks-images4 .grid:after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 .grid {
    grid-row-gap: 4rem;
  }
}
.wp-block-brochure-blocks-images4 .grid .blocks {
  grid-column: span 6;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 .grid .blocks {
    overflow: visible;
    grid-column: span 12;
  }
}
.pdf-style .wp-block-brochure-blocks-images4 .grid .blocks {
  width: 50%;
  float: left;
  padding-right: 0.8rem;
}
.wp-block-brochure-blocks-images4 .grid .blocks-2 {
  grid-column: span 6;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 .grid .blocks-2 {
    overflow: visible;
    grid-column: span 12;
  }
}
.pdf-style .wp-block-brochure-blocks-images4 .grid .blocks-2 {
  width: 50%;
  padding-left: 0.8rem;
  float: left;
}
.wp-block-brochure-blocks-images4 .blocks-images-list {
  font-size: 1.4rem;
  width: 100%;
  display: grid;
}
.pdf-style .wp-block-brochure-blocks-images4 .blocks-images-list {
  font-size: 1rem;
  line-height: 1.2;
}
.wp-block-brochure-blocks-images4 .blocks-images-list .el .img {
  position: relative;
}
.wp-block-brochure-blocks-images4 .blocks-images-list .el .img video, .wp-block-brochure-blocks-images4 .blocks-images-list .el .img img {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-brochure-blocks-images4 .blocks-images-list .el .img.no-img {
  background: rgba(38, 38, 38, 0.1);
  min-height: 4rem;
}
.wp-block-brochure-blocks-images4 .blocks-images-list .el .block-title {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding-top: 1rem;
}
.wp-block-brochure-blocks-images4 .elements-list-container {
  position: relative;
}
.wp-block-brochure-blocks-images4 .elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.wp-block-brochure-blocks-images4 .elements-list-container:before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(200% + 3.2rem);
  height: 100%;
  background: #fff;
  z-index: 9;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next {
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  height: 100%;
  width: 2.6rem;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev svg, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev svg, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev.disabled, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev {
  right: 100%;
  margin-right: 2rem;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev:hover img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev:hover svg {
  -webkit-transform: translateY(-50%) translateX(-3px);
  transform: translateY(-50%) translateX(-3px);
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next {
  left: 100%;
  margin-left: 2rem;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next:hover img, .wp-block-brochure-blocks-images4 .elements-list-container .arr-next:hover svg {
  -webkit-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
}
.wp-block-brochure-blocks-images4 .elements-list-container[data-count="0"] .arr-prev, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="0"] .arr-next, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="1"] .arr-prev, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="1"] .arr-next, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="2"] .arr-prev, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="2"] .arr-next, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="3"] .arr-prev, .wp-block-brochure-blocks-images4 .elements-list-container[data-count="3"] .arr-next {
  display: none !important;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 1.6rem);
  margin-left: -1.6rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  background: transparent;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current ~ .elements-group {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current + .current {
  position: absolute;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current + .current ~ .elements-group {
  opacity: 0;
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current + .current + .elements-group {
  opacity: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group.current + .current[style*="translateX(0%)"] + .elements-group {
  opacity: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.pdf-style .wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group {
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  min-height: 0 !important;
}
.pdf-style .wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group:nth-child(n+2) {
  margin-top: 4.88%;
}
.wp-block-brochure-blocks-images4 .elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 1.6rem;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  margin: -3.2rem 0 0 0;
  position: absolute;
  background: #7BAD29;
  border-radius: 50%;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next.disabled, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev.disabled {
  background-color: #C4C4C4 !important;
  cursor: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.pdf-style .wp-block-brochure-blocks-images4 .elements-list-container .arr-next, .pdf-style .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev {
  display: none !important;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next::before, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev::before {
  display: block;
  content: "";
  width: 25%;
  height: 43.75%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next:hover, .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev:hover {
  background-color: #c2da55;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev {
  right: auto;
  left: 0;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-prev::before {
  background-image: url("images/arr-left-in.svg");
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 .elements-list-container .arr-prev {
    left: -1.6rem;
  }
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next {
  left: auto;
  right: 0;
}
.wp-block-brochure-blocks-images4 .elements-list-container .arr-next::before {
  background-image: url("images/arr-right-in.svg");
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-blocks-images4 .elements-list-container .arr-next {
    right: -1.6rem;
  }
}

.wp-block-brochure-text-slider {
/*  padding-top: 8rem;
  padding-bottom: 8rem;*/
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider {
    padding-bottom: 4rem;
  }
}
.pdf-style .wp-block-brochure-text-slider {
  padding-top: 66px;
  padding-bottom: 66px;
}
.pdf-style.size-letter .wp-block-brochure-text-slider {
  padding-top: 58px;
  padding-bottom: 58px;
}
.wp-block-brochure-text-slider .grid {
  grid-row-gap: 0;
}
.pdf-style .wp-block-brochure-text-slider .grid {
  display: block;
}
.wp-block-brochure-text-slider .title-container {
  grid-column: 1/span 6;
  padding-right: 7%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider .title-container {
    padding-right: 0;
    grid-column: 1/span 12;
  }
}
.pdf-style .wp-block-brochure-text-slider .title-container {
  width: 84%;
  padding-right: 0;
}
.pdf-style.size-letter .wp-block-brochure-text-slider .title-container {
  width: 76%;
}
.wp-block-brochure-text-slider.is-style-large .title-container .title-over {
  position: relative;
}
.wp-block-brochure-text-slider .subtext-container {
  grid-column: 1/span 5;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider .subtext-container {
    grid-column: 1/span 12;
  }
}
.pdf-style .wp-block-brochure-text-slider .subtext-container {
  width: 49%;
}
.wp-block-brochure-text-slider .subtext-container .subtext {
  margin-top: 0rem;
  background: #F6F6F6;
  padding: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext {
  background: transparent;
  border: 2px solid #F16B08;
  text-align: center;
  margin-top: 85.6031128405px;
  font-weight: inherit;
  font-size: inherit;
  padding: 5% 14%;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .subtext-in {
  font-size: 1.4rem;
  font-weight: 700;
}
.pdf-style.size-letter .wp-block-brochure-text-slider .subtext-container .subtext {
  margin-top: 73.0846774194px;
  padding: 4.5% 12%;
}
.pdf-style.size-letter .wp-block-brochure-text-slider .subtext-container .subtext .subtext-in {
  font-size: 1.2rem;
}
.wp-block-brochure-text-slider .subtext-container .subtext:empty {
  display: none !important;
}
.wp-block-brochure-text-slider .subtext-container .subtext p:empty {
  height: 1.375em;
}
.wp-block-brochure-text-slider .subtext-container .subtext p:empty:first-child:last-child {
  display: none !important;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink {
  margin-top: 2rem;
}
.pdf-style.size-letter .wp-block-brochure-text-slider .subtext-container .subtext .sublink {
  margin-top: 1.8rem;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a {
  margin-top: 1.3em;
  color: #7BAD29;
  font-weight: 400;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a:hover {
  color: #c2da55;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a .qrcode {
  display: none;
}
.wp-admin .wp-block-brochure-text-slider .subtext-container .subtext .sublink a .qrcode, .pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a .qrcode {
  display: block;
  width: 34.3%;
  margin: 0 auto 1rem auto;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a span:last-of-type {
  display: none;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a span:first-of-type {
  display: inline;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a {
  margin-top: 0;
  color: #262626 !important;
  font-weight: inherit;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a span:first-of-type {
  display: none;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a span:last-of-type {
  display: inline;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a[target=_blank] {
  position: relative;
  display: inline-block;
  padding-right: 3.6rem;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a[target=_blank] {
  padding-right: 0;
  display: block;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a[target=_blank]:after {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.1rem;
  background: url("images/arr-link.svg") no-repeat right top;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
}
.pdf-style .wp-block-brochure-text-slider .subtext-container .subtext .sublink a[target=_blank]:after {
  display: none;
  content: none;
}
.wp-block-brochure-text-slider .subtext-container .subtext .sublink a[target=_blank]:hover:after {
  -webkit-transform: translateX(2px) translateY(-2px);
  transform: translateX(2px) translateY(-2px);
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.wp-block-brochure-text-slider .text {
  padding-top: 4rem;
  grid-column: 1/span 6;
  padding-right: 7%;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider .text {
    padding-right: 0;
    grid-column: 1/span 12;
  }
}
.pdf-style .wp-block-brochure-text-slider .text {
  padding-top: 7.6333333333%;
  width: 83.3333333333%;
  margin-left: 16.6666666667%;
}
.pdf-style.size-letter .wp-block-brochure-text-slider .text {
  padding-top: 6.88%;
}
.wp-block-brochure-text-slider .text p:empty {
  height: 1.375em;
}
.wp-block-brochure-text-slider .text p:empty:first-child:last-child {
  display: none !important;
}
.wp-block-brochure-text-slider .slides-container {
  grid-column: 7/span 6;
  grid-row: 1/span 3;
}
@media (max-width: 767px) {
  html:not(.no-rwd) .wp-block-brochure-text-slider .slides-container {
    margin-top: 4rem;
    grid-column: 1/span 12;
    grid-row: auto;
  }
}
.wp-block-brochure-text-slider .elements-list-container {
  position: relative;
}
.wp-block-brochure-text-slider .elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev, .wp-block-brochure-text-slider .elements-list-container .arr-next {
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  height: 100%;
  width: 2.6rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev img, .wp-block-brochure-text-slider .elements-list-container .arr-prev svg, .wp-block-brochure-text-slider .elements-list-container .arr-next img, .wp-block-brochure-text-slider .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev img, .wp-block-brochure-text-slider .elements-list-container .arr-prev svg, .wp-block-brochure-text-slider .elements-list-container .arr-next img, .wp-block-brochure-text-slider .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev.disabled, .wp-block-brochure-text-slider .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev {
  right: 100%;
  margin-right: 2rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev:hover img, .wp-block-brochure-text-slider .elements-list-container .arr-prev:hover svg {
  -webkit-transform: translateY(-50%) translateX(-3px);
  transform: translateY(-50%) translateX(-3px);
}
.wp-block-brochure-text-slider .elements-list-container .arr-next {
  left: 100%;
  margin-left: 2rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next:hover img, .wp-block-brochure-text-slider .elements-list-container .arr-next:hover svg {
  -webkit-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
}
.wp-block-brochure-text-slider .elements-list-container[data-count="0"] .arr-prev, .wp-block-brochure-text-slider .elements-list-container[data-count="0"] .arr-next, .wp-block-brochure-text-slider .elements-list-container[data-count="1"] .arr-prev, .wp-block-brochure-text-slider .elements-list-container[data-count="1"] .arr-next {
  display: none !important;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 1.6rem);
  margin-left: -1.6rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  background: transparent;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current ~ .elements-group {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current + .current {
  position: absolute;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current + .current ~ .elements-group {
  opacity: 0;
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current + .current + .elements-group {
  opacity: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group.current + .current[style*="translateX(0%)"] + .elements-group {
  opacity: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.pdf-style .wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group {
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  min-height: 0 !important;
}
.pdf-style .wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group:nth-child(n+2) {
  margin-top: 4.88%;
}
.wp-block-brochure-text-slider .elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 1.6rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next, .wp-block-brochure-text-slider .elements-list-container .arr-prev {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  margin: -3.2rem 0 0 0;
  position: absolute;
  background: #7BAD29;
  border-radius: 50%;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next.disabled, .wp-block-brochure-text-slider .elements-list-container .arr-prev.disabled {
  background-color: #C4C4C4 !important;
  cursor: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.pdf-style .wp-block-brochure-text-slider .elements-list-container .arr-next, .pdf-style .wp-block-brochure-text-slider .elements-list-container .arr-prev {
  display: none !important;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next::before, .wp-block-brochure-text-slider .elements-list-container .arr-prev::before {
  display: block;
  content: "";
  width: 25%;
  height: 43.75%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next:hover, .wp-block-brochure-text-slider .elements-list-container .arr-prev:hover {
  background-color: #c2da55;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev {
  right: auto;
  left: -1.6rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-prev::before {
  background-image: url("images/arr-left-in.svg");
}
.wp-block-brochure-text-slider .elements-list-container .arr-next {
  left: auto;
  right: -1.6rem;
}
.wp-block-brochure-text-slider .elements-list-container .arr-next::before {
  background-image: url("images/arr-right-in.svg");
}

.el-in .img video
{
	width:100%;
}
