/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&small-l=32.5em&medium=40em&medium-m=45em&medium-l=60em&large=64em&xlarge=75em&xxlarge=90em&maxcontent=95em&xxxlarge=100em&fullhd=120em&uppermost=160em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:auto}[data-whatinput='mouse'] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,0.8);transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 8px rgba(0,0,0,0.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,0.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease, transform .4s ease;transition:left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,0.5);color:#ddd;font:1.6em sans-serif;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,0.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{animation-delay:-1s}@keyframes bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;transition-property:transform, -webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform, height;transition-property:transform, height, -webkit-transform}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform, 200ms top;transition:200ms transform, 200ms top, 200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms left;transition:200ms transform, 200ms left, 200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform, 200ms right;transition:200ms transform, 200ms right, 200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-ms-transform:scale(0);transform:scale(0);-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-ms-transform-origin:50%;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12, end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}:root{--global-color-grey: #f5f5f5;--global-color-lemon-grey: #e4e4e4;--global-color-grey-dark: #888;--global-color-white: #fff;--global-color-black: #000;--global-color-orange: #faa21c;--global-color-lemon-yellow: #f3c71c;--global-color-text-default: #2a2a2a;--global-themeColor1: red;--global-themeColor2: #ff0;--global-maxwidth: 1920px}body{background:var(--global-color-white, #fff);color:var(--global-color-text-default, #2a2a2a);font-family:'Lato', sans-serif;overflow-x:hidden}body.search-open{overflow:hidden}figure{margin:0}.contain,.outer_wrapper{max-width:var(--global-maxwidth, 1920px);margin-right:auto;margin-left:auto}.outer_wrapper{background:var(--global-color-white, #fff);overflow-x:hidden}@media screen and (min-width: 120em){.outer_wrapper{overflow-x:initial}}.site-header{position:relative;z-index:2;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:calc(0.15 * 1em);color:var(--global-color-white, #fff)}.greyhero .site-header{color:var(--global-color-grey-dark, #888)}.site-header .letter{fill:currentColor}.site-header .contain,.site-header .outer_wrapper{display:-ms-flexbox;display:flex;padding:52px 36px;transition:background-color 0.2s ease-in-out}@media screen and (min-width: 95em){.site-header .contain,.site-header .outer_wrapper{padding-right:70px;padding-left:70px}}@media screen and (min-width: 100em){.site-header .contain,.site-header .outer_wrapper{padding-right:130px;padding-left:130px}}.fixed-nav .site-header{color:#949494;position:fixed;top:0;left:0;z-index:2;width:100%;box-shadow:0 6px 40px -10px rgba(0,0,0,0.15);background:#fff}.fixed-nav .site-header .contain,.fixed-nav .site-header .outer_wrapper{padding-top:20px;padding-bottom:20px;-ms-flex-align:center;align-items:center}.fixed-nav .site-header .site-logo{color:inherit}.fixed-nav .site-header .letter{fill:currentColor}.fixed-nav .site-header .nav{color:currentColor;font-weight:400}body:not(.fixed-nav).nav-open .site-header{color:#949494;background:#fff}body:not(.fixed-nav).nav-open .site-header .nav{top:114px;height:calc(100vh - 114px);font-weight:400}.hamburger{width:50px;height:42px;padding:10px;-ms-flex-order:-1;order:-1}@media screen and (min-width: 75em){.hamburger{display:none}}.hamburger a{display:block;height:42px;position:relative}.hamburger .u-sr-only{display:none}.hamburger .l-fill{color:inherit;display:block;width:100%;position:relative;top:0;left:0;height:100%}.hamburger .bar-1{width:30px;top:2px}.hamburger .bar-2{width:25px;top:10px}.hamburger .bar-3{width:20px;top:17px}.hamburger .site-nav__toggle-icon span{height:2px;-ms-transform:rotate(0deg) translate(0);transform:rotate(0deg) translate(0);-ms-transform-origin:center center;transform-origin:center center;transition:width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);position:absolute;background-color:currentColor}.hamburger a:hover .site-nav__toggle-icon span{width:100%}.nav-open .hamburger .site-nav__toggle-icon span{width:100%;-ms-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px)}.nav-open .hamburger .site-nav__toggle-icon .bar-2{-ms-transform:scaleX(0);transform:scaleX(0);opacity:0}.nav-open .hamburger .site-nav__toggle-icon .bar-3{-ms-transform:rotate(-45deg) translate(5px, -5px);transform:rotate(-45deg) translate(5px, -5px)}.site-logo{min-width:20%;color:currentColor;display:block;overflow:hidden;width:38px;min-width:0;position:absolute;left:50%;margin-left:-17.5px}.site-logo svg{width:220px}body:not(.fixed-nav) .site-logo path.circle{stroke-dasharray:200;stroke-dashoffset:200}body:not(.fixed-nav) .site-logo path.circle.circle-orange{fill:rgba(250,162,27,0);stroke:#faa21b;animation:logo-moveDown 1.8s ease forwards, logo-fillInOrng 2s ease 1.7s forwards}body:not(.fixed-nav) .site-logo path.circle.circle-darkgrey{fill:rgba(126,127,127,0);stroke:#7e7f7f;animation:logo-moveDown 1.8s ease forwards, logo-fillInDkGr 2s ease 1.7s forwards}body:not(.fixed-nav) .site-logo path.circle.circle-lightgrey{fill:rgba(182,184,186,0);stroke:#b6b8ba;animation:logo-moveDown 1.8s ease forwards, logo-fillInLgGr 2s ease 1.7s forwards}@media print, screen and (min-width: 45em){.site-logo{min-width:20%;overflow:initial;width:auto;border:none;margin-left:-110px}}@media screen and (min-width: 75em){.site-logo{margin-left:0;position:initial}}@keyframes logo-fillInOrng{0%{fill:rgba(250,162,27,0)}100%{fill:#faa21b}}@keyframes logo-fillInDkGr{0%{fill:rgba(126,127,127,0)}100%{fill:#7e7f7f}}@keyframes logo-fillInLgGr{0%{fill:rgba(182,184,186,0)}100%{fill:#b6b8ba}}@keyframes logo-moveDown{0%{stroke-dashoffset:200}50%{}100%{stroke-dashoffset:0}}@keyframes logo-test{0%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}.typed-cursor{font-family:Consolas,Courier New,Courier,Helvetica,Arial,sans-serif;opacity:1;animation:typedjsBlink .7s infinite;margin:0 0 0 -0.2ch !important}@keyframes typedjsBlink{50%{opacity:0}}.typed-fade-out{opacity:0;transition:opacity .25s;animation:0}.nav{-ms-flex:1;flex:1;display:none;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 75em){.nav{display:-ms-flexbox;display:flex}}.nav-open .nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#f8f8f8;position:fixed;top:82px;left:0;right:0;height:calc(100vh - 82px)}.nav ul{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.nav-open .nav ul{-ms-flex-direction:column;flex-direction:column}.nav li{margin:0 40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.nav a{text-decoration:none;color:inherit;position:relative;z-index:1}.nav a::before{content:'';position:absolute;right:-1rem;bottom:-0.5rem;left:-1rem;z-index:-1;background-color:var(--global-color-orange, #faa21c);opacity:0;transition:opacity 0.2s ease-in-out;height:1px;right:0;left:0}.nav a.active::before,.nav a:hover::before{opacity:1}.nav-open .nav a{line-height:3.5714;font-size:calc(1rem + 1.2vmin)}.nav-open .nav a::before{bottom:0.8em}@media screen and (min-width: 75em){.nav-open .nav a{font-size:inherit}.nav-open .nav a::before{bottom:-0.5rem}}.searchwrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;font-weight:400}@media screen and (min-width: 75em){.searchwrapper{min-width:20%}}.searchwrapper .trigger svg{height:30px;width:30px}.searchwrapper .gm-icon{fill:currentColor}.searchwrapper .trigger{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.searchwrapper .trigger span{margin-right:1rem;display:none}@media print, screen and (min-width: 40em){.searchwrapper .trigger span{display:block}}.searchwrapper form{background:rgba(255,255,255,0.98);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;height:100vh;width:100vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-transform:scale(0);transform:scale(0);transition:all 0.2s ease-in-out}.search-open .searchwrapper form{-ms-transform:scale(1);transform:scale(1)}.searchwrapper form label{font-size:13px;color:#000;display:block;font-weight:600;letter-spacing:0.94px}.searchwrapper form .close{background:#000;width:82px;height:82px;position:absolute;top:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.searchwrapper fieldset{border:none;padding:0;width:80%;max-width:860px}.searchwrapper fieldset div{display:-ms-flexbox;display:flex;border-bottom:1px solid #707070;font-size:35px}.searchwrapper legend{display:none}.searchwrapper input[type="text"]{border:none;height:55px;width:100%;z-index:3;height:96px;background:transparent;font-weight:400}.searchwrapper button svg{margin-top:0.4em;min-width:1.4em;height:auto}.searchwrapper button span{display:none}.hero{color:var(--global-color-white, #fff);background-repeat:no-repeat;background-position:0 0;background-size:cover;height:100vh;max-width:var(--global-maxwidth, 1920px);max-height:1080px;margin:0 auto;position:relative;z-index:1;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;color:var(--global-color-white, #fff)}.hero.test-1{background-image:url(/images/test-hero-01-verko.jpg)}.hero.test-2{background-image:url(/images/test-hero-02-block.jpg)}.hero::after{background:#3A3837;opacity:0.6;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero .backdrop{content:'';background:#3A3837;opacity:0.6;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero.zoom{overflow:hidden}.hero .zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-size:cover;background-repeat:no-repeat;transition:all 10s ease-in-out;-ms-transform:scale(1.3);transform:scale(1.3)}.hero.opacity-0::after{opacity:0}.hero.opacity-10::after{opacity:0.1}.hero.opacity-20::after{opacity:0.2}.hero.opacity-30::after{opacity:0.3}.hero.opacity-40::after{opacity:0.4}.hero.opacity-50::after{opacity:0.5}.hero.opacity-60::after{opacity:0.6}.hero.opacity-70::after{opacity:0.7}.hero.opacity-80::after{opacity:0.8}.hero.opacity-90::after{opacity:0.9}.hero.opacity-100::after{opacity:1}.hero.opacity-0 .backdrop{opacity:0}.hero.opacity-10 .backdrop{opacity:0.1}.hero.opacity-20 .backdrop{opacity:0.2}.hero.opacity-30 .backdrop{opacity:0.3}.hero.opacity-40 .backdrop{opacity:0.4}.hero.opacity-50 .backdrop{opacity:0.5}.hero.opacity-60 .backdrop{opacity:0.6}.hero.opacity-70 .backdrop{opacity:0.7}.hero.opacity-80 .backdrop{opacity:0.8}.hero.opacity-90 .backdrop{opacity:0.9}.hero.opacity-100 .backdrop{opacity:1}.hero.bleed{max-width:none;right:50%;left:50%;margin-right:-50vw;margin-left:-50vw;width:100vw}.hero img{margin-bottom:4rem}.hero h1{font-size:70px;font-size:calc(1.8rem + 3.08vmin);line-height:1.2;text-align:center;max-width:90vw}.hero h2{font-size:40px;font-weight:300;margin:-0.67em 0 0 0;line-height:1.2;max-width:90vw}.hero p{font-size:26px;font-size:calc(0.5rem + 1.35vmin);line-height:44px;line-height:1.689;max-width:90vw}.hero.pull-up{margin-top:-146px}.fixed-nav .hero.pull-up{margin-top:0 !important}.hero .button{border:1px solid var(--global-color-orange, #faa21c);text-decoration:none;color:currentColor;transition:background 0.2s ease-in-out;padding:0.5em 1em}.hero .button:hover{background:var(--global-color-orange, #faa21c)}.hero .bgvideo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.hero .bgvideo video{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.assetAlt .hero h3{font-size:2.2rem;font-weight:300;line-height:1.2}.assetAlt .hero p a{margin-right:0.5rem;font-weight:700;padding:1rem 1.5rem;border:1px solid var(--global-themeColor2, #ff0);margin:3rem 0 0;text-decoration:none;background-color:var(--global-themeColor1, red);color:#fff;font-size:1rem}.assetAlt .hero p a:hover{background-color:var(--global-themeColor2, #ff0);border-color:var(--global-themeColor1, red);color:#000}.assetAlt .hero p a+a{margin-left:1rem}.assetAlt a.largeButton{margin-right:0.5rem;font-weight:700;padding:1rem 1.5rem;border:1px solid var(--global-themeColor2, #ff0);margin:3rem 0 0;text-decoration:none;background-color:var(--global-themeColor1, red);color:#fff;font-size:1rem;display:inline-block}.assetAlt a.largeButton:hover{background-color:var(--global-themeColor2, #ff0);border-color:var(--global-themeColor1, red);color:#000}.page-header{background:var(--global-color-grey, #f5f5f5);padding-top:160px;margin-top:-146px;display:grid;grid-template-columns:1fr;padding-right:30px;padding-left:30px}.page-header.dark{background:#2a2a2a;color:#fff}@media screen and (min-width: 75em){.page-header{margin-top:-140px}}@media print, screen and (min-width: 60em){.page-header{padding-right:144px;padding-left:144px;grid-template-columns:calc(378px - 144px) 0.8fr 1.05fr;padding-top:350px}}@media print, screen and (min-width: 60em){.page-header .xyz{grid-column-start:3}}.page-header.pull-up{padding-bottom:120px;margin-bottom:-356px;padding-bottom:120px;margin-bottom:0}@media print, screen and (min-width: 40em){.page-header.pull-up{padding-bottom:calc(386px + 120px);margin-bottom:-386px}}body.newsbody .page-header.pull-up{margin-bottom:-640px;padding-bottom:580px}.page-header.pull-up-small{padding-bottom:calc(175px + 120px);margin-bottom:-175px}@media print, screen and (min-width: 40em){.page-header.pull-up-small{padding-bottom:calc(175px + 120px);margin-bottom:-175px}}.page-header.with-subnav{margin-bottom:150px;grid-template-rows:1fr auto}@media print, screen and (min-width: 64em){.page-header.with-subnav{margin-bottom:250px}}.page-header:not(.pull-up):not(.pull-up-small){padding-bottom:3rem}.page-header h1{font-size:40px;font-weight:700;margin-top:0;margin-bottom:0}@media print, screen and (min-width: 40em){.page-header h1{font-size:80px}}.page-header h2{font-size:20px;font-weight:700;margin-top:0}@media print, screen and (min-width: 40em){.page-header h2{font-size:25px}}.page-header h2.line{position:relative}.page-header h2.line::after{position:absolute;top:calc(100% + 40px);left:-6px;height:400px;width:2px;background:#e9e9e9}@media print, screen and (min-width: 40em){.page-header h2.line::after{content:''}}.page-header p{font-size:25px;font-weight:400;line-height:1.41;font-size:23px;font-weight:300;line-height:1.35}.page-header h1,.page-header h2,.page-header p{text-align:center}@media print, screen and (min-width: 40em){.page-header h1,.page-header h2,.page-header p{text-align:left}}.page-header .size-l p{line-height:1.41;font-size:calc(0.8rem + 0.915vmin)}@media print, screen and (min-width: 60em){.page-header header{padding-right:30px}}@media screen and (min-width: 75em){.page-header header{grid-column-start:2}}.page-header .subnav{margin-top:100px;margin-bottom:-100px;width:calc(100% + 144px);background:#f5f5f5;color:#2a2a2a;width:calc(100% + 144px);padding:40px 60px 30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-row:3/3}@media print, screen and (min-width: 64em){.page-header .subnav{padding:80px 85px 100px}}@media print, screen and (min-width: 64em){.page-header .subnav{grid-column:1/4}}@media screen and (min-width: 90em){.page-header .subnav{grid-column-start:2;grid-column-end:4;grid-row:2 / 2}}.page-header .subnav a{color:inherit;text-decoration:none;-ms-flex:0 0 100%;flex:0 0 100%}@media print, screen and (min-width: 64em){.page-header .subnav a{-ms-flex:1;flex:1;margin-right:110px}}.page-header .subnav a:last-child{margin-right:0}.page-header .subnav a strong{display:inline-block;font-size:25px;line-height:1.24;font-weight:700;position:relative;margin-bottom:20px}.page-header .subnav a strong::after{content:'';height:2px;background:#2a2a2a;width:100%;position:absolute;bottom:-4px;left:0}.page-header .subnav a span{display:none;font-size:15px;line-height:1.5333;margin:0}@media print, screen and (min-width: 64em){.page-header .subnav a span{display:block}}.page-header .subnav a.active strong{color:var(--global-color-orange, #faa21c)}.page-header .subnav a.active strong::after{background:var(--global-color-orange, #faa21c)}.anim-hover-underline{transition:color 0.3s ease-in-out}.anim-hover-underline::before{content:'';height:2px;background:var(--global-color-orange, #faa21c);width:0;position:absolute;bottom:-4px;left:0;z-index:1;transition:width 0.3s ease-in-out}.anim-hover-underline:hover{color:var(--global-color-orange, #faa21c)}.anim-hover-underline:hover::before{width:100%}.site-footer{background:var(--global-color-black, #000);color:var(--global-color-white, #fff);padding:60px 30px 40px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;display:grid;grid-template-areas:'fhead' 'fleft' 'fright' 'ffoot'}@media print, screen and (min-width: 60em){.site-footer{padding:130px 150px 80px 150px}}.site-footer::before{content:'';background:var(--global-color-black, #000);position:absolute;top:0;left:50%;z-index:-1;margin-right:-50vw;margin-left:-50vw;width:100vw;height:100%}@media print, screen and (min-width: 64em){.site-footer{grid-template-areas:'fhead fhead' 'fleft fright' 'ffoot ffoot'}}.site-footer .callout{font-size:27px}.site-footer .callout p{margin:0}.site-footer .callout a{text-decoration:none;text-transform:uppercase;color:currentColor;font-size:14px;font-weight:bold;display:block;letter-spacing:1.5px;margin-top:20px;position:relative;z-index:0}.site-footer .callout a::before,.site-footer .callout a::after{content:'';position:absolute}.site-footer .callout a::before{background:var(--global-color-orange, #faa21c);top:-4px;left:-6px;z-index:-1;height:calc(100% + 8px);width:0;transition:width 0.3s ease-in-out}.site-footer .callout a::after{height:1px;background:currentColor;top:calc(100% + 0.1em);width:100%;left:0;opacity:0.5;z-index:-2}.site-footer .callout a:hover{color:#fff}.site-footer .callout a:hover::after{display:none}.site-footer .callout a:hover::before{width:calc(100% + 12px)}.site-footer .lemon{color:var(--global-color-grey-dark, #888);text-align:center;font-size:15px;cursor:pointer;padding-top:4rem;grid-area:ffoot}.site-footer .lemon svg{width:56px;margin-bottom:-8px}.site-footer .lemon svg path{transition:fill 0.3s ease;fill:currentColor}.site-footer .lemon:hover svg path{fill:var(--global-color-lemon-yellow, #f3c71c)}.site-footer .callsocial{grid-area:fright}.fgrid{-ms-flex:0 0 100%;flex:0 0 100%}.fgrid.footerheader{-ms-flex:0 0 100%;flex:0 0 100%;grid-area:fhead}.fgrid.officeselector{grid-area:fleft}.fgrid.callout{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1.6em}@media print, screen and (min-width: 64em){.fgrid.callout{text-align:right;-ms-flex-align:end;align-items:flex-end}}.fgrid.social{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-direction:column;flex-direction:column;margin-top:1.6em}.fgrid.social .linkedin{margin-bottom:2em}.fgrid.social .linkedin span{display:none}.fgrid.social a{color:currentColor}.fgrid.lemon{-ms-flex:0 0 100%;flex:0 0 100%}.richText+.logos{margin-top:100px}.logos{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-bottom:-100px}.inline-logo{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;margin-bottom:100px;margin-right:40px;margin-left:40px;max-width:220px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.logo-text{font-size:13px;line-height:1.2307;margin-top:20px;text-align:center}.logo-text span{display:block}.logo-description{color:#a4a4a4}.logo-addennum{font-weight:700;letter-spacing:0.9px;color:#000;text-transform:uppercase}.logo-addennum+.logo-description{margin-top:20px}.video{position:relative}.video video{display:block;width:100%}.video .vimeo{height:0;padding-top:56.25%;position:relative}.video .vimeo iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gallery .g-w,.gallery ul{list-style:none}.gallery nav{margin-bottom:36px}.gallery nav a{text-decoration:none;text-transform:uppercase;color:#8b8b8b;font-size:15px;font-weight:700;margin-right:35px;display:inline-block;letter-spacing:1.5px}.gallery nav a.active{color:var(--global-color-orange, #faa21c)}.gallery-section{list-style:none;padding:0}.gallery-section a{display:block;position:relative;overflow:hidden}.gallery-section a::after{content:'';background:#000 url(/icons/zoom-in.svg) no-repeat 50% 50%;color:#fff;width:72px;height:68px;position:absolute;bottom:-68px;right:0;transition:bottom 0.2s ease-in-out}.gallery-section a:hover::after{bottom:0}.gallery-slider{width:100%}.gallery-slider .slider-wrapper{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;display:none}@media print, screen and (min-width: 60em){.gallery-slider .slider-wrapper{min-height:514px;min-height:564px}}.gallery-slider .slider-wrapper.active{display:-ms-flexbox;display:flex}.gallery-slider .swiper-wrapper,.gallery-slider ul{display:none;display:-ms-flexbox;display:flex;margin:0}@media print, screen and (min-width: 60em){.gallery-slider .swiper-wrapper,.gallery-slider ul{position:absolute;top:0;left:0}}.gallery-slider .swiper-wrapper.active,.gallery-slider ul.active{display:-ms-flexbox;display:flex}.gallery-slider .gallery-section .swiper-slide,.gallery-slider .gallery-section li{margin-right:32px}.gallery-slider .gallery-section .swiper-slide{width:auto}@media print, screen and (min-width: 60em){.gallery-slider .gallery-section a{height:514px;width:797px}}.gallery-slider-footer{display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:0}@media print, screen and (min-width: 60em){.gallery-slider-footer{-ms-flex:1;flex:1;margin-top:auto}}.swiper-navigation{display:-ms-flexbox;display:flex}.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-button-prev{position:initial;background-image:none;height:50px;line-height:50px;width:auto;margin-top:0}.swiper-navigation .swiper-button-next svg,.swiper-navigation .swiper-button-prev svg{width:38px;height:auto}.swiper-navigation .swiper-button-next span,.swiper-navigation .swiper-button-prev span{display:none}.swiper-navigation .swiper-button-next{margin-left:50px}.swiper-pagination{position:static;margin-left:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.swiper-pagination .swiper-pagination-bullet{height:7px;width:7px;background:#BFBFBF;margin:0 4px}.swiper-pagination .swiper-pagination-bullet-active{background:#EDA040;height:9px;width:9px}.gallery-grid ul{grid-template-columns:repeat(3, 1fr);grid-gap:20px;display:none}.gallery-grid ul.active{display:grid}.gallery-grid ul li:nth-child(1){grid-column:1 / 4}.properties-slider .swiper-slide,.properties-slider li{position:relative}@media print, screen and (min-width: 45em){.properties-slider .swiper-slide,.properties-slider li{margin-right:0 !important}}.properties-slider .swiper-slide a,.properties-slider li a{position:absolute;top:0;right:0;bottom:0;left:0;height:auto !important;width:auto !important}.properties-slider .swiper-slide a span,.properties-slider li a span{display:none}.properties-slider .swiper-slide a::after,.properties-slider li a::after{transition:top 0.2s ease-in-out;bottom:auto;right:auto;top:-68px;left:calc(50% - 34px);display:none !important}.properties-slider .swiper-slide a:hover::after,.properties-slider li a:hover::after{bottom:auto;top:calc(50% - 34px)}.properties-slider .swiper-slide div,.properties-slider li div{background:#fff;position:absolute;right:20px;bottom:0;left:20px;padding-right:60px;padding-left:60px}@media print, screen and (min-width: 60em){.properties-slider .swiper-slide div,.properties-slider li div{right:133px;left:133px}}.properties-slider .swiper-slide .place,.properties-slider li .place{font-size:13px;font-weight:700;letter-spacing:0.94px;line-height:1.6153;text-transform:uppercase;display:block;margin-top:48px;margin-bottom:5px}.properties-slider .swiper-slide .name,.properties-slider li .name{font-size:35px;font-weight:700;line-height:1.1714;margin:0 0 7px 0}.properties-slider .swiper-slide .type,.properties-slider li .type{font-size:20px;font-weight:700;line-height:1.55}.properties-slider .swiper-pagination{-ms-flex-pack:end;justify-content:flex-end;position:relative;padding-top:20px}.highlights{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:576px;position:relative;overflow:hidden;padding-bottom:12%}@media print, screen and (min-width: 60em){.highlights{margin-left:48px;padding-bottom:4%}}.highlights h2{font-size:35px;line-height:1.1714;font-weight:700}.highlights .highlights-outer-wrapper{position:relative;width:100%;height:575px;overflow:visible}.highlights .highlight-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 0.8s;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.highlights .highlights-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:80px}.highlights .highlights-nav .pagination{display:-ms-flexbox;display:flex}.highlights .highlights-nav .current{font-size:35px;font-weight:700;line-height:1.1714}.highlights .highlights-nav .current span{width:auto;height:auto;border-radius:0;background:transparent}.highlights .highlights-nav .total{font-size:14px;font-weight:700;line-height:1.5;margin-left:.3em}.highlights .highlights-nav .swiper-pagination-bullet{display:none}.highlights .highlights-nav .swiper-pagination-bullet-active{display:block}.highlights .highlights-nav .swiper-button-prev,.highlights .highlights-nav .swiper-button-next{background:none;position:static;margin:-10px 0 0 0;width:auto;height:11.4px}.highlights .highlights-nav .swiper-button-prev span,.highlights .highlights-nav .swiper-button-next span{display:none}.highlights .highlights-nav .swiper-button-prev{margin-right:80px}.highlights .highlights-nav .swiper-button-next{margin-left:80px}.highlights .highlight{-ms-flex:0 0 calc(33.3333% - 60px);flex:0 0 calc(33.3333% - 60px);height:575px;-ms-flex:0 0 100%;flex:0 0 100%;perspective:1000px}@media print, screen and (min-width: 45em){.highlights .highlight{-ms-flex:0 0 calc(50% - 30px);flex:0 0 calc(50% - 30px)}}@media screen and (min-width: 95em){.highlights .highlight{-ms-flex:0 0 calc(33.3333% - 60px);flex:0 0 calc(33.3333% - 60px)}}.highlights .highlight .front,.highlights .highlight .back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.highlights .highlight .front span,.highlights .highlight .back span{font-weight:700;font-size:35px;line-height:1.1714;margin-top:42px}.highlights .highlight .front p,.highlights .highlight .back p{font-size:15px;line-height:1.8;max-width:75%}.highlights .highlight em{height:20px;width:100%;position:relative;display:block;margin-top:auto;margin-bottom:70px;text-align:right}.highlights .highlight em svg{height:12px;width:auto}.highlights .highlight em::before{content:'';position:absolute;left:0;bottom:-12px;height:2px;width:100%;background:#8b8b8b}.highlights .highlight .front,.highlights .highlight .back{box-sizing:border-box;padding-right:40px;padding-left:40px}.highlights .highlight .front svg{margin-top:auto}.highlights .highlight .front path[stroke="#fff"],.highlights .highlight .front line[stroke="#fff"]{stroke:currentColor}.highlights .highlight .front path[fill="#fff"],.highlights .highlight .front line[fill="#fff"]{fill:currentColor}.highlights .highlight .back{background:#9b3a1f;transform:rotateY(180deg);color:#fff}.highlights .highlight .back rect[stroke="#040505"],.highlights .highlight .back path[stroke="#040505"],.highlights .highlight .back path[stroke="#1a1818"],.highlights .highlight .back rect[stroke="#2a2a2a"],.highlights .highlight .back path[stroke="#2a2a2a"],.highlights .highlight .back path[stroke="#000"],.highlights .highlight .back line[stroke="#040505"],.highlights .highlight .back line[stroke="#2a2a2a"],.highlights .highlight .back line[stroke="#1a1818"],.highlights .highlight .back line[stroke="#000"]{stroke:currentColor !important}.highlights .highlight .back path[style="fill:#2A2A2A;"],.highlights .highlight .back rect[fill="#040505"],.highlights .highlight .back path[fill="#040505"],.highlights .highlight .back rect[fill="#2a2a2a"],.highlights .highlight .back path[fill="#2a2a2a"],.highlights .highlight .back path[fill="#1a1818"],.highlights .highlight .back path[fill="#000"],.highlights .highlight .back line[fill="#040505"],.highlights .highlight .back line[fill="#2a2a2a"],.highlights .highlight .back line[fill="#1a1818"],.highlights .highlight .back line[fill="#000"]{fill:currentColor !important}.highlights .highlight:hover .highlight-inner{transform:rotateY(180deg)}.highlights .distances-slider{position:relative;width:calc(280px * 3);height:250px;overflow:hidden;border-top:10px solid orange;border-bottom:10px solid orange}.highlights .distance-wrapper,.highlights ul{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-ms-flex-align:center;align-items:center;text-align:center;position:absolute;top:0;left:0}.highlights .distance,.highlights li{margin:0 70px;background:#eee;width:280px;height:250px;margin:0;border:1px solid #f00}.highlights .distance{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:transparent;border:none}.highlights .distance .number{margin-top:10px}.highlights .distance-wrapper{background:transparent}.highlights .distances-slider{border-top:none;border-bottom:none;background:transparent;cursor:grab}.highlights svg{height:60px;width:auto;max-width:70px}.highlights .number{display:block;font-size:35px;line-height:1.1714;font-weight:700;margin-bottom:6px}.highlights .description{display:block;font-size:15px;line-height:1.3333}.distances-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.distances-nav .pagination{display:-ms-flexbox;display:flex}.distances-nav .current{font-size:35px;font-weight:700;line-height:1.1714}.distances-nav .current span{width:auto;height:auto;border-radius:0;background:transparent}.distances-nav .total{font-size:14px;font-weight:700;line-height:1.5;margin-left:.3em}.distances-nav .swiper-pagination-bullet{display:none}.distances-nav .swiper-pagination-bullet-active{display:block}.distances-nav .swiper-button-prev,.distances-nav .swiper-button-next{background:none;position:static;margin:-10px 0 0 0;width:auto;height:11.4px}.distances-nav .swiper-button-prev span,.distances-nav .swiper-button-next span{display:none}.distances-nav .swiper-button-prev{margin-right:80px}.distances-nav .swiper-button-next{margin-left:80px}.distances{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.distances h2{font-size:35px;line-height:1.1714;font-weight:700}.distances .distances-slider{position:relative;width:calc(280px * 3);width:100%;height:250px;overflow:hidden;border-top:10px solid orange;border-bottom:10px solid orange}.distances .distance-wrapper,.distances ul{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-ms-flex-align:center;align-items:center;text-align:center;position:absolute;top:0;left:0}.distances .distance,.distances li{margin:0 70px;background:#eee;width:280px;height:250px;margin:0;border:1px solid #f00}.distances .distance{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:transparent;border:none}.distances .distance .number{margin-top:10px}.distances .distance-wrapper{background:transparent}.distances .distances-slider{border-top:none;border-bottom:none;background:transparent;cursor:grab}.distances .distance-wrapper svg{height:60px;width:auto;max-width:70px}.distances .number{display:block;font-size:35px;line-height:1.1714;font-weight:700;margin-bottom:6px}.distances .description{display:block;font-size:15px;line-height:1.3333}.site-footer h2{font-size:13px;letter-spacing:0.94px;text-transform:uppercase}.site-footer h3{font-size:47px;font-weight:bold;margin-top:0.4em;margin-bottom:1.4em}.officetrigger{position:relative;cursor:pointer;text-transform:uppercase;font-size:14px;font-weight:bold;max-width:500px;display:-ms-flexbox;display:flex;transition:background 0.2s ease-in-out}.officetrigger p{display:-ms-flexbox;display:flex;width:100%}.officetrigger span{position:relative;-ms-flex:1;flex:1;margin-right:0.5rem;letter-spacing:0.15em;border-bottom:2px solid #fff;line-height:3.2}.officetrigger:hover span{background:rgba(255,255,255,0.1)}.officetrigger em{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:-4px}.officetrigger svg{width:25px;animation:rotate-arrow-down 0.4s ease}.open .officetrigger svg{animation:rotate-arrow-up 0.4s ease 0s forwards}.officelocations{display:none;position:absolute;top:14px;z-index:1;left:0;list-style:none;padding-left:0;background:var(--global-color-black, #000);margin:0;width:calc(100% - 0.5rem - 25px)}.officelocations li{letter-spacing:0.15em;line-height:3.2;border-bottom:1px solid #fff;transition:all 0.2s ease-in-out}.officelocations li:hover{background:rgba(255,255,255,0.1);text-indent:0.8em}.open .officelocations{display:block}.offices{opacity:1;transition:opacity 0.2s ease-in-out}.open .offices{opacity:0}.offices address{display:none;font-style:normal;font-size:27px;line-height:1.5;font-size:calc(2rem + 1.346vmin);font-size:calc(1.14rem + 1.21vmin)}@media screen and (min-width: 320px){.offices address html{font-size:calc(16px + 6 * ((100vw - 320px) / 680))}}@media screen and (min-width: 1000px){.offices address html{font-size:22px}}.offices address strong{display:none}.offices address a{color:currentColor;text-decoration:none}.offices address a:hover{text-decoration:underline}.offices address.active{display:block}@keyframes rotate-arrow-up{0%{transform:rotateX(0deg)}100%{transform:rotateX(180deg)}}@keyframes rotate-arrow-down{0%{transform:rotateX(180deg)}100%{transform:rotateX(0deg)}}.main-without-sidebar{padding:0 141px;position:relative;z-index:0;padding:0 30px}.main-without-sidebar .main>:first-child{margin-top:100px}@media print, screen and (min-width: 60em){.main-without-sidebar{padding:0 36px}}@media screen and (min-width: 75em){.main-without-sidebar{padding:0 141px}}.main-with-sidebar{padding:0 30px;margin-bottom:54px;display:block}@media screen and (min-width: 90em){.main-with-sidebar{display:-ms-flexbox;display:flex}}.main-with-sidebar .main{-ms-flex:1;flex:1;padding-bottom:70px}@media screen and (min-width: 90em){.main-with-sidebar .main{border-left:2px solid #e9e9e9}}@media screen and (min-width: 90em){.main-with-sidebar .main>*{margin-left:75px}}.main-with-sidebar>aside{-ms-flex-order:-1;order:-1}@media print, screen and (max-width: 89.99875em){.main-with-sidebar>aside{position:absolute;bottom:0;left:0;width:100%}}@media print, screen and (min-width: 40em){.main-with-sidebar>aside{background:transparent}}.main-with-sidebar>aside .test{background:white}.main-with-sidebar>aside{border-right:1px solid #e9e9e9;padding-top:30px}@media print, screen and (max-width: 89.99875em){.main-with-sidebar>aside{position:relative;margin-right:auto;margin-left:auto;max-width:800px;border-top:1px solid #f5f5f5;border-right:none;background:transparent;width:100%}}@media screen and (min-width: 75em){.main-with-sidebar>aside{margin-top:130px}}.main-with-sidebar>aside .sidebar-contact{margin-bottom:50px}.main-with-sidebar>aside .sb-box-share{padding-top:80px}.main-with-sidebar>aside .sb-box-share h3{margin-bottom:20px}@media screen and (min-width: 90em){.main-with-sidebar{padding:0 50px}.main-with-sidebar>aside{width:220px;width:267px;padding-right:32px}}@media screen and (min-width: 100em){.main-with-sidebar{padding:0 141px}}@media print, screen and (max-width: 59.99875em){.main-with-sidebar .row .column+.column{padding-top:30px}}.sticky{position:sticky;top:140px}.sidebar-heading-3{font-size:13px;font-weight:700;letter-spacing:0.94px;text-transform:uppercase;margin:0 0 50px 0}.property .sidebar-heading-3{margin-bottom:30px}.sidebar-callout p{color:#2a2a2a;font-size:20px;font-weight:700;line-height:1.35}.sidebar-callout a{color:#a4a4a4;font-size:13px;font-weight:700;letter-spacing:1.5px;line-height:1.3846;text-decoration:none;text-transform:uppercase}.sidebar-callout a svg{margin-left:10px}.sidebar-callout a:hover{text-decoration:underline}@media screen and (min-width: 90em){.employees .sidebar-callout{margin-top:340px}}.sb-box-languages{font-size:18px;font-weight:700;margin-bottom:80px}.sb-box-languages a{color:#8b8b8b;text-decoration:none;display:block;margin-bottom:16px}.sb-box-languages a:last-child{margin-bottom:0}.sb-box-languages a.active{color:#9b3a1f}.sb-box-languages a:hover{text-decoration:underline}.sb-box-downloads{margin-bottom:70px}.sb-box-downloads ul{list-style:none;padding:0;font-size:21px;line-height:1.4285;font-weight:700}.sb-box-downloads li{margin-bottom:20px}.sb-box-downloads a{color:inherit;border-bottom:2px solid #f5f5f5;text-decoration:none;display:-ms-flexbox;display:flex;width:100%}.sb-box-downloads svg{margin-left:auto}.sb-box-share{margin-bottom:70px}.sb-box-share a{margin-right:22px}.sb-box-share a span{display:none}.employees{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:100px}.employees h2{-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-order:-1;order:-1;text-align:center;font-size:50px;font-weight:700;margin-top:0;margin-bottom:2.4em}.employees_wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 30px}.employees_wrapper aside{background:#f00;-ms-flex-order:-1;order:-1}@media print, screen and (min-width: 40em){.employees_wrapper{padding:0 147px}.employees_wrapper aside{width:220px;padding-right:32px}}.employees-list{-ms-flex:1;flex:1;display:grid;grid-template-columns:1fr;grid-gap:30px}@media screen and (min-width: 90em){.employees-list{margin-bottom:140px}}.employees-list.filter-active .employee:not(.filtered){display:none !important}@media print, screen and (min-width: 40em){.employees-list{grid-template-columns:1fr 1fr}}@media print, screen and (min-width: 45em){.employees-list{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 75em){.employees-list{grid-template-columns:1fr 1fr 1fr 1fr}}.employee{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.employee div{background:#fff;opacity:1;margin:-39px 30px 0;text-align:center;padding:25px 0 35px 0}.employee div>a{background:var(--global-color-white, #fff);color:var(--global-color-orange, #faa21c);text-transform:uppercase;position:absolute;top:0;right:0;line-height:72px;font-size:18px;font-weight:700;padding:0 26px;text-decoration:none;text-transform:none;transition:all 0.2s ease-in-out;font-weight:500;line-height:50px;padding:0 18px;display:none}.employee div>a:hover{background:var(--global-color-orange, #faa21c);color:var(--global-color-white, #fff)}.employee header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:29px}.employee .location{text-transform:uppercase;font-size:13px;font-weight:bold;letter-spacing:0.94;display:block;-ms-flex-order:-1;order:-1}.employee .name{margin:0;font-size:25px;font-weight:bold;color:#2a2a2a;margin-top:7px;margin-bottom:4px}.employee .title{font-size:14px;font-weight:bold;display:block;color:#2A2A2A;line-height:17px}.employee address{color:#8b8b8b;font-size:14px;font-weight:bold;text-transform:uppercase;font-style:normal}.employee address a{color:currentColor;text-decoration:none}.employee address .phone{position:relative}.employee address .phone::after{content:'';height:1em;width:1px;background:currentColor;margin:0 10px -2px 10px;display:inline-block}.employee figure{-ms-flex-order:-1;order:-1;background:#f5f5f5}.employee-filter h3{font-size:13px;font-weight:700;letter-spacing:0.94px;margin-bottom:42px;text-transform:uppercase}.employee-filter input{display:none}.employee-filter label{display:block;color:#a4a4a4;font-size:18px;font-weight:700;line-height:44px;cursor:pointer}.employee-filter input[type='radio']:checked+label{color:var(--global-color-orange, #faa21c)}.cws{background:#aaa;color:#000;padding-right:147px;padding-left:147px}.cws.sidebar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cws-side{border-right:1px solid #A4A4A4;padding-right:20px;margin-right:50px;background:#eee;width:220px}.p{display:grid;grid-template-columns:50% 50%;grid-column-gap:46px;grid-row-gap:108px;margin-right:148px;margin-left:412px}.p .intro{background:#ff0;margin-top:-46px;margin-right:58px;margin-left:58px;position:relative;z-index:1;height:190px}.p .image{background:#ccc;height:646px}.p .image img{min-height:100%;object-fit:cover}.p>div{position:relative}.p>div:nth-child(1) .image,.p>div:nth-child(4) .image,.p>div:nth-child(5) .image,.p>div:nth-child(8) .image,.p>div:nth-child(9) .image,.p>div:nth-child(12) .image,.p>div:nth-child(13) .image,.p>div:nth-child(16) .image,.p>div:nth-child(17) .image,.p>div:nth-child(20) .image,.p>div:nth-child(21) .image,.p>div:nth-child(24) .image,.p>div:nth-child(25) .image,.p>div:nth-child(28) .image,.p>div:nth-child(29) .image,.p>div:nth-child(32) .image,.p>div:nth-child(33) .image{height:806px;border-color:orange}.p>div:nth-child(2){margin-top:320px}.p>div:nth-child(4n-1){margin-top:-160px}.p>div:nth-child(4n+1){margin-top:-320px}.p>div:nth-child(1){margin-top:0}.alt-grid-offset{display:grid;grid-template-columns:50% 50%;grid-template-columns:1fr;grid-column-gap:46px;grid-row-gap:108px;margin-bottom:96px;position:relative}@media print, screen and (min-width: 40em){.alt-grid-offset{grid-template-columns:1fr 1fr;margin-right:148px;margin-left:412px}}.alt-grid-offset .grid-elm{position:relative}@media print, screen and (max-width: 39.99875em){.alt-grid-offset .grid-elm{width:100%}}.alt-grid-offset .grid-elm figure{height:806px}@media print, screen and (max-width: 39.99875em){.alt-grid-offset .grid-elm figure{height:406px}}.alt-grid-offset .grid-elm:nth-child(1) figure,.alt-grid-offset .grid-elm:nth-child(4) figure,.alt-grid-offset .grid-elm:nth-child(5) figure,.alt-grid-offset .grid-elm:nth-child(8) figure,.alt-grid-offset .grid-elm:nth-child(9) figure,.alt-grid-offset .grid-elm:nth-child(12) figure,.alt-grid-offset .grid-elm:nth-child(13) figure,.alt-grid-offset .grid-elm:nth-child(16) figure,.alt-grid-offset .grid-elm:nth-child(17) figure,.alt-grid-offset .grid-elm:nth-child(20) figure,.alt-grid-offset .grid-elm:nth-child(21) figure,.alt-grid-offset .grid-elm:nth-child(24) figure,.alt-grid-offset .grid-elm:nth-child(25) figure,.alt-grid-offset .grid-elm:nth-child(28) figure,.alt-grid-offset .grid-elm:nth-child(29) figure,.alt-grid-offset .grid-elm:nth-child(32) figure,.alt-grid-offset .grid-elm:nth-child(33) figure{height:646px}@media print, screen and (max-width: 39.99875em){.alt-grid-offset .grid-elm:nth-child(1) figure,.alt-grid-offset .grid-elm:nth-child(4) figure,.alt-grid-offset .grid-elm:nth-child(5) figure,.alt-grid-offset .grid-elm:nth-child(8) figure,.alt-grid-offset .grid-elm:nth-child(9) figure,.alt-grid-offset .grid-elm:nth-child(12) figure,.alt-grid-offset .grid-elm:nth-child(13) figure,.alt-grid-offset .grid-elm:nth-child(16) figure,.alt-grid-offset .grid-elm:nth-child(17) figure,.alt-grid-offset .grid-elm:nth-child(20) figure,.alt-grid-offset .grid-elm:nth-child(21) figure,.alt-grid-offset .grid-elm:nth-child(24) figure,.alt-grid-offset .grid-elm:nth-child(25) figure,.alt-grid-offset .grid-elm:nth-child(28) figure,.alt-grid-offset .grid-elm:nth-child(29) figure,.alt-grid-offset .grid-elm:nth-child(32) figure,.alt-grid-offset .grid-elm:nth-child(33) figure{height:246px}}.alt-grid-offset .grid-elm:nth-child(2){margin-top:320px}@media print, screen and (max-width: 39.99875em){.alt-grid-offset .grid-elm:nth-child(2){margin-top:0}}.alt-grid-offset .grid-elm:nth-child(4n-1){margin-top:-480px}.alt-grid-offset .grid-elm:nth-child(4n+1){margin-top:-320px}.alt-grid-offset .grid-elm:nth-child(1){margin-top:0}.p2{display:grid;grid-template-columns:1fr;grid-column-gap:46px;grid-row-gap:40px;margin-bottom:96px;position:relative}@media print, screen and (min-width: 45em){.p2{grid-template-columns:50% 50%;grid-row-gap:108px}}@media screen and (min-width: 75em){.p2{margin-right:148px;margin-left:412px}}.p2::before{content:'';width:2px;height:100%;background:#e9e9e9;position:absolute;left:-40px}.p2 article{position:relative}.p2 div{background:#fff;margin-top:-120px;margin-right:20px;margin-left:20px;position:relative;z-index:1;height:190px;padding:26px 46px 32px 46px}@media print, screen and (min-width: 40em){.p2 div{margin-top:-46px;margin-right:58px;margin-left:58px}}.p2 .badge-sold{color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:calc(0.15 * 1em);margin-top:-22px;position:absolute;top:0;right:0;left:0;text-align:center}.p2 .badge-sold span{background:#000;line-height:44px;padding:0 16px;display:inline-block}.p2 .place{font-size:13px;font-weight:400;letter-spacing:calc(0.094 * 1em);text-transform:uppercase}.p2 .name{font-size:35px;margin:0.2em 0 0.3em;line-height:0.9}.p2 .type{font-size:20px;font-weight:300}.p2 figure{background:#ccc;height:auto;overflow:hidden;position:relative}@media print, screen and (min-width: 40em){.p2 figure{height:806px}}.p2 figure img{min-height:100%;object-fit:cover}.p2 figure a{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z' fill='%23fff'/%3E%3C/svg%3E");background-size:20%;transition:background 0.3s ease-in-out}.p2 figure a:hover{background-position:50% 50%;background-color:rgba(0,0,0,0.8)}.p2 .sold figure{opacity:0.3}.p2 a{position:absolute;top:0;right:0;bottom:0;left:0;transition:background-position 0.3s ease-in-out;background-position:-50% 50%;background-repeat:no-repeat}.p2 a span{display:none}@media print, screen and (min-width: 45em){.p2 article:nth-child(1) figure,.p2 article:nth-child(4) figure,.p2 article:nth-child(5) figure,.p2 article:nth-child(8) figure,.p2 article:nth-child(9) figure,.p2 article:nth-child(12) figure,.p2 article:nth-child(13) figure,.p2 article:nth-child(16) figure,.p2 article:nth-child(17) figure,.p2 article:nth-child(20) figure,.p2 article:nth-child(21) figure,.p2 article:nth-child(24) figure,.p2 article:nth-child(25) figure,.p2 article:nth-child(28) figure,.p2 article:nth-child(29) figure,.p2 article:nth-child(32) figure,.p2 article:nth-child(33) figure{height:646px}.p2 article:nth-child(2){margin-top:320px}.p2 article:nth-child(4n-1){margin-top:-480px}.p2 article:nth-child(4n+1){margin-top:-320px}.p2 article:nth-child(1){margin-top:0}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row.backdrop{position:relative;padding-top:100px;padding-bottom:100px}@media print, screen and (min-width: 40em){.row.backdrop{padding-top:175px;padding-bottom:175px}}.row.backdrop::before{content:'';background:#f5f5f5;position:absolute;z-index:-1;top:0;bottom:0;right:-50vw;left:-50vw}.row.backdrop.padding-none{padding-top:0;padding-bottom:0}.margin-top-none{margin-top:0}.margin-top-small{margin-top:50px}@media print, screen and (min-width: 40em){.margin-top-small{margin-top:50px}}.margin-top-medium{margin-top:50px}@media print, screen and (min-width: 40em){.margin-top-medium{margin-top:100px}}.margin-top-large{margin-top:100px}@media print, screen and (min-width: 40em){.margin-top-large{margin-top:150px}}.margin-top-huge{margin-top:150px}@media print, screen and (min-width: 40em){.margin-top-huge{margin-top:200px}}.column{-ms-flex:0 0 100%;flex:0 0 100%}.column.content-position{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media print, screen and (min-width: 60em){.column.w1o1{-ms-flex:0 0 100%;flex:0 0 100%}.column.w1o2{-ms-flex:0 0 50%;flex:0 0 50%}.column.w1o2:nth-child(1){padding-right:60px}.column.w1o2:nth-child(2){padding-left:60px}.column.w1o3{-ms-flex:0 0 33.333%;flex:0 0 33.333%;padding-top:20px}.column.w2o3{-ms-flex:0 0 66.6666%;flex:0 0 66.6666%;padding-top:20px}.column.w1o5{-ms-flex:0 0 20%;flex:0 0 20%}.column.w2o5{-ms-flex:0 0 40%;flex:0 0 40%}.column.w3o5{-ms-flex:0 0 60%;flex:0 0 60%}.column.w1o4{-ms-flex:0 0 25%;flex:0 0 25%}.column.w3o4{-ms-flex:0 0 75%;flex:0 0 75%}}.row h2{margin-top:0;font-size:calc(1.2rem + 2.305vmin);line-height:1.2}.row h4{text-transform:uppercase;letter-spacing:0.94px;margin-bottom:30px;font-size:13px;line-height:1.6153;font-weight:700}.row p{font-size:15px;line-height:27px;margin:25px 0 0 0}.row .column{padding-right:0;padding-left:0}@media print, screen and (min-width: 60em){.row .column{padding-left:25px;padding-right:25px}.row .column:first-child{padding-left:0}.row .column:last-child{padding-right:0}}.row .column.center-top .richText h2:only-child,.row .column.center-middle .richText h2:only-child,.row .column.center-bottom .richText h2:only-child{text-align:center}.assetAlt .row .column.padding-none{padding-top:0;padding-bottom:0}.assetAlt .row h1,.assetAlt .row h2{font-weight:300;font-size:2.4rem;line-height:1.2}@media print, screen and (min-width: 45em){.assetAlt .row h1,.assetAlt .row h2{font-size:3rem;line-height:1.4}}.assetAlt .row h3{font-size:1.4rem;line-height:1.6}.assetAlt .row .richText>h4{margin-bottom:0;font-weight:300;display:inline-block;padding:0 0 0.4rem 0;margin-bottom:0.8rem;border-bottom:4px solid var(--global-themeColor1, red)}.assetAlt .row .richText>h4+h1,.assetAlt .row .richText>h4+h2{margin-top:0}.assetAlt .row .richText ul{font-size:1.4rem;font-weight:300;line-height:1.6}.assetAlt .row p{font-size:1.2rem;font-weight:300;line-height:1.4}@media print, screen and (min-width: 45em){.assetAlt .row p{font-size:1.4rem;line-height:1.6}}.assetAlt .row .themeColor .row.backdrop::before{background-color:var(--global-themeColor2, #ff0)}.assetAlt .row .highlights .highlight .back,.assetAlt .row .swiper-pagination .swiper-pagination-bullet-active,.assetAlt .row .action-teaser>a{background-color:var(--global-themeColor1, red)}.assetAlt .row .sb-box-languages a.active,.assetAlt .row .cocoen-wrapper .title,.assetAlt .row .gallery nav a.active{color:var(--global-themeColor1, red)}.main-with-sidebar{position:relative;z-index:0}.keyfact span{display:block;font-weight:700;text-align:center}.keyfact .number{font-size:100px;line-height:120px}.keyfact .key{font-size:20px;line-height:31px}.buildingfacts{display:grid;grid-template-columns:1fr 1fr;padding-top:70px}.buildingfacts .fact{display:grid;grid-template:1fr / 1fr 1fr;border-top:1px solid #a4a4a4;margin-top:25px;padding-top:25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.buildingfacts .fact:nth-child(2n+1) div{border-right:1px solid #a4a4a4;padding-right:30px}.buildingfacts .fact:nth-child(2n){padding-left:30px}.buildingfacts .fact:nth-child(1),.buildingfacts .fact:nth-child(2){border-top:none;margin-top:0;padding-top:0}.buildingfacts .icon{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:50px}.buildingfacts .fact div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1;padding-top:16px;padding-bottom:16px}.buildingfacts strong{font-size:13px;font-weight:700;line-height:17px}.buildingfacts span{font-size:15px;line-height:27px}@media screen and (max-width: 113.75em){body.asset .asset-map{padding-left:0}}body.asset .asset-map .gmap-container{-ms-flex-wrap:wrap;flex-wrap:wrap}body.asset .asset-map .gmap-container .v{-ms-flex:0 0 100%;flex:0 0 100%;margin-right:auto;margin-left:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media screen and (min-width: 75em){body.asset .asset-map .gmap-container .v{-ms-flex:1;flex:1}}body.asset .asset-map .gmap-container .gmap-places{-ms-flex:1;flex:1;min-width:350px;max-width:745px;margin-right:auto;margin-left:auto;margin-right:auto}@media screen and (min-width: 75em){body.asset .asset-map .gmap-container .gmap-places{max-width:350px}}body.asset .asset-map .gmap-canvas{width:100%;max-width:745px}@media print, screen and (max-width: 89.99875em){body.asset .baretull{display:none !important}}.asset-map{color:#fff;padding-top:70px;padding-left:108px;position:relative;z-index:0;margin-bottom:90px}.asset-map::before{content:'';position:absolute;top:0;right:0;left:0;z-index:-1;height:60%;background:#2a2a2a;width:100vw}.asset-map h2{font-size:50px;font-weight:500;text-align:center;margin:0}.asset-map .location{display:block;text-align:center;font-size:13px;font-weight:700;margin-bottom:46px}.asset-map .gmap-canvas{width:745px;height:896px}.asset-map .gmap-container{display:-ms-flexbox;display:flex}.asset-map .gmap-container .gmap-canvas{margin-left:-52px}@media print, screen and (min-width: 40em){.asset-map .gmap-container .gmap-canvas{margin-left:0}}.asset-map .gmap-places{display:none;width:310px;margin-right:auto;margin-left:auto}@media print, screen and (min-width: 40em){.asset-map .gmap-places{display:block}}.asset-map .gmap-places ul{list-style:none;padding:0}.asset-map h3{text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:0.94px}.asset-map .gm-style{color:#000}@media print, screen and (min-width: 40em){.asset-map{padding-top:126px}}.gmap-places input{display:none}.gmap-places label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:2px solid #fff;padding:0 4px 0 2px;line-height:74px;cursor:pointer}.gmap-places label span{color:#fff;font-size:18px;font-weight:700}.gmap-places label em{width:34px;margin-left:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.gmap-places label svg{max-height:25px;width:auto;max-width:34px;max-height:40px}.gmap-places .map-filtericons path{fill:#fff}.gmap-places input:checked+label span{color:#faa21c}.gmap-places input:checked+label svg path{fill:#faa21c}.action-teaser{display:-ms-flexbox;display:flex;position:relative;height:500px;-ms-flex-direction:column;flex-direction:column;background-size:cover}@media print, screen and (min-width: 40em){.action-teaser{height:743px}}.action-teaser>a{position:absolute;top:50%;left:50%;background:#9B3A1F;text-decoration:none;border-radius:50%;width:116px;height:116px;margin-top:-58px;margin-left:-58px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:15px;font-weight:900}.action-teaser>a span{position:relative}.action-teaser>a span::before{content:'';height:2px;width:70%;background:#fff;position:absolute;top:calc(100% + 4px);left:15%}.action-teaser p{font-size:15px;line-height:1.27;margin-bottom:0}.action-teaser h3{font-size:25px;font-weight:700;line-height:1.32;margin:0}.action-teaser div{padding:45px 60px;background:#f5f5f5;max-width:460px}.action-teaser div a{color:inherit}.content-position.left-top{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.content-position.center-top{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.content-position.right-top{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start}.content-position.left-middle{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.content-position.center-middle{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.content-position.right-middle{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.content-position.left-bottom{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.content-position.center-bottom{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.content-position.right-bottom{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end}.terms-and-privacy .main-without-sidebar{padding-bottom:3rem}.terms-and-privacy table{margin-top:2rem;border-color:rgba(0,0,0,0.1)}.terms-and-privacy th{padding:1rem;background:rgba(0,0,0,0.1)}.terms-and-privacy td{padding:1rem}.timeline{padding-top:140px}.timeline-wrapper{max-width:1000px;margin-right:auto;margin-left:auto !important}.timeline-event{margin-bottom:200px;position:relative;color:#2a2a2a;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.timeline-event::after{content:'';background:#2a2a2a;width:1px;height:200px;position:absolute;top:100%;left:50%;margin-left:-1px}.timeline-event:last-child::after{display:none}.timeline-event::before{content:'';height:80px;width:40px;background:#fff url(/icons/timeline-open.svg) no-repeat 50% 50%;position:absolute;top:50%;margin-top:-40px;left:50%;margin-left:-20px}.timeline-event.open::before{background-image:url(/icons/timeline-close.svg)}.timeline-event:hover{cursor:pointer}.timeline-event:hover::before{-ms-transform:scale(1.4);transform:scale(1.4)}.timeline-event .timeline-details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:0 0 50%;flex:0 0 50%;-ms-flex-pack:center;justify-content:center}.timeline-event .timeline-details p{font-size:15px;line-height:1.8}.timeline-event .timeline-image{-ms-flex:0 0 50%;flex:0 0 50%}.timeline-event.odd .timeline-details{text-align:right;border-right:1px solid #2a2a2a;padding-right:50px}.timeline-event.odd .timeline-image{padding-left:50px}.timeline-event.even .timeline-details{padding-left:50px}.timeline-event.even .timeline-image{border-right:1px solid #2a2a2a;-ms-flex-order:-1;order:-1;padding-right:50px}.timeline-event .timeline-text{-ms-flex:0 0 50%;flex:0 0 50%}.timeline-event .timeline-image{-ms-flex:0 0 50%;flex:0 0 50%}.timeline-event .timeline-title{font-size:50px;font-size:calc(0.9rem + 2.66vmin);font-weight:900;margin:0;line-height:1.2;margin-bottom:10px;word-break:break-word}.timeline-event .timeline-date{font-size:25px;display:block;font-weight:700;margin-bottom:13px}.timeline-event .timeline-type{font-size:20px;display:block;font-weight:700;margin-bottom:20px}.timeline-event .timeline-more{display:none}.timeline-event.open .timeline-more{display:block}.timeline-event .timeline-links strong{text-transform:uppercase}.timeline-event .timeline-text+.timeline-links{margin-top:20px}.timeline-event p{margin:0}.timeline-event figure{max-width:440px}.timeline-event a{display:block;color:inherit}.timeline-event a:hover{text-decoration:none}.timeline-year{font-size:50px;font-weight:900;text-align:center;padding:26px 0}.property{margin-top:134px}.property .subheader .place{font-size:13px;font-weight:700;letter-spacing:calc(0.094 * 1em);text-transform:uppercase}.property .subheader h1{font-size:70px;font-weight:700;line-height:1.5;margin:0 0 0.9em 0}@media print, screen and (max-width: 74.99875em){.assetAlt .property{margin-top:40px;vebbe:vebbe}.assetAlt .property .main-title{margin-bottom:0}.assetAlt .property .subheader h1{font-size:40px}}.assetAlt .property .subheader{margin-top:40px}@media screen and (min-width: 75em){.assetAlt .property .subheader{background:lime;display:-ms-flexbox;display:flex;margin:0;padding:0;text-transform:uppercase;position:fixed;bottom:-3.6rem;left:0;z-index:99999;width:100vh;height:auto;-ms-transform:rotate(-90deg);transform:rotate(-90deg);-ms-transform-origin:0 0;transform-origin:0 0;padding-top:1rem;padding-bottom:1rem;text-align:right;padding-left:2rem;border:none;background:rgba(255,255,255,0.2)}.assetAlt .property .subheader .place{line-height:inherit;font-size:inherit;font-weight:300;-ms-flex-order:1;order:1}.assetAlt .property .subheader .main-title{font-size:inherit;line-height:inherit;margin:0 0.6rem 0 0}.assetAlt .property .subheader .main-title::after{content:' - ';margin-left:0.6rem}}.cocoen-wrapper .title{text-decoration:none;text-transform:uppercase;color:#8b8b8b;font-size:15px;font-weight:700;margin-right:35px;display:inline-block;letter-spacing:1.5px;color:var(--global-color-orange, #faa21c)}.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cocoen *{box-sizing:inherit}.cocoen *::after,.cocoen *::before{box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}.sidebar-contact{margin-bottom:100px}.sidebar-contact a{text-transform:uppercase;color:#8b8b8b;font-size:14px;font-weight:700;text-decoration:none;display:block}.sidebar-contact .sbc-name{font-size:25px;font-weight:700;color:#2a2a2a;margin:0 0 10px 0}.sidebar-contact .sbc-title{font-size:13px;font-weight:700;color:#2a2a2a;margin:0 0 24px 0;display:block}.sidebar-contact .sbc-phone{margin-bottom:13px}.sidebar-contact .sbc-country{margin-top:-24px;margin-bottom:24px;display:block;font-size:13px;font-weight:700;text-transform:uppercase;color:#8b8b8b}.richText ul{list-style-type:square;list-style-position:outside;padding-left:1.4rem;font-size:18px;line-height:1.6}.richText li{margin-bottom:1em}.richText a{color:inherit}.largeLink{font-size:14px;font-weight:700;letter-spacing:1.5px;line-height:21px;color:#8b8b8b;text-decoration:none;text-transform:uppercase;margin-top:44px;display:-ms-flexbox;display:flex;position:relative;width:100%;transition:color 0.2s ease-in-out}.largeLink span{background:#fff;position:relative;z-index:0;padding-right:14px;padding-bottom:12px}.backdrop .largeLink span{background:#f5f5f5}.largeLink em{margin-left:auto}.largeLink em::before{content:'';height:1px;background:#aaa;width:100%;position:absolute;top:18px;right:2px;z-index:-1;transition:all 0.2s ease-in-out}.largeLink svg{margin-top:12px;transition:all 0.2s ease-in-out;height:13px}.largeLink svg path{transition:stroke 0.2s ease-in-out}.largeLink:hover{color:var(--global-color-orange, #faa21c)}.largeLink:hover em::before{top:calc(50% - 4px);background:var(--global-color-orange, #faa21c)}.largeLink:hover svg{margin-top:6px}.largeLink:hover svg path{stroke:var(--global-color-orange, #faa21c)}.largeLink.short span{background:transparent}.largeLink.short em{margin-left:0}.largeLink.short em::before{display:none}.largeLink.short svg{height:initial;margin-top:0}.largeLink.short:hover svg{margin-top:0}.fund-spec{width:100%;margin-top:50px}.fund-spec a{font-weight:15px;line-height:40px;display:-ms-flexbox;display:flex;position:relative;border-bottom:2px solid #2a2a2a;color:inherit;text-decoration:none}.fund-spec a em{margin-left:auto}.fund-spec a svg{animation:none;-ms-transform:rotate(0deg);transform:rotate(0deg)}.fund-spec>div{display:none}.fund-spec>div div{display:-ms-flexbox;display:flex;border-bottom:1px solid #a4a4a4;font-size:14px;line-height:22px;padding:26px 0}.fund-spec>div div strong{-ms-flex:0 0 50%;flex:0 0 50%;display:block}.fund-spec>div div span{text-align:right;-ms-flex:0 0 50%;flex:0 0 50%;display:block}.fund-spec.open a svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.fund-spec.open>div{display:block}.scrollindicator{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:absolute;bottom:4rem;left:50%;margin-left:-5px}.scrollindicator span{display:block;width:10px;height:10px;margin-bottom:20px;background-color:rgba(255,255,255,0);animation:scrolling 2s ease infinite}.scrollindicator span:nth-child(1){animation-delay:0s}.scrollindicator span:nth-child(2){animation-delay:.2s}.scrollindicator span:nth-child(2){animation-delay:.4s}.scrollindicator span:nth-child(3){animation-delay:.6s}.scrollindicator span:nth-child(4){animation-delay:.8s}.scrollindicator span:nth-child(5){animation-delay:1s;margin-bottom:0}@keyframes scrolling{0%{background-color:rgba(255,255,255,0)}50%{background-color:#fff}100%{background-color:rgba(255,255,255,0)}}.news-grid{display:-ms-flexbox !important;display:flex !important}.news-grid article{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:0 !important;width:50%;margin-bottom:40px;border-bottom:40px solid #fff}.news-grid article:nth-child(2){padding-top:320px !important}@media print, screen and (max-width: 39.99875em){.news-grid article:nth-child(2){padding-top:0 !important}}.news-grid article.no-image{background:#f5f5f5}@media print, screen and (min-width: 40em){.news-grid article{margin-left:23px}.news-grid article:nth-child(2n+1){margin-right:23px;margin-left:0}}.news-grid article.no-image>div{min-height:806px;background:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:0}@media print, screen and (max-width: 39.99875em){.news-grid article.no-image{background:transparent}.news-grid article.no-image>div{background:#f5f5f5;min-height:0}}.news-grid article.no-image:nth-child(1)>div,.news-grid article.no-image:nth-child(4)>div,.news-grid article.no-image:nth-child(5)>div,.news-grid article.no-image:nth-child(8)>div,.news-grid article.no-image:nth-child(9)>div,.news-grid article.no-image:nth-child(12)>div,.news-grid article.no-image:nth-child(13)>div,.news-grid article.no-image:nth-child(16)>div,.news-grid article.no-image:nth-child(17)>div,.news-grid article.no-image:nth-child(20)>div,.news-grid article.no-image:nth-child(21)>div,.news-grid article.no-image:nth-child(24)>div,.news-grid article.no-image:nth-child(25)>div,.news-grid article.no-image:nth-child(28)>div,.news-grid article.no-image:nth-child(29)>div,.news-grid article.no-image:nth-child(32)>div,.news-grid article.no-image:nth-child(33)>div{min-height:646px}@media print, screen and (max-width: 39.99875em){.news-grid article.no-image:nth-child(1)>div,.news-grid article.no-image:nth-child(4)>div,.news-grid article.no-image:nth-child(5)>div,.news-grid article.no-image:nth-child(8)>div,.news-grid article.no-image:nth-child(9)>div,.news-grid article.no-image:nth-child(12)>div,.news-grid article.no-image:nth-child(13)>div,.news-grid article.no-image:nth-child(16)>div,.news-grid article.no-image:nth-child(17)>div,.news-grid article.no-image:nth-child(20)>div,.news-grid article.no-image:nth-child(21)>div,.news-grid article.no-image:nth-child(24)>div,.news-grid article.no-image:nth-child(25)>div,.news-grid article.no-image:nth-child(28)>div,.news-grid article.no-image:nth-child(29)>div,.news-grid article.no-image:nth-child(32)>div,.news-grid article.no-image:nth-child(33)>div{min-height:0}}.news-grid article>div{-ms-flex-order:1;order:1;background:#fff;margin-right:58px;margin-left:58px;padding:39px 70px 30px 70px;margin-top:-74px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}@media print, screen and (max-width: 39.99875em){.news-grid article>div{padding-right:35px;padding-left:35px;margin-right:20px;margin-left:20px}}.news-grid article>div p{font-size:15px;line-height:27px;max-height:81px;overflow:hidden}.news-grid article>div p:empty{display:none}.news-grid h2{font-size:35px;line-height:41px;font-weight:700;margin-top:17px;margin-bottom:10px;font-size:calc(0.716rem + 1.76vmin);line-height:1.1714}.news-grid address{-ms-flex-order:-1;order:-1;font-style:normal;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:0.94px;line-height:21px;display:-ms-flexbox;display:flex}.news-grid address .date{margin-left:auto}.news-grid a{position:absolute;top:0;right:0;bottom:0;left:0}.news-grid a span{display:none}.news-grid figure img{object-fit:cover;height:100%;width:100%;background:#000}.news-latest-wrapper{display:-ms-flexbox;display:flex;position:relative;padding-top:137px;padding-top:106px;padding-bottom:70px}@media screen and (min-width: 75em){.news-latest-wrapper{padding-bottom:137px}}.news-visible{padding-left:70px;display:none;-ms-flex-align:center;align-items:center}@media screen and (min-width: 75em){.news-visible{display:block}}.news-visible article{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-visible article figure{-ms-flex-order:-1;order:-1;box-sizing:content-box;width:100%;padding-bottom:30px}.news-visible article:hover h2{color:var(--global-color-orange, #faa21c)}@media screen and (min-width: 102.5em){.news-visible article{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.news-visible article figure{padding-right:123px;padding-bottom:0;width:100vw;max-width:658px}}.news-visible article a{position:absolute;top:0;right:0;bottom:0;left:0}.news-visible article a span{display:none}.news-visible h2{font-size:35px;line-height:41px}.news-visible address{text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:0.94px;line-height:21px;font-style:normal}.news-latest{-ms-flex:0 0 100%;flex:0 0 100%;width:100vw;padding-left:56px}.news-latest::before{content:'';background:#f5f5f5;position:absolute;top:0;bottom:0;left:-50vw;right:-50vw;z-index:-1}@media screen and (min-width: 75em){.news-latest{box-sizing:content-box;-ms-flex:0 0 60%;flex:0 0 60%;max-width:350px}.news-latest::before{right:40%}}.news-latest h4{text-transform:uppercase;font-size:13px;line-height:21px;letter-spacing:0.94px;margin:0}.news-latest h2{font-size:50px;line-height:60px;margin-top:15px;margin-bottom:50px}.newslist{list-style:none;padding-left:0;margin:0 0 0 -56px}.newslist li{margin-bottom:69px;position:relative;padding-left:56px}.newslist li a{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/icons/timeline-open.svg);background-repeat:no-repeat;background-position:0 50%}.newslist li a span{display:none}.newslist li.active a{background-image:url(/icons/plus-active.svg)}.newslist li:hover{color:var(--global-color-orange, #faa21c)}.newslist li:hover a{background-image:url(/icons/plus-active.svg)}.newslist .location{font-size:13px;font-weight:700;letter-spacing:0.94px;line-height:21px;text-transform:uppercase}.newslist .date{font-size:13px;font-weight:700;line-height:17px}.newslist h3{font-size:20px;font-weight:700;line-height:31px;margin:4px 0 -2px 0}@media print, screen and (min-width: 60em){.transactions .xyz{padding-left:50px;padding-bottom:120px}}@media print, screen and (min-width: 40em) and (max-width: 63.99875em){.home .main>.row:first-child .w1o3{background:#f5f5f5;padding-bottom:30px}}.home .main-without-sidebar{z-index:1}.home .main-without-sidebar .main>:first-child{z-index:9999;margin-top:-30px}@media print, screen and (min-width: 40em){.home .main-without-sidebar .main>:first-child{margin-top:-50px}.home .main-without-sidebar .main>:first-child::before{left:154px}.home .main-without-sidebar .main>:first-child .w1o3{padding-left:100px}}@media print, screen and (max-width: 63.99875em){.home .counters .column{-ms-flex:0 0 50%;flex:0 0 50%}.home .counters .column:nth-child(1),.home .counters .column:nth-child(2){margin-bottom:30px}}.home #properties-slider-column,.home .gallery-slider{max-width:100%}.home #properties-slider-column{padding:0}@media print, screen and (min-width: 60em){.home #properties-slider-column{max-width:66.6666%}}.home #properties-slider-column .slider-wrapper{min-height:0}.home #properties-slider-column .swiper-wrapper{position:static}.home .properties-slider .gallery-section .swiper-slide{margin-right:0;padding-bottom:60px}@media print, screen and (max-width: 44.99875em){.home .swiper-pagination{margin-right:0;padding-top:20px}}.home .swiper-navigation{background:transparent !important;border:none !important;bottom:50% !important;left:20px;right:20px}.home .swiper-navigation svg{position:absolute;top:20px}.home .swiper-navigation svg line{display:none}.home .swiper-navigation svg path{stroke:#fff !important}.home .swiper-navigation .swiper-button-prev,.home .swiper-navigation .swiper-button-next{background:#000;width:50px;position:relative}.home .swiper-navigation .swiper-button-prev svg{left:20px}.home .swiper-navigation .swiper-button-next{margin-left:auto}.home .swiper-navigation .swiper-button-next svg{right:20px}blockquote{margin-top:50px !important;margin-bottom:-50px;display:block}blockquote .blockquote-body{border-left:10px solid #faa21c;padding-left:2em;font-size:1.3em;font-weight:300;margin-left:-50px}blockquote cite{font-weight:700}blockquote.position-right-middle .blockquote-body{border-left:none;border-right:10px solid #faa21c;padding-left:0;padding-right:2em;margin-left:0;margin-right:-50px;text-align:right}blockquote.position-right-middle cite{text-align:right}.newsarticle{display:block}@media screen and (min-width: 90em){.newsarticle{display:-ms-flexbox;display:flex}}.newsarticle .subheader h1{font-size:calc(1.468rem + 2vmin);line-height:1.2;margin:0}@media print, screen and (max-width: 74.99875em){.newsarticle .subheader{padding-top:60px}}.newsarticle .main{border:none;position:relative;margin-top:-60px}.newsarticle .placedate{font-size:13px;font-weight:700;letter-spacing:0.94px;line-height:1.6153;text-transform:uppercase;padding-top:1em}.newsarticle .subheader{max-width:800px;margin-right:auto;margin-left:auto}.newsarticle .subheader+.richText{font-size:25px;line-height:41px;margin-top:50px !important}.newsarticle blockquote,.newsarticle .richText{max-width:800px;margin-right:auto !important;margin-left:auto !important}.newsarticle .richText{margin-top:100px !important}.newsarticle figure{margin-top:100px !important}.newsarticle blockquote{margin-top:50px !important;margin-bottom:-50px;max-width:800px;margin-right:auto;margin-left:auto;display:block}.newsarticle blockquote .blockquote-body{border-left:10px solid #faa21c;padding-left:2em;font-size:1.3em;font-weight:300;margin-left:-50px}.newsarticle blockquote cite{font-weight:700}.newsarticle blockquote.position-right-middle .blockquote-body{border-left:none;border-right:10px solid #faa21c;padding-left:0;padding-right:2em;margin-left:0;margin-right:-50px;text-align:right}.newsarticle blockquote.position-right-middle cite{text-align:right}.newsarticle aside{border-right:1px solid #e9e9e9;padding-top:30px}@media print, screen and (max-width: 89.99875em){.newsarticle aside{position:relative;margin-right:auto;margin-left:auto;max-width:800px;border-top:1px solid #f5f5f5;border-right:none;background:transparent;width:100%}}@media screen and (min-width: 75em){.newsarticle aside{margin-top:130px}}.newsarticle aside .sidebar-contact{margin-bottom:50px}.newsarticle aside .sb-box-share{padding-top:80px}.newsarticle aside .sb-box-share h3{margin-bottom:20px}.funds main{padding-bottom:60px}.sresults .page-header{grid-template-columns:1fr !important;text-align:center !important}.sresults .page-header header{grid-column-start:1 !important}.sresults .page-header h1{text-align:center !important}.sresults .page-header .xyz{grid-column-start:1;text-align:center !important}.sresults .page-header .xyz .richText,.sresults .page-header .xyz .richText p{text-align:center !important}.searchresults{display:grid;grid-template-columns:1fr;grid-column-gap:35px;grid-row-gap:70px;margin-bottom:100px}@media print, screen and (min-width: 32.5em){.searchresults{grid-template-columns:1fr 1fr}}@media print, screen and (min-width: 64em){.searchresults{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 95em){.searchresults{grid-template-columns:1fr 1fr 1fr 1fr}}.searchresult{position:relative}.searchresult .result-image{background:#e8e8e8;height:383px;position:relative;height:250px}.searchresult .result-image img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.searchresult .result-image.no-image{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.searchresult .result-image.no-image span{display:block;width:76px;width:114px;width:152px;overflow:hidden}.searchresult .result-image svg{opacity:0.2;width:440px;width:660px;width:880px}.searchresult .result-image svg .letter{display:none}.searchresult .result-type{display:block;text-transform:uppercase;font-weight:700;font-size:20px;line-height:1.2;font-size:14px;font-size:12px;margin:0 0 20px 0;margin:16px 0 10px 0}.searchresult .result-type span{background:#fff;background:#e8e8e8;display:inline-block;padding:0.5em 1em;background:transparent;color:var(--global-color-orange, #faa21c);padding:0}.searchresult .result-title{max-width:90%;background:#fff;margin:-40px auto 0 auto;text-align:center;padding:1em 1.2em;max-width:none;text-align:left;font-size:16px;font-weight:400;padding:0;margin:0;background:transparent}.searchresult .result-title h3{font-size:16px;font-weight:400;line-height:1.2;margin:0;font-size:20px;font-weight:900}.searchresult.type-news .result-title h3{font-weight:400}.searchresult a{position:absolute;top:0;right:0;bottom:0;left:0}.searchresult a span{display:none}.searchresult a::before{content:'';position:absolute;top:0;right:0;height:250px;left:0;z-index:3;background-repeat:no-repeat;background-color:rgba(0,0,0,0);transition:background 0.3s ease-in-out;background-position:-50% 50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z' fill='%23fff'/%3E%3C/svg%3E");background-size:20%}.searchresult a:hover::before{background-position:50% 50%;background-color:rgba(0,0,0,0.8)}form.inlinesearch{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:all 0.2s ease-in-out}form.inlinesearch label{font-size:13px;color:#000;display:block;font-weight:600;letter-spacing:0.94px;display:none}form.inlinesearch fieldset{border:none;padding:0;width:80%;max-width:860px}form.inlinesearch fieldset div{display:-ms-flexbox;display:flex;border-bottom:1px solid #707070;font-size:35px}form.inlinesearch legend{display:none}form.inlinesearch input[type="text"]{border:none;height:55px;width:100%;height:96px;background:transparent;font-weight:400}form.inlinesearch button svg{margin-top:0.4em;min-width:1.4em;height:auto}form.inlinesearch button span{display:none}.assetAlt .hero .bottomButtons{margin-top:3rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;align-itens:center;-ms-flex-pack:center;justify-content:center}.assetAlt .hero .bottomButtons a{margin:0;white-space:nowrap}

/*# sourceMappingURL=maps/site.css.map */
