/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */
.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:0.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all 0.3s}.pickr .pcr-button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:'';top:0;left:0;height:100%;width:100%;transition:background 0.3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow 0.3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,0.05);border-radius:0.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(244,66,80,0.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme='nano']{width:14.25em;max-width:95vw}.pcr-app[data-theme='nano'] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme='nano'] .pcr-interaction{padding:0 .6em .6em .6em}.pcr-app[data-theme='nano'] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview{grid-area:2 / 1 / 4 / 1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette{grid-area:1 / 1 / 2 / 3;width:100%;height:100%;z-index:1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser{grid-area:2 / 2 / 2 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{grid-area:3 / 2 / 3 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{height:0.5em;margin:0 .6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right, transparent, black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%, 0.25em}


/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */
.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:0.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all 0.3s}.pickr .pcr-button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:'';top:0;left:0;height:100%;width:100%;transition:background 0.3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow 0.3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,0.05);border-radius:0.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(244,66,80,0.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme='nano']{width:14.25em;max-width:95vw}.pcr-app[data-theme='nano'] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme='nano'] .pcr-interaction{padding:0 .6em .6em .6em}.pcr-app[data-theme='nano'] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview{grid-area:2 / 1 / 4 / 1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette{grid-area:1 / 1 / 2 / 3;width:100%;height:100%;z-index:1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser{grid-area:2 / 2 / 2 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{grid-area:3 / 2 / 3 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{height:0.5em;margin:0 .6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right, transparent, black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%, 0.25em}


@keyframes loader-spinnig{0%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}@keyframes thanks-right-spin{to{transform:translate(50%, -50%) rotate(0)}}@keyframes thanks-left-spin{to{transform:translate(-50%, -50%) rotate(0)}}@keyframes thanks-popin{to{opacity:1;transform:translate(-50%, -50%)}}@keyframes thanks-remove{to{opacity:0;pointer-events:none;display:none;top:100%}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{transform:scale(0.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#ffffff}.toast-message a:hover{color:#cccccc;text-decoration:none}.toast-close-button{position:relative;right:-0.3em;top:-0.3em;float:right;font-size:20px;font-weight:bold;color:#ffffff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;box-shadow:0 0 12px #999999;color:#ffffff;opacity:0.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div:hover{box-shadow:0 0 12px #000000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000000;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width: 240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}@font-face{font-family:'lg';src:url("/site_package_resources/Public/Icons/Lightgallery/lg.eot?n1z373");src:url("/site_package_resources/Public/Icons/Lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"),url("/site_package_resources/Public/Icons/Lightgallery/lg.woff?n1z373") format("woff"),url("/site_package_resources/Public/Icons/Lightgallery/lg.ttf?n1z373") format("truetype"),url("/site_package_resources/Public/Icons/Lightgallery/lg.svg?n1z373#lg") format("svg");font-weight:normal;font-style:normal}.lg-icon{font-family:'lg';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:0.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end 0.3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end 0.3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,0.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;transition:color 0.2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;transition:transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px, 0, 0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px, 0, 0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0, -10px, 0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5, .5, .5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1, 1, 1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0, 100%, 0);transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0, 0%, 0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width: 1025px){.lg-outer .lg-thumb-item{transition:border-color 0.25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom 0.25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url("/site_package_resources/Public/Images/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url("/site_package_resources/Public/Images/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url("/site_package_resources/Public/Images/lightgallery/video-play.png") no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:0.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url("/site_package_resources/Public/Images/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url("/site_package_resources/Public/Images/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0, 0, 0.25, 1) 0s,top .3s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1, 1, 1);transition:transform .3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:0.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0, 0, 0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity 0.15s ease 0s,transform 0.15s ease 0s;transform:translate3d(0, 5px, 0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,0.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;display:block;height:12px;transition:box-shadow 0.3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px white inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,0.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear 0.18s,opacity 0.18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay{transition-delay:0s;transform:translate3d(0, 0px, 0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0, 5px, 0);transition:transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0px}.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,0.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.group{*zoom:1}.group:before,.group:after{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;transition:opacity 0.15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{transition-duration:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url("/site_package_resources/Public/Images/lightgallery/loading.gif") no-repeat scroll center center transparent;display:none !important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity 0.15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;transition:opacity 0.15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{transition:opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s}html{color:#222;font-size:16px;line-height:1.4}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}*,*:before,*:after{box-sizing:border-box}*:before,*:after{position:static}.browserupgrade{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}*:focus{outline:0}main{display:block}.hidden{display:none !important;visibility:hidden !important}.visuallyhidden{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;width:auto;white-space:inherit}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media screen{::selection{background:#000;color:#fff}::-webkit-scrollbar{width:5px;height:0px}::-webkit-scrollbar-track{background-color:var(--clr-scroll-track)}::-webkit-scrollbar-thumb{background-color:var(--clr-scroll-thumb);border-radius:10px}::-webkit-scrollbar-button{display:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:10px}body{font-family:var(--ff-general);font-weight:var(--fw-regular);background-color:var(--clr-schema-1-bg);color:var(--clr-schema-1-text);font-size:62.5%}body.t3-no-scroll{height:100%;overflow:hidden}}@media screen and (max-width: 1920px){body{font-size:62.5%}}@media screen and (max-width: 1600px){body{font-size:56.3%}}@media screen and (max-width: 1366px){body{font-size:50%}}@media screen and (max-width: 1024px){body{font-size:62.5%}}@media screen and (max-width: 767px){body{font-size:62.5%}}@media screen and (max-width: 480px){body{font-size:62.5%}}@media screen and (max-width: 350px){body{font-size:56.3%}}@media screen and (max-width: 320px){body{font-size:50%}}@media screen{button,input,optgroup,select,textarea{font-family:inherit;font-weight:inherit}a{color:inherit;text-decoration:underline}hr{border-color:var(--clr-schema-1-headlines)}h1,h2,h3,h4,h5,h6,p,ul,ol{margin:0;padding:0;font-weight:inherit;font-size:1em}b,strong{font-weight:var(--fw-bold)}.dna-loader{color:var(--clr-schema-1-headlines);text-align:center;animation:loader-spinnig;animation-duration:2s;animation-iteration-count:infinite}.dna-loader>*{font-size:calc((16/ 10) * 1em)}.dna-no-result{color:#E8002D;font-style:italic;text-align:center}.dna-no-result>*{font-size:calc((16/ 10) * 1em)}.dna-no-result-request{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.dna-no-result-request span{font-size:1.6em}.dna-no-result-request__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;pointer-events:all;display:inline-block;margin-top:calc((25/ 10) * 1em)}.dna-no-result-request__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-no-result-request__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-no-result-request__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-no-result-request__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-no-result-request__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.mfp-bg{background:#000;opacity:0.8}.mfp-close{cursor:pointer !important}.mfp-title{font-size:16px;margin-top:5px}.mfp-close-btn-in .mfp-close{opacity:1}.mfp-arrow{opacity:1}.mfp-arrow:before{display:none}.mfp-counter{display:none}.mfp-preloader{font-size:16px}.mfp-iframe-holder .mfp-content{max-width:1366px}.bn-cookiebanner{align-items:center;background-color:#000;border-top:0.1em solid rgba(255,255,255,0.5);bottom:0;display:flex;justify-content:center;left:0;min-height:8em;padding:1.5em 6.0em;position:fixed;top:auto;width:100vw;z-index:200}.bn-cookiebanner[hidden]{display:none !important}.bn-cookiebanner__wrap{display:flex;max-width:1920px;width:100%}.bn-cookiebanner__text{color:#fff;flex:1;font-size:1.2em}.bn-cookiebanner__text a{color:#ae173b;text-decoration:underline}.bn-cookiebanner__text a:hover{color:rgba(174,23,59,0.8)}.bn-cookiebanner__button{align-items:center;background-color:#ae173b;color:#fff;cursor:pointer;display:flex;font-size:1.8em;justify-content:center;margin-left:20px;min-width:150px;text-transform:uppercase}.bn-cookiebanner__button:hover{background-color:rgba(174,23,59,0.8)}}@media screen and (max-width: 767px){.bn-cookiebanner{padding:1.5em}.bn-cookiebanner__wrap{flex-direction:column}.bn-cookiebanner__button{margin-left:0;margin-top:10px;min-height:40px;min-width:0;width:100%}}@media screen{.dna-wrapper--wxl{margin:auto;padding-left:calc((0/ 10) * 1em);padding-right:calc((0/ 10) * 1em);max-width:calc(calc((1920/ 10) * 1em) + calc((0/ 10) * 1em) + calc((0/ 10) * 1em))}.dna-wrapper--wxl--sl{margin:auto;padding-left:calc((40/ 10) * 1em);padding-right:calc((40/ 10) * 1em);max-width:calc(calc((1920/ 10) * 1em) + calc((40/ 10) * 1em) + calc((40/ 10) * 1em))}.dna-wrapper--wxl--ss{margin:auto;padding-left:calc((20/ 10) * 1em);padding-right:calc((20/ 10) * 1em);max-width:calc(calc((1920/ 10) * 1em) + calc((20/ 10) * 1em) + calc((20/ 10) * 1em))}.dna-wrapper--wl{margin:auto;padding-left:calc((0/ 10) * 1em);padding-right:calc((0/ 10) * 1em);max-width:calc(calc((1280/ 10) * 1em) + calc((0/ 10) * 1em) + calc((0/ 10) * 1em))}.dna-wrapper--wl--sl{margin:auto;padding-left:calc((40/ 10) * 1em);padding-right:calc((40/ 10) * 1em);max-width:calc(calc((1280/ 10) * 1em) + calc((40/ 10) * 1em) + calc((40/ 10) * 1em))}.dna-wrapper--wl--ss{margin:auto;padding-left:calc((20/ 10) * 1em);padding-right:calc((20/ 10) * 1em);max-width:calc(calc((1280/ 10) * 1em) + calc((20/ 10) * 1em) + calc((20/ 10) * 1em))}.dna-wrapper--ws{margin:auto;padding-left:calc((0/ 10) * 1em);padding-right:calc((0/ 10) * 1em);max-width:calc(calc((835/ 10) * 1em) + calc((0/ 10) * 1em) + calc((0/ 10) * 1em))}.dna-wrapper--ws--sl{margin:auto;padding-left:calc((40/ 10) * 1em);padding-right:calc((40/ 10) * 1em);max-width:calc(calc((835/ 10) * 1em) + calc((40/ 10) * 1em) + calc((40/ 10) * 1em))}.dna-wrapper--ws--ss{margin:auto;padding-left:calc((20/ 10) * 1em);padding-right:calc((20/ 10) * 1em);max-width:calc(calc((835/ 10) * 1em) + calc((20/ 10) * 1em) + calc((20/ 10) * 1em))}.dna-waypoint{height:0px !important;width:100%;overflow:hidden !important;position:absolute}.dna-waypoint--1{top:10px}.dna-mainlogo__large{display:block}.dna-mainlogo__small{display:none}}@media screen and (max-width: 1024px){.dna-mainlogo__large{display:none}.dna-mainlogo__small{display:block}}@media screen{#toast-container{pointer-events:none}#toast-container>*{font-size:calc((18/ 10) * 1em)}}@media screen and (max-width: 1024px){#toast-container>*{font-size:calc((12/ 10) * 1em)}}@media screen{#toast-container>div{box-shadow:0 3px 6px rgba(0,0,0,0.1);width:auto;opacity:1}#toast-container>div.toast-success{background-color:#509D33}}@media screen and (max-width: 1024px){#toast-container{padding:15px 15px 15px 30px}}@media screen{.lg-actions .lg-next,.lg-actions .lg-prev{background-color:transparent;padding:20px;color:#fff}:root{--bl-mobil-bottom: calc((65/ 10) * 1em) !important}.BN-fe-config{box-shadow:0 3px 6px rgba(0,0,0,0.1);position:fixed;top:0;right:0;width:300px;height:100%;background-color:#fafafa;color:#909BA5;z-index:99999;transition:right 100ms ease;font-family:'Arial', sans-serif}.BN-fe-config .BN-fe-config__wrapper{height:100%;overflow:auto;padding:20px 20px 0 20px}.BN-fe-config .BN-fe-config__section__title{font-size:20px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid;color:#676767;text-align:center}.BN-fe-config .BN-fe-config__variant{display:flex;align-items:center;padding-bottom:10px}.BN-fe-config .BN-fe-config__variant label{font-size:14px;padding-right:10px}.BN-fe-config .BN-fe-config__variant select{display:block;padding:2px 5px;border:none;font-size:17px;box-shadow:0 0 0 1px #dbdbdb;position:relative}.BN-fe-config .BN-fe-config__variant--large{display:block}.BN-fe-config .BN-fe-config__variant--large select{width:100%}.BN-fe-config .BN-fe-config__block{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid}.BN-fe-config .BN-fe-config__block__title{font-weight:bold;font-size:16px;color:#364154;display:block;width:100%;cursor:pointer}.BN-fe-config .BN-fe-config__block[data-open="0"] .BN-fe-config__block__content{display:none}.BN-fe-config .BN-fe-config__item{padding:5px 0}.BN-fe-config .BN-fe-config__item label{width:100%;font-size:14px;padding-bottom:3px}.BN-fe-config .BN-fe-config__item input{display:inline-block;padding:2px 5px;width:100%;border:none;font-size:14px;box-shadow:0 0 0 1px #dbdbdb;position:relative}.BN-fe-config .BN-fe-config__item input[data-type="color"]{border-right:30px solid}.BN-fe-config .BN-fe-config__admin label{font-size:14px;padding-left:3px}.BN-fe-config .BN-fe-config__presetoverwrite label{display:inline-block}.BN-fe-config .BN-fe-config__presetoverwrite input{width:auto}.BN-fe-config .BN-fe-config__presetoverwrite button{margin-left:5px}.BN-fe-config .BN-fe-config__save{position:sticky;bottom:0;background-color:#fafafa;padding:10px 0}.BN-fe-config .BN-fe-config__save input{width:100%;display:block;appearance:none;-webkit-appearance:none;border:none;color:#FFFFFF;background-color:#364154;box-shadow:none;padding-top:10px;padding-bottom:10px;cursor:pointer;font-size:14px}.BN-fe-config .BN-fe-config__status{display:none;width:auto;height:30px;font-weight:500;text-align-last:center;background:#00a8c6;position:fixed;right:20px;top:20px;padding:5px 15px}.BN-fe-config .BN-fe-config__status--loading{display:block;background:#ffd51f}.BN-fe-config .BN-fe-config__status--loading::before{content:'✎ saving...'}.BN-fe-config .BN-fe-config__status--saved{display:block;background:#6fff2a}.BN-fe-config .BN-fe-config__status--saved::before{content:'✔ saved!'}.BN-fe-config .BN-fe-config__status--error{display:block;background:#e74c3c}.BN-fe-config .BN-fe-config__status--error::before{content:'✘ error!'}.BN-fe-config .BN-fe-config__message{display:none;width:100%;height:auto;background:#e74c3c;font-weight:500;line-height:30px;text-align:center;padding:0 15px}.BN-fe-config .BN-fe-config__message--visible{display:block}.BN-fe-config .BN-fe-config__toggle-btn{box-shadow:0 3px 6px rgba(0,0,0,0.1);border-radius:50% 0 0 50%;position:absolute;right:100%;bottom:5px;width:35px;height:35px;background-color:#fafafa;color:red;display:flex;align-items:center;justify-content:center;font-size:30px;cursor:pointer;line-height:1}.BN-fe-config .BN-fe-config__toggle-btn span{display:block}.BN-fe-config .BN-fe-config__show-version-info{box-shadow:0 3px 6px rgba(0,0,0,0.1);border-radius:50% 0 0 50%;position:absolute;right:100%;bottom:50px;width:35px;height:35px;background-color:#fafafa;color:red;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;line-height:1}.BN-fe-config .BN-fe-config__show-version-info span{display:block}body:not(.JS-fe-config--open) .BN-fe-config{right:-300px}body.JS-fe-config--open{width:calc(100% - 300px)}body.JS-fe-config--open .DNA-fixed-element{max-width:calc(100% - 300px) !important;left:auto !important;right:300px !important}.pcr-app.visible{font-size:15px}body.JS-fe-config--open{width:calc(100% - 300px)}body.JS-fe-config--open .dna-module-header-v1 .dna-module__fixed-bar{width:calc(100% - 300px)}.dna-breadcrumb{display:block}.dna-module-waypoint{position:static;transform:translateY(calc((-100/ 10) * 1em))}}@media screen and (max-width: 767px){.dna-module-waypoint{transform:translateY(calc((-50/ 10) * 1em))}}@media screen{.dna-module-infopopup{box-shadow:0 3px 6px rgba(0,0,0,0.1);position:fixed;bottom:calc((50/ 10) * 1em);right:calc((50/ 10) * 1em);background-color:var(--clr-schema-1-bg);border-radius:5px;padding:calc((30/ 10) * 1em) calc((80/ 10) * 1em) calc((20/ 10) * 1em) calc((80/ 10) * 1em);z-index:99999;opacity:0;pointer-events:none;transition:opacity 1s}.dna-module-infopopup .dna-module__top{position:relative}.dna-module-infopopup .dna-module__icons{position:absolute;color:#509D33;top:50%;transform:translateY(-50%);left:calc((-50/ 10) * 1em)}.dna-module-infopopup .dna-module__icons>*{display:none;width:calc((30/ 10) * 1em)}.dna-module-infopopup .dna-module__icons>*[data-active="1"]{display:block}.dna-module-infopopup .dna-module__middle{padding:calc((25/ 10) * 1em) 0}.dna-module-infopopup .dna-module__titles{font-weight:var(--fw-bold);color:var(--clr-schema-1-headlines)}.dna-module-infopopup .dna-module__titles>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-infopopup .dna-module__titles>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-infopopup .dna-module__titles>*{display:none}.dna-module-infopopup .dna-module__titles>*[data-active="1"]{display:block}.dna-module-infopopup .dna-module__item{background-color:#e8f2e4;border:1px solid #509D33;padding:calc((5/ 10) * 1em) calc((20/ 10) * 1em);border-radius:3px;align-items:center;justify-content:space-between;color:#000;margin-bottom:calc((15/ 10) * 1em);cursor:pointer;display:none;min-height:5.8em}.dna-module-infopopup .dna-module__item[data-active="1"]{display:flex}.dna-module-infopopup .dna-module__item:last-child{margin-bottom:0}.dna-module-infopopup .dna-module__item[data-deactivated="1"]{filter:grayscale(1);opacity:0.5}.dna-module-infopopup .dna-module__item-left{box-shadow:0 3px 6px rgba(0,0,0,0.1);border-radius:50%;overflow:hidden;border:3px solid #fff;background-color:#fff;margin-right:calc((15/ 10) * 1em)}.dna-module-infopopup .dna-module__item-left img{width:100%;max-width:calc((40/ 10) * 1em)}.dna-module-infopopup .dna-module__item-center{flex:1}.dna-module-infopopup .dna-module__item-center>*>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}.dna-module-infopopup .dna-module__info-text{color:var(--clr-schema-1-text);padding-bottom:calc((5/ 10) * 1em)}.dna-module-infopopup .dna-module__info-text>*{font-size:calc((16/ 10) * 1em)}.dna-module-infopopup .dna-module__buttons{display:flex}.dna-module-infopopup .dna-module__buttons>*{margin-right:calc((15/ 10) * 1em)}.dna-module-infopopup .dna-module__buttons>*:last-child{margin-right:0}.dna-module-infopopup .dna-module__button--close{text-transform:uppercase;border-radius:5px;min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-font);background-color:var(--clr-button);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-infopopup .dna-module__button--close>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-infopopup .dna-module__button--close>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-infopopup .dna-module__button--close:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-infopopup .dna-module__button--close i{font-size:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-infopopup .dna-module__button--close{min-height:calc((35/ 10) * 1em)}}@media screen{.dna-module-infopopup .dna-module__button--request{text-transform:uppercase;border-radius:5px;min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-infopopup .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-infopopup .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-infopopup .dna-module__button--request:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-infopopup .dna-module__button--request i{font-size:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-infopopup .dna-module__button--request{min-height:calc((35/ 10) * 1em)}}@media screen{.dna-module-infopopup .dna-module__closer{color:var(--clr-schema-2-text);padding:calc((25/ 10) * 1em);position:absolute;top:0;right:0;cursor:pointer;transition:transform 0.5s}.dna-module-infopopup .dna-module__closer>div{width:calc((18/ 10) * 1em)}.dna-module-infopopup .dna-module__closer:hover{transform:translateY(-2px)}.dna-module-infopopup.JS-active{pointer-events:all;opacity:1}}@media screen and (max-width: 1024px){.dna-module-infopopup{bottom:calc((10/ 10) * 1em);right:calc((10/ 10) * 1em);max-width:calc(100% - calc((20/ 10) * 1em));padding:calc((20/ 10) * 1em)}.dna-module-infopopup .dna-module__icons{width:calc((20/ 10) * 1em);left:0;top:0;transform:none}.dna-module-infopopup .dna-module__titles{padding:0 calc((30/ 10) * 1em);line-height:1.2}.dna-module-infopopup .dna-module__titles>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}.dna-module-infopopup .dna-module__middle{padding:calc((15/ 10) * 1em) 0}.dna-module-infopopup .dna-module__item-left{display:none}.dna-module-infopopup .dna-module__item-title>*{font-size:calc((14/ 10) * 1em)}.dna-module-infopopup .dna-module__info-text>*{font-size:calc((13/ 10) * 1em)}.dna-module-infopopup .dna-module__closer{padding:calc((15/ 10) * 1em)}.dna-module-infopopup .dna-module__closer>div{width:calc((15/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-infopopup{width:100%}}@media screen{.dna-module-exitintent .dna-module__item{box-shadow:0 3px 6px rgba(0,0,0,0.1);position:fixed;bottom:calc((50/ 10) * 1em);right:calc((50/ 10) * 1em);background-color:var(--clr-schema-1-bg);border-radius:5px;padding:calc((30/ 10) * 1em) calc((80/ 10) * 1em) calc((30/ 10) * 1em) calc((40/ 10) * 1em);z-index:99999;transition:opacity 1s;pointer-events:none;opacity:0;max-width:calc((600/ 10) * 1em)}.dna-module-exitintent .dna-module__item.JS-active{pointer-events:all;opacity:1}.dna-module-exitintent .dna-module__title{font-weight:var(--fw-bold);color:var(--clr-schema-1-headlines)}.dna-module-exitintent .dna-module__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-exitintent .dna-module__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-exitintent .dna-module__subtitle{color:var(--clr-schema-1-text)}.dna-module-exitintent .dna-module__subtitle>*{font-size:calc((17/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-exitintent .dna-module__subtitle>*{font-size:calc((14/ 10) * 1em)}}@media screen{.dna-module-exitintent .dna-module__button{display:flex;margin-top:calc((30/ 10) * 1em)}.dna-module-exitintent .dna-module__button a{text-transform:uppercase;border-radius:5px;min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-font);background-color:var(--clr-button);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-exitintent .dna-module__button a>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-exitintent .dna-module__button a>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-exitintent .dna-module__button a:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-exitintent .dna-module__button a i{font-size:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-exitintent .dna-module__button a{min-height:calc((35/ 10) * 1em)}}@media screen{.dna-module-exitintent .dna-module__closer{color:var(--clr-schema-2-text);padding:calc((25/ 10) * 1em);position:absolute;top:0;right:0;cursor:pointer;transition:transform 0.5s}.dna-module-exitintent .dna-module__closer:hover{transform:translateY(-2px)}.dna-module-exitintent .dna-module__closer__icon{width:calc((18/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-exitintent .dna-module__item{bottom:calc((10/ 10) * 1em);right:calc((10/ 10) * 1em);max-width:calc(100% - calc((20/ 10) * 1em));padding:calc((20/ 10) * 1em) calc((50/ 10) * 1em) calc((20/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-exitintent .dna-module__title{line-height:1.2}.dna-module-exitintent .dna-module__title>*{font-size:calc((15/ 10) * 1em)}.dna-module-exitintent .dna-module__subtitle{margin-top:calc((5/ 10) * 1em)}.dna-module-exitintent .dna-module__button{margin-top:calc((15/ 10) * 1em)}.dna-module-exitintent .dna-module__closer{padding:calc((15/ 10) * 1em)}.dna-module-exitintent .dna-module__closer__icon{width:calc((15/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-exitintent .dna-module__item{width:100%}}@media screen{:root{--mod-header-v1-1: var(--clr-schema-2-text);--mod-header-v1-2: var(--clr-schema-2-bg)}.dna-module-header-v1{height:calc((80/ 10) * 1em);position:relative}.dna-module-header-v1 .dna-module__logo{position:absolute;top:100%;left:calc((30/ 10) * 1em);z-index:10;padding:0 calc((30/ 10) * 1em) calc((30/ 10) * 1em) calc((30/ 10) * 1em);background-color:var(--clr-schema-1-bg);transition:opacity 0.5s;border-radius:0 0 calc((10/ 10) * 1em) 0}.dna-module-header-v1 .dna-module__logo--no-bg{background-color:transparent;left:50%;transform:translateX(-50%);top:calc(100% + calc((65/ 10) * 1em));padding:0}.dna-module-header-v1 .dna-module__quicklinks{position:fixed;top:0;left:50%;z-index:100;transform:translateX(-50%);background-color:var(--clr-schema-1-bg);color:var(--clr-schema-1-headlines);padding:calc((5/ 10) * 1em) calc((15/ 10) * 1em);border-radius:calc((10/ 10) * 1em);display:flex;align-items:center;height:calc((80/ 10) * 1em);max-width:calc(100% - calc((60/ 10) * 1em));overflow:auto;transition:bottom 1s}.dna-module-header-v1 .dna-module__quicklinks>*:last-child{margin-right:0 !important}.dna-module-header-v1 .dna-module__quicklinks-menu{display:flex;align-items:center;gap:calc((45/ 10) * 1em);padding:0 calc((45/ 10) * 1em)}.dna-module-header-v1 .dna-module__quicklink{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;cursor:pointer;text-align:center}.dna-module-header-v1 .dna-module__quicklink>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-header-v1 .dna-module__quicklink>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-header-v1 .dna-module__quicklink{transition:transform 0.5s, opacity 0.3s !important}.dna-module-header-v1 .dna-module__quicklink:hover{opacity:1;transform:translateY(-1px)}}@media screen{.dna-module-header-v1 .dna-module__button{margin-right:calc((10/ 10) * 1em);white-space:nowrap}.dna-module-header-v1 .dna-module__button--request{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-header-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-header-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-header-v1 .dna-module__button--request:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-header-v1 .dna-module__button--request .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-header-v1 .dna-module__button--request{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-header-v1 .dna-module__button--request>*:nth-child(1){display:none}.dna-module-header-v1 .dna-module__button--book{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-book-font);background-color:var(--clr-book);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-header-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-header-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-header-v1 .dna-module__button--book:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-header-v1 .dna-module__button--book .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-header-v1 .dna-module__button--book{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-header-v1 .dna-module__contact{display:none}.dna-module-header-v1.JS-not-visible .dna-module__quicklinks{bottom:-100% !important}.dna-module-header-v1.JS-not-visible .dna-module__contact{right:-100%}.dna-module-header-v1:not(.JS-scrolling) .dna-module__contact{right:-100%}}@media screen and (min-width: 1025px){.dna-module-header-v1.JS-scrolling .dna-module__quicklinks{background-color:var(--mod-header-v1-2);color:var(--mod-header-v1-1);top:auto;bottom:calc((10/ 10) * 1em);box-shadow:0 calc((4/ 10) * 1em) calc((12/ 10) * 1em) 0 rgba(0,0,0,0.15)}}@media screen and (max-width: 1024px){.dna-module-header-v1{height:calc((15/ 10) * 1em)}.dna-module-header-v1 .dna-module__logo{left:50%;transform:translateX(-50%);padding:calc((20/ 10) * 1em);border-radius:0 0 calc((5/ 10) * 1em) calc((5/ 10) * 1em)}.dna-module-header-v1 .dna-module__logo--no-bg{top:calc(100% + calc((35/ 10) * 1em))}.dna-module-header-v1 .dna-module__quicklinks{top:auto;bottom:calc((10/ 10) * 1em);padding:calc((5/ 10) * 1em) calc((10/ 10) * 1em);border-radius:calc((4/ 10) * 1em);height:calc((50/ 10) * 1em);width:calc(100% - calc((20/ 10) * 1em));max-width:none;box-shadow:0 calc((3/ 10) * 1em) calc((5/ 10) * 1em) 0 rgba(0,0,0,0.1);transition:bottom 1s;background-color:var(--mod-header-v1-2);color:var(--mod-header-v1-1)}.dna-module-header-v1 .dna-module__quicklinks-menu{justify-content:space-around;gap:calc((15/ 10) * 1em);padding:0 calc((5/ 10) * 1em) 0 calc((15/ 10) * 1em);flex:1;order:3}.dna-module-header-v1 .dna-module__quicklink{cursor:pointer}.dna-module-header-v1 .dna-module__quicklink>*{font-size:calc((12/ 10) * 1em)}.dna-module-header-v1 .dna-module__button{margin-right:calc((5/ 10) * 1em);padding:calc((5/ 10) * 1em) calc((15/ 10) * 1em) !important;min-height:calc((30/ 10) * 1em) !important}.dna-module-header-v1 .dna-module__button>*{font-size:calc((12/ 10) * 1em) !important;line-height:1}.dna-module-header-v1 .dna-module__button--request{order:1}.dna-module-header-v1 .dna-module__button--request>*:nth-child(1){display:block}.dna-module-header-v1 .dna-module__button--request>*:nth-child(2){display:none}.dna-module-header-v1 .dna-module__button--book{order:2}}@media screen and (max-width: 767px){.dna-module-header-v1 .dna-module__contact{box-shadow:0 calc((3/ 10) * 1em) calc((5/ 10) * 1em) 0 rgba(0,0,0,0.1);position:fixed;z-index:100;bottom:calc((65/ 10) * 1em);right:calc((10/ 10) * 1em);background-color:var(--mod-header-v1-2);color:var(--mod-header-v1-1);border-radius:calc((4/ 10) * 1em);width:calc((40/ 10) * 1em);height:calc((40/ 10) * 1em);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:right 0.5s}.dna-module-header-v1 .dna-module__contact__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}}@media screen and (max-width: 320px){.dna-module-header-v1 .dna-module__logo img{width:calc((180/ 10) * 1em)}}@media screen{.dna-module-vista-v1{color:#fff;position:relative;padding-left:calc((30/ 10) * 1em);padding-right:calc((30/ 10) * 1em)}.dna-module-vista-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-vista-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-vista-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-vista-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-vista-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-vista-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-vista-v1 .dna-module__wrapper,.dna-module-vista-v1 .dna-module__container{position:relative}.dna-module-vista-v1 .dna-module__slider-elements{position:absolute;top:0;bottom:calc((45/ 10) * 1em);left:calc((45/ 10) * 1em);color:#fff;text-shadow:0 0 5px rgba(0,0,0,0.5);align-items:flex-start}.dna-module-vista-v1 .dna-module__elements{position:absolute;left:0;bottom:0;width:100%;display:flex;flex-direction:column;align-items:center;padding:calc((65/ 10) * 1em) calc((40/ 10) * 1em);background:linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);pointer-events:none;border-radius:0 0 calc((8/ 10) * 1em) calc((8/ 10) * 1em)}.dna-module-vista-v1 .dna-module__elements>*{margin-bottom:calc((40/ 10) * 1em)}.dna-module-vista-v1 .dna-module__elements>*:last-child{margin-bottom:0}.dna-module-vista-v1 .dna-module__slogan{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);text-align:center;text-shadow:0 0 6px rgba(0,0,0,0.35)}.dna-module-vista-v1 .dna-module__slogan>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__slogan>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__slogan span{display:block}.dna-module-vista-v1 .dna-module__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:#fff;background-color:rgba(0,0,0,0);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;pointer-events:all;border:1px solid;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dna-module-vista-v1 .dna-module__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-vista-v1 .dna-module__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__infobutton{position:absolute;right:calc((-30/ 10) * 1em);bottom:0;max-height:100%;padding:calc((30/ 10) * 1em) 0;z-index:1;overflow:auto;pointer-events:none}.dna-module-vista-v1 .dna-module__infobutton__item{background-color:var(--clr-schema-2-bg);color:var(--clr-schema-2-text);width:calc((400/ 10) * 1em);transition:transform 0.5s;pointer-events:auto;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:calc((8/ 10) * 1em) 0 0 calc((8/ 10) * 1em);display:flex;gap:calc((25/ 10) * 1em);padding:calc((35/ 10) * 1em) calc((35/ 10) * 1em) calc((35/ 10) * 1em) 0;margin-top:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__item[data-active="1"] .dna-module__infobutton__left{justify-content:flex-end}.dna-module-vista-v1 .dna-module__infobutton__item[data-active="1"] .dna-module__infobutton__left>div:nth-child(2){display:none}.dna-module-vista-v1 .dna-module__infobutton__item[data-active="0"]{transform:translateX(calc(100% - calc((50/ 10) * 1em)))}.dna-module-vista-v1 .dna-module__infobutton__item[data-active="0"] .dna-module__infobutton__left>div:nth-child(1){display:none}.dna-module-vista-v1 .dna-module__infobutton__left{width:calc((50/ 10) * 1em);display:flex;justify-content:center;cursor:pointer}.dna-module-vista-v1 .dna-module__infobutton__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__right{flex:1}.dna-module-vista-v1 .dna-module__infobutton__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-vista-v1 .dna-module__infobutton__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__infobutton__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__infobutton__text{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;margin-top:calc((10/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__text>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__infobutton__text>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__infobutton__text a{color:inherit;text-decoration:underline}.dna-module-vista-v1 .dna-module__infobutton__text a:hover{opacity:0.8}.dna-module-vista-v1 .dna-module__infobutton__text>*{margin:calc((10/ 10) * 1em) 0}.dna-module-vista-v1 .dna-module__infobutton__text>*:first-child{margin-top:0}.dna-module-vista-v1 .dna-module__infobutton__text>*:last-child{margin-bottom:0}.dna-module-vista-v1 .dna-module__infobutton__text>ol,.dna-module-vista-v1 .dna-module__infobutton__text>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__text b,.dna-module-vista-v1 .dna-module__infobutton__text strong{font-weight:var(--fw-bold)}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table tr>*,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table tr th,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table tr p,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table tr img,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-vista-v1 .dna-module__infobutton__text .DNA-table-wrap table tr:last-child>*,.dna-module-vista-v1 .dna-module__infobutton__text .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-vista-v1 .dna-module__infobutton__link{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;text-decoration:underline;margin-top:calc((15/ 10) * 1em);color:inherit;display:inline-block}.dna-module-vista-v1 .dna-module__infobutton__link>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__infobutton__link>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-vista-v1 .dna-module__infobutton__link:hover{opacity:0.7}}@media screen{.dna-module-vista-v1 .dna-module__subrow{display:flex;justify-content:space-between;align-items:flex-start;margin-top:calc((30/ 10) * 1em);gap:calc((50/ 10) * 1em)}.dna-module-vista-v1 .dna-module__subrow:before{content:'';display:block;flex:1}.dna-module-vista-v1 .dna-module__pills{display:flex;flex-wrap:wrap;gap:calc((10/ 10) * 1em) 0}.dna-module-vista-v1 .dna-module__pills-item{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-headlines);display:block;text-align:center;padding:0 calc((25/ 10) * 1em);background-color:var(--clr-schema-1-bg);text-decoration:none;border-right:1px solid;white-space:nowrap}.dna-module-vista-v1 .dna-module__pills-item>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .dna-module__pills-item>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-vista-v1 .dna-module__pills-item--act{font-weight:var(--fw-bold)}.dna-module-vista-v1 .dna-module__pills-item:last-child{border-right:none}.dna-module-vista-v1 .dna-module__stlogo{flex:1;display:flex;justify-content:flex-end}.dna-module-vista-v1 .dna-module__stlogo-item--small{display:none}.dna-module-vista-v1 .bn-seasons{border-radius:calc((8/ 10) * 1em);overflow:hidden;background-color:#000}.dna-module-vista-v1 .bn-seasons:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg, rgba(0,0,0,0.75), transparent);z-index:1;pointer-events:none}.dna-module-vista-v1 .bn-seasons .bn-seasons__item{position:relative;width:100%;display:none}.dna-module-vista-v1 .bn-seasons .bn-seasons__item img{display:block;width:100%;height:auto}.dna-module-vista-v1 .bn-seasons .bn-seasons__item:first-child,.dna-module-vista-v1 .bn-seasons .bn-seasons__item.swiper-slide{display:block}.dna-module-vista-v1 .bn-seasons .bn-seasons__item img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dna-module-vista-v1 .bn-seasons .bn-seasons__item iframe,.dna-module-vista-v1 .bn-seasons .bn-seasons__item video{position:absolute;left:0;top:0;width:100%;height:100%}.dna-module-vista-v1 .bn-seasons .bn-seasons__item iframe{border:0}.dna-module-vista-v1 .bn-seasons .bn-seasons__item video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.dna-module-vista-v1 .bn-seasons .bn-seasons__item video[autoplay]{pointer-events:none}.dna-module-vista-v1 .bn-seasons .bn-seasons__item video[autoplay]::-webkit-media-controls{display:none !important}.dna-module-vista-v1 .bn-seasons .bn-seasons__item--video{background-color:#000}}@media screen and (min-width: 1025px) and (orientation: landscape){.dna-module-vista-v1 .bn-seasons .bn-seasons__item{min-height:650px;height:calc(100vh - calc((110/ 10) * 1em))}.dna-module-vista-v1 .bn-seasons .bn-seasons__item img{position:absolute;top:0;left:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}@media screen and (max-width: 1024px) and (orientation: portrait){.dna-module-vista-v1 .bn-seasons .bn-seasons__item{min-height:450px;height:calc(var(--vh, 1vh) * 100 - calc((30/ 10) * 1em))}.dna-module-vista-v1 .bn-seasons .bn-seasons__item img{position:absolute;top:0;left:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}@media screen and (max-width: 1024px){.dna-module-vista-v1 .bn-seasons{border-radius:calc((4/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-vista-v1{padding-left:calc((15/ 10) * 1em);padding-right:calc((15/ 10) * 1em)}.dna-module-vista-v1 .dna-module__slider-elements{top:auto;bottom:calc((20/ 10) * 1em);left:auto;right:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__elements{align-items:flex-start;padding:calc((20/ 10) * 1em) calc((20/ 10) * 1em);pointer-events:none;border-radius:0 0 calc((4/ 10) * 1em) calc((4/ 10) * 1em)}.dna-module-vista-v1 .dna-module__elements>*{margin-bottom:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__slogan{text-align:left;margin-bottom:calc((50/ 10) * 1em)}.dna-module-vista-v1 .dna-module__button{display:none}.dna-module-vista-v1 .dna-module__infobutton{right:calc((-15/ 10) * 1em);padding:calc((55/ 10) * 1em) 0;max-height:calc(100% - calc((100/ 10) * 1em))}.dna-module-vista-v1 .dna-module__infobutton__item{width:calc((300/ 10) * 1em);max-width:100%;border-radius:calc((4/ 10) * 1em) 0 0 calc((4/ 10) * 1em);padding:calc((25/ 10) * 1em) calc((25/ 10) * 1em) calc((25/ 10) * 1em) 0;margin-top:calc((10/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__item[data-active="0"]{transform:translateX(calc(100% - calc((30/ 10) * 1em)))}.dna-module-vista-v1 .dna-module__infobutton__left{width:calc((30/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__icon{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-vista-v1 .dna-module__infobutton__link{margin-top:calc((10/ 10) * 1em)}.dna-module-vista-v1 .dna-module__subrow{flex-direction:column;margin-top:calc((10/ 10) * 1em);padding:0 calc((10/ 10) * 1em);gap:calc((20/ 10) * 1em)}.dna-module-vista-v1 .dna-module__subrow:before{display:none}.dna-module-vista-v1 .dna-module__pills{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;width:calc(100% + calc((25/ 10) * 1em));padding:calc((10/ 10) * 1em) 0;margin-right:calc((-25/ 10) * 1em)}.dna-module-vista-v1 .dna-module__pills-item{padding:0 calc((10/ 10) * 1em)}.dna-module-vista-v1 .dna-module__pills-item:first-child{padding-left:0}.dna-module-vista-v1 .dna-module__pills-item:last-child{padding-right:calc((25/ 10) * 1em)}.dna-module-vista-v1 .dna-module__pills::-webkit-scrollbar{height:3px;border-radius:5px}.dna-module-vista-v1 .dna-module__stlogo{align-self:flex-start}.dna-module-vista-v1 .dna-module__stlogo-item--large{display:none}.dna-module-vista-v1 .dna-module__stlogo-item--small{display:block}.dna-module-vista-v1 .bn-seasons{border-radius:calc((4/ 10) * 1em)}}@media screen{:root{--mod-text-v1-1: var(--clr-schema-1-headlines);--mod-text-v1-2: var(--clr-schema-1-text)}.dna-module-text-v1 .dna-module__content>*{margin-top:calc((25/ 10) * 1em);text-align:center}.dna-module-text-v1 .dna-module__content>*:first-child{margin-top:0}.dna-module-text-v1 .dna-module__headlines{color:var(--mod-text-v1-1)}.dna-module-text-v1 .dna-module__headlines>*:first-child{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-text-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v1 .dna-module__headlines>*:nth-child(2){font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-top:calc((10/ 10) * 1em)}.dna-module-text-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v1 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-text-v1-2)}.dna-module-text-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v1 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-text-v1 .dna-module__rte a:hover{opacity:0.8}.dna-module-text-v1 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-text-v1 .dna-module__rte>*:first-child{margin-top:0}.dna-module-text-v1 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-text-v1 .dna-module__rte>ol,.dna-module-text-v1 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-text-v1 .dna-module__rte b,.dna-module-text-v1 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-text-v1 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-text-v1 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__rte ol,.dna-module-text-v1 .dna-module__rte ul{display:table;text-align:left;margin-left:auto;margin-right:auto}}@media screen{.dna-module-text-v1 .dna-module__button{display:flex;justify-content:center}.dna-module-text-v1 .dna-module__button a{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-secondary-font);background-color:var(--clr-button-secondary);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-text-v1 .dna-module__button a>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__button a>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v1 .dna-module__button a:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-text-v1 .dna-module__button a .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__button a{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v1 .dna-module__content>*{text-align:left}.dna-module-text-v1 .dna-module__button{justify-content:flex-start}}@media screen{:root{--mod-text-v1-1: var(--clr-schema-1-headlines);--mod-text-v1-2: var(--clr-schema-1-text)}.dna-module-text-v2 .dna-module__logo{padding-top:calc((80/ 10) * 1em);display:flex;justify-content:center}.dna-module-text-v2 .dna-module__logo>div{padding:calc((20/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v2 .dna-module__logo{padding-top:calc((20/ 10) * 1em);display:flex;justify-content:center}}@media screen{.dna-module-text-v2 .dna-module__content>*{margin-top:calc((25/ 10) * 1em);text-align:center}.dna-module-text-v2 .dna-module__content>*:first-child{margin-top:0}.dna-module-text-v2 .dna-module__headlines{color:var(--mod-text-v1-1)}.dna-module-text-v2 .dna-module__headlines>*:first-child{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-text-v2 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v2 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v2 .dna-module__headlines>*:nth-child(2){font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-top:calc((10/ 10) * 1em)}.dna-module-text-v2 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v2 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v2 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-text-v1-2)}.dna-module-text-v2 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-text-v2 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-text-v2 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-text-v2 .dna-module__rte a:hover{opacity:0.8}.dna-module-text-v2 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-text-v2 .dna-module__rte>*:first-child{margin-top:0}.dna-module-text-v2 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-text-v2 .dna-module__rte>ol,.dna-module-text-v2 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-text-v2 .dna-module__rte b,.dna-module-text-v2 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-text-v2 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-text-v2 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-text-v2 .dna-module__rte ol,.dna-module-text-v2 .dna-module__rte ul{display:table;text-align:left;margin-left:auto;margin-right:auto}:root{--mod-gallery-v1-1: var(--clr-schema-1-headlines);--mod-gallery-v1-2: var(--clr-button);--mod-gallery-v1-3: var(--clr-button-font)}.dna-module-gallery-v1{overflow:hidden}.dna-module-gallery-v1 .dna-module__tabs{overflow:auto;padding:calc((10/ 10) * 1em) 0}.dna-module-gallery-v1 .dna-module__tabs__wrapper{display:flex;justify-content:flex-start;color:inherit}.dna-module-gallery-v1 .dna-module__tabs__item{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;padding:0 calc((30/ 10) * 1em);display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;white-space:nowrap}.dna-module-gallery-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-gallery-v1 .dna-module__tabs__item:after{content:'';font-size:calc((10/ 10) * 1em) !important;display:block;position:absolute;top:50%;left:calc((12/ 10) * 1em);width:calc((7/ 10) * 1em);height:calc((7/ 10) * 1em);border-radius:50%;background-color:currentColor;opacity:0.5;transform:translateY(-50%)}.dna-module-gallery-v1 .dna-module__tabs__item.JS-active{font-weight:var(--fw-bold)}}@media screen and (min-width: 1025px){.dna-module-gallery-v1 .dna-module__tabs__item:not(.JS-active):hover{opacity:0.7}}@media screen{.dna-module-gallery-v1 .dna-module__tabs__item:not(.JS-active):after{display:none}.dna-module-gallery-v1 .dna-module__tabs__item:not(:last-child){border-right:1px solid}}@media screen and (min-width: 1025px){.dna-module-gallery-v1 .dna-module__tabs__item:last-child{padding-right:0}}@media screen{.dna-module-gallery-v1 .dna-module__tabs::-webkit-scrollbar{height:3px;border-radius:5px}}@media screen and (min-width: 1025px){.dna-module-gallery-v1 .dna-module__tabs__wrapper{flex-wrap:wrap;gap:calc((15/ 10) * 1em) 0}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__tabs{padding:calc((10/ 10) * 1em) 0}}@media screen{.dna-module-gallery-v1 .dna-module__top{color:var(--mod-gallery-v1-1);margin-bottom:calc((35/ 10) * 1em);display:flex;justify-content:space-between;gap:calc((50/ 10) * 1em);align-items:center}.dna-module-gallery-v1 .dna-module__headlines>*{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-gallery-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-gallery-v1 .dna-module__list{margin-left:calc((-8/ 10) * 1em);margin-right:calc((-8/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__list-wrapper{display:grid;grid-template-columns:repeat(5, 1fr);gap:calc((20/ 10) * 1em);grid-auto-rows:calc((170/ 10) * 1em);grid-auto-flow:row dense}.dna-module-gallery-v1 .dna-module__list.JS-disabled{display:none}.dna-module-gallery-v1 .dna-module__item{position:relative;border-radius:calc((8/ 10) * 1em);overflow:auto}.dna-module-gallery-v1 .dna-module__item-wrapper{position:relative;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.dna-module-gallery-v1 .dna-module__item-wrapper img,.dna-module-gallery-v1 .dna-module__item-wrapper video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;position:absolute;left:0;top:0}.dna-module-gallery-v1 .dna-module__item iframe{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;border:none}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+1){grid-column:span 2;grid-row:span 3}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+2){grid-column:span 1;grid-row:span 2}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+3){grid-column:span 2;grid-row:span 3}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+4){grid-column:span 2;grid-row:span 3}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+5){grid-column:span 1;grid-row:span 2}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+6){grid-column:span 2;grid-row:span 3}.dna-module-gallery-v1 .dna-module__item:nth-child(7n+7){grid-column:span 1;grid-row:span 2}.dna-module-gallery-v1 .dna-module__overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;width:calc((50/ 10) * 1em);aspect-ratio:1 / 1;border-radius:50%;background-color:rgba(0,0,0,0.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}.dna-module-gallery-v1 .dna-module__overlay:after{content:'';display:block;width:0;height:0;border-style:solid;border-width:calc((8/ 10) * 1em) 0 calc((8/ 10) * 1em) calc((15/ 10) * 1em);border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #fff;transform:translateX(calc((2/ 10) * 1em))}.dna-module-gallery-v1 .dna-module__buttons{display:flex;justify-content:center;transform:translateY(-50%);z-index:1;position:relative;pointer-events:none}.dna-module-gallery-v1 .dna-module__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-secondary-font);background-color:var(--clr-button-secondary);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;pointer-events:auto}.dna-module-gallery-v1 .dna-module__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-gallery-v1 .dna-module__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-gallery-v1 .dna-module__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-gallery-v1 .dna-module__button:not(.JS-active)>*:nth-child(2){display:none}.dna-module-gallery-v1 .dna-module__button.JS-active>*:nth-child(1){display:none}}@media screen and (max-width: 1024px){.dna-module-gallery-v1 .dna-module__top{margin-bottom:calc((20/ 10) * 1em);flex-direction:column;align-items:flex-start;gap:calc((10/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__tabs{width:calc(100% + calc((25/ 10) * 1em));margin-right:calc((-25/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__list-wrapper{gap:calc((5/ 10) * 1em);grid-auto-rows:calc((100/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__item{border-radius:calc((4/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__overlay{width:calc((35/ 10) * 1em)}.dna-module-gallery-v1 .dna-module__overlay:after{border-width:calc((5/ 10) * 1em) 0 calc((5/ 10) * 1em) calc((9/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-gallery-v1 .dna-module__list-wrapper{grid-auto-rows:calc((60/ 10) * 1em)}}@media screen{:root{--mod-quote-v1-1: var(--clr-schema-1-text);--mod-quote-v1-2: var(--clr-schema-1-headlines)}.dna-module-quote-v1{color:var(--mod-quote-v1-1)}.dna-module-quote-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-quote-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-quote-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-quote-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-quote-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-quote-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-quote-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-quote-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-quote-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-quote-v1 .dna-module__container{position:relative}.dna-module-quote-v1 .dna-module__list__wrap{display:flex}.dna-module-quote-v1 .dna-module__item{text-align:center;padding-top:calc((45/ 10) * 1em)}.dna-module-quote-v1 .dna-module__item>*{max-width:calc((500/ 10) * 1em);margin:auto}.dna-module-quote-v1 .dna-module__stars{color:#ED8A19;display:flex;justify-content:center;margin-bottom:calc((15/ 10) * 1em)}.dna-module-quote-v1 .dna-module__stars div{width:calc((15/ 10) * 1em);display:block;margin:0 2px}.dna-module-quote-v1 .dna-module__quote__wrap{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;font-size:135%}.dna-module-quote-v1 .dna-module__quote__wrap>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-quote-v1 .dna-module__quote__wrap>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-quote-v1 .dna-module__quote__wrap a{color:inherit;text-decoration:underline}.dna-module-quote-v1 .dna-module__quote__wrap a:hover{opacity:0.8}.dna-module-quote-v1 .dna-module__quote__wrap>*{margin:calc((10/ 10) * 1em) 0}.dna-module-quote-v1 .dna-module__quote__wrap>*:first-child{margin-top:0}.dna-module-quote-v1 .dna-module__quote__wrap>*:last-child{margin-bottom:0}.dna-module-quote-v1 .dna-module__quote__wrap>ol,.dna-module-quote-v1 .dna-module__quote__wrap>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-quote-v1 .dna-module__quote__wrap b,.dna-module-quote-v1 .dna-module__quote__wrap strong{font-weight:var(--fw-bold)}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table tr>*,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table tr th,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table tr p,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table tr img,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-quote-v1 .dna-module__quote__wrap .DNA-table-wrap table tr:last-child>*,.dna-module-quote-v1 .dna-module__quote__wrap .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-quote-v1 .dna-module__name{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-quote-v1-2);display:block;text-decoration:none;margin-top:calc((25/ 10) * 1em)}.dna-module-quote-v1 .dna-module__name>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-quote-v1 .dna-module__name>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-quote-v1 .dna-module__name:is(a):hover{opacity:0.7}}@media screen{.dna-module-quote-v1 .dna-module__slider-elements{color:var(--mod-quote-v1-2)}}@media screen and (min-width: 1025px){.dna-module-quote-v1 .dna-module__slider-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;align-items:center}.dna-module-quote-v1 .dna-module__arrows{position:absolute;top:50%;left:0;width:100%;flex-direction:row !important;justify-content:space-between !important;align-items:center !important;transform:translateY(-50%);pointer-events:none}.dna-module-quote-v1 .dna-module__arrows__arrow{pointer-events:auto}}@media screen and (max-width: 1024px){.dna-module-quote-v1 .dna-module__list{margin-right:calc((50/ 10) * 1em)}.dna-module-quote-v1 .dna-module__item{text-align:left;padding-top:0}.dna-module-quote-v1 .dna-module__item>*{max-width:none}.dna-module-quote-v1 .dna-module__stars{justify-content:flex-start}.dna-module-quote-v1 .dna-module__stars div{width:calc((10/ 10) * 1em)}.dna-module-quote-v1 .dna-module__name{margin-top:calc((15/ 10) * 1em)}.dna-module-quote-v1 .dna-module__slider-elements{position:absolute;top:0;right:0;height:100%}.dna-module-quote-v1 .dna-module__arrows{display:flex !important}}@media screen{:root{--mod-reviews-v1-1: var(--clr-schema-3-bg);--mod-reviews-v1-2: var(--clr-schema-3-text)}.dna-module-reviews-v1{background-color:var(--mod-reviews-v1-1);padding:calc((70/ 10) * 1em) 0}.dna-module-reviews-v1 .dna-module__list__wrap{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:calc((80/ 10) * 1em) calc((160/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-reviews-v1 .dna-module__list__wrap{justify-content:center}}@media screen{.dna-module-reviews-v1 .dna-module__item{width:calcGapWidth(3, calc((160/ 10) * 1em));position:relative;text-decoration:none;color:var(--mod-reviews-v1-2)}.dna-module-reviews-v1 .dna-module__item__wrap{display:flex;align-items:center;text-decoration:none;color:inherit;gap:calc((35/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__item--2 img{filter:drop-shadow(0px 0px 1px #fff)}.dna-module-reviews-v1 .dna-module__item:after{content:'';display:block;position:absolute;left:calc(100% + calc((80/ 10) * 1em));top:50%;transform:translateY(-50%);height:calc((65/ 10) * 1em);width:1px;background-color:var(--mod-reviews-v1-2)}.dna-module-reviews-v1 .dna-module__item:last-child:after{display:none}}@media screen and (min-width: 1025px){.dna-module-reviews-v1 .dna-module__item:nth-child(3n):after{display:none}}@media screen{.dna-module-reviews-v1 .dna-module__text span:nth-child(1){font-size:calc((40/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__text span:nth-child(2){font-size:calc((25/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__stars{color:#ED8A19;display:flex}.dna-module-reviews-v1 .dna-module__stars div{width:calc((10/ 10) * 1em);display:block;margin:0 1px}.dna-module-reviews-v1 .dna-module__right{width:100%;display:flex;justify-content:center}.dna-module-reviews-v1 .dna-module__right img{max-width:100%;max-height:100%}}@media screen and (max-width: 1024px){.dna-module-reviews-v1{overflow:hidden;padding:calc((30/ 10) * 1em) 0}.dna-module-reviews-v1 .dna-module__container{overflow:visible;padding-right:calc((25/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__list{overflow:visible}.dna-module-reviews-v1 .dna-module__list__wrap{gap:0}.dna-module-reviews-v1 .dna-module__item{width:calc(100% / 3)}.dna-module-reviews-v1 .dna-module__item__wrap{flex-direction:column;align-items:center;gap:calc((15/ 10) * 1em);padding:0 calc((30/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__item:after{left:auto;right:0}.dna-module-reviews-v1 .dna-module__left{display:flex;flex-direction:column;align-items:center}.dna-module-reviews-v1 .dna-module__text span:nth-child(1){font-size:calc((25/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__text span:nth-child(2){font-size:calc((15/ 10) * 1em)}.dna-module-reviews-v1 .dna-module__stars{justify-content:center}.dna-module-reviews-v1 .dna-module__stars div{width:calc((8/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-reviews-v1 .dna-module__item{width:calc(100% / 2)}}@media screen{:root{--mod-awards-v1-1: var(--clr-schema-3-headlines);--mod-awards-v1-2: var(--clr-schema-3-text);--mod-awards-v1-3: var(--clr-schema-3-bg)}.dna-module-awards-v1{background-color:var(--mod-awards-v1-3);color:var(--mod-awards-v1-1);padding:calc((55/ 10) * 1em) 0}.dna-module-awards-v1 .dna-module__headlines{margin-bottom:calc((45/ 10) * 1em);color:var(--mod-awards-v1-1)}.dna-module-awards-v1 .dna-module__headlines>*:first-child{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-awards-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-awards-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-awards-v1 .dna-module__headlines>*:nth-child(2){font-weight:var(--fw-headlines);font-family:var(--ff-headlines);padding-top:calc((5/ 10) * 1em)}.dna-module-awards-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-awards-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-awards-v1 .dna-module__list{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:calc((80/ 10) * 1em) calc((160/ 10) * 1em)}.dna-module-awards-v1 .dna-module__item{width:calcGapWidth(3, calc((160/ 10) * 1em));position:relative;text-decoration:none;display:flex;align-items:center;gap:calc((35/ 10) * 1em)}.dna-module-awards-v1 .dna-module__item:after{content:'';display:block;position:absolute;left:calc(100% + calc((80/ 10) * 1em));top:50%;transform:translateY(-50%);height:calc((65/ 10) * 1em);width:1px;background-color:var(--mod-awards-v1-1)}.dna-module-awards-v1 .dna-module__item:last-child:after{display:none}}@media screen and (min-width: 768px){.dna-module-awards-v1 .dna-module__item:nth-child(3n):after{display:none}}@media screen{.dna-module-awards-v1 .dna-module__left img{max-width:100%;max-height:100%}.dna-module-awards-v1 .dna-module__right{flex:1}.dna-module-awards-v1 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--mod-awards-v1-2)}.dna-module-awards-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-awards-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-awards-v1 .dna-module__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-awards-v1-1)}.dna-module-awards-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-awards-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-awards-v1{padding:calc((35/ 10) * 1em) 0}.dna-module-awards-v1 .dna-module__headlines{margin-bottom:calc((30/ 10) * 1em)}.dna-module-awards-v1 .dna-module__list{gap:calc((20/ 10) * 1em) calc((40/ 10) * 1em)}.dna-module-awards-v1 .dna-module__item{width:calcGapWidth(3, calc((40/ 10) * 1em));gap:calc((20/ 10) * 1em)}.dna-module-awards-v1 .dna-module__item:after{height:calc((55/ 10) * 1em);left:calc(100% + calc((20/ 10) * 1em))}}@media screen and (max-width: 767px){.dna-module-awards-v1 .dna-module__list{flex-direction:column;gap:calc((30/ 10) * 1em)}.dna-module-awards-v1 .dna-module__item{width:100%}.dna-module-awards-v1 .dna-module__item:after{top:calc(100% + calc((15/ 10) * 1em));left:50%;transform:translateX(-50%);width:100%;height:1px}}@media screen{:root{--mod-highlights-v1-1: var(--clr-schema-3-headlines);--mod-highlights-v1-2: var(--clr-schema-3-text);--mod-highlights-v1-3: var(--clr-schema-3-bg)}.dna-module-highlights-v1{overflow:hidden}.dna-module-highlights-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-highlights-v1 .dna-module__tabs{overflow:auto;padding:calc((10/ 10) * 1em) 0}.dna-module-highlights-v1 .dna-module__tabs__wrapper{display:flex;justify-content:flex-start;color:inherit}.dna-module-highlights-v1 .dna-module__tabs__item{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;padding:0 calc((30/ 10) * 1em);display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;white-space:nowrap}.dna-module-highlights-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v1 .dna-module__tabs__item:after{content:'';font-size:calc((10/ 10) * 1em) !important;display:block;position:absolute;top:50%;left:calc((12/ 10) * 1em);width:calc((7/ 10) * 1em);height:calc((7/ 10) * 1em);border-radius:50%;background-color:currentColor;opacity:0.5;transform:translateY(-50%)}.dna-module-highlights-v1 .dna-module__tabs__item.JS-active{font-weight:var(--fw-bold)}}@media screen and (min-width: 1025px){.dna-module-highlights-v1 .dna-module__tabs__item:not(.JS-active):hover{opacity:0.7}}@media screen{.dna-module-highlights-v1 .dna-module__tabs__item:not(.JS-active):after{display:none}.dna-module-highlights-v1 .dna-module__tabs__item:not(:last-child){border-right:1px solid}}@media screen and (min-width: 1025px){.dna-module-highlights-v1 .dna-module__tabs__item:last-child{padding-right:0}}@media screen{.dna-module-highlights-v1 .dna-module__tabs::-webkit-scrollbar{height:3px;border-radius:5px}}@media screen and (min-width: 1025px){.dna-module-highlights-v1 .dna-module__tabs__wrapper{flex-wrap:wrap;gap:calc((15/ 10) * 1em) 0}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__tabs{padding:calc((10/ 10) * 1em) 0}}@media screen{.dna-module-highlights-v1 .dna-module__container{position:relative;padding:calc((100/ 10) * 1em) 0;color:var(--mod-highlights-v1-1)}.dna-module-highlights-v1 .dna-module__container:before{content:'';display:block;position:absolute;left:0;top:0;width:100vw;height:100%;background-color:var(--mod-highlights-v1-3);border-radius:calc((8/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__tabs{position:relative;color:var(--mod-highlights-v1-2)}}@media screen and (min-width: 1025px){.dna-module-highlights-v1 .dna-module__tabs{margin-top:calc((-55/ 10) * 1em);margin-bottom:calc((55/ 10) * 1em);padding-left:calc((50/ 10) * 1em);padding-right:calc((50/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__tabs__wrapper{justify-content:center}}@media screen{.dna-module-highlights-v1 .dna-module__list{position:relative}.dna-module-highlights-v1 .dna-module__item{display:flex;align-items:center}.dna-module-highlights-v1 .dna-module__item__left{width:calc(50% + calc((315/ 10) * 1em));margin-left:calc((-315/ 10) * 1em);position:relative}.dna-module-highlights-v1 .dna-module__item__right{width:50%;align-self:center;padding-left:calc((110/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__item__right>*:first-child{margin-bottom:0}.dna-module-highlights-v1 .dna-module__item.JS-disabled{display:none !important}.dna-module-highlights-v1 .dna-module__images__wrap{display:flex}.dna-module-highlights-v1 .dna-module__images__item{border-radius:calc((8/ 10) * 1em);overflow:hidden}.dna-module-highlights-v1 .dna-module__images__item img{display:block;width:100%;height:auto}.dna-module-highlights-v1 .dna-module__images__item:after{content:'';display:block;position:absolute;right:0;top:0;width:50%;height:100%;background:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));pointer-events:none}.dna-module-highlights-v1 .dna-module__slider-elements{position:absolute;top:0;right:0;height:100%;z-index:1;color:#fff;padding:calc((30/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--mod-highlights-v1-1)}.dna-module-highlights-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v1 .dna-module__theme{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-highlights-v1-1);margin-top:calc((10/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__theme>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__theme>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v1 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-highlights-v1-2);margin-top:calc((45/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v1 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-highlights-v1 .dna-module__rte a:hover{opacity:0.8}.dna-module-highlights-v1 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-highlights-v1 .dna-module__rte>*:first-child{margin-top:0}.dna-module-highlights-v1 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-highlights-v1 .dna-module__rte>ol,.dna-module-highlights-v1 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__rte b,.dna-module-highlights-v1 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-highlights-v1 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-highlights-v1 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}}@media screen and (max-width: 1024px){.dna-module-highlights-v1{background-color:var(--mod-highlights-v1-3)}.dna-module-highlights-v1 .dna-module__container{padding:calc((50/ 10) * 1em) 0}.dna-module-highlights-v1 .dna-module__container:before{display:none}.dna-module-highlights-v1 .dna-module__tabs{margin-top:calc((-25/ 10) * 1em);margin-bottom:calc((25/ 10) * 1em);width:calc(100% + calc((25/ 10) * 1em));margin-right:calc((-25/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__item{flex-direction:column}.dna-module-highlights-v1 .dna-module__item__left{width:100%;margin-left:0}.dna-module-highlights-v1 .dna-module__item__right{width:100%;padding-left:0;margin-top:calc((25/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__images__item{border-radius:calc((4/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__images__item:after{display:none}.dna-module-highlights-v1 .dna-module__slider-elements{top:auto;bottom:0;height:auto;padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5)}.dna-module-highlights-v1 .dna-module__theme{margin-top:calc((5/ 10) * 1em)}.dna-module-highlights-v1 .dna-module__rte{margin-top:calc((20/ 10) * 1em)}}@media screen{:root{--mod-highlights-v2-1: var(--clr-schema-1-headlines);--mod-highlights-v2-2: var(--clr-schema-2-bg);--mod-highlights-v2-3: var(--clr-schema-2-headlines);--mod-highlights-v2-4: var(--clr-schema-2-text);--mod-highlights-v2-5: var(--clr-schema-2-headlines)}.dna-module-highlights-v2 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-highlights-v2 .dna-module__detail__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-highlights-v2 .dna-module__detail{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:99999;display:none;align-items:center;justify-content:center}.dna-module-highlights-v2 .dna-module__detail:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--clr-schema-3-bg);opacity:0.9}.dna-module-highlights-v2 .dna-module__detail.JS-active{display:flex}.dna-module-highlights-v2 .dna-module__detail__wrap{max-width:100%}.dna-module-highlights-v2 .dna-module__detail__item{width:100%;padding:calc((30/ 10) * 1em);max-height:100dvh;z-index:1}.dna-module-highlights-v2 .dna-module__detail__item__wrap{background-color:var(--clr-schema-1-bg);width:calc((1500/ 10) * 1em);max-width:100%;margin:auto;position:relative;z-index:1;pointer-events:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - calc((60/ 10) * 1em));overflow:auto;border-radius:calc((8/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__item:not(.JS-active){display:none}.dna-module-highlights-v2 .dna-module__detail__bar{color:var(--clr-schema-1-headlines);background-color:var(--clr-schema-1-bg);position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:calc((20/ 10) * 1em) calc((35/ 10) * 1em);border-bottom:1px solid}.dna-module-highlights-v2 .dna-module__detail__bar__left{display:flex;align-items:center;gap:calc((25/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__arrows{display:flex;align-items:center;gap:calc((35/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__arrows__arrow{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-highlights-v2 .dna-module__detail__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-highlights-v2 .dna-module__detail__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__arrows__arrow.JS-disabled{pointer-events:none;opacity:0.5}.dna-module-highlights-v2 .dna-module__detail__pagination{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-highlights-v2 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__close{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-highlights-v2 .dna-module__detail__close:hover{opacity:0.7}}@media screen{.dna-module-highlights-v2 .dna-module__detail__close>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__content{padding:calc((90/ 10) * 1em) 0;display:flex}.dna-module-highlights-v2 .dna-module__detail__left{width:50%;align-self:flex-start;position:relative}.dna-module-highlights-v2 .dna-module__detail__right{flex:1;padding:0 calc((90/ 10) * 1em);align-self:center}.dna-module-highlights-v2 .dna-module__detail__images{width:100%;border-radius:0 calc((8/ 10) * 1em) calc((8/ 10) * 1em) 0;overflow:hidden}.dna-module-highlights-v2 .dna-module__detail__images__wrap{display:flex}.dna-module-highlights-v2 .dna-module__detail__images__item{width:100%;position:relative}.dna-module-highlights-v2 .dna-module__detail__images__item img{display:block;width:100%;height:auto}.dna-module-highlights-v2 .dna-module__detail__images__item:after{content:'';display:block;position:absolute;right:0;top:0;width:50%;height:100%;background:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));pointer-events:none}.dna-module-highlights-v2 .dna-module__detail__slider-elements{position:absolute;top:0;right:0;height:100%;color:#fff;padding:calc((25/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--clr-schema-1-headlines)}.dna-module-highlights-v2 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-headlines);margin-top:calc((5/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__subtitle__spacer{border-bottom:1px solid;padding-bottom:calc((5/ 10) * 1em);margin-bottom:calc((5/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__subtitle__item{font-size:calc((10/ 10) * 1em) !important;display:flex;align-items:center;gap:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__subtitle__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__subtitle__label{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-highlights-v2 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__text{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-text);margin-top:calc((30/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__text a{color:inherit;text-decoration:underline}.dna-module-highlights-v2 .dna-module__detail__text a:hover{opacity:0.8}.dna-module-highlights-v2 .dna-module__detail__text>*{margin:calc((10/ 10) * 1em) 0}.dna-module-highlights-v2 .dna-module__detail__text>*:first-child{margin-top:0}.dna-module-highlights-v2 .dna-module__detail__text>*:last-child{margin-bottom:0}.dna-module-highlights-v2 .dna-module__detail__text>ol,.dna-module-highlights-v2 .dna-module__detail__text>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__text b,.dna-module-highlights-v2 .dna-module__detail__text strong{font-weight:var(--fw-bold)}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table tr>*,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table tr th,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table tr p,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table tr img,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-highlights-v2 .dna-module__detail__text .DNA-table-wrap table tr:last-child>*,.dna-module-highlights-v2 .dna-module__detail__text .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-highlights-v2 .dna-module__detail__price{color:var(--clr-schema-1-headlines);margin-top:calc((30/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__price>*{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-highlights-v2 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__price>* b{font-size:115%}.dna-module-highlights-v2 .dna-module__detail__cta{margin-top:calc((20/ 10) * 1em);display:flex;position:sticky;bottom:calc((25/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__cta__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;position:relative}.dna-module-highlights-v2 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__cta__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-highlights-v2 .dna-module__detail__cta__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__cta__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__detail__cta:before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:calc(100% + calc((30/ 10) * 1em));height:calc(100% + calc((30/ 10) * 1em));background-color:var(--clr-schema-1-bg)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__detail__item{padding:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__item__wrap{border-radius:calc((4/ 10) * 1em);max-height:calc(100dvh - calc((30/ 10) * 1em))}.dna-module-highlights-v2 .dna-module__detail__bar{padding:calc((15/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__bar__left{gap:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__arrows{gap:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__arrows__arrow>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__close>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__content{padding:calc((35/ 10) * 1em) calc((25/ 10) * 1em);flex-direction:column;gap:calc((25/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__left{width:100%}.dna-module-highlights-v2 .dna-module__detail__right{width:100%;padding:0}.dna-module-highlights-v2 .dna-module__detail__images{width:100%;border-radius:calc((4/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__slider-elements{top:auto;bottom:0;height:auto;padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5)}.dna-module-highlights-v2 .dna-module__detail__subtitle__item{gap:calc((10/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__subtitle__icon{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__text{margin-top:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__price{margin-top:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__cta{margin-top:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__detail__cta:before{width:calc(100% + calc((15/ 10) * 1em));height:calc(100% + calc((15/ 10) * 1em))}}@media screen{.dna-module-highlights-v2 .dna-module__headlines{color:var(--mod-highlights-v2-1);padding-bottom:calc((35/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__headlines>*{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-highlights-v2 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__container{position:relative;padding-right:calc((110/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__list{margin-left:calc((-15/ 10) * 1em);margin-right:calc((-15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__list__wrap{display:flex}.dna-module-highlights-v2 .dna-module__item{width:calc(100% / 3);display:flex;padding:0 calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__item__wrap{width:100%;border-radius:calc((8/ 10) * 1em);overflow:hidden;background-color:var(--mod-highlights-v2-2);cursor:pointer}.dna-module-highlights-v2 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-highlights-v2 .dna-module__text{padding:calc((35/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--mod-highlights-v2-3)}.dna-module-highlights-v2 .dna-module__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-highlights-v2-3);margin-top:calc((5/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__description{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-highlights-v2-4);margin-top:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__description>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__description>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-highlights-v2 .dna-module__description a{color:inherit;text-decoration:underline}.dna-module-highlights-v2 .dna-module__description a:hover{opacity:0.8}.dna-module-highlights-v2 .dna-module__description>*{margin:calc((10/ 10) * 1em) 0}.dna-module-highlights-v2 .dna-module__description>*:first-child{margin-top:0}.dna-module-highlights-v2 .dna-module__description>*:last-child{margin-bottom:0}.dna-module-highlights-v2 .dna-module__description>ol,.dna-module-highlights-v2 .dna-module__description>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__description b,.dna-module-highlights-v2 .dna-module__description strong{font-weight:var(--fw-bold)}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table tr>*,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table tr th,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table tr p,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table tr img,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-highlights-v2 .dna-module__description .DNA-table-wrap table tr:last-child>*,.dna-module-highlights-v2 .dna-module__description .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-highlights-v2 .dna-module__button{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-highlights-v2-5);margin-top:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__button>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2 .dna-module__button>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-highlights-v2 .dna-module__button:hover{opacity:0.7}}@media screen{.dna-module-highlights-v2 .dna-module__slider-elements{position:absolute;top:0;right:0;width:calc((110/ 10) * 1em);height:100%;display:flex;flex-direction:column;align-items:flex-end;z-index:1;color:var(--mod-highlights-v2-1)}}@media screen and (max-width: 1024px){.dna-module-highlights-v2{overflow:hidden}.dna-module-highlights-v2 .dna-module__headlines{padding-bottom:calc((20/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__container{padding-right:calc((25/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__list{margin-left:calc((-5/ 10) * 1em);margin-right:calc((-5/ 10) * 1em);overflow:visible}.dna-module-highlights-v2 .dna-module__item{width:calc(100% / 2);padding:0 calc((5/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__item__wrap{border-radius:calc((4/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__text{padding:calc((15/ 10) * 1em)}.dna-module-highlights-v2 .dna-module__slider-elements{width:auto;height:auto;right:calc((25/ 10) * 1em);padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5);color:#fff}}@media screen and (max-width: 767px){.dna-module-highlights-v2 .dna-module__item{width:100%}}@media screen{:root{--mod-footer-v1-2: var(--clr-schema-1-text)}.dna-module-footer-v1{padding:calc((35/ 10) * 1em) 0 0 0;color:var(--mod-footer-v1-2)}.dna-module-footer-v1 .dna-module__top{display:flex;align-items:flex-start;justify-content:space-between;gap:calc((75/ 10) * 1em)}.dna-module-footer-v1 .dna-module__top__left{display:flex;gap:calc((20/ 10) * 1em);flex:1}.dna-module-footer-v1 .dna-module__top__right{display:flex;align-items:baseline;gap:calc((35/ 10) * 1em)}.dna-module-footer-v1 .dna-module__copyright{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;font-size:90%}.dna-module-footer-v1 .dna-module__copyright>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__copyright>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-footer-v1 .dna-module__legal{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;display:flex;flex-wrap:wrap;gap:0 calc((20/ 10) * 1em);font-size:90%}.dna-module-footer-v1 .dna-module__legal>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__legal>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-footer-v1 .dna-module__legal a{color:inherit}.dna-module-footer-v1 .dna-module__partner-button{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;display:flex;align-items:center;gap:calc((7/ 10) * 1em);cursor:pointer;white-space:nowrap;font-size:90%}.dna-module-footer-v1 .dna-module__partner-button>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__partner-button>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-footer-v1 .dna-module__partner-button__icon{width:calc((14/ 10) * 1em);height:calc((14/ 10) * 1em);transition:transform 0.5s}.dna-module-footer-v1 .dna-module__partner-button[data-status="0"]>*:nth-child(2){display:none}.dna-module-footer-v1 .dna-module__partner-button[data-status="1"] .dna-module__partner-button__icon{transform:rotate(180deg)}.dna-module-footer-v1 .dna-module__partner-button[data-status="1"]>*:nth-child(1){display:none}.dna-module-footer-v1 .dna-module__lang{cursor:pointer;font-size:90%}.dna-module-footer-v1 .dna-module__lang>div{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;position:relative}.dna-module-footer-v1 .dna-module__lang>div>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__lang>div>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-footer-v1 .dna-module__lang select{-webkit-appearance:none;border-radius:0;border:none;background-color:transparent;color:inherit;padding:0 calc((21/ 10) * 1em) 0 calc((5/ 10) * 1em);cursor:pointer}.dna-module-footer-v1 .dna-module__lang option{color:#222;background-color:#fff}.dna-module-footer-v1 .dna-module__lang__icon{position:absolute;top:50%;transform:translateY(-50%);right:calc((10/ 10) * 1em);pointer-events:none;width:calc((14/ 10) * 1em);height:calc((14/ 10) * 1em)}.dna-module-footer-v1 .dna-module__partner__list{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:calc((20/ 10) * 1em) calc((80/ 10) * 1em);padding-top:calc((35/ 10) * 1em)}.dna-module-footer-v1 .dna-module__partner__list[data-status="0"]{display:none}.dna-module-footer-v1 .dna-module__partner__item{display:block}.dna-module-footer-v1 .dna-module__bottom{margin-top:calc((25/ 10) * 1em);padding:calc((40/ 10) * 1em) 0;color:var(--clr-schema-3-text);background-color:var(--clr-schema-3-bg)}.dna-module-footer-v1 .dna-module__bottom__wrap{display:flex;align-items:flex-end;justify-content:space-between;gap:calc((75/ 10) * 1em)}.dna-module-footer-v1 .dna-module__poweredby{display:block;width:calc((110/ 10) * 1em)}.dna-module-footer-v1 .dna-module__poweredby img{display:block;width:100%;height:auto}.dna-module-footer-v1 .dna-module__links-title{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;margin-bottom:calc((5/ 10) * 1em);font-size:90%}.dna-module-footer-v1 .dna-module__links-title>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__links-title>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-footer-v1 .dna-module__links{display:flex;flex-wrap:wrap;gap:calc((10/ 10) * 1em)}.dna-module-footer-v1 .dna-module__links>a{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;text-decoration:none;color:var(--clr-schema-2-text);background-color:var(--clr-schema-2-bg);display:block;text-align:center;padding:calc((5/ 10) * 1em) calc((15/ 10) * 1em);border-radius:calc((8/ 10) * 1em);font-size:90%}.dna-module-footer-v1 .dna-module__links>a>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__links>a>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-footer-v1 .dna-module__top{flex-direction:column;align-items:center;gap:calc((20/ 10) * 1em);text-align:center}.dna-module-footer-v1 .dna-module__top__left{flex-direction:column;align-items:center;gap:calc((20/ 10) * 1em)}.dna-module-footer-v1 .dna-module__top__right{gap:calc((25/ 10) * 1em)}.dna-module-footer-v1 .dna-module__legal{justify-content:center;gap:calc((5/ 10) * 1em) calc((15/ 10) * 1em)}.dna-module-footer-v1 .dna-module__partner-button__icon{width:calc((10/ 10) * 1em);height:calc((10/ 10) * 1em)}.dna-module-footer-v1 .dna-module__lang__icon{width:calc((10/ 10) * 1em);height:calc((10/ 10) * 1em)}.dna-module-footer-v1 .dna-module__partner__list{justify-content:center;gap:calc((20/ 10) * 1em) calc((20/ 10) * 1em);padding-top:calc((35/ 10) * 1em)}.dna-module-footer-v1 .dna-module__partner__item{display:block}.dna-module-footer-v1 .dna-module__bottom{padding:calc((25/ 10) * 1em) 0}.dna-module-footer-v1 .dna-module__bottom__wrap{flex-direction:column;align-items:center;gap:calc((35/ 10) * 1em);text-align:center}.dna-module-footer-v1 .dna-module__poweredby{width:calc((90/ 10) * 1em)}.dna-module-footer-v1 .dna-module__links{justify-content:center;gap:calc((5/ 10) * 1em)}.dna-module-footer-v1 .dna-module__links>a{border-radius:calc((4/ 10) * 1em)}}@media screen{:root{--mod-slogan-v1-1: #FFFFFF;--mod-slogan-v1-2: hsl(0deg 0% 0% / 50%);--mod-slogan-v1-3: hsl(0deg 0% 0% / 0%)}.dna-module-slogan-v1{position:relative;background-color:var(--clr-schema-3-bg);overflow:hidden}.dna-module-slogan-v1 .dna-module__image{position:relative}.dna-module-slogan-v1 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-slogan-v1 .dna-module__image:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to top, var(--mod-slogan-v1-2), rgba(0,0,0,0), var(--mod-slogan-v1-3))}.dna-module-slogan-v1 .dna-module__container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;color:#fff;text-shadow:0 0 calc((5/ 10) * 1em) rgba(0,0,0,0.5)}.dna-module-slogan-v1 .dna-module__wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;align-items:center;padding-top:calc((40/ 10) * 1em);padding-bottom:calc((40/ 10) * 1em);color:var(--mod-slogan-v1-1);width:100%}.dna-module-slogan-v1 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-slogan-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-slogan-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-slogan-v1 .dna-module__subtitle{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-right:calc((10/ 10) * 1em)}.dna-module-slogan-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-slogan-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-slogan-v1 .dna-module__wrapper{padding-top:calc((25/ 10) * 1em);padding-bottom:calc((25/ 10) * 1em);text-align:left;align-items:flex-start}}@media screen{:root{--mod-facts-v1-1: var(--clr-schema-2-text);--mod-facts-v1-2: var(--clr-schema-2-bg)}.dna-module-facts-v1{color:var(--mod-facts-v1-1);background-color:var(--mod-facts-v1-2);padding:calc((100/ 10) * 1em) 0}.dna-module-facts-v1 .dna-module__list__wrap{display:flex;justify-content:center;flex-wrap:wrap;gap:calc((80/ 10) * 1em) calc((160/ 10) * 1em)}.dna-module-facts-v1 .dna-module__item{display:flex;width:calcGapWidth(3, calc((160/ 10) * 1em));position:relative;flex-direction:column;align-items:center;text-decoration:none}.dna-module-facts-v1 .dna-module__item:after{content:'';display:block;position:absolute;left:calc(100% + calc((80/ 10) * 1em));top:50%;transform:translateY(-50%);height:calc((80/ 10) * 1em);width:1px;background-color:var(--mod-facts-v1-1)}.dna-module-facts-v1 .dna-module__item:last-child:after{display:none}}@media screen and (min-width: 768px){.dna-module-facts-v1 .dna-module__item:nth-child(3n):after{display:none}}@media screen{.dna-module-facts-v1 .dna-module__left{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:calc((90/ 10) * 1em)}.dna-module-facts-v1 .dna-module__right{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dna-module-facts-v1 .dna-module__icon{width:calc((60/ 10) * 1em);height:calc((60/ 10) * 1em)}.dna-module-facts-v1 .dna-module__title{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;padding-top:calc((5/ 10) * 1em)}.dna-module-facts-v1 .dna-module__title>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v1 .dna-module__title>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-facts-v1 .dna-module__number{display:flex;align-items:baseline;gap:calc((5/ 10) * 1em)}.dna-module-facts-v1 .dna-module__number__large{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-facts-v1 .dna-module__number__large>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v1 .dna-module__number__large>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-facts-v1 .dna-module__number__small{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-facts-v1 .dna-module__number__small>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v1 .dna-module__number__small>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v1{padding:calc((50/ 10) * 1em) 0}.dna-module-facts-v1 .dna-module__list__wrap{gap:calc((20/ 10) * 1em) calc((40/ 10) * 1em)}.dna-module-facts-v1 .dna-module__item{width:calcGapWidth(3, calc((40/ 10) * 1em))}.dna-module-facts-v1 .dna-module__item:after{height:calc((65/ 10) * 1em);left:calc(100% + calc((20/ 10) * 1em))}.dna-module-facts-v1 .dna-module__left{height:calc((60/ 10) * 1em)}.dna-module-facts-v1 .dna-module__icon{width:calc((40/ 10) * 1em);height:calc((40/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-facts-v1{overflow:hidden}.dna-module-facts-v1 .dna-module__container{overflow:visible;padding-right:calc((25/ 10) * 1em)}.dna-module-facts-v1 .dna-module__list{overflow:visible;margin-left:calc((-25/ 10) * 1em)}.dna-module-facts-v1 .dna-module__list__wrap{gap:0;justify-content:flex-start}.dna-module-facts-v1 .dna-module__item{width:50%;padding:0 calc((25/ 10) * 1em);position:relative;align-items:flex-start}.dna-module-facts-v1 .dna-module__item:not(:last-child):after{content:'';display:block;position:absolute;left:calc(100%);bottom:0;height:100%;width:1px;background-color:currentColor;opacity:1}.dna-module-facts-v1 .dna-module__right{align-items:flex-start;text-align:left}}@media screen{:root{--mod-facts-v1-1: var(--clr-schema-2-text);--mod-facts-v1-2: var(--clr-schema-2-bg)}.dna-module-facts-v2 .dna-module__list{display:flex;justify-content:center;flex-wrap:wrap;gap:calc((80/ 10) * 1em) calc((160/ 10) * 1em)}.dna-module-facts-v2 .dna-module__item{width:calcGapWidth(3, calc((160/ 10) * 1em));position:relative;display:flex}.dna-module-facts-v2 .dna-module__item__wrap{position:relative;border-radius:calc((8/ 10) * 1em);overflow:hidden;background-color:var(--mod-facts-v1-2);color:var(--mod-facts-v1-1);display:flex;align-items:center;justify-content:center;text-align:center;padding:calc((25/ 10) * 1em);min-height:calc((155/ 10) * 1em);width:100%}.dna-module-facts-v2 .dna-module__item:after{content:'';display:block;position:absolute;left:calc(100% + calc((80/ 10) * 1em));top:50%;transform:translateY(-50%);height:calc((80/ 10) * 1em);width:1px;background-color:var(--clr-schema-1-headlines)}.dna-module-facts-v2 .dna-module__item:last-child:after{display:none}}@media screen and (min-width: 768px){.dna-module-facts-v2 .dna-module__item:nth-child(3n):after{display:none}}@media screen{.dna-module-facts-v2 .dna-module__bg{position:relative;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.15}.dna-module-facts-v2 .dna-module__bg img,.dna-module-facts-v2 .dna-module__bg video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;position:absolute;left:0;top:0}.dna-module-facts-v2 .dna-module__content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:calc((10/ 10) * 1em)}.dna-module-facts-v2 .dna-module__number{display:flex;align-items:baseline;gap:calc((5/ 10) * 1em)}.dna-module-facts-v2 .dna-module__number__large{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-facts-v2 .dna-module__number__large>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v2 .dna-module__number__large>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-facts-v2 .dna-module__number__small{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-facts-v2 .dna-module__number__small>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v2 .dna-module__number__small>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-facts-v2 .dna-module__title{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-facts-v2 .dna-module__title>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v2 .dna-module__title>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-facts-v2 .dna-module__list{gap:calc((20/ 10) * 1em) calc((40/ 10) * 1em)}.dna-module-facts-v2 .dna-module__item{width:calcGapWidth(3, calc((40/ 10) * 1em))}.dna-module-facts-v2 .dna-module__item__wrap{min-height:calc((120/ 10) * 1em)}.dna-module-facts-v2 .dna-module__item:after{height:calc((65/ 10) * 1em);left:calc(100% + calc((20/ 10) * 1em))}.dna-module-facts-v2 .dna-module__content{gap:calc((5/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-facts-v2 .dna-module__list{flex-direction:column;gap:calc((30/ 10) * 1em)}.dna-module-facts-v2 .dna-module__item{width:100%}.dna-module-facts-v2 .dna-module__item:after{top:calc(100% + calc((15/ 10) * 1em));left:50%;transform:translateX(-50%);width:calc((80/ 10) * 1em);height:1px}}@media screen{:root{--mod-rooms-v1-1: var(--clr-schema-2-text);--mod-rooms-v1-2: var(--clr-schema-3-bg);--mod-rooms-v1-3: var(--clr-schema-2-bg);--mod-rooms-v1-4: var(--clr-schema-3-headlines)}.dna-module-rooms-v1{position:relative;background-color:var(--mod-rooms-v1-2);padding:calc((100/ 10) * 1em) 0}.dna-module-rooms-v1 .dna-module__tabs{overflow:auto;padding:calc((10/ 10) * 1em) 0}.dna-module-rooms-v1 .dna-module__tabs__wrapper{display:flex;justify-content:flex-start;color:inherit}.dna-module-rooms-v1 .dna-module__tabs__item{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;padding:0 calc((30/ 10) * 1em);display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;white-space:nowrap}.dna-module-rooms-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__tabs__item:after{content:'';font-size:calc((10/ 10) * 1em) !important;display:block;position:absolute;top:50%;left:calc((12/ 10) * 1em);width:calc((7/ 10) * 1em);height:calc((7/ 10) * 1em);border-radius:50%;background-color:currentColor;opacity:0.5;transform:translateY(-50%)}.dna-module-rooms-v1 .dna-module__tabs__item.JS-active{font-weight:var(--fw-bold)}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__tabs__item:not(.JS-active):hover{opacity:0.7}}@media screen{.dna-module-rooms-v1 .dna-module__tabs__item:not(.JS-active):after{display:none}.dna-module-rooms-v1 .dna-module__tabs__item:not(:last-child){border-right:1px solid}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__tabs__item:last-child{padding-right:0}}@media screen{.dna-module-rooms-v1 .dna-module__tabs::-webkit-scrollbar{height:3px;border-radius:5px}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__tabs__wrapper{flex-wrap:wrap;gap:calc((15/ 10) * 1em) 0}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__tabs{padding:calc((10/ 10) * 1em) 0}}@media screen{.dna-module-rooms-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-rooms-v1 .dna-module__detail__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-rooms-v1 .dna-module__detail{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:99999;display:none;align-items:center;justify-content:center}.dna-module-rooms-v1 .dna-module__detail:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--clr-schema-3-bg);opacity:0.9}.dna-module-rooms-v1 .dna-module__detail.JS-active{display:flex}.dna-module-rooms-v1 .dna-module__detail__wrap{max-width:100%}.dna-module-rooms-v1 .dna-module__detail__item{width:100%;padding:calc((30/ 10) * 1em);max-height:100dvh;z-index:1}.dna-module-rooms-v1 .dna-module__detail__item__wrap{background-color:var(--clr-schema-1-bg);width:calc((1500/ 10) * 1em);max-width:100%;margin:auto;position:relative;z-index:1;pointer-events:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - calc((60/ 10) * 1em));overflow:auto;border-radius:calc((8/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__item:not(.JS-active){display:none}.dna-module-rooms-v1 .dna-module__detail__bar{color:var(--clr-schema-1-headlines);background-color:var(--clr-schema-1-bg);position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:calc((20/ 10) * 1em) calc((35/ 10) * 1em);border-bottom:1px solid}.dna-module-rooms-v1 .dna-module__detail__bar__left{display:flex;align-items:center;gap:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__arrows{display:flex;align-items:center;gap:calc((35/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__arrows__arrow{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__detail__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-rooms-v1 .dna-module__detail__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__arrows__arrow.JS-disabled{pointer-events:none;opacity:0.5}.dna-module-rooms-v1 .dna-module__detail__pagination{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-rooms-v1 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__close{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-rooms-v1 .dna-module__detail__close:hover{opacity:0.7}}@media screen{.dna-module-rooms-v1 .dna-module__detail__close>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__content{padding:calc((90/ 10) * 1em) 0;display:flex}.dna-module-rooms-v1 .dna-module__detail__left{width:50%;align-self:flex-start;position:relative}.dna-module-rooms-v1 .dna-module__detail__right{flex:1;padding:0 calc((90/ 10) * 1em);align-self:center}.dna-module-rooms-v1 .dna-module__detail__images{width:100%;border-radius:0 calc((8/ 10) * 1em) calc((8/ 10) * 1em) 0;overflow:hidden}.dna-module-rooms-v1 .dna-module__detail__images__wrap{display:flex}.dna-module-rooms-v1 .dna-module__detail__images__item{width:100%;position:relative}.dna-module-rooms-v1 .dna-module__detail__images__item img{display:block;width:100%;height:auto}.dna-module-rooms-v1 .dna-module__detail__images__item:after{content:'';display:block;position:absolute;right:0;top:0;width:50%;height:100%;background:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));pointer-events:none}.dna-module-rooms-v1 .dna-module__detail__slider-elements{position:absolute;top:0;right:0;height:100%;color:#fff;padding:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--clr-schema-1-headlines)}.dna-module-rooms-v1 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-headlines);margin-top:calc((5/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__subtitle__spacer{border-bottom:1px solid;padding-bottom:calc((5/ 10) * 1em);margin-bottom:calc((5/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__subtitle__item{font-size:calc((10/ 10) * 1em) !important;display:flex;align-items:center;gap:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__subtitle__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__subtitle__label{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-rooms-v1 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__text{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-text);margin-top:calc((30/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__text a{color:inherit;text-decoration:underline}.dna-module-rooms-v1 .dna-module__detail__text a:hover{opacity:0.8}.dna-module-rooms-v1 .dna-module__detail__text>*{margin:calc((10/ 10) * 1em) 0}.dna-module-rooms-v1 .dna-module__detail__text>*:first-child{margin-top:0}.dna-module-rooms-v1 .dna-module__detail__text>*:last-child{margin-bottom:0}.dna-module-rooms-v1 .dna-module__detail__text>ol,.dna-module-rooms-v1 .dna-module__detail__text>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__text b,.dna-module-rooms-v1 .dna-module__detail__text strong{font-weight:var(--fw-bold)}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table tr>*,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table tr th,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table tr p,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table tr img,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-rooms-v1 .dna-module__detail__text .DNA-table-wrap table tr:last-child>*,.dna-module-rooms-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-rooms-v1 .dna-module__detail__price{color:var(--clr-schema-1-headlines);margin-top:calc((30/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__price>*{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-rooms-v1 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__price>* b{font-size:115%}.dna-module-rooms-v1 .dna-module__detail__cta{margin-top:calc((20/ 10) * 1em);display:flex;position:sticky;bottom:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__cta__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;position:relative}.dna-module-rooms-v1 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__cta__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-rooms-v1 .dna-module__detail__cta__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__cta__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__detail__cta:before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:calc(100% + calc((30/ 10) * 1em));height:calc(100% + calc((30/ 10) * 1em));background-color:var(--clr-schema-1-bg)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__detail__item{padding:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__item__wrap{border-radius:calc((4/ 10) * 1em);max-height:calc(100dvh - calc((30/ 10) * 1em))}.dna-module-rooms-v1 .dna-module__detail__bar{padding:calc((15/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__bar__left{gap:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__arrows{gap:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__arrows__arrow>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__close>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__content{padding:calc((35/ 10) * 1em) calc((25/ 10) * 1em);flex-direction:column;gap:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__left{width:100%}.dna-module-rooms-v1 .dna-module__detail__right{width:100%;padding:0}.dna-module-rooms-v1 .dna-module__detail__images{width:100%;border-radius:calc((4/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__slider-elements{top:auto;bottom:0;height:auto;padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5)}.dna-module-rooms-v1 .dna-module__detail__subtitle__item{gap:calc((10/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__subtitle__icon{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__text{margin-top:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__price{margin-top:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__cta{margin-top:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__detail__cta:before{width:calc(100% + calc((15/ 10) * 1em));height:calc(100% + calc((15/ 10) * 1em))}}@media screen{.dna-module-rooms-v1 .dna-module__top{color:var(--mod-rooms-v1-4);margin-bottom:calc((35/ 10) * 1em);display:flex;justify-content:space-between;gap:calc((50/ 10) * 1em);align-items:center;padding-right:calc((110/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__headlines>*{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-rooms-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__container{position:relative;padding-right:calc((110/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__container.JS-disabled{display:none}.dna-module-rooms-v1 .dna-module__list{margin-left:calc((-15/ 10) * 1em);margin-right:calc((-15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__list__wrap{display:flex}.dna-module-rooms-v1 .dna-module__item{width:calc(100% / 3);display:flex;padding:0 calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__item__wrap{width:100%;border-radius:calc((8/ 10) * 1em);overflow:hidden;cursor:pointer;background-color:var(--mod-rooms-v1-3)}.dna-module-rooms-v1 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-rooms-v1 .dna-module__buttons{display:flex;justify-content:center;transform:translateY(-50%);border-radius:calc((8/ 10) * 1em);overflow:hidden;margin:0 calc((35/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__button{border-radius:0 !important;flex:1}.dna-module-rooms-v1 .dna-module__button--details{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-font);background-color:var(--clr-button);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-rooms-v1 .dna-module__button--details>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--details>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__button--details:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-rooms-v1 .dna-module__button--details .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--details{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__button--request{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-rooms-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__button--request:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-rooms-v1 .dna-module__button--request .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--request{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__button--book{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-book-font);background-color:var(--clr-book);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-rooms-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__button--book:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-rooms-v1 .dna-module__button--book .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__button--book{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__content{padding:calc((15/ 10) * 1em) calc((35/ 10) * 1em) calc((35/ 10) * 1em) calc((35/ 10) * 1em);color:var(--mod-rooms-v1-1)}.dna-module-rooms-v1 .dna-module__info{padding-bottom:calc((25/ 10) * 1em);margin-bottom:calc((25/ 10) * 1em);border-bottom:1px solid currentColor}.dna-module-rooms-v1 .dna-module__name{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-rooms-v1 .dna-module__name>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__name>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__size-persons{display:flex;flex-wrap:wrap;align-items:center;margin-top:calc((10/ 10) * 1em);gap:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__size-persons__item{display:flex;align-items:center;gap:calc((10/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__size-persons__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__size-persons__label{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-rooms-v1 .dna-module__size-persons__label>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__size-persons__label>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__price>*{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-rooms-v1 .dna-module__price>*>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1 .dna-module__price>*>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-v1 .dna-module__price>* b{font-size:115%}.dna-module-rooms-v1 .dna-module__slider-elements{position:absolute;top:0;right:0;width:calc((110/ 10) * 1em);height:100%;display:flex;flex-direction:column;align-items:flex-end;z-index:1;color:var(--mod-rooms-v1-4)}}@media screen and (max-width: 1024px){.dna-module-rooms-v1{overflow:hidden;padding:calc((50/ 10) * 1em) 0}.dna-module-rooms-v1 .dna-module__top{margin-bottom:calc((20/ 10) * 1em);flex-direction:column;align-items:flex-start;gap:calc((10/ 10) * 1em);padding-right:calc((0/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__tabs{width:calc(100% + calc((25/ 10) * 1em));margin-right:calc((-25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__container{padding-right:calc((25/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__list{margin-left:calc((-5/ 10) * 1em);margin-right:calc((-5/ 10) * 1em);overflow:visible}.dna-module-rooms-v1 .dna-module__item{width:calc(100% / 2);padding:0 calc((5/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__item__wrap{border-radius:calc((4/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__buttons{border-radius:calc((4/ 10) * 1em);margin:0 calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__content{padding:calc((5/ 10) * 1em) calc((15/ 10) * 1em) calc((20/ 10) * 1em) calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__info{padding-bottom:calc((15/ 10) * 1em);margin-bottom:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__size-persons{gap:calc((20/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__size-persons__icon{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-rooms-v1 .dna-module__slider-elements{width:auto;height:auto;right:calc((25/ 10) * 1em);padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5);color:#fff}}@media screen and (max-width: 767px){.dna-module-rooms-v1 .dna-module__item{width:100%}}@media screen{:root{--mod-offers-v1-1: var(--clr-schema-2-text);--mod-offers-v1-3: var(--clr-schema-1-headlines);--mod-offers-v1-4: var(--clr-schema-2-bg);--mod-offers-v1-5: var(--clr-schema-1-bg);--mod-offers-v1-6: var(--clr-schema-1-bg)}.dna-module-offers-v1{position:relative;padding:calc((100/ 10) * 1em) 0}.dna-module-offers-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-offers-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-offers-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-offers-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-offers-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-offers-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-offers-v1 .dna-module__detail__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-offers-v1 .dna-module__detail{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:99999;display:none;align-items:center;justify-content:center}.dna-module-offers-v1 .dna-module__detail:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--clr-schema-3-bg);opacity:0.9}.dna-module-offers-v1 .dna-module__detail.JS-active{display:flex}.dna-module-offers-v1 .dna-module__detail__wrap{max-width:100%}.dna-module-offers-v1 .dna-module__detail__item{width:100%;padding:calc((30/ 10) * 1em);max-height:100dvh;z-index:1}.dna-module-offers-v1 .dna-module__detail__item__wrap{background-color:var(--clr-schema-1-bg);width:calc((1500/ 10) * 1em);max-width:100%;margin:auto;position:relative;z-index:1;pointer-events:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - calc((60/ 10) * 1em));overflow:auto;border-radius:calc((8/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__item:not(.JS-active){display:none}.dna-module-offers-v1 .dna-module__detail__bar{color:var(--clr-schema-1-headlines);background-color:var(--clr-schema-1-bg);position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:calc((20/ 10) * 1em) calc((35/ 10) * 1em);border-bottom:1px solid}.dna-module-offers-v1 .dna-module__detail__bar__left{display:flex;align-items:center;gap:calc((25/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__arrows{display:flex;align-items:center;gap:calc((35/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__arrows__arrow{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-offers-v1 .dna-module__detail__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-offers-v1 .dna-module__detail__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__arrows__arrow.JS-disabled{pointer-events:none;opacity:0.5}.dna-module-offers-v1 .dna-module__detail__pagination{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-offers-v1 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__pagination>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__close{cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-offers-v1 .dna-module__detail__close:hover{opacity:0.7}}@media screen{.dna-module-offers-v1 .dna-module__detail__close>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__content{padding:calc((90/ 10) * 1em) 0;display:flex}.dna-module-offers-v1 .dna-module__detail__left{width:50%;align-self:flex-start;position:relative}.dna-module-offers-v1 .dna-module__detail__right{flex:1;padding:0 calc((90/ 10) * 1em);align-self:center}.dna-module-offers-v1 .dna-module__detail__images{width:100%;border-radius:0 calc((8/ 10) * 1em) calc((8/ 10) * 1em) 0;overflow:hidden}.dna-module-offers-v1 .dna-module__detail__images__wrap{display:flex}.dna-module-offers-v1 .dna-module__detail__images__item{width:100%;position:relative}.dna-module-offers-v1 .dna-module__detail__images__item img{display:block;width:100%;height:auto}.dna-module-offers-v1 .dna-module__detail__images__item:after{content:'';display:block;position:absolute;right:0;top:0;width:50%;height:100%;background:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));pointer-events:none}.dna-module-offers-v1 .dna-module__detail__slider-elements{position:absolute;top:0;right:0;height:100%;color:#fff;padding:calc((25/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--clr-schema-1-headlines)}.dna-module-offers-v1 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__title>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-headlines);margin-top:calc((5/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__subtitle__spacer{border-bottom:1px solid;padding-bottom:calc((5/ 10) * 1em);margin-bottom:calc((5/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__subtitle__item{font-size:calc((10/ 10) * 1em) !important;display:flex;align-items:center;gap:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__subtitle__icon{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__subtitle__label{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-offers-v1 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__subtitle__label>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__text{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--clr-schema-1-text);margin-top:calc((30/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__text>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__text a{color:inherit;text-decoration:underline}.dna-module-offers-v1 .dna-module__detail__text a:hover{opacity:0.8}.dna-module-offers-v1 .dna-module__detail__text>*{margin:calc((10/ 10) * 1em) 0}.dna-module-offers-v1 .dna-module__detail__text>*:first-child{margin-top:0}.dna-module-offers-v1 .dna-module__detail__text>*:last-child{margin-bottom:0}.dna-module-offers-v1 .dna-module__detail__text>ol,.dna-module-offers-v1 .dna-module__detail__text>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__text b,.dna-module-offers-v1 .dna-module__detail__text strong{font-weight:var(--fw-bold)}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table tr>*,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table tr th,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table tr p,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table tr img,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-offers-v1 .dna-module__detail__text .DNA-table-wrap table tr:last-child>*,.dna-module-offers-v1 .dna-module__detail__text .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-offers-v1 .dna-module__detail__price{color:var(--clr-schema-1-headlines);margin-top:calc((30/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__price>*{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-offers-v1 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__price>*>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__price>* b{font-size:115%}.dna-module-offers-v1 .dna-module__detail__cta{margin-top:calc((20/ 10) * 1em);display:flex;position:sticky;bottom:calc((25/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__cta__button{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;position:relative}.dna-module-offers-v1 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__cta__button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__cta__button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-offers-v1 .dna-module__detail__cta__button .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__cta__button{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__detail__cta:before{content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:calc(100% + calc((30/ 10) * 1em));height:calc(100% + calc((30/ 10) * 1em));background-color:var(--clr-schema-1-bg)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__detail__item{padding:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__item__wrap{border-radius:calc((4/ 10) * 1em);max-height:calc(100dvh - calc((30/ 10) * 1em))}.dna-module-offers-v1 .dna-module__detail__bar{padding:calc((15/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__bar__left{gap:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__arrows{gap:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__arrows__arrow>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__close>*{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__content{padding:calc((35/ 10) * 1em) calc((25/ 10) * 1em);flex-direction:column;gap:calc((25/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__left{width:100%}.dna-module-offers-v1 .dna-module__detail__right{width:100%;padding:0}.dna-module-offers-v1 .dna-module__detail__images{width:100%;border-radius:calc((4/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__slider-elements{top:auto;bottom:0;height:auto;padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5)}.dna-module-offers-v1 .dna-module__detail__subtitle__item{gap:calc((10/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__subtitle__icon{width:calc((15/ 10) * 1em);height:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__text{margin-top:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__price{margin-top:calc((20/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__cta{margin-top:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__detail__cta:before{width:calc(100% + calc((15/ 10) * 1em));height:calc(100% + calc((15/ 10) * 1em))}}@media screen{.dna-module-offers-v1 .dna-module__bg-image{position:relative;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:0.35}.dna-module-offers-v1 .dna-module__bg-image img,.dna-module-offers-v1 .dna-module__bg-image video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;position:absolute;left:0;top:0}.dna-module-offers-v1 .dna-module__bg-image:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom, var(--mod-offers-v1-5), transparent, var(--mod-offers-v1-6))}.dna-module-offers-v1 .dna-module__top{color:var(--mod-offers-v1-3);display:flex;align-items:baseline;justify-content:space-between;gap:calc((50/ 10) * 1em);margin-bottom:calc((35/ 10) * 1em);padding-right:calc((110/ 10) * 1em)}.dna-module-offers-v1 .dna-module__headlines>*{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-offers-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__subtitle{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-offers-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__subtitle>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__container{position:relative;padding-right:calc((110/ 10) * 1em)}.dna-module-offers-v1 .dna-module__list{margin-left:calc((-15/ 10) * 1em);margin-right:calc((-15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__list__wrap{display:flex}.dna-module-offers-v1 .dna-module__item{width:calc(100% / 3);display:flex;padding:0 calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__item__wrap{width:100%;border-radius:calc((8/ 10) * 1em);overflow:hidden;cursor:pointer;background-color:var(--mod-offers-v1-4)}.dna-module-offers-v1 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-offers-v1 .dna-module__buttons{display:flex;justify-content:center;transform:translateY(-50%);border-radius:calc((8/ 10) * 1em);overflow:hidden;margin:0 calc((35/ 10) * 1em)}.dna-module-offers-v1 .dna-module__button{border-radius:0 !important;flex:1}.dna-module-offers-v1 .dna-module__button--details{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-font);background-color:var(--clr-button);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-offers-v1 .dna-module__button--details>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--details>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__button--details:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-offers-v1 .dna-module__button--details .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--details{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__button--request{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-offers-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--request>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__button--request:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-offers-v1 .dna-module__button--request .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--request{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__button--book{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-book-font);background-color:var(--clr-book);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center}.dna-module-offers-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--book>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__button--book:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-offers-v1 .dna-module__button--book .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__button--book{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__content{padding:calc((15/ 10) * 1em) calc((35/ 10) * 1em) calc((35/ 10) * 1em) calc((35/ 10) * 1em);color:var(--mod-offers-v1-1)}.dna-module-offers-v1 .dna-module__info{padding-bottom:calc((25/ 10) * 1em);margin-bottom:calc((25/ 10) * 1em);border-bottom:1px solid currentColor}.dna-module-offers-v1 .dna-module__name{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-offers-v1 .dna-module__name>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__name>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__date-nights{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;margin-top:calc((5/ 10) * 1em)}.dna-module-offers-v1 .dna-module__date-nights>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__date-nights>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__price>*{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4}.dna-module-offers-v1 .dna-module__price>*>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-v1 .dna-module__price>*>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-v1 .dna-module__price>* b{font-size:115%}.dna-module-offers-v1 .dna-module__slider-elements{position:absolute;top:0;right:0;width:calc((110/ 10) * 1em);height:100%;display:flex;flex-direction:column;align-items:flex-end;z-index:1;color:var(--mod-offers-v1-3)}}@media screen and (max-width: 1024px){.dna-module-offers-v1{overflow:hidden;padding:calc((50/ 10) * 1em) 0}.dna-module-offers-v1 .dna-module__top{flex-direction:column;align-items:flex-start;gap:calc((5/ 10) * 1em);margin-bottom:calc((20/ 10) * 1em);padding-right:0}.dna-module-offers-v1 .dna-module__container{padding-right:calc((25/ 10) * 1em)}.dna-module-offers-v1 .dna-module__list{margin-left:calc((-5/ 10) * 1em);margin-right:calc((-5/ 10) * 1em);overflow:visible}.dna-module-offers-v1 .dna-module__item{width:calc(100% / 2);padding:0 calc((5/ 10) * 1em)}.dna-module-offers-v1 .dna-module__item__wrap{border-radius:calc((4/ 10) * 1em)}.dna-module-offers-v1 .dna-module__buttons{border-radius:calc((4/ 10) * 1em);margin:0 calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__content{padding:calc((5/ 10) * 1em) calc((15/ 10) * 1em) calc((20/ 10) * 1em) calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__info{padding-bottom:calc((15/ 10) * 1em);margin-bottom:calc((15/ 10) * 1em)}.dna-module-offers-v1 .dna-module__slider-elements{width:auto;height:auto;right:calc((25/ 10) * 1em);padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5);color:#fff}}@media screen and (max-width: 767px){.dna-module-offers-v1 .dna-module__item{width:100%}}@media screen{:root{--mod-text-v1-1: var(--clr-schema-1-headlines);--mod-text-v1-2: var(--clr-schema-1-text)}.dna-module-textplugin-v1 .dna-module__logo{padding-top:calc((80/ 10) * 1em);display:flex;justify-content:center}.dna-module-textplugin-v1 .dna-module__logo>div{padding:calc((20/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__logo{padding-top:calc((20/ 10) * 1em);display:flex;justify-content:center}}@media screen{.dna-module-textplugin-v1 .dna-module__content>*{margin-top:calc((25/ 10) * 1em);text-align:center}.dna-module-textplugin-v1 .dna-module__content>*:first-child{margin-top:0}.dna-module-textplugin-v1 .dna-module__headlines{color:var(--mod-text-v1-1)}.dna-module-textplugin-v1 .dna-module__headlines>*:first-child{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-textplugin-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-textplugin-v1 .dna-module__headlines>*:nth-child(2){font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-top:calc((10/ 10) * 1em)}.dna-module-textplugin-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-textplugin-v1 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-text-v1-2)}.dna-module-textplugin-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-textplugin-v1 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-textplugin-v1 .dna-module__rte a:hover{opacity:0.8}.dna-module-textplugin-v1 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-textplugin-v1 .dna-module__rte>*:first-child{margin-top:0}.dna-module-textplugin-v1 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-textplugin-v1 .dna-module__rte>ol,.dna-module-textplugin-v1 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-textplugin-v1 .dna-module__rte b,.dna-module-textplugin-v1 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-textplugin-v1 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-textplugin-v1 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-textplugin-v1 .dna-module__rte ol,.dna-module-textplugin-v1 .dna-module__rte ul{display:table;text-align:left;margin-left:auto;margin-right:auto}.dna-module-textplugin-v1 .dna-module__rte img{float:none !important;margin:calc((10/ 10) * 1em) 0}.dna-module-textplugin-v1 .dna-module__rte h2{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);font-size:calc((10/ 10) * 1em)}.dna-module-textplugin-v1 .dna-module__rte h2>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__rte h2>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-textplugin-v1 .dna-module__rte h3{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);font-size:calc((10/ 10) * 1em)}.dna-module-textplugin-v1 .dna-module__rte h3>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__rte h3>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-textplugin-v1.dna-module--reverted .dna-module__rte .bn_logo_imprint:not(.bn-scrabble-logo-negative){display:none !important}.dna-module-textplugin-v1.dna-module--reverted .dna-module__rte .bn_logo_imprint.bn-scrabble-logo-negative{display:inline !important;visibility:visible !important;opacity:1 !important}}@media screen and (max-width: 1024px){.dna-module-textplugin-v1 .dna-module__rte p,.dna-module-textplugin-v1 .dna-module__rte b{font-size:calc((14/ 10) * 1em)}.dna-module-textplugin-v1 .dna-module__rte ol li,.dna-module-textplugin-v1 .dna-module__rte ul li{font-size:calc((14/ 10) * 1em)}}@media screen{.dna-module .leaflet-pane,.dna-module .leaflet-tile,.dna-module .leaflet-marker-icon,.dna-module .leaflet-marker-shadow,.dna-module .leaflet-tile-container,.dna-module .leaflet-pane>svg,.dna-module .leaflet-pane>canvas,.dna-module .leaflet-zoom-box,.dna-module .leaflet-image-layer,.dna-module .leaflet-layer{position:absolute;left:0;top:0}.dna-module .leaflet-container{overflow:hidden}.dna-module .leaflet-tile,.dna-module .leaflet-marker-icon,.dna-module .leaflet-marker-shadow{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.dna-module .leaflet-tile::selection{background:transparent}.dna-module .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.dna-module .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.dna-module .leaflet-marker-icon,.dna-module .leaflet-marker-shadow{display:block}.dna-module .leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.dna-module .leaflet-container .leaflet-marker-pane img,.dna-module .leaflet-container .leaflet-shadow-pane img,.dna-module .leaflet-container .leaflet-tile-pane img,.dna-module .leaflet-container img.leaflet-image-layer,.dna-module .leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.dna-module .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.dna-module .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.dna-module .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.dna-module .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.dna-module .leaflet-container{-webkit-tap-highlight-color:transparent}.dna-module .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4)}.dna-module .leaflet-tile{filter:inherit;visibility:hidden}.dna-module .leaflet-tile-loaded{visibility:inherit}.dna-module .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.dna-module .leaflet-overlay-pane svg{-moz-user-select:none}.dna-module .leaflet-pane{z-index:400}.dna-module .leaflet-tile-pane{z-index:200}.dna-module .leaflet-overlay-pane{z-index:400}.dna-module .leaflet-shadow-pane{z-index:500}.dna-module .leaflet-marker-pane{z-index:600}.dna-module .leaflet-tooltip-pane{z-index:650}.dna-module .leaflet-popup-pane{z-index:700}.dna-module .leaflet-map-pane canvas{z-index:100}.dna-module .leaflet-map-pane svg{z-index:200}.dna-module .leaflet-vml-shape{width:1px;height:1px}.dna-module .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.dna-module .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.dna-module .leaflet-top,.dna-module .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.dna-module .leaflet-top{top:0}.dna-module .leaflet-right{right:0}.dna-module .leaflet-bottom{bottom:0}.dna-module .leaflet-left{left:0}.dna-module .leaflet-control{float:left;clear:both}.dna-module .leaflet-right .leaflet-control{float:right}.dna-module .leaflet-top .leaflet-control{margin-top:10px}.dna-module .leaflet-bottom .leaflet-control{margin-bottom:10px}.dna-module .leaflet-left .leaflet-control{margin-left:10px}.dna-module .leaflet-right .leaflet-control{margin-right:10px}.dna-module .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity 0.2s linear}.dna-module .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.dna-module .leaflet-zoom-animated{transform-origin:0 0}.dna-module svg.leaflet-zoom-animated{will-change:transform}.dna-module .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1)}.dna-module .leaflet-zoom-anim .leaflet-tile,.dna-module .leaflet-pan-anim .leaflet-tile{transition:none}.dna-module .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.dna-module .leaflet-interactive{cursor:pointer}.dna-module .leaflet-grab{cursor:grab}.dna-module .leaflet-crosshair,.dna-module .leaflet-crosshair .leaflet-interactive{cursor:crosshair}.dna-module .leaflet-popup-pane,.dna-module .leaflet-control{cursor:auto}.dna-module .leaflet-dragging .leaflet-grab,.dna-module .leaflet-dragging .leaflet-grab .leaflet-interactive,.dna-module .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.dna-module .leaflet-marker-icon,.dna-module .leaflet-marker-shadow,.dna-module .leaflet-image-layer,.dna-module .leaflet-pane>svg path,.dna-module .leaflet-tile-container{pointer-events:none}.dna-module .leaflet-marker-icon.leaflet-interactive,.dna-module .leaflet-image-layer.leaflet-interactive,.dna-module .leaflet-pane>svg path.leaflet-interactive,.dna-module svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.dna-module .leaflet-container{background:#ddd;outline-offset:1px}.dna-module .leaflet-container a{color:#0078A8}.dna-module .leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}.dna-module .leaflet-container{font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-size:12px;font-size:0.75rem;line-height:1.5}.dna-module .leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px}.dna-module .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.dna-module .leaflet-bar a,.dna-module .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.dna-module .leaflet-bar a:hover,.dna-module .leaflet-bar a:focus{background-color:#f4f4f4}.dna-module .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.dna-module .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.dna-module .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.dna-module .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.dna-module .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.dna-module .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.dna-module .leaflet-control-zoom-in,.dna-module .leaflet-control-zoom-out{font:bold 18px 'Lucida Console', Monaco, monospace;text-indent:1px}.dna-module .leaflet-touch .leaflet-control-zoom-in,.dna-module .leaflet-touch .leaflet-control-zoom-out{font-size:22px}.dna-module .leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}.dna-module .leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.dna-module .leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.dna-module .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.dna-module .leaflet-control-layers .leaflet-control-layers-list,.dna-module .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.dna-module .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.dna-module .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.dna-module .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.dna-module .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.dna-module .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.dna-module .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.dna-module .leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.dna-module .leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.8);margin:0}.dna-module .leaflet-control-attribution,.dna-module .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.dna-module .leaflet-control-attribution a{text-decoration:none}.dna-module .leaflet-control-attribution a:hover,.dna-module .leaflet-control-attribution a:focus{text-decoration:underline}.dna-module .leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:0.6669em}.dna-module .leaflet-left .leaflet-control-scale{margin-left:5px}.dna-module .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.dna-module .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff}.dna-module .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.dna-module .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.dna-module .leaflet-touch .leaflet-control-attribution,.dna-module .leaflet-touch .leaflet-control-layers,.dna-module .leaflet-touch .leaflet-bar{box-shadow:none}.dna-module .leaflet-touch .leaflet-control-layers,.dna-module .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.dna-module .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.dna-module .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.dna-module .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.dna-module .leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.dna-module .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.dna-module .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.dna-module .leaflet-popup-content-wrapper,.dna-module .leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}.dna-module .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma, Verdana, sans-serif;color:#757575;text-decoration:none;background:transparent}.dna-module .leaflet-container a.leaflet-popup-close-button:hover,.dna-module .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.dna-module .leaflet-popup-scrolled{overflow:auto}.dna-module .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.dna-module .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.dna-module .leaflet-oldie .leaflet-control-zoom,.dna-module .leaflet-oldie .leaflet-control-layers,.dna-module .leaflet-oldie .leaflet-popup-content-wrapper,.dna-module .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.dna-module .leaflet-div-icon{background:#fff;border:1px solid #666}.dna-module .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.dna-module .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.dna-module .leaflet-tooltip-top:before,.dna-module .leaflet-tooltip-bottom:before,.dna-module .leaflet-tooltip-left:before,.dna-module .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.dna-module .leaflet-tooltip-bottom{margin-top:6px}.dna-module .leaflet-tooltip-top{margin-top:-6px}.dna-module .leaflet-tooltip-bottom:before,.dna-module .leaflet-tooltip-top:before{left:50%;margin-left:-6px}.dna-module .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.dna-module .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.dna-module .leaflet-tooltip-left{margin-left:-6px}.dna-module .leaflet-tooltip-right{margin-left:6px}.dna-module .leaflet-tooltip-left:before,.dna-module .leaflet-tooltip-right:before{top:50%;margin-top:-6px}.dna-module .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.dna-module .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}:root{--mod-request-v1-1: var(--clr-schema-3-headlines);--mod-request-v1-2: var(--clr-schema-3-bg);--form-clr-form-bg: var(--mod-request-v1-2);--form-clr-button-bg: var(--clr-request);--form-clr-button-border: var(--clr-request);--form-clr-button-text: var(--clr-request-font);--form-clr-schema-1-bg: var(--clr-schema-2-bg);--form-clr-schema-1-border: var(--clr-schema-2-bg);--form-clr-schema-1-text: var(--clr-schema-2-text);--form-clr-schema-2-bg: var(--clr-schema-1-bg);--form-clr-schema-2-border: var(--clr-schema-1-headlines);--form-clr-schema-2-text: var(--clr-schema-1-headlines);--form-clr-schema-3-bg: var(--clr-schema-2-bg);--form-clr-schema-3-border: var(--clr-schema-3-bg);--form-clr-schema-3-text: var(--clr-schema-2-text);--form-clr-schema-4-bg: var(--clr-schema-2-bg);--form-clr-schema-4-border: var(--clr-schema-2-headlines);--form-clr-schema-4-text: var(--clr-schema-2-text);--form-clr-typo-headline: var(--clr-schema-3-text);--form-clr-typo-text: var(--clr-schema-3-text)}.dna-module-request-v1{color:var(--mod-request-v1-1)}.dna-module-request-v1 .dna-module__tabs{overflow:auto;padding:calc((10/ 10) * 1em) 0}.dna-module-request-v1 .dna-module__tabs__wrapper{display:flex;justify-content:flex-start;color:inherit}.dna-module-request-v1 .dna-module__tabs__item{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;padding:0 calc((30/ 10) * 1em);display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;position:relative;white-space:nowrap}.dna-module-request-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__tabs__item>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__tabs__item:after{content:'';font-size:calc((10/ 10) * 1em) !important;display:block;position:absolute;top:50%;left:calc((12/ 10) * 1em);width:calc((7/ 10) * 1em);height:calc((7/ 10) * 1em);border-radius:50%;background-color:currentColor;opacity:0.5;transform:translateY(-50%)}.dna-module-request-v1 .dna-module__tabs__item.JS-active{font-weight:var(--fw-bold)}}@media screen and (min-width: 1025px){.dna-module-request-v1 .dna-module__tabs__item:not(.JS-active):hover{opacity:0.7}}@media screen{.dna-module-request-v1 .dna-module__tabs__item:not(.JS-active):after{display:none}.dna-module-request-v1 .dna-module__tabs__item:not(:last-child){border-right:1px solid}}@media screen and (min-width: 1025px){.dna-module-request-v1 .dna-module__tabs__item:last-child{padding-right:0}}@media screen{.dna-module-request-v1 .dna-module__tabs::-webkit-scrollbar{height:3px;border-radius:5px}}@media screen and (min-width: 1025px){.dna-module-request-v1 .dna-module__tabs__wrapper{flex-wrap:wrap;gap:calc((15/ 10) * 1em) 0}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__tabs{padding:calc((10/ 10) * 1em) 0}}@media screen{.dna-module-request-v1 .dna-module__container{display:flex;flex-wrap:wrap;gap:calc((20/ 10) * 1em)}.dna-module-request-v1 .dna-module__container__left{flex:1;background-color:var(--mod-request-v1-2);border-radius:calc((8/ 10) * 1em);padding:calc((40/ 10) * 1em)}.dna-module-request-v1 .dna-module__container__right{width:32%;display:flex;flex-direction:column;gap:calc((20/ 10) * 1em)}.dna-module-request-v1 .dna-module__tabs{margin-bottom:calc((35/ 10) * 1em);color:var(--form-clr-typo-text)}.dna-module-request-v1 .dna-module__forms__item.JS-disabled{display:none}.dna-module-request-v1 .dna-module__forms__headline{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-bottom:calc((35/ 10) * 1em)}.dna-module-request-v1 .dna-module__forms__headline>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__forms__headline>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__request[data-required-address="0"] .BN-dynform__row[data-row="personal-accordion"]{display:none !important}.dna-module-request-v1 .dna-module__request .BN-dynform__wrap{margin:0;max-width:100% !important}.dna-module-request-v1 .dna-module__request .BN-dynform__row[data-row="trip-header"],.dna-module-request-v1 .dna-module__request .BN-dynform__row[data-row="block-append"]{display:none !important}.dna-module-request-v1 .dna-module__request .BN-dynform__row[data-row="conclusion-final"] button{border-radius:calc((8/ 10) * 1em);border:none}.dna-module-request-v1 .dna-module__request .BN-dynform__input:not([type=checkbox]):not([type=number]):not([type=radio]) ~ .BN-dynform__mark--post,.dna-module-request-v1 .dna-module__request .BN-dynform__select ~ .BN-dynform__mark--post,.dna-module-request-v1 .dna-module__request .BN-dynform__block[data-block="guest"] .BN-dynform__label{color:var(--BN-dynform--clr-schema-3-text) !important}.dna-module-request-v1 .dna-module__services{padding-top:calc((25/ 10) * 1em);position:relative}.dna-module-request-v1 .dna-module__services__name{position:absolute;left:0;top:0;font-size:14px;font-weight:700;white-space:nowrap;line-height:1;color:var(--form-clr-schema-1-text)}.dna-module-request-v1 .dna-module__services__wrapper{background-color:#e8f2e4;border:1px solid #509D33;padding:calc((10/ 10) * 1em) calc((30/ 10) * 1em);border-radius:3px;display:flex;align-items:center;justify-content:space-between;color:#000;margin-bottom:calc((25/ 10) * 1em);cursor:pointer;min-height:7.8em}.dna-module-request-v1 .dna-module__services__left{border-radius:50%;overflow:hidden;border:3px solid #fff;background-color:#fff;margin-right:calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__services__left img{width:100%;max-width:calc((50/ 10) * 1em);height:auto}.dna-module-request-v1 .dna-module__services__center{flex:1}.dna-module-request-v1 .dna-module__services__center>*>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__services__center>*>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-request-v1 .dna-module__services__center>*>*{font-size:calc((12/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__services__title{font-weight:var(--fw-bold)}.dna-module-request-v1 .dna-module__services__right{margin-left:calc((15/ 10) * 1em);color:#C6C6C6;transition:transform 0.5s}.dna-module-request-v1 .dna-module__services__right>div{width:calc((20/ 10) * 1em)}.dna-module-request-v1 .dna-module__services__right:hover{transform:translateY(-2px)}.dna-module-request-v1 .dna-module__services:not(.JS-active){display:none}.dna-module-request-v1 .dna-module__info-box{background-color:var(--mod-request-v1-2);border-radius:calc((8/ 10) * 1em);padding:calc((40/ 10) * 1em);display:flex;align-items:flex-start;gap:calc((20/ 10) * 1em)}.dna-module-request-v1 .dna-module__info-box__left{flex:1}.dna-module-request-v1 .dna-module__info-box__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-request-v1 .dna-module__info-box__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__info-box__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__info-box__text{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;margin-top:calc((25/ 10) * 1em);color:var(--form-clr-typo-text)}.dna-module-request-v1 .dna-module__info-box__text>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__info-box__text>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__info-box__text a{color:inherit;text-decoration:underline}.dna-module-request-v1 .dna-module__info-box__text a:hover{opacity:0.8}.dna-module-request-v1 .dna-module__info-box__text>*{margin:calc((10/ 10) * 1em) 0}.dna-module-request-v1 .dna-module__info-box__text>*:first-child{margin-top:0}.dna-module-request-v1 .dna-module__info-box__text>*:last-child{margin-bottom:0}.dna-module-request-v1 .dna-module__info-box__text>ol,.dna-module-request-v1 .dna-module__info-box__text>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-request-v1 .dna-module__info-box__text b,.dna-module-request-v1 .dna-module__info-box__text strong{font-weight:var(--fw-bold)}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table tr>*,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table tr th,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table tr p,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table tr img,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-request-v1 .dna-module__info-box__text .DNA-table-wrap table tr:last-child>*,.dna-module-request-v1 .dna-module__info-box__text .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-request-v1 .dna-module__info-box__text ul{line-height:2}.dna-module-request-v1 .dna-module__info-box__text ul li{display:block;position:relative;padding-left:calc((10/ 10) * 1em)}.dna-module-request-v1 .dna-module__info-box__text ul li:before{content:'';-webkit-mask:"" no-repeat 50% 50%;mask:"" no-repeat 50% 50%;-webkit-mask-size:calc((10/ 10) * 1em);mask-size:calc((10/ 10) * 1em);width:calc((10/ 10) * 1em);height:calc((10/ 10) * 1em);position:absolute;left:calc((-10/ 10) * 1em);top:calc((5/ 10) * 1em);background-color:currentColor}.dna-module-request-v1 .dna-module__map-trigger{flex:1;background-color:var(--mod-request-v1-2);border-radius:calc((8/ 10) * 1em);padding:calc((40/ 10) * 1em);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.dna-module-request-v1 .dna-module__map-trigger__label{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-request-v1 .dna-module__map-trigger__label>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__map-trigger__label>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__map-trigger__infos{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;width:100%;margin-top:calc((25/ 10) * 1em);color:var(--form-clr-typo-text)}.dna-module-request-v1 .dna-module__map-trigger__infos>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__map-trigger__infos>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-request-v1 .dna-module__map-trigger__bg{position:relative;flex:1;width:100%;border-radius:calc((8/ 10) * 1em);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:calc((35/ 10) * 1em);margin-top:calc((25/ 10) * 1em)}.dna-module-request-v1 .dna-module__map-trigger__bg img,.dna-module-request-v1 .dna-module__map-trigger__bg video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;position:absolute;left:0;top:0}.dna-module-request-v1 .dna-module__map-trigger__icon{position:relative;width:calc((75/ 10) * 1em);height:calc((75/ 10) * 1em);background-color:var(--mod-request-v1-2);color:inherit;padding:calc((20/ 10) * 1em);border-radius:50%;transition:transform 0.5s}}@media screen and (min-width: 1025px){.dna-module-request-v1 .dna-module__map-trigger:hover .dna-module__map-trigger__icon{transform:translateY(-3px)}}@media screen{.dna-module-request-v1 .dna-module__map{overflow:hidden;width:100%;position:relative;border-radius:calc((8/ 10) * 1em)}.dna-module-request-v1 .dna-module__map__container{transition:height 1s;z-index:10}.dna-module-request-v1 .dna-module__map__container>*{z-index:10}.dna-module-request-v1 .dna-module__map__container[data-view="maps"],.dna-module-request-v1 .dna-module__map__container[data-view="iframe"]{height:calc((450/ 10) * 1em)}.dna-module-request-v1 .dna-module__map__container[data-view="image"] img{display:block;height:auto;width:100%}.dna-module-request-v1 .dna-module__map__container:not(.JS-open){height:0 !important;margin-bottom:0}.dna-module-request-v1 .dna-module__map__close{position:absolute;top:calc((15/ 10) * 1em);right:calc((15/ 10) * 1em);width:calc((50/ 10) * 1em);height:calc((50/ 10) * 1em);background-color:var(--mod-request-v1-2);color:inherit;padding:calc((15/ 10) * 1em);border-radius:50%;cursor:pointer;z-index:10}}@media screen and (max-width: 1024px){.dna-module-request-v1 .dna-module__container{flex-direction:column-reverse;gap:calc((10/ 10) * 1em)}.dna-module-request-v1 .dna-module__container__left{border-radius:calc((4/ 10) * 1em);padding:calc((25/ 10) * 1em);width:100%}.dna-module-request-v1 .dna-module__container__right{width:100%;gap:calc((10/ 10) * 1em);flex-direction:column-reverse}.dna-module-request-v1 .dna-module__tabs{margin-bottom:calc((25/ 10) * 1em)}.dna-module-request-v1 .dna-module__forms__headline{margin-bottom:calc((25/ 10) * 1em)}.dna-module-request-v1 .dna-module__request .BN-dynform__row[data-row="conclusion-final"] button{border-radius:calc((4/ 10) * 1em) !important}.dna-module-request-v1 .dna-module__services__wrapper{padding:calc((10/ 10) * 1em) calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__services__left img{max-width:calc((35/ 10) * 1em)}.dna-module-request-v1 .dna-module__services__right>div{width:calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__info-box{display:none !important;border-radius:calc((4/ 10) * 1em);padding:calc((25/ 10) * 1em);gap:calc((20/ 10) * 1em);align-items:flex-start}.dna-module-request-v1 .dna-module__info-box__right{width:calc((25/ 10) * 1em)}.dna-module-request-v1 .dna-module__info-box__right img{display:block;width:100%;height:auto}.dna-module-request-v1 .dna-module__info-box__text{margin-top:calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__map-trigger{border-radius:calc((4/ 10) * 1em);padding:calc((25/ 10) * 1em);flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.dna-module-request-v1 .dna-module__map-trigger__label{width:100%}.dna-module-request-v1 .dna-module__map-trigger__infos{width:calc(100% - calc((75/ 10) * 1em));margin-top:calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__map-trigger__bg{flex:none;width:calc((50/ 10) * 1em);height:calc((50/ 10) * 1em);border-radius:calc((4/ 10) * 1em);padding:0;margin-top:calc((15/ 10) * 1em)}.dna-module-request-v1 .dna-module__map-trigger__icon{width:calc((25/ 10) * 1em);height:calc((25/ 10) * 1em);background-color:transparent;color:#000;padding:0}.dna-module-request-v1 .dna-module__map{border-radius:calc((4/ 10) * 1em)}.dna-module-request-v1 .dna-module__map__container[data-view="maps"],.dna-module-request-v1 .dna-module__map__container[data-view="iframe"]{height:calc((400/ 10) * 1em)}.dna-module-request-v1 .dna-module__map__close{top:calc((10/ 10) * 1em);right:calc((10/ 10) * 1em);width:calc((30/ 10) * 1em);height:calc((30/ 10) * 1em);padding:calc((10/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__logo{padding-top:calc((80/ 10) * 1em);display:flex;justify-content:center}.dna-module-thanks-v1 .dna-module__logo>div{padding:calc((20/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__logo{padding-top:calc((20/ 10) * 1em);display:flex;justify-content:center}}@media screen{.dna-module-thanks-v1 .dna-module__content>*{margin-top:calc((25/ 10) * 1em);text-align:center}.dna-module-thanks-v1 .dna-module__content>*:first-child{margin-top:0}.dna-module-thanks-v1 .dna-module__headlines{color:var(--mod-text-v1-1)}.dna-module-thanks-v1 .dna-module__headlines>*:first-child{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-thanks-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__headlines>*:first-child>*{font-size:calc((var(--fs-headline-large-mobile)/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__headlines>*:nth-child(2){font-weight:var(--fw-headlines);font-family:var(--ff-headlines);margin-top:calc((10/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__headlines>*:nth-child(2)>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-text-v1-2)}.dna-module-thanks-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-thanks-v1 .dna-module__rte a:hover{opacity:0.8}.dna-module-thanks-v1 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-thanks-v1 .dna-module__rte>*:first-child{margin-top:0}.dna-module-thanks-v1 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-thanks-v1 .dna-module__rte>ol,.dna-module-thanks-v1 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__rte b,.dna-module-thanks-v1 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-thanks-v1 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-thanks-v1 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-thanks-v1 .dna-module__rte ol,.dna-module-thanks-v1 .dna-module__rte ul{display:table;text-align:left;margin-left:auto;margin-right:auto}.dna-module-thanks-v1 .dna-module__rte--info{padding-top:calc((20/ 10) * 1em);position:relative;font-size:90%}.dna-module-thanks-v1 .dna-module__rte--info:after{content:"";display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:50%;height:1px;background-color:var(--mod-text-v1-2)}.dna-module-thanks-v1 .dna-module__icon{margin-bottom:calc((50/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__icon img{height:auto}.dna-module-thanks-v1 .dna-module__social{margin-top:calc((50/ 10) * 1em);color:var(--mod-text-v1-1)}.dna-module-thanks-v1 .dna-module__social-title{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;font-weight:var(--fw-bold);margin-bottom:calc((10/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__social-title>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__social-title>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__social-wrapper{display:flex;justify-content:center}.dna-module-thanks-v1 .dna-module__social-item{width:calc((25/ 10) * 1em);margin-right:calc((15/ 10) * 1em);text-decoration:none;color:inherit}.dna-module-thanks-v1 .dna-module__social-item:last-child{margin-right:0}.dna-module-thanks-v1 .dna-module__button{display:flex;justify-content:center;margin-top:calc((30/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__button a{border-radius:calc((8/ 10) * 1em);min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-button-secondary-font);background-color:var(--clr-button-secondary);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;width:100%;max-width:calc((300/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__button a>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__button a>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__button a:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-thanks-v1 .dna-module__button a .DNA-icon{width:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__button a{min-height:calc((35/ 10) * 1em);border-radius:calc((5/ 10) * 1em)}}@media screen{.dna-module-thanks-v1 .dna-module__loader{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--clr-schema-1-bg);animation:thanks-remove 1s;animation-fill-mode:forwards;animation-delay:4s;z-index:999}.dna-module-thanks-v1 .dna-module__loader-wrapper{width:calc((90/ 10) * 1em);height:calc((90/ 10) * 1em);display:flex}.dna-module-thanks-v1 .dna-module__loader-wrapper>div{width:50%;overflow:hidden;position:relative;height:100%}.dna-module-thanks-v1 .dna-module__loader-wrapper>div>div{height:100%;width:200%;position:absolute;top:50%}.dna-module-thanks-v1 .dna-module__loader-wrapper>div>div:before{content:'';display:block;width:100%;height:100%;box-shadow:inset 0 0 0 3px #509D33;border-radius:50%}.dna-module-thanks-v1 .dna-module__loader-wrapper>div>div:after{content:'';background-color:var(--clr-schema-1-bg);position:absolute;width:50%;height:100%;top:0}.dna-module-thanks-v1 .dna-module__loader-wrapper>div:nth-child(1)>div{left:100%;transform:translate(-50%, -50%) rotate(-180deg);animation:thanks-left-spin 1s linear;animation-fill-mode:forwards;animation-delay:2s}.dna-module-thanks-v1 .dna-module__loader-wrapper>div:nth-child(1)>div:after{right:0}.dna-module-thanks-v1 .dna-module__loader-wrapper>div:nth-child(2)>div{right:100%;transform:translate(50%, -50%) rotate(-180deg);animation:thanks-right-spin 1s linear;animation-fill-mode:forwards;animation-delay:1s}.dna-module-thanks-v1 .dna-module__loader-wrapper>div:nth-child(2)>div:after{left:0}.dna-module-thanks-v1 .dna-module__loader__icon{color:#509D33;width:calc((30/ 10) * 1em);position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) scale(0);opacity:0;animation:thanks-popin 0.5s;animation-fill-mode:forwards;animation-delay:3s}}@media screen and (max-width: 1024px){.dna-module-thanks-v1 .dna-module__icon{margin-bottom:calc((25/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__icon img{width:calc((50/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__social{margin-top:calc((25/ 10) * 1em)}.dna-module-thanks-v1 .dna-module__button{margin-top:calc((20/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-thanks-v1 .dna-module__rte__info{margin-top:calc((35/ 10) * 1em)}}@media screen{:root{--mod-info-v1-1: var(--clr-schema-1-text);--mod-info-v1-2: var(--clr-schema-1-headlines)}.dna-module-info-v1 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-info-v1 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-info-v1 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-info-v1 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-info-v1 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-info-v1 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-info-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v1 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v1 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-info-v1 .dna-module__container{position:relative;padding-right:calc((110/ 10) * 1em)}.dna-module-info-v1 .dna-module__list__wrap{display:flex}.dna-module-info-v1 .dna-module__item{width:100%;display:flex;gap:calc((60/ 10) * 1em)}.dna-module-info-v1 .dna-module__image{width:calc((195/ 10) * 1em);border-radius:calc((8/ 10) * 1em);overflow:hidden;align-self:flex-start}.dna-module-info-v1 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-info-v1 .dna-module__content{flex:1;align-self:flex-end}.dna-module-info-v1 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--mod-info-v1-2);margin-bottom:calc((10/ 10) * 1em)}.dna-module-info-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v1 .dna-module__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-info-v1 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-info-v1-1)}.dna-module-info-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v1 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-info-v1 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-info-v1 .dna-module__rte a:hover{opacity:0.8}.dna-module-info-v1 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-info-v1 .dna-module__rte>*:first-child{margin-top:0}.dna-module-info-v1 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-info-v1 .dna-module__rte>ol,.dna-module-info-v1 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-info-v1 .dna-module__rte b,.dna-module-info-v1 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-info-v1 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-info-v1 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-info-v1 .dna-module__slider-elements{position:absolute;top:0;right:0;width:calc((110/ 10) * 1em);height:100%;display:flex;flex-direction:column;align-items:flex-end;z-index:1;color:var(--mod-info-v1-2)}}@media screen and (max-width: 1024px){.dna-module-info-v1{overflow:hidden}.dna-module-info-v1 .dna-module__container{padding-right:calc((25/ 10) * 1em)}.dna-module-info-v1 .dna-module__list{margin-left:calc((-5/ 10) * 1em);margin-right:calc((-5/ 10) * 1em);overflow:visible}.dna-module-info-v1 .dna-module__item{width:calc(100% / 2);padding:0 calc((5/ 10) * 1em);flex-direction:column;gap:calc((20/ 10) * 1em)}.dna-module-info-v1 .dna-module__image{width:100%;border-radius:calc((4/ 10) * 1em)}.dna-module-info-v1 .dna-module__content{width:100%;padding-right:calc((25/ 10) * 1em)}.dna-module-info-v1 .dna-module__slider-elements{width:auto;height:auto;right:calc((25/ 10) * 1em);padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5);color:#fff}}@media screen and (max-width: 480px){.dna-module-info-v1 .dna-module__item{width:100%}}@media screen{:root{--mod-info-v2-1: var(--clr-schema-1-headlines);--mod-info-v2-2: var(--clr-schema-1-headlines);--mod-info-v2-3: var(--clr-schema-1-text)}.dna-module-info-v2 .dna-module__slider-elements{display:flex;flex-direction:column;align-items:flex-end;gap:calc((10/ 10) * 1em);z-index:1;pointer-events:none}.dna-module-info-v2 .dna-module__slider-elements .dna-module__arrows{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:auto}.dna-module-info-v2 .dna-module__slider-elements .dna-module__arrows__arrow{padding:calc((10/ 10) * 1em) 0;cursor:pointer}}@media screen and (min-width: 1025px){.dna-module-info-v2 .dna-module__slider-elements .dna-module__arrows__arrow:hover{opacity:0.7}}@media screen{.dna-module-info-v2 .dna-module__slider-elements .dna-module__arrows__arrow>*{width:calc((20/ 10) * 1em);height:calc((20/ 10) * 1em)}.dna-module-info-v2 .dna-module__slider-elements .dna-module__pagination{line-height:1;display:flex}.dna-module-info-v2 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((15/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v2 .dna-module__slider-elements .dna-module__pagination>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v2 .dna-module__slider-elements .dna-module__arrows{display:none}}@media screen{.dna-module-info-v2 .dna-module__headlines{color:var(--mod-info-v2-1);margin-bottom:calc((35/ 10) * 1em)}.dna-module-info-v2 .dna-module__headlines>*{font-weight:var(--fw-headlines);font-family:var(--ff-headlines)}.dna-module-info-v2 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v2 .dna-module__headlines>*>*{font-size:calc((var(--fs-headline-medium-mobile)/ 10) * 1em)}}@media screen{.dna-module-info-v2 .dna-module__container{position:relative;padding-right:calc((110/ 10) * 1em)}.dna-module-info-v2 .dna-module__list{margin-left:calc((-15/ 10) * 1em);margin-right:calc((-15/ 10) * 1em)}.dna-module-info-v2 .dna-module__list__wrap{display:flex}.dna-module-info-v2 .dna-module__item{width:calc(100% / 3);padding:0 calc((15/ 10) * 1em)}.dna-module-info-v2 .dna-module__image{border-radius:calc((8/ 10) * 1em);overflow:hidden}.dna-module-info-v2 .dna-module__image img{display:block;width:100%;height:auto}.dna-module-info-v2 .dna-module__content{margin-top:calc((25/ 10) * 1em)}.dna-module-info-v2 .dna-module__title{font-weight:var(--fw-headlines);font-family:var(--ff-headlines);color:var(--mod-info-v2-2)}.dna-module-info-v2 .dna-module__title>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v2 .dna-module__title>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-info-v2 .dna-module__rte{font-family:var(--ff-general);font-weight:var(--fw-regular);line-height:1.4;color:var(--mod-info-v2-3);margin-top:calc((15/ 10) * 1em)}.dna-module-info-v2 .dna-module__rte>*{font-size:calc((var(--fs-rte-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-info-v2 .dna-module__rte>*{font-size:calc((var(--fs-rte-mobile)/ 10) * 1em)}}@media screen{.dna-module-info-v2 .dna-module__rte a{color:inherit;text-decoration:underline}.dna-module-info-v2 .dna-module__rte a:hover{opacity:0.8}.dna-module-info-v2 .dna-module__rte>*{margin:calc((10/ 10) * 1em) 0}.dna-module-info-v2 .dna-module__rte>*:first-child{margin-top:0}.dna-module-info-v2 .dna-module__rte>*:last-child{margin-bottom:0}.dna-module-info-v2 .dna-module__rte>ol,.dna-module-info-v2 .dna-module__rte>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-info-v2 .dna-module__rte b,.dna-module-info-v2 .dna-module__rte strong{font-weight:var(--fw-bold)}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table tr>*,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table tr th,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table tr p,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table tr img,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-info-v2 .dna-module__rte .DNA-table-wrap table tr:last-child>*,.dna-module-info-v2 .dna-module__rte .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-info-v2 .dna-module__slider-elements{position:absolute;top:0;right:0;width:calc((110/ 10) * 1em);height:100%;display:flex;flex-direction:column;align-items:flex-end;z-index:1;color:var(--mod-info-v2-1)}}@media screen and (max-width: 1024px){.dna-module-info-v2{overflow:hidden}.dna-module-info-v2 .dna-module__headlines{margin-bottom:calc((20/ 10) * 1em)}.dna-module-info-v2 .dna-module__container{padding-right:calc((25/ 10) * 1em)}.dna-module-info-v2 .dna-module__list{margin-left:calc((-5/ 10) * 1em);margin-right:calc((-5/ 10) * 1em);overflow:visible}.dna-module-info-v2 .dna-module__item{width:calc(100% / 2);padding:0 calc((5/ 10) * 1em)}.dna-module-info-v2 .dna-module__image{border-radius:calc((4/ 10) * 1em)}.dna-module-info-v2 .dna-module__content{padding-right:calc((25/ 10) * 1em);margin-top:calc((20/ 10) * 1em)}.dna-module-info-v2 .dna-module__rte{margin-top:calc((10/ 10) * 1em)}.dna-module-info-v2 .dna-module__slider-elements{width:auto;height:auto;right:calc((25/ 10) * 1em);padding:calc((15/ 10) * 1em);text-shadow:0 0 3px rgba(0,0,0,0.5);color:#fff}}@media screen{.dna-module-html[data-format="16x9"] .dna-module__container{height:0;padding-bottom:56.2%;position:relative}.dna-module-html[data-format="16x9"] .dna-module__code{position:absolute;left:0;top:0;width:100%;height:100%;overflow:auto}.dna-module-html[data-format="16x9"] .dna-module__code iframe{position:absolute;left:0;top:0;width:100%;height:100%}.dna-module-offers-detail{max-height:100%;max-width:100%;z-index:1}.dna-module-offers-detail .dna-module__detail-item{width:100%;padding:calc((30/ 10) * 1em);max-height:100vh;z-index:1}.dna-module-offers-detail .dna-module__detail-item-wrapper{box-shadow:0 3px 6px rgba(0,0,0,0.1);display:flex;background-color:var(--clr-box-bg);max-width:calc((1375/ 10) * 1em);padding:calc((110/ 10) * 1em) calc((130/ 10) * 1em) calc((80/ 10) * 1em) calc((130/ 10) * 1em);margin:auto;position:relative;z-index:1;pointer-events:auto;max-height:calc(100vh - calc((30/ 10) * 1em) - calc((30/ 10) * 1em));overflow:auto;flex-direction:row-reverse}.dna-module-offers-detail .dna-module__detail-item-wrapper>*{width:50%}.dna-module-offers-detail .dna-module__detail-item:not(.js-active){display:none}.dna-module-offers-detail .dna-module__detail-closer{position:absolute;top:calc((40/ 10) * 1em);right:calc((40/ 10) * 1em);width:auto;display:flex;align-items:center;line-height:1;cursor:pointer;color:var(--clr-primary);z-index:2}.dna-module-offers-detail .dna-module__detail-closer>*{font-size:calc((16/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-closer span{text-decoration:underline}.dna-module-offers-detail .dna-module__detail-closer i{font-size:calc((25/ 10) * 1em);margin-left:calc((10/ 25) * 1em)}.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(3){display:none}.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(4){display:none}.dna-module-offers-detail .dna-module__detail-closer:hover>*:nth-child(2){display:none}.dna-module-offers-detail .dna-module__detail-closer:hover>*:nth-child(3){display:block}.dna-module-offers-detail .dna-module__detail-left{position:relative}.dna-module-offers-detail .dna-module__detail-left img{width:100%;display:block}.dna-module-offers-detail .dna-module__detail-images{*zoom:1}.dna-module-offers-detail .dna-module__detail-images:before,.dna-module-offers-detail .dna-module__detail-images:after{content:" ";display:table}.dna-module-offers-detail .dna-module__detail-images:after{clear:both}.dna-module-offers-detail .dna-module__detail-images-item{float:left}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);padding:calc((20/ 10) * 1em);cursor:pointer;text-shadow:0 0 3px rgba(0,0,0,0.35);color:#fff;top:0;transform:none;margin-top:33%}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow>*{transition:transform 0.5s;font-size:calc((23/ 10) * 1em);display:block}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow:hover>*{transform:translateY(-2px)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow>*{font-size:calc((17/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow--prev{left:calc((5/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow--next{right:calc((5/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-offers-detail .dna-module__detail-images .slick-dots{display:flex;margin-top:calc((25/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-images .slick-dots li{width:calc((70/ 10) * 1em);border-radius:8px;cursor:pointer;position:relative;padding:calc((3/ 10) * 1em);display:block}.dna-module-offers-detail .dna-module__detail-images .slick-dots li img{border-radius:8px}.dna-module-offers-detail .dna-module__detail-images .slick-dots li.slick-active{border:2px solid var(--clr-request)}}@media screen{.dna-module-offers-detail .dna-module__detail-highlight{position:absolute;left:calc((10/ 10) * 1em);top:calc((10/ 10) * 1em);background-color:var(--clr-request-font);color:var(--clr-request);font-weight:var(--fw-bold);line-height:1;padding:calc((4/ 10) * 1em) calc((10/ 10) * 1em);border-radius:3px}.dna-module-offers-detail .dna-module__detail-highlight>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-highlight>*{font-size:calc((12/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-right{display:flex;flex-direction:column;justify-content:space-between;color:var(--clr-primary);height:100%}.dna-module-offers-detail .dna-module__detail-right:not(:nth-child(2)){padding-right:8%}.dna-module-offers-detail .dna-module__detail-name{font-weight:var(--fw-bold);font-family:var(--ff-headlines)}.dna-module-offers-detail .dna-module__detail-name>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-name>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-infos{display:flex;flex-wrap:wrap;align-items:center;padding:calc((10/ 10) * 1em) 0 calc((20/ 10) * 1em) 0}.dna-module-offers-detail .dna-module__detail-infos>div{display:flex;padding-bottom:calc((10/ 10) * 1em);margin-right:calc((25/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-infos>div>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-infos>div i{font-size:calc((18/ 10) * 1em);width:calc((30/ 18) * 1em)}.dna-module-offers-detail .dna-module__detail-infos>div:last-child{margin-right:0}.dna-module-offers-detail .dna-module__detail-board{width:100%}.dna-module-offers-detail .dna-module__detail-board>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-board>*{font-size:calc((11/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-board>span{border:1px solid var(--mod-offers-v1-7);border-radius:3px;background-color:var(--mod-offers-v1-8);color:var(--mod-offers-v1-7);padding:3px calc((10/ 13) * 1em)}.dna-module-offers-detail .dna-module__detail-description{color:var(--clr-secondary)}.dna-module-offers-detail .dna-module__detail-description>*{padding-bottom:calc((10/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-description>*>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-description>*>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-description>* a{color:inherit;text-decoration:underline}.dna-module-offers-detail .dna-module__detail-description>* a:hover{opacity:0.8}.dna-module-offers-detail .dna-module__detail-description>*>*{margin:calc((10/ 10) * 1em) 0}.dna-module-offers-detail .dna-module__detail-description>*>*:first-child{margin-top:0}.dna-module-offers-detail .dna-module__detail-description>*>*:last-child{margin-bottom:0}.dna-module-offers-detail .dna-module__detail-description>*>ol,.dna-module-offers-detail .dna-module__detail-description>*>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table tr>*,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table tr th,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table tr p,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table tr img,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-offers-detail .dna-module__detail-description>* .dna-table-wrap table tr:last-child>*,.dna-module-offers-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-offers-detail .dna-module__detail-description>*:last-child{padding-bottom:0}.dna-module-offers-detail .dna-module__detail-bottom{display:flex;align-items:center;padding-top:calc((35/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-button{text-transform:uppercase;border-radius:5px;min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;margin-right:calc((35/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-offers-detail .dna-module__detail-button i{font-size:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-button{min-height:calc((35/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-price{white-space:nowrap}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((20/ 10) * 1em);font-weight:var(--fw-bold)}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((16/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-nights>*{font-size:calc((14/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-nights>*{font-size:calc((13/ 10) * 1em)}}@media screen{.dna-module-offers-detail .dna-module__detail-switcher{text-transform:uppercase;top:50%;display:flex;align-items:center;justify-content:center;white-space:nowrap;position:absolute;width:0;transform:translateY(-50%) rotate(-90deg);color:var(--clr-tertiary)}.dna-module-offers-detail .dna-module__detail-switcher>*{font-size:calc((14/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher>div{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:calc((10/ 10) * 1em) 0}.dna-module-offers-detail .dna-module__detail-switcher span{margin-right:calc((5/ 14) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher i{display:block}.dna-module-offers-detail .dna-module__detail-switcher--prev{left:calc((35/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher--prev i{transform:rotate(-90deg)}.dna-module-offers-detail .dna-module__detail-switcher--next{right:calc((35/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher--next i{transform:rotate(90deg)}.dna-module-offers-detail .dna-module__detail:not(.js-active){display:none}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail__wrap{max-height:100%;overflow:auto}.dna-module-offers-detail .dna-module__detail-item{padding:0;height:100%}.dna-module-offers-detail .dna-module__detail-item-wrapper{padding:0;min-height:100%;max-height:100vh;display:block}.dna-module-offers-detail .dna-module__detail-closer{position:fixed;top:calc((15/ 10) * 1em);right:calc((15/ 10) * 1em);padding:calc((10/ 10) * 1em);border-radius:3px;background-color:var(--clr-box-bg)}.dna-module-offers-detail .dna-module__detail-closer i{font-size:calc((17/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(1),.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(2),.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(3){display:none !important}.dna-module-offers-detail .dna-module__detail-closer>*:nth-child(4){display:block;margin-left:0}.dna-module-offers-detail .dna-module__detail-left{width:100%}.dna-module-offers-detail .dna-module__detail-right{width:100%;padding:calc((25/ 10) * 1em) calc((35/ 10) * 1em);position:relative}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow{top:50%;transform:translateY(-50%);margin-top:0}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow--prev{left:0}.dna-module-offers-detail .dna-module__detail-images .dna-slider__arrow--next{right:0}.dna-module-offers-detail .dna-module__detail-images .slick-dots{display:flex;justify-content:center;pointer-events:none;position:absolute;bottom:calc((20/ 10) * 1em);left:0;width:100%;z-index:1}.dna-module-offers-detail .dna-module__detail-images .slick-dots li{display:flex;align-items:center;width:calc((35/ 10) * 1em);height:calc((20/ 10) * 1em);cursor:pointer;margin:0 calc((5/ 10) * 1em);pointer-events:all}.dna-module-offers-detail .dna-module__detail-images .slick-dots li:after{content:'';display:block;width:100%;height:2px;background-color:#fff;opacity:0.3}.dna-module-offers-detail .dna-module__detail-images .slick-dots li.slick-active:after{opacity:1}.dna-module-offers-detail .dna-module__detail-images .slick-dots li button,.dna-module-offers-detail .dna-module__detail-images .slick-dots li img{display:none}}@media screen and (max-width: 1024px) and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-images .slick-dots li{width:calc((25/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-offers-detail .dna-module__detail-infos{display:block;padding:calc((10/ 10) * 1em) 0}.dna-module-offers-detail .dna-module__detail-infos>div{margin-right:0}.dna-module-offers-detail .dna-module__detail-board>span{padding:1px 5px}.dna-module-offers-detail .dna-module__detail-description>*{padding-bottom:calc((5/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-bottom{padding-top:calc((25/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-button{margin-right:calc((25/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((18/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((14/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher>div{padding:calc((5/ 10) * 1em) 0}.dna-module-offers-detail .dna-module__detail-switcher--prev{left:calc((17/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-switcher--next{right:calc((17/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-offers-detail .dna-module__detail-top{padding-bottom:calc((75/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-highlight{padding:3px 5px}.dna-module-offers-detail .dna-module__detail-bottom{box-shadow:0 -3px 6px rgba(0,0,0,0.1);position:fixed;bottom:0;left:0;width:100%;background-color:var(--clr-box-bg);flex-direction:row-reverse;align-items:center;justify-content:space-between;z-index:1;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((16/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((13/ 10) * 1em)}.dna-module-offers-detail .dna-module__detail-button{margin-right:0;margin-left:calc((15/ 10) * 1em);flex:2;width:50%}.dna-module-offers-detail .dna-module__detail-priceinfo{width:50%;flex:1}}@media screen{.dna-module-offers-detail[data-type="subpage"] .dna-module__detail-item-wrapper{box-shadow:none}.dna-module-offers-detail[data-type="subpage"] .dna-module__detail-closer,.dna-module-offers-detail[data-type="subpage"] .dna-module__detail-switcher,.dna-module-offers-detail[data-type="subpage"] .dna-module__detail-button{display:none}.dna-module-rooms-detail{max-height:100%;max-width:100%;z-index:1}.dna-module-rooms-detail .dna-module__detail-item{width:100%;padding:calc((30/ 10) * 1em);max-height:100vh;z-index:1}.dna-module-rooms-detail .dna-module__detail-item-wrapper{box-shadow:0 3px 6px rgba(0,0,0,0.1);display:flex;background-color:var(--clr-box-bg);max-width:calc((1375/ 10) * 1em);padding:calc((110/ 10) * 1em) calc((130/ 10) * 1em) calc((80/ 10) * 1em) calc((130/ 10) * 1em);margin:auto;position:relative;z-index:1;pointer-events:auto;max-height:calc(100vh - calc((30/ 10) * 1em) - calc((30/ 10) * 1em));overflow:auto;flex-direction:row-reverse}.dna-module-rooms-detail .dna-module__detail-item-wrapper>*{width:50%}.dna-module-rooms-detail .dna-module__detail-item:not(.js-active){display:none}.dna-module-rooms-detail .dna-module__detail-closer{position:absolute;top:calc((40/ 10) * 1em);right:calc((40/ 10) * 1em);width:auto;display:flex;align-items:center;line-height:1;cursor:pointer;color:var(--clr-primary);z-index:2}.dna-module-rooms-detail .dna-module__detail-closer>*{font-size:calc((16/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-closer span{text-decoration:underline}.dna-module-rooms-detail .dna-module__detail-closer i{font-size:calc((25/ 10) * 1em);margin-left:calc((10/ 25) * 1em)}.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(3){display:none}.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(4){display:none}.dna-module-rooms-detail .dna-module__detail-closer:hover>*:nth-child(2){display:none}.dna-module-rooms-detail .dna-module__detail-closer:hover>*:nth-child(3){display:block}.dna-module-rooms-detail .dna-module__detail-left{position:relative}.dna-module-rooms-detail .dna-module__detail-left img{width:100%;display:block}.dna-module-rooms-detail .dna-module__detail-images{*zoom:1}.dna-module-rooms-detail .dna-module__detail-images:before,.dna-module-rooms-detail .dna-module__detail-images:after{content:" ";display:table}.dna-module-rooms-detail .dna-module__detail-images:after{clear:both}.dna-module-rooms-detail .dna-module__detail-images-item{float:left}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);padding:calc((20/ 10) * 1em);cursor:pointer;text-shadow:0 0 3px rgba(0,0,0,0.35);color:#fff;top:0;transform:none;margin-top:33%}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow>*{transition:transform 0.5s;font-size:calc((23/ 10) * 1em);display:block}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow:hover>*{transform:translateY(-2px)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow>*{font-size:calc((17/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow--prev{left:calc((5/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow--next{right:calc((5/ 10) * 1em)}}@media screen and (min-width: 1025px){.dna-module-rooms-detail .dna-module__detail-images .slick-dots{display:flex;margin-top:calc((25/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li{width:calc((70/ 10) * 1em);border-radius:8px;cursor:pointer;position:relative;padding:calc((3/ 10) * 1em);display:block}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li img{border-radius:8px}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li.slick-active{border:2px solid var(--clr-request)}}@media screen{.dna-module-rooms-detail .dna-module__detail-highlight{position:absolute;left:calc((10/ 10) * 1em);top:calc((10/ 10) * 1em);background-color:var(--clr-request-font);color:var(--clr-request);font-weight:var(--fw-bold);line-height:1;padding:calc((4/ 10) * 1em) calc((10/ 10) * 1em);border-radius:3px}.dna-module-rooms-detail .dna-module__detail-highlight>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-highlight>*{font-size:calc((12/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-right{display:flex;flex-direction:column;justify-content:space-between;color:var(--clr-primary);height:100%}.dna-module-rooms-detail .dna-module__detail-right:not(:nth-child(2)){padding-right:8%}.dna-module-rooms-detail .dna-module__detail-name{font-weight:var(--fw-bold);font-family:var(--ff-headlines)}.dna-module-rooms-detail .dna-module__detail-name>*{font-size:calc((var(--fs-headline-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-name>*{font-size:calc((var(--fs-headline-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-infos{display:flex;flex-wrap:wrap;align-items:center;padding:calc((10/ 10) * 1em) 0 calc((20/ 10) * 1em) 0}.dna-module-rooms-detail .dna-module__detail-infos>div{display:flex;padding-bottom:calc((10/ 10) * 1em);margin-right:calc((25/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-infos>div>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-infos>div i{font-size:calc((18/ 10) * 1em);width:calc((30/ 18) * 1em)}.dna-module-rooms-detail .dna-module__detail-infos>div:last-child{margin-right:0}.dna-module-rooms-detail .dna-module__detail-board{width:100%}.dna-module-rooms-detail .dna-module__detail-board>*{font-size:calc((13/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-board>*{font-size:calc((11/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-board>span{border:1px solid var(--mod-rooms-v1-5);border-radius:3px;background-color:var(--mod-rooms-v1-6);color:var(--mod-rooms-v1-5);padding:3px calc((10/ 13) * 1em)}.dna-module-rooms-detail .dna-module__detail-description{color:var(--clr-secondary)}.dna-module-rooms-detail .dna-module__detail-description>*{padding-bottom:calc((10/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-description>*>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-description>*>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-description>* a{color:inherit;text-decoration:underline}.dna-module-rooms-detail .dna-module__detail-description>* a:hover{opacity:0.8}.dna-module-rooms-detail .dna-module__detail-description>*>*{margin:calc((10/ 10) * 1em) 0}.dna-module-rooms-detail .dna-module__detail-description>*>*:first-child{margin-top:0}.dna-module-rooms-detail .dna-module__detail-description>*>*:last-child{margin-bottom:0}.dna-module-rooms-detail .dna-module__detail-description>*>ol,.dna-module-rooms-detail .dna-module__detail-description>*>ul{padding-left:calc((10/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap{overflow:auto;width:100%}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table{margin-left:auto;margin-right:auto;border-collapse:collapse;min-width:100%}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table tr>*,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr>*{padding:calc((10/ 10) * 1em);border:none;text-align:left;border-bottom:1px solid}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table tr th,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr th{font-weight:var(--fw-bold)}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table tr p,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr p{margin:0}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table tr img,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr img{width:auto;max-width:100%}.dna-module-rooms-detail .dna-module__detail-description>* .dna-table-wrap table tr:last-child>*,.dna-module-rooms-detail .dna-module__detail-description>* .bn-scrabble__table_wrap table tr:last-child>*{border-bottom:none}.dna-module-rooms-detail .dna-module__detail-description>*:last-child{padding-bottom:0}.dna-module-rooms-detail .dna-module__detail-bottom{display:flex;align-items:center;padding-top:calc((35/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-button{text-transform:uppercase;border-radius:5px;min-height:calc((45/ 10) * 1em);display:flex;align-items:center;justify-content:center;color:var(--clr-request-font);background-color:var(--clr-request);box-shadow:none;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em);cursor:pointer;transition:box-shadow 0.5s, transform 0.5s;text-decoration:none;text-align:center;margin-right:calc((35/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-button>*{font-size:calc((var(--fs-rte-small-desktop)/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-button>*{font-size:calc((var(--fs-rte-small-mobile)/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-button:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1);transform:translateY(-2px)}.dna-module-rooms-detail .dna-module__detail-button i{font-size:calc((12/ 10) * 1em);margin-right:5px}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-button{min-height:calc((35/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-price{white-space:nowrap}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((20/ 10) * 1em);font-weight:var(--fw-bold)}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((16/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-nights>*{font-size:calc((14/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-nights>*{font-size:calc((13/ 10) * 1em)}}@media screen{.dna-module-rooms-detail .dna-module__detail-switcher{text-transform:uppercase;top:50%;display:flex;align-items:center;justify-content:center;white-space:nowrap;position:absolute;width:0;transform:translateY(-50%) rotate(-90deg);color:var(--clr-tertiary)}.dna-module-rooms-detail .dna-module__detail-switcher>*{font-size:calc((14/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher>div{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:calc((10/ 10) * 1em) 0}.dna-module-rooms-detail .dna-module__detail-switcher span{margin-right:calc((5/ 14) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher i{display:block}.dna-module-rooms-detail .dna-module__detail-switcher--prev{left:calc((35/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher--prev i{transform:rotate(-90deg)}.dna-module-rooms-detail .dna-module__detail-switcher--next{right:calc((35/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher--next i{transform:rotate(90deg)}.dna-module-rooms-detail .dna-module__detail:not(.js-active){display:none}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail__wrap{max-height:100%;overflow:auto}.dna-module-rooms-detail .dna-module__detail-item{padding:0;height:100%}.dna-module-rooms-detail .dna-module__detail-item-wrapper{padding:0;min-height:100%;max-height:100vh;display:block}.dna-module-rooms-detail .dna-module__detail-closer{position:fixed;top:calc((15/ 10) * 1em);right:calc((15/ 10) * 1em);padding:calc((10/ 10) * 1em);border-radius:3px;background-color:var(--clr-box-bg)}.dna-module-rooms-detail .dna-module__detail-closer i{font-size:calc((17/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(1),.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(2),.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(3){display:none !important}.dna-module-rooms-detail .dna-module__detail-closer>*:nth-child(4){display:block;margin-left:0}.dna-module-rooms-detail .dna-module__detail-left{width:100%}.dna-module-rooms-detail .dna-module__detail-right{width:100%;padding:calc((25/ 10) * 1em) calc((35/ 10) * 1em);position:relative}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow{top:50%;transform:translateY(-50%);margin-top:0}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow--prev{left:0}.dna-module-rooms-detail .dna-module__detail-images .dna-slider__arrow--next{right:0}.dna-module-rooms-detail .dna-module__detail-images .slick-dots{display:flex;justify-content:center;pointer-events:none;position:absolute;bottom:calc((20/ 10) * 1em);left:0;width:100%;z-index:1}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li{display:flex;align-items:center;width:calc((35/ 10) * 1em);height:calc((20/ 10) * 1em);cursor:pointer;margin:0 calc((5/ 10) * 1em);pointer-events:all}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li:after{content:'';display:block;width:100%;height:2px;background-color:#fff;opacity:0.3}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li.slick-active:after{opacity:1}.dna-module-rooms-detail .dna-module__detail-images .slick-dots li button,.dna-module-rooms-detail .dna-module__detail-images .slick-dots li img{display:none}}@media screen and (max-width: 1024px) and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-images .slick-dots li{width:calc((25/ 10) * 1em)}}@media screen and (max-width: 1024px){.dna-module-rooms-detail .dna-module__detail-infos{display:block;padding:calc((10/ 10) * 1em) 0}.dna-module-rooms-detail .dna-module__detail-infos>div{margin-right:0}.dna-module-rooms-detail .dna-module__detail-board>span{padding:1px 5px}.dna-module-rooms-detail .dna-module__detail-description>*{padding-bottom:calc((5/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-bottom{padding-top:calc((25/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-button{margin-right:calc((25/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((18/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((14/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher>div{padding:calc((5/ 10) * 1em) 0}.dna-module-rooms-detail .dna-module__detail-switcher--prev{left:calc((17/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-switcher--next{right:calc((17/ 10) * 1em)}}@media screen and (max-width: 767px){.dna-module-rooms-detail .dna-module__detail-top{padding-bottom:calc((75/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-highlight{padding:3px 5px}.dna-module-rooms-detail .dna-module__detail-bottom{box-shadow:0 -3px 6px rgba(0,0,0,0.1);position:fixed;bottom:0;left:0;width:100%;background-color:var(--clr-box-bg);flex-direction:row-reverse;align-items:center;justify-content:space-between;z-index:1;padding:calc((10/ 10) * 1em) calc((20/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(1){font-size:calc((16/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-price>*:nth-child(2){font-size:calc((13/ 10) * 1em)}.dna-module-rooms-detail .dna-module__detail-button{margin-right:0;margin-left:calc((15/ 10) * 1em);flex:2;width:50%}.dna-module-rooms-detail .dna-module__detail-priceinfo{width:50%;flex:1}}@media screen{.dna-module-rooms-detail .dna-module__rte{width:100%}.dna-module-rooms-detail[data-type="subpage"] .dna-module__detail-item-wrapper{box-shadow:none}.dna-module-rooms-detail[data-type="subpage"] .dna-module__detail-closer,.dna-module-rooms-detail[data-type="subpage"] .dna-module__detail-switcher,.dna-module-rooms-detail[data-type="subpage"] .dna-module__detail-button{display:none}}@media screen and (min-width: 1025px){.dna-module-rooms-detail .dna-module__detail-infos{display:flex}.dna-module-rooms-detail .dna-module__detail-infos-icon:not(:first-child){margin-left:calc((20/ 10) * 1em)}}@media screen{.dna-module--space-full{margin-bottom:calc((150/ 10) * 1em)}.dna-module--space-half{margin-bottom:calc((50/ 10) * 1em)}.dna-module--space-none{margin-bottom:0}}@media screen and (max-width: 1024px){.dna-module--space-full{margin-bottom:calc((75/ 10) * 1em)}.dna-module--space-half{margin-bottom:calc((25/ 10) * 1em)}}@media print{*{-webkit-print-color-adjust:exact;background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}video{display:none}.ui-datepicker,.flatpickr-calendar{display:none !important}*{color:#000000 !important}a[href]:after{display:none}abbr[title]:after{display:none}img{height:auto;display:none !important;width:auto}.hidden{display:none}.icon,.dna-icon{display:none}body{font-family:Arial, sans-serif;font-size:12px}h1,h2,h3,h4,.dna-module__headlines>*{margin:0 0 15px 0;text-transform:uppercase}h1{font-size:20px}h2{font-size:16px}h3,h4{font-size:14px !important}a{text-decoration:none}p,ul,ol,table{font-size:12px;margin:0 0 15px 0}table{width:100%}table tr th{background-color:#EEEEEE !important;font-size:16px}table tr>*{border:1px solid}.dna-page>*{display:none}.dna-page .dna-module{margin-bottom:20px}.dna-page .dna-module-header-v1{display:block}.dna-page .dna-module-header-v1>*{display:none}.dna-page .dna-module-header-v1>.dna-module__wrapper--1{display:block}.dna-page .dna-module-header-v1>.dna-module__wrapper--1 img{display:block !important;width:200px !important;height:auto !important;margin:auto}.dna-page .dna-module-header-v1>.dna-module__wrapper--1 img.dna-mainlogo__small{display:none !important}.dna-page .dna-module-text-v1{display:block}.dna-page .dna-module-highlights-v1{display:block}}:root{--clr-schema-1-bg: var(--clr-page-bg);--clr-schema-1-headlines: var(--clr-primary);--clr-schema-1-text: var(--clr-tertiary);--clr-schema-2-bg: var(--clr-box-bg);--clr-schema-2-headlines: var(--clr-primary);--clr-schema-2-text: var(--clr-secondary);--clr-schema-3-bg: var(--clr-content-bg);--clr-schema-3-headlines: var(--clr-primary);--clr-schema-3-text: var(--clr-tertiary);--clr-book: var(--clr-request);--clr-book-font: var(--clr-request-font);--clr-button-secondary: var(--clr-request);--clr-button-secondary-font: var(--clr-request-font);--clr-scroll-track: var(--clr-schema-2-bg);--clr-scroll-thumb: var(--clr-schema-2-headlines);--clr-primary: #364154;--clr-secondary: #909BA5;--clr-tertiary: #676767;--clr-page-bg: #fff;--clr-box-bg: #fff;--clr-content-bg:  #fafafa;--clr-request: #E29740;--clr-request-font: #fff;--clr-button: #E9EBEF;--clr-button-tabs: #fff;--clr-button-font: #364154;--clr-button-border: #DBDBDB;--clr-scroll-bar: #676767;--ff-general: Arial, sans-serif;--ff-headlines: Times New Roman, serif;--fw-regular: 400;--fw-bold: 700;--fs-rte-desktop: 17;--fs-rte-mobile: 14;--fs-rte-small-desktop: 15;--fs-rte-small-mobile: 13;--fs-headline-large-desktop: 36;--fs-headline-large-mobile: 19;--fs-headline-medium-desktop: 29;--fs-headline-medium-mobile: 19;--fs-headline-small-desktop: 23;--fs-headline-small-mobile: 19}

