.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/var(--fancybox-thumbs-ratio, 1.5));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@tailwind base;.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-top-px{top:-1px}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-\[10px\]{left:10px}.right-0{right:0}.right-\[10px\]{right:10px}.top-0{top:0}.top-1\/2{top:50%}.isolate{isolation:isolate}.-z-10{z-index:-10}.-z-20{z-index:-20}.z-10{z-index:10}.col-span-2{grid-column:span 2/span 2}.-m-2{margin:-.5rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-auto{margin-top:auto;margin-bottom:auto}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[3\/2\]{aspect-ratio:3/2}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-80{height:20rem}.h-\[\%dpx\]{height:%dpx}.h-\[100px\]{height:100px}.h-\[2px\]{height:2px}.h-\[64rem\]{height:64rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-12{max-height:3rem}.max-h-\[800px\]{max-height:800px}.min-h-\[35px\]{min-height:35px}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[100px\]{width:100px}.w-\[64rem\]{width:64rem}.w-\[76rem\]{width:76rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[25px\]{max-width:25px}.max-w-xl{max-width:36rem}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.columns-2{-moz-columns:2;column-count:2}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-10{row-gap:2.5rem}.gap-y-20{row-gap:5rem}.gap-y-5{row-gap:1.25rem}.gap-y-8{row-gap:2rem}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-900\/10>:not([hidden])~:not([hidden]){border-color:rgba(17,24,39,.1)}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.bg-\[\$bg_color\]{background-color:$bg color}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\/20{background-color:rgba(17,24,39,.2)}.bg-gray-900\/5{background-color:rgba(17,24,39,.05)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.stroke-gray-200{stroke:#e5e7eb}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-left{-o-object-position:left;object-position:left}.p-2{padding:.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-16{padding-left:4rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-6{padding-right:1.5rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-24{padding-top:6rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-10{line-height:2.5rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-normal{line-height:1.5}.tracking-tight{letter-spacing:-.025em}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-\[0_4px_9px_-4px_\#3b71ca\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-\[0_4px_9px_-4px_\#3b71ca\]{--tw-shadow:0 4px 9px -4px #3b71ca;--tw-shadow-colored:0 4px 9px -4px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.ring-inset{--tw-ring-inset:inset}.ring-gray-900\/10{--tw-ring-color:rgba(17,24,39,0.1)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-all{transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[mask-image\:radial-gradient\(100\%_100\%_at_top_right2c white2c transparent\)\]{-webkit-mask-image:radial-gradient(100% 100% at top right,#fff,transparent);mask-image:radial-gradient(100% 100% at top right,#fff,transparent)}.\[mask-image\:radial-gradient\(closest-side2c white2c transparent\)\]{-webkit-mask-image:radial-gradient(closest-side,#fff,transparent);mask-image:radial-gradient(closest-side,#fff,transparent)}.d-flex{display:flex}.d-flex.d-flex-inline{display:inline-flex}.d-flex.flex-direction-row-reverse{flex-direction:row-reverse}.d-flex.flex-direction-column{flex-direction:column}.d-flex.flex-direction-column-reverse{flex-direction:column-reverse}.d-flex.flex-wrap{flex-wrap:wrap}.d-flex.flex-wrap-reverse{flex-wrap:wrap-reverse}.d-flex.justify-content-flex-end{justify-content:flex-end}.d-flex.justify-content-center{justify-content:center}.d-flex.justify-content-space-between{justify-content:space-between}.d-flex.justify-content-space-around{justify-content:space-around}.d-flex.justify-content-space-evenly{justify-content:space-evenly}.d-flex.align-content-flex-end{align-content:flex-end}.d-flex.align-content-center{align-content:center}.d-flex.align-content-space-between{align-content:space-between}.d-flex.align-content-space-around{align-content:space-around}.d-flex.align-content-space-evenly{align-content:space-evenly}.d-flex.align-items-flex-end{align-items:flex-end}.d-flex.align-items-center{align-items:center}.d-flex.align-items-stretch{align-items:stretch}.d-flex.align-items-baseline{align-items:baseline}.col-xs-1-12{width:8.3333333333%;transition:width .1s ease}.col-xs-2-12{width:16.6666666667%;transition:width .1s ease}.col-xs-3-12{width:25%;transition:width .1s ease}.col-xs-4-12{width:33.3333333333%;transition:width .1s ease}.col-xs-5-12{width:41.6666666667%;transition:width .1s ease}.col-xs-6-12{width:50%;transition:width .1s ease}.col-xs-7-12{width:58.3333333333%;transition:width .1s ease}.col-xs-8-12{width:66.6666666667%;transition:width .1s ease}.col-xs-9-12{width:75%;transition:width .1s ease}.col-xs-10-12{width:83.3333333333%;transition:width .1s ease}.col-xs-11-12{width:91.6666666667%;transition:width .1s ease}.col-xs-12-12{width:100%;transition:width .1s ease}@media only screen and (min-width:576px){.col-sm-1-12{width:8.3333333333%;transition:width .1s ease}.col-sm-2-12{width:16.6666666667%;transition:width .1s ease}.col-sm-3-12{width:25%;transition:width .1s ease}.col-sm-4-12{width:33.3333333333%;transition:width .1s ease}.col-sm-5-12{width:41.6666666667%;transition:width .1s ease}.col-sm-6-12{width:50%;transition:width .1s ease}.col-sm-7-12{width:58.3333333333%;transition:width .1s ease}.col-sm-8-12{width:66.6666666667%;transition:width .1s ease}.col-sm-9-12{width:75%;transition:width .1s ease}.col-sm-10-12{width:83.3333333333%;transition:width .1s ease}.col-sm-11-12{width:91.6666666667%;transition:width .1s ease}.col-sm-12-12{width:100%;transition:width .1s ease}}@media only screen and (min-width:768px){.col-md-1-12{width:8.3333333333%;transition:width .1s ease}.col-md-2-12{width:16.6666666667%;transition:width .1s ease}.col-md-3-12{width:25%;transition:width .1s ease}.col-md-4-12{width:33.3333333333%;transition:width .1s ease}.col-md-5-12{width:41.6666666667%;transition:width .1s ease}.col-md-6-12{width:50%;transition:width .1s ease}.col-md-7-12{width:58.3333333333%;transition:width .1s ease}.col-md-8-12{width:66.6666666667%;transition:width .1s ease}.col-md-9-12{width:75%;transition:width .1s ease}.col-md-10-12{width:83.3333333333%;transition:width .1s ease}.col-md-11-12{width:91.6666666667%;transition:width .1s ease}.col-md-12-12{width:100%;transition:width .1s ease}}@media only screen and (min-width:992px){.col-lg-1-12{width:8.3333333333%;transition:width .1s ease}.col-lg-2-12{width:16.6666666667%;transition:width .1s ease}.col-lg-3-12{width:25%;transition:width .1s ease}.col-lg-4-12{width:33.3333333333%;transition:width .1s ease}.col-lg-5-12{width:41.6666666667%;transition:width .1s ease}.col-lg-6-12{width:50%;transition:width .1s ease}.col-lg-7-12{width:58.3333333333%;transition:width .1s ease}.col-lg-8-12{width:66.6666666667%;transition:width .1s ease}.col-lg-9-12{width:75%;transition:width .1s ease}.col-lg-10-12{width:83.3333333333%;transition:width .1s ease}.col-lg-11-12{width:91.6666666667%;transition:width .1s ease}.col-lg-12-12{width:100%;transition:width .1s ease}}@media only screen and (min-width:1200px){.col-xl-1-12{width:8.3333333333%;transition:width .1s ease}.col-xl-2-12{width:16.6666666667%;transition:width .1s ease}.col-xl-3-12{width:25%;transition:width .1s ease}.col-xl-4-12{width:33.3333333333%;transition:width .1s ease}.col-xl-5-12{width:41.6666666667%;transition:width .1s ease}.col-xl-6-12{width:50%;transition:width .1s ease}.col-xl-7-12{width:58.3333333333%;transition:width .1s ease}.col-xl-8-12{width:66.6666666667%;transition:width .1s ease}.col-xl-9-12{width:75%;transition:width .1s ease}.col-xl-10-12{width:83.3333333333%;transition:width .1s ease}.col-xl-11-12{width:91.6666666667%;transition:width .1s ease}.col-xl-12-12{width:100%;transition:width .1s ease}}.pddm-container{padding-left:3.5vw;padding-right:3.5vw;margin-right:auto;margin-left:auto;position:relative;max-width:1920px}@media only screen and (max-width:1199.98px){.pddm-container{padding-left:3vw;padding-right:3vw}}@media only screen and (max-width:767.98px){.pddm-container{padding-left:25px;padding-right:25px}}.pddm-container.half.left{padding-left:3.5vw;padding-right:0}@media only screen and (max-width:1199.98px){.pddm-container.half.left{padding-left:3vw}}.pddm-container.half.right{padding-left:0;padding-right:3.5vw}@media only screen and (max-width:1199.98px){.pddm-container.half.right{padding-right:3vw}}.pddm-container.no-gutter{padding-left:0;padding-right:0}main>section{padding:6vh 0;margin:0}main>section:first-child{padding-top:12vh}main>section:last-child{margin-bottom:6vh}.block-margin-bottom{padding-bottom:100px}@media only screen and (max-width:991.98px){.block-margin-bottom{padding-bottom:75px}}@media only screen and (max-width:767.98px){.block-margin-bottom{padding-bottom:50px}}.page-template-template-articles.has-banner section:first-child,.page-template-template-contact.has-banner section:first-child{margin-top:-100px;padding-top:200px}html{box-sizing:border-box}html,html body{margin:0;padding:0}html body{line-height:1.5}ol,ul{list-style:none}figure,ol,p,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0}[tabindex],a,area,button,input,label,select,textarea{touch-action:manipulation}[hreflang]>abbr[title]{text-decoration:none}table{border-spacing:0}hr{display:block;margin:1em 0;padding:0;height:1px;border-top:1px solid #ccc}cite,dfn,em,i{font-style:italic}b,strong{font-weight:700}a,a:focus{text-decoration:none}a:focus{outline:none}input,select,textarea{display:block;margin:0;padding:0;width:100%;outline:0;border:0;border-radius:0;background:none transparent;color:inherit;font:inherit;line-height:normal;appearance:none;-webkit-appearance:none;-moz-appearance:none}textarea{overflow:auto}select,textarea{text-transform:none}select::-ms-expand{display:none}select::-ms-value{background:none;color:inherit}button{display:inline-block;overflow:visible;margin:0;padding:0;outline:0;border:0;background:none transparent;color:inherit;vertical-align:middle;text-align:center;text-transform:none;font:inherit;line-height:normal;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,button:hover{text-decoration:none}.background-white{background-color:#fff}.background-light-blue{background-color:#d5e3e8}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .5s ease}img.lazyload:not([src]){visibility:hidden}body,html{font-family:basic-sans,sans-serif}h1,h2,h3,h4,h5,h6{font-family:owners-wide,sans-serif;letter-spacing:.08em}html{font-size:16px;line-height:1;color:#000;font-family:basic-sans,sans-serif;font-weight:400;font-smooth:always;-webkit-font-smoothing:antialiased}html.is-loading{cursor:wait}.has-scroll-smooth html body,html.has-scroll-smooth{overflow:hidden}html body.fixed{position:fixed;height:100vh;width:100%;overflow:hidden}a{color:#ccc;transition:color .4s ease}a:hover{color:#222}main ol,main ul{padding-left:20px}main ul{list-style:disc}main ol{list-style:decimal}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100vh;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#fefefe;opacity:.5;width:7px;border-radius:0;margin:2px;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:grabbing}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.btn-custom{padding:.6em 1em;background-color:#888;color:#fff;text-transform:uppercase;display:inline-flex;justify-content:center;align-items:center;text-align:center;transition:transform .3s ease}.btn-custom:hover{color:#fff;transform:translateY(-5px)}button{-webkit-appearance:button;border:none;border-radius:0;background-color:transparent}.btn-text,.btn-yellow,.frm_style_formidable-style.with_frm_style .frm_submit button.frm_button_submit{background-color:#ffcf52;color:#000;min-width:242px;width:-moz-fit-content;width:fit-content;max-width:100%;height:50px;font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase;position:relative;border:none;box-shadow:none;border-radius:0}@media only screen and (min-width:576px){.btn-text,.btn-yellow,.frm_style_formidable-style.with_frm_style .frm_submit button.frm_button_submit{font-size:14px}}.btn-text:hover,.btn-yellow:hover,.frm_style_formidable-style.with_frm_style .frm_submit button.frm_button_submit:hover{background-color:#ffcf52;color:#000}.btn-text:after,.btn-yellow:after,.frm_style_formidable-style.with_frm_style .frm_submit button.frm_button_submit:after{content:">";display:inline-block;width:10px;height:16px;margin-left:7px;left:20px}@media only screen and (max-width:991.98px){.btn-text,.btn-yellow,.frm_style_formidable-style.with_frm_style .frm_submit button.frm_button_submit{width:220px;height:40px;letter-spacing:2px}}.btn-text{color:#000;height:auto;width:auto;display:block;text-align:left;padding:0}.btn-text,.btn-text:hover{background-color:unset}.btn-text:after{content:""}@keyframes scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.pddm-form .alert{margin-bottom:15px;font-size:.9em}.pddm-form .alert.alert-danger{color:red}.pddm-form .row{display:flex;justify-content:space-between}@media only screen and (max-width:767.98px){.pddm-form .row{flex-flow:row wrap}}.pddm-form .row .col-md-6{width:49%}@media only screen and (max-width:767.98px){.pddm-form .row .col-md-6{width:100%}}.pddm-form .row .col-md-12{width:100%}.success{text-align:left;font-weight:700;padding:5px 0;color:#000}form .form-group{margin-bottom:1em}form .form-group label{color:#000;text-transform:uppercase;margin-bottom:1em;display:block;margin-top:1em}form .form-group label,form input,form select,form textarea{font-size:.8em;font-weight:700;font-family:basic-sans,sans-serif}form input,form select,form textarea{border:1px solid #333;padding:1em;width:calc(100% - 2em);color:#333}form input::-moz-placeholder,form select::-moz-placeholder,form textarea::-moz-placeholder{color:#333;font-weight:700;font-family:basic-sans,sans-serif}form input::placeholder,form select::placeholder,form textarea::placeholder{color:#333;font-weight:700;font-family:basic-sans,sans-serif}form input.error,form select.error,form textarea.error{border-color:red}form textarea{border:1px solid #333;padding-left:1em;padding-right:1em;font-weight:400}form select{background-size:1em;background-position:calc(100% - 15px) 50%;background-repeat:no-repeat;background-color:transparent}form select.error{border-color:red}form button.enquire{position:relative;-webkit-appearance:none;flex-shrink:0}form button.enquire .line:after,form button.enquire .line:before{height:99%}form .pddm-throbber,form .throbber{border-radius:15px!important;background-color:#000;display:inline-block;height:20px;margin-left:15px;position:absolute;width:20px;top:12px;right:-40px;animation:scaleout 1s ease-in-out infinite}form .message{font-size:.9em}form .message .error{color:red}form .status{display:flex;flex-flow:row;justify-content:space-between;align-items:flex-start;margin-top:1em}form .status .g-recaptcha{position:absolute}form .status .markup-after-form{font-size:.6em;color:#333;width:220px;text-align:right}form .status .markup-after-form a{text-decoration:underline;color:#333}form .status .markup-after-form a:hover{color:#000}input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:#fff!important;-webkit-background-fill-color:#fff!important;-webkit-box-shadow:0 0 0 1000px #fff inset}.fancybox-toolbar .fancybox-button{background-color:transparent;height:30px;width:30px;border-radius:50%;padding:0;right:2vw;top:2vw}.fancybox-toolbar .fancybox-button svg path{fill:#fff!important}.fancybox-slide.fancybox-slide--video .fancybox-nav{display:none}.fancybox-slide .fancybox-nav{padding:0;height:60px;width:60px;background-color:transparent;display:flex;justify-content:center;align-items:center;position:absolute;top:calc(50% - 30px)}.fancybox-slide .fancybox-nav.fancybox-prev{left:-75px}.fancybox-slide .fancybox-nav.fancybox-next{right:-75px}.fancybox-slide .fancybox-nav svg{height:50%;width:50%}h1,h2,h3{font-family:owners-wide,sans-serif}h1{font-size:3.5em}h2{font-size:2em}h3{font-size:1.8em}h4{font-size:1.5em;font-weight:700}h5{font-size:1.2em}h5,h6{font-weight:600}h6{font-size:1em}hr{border:0;height:2px;background:#333;margin:30px 0}.tabs-nav{display:flex;flex-flow:row;justify-content:center;align-items:center;border-bottom:1px solid #333}.tabs-nav li{cursor:pointer;position:relative;top:1px}@media only screen and (max-width:767.98px){.tabs-nav li .mobile{display:none}}.tabs-nav li a{color:#fff;background-color:#00f;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$darkblue",endColorstr="$blue",GradientType=1);text-align:center;padding:.8em 1.5em;border-top-right-radius:1.6em;border-top-left-radius:1.6em;border:1px solid;border-color:#00f #00f #333;display:block;font-size:.9em;font-weight:700;text-transform:uppercase;transition:background .4s ease,border .4s ease,color .4s ease}.tabs-nav li a:after{content:none!important}.tabs-nav li.tab-active a,.tabs-nav li:hover a{background:#fff;border-color:#333 #333 #fff;color:#333}.tabs-stage .tab-content{padding-top:3em;margin-top:1em;display:none}@media only screen and (max-width:767.98px){.tabs-stage .tab-content{border-top:none}}.tabs-stage .tab-content.active{display:block}.toggle{border:1px solid #333;border-radius:1em;margin-bottom:15px}.toggle.open .heading{border-bottom-color:#333}.toggle.open .heading:after{content:"-"}.toggle.open .content{padding:1em 1.5em 1em calc(1.5em + 22px);transition:height 5s ease!important;height:auto}.toggle .heading{padding:.7em 0;margin:0 1.5em;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;border-bottom:1px solid #fff}.toggle .heading span{font-size:1em;line-height:1.2;color:#00f;font-weight:600;left:-19px}.toggle .heading:after{content:"+";font-weight:400;color:#00f;font-size:1.6em;margin-right:5px;margin-left:10px}.toggle .content{height:0;overflow:hidden;text-align:left!important;position:relative}.toggle .content>*{font-size:.9em}.toggle .content .int{position:absolute;font-weight:700;margin-left:-19px}.toggle .content p{text-align:left!important;margin-bottom:1em}.toggle .content p:last-child{margin-bottom:0}#banner-video{height:100vh;margin-top:-97px;position:relative}@media only screen and (max-width:1700px){#banner-video{margin-top:-100px}}@media only screen and (max-width:767.98px){#banner-video{height:75vh}}#banner-video .video-banner-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}#banner-video #video-header,#banner-video .video-banner-image img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#banner-video #video-header{top:0;left:0;right:0;bottom:0}#banner-video .video-bg-wrapper{opacity:0}#banner-video .video-bg-wrapper.youtube-background{opacity:1;transition:opacity .5s ease-in-out;transition-delay:.25s}#banner-video>img,#banner-video iframe,#banner-video picture,#banner-video video{width:100%}#banner-video .text-content,#banner-video .text-header{position:absolute;bottom:50px;width:50%;max-width:1000px;height:auto;left:3.5vw;z-index:9}#banner-video .text-content h1,#banner-video .text-header h1{font-family:owners-wide,sans-serif;font-weight:300;font-style:normal;font-size:28px;line-height:normal;letter-spacing:2.25px;color:#fff;padding-bottom:25px}@media only screen and (min-width:576px){#banner-video .text-content h1,#banner-video .text-header h1{font-size:45px}}@media only screen and (max-width:1199.98px){#banner-video .text-content h1,#banner-video .text-header h1{line-height:1.3em}}@media only screen and (max-width:991.98px){#banner-video .text-content h1,#banner-video .text-header h1{padding-bottom:20px}}@media only screen and (max-width:767.98px){#banner-video .text-content h1,#banner-video .text-header h1{padding-bottom:10px}}#banner-video .text-content.headline_smaller h1,#banner-video .text-header.headline_smaller h1{font-style:normal;font-weight:300;font-size:28px;line-height:normal;letter-spacing:2.25px}@media only screen and (max-width:1199.98px){#banner-video .text-content.headline_smaller,#banner-video .text-header.headline_smaller{line-height:1.3em}}@media only screen and (max-width:991.98px){#banner-video .text-content.headline_smaller,#banner-video .text-header.headline_smaller{padding-bottom:20px}}@media only screen and (max-width:767.98px){#banner-video .text-content.headline_smaller,#banner-video .text-header.headline_smaller{padding-bottom:10px}}@media only screen and (max-width:1199.98px){#banner-video .text-content,#banner-video .text-header{left:3vw}}@media only screen and (max-width:767.98px){#banner-video .text-content,#banner-video .text-header{left:25px;width:80%;height:auto}}#banner-video .text-content{bottom:40px}#banner-video .text-content h1{font-family:owners-wide,sans-serif;font-size:15px;line-height:1.24em;font-weight:500;letter-spacing:2.25px;padding-bottom:10px}@media only screen and (max-width:1199.98px){#banner-video .text-content h1{left:3vw}}@media only screen and (max-width:767.98px){#banner-video .text-content h1{left:25px;width:80%;height:auto}}#banner-video .text-content p{font-family:owners-wide,sans-serif;font-size:22px;font-weight:300;line-height:normal;letter-spacing:2.25px;color:#fff}#banner-video .dud{color:#757575}#banner-video .button-container{position:absolute;z-index:2;text-align:center;bottom:100px;width:100%;display:flex;gap:20px;justify-content:center}@media only screen and (max-width:575.98px){#banner-video .button-container{flex-flow:column;align-items:center}}#banner-video .banner-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#banner-video:after{content:"";position:absolute;width:20vw;height:15vw;bottom:-3.3vw;right:3.5vw;background-image:url(/content/uploads/2024/06/logo.svg);z-index:9;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:1199.98px){#banner-video:after{right:3vw}}@media only screen and (max-width:767.98px){#banner-video:after{right:25px;width:32vw;height:24vw;bottom:-5vw}}#banner-video.overlay:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block;background:#fff;background:linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 75%,hsla(0,0%,100%,.1741071429) 85%,hsla(0,0%,100%,.6474964986) 95%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);z-index:1}header.header{padding:25px 0;background-color:#fff;position:relative;z-index:99;transition:all .5s ease-in-out}@media only screen and (max-width:767.98px){header.header{height:75px}}.has-banner header.header,.menu-open header.header{width:100%;background-color:transparent}.sticky-header header.header{width:100%;position:fixed;padding:15px 0 25px;top:0;background-color:hsla(0,0%,100%,.8);z-index:999}header.header .pddm-container{justify-content:space-between;align-items:center;display:flex}header.header .pddm-container .logo-header{width:20%}@media only screen and (max-width:767.98px){header.header .pddm-container .logo-header{position:absolute;left:32.5%;width:35%;z-index:9999;top:0}}header.header .pddm-container .logo-header a{display:block}header.header .pddm-container .logo-header a img{width:auto;max-height:35px}@media only screen and (max-width:767.98px){header.header .pddm-container .logo-header a img{width:100%;max-height:none}}header.header .pddm-container .navigation{width:80%;display:flex;justify-content:flex-end;align-items:baseline}@media only screen and (min-width:768px) and (max-width:991.98px){header.header .pddm-container .navigation{flex-flow:row-reverse;align-items:center;justify-content:flex-start}}@media only screen and (max-width:767.98px){header.header .pddm-container .navigation{width:auto;display:block}}.navigation .burger{position:absolute;display:none;height:18px;width:25px;flex-flow:column;align-items:center;justify-content:space-between;left:15px;top:10px}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .burger{position:relative;left:auto;top:auto;height:25px;width:32px;margin-left:3em}}.navigation .burger.open{z-index:10}.navigation .burger.open span{transition:all .3s ease;position:relative}.navigation .burger.open span:first-child{transform:rotate(-45deg);top:8px}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .burger.open span:first-child{top:11px}}.navigation .burger.open span:nth-child(2){display:none}.navigation .burger.open span:nth-child(3){transform:rotate(45deg);bottom:8px}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .burger.open span:nth-child(3){bottom:11px}}.navigation .burger span{height:2px;width:25px;display:block;background-color:#000}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .burger span{height:3px;width:32px}}@media only screen and (max-width:991.98px){.navigation .burger{display:flex}.navigation .nav{position:fixed;height:100vh;width:0;top:0;left:0;background-color:#fff;z-index:2;display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0}}@media only screen and (max-width:767.98px){.navigation .nav #main-menu{width:70vw}}.navigation .nav ul{width:100%;padding:0;margin:0;display:flex;flex-flow:row nowrap;align-items:baseline}@media only screen and (max-width:991.98px){.navigation .nav ul{flex-flow:column;align-items:center;justify-content:center;visibility:hidden;opacity:0}}.navigation .nav ul li{list-style-type:none}@media only screen and (max-width:991.98px){.navigation .nav ul li{margin-bottom:2.5em}}@media only screen and (max-width:767.98px){.navigation .nav ul li{margin-bottom:1.5em;width:100%}}.navigation .nav ul li:last-child a.nav-link{margin-right:0!important}.navigation .nav ul li a.nav-link{margin:0 1em;color:#000;transition:color .4s ease;display:inline-block;position:relative;font-family:owners-wide,sans-serif;font-weight:500;font-size:12px;line-height:normal;letter-spacing:2.5px;padding:1em 0 .2em;text-transform:uppercase}@media only screen and (max-width:991.98px){.navigation .nav ul li a.nav-link{font-size:1.8em;margin-right:0!important;margin-left:0!important}}@media only screen and (max-width:767.98px){.navigation .nav ul li a.nav-link{font-size:1.1em}}.navigation .nav ul li a.nav-link:hover{padding-bottom:.2em;border-bottom:1px solid #6f7f90}.navigation .nav ul li a.nav-link.active{padding-bottom:.2em;border-bottom:1px solid #000}.navigation .nav ul li.dropdown{position:relative}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .nav ul li.dropdown{display:flex;flex-flow:column;align-items:center;justify-content:center;padding:0 10%}}@media only screen and (max-width:767.98px){.navigation .nav ul li.dropdown{position:inherit;display:flex;align-items:center}}.navigation .nav ul li.dropdown .open-submenu{height:1em;width:1em;margin-left:10px;display:flex}.navigation .nav ul li.dropdown .open-submenu svg{height:100%;width:100%}@media only screen and (min-width:576px){.navigation .nav ul li.dropdown .open-submenu{display:none}}.navigation .nav ul li.dropdown:hover .dropdown-menu{display:block}.navigation .nav ul li .dropdown-menu{position:absolute;left:calc(50% - 80px);margin-top:-5px;background-color:#000;display:none}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .nav ul li .dropdown-menu{display:flex;flex-wrap:wrap;position:relative;background:transparent;left:auto;align-items:center;justify-content:center}}@media only screen and (max-width:767.98px){.navigation .nav ul li .dropdown-menu{display:block;left:100%;top:0;padding-top:1em;background:transparent;width:100%;opacity:0;visibility:hidden}}.navigation .nav ul li .dropdown-menu .back{height:1em;width:1em;display:block;position:absolute;left:0;top:-25px}@media only screen and (min-width:576px){.navigation .nav ul li .dropdown-menu .back{display:none}}.navigation .nav ul li .dropdown-menu .back svg{height:100%;width:100%}.navigation .nav ul li .dropdown-menu a.dropdown-item{display:block;padding:7px 15px;background-color:#000;color:#fff;font-size:.9em;width:140px;border-bottom:1px solid hsla(0,0%,100%,.4);text-align:center;line-height:1.3;transition:background-color .4s ease}@media only screen and (min-width:768px) and (max-width:991.98px){.navigation .nav ul li .dropdown-menu a.dropdown-item{background-color:transparent;color:#000;border:none;width:auto;font-size:1.1em}}@media only screen and (max-width:767.98px){.navigation .nav ul li .dropdown-menu a.dropdown-item{border:none;background:transparent;color:#000;width:100%;text-align:left;padding:10px 0;font-size:1em}}.navigation .nav ul li .dropdown-menu a.dropdown-item:last-child{border-bottom:none}.navigation .nav ul li .dropdown-menu a.dropdown-item:hover{background-color:hsla(0,0%,100%,.3)}.navigation .social-media{margin-left:2em}@media only screen and (max-width:767.98px){.navigation .social-media{position:absolute;right:15px;top:10px}}footer.footer{padding:25px 0;background-color:#fff;color:#000}footer.footer .footer-content{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%}@media only screen and (max-width:991.98px){footer.footer .footer-content{flex-flow:column}footer.footer .footer-content>.footer-logo,footer.footer .footer-content>nav{margin-bottom:25px}}@media only screen and (max-width:767.98px){footer.footer .footer-content{align-items:flex-start}}footer.footer .footer-content .footer-logo{display:flex;flex-flow:row;align-items:flex-start}footer.footer .footer-content .footer-logo .footer-address{margin-left:10px}footer.footer .footer-content .bottom-footer,footer.footer .footer-content .footer-address,footer.footer .footer-content nav.nav-footer ul li a.nav-link,footer.footer .footer-content ul.social-media i{font-family:basic-sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26.4px;text-transform:capitalize}footer.footer .footer-content nav.nav-footer ul{display:flex;flex-flow:row;justify-content:flex-start;align-items:center;list-style-type:none;margin:0;padding:0}@media only screen and (max-width:767.98px){footer.footer .footer-content nav.nav-footer ul{flex-flow:column;align-items:flex-start}}footer.footer .footer-content nav.nav-footer ul li{margin-right:2em}@media only screen and (max-width:767.98px){footer.footer .footer-content nav.nav-footer ul li{margin-bottom:.5em}}footer.footer .footer-content nav.nav-footer ul li:last-child{margin-right:0}@media only screen and (max-width:767.98px){footer.footer .footer-content nav.nav-footer ul li:last-child{margin-bottom:0}}footer.footer .footer-content nav.nav-footer ul li a.nav-link{color:#000;font-size:.9em}footer.footer .footer-content ul.social-media i{color:#000}footer.footer .bottom-footer{display:flex;align-items:center;justify-content:space-between}footer.footer .bottom-footer p{color:#000;margin-bottom:0}footer.footer .bottom-footer p a{font-weight:700;color:#000;display:inline-flex;align-items:center}ul.social-media{list-style-type:none;padding:0;display:flex;align-items:baseline;margin:0 0 0 1.5em}ul.social-media li{margin-right:1em;margin-bottom:0}ul.social-media li:last-child{margin-right:0}ul.social-media li a{display:flex;align-items:center;justify-content:center;transition:opacity .5s ease;text-align:center}ul.social-media li a:hover{color:#222}ul.social-media li a svg{height:1em!important;width:1em!important}@media only screen and (min-width:768px) and (max-width:991.98px){ul.social-media li a svg{height:1.5em!important;width:1.5em!important}}#error-404{min-height:50vh;display:flex;flex-flow:column;justify-content:center;align-items:center}#error-404 .pddm-container{text-align:center}#error-404 .pddm-container h1{margin-bottom:.2em;font-size:7em;color:#ccc}#error-404 .pddm-container .btn-custom{margin-top:1em}#filtering .heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px}@media only screen and (max-width:767.98px){#filtering .heading{flex-flow:column;justify-content:flex-start;align-items:flex-start}}#filtering .heading .filters{width:70%;display:flex;flex-flow:row wrap;justify-content:flex-end}@media only screen and (max-width:991.98px){#filtering .heading .filters{width:60%;justify-content:flex-start;position:relative;top:1.5em}}@media only screen and (max-width:767.98px){#filtering .heading .filters{width:100%;margin-bottom:1em}}#filtering .heading .filters .filter{margin-left:3em;display:flex;align-items:center;color:#000;transition:color .5s ease;font-weight:600;margin-bottom:1em;cursor:pointer}@media only screen and (max-width:767.98px){#filtering .heading .filters .filter{margin-left:0;margin-right:1.5em}}#filtering .heading .filters .filter:before{content:"";position:relative;display:block;height:.65em;width:.65em;border:1px solid #000;border-radius:50%;transition:border-color .5s ease,background-color .5s ease;margin-right:.6em;top:1px}#filtering .heading .filters .filter.active{color:#333}#filtering .heading .filters .filter.active:before{border-color:#333;background-color:#333}#filtering .heading .info-news{margin-top:5px;color:#333;font-size:.85em;position:relative;z-index:1}#filtering .container-articles{transition:opacity .5s ease}#filtering .container-articles.per-block{display:flex;flex-flow:row wrap;align-items:flex-end}#filtering .container-articles.per-block article.single-article{width:calc(33% - 33.33px);margin-right:50px;margin-bottom:50px}#filtering .container-articles.per-block article.single-article:nth-child(3n+3){margin-right:0}#filtering .container-articles.per-line{display:flex;flex-flow:column wrap}#filtering .container-articles.per-line article.single-article{width:100%;margin-bottom:50px;display:flex;flex-flow:row}@media only screen and (max-width:575.98px){#filtering .container-articles.per-line article.single-article{flex-flow:column}}#filtering .container-articles.per-line article.single-article .image{width:350px;margin-right:25px}@media only screen and (max-width:575.98px){#filtering .container-articles.per-line article.single-article .image{width:100%;margin-right:0}}#filtering .container-articles.per-line article.single-article .content p{max-width:85%}@media only screen and (max-width:767.98px){#filtering .container-articles.per-line article.single-article .content p{max-width:none}}#filtering .container-more{display:flex;align-items:center;justify-content:center;padding:50px 0;width:100%}article.single-article{margin-bottom:15px;position:relative;padding-top:35px;border-bottom:1px solid #333;padding-bottom:10px;display:flex;flex-flow:column}article.single-article .hover-link{position:absolute;height:100%;width:100%;top:0;z-index:2}article.single-article .image{height:250px;background-size:cover;background-position:50%;background-repeat:no-repeat}article.single-article .content h3{font-family:basic-sans,sans-serif;font-size:1.6em;position:relative;z-index:1}article.single-article .content .info-news{margin-top:10px;color:#333;font-size:.8em;position:relative;z-index:1}article.single-article .content p{margin-top:20px;margin-bottom:20px;font-size:.9em;position:relative;z-index:1}article.single-article .content a.link{font-size:1em;position:relative;z-index:1}.single-article .default-content .pddm-container{display:flex;flex-wrap:wrap}.single-article .default-content .pddm-container .left{width:80%;margin-right:25px}.single-article .default-content .pddm-container .left .info-news{font-size:.85em;margin-bottom:25px}.single-article .default-content .pddm-container .left .gutenberg-image{margin-bottom:25px}.single-article .default-content .pddm-container .right{width:calc(20% - 25px)}.page-template-template-articles .news-featured-block{padding-bottom:400px;padding-top:165px}.page-template-template-articles .news-column-block{margin-top:-300px;padding:0 0 100px;background-color:transparent}.single-property #banner-video{position:relative}.single-property #banner-video .status{position:absolute;color:#ffcf52;background-color:#736558;font-family:basic-sans,sans-serif;padding:18px 26px;text-transform:uppercase;bottom:0;left:0;font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:3.5px}.single-property .property-specs .property-specs-container{padding-top:100px}.single-property .property-specs .property-specs-container h1{color:#000;font-family:owners-wide,sans-serif;font-weight:300;font-style:normal;font-size:45px;line-height:normal;letter-spacing:2.25px}@media only screen and (max-width:991.98px){.single-property .property-specs .property-specs-container h1{font-size:28px;position:relative;bottom:unset;margin-top:15px;left:unset}}.single-property .property-specs .property-specs-container .property-specs-inner{max-width:800px;padding-top:35px}.single-property .property-specs .property-specs-container .property-specs-inner .property-specs-inner__item{display:flex;border-bottom:1px solid #000;justify-content:space-between;padding:25px 2px}.single-property .property-specs .property-specs-container .property-specs-inner .property-specs-inner__item p{color:#000;font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:1.25px}.single-property .property-specs .property-specs-container .property-specs-inner .property-specs-inner__item:last-child{border-bottom:none}.single-property .property-specs .property-specs-description{max-width:800px;margin-top:25px;padding-bottom:35px}.single-property .property-specs .property-specs-description p{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:1.25px}.single-property .property-gallery{padding:0 0 3vh}.single-property .property-gallery .logo-overlay{left:unset;right:0}.single-property .property-gallery.gallery-multi .logo-overlay{left:unset;right:10%;bottom:-3vw}.single-property .property-gallery.gallery-multi .multi-image{padding-top:50px;gap:50px}@media only screen and (max-width:991.98px){.single-property .property-gallery.gallery-multi .multi-image{gap:25px}.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-2{height:825px}}.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-2{height:1150px}@media only screen and (max-width:991.98px){.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-2{height:1675px}}.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-3{height:1750px}@media only screen and (max-width:991.98px){.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-3{height:2525px}}.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-4{height:2250px}@media only screen and (max-width:991.98px){.single-property .property-gallery.gallery-multi .multi-image.image-number-three.row-4{height:3375px}}.single-property .property-featured-block{position:relative;bottom:0;margin-top:15px}.single-property .property-featured-block .cta-button{position:absolute;bottom:0;left:25%}.single-news #banner-video{position:relative}.single-news #banner-video .status{position:absolute;color:#ffcf52;background-color:#736558;font-family:basic-sans,sans-serif;padding:18px 26px;text-transform:uppercase;bottom:0;left:0;font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:3.5px}.single-news .news-content-cont{padding-bottom:400px;padding-top:165px}.single-news .news-content-cont h1{font-family:owners-wide,sans-serif;font-weight:300;font-style:normal;font-size:45px;line-height:normal;letter-spacing:2.25px}@media only screen and (max-width:991.98px){.single-news .news-content-cont h1{font-size:28px;position:relative;bottom:unset;margin-top:15px;left:unset}}.single-news .news-content-cont p.news-date{font-family:basic-sans,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:3.5px;padding:25px 0}.single-news .news-content-cont .news_content{max-width:900px;font-family:basic-sans,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:1.25px;text-align:justify}@media only screen and (max-width:767.98px){.single-news .news-content-cont .news_content{text-align:left}}.single-news .news-content-cont .news_content p{margin-bottom:20px}.single-news .news-gallery{margin-top:-300px;padding:0 0 100px}.single-news .news-gallery .logo-overlay{left:unset;right:10%;bottom:-3vw}.single-news .news-gallery .multi-image,.single-news .news-gallery .multi-image.image-number-two{padding-top:50px;gap:50px}@media only screen and (max-width:991.98px){.single-news .news-gallery .multi-image{gap:25px}.single-news .news-gallery .multi-image.image-number-three.row-2{height:825px}}.single-news .news-gallery .multi-image.image-number-three.row-2{height:1150px}@media only screen and (max-width:991.98px){.single-news .news-gallery .multi-image.image-number-three.row-2{height:1675px}}.single-news .news-gallery .multi-image.image-number-three.row-3{height:1750px}@media only screen and (max-width:991.98px){.single-news .news-gallery .multi-image.image-number-three.row-3{height:2525px}}.single-news .news-gallery .multi-image.image-number-three.row-4{height:2250px}@media only screen and (max-width:991.98px){.single-news .news-gallery .multi-image.image-number-three.row-4{height:3375px}}.page-template-template-contact section.c-cta-simple-text .pddm-container,.page-template-template-contact section.c-formblock .pddm-container{max-width:1080px}@media only screen and (min-width:992px){.page-template-template-contact section.c-cta-simple-text p{max-width:75%}}.gutenberg-block-button{text-align:center;padding:2em 0 2.5em}.gutenberg-block-button .pddm-container{display:flex;justify-content:center;align-items:center}@media only screen and (max-width:767.98px){.gutenberg-block-gallery .pddm-container{padding-left:0;padding-right:0}}.gutenberg-block-gallery .gallery-container{display:flex;flex-flow:row nowrap;justify-content:flex-start}@media only screen and (max-width:767.98px){.gutenberg-block-gallery .gallery-container{flex-flow:column}}.gutenberg-block-gallery .gallery-container .block-gallery{width:calc(50% - 5px);margin-bottom:10px;display:flex;flex-flow:column wrap;position:relative}@media only screen and (max-width:767.98px){.gutenberg-block-gallery .gallery-container .block-gallery{width:100%;margin-right:0}}.gutenberg-block-gallery .gallery-container .block-gallery:nth-child(2n+2){flex-flow:column-reverse wrap}.gutenberg-block-gallery .gallery-container .block-gallery:nth-child(2n+2) .square-block{margin-bottom:0}.gutenberg-block-gallery .gallery-container .block-gallery:nth-child(2n+2) .gallery-image.large{margin-bottom:10px}.gutenberg-block-gallery .gallery-container .block-gallery:first-child{margin-right:10px}.gutenberg-block-gallery .gallery-container .block-gallery .square-block{display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image{position:relative;overflow:hidden;width:100%}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image a{display:block;position:relative;height:auto;width:100%}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image a:before{content:"";display:block;position:relative}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image.square{width:calc(50% - 5px)}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image.square a:before{padding-bottom:100%}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image.large{width:100%}.gutenberg-block-gallery .gallery-container .block-gallery .gallery-image.large a:before{padding-bottom:58.8235294118%}.gutenberg-block-image{display:flex;position:relative}@media only screen and (max-width:767.98px){.gutenberg-block-image{min-height:40vh;flex-flow:column!important}}.gutenberg-block-image.left{flex-flow:row nowrap}.gutenberg-block-image.left .content-text .pddm-container{padding-right:10%}@media only screen and (max-width:767.98px){.gutenberg-block-image.left .content-text .pddm-container{padding-right:30px}}.gutenberg-block-image.right{flex-flow:row-reverse nowrap}@media only screen and (max-width:767.98px){.gutenberg-block-image.right{flex-flow:column!important}}.gutenberg-block-image.right .content-text .pddm-container{padding-left:10%}@media only screen and (max-width:767.98px){.gutenberg-block-image.right .content-text .pddm-container{padding-left:30px}}.gutenberg-block-image .content-text{width:50%;display:flex;flex-flow:column;justify-content:center;min-height:600px}@media only screen and (max-width:767.98px){.gutenberg-block-image .content-text{width:100%;text-align:center}}.gutenberg-block-image .content-text .pddm-container{padding-top:50px;padding-bottom:50px}.gutenberg-block-image .content-text h3{font-size:2em;margin:0 0 1em}@media only screen and (max-width:767.98px){.gutenberg-block-image .content-text h3{text-align:center}}.gutenberg-block-image .content-text .subheading{font-weight:700;text-transform:uppercase;margin-bottom:5px}@media only screen and (max-width:767.98px){.gutenberg-block-image .content-text .text{text-align:center}}.gutenberg-block-image .content-text a{display:inline-block;margin-top:1.5em}.gutenberg-block-image .image{width:50%;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}@media only screen and (max-width:767.98px){.gutenberg-block-image .image{width:100%;height:50vh}}.gutenberg-block-image .image:after{content:"";background-color:rgba(0,0,0,.2);height:100%;width:100%;position:absolute;top:0;left:0}.gutenberg-block-paragraph{margin-bottom:3.5em}.gutenberg-block-paragraph p{width:80%;text-align:center;margin:0 auto}@media only screen and (max-width:1199.98px){.gutenberg-block-paragraph p{width:100%}}.gutenberg-three-col{margin-bottom:3.5em}.gutenberg-three-col .pddm-container{display:flex;flex-flow:row;position:relative}@media only screen and (max-width:767.98px){.gutenberg-three-col .pddm-container{flex-flow:row wrap}}.gutenberg-three-col .pddm-container .col{width:33%;padding-left:5%;padding-right:5%;text-align:center}@media only screen and (max-width:991.98px){.gutenberg-three-col .pddm-container .col{padding-left:2.5%;padding-right:2.5%}}@media only screen and (max-width:767.98px){.gutenberg-three-col .pddm-container .col{width:100%;margin-bottom:1.5em;padding-left:0;padding-right:0}}.gutenberg-three-col .pddm-container .col:first-child{padding-left:0}.gutenberg-three-col .pddm-container .col:last-child{padding-right:0}.gutenberg-three-col .pddm-container .col .image-container{position:relative;width:75%;margin-left:12.5%;margin-bottom:2em}.gutenberg-three-col .pddm-container .col .image-container .image{width:auto;position:relative;padding-left:15%;padding-right:15%;display:flex;justify-content:center;align-items:center}.gutenberg-three-col .pddm-container .col .image-container .image img{position:absolute;width:100%;left:0;top:0}.gutenberg-three-col .pddm-container .col h3{text-align:center;margin-bottom:1.25em}.gutenberg-three-col .pddm-container .col .text{text-align:center}.gutenberg-three-col .pddm-container .col a{margin-top:1.5em;text-transform:uppercase;color:#00f;text-align:center;display:inline-block}.gutenberg-block-title{text-align:center;margin-bottom:2.5em}.gutenberg-block-title h2{margin:0;font-size:2.5em}.gutenberg-block-video{padding:3em 0;text-align:center;display:flex;flex-flow:column;justify-content:center}.gutenberg-block-video .up-title{font-size:1.2em;text-transform:uppercase;font-weight:600;margin-bottom:5px}.gutenberg-block-video h2{margin-bottom:20px}.gutenberg-block-video p{margin-bottom:0;max-width:700px;width:55%;margin-left:auto;margin-right:auto}.gutenberg-block-video .image-video{margin-top:20px}.gutenberg-block-video .image-video a{display:block;position:relative;width:100%;overflow:hidden}.gutenberg-block-video .image-video a:hover:before{transform:scale(1.1)}.gutenberg-block-video .image-video a:hover img{transform:scale(1.05)}.gutenberg-block-video .image-video a:before{content:"";height:100px;width:100px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;z-index:1;left:calc(50% - 50px);top:calc(50% - 50px);opacity:.9;transition:transform 1s ease}@media only screen and (max-width:767.98px){.gutenberg-block-video .image-video a:before{height:50px;width:50px;left:calc(50% - 25px);top:calc(50% - 25px)}}.gutenberg-block-video .image-video a img{position:absolute;width:100%;left:0;transition:transform 1.5s ease}#map{height:50vh;margin-bottom:3.5em;background-color:#333}@media only screen and (max-width:767.98px){#map{height:75vh}}#slider{height:80vh;width:100%;max-height:900px}@media only screen and (max-width:991.98px){#slider{height:60vh}}#slider .swiper-container{width:100%;height:100%}#slider .swiper-container .swiper-slide{height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}#slider .swiper-container .swiper-pagination{margin-bottom:20px;display:flex;flex-flow:row;justify-content:center;align-items:center}#slider .swiper-container .swiper-pagination .swiper-pagination-bullet{height:14px;width:14px;position:relative;background-color:transparent;border:1px solid #fff;margin-right:12px;opacity:1;display:flex;justify-content:center;align-items:center}#slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";position:absolute;height:10px;width:10px;background-color:#fff;border-radius:50%;top:2px;left:2px}#slider .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}#slider .swiper-container .swiper-button{height:40px;width:40px}@media only screen and (max-width:767.98px){#slider .swiper-container .swiper-button{display:none}}#slider .swiper-container .swiper-button:after{content:none}#slider .swiper-container .swiper-button.swiper-button-prev{left:2vw;transform:rotate(180deg)}#slider .swiper-container .swiper-button.swiper-button-prev:hover svg{transform:translateX(10px)}#slider .swiper-container .swiper-button.swiper-button-next{right:2vw}#slider .swiper-container .swiper-button.swiper-button-next:hover svg{transform:translateX(10px)}#slider .swiper-container .swiper-button svg{height:100%;width:auto;transition:transform .3s ease}#slider .swiper-container .swiper-button svg .st0{opacity:.5;fill:none;stroke:#fff;stroke-width:4.2009;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.gutenberg-block-call-to-action{padding:70px 0}.gutenberg-block-call-to-action .pddm-container{text-align:center}.gutenberg-block-call-to-action h2,.gutenberg-block-call-to-action p{margin-bottom:25px}main>section.c-cta-text-block h2{font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase}main>section.c-cta-text-block p{font-family:basic-sans,sans-serif;width:936px;max-width:70vw;font-size:18px;line-height:normal;font-weight:300;letter-spacing:1.25px}@media only screen and (min-width:576px){main>section.c-cta-text-block p{font-size:22px}}@media only screen and (max-width:767.98px){main>section.c-cta-text-block p{max-width:100%}}main>section.c-cta-text-block p.smaller-text{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:30px;letter-spacing:1.25px}@media only screen and (min-width:576px){main>section.c-cta-text-block p.smaller-text{font-size:20px}}main>section.c-cta-text-block p.larger_main_text{color:#000;font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:1.25px}@media only screen and (min-width:576px){main>section.c-cta-text-block p.larger_main_text{font-size:20px}}main>section.c-cta-text-block.quote-block p{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:1.25px;position:relative}@media only screen and (min-width:576px){main>section.c-cta-text-block.quote-block p{font-size:28px}}main>section.c-cta-text-block.quote-block p .quote-me{content:"";background-image:url(/content/uploads/2024/06/quote.svg);display:inline-block;width:18px;height:25px;margin-left:8px;margin-top:5px;position:absolute;background-size:contain;background-repeat:no-repeat}@media only screen and (min-width:576px){main>section.c-cta-text-block.quote-block p .quote-me{margin-top:10px;width:20px;height:30px}}main>section.c-cta-text-block.quote-block .flex{margin-top:20px}main>section.c-text-image .pddm-container{display:flex;flex-wrap:wrap}main>section.c-text-image .pddm-container.c-text-image-right{flex-direction:row-reverse}main>section.c-text-image .c-text-image__image,main>section.c-text-image .c-text-image__text{width:50%;height:auto;position:relative}@media only screen and (max-width:991.98px){main>section.c-text-image .c-text-image__image,main>section.c-text-image .c-text-image__text{width:100%;height:auto}}main>section.c-text-image .c-text-image__image img,main>section.c-text-image .c-text-image__text img{width:100%;height:auto;aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}main>section.c-text-image .c-text-image__image h5,main>section.c-text-image .c-text-image__text h5{font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase;position:absolute;bottom:226px;left:25%}@media only screen and (max-width:1199.98px){main>section.c-text-image .c-text-image__image h5,main>section.c-text-image .c-text-image__text h5{left:15%}}@media only screen and (max-width:991.98px){main>section.c-text-image .c-text-image__image h5,main>section.c-text-image .c-text-image__text h5{position:relative;margin-top:30px;bottom:unset;left:unset}}main>section.c-text-image .c-text-image__image h3,main>section.c-text-image .c-text-image__text h3{font-family:owners-wide,sans-serif;font-weight:300;font-style:normal;font-size:28px;line-height:normal;letter-spacing:2.25px;position:absolute;left:25%;bottom:80px}@media only screen and (min-width:576px){main>section.c-text-image .c-text-image__image h3,main>section.c-text-image .c-text-image__text h3{font-size:45px}}@media only screen and (max-width:1199.98px){main>section.c-text-image .c-text-image__image h3,main>section.c-text-image .c-text-image__text h3{left:15%}}@media only screen and (max-width:991.98px){main>section.c-text-image .c-text-image__image h3,main>section.c-text-image .c-text-image__text h3{position:relative;bottom:unset;margin-top:15px;left:unset}main>section.c-text-image .c-text-image__image h3 span.second,main>section.c-text-image .c-text-image__text h3 span.second{display:block}}main>section.c-text-image .c-text-image__image .cta-button,main>section.c-text-image .c-text-image__text .cta-button{position:absolute;bottom:0;left:25%}@media only screen and (max-width:991.98px){main>section.c-text-image .c-text-image__image .cta-button,main>section.c-text-image .c-text-image__text .cta-button{position:relative;bottom:unset;margin-top:15px}}@media only screen and (max-width:1199.98px){main>section.c-text-image .c-text-image__image .cta-button,main>section.c-text-image .c-text-image__text .cta-button{left:15%}}@media only screen and (max-width:991.98px){main>section.c-text-image .c-text-image__image .cta-button,main>section.c-text-image .c-text-image__text .cta-button{left:unset}}main>section.c-text-image .c-text-image__image span.status,main>section.c-text-image .c-text-image__text span.status{position:absolute;color:#ffcf52;background-color:#736558;font-family:basic-sans,sans-serif;padding:18px 26px;text-transform:uppercase;top:0;right:0;font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:3.5px}@media only screen and (max-width:767.98px){main>section.c-text-image .c-text-image__image span.status,main>section.c-text-image .c-text-image__text span.status{padding:14px 20px;font-size:12px}}main>section.c-text-image .c-text-image-right .c-text-image__text>div{margin-right:auto;margin-left:0;padding-left:0}main>section.c-text-image .c-text-image-right .c-text-image__text>div h5{left:unset;text-align:left}main>section.c-text-image .c-text-image-right .c-text-image__text>div .cta-button,main>section.c-text-image .c-text-image-right .c-text-image__text>div h3{left:0;right:unset}main>section.c-text-image .c-text-image-right .c-text-image__image{right:0;left:auto}main>section.c-text-image .c-text-image-right .c-text-image__image span.status{top:0;right:0;left:unset}main>section.c-text-image.full-width .pddm-container{flex-direction:column}main>section.c-text-image.full-width .pddm-container h5{font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:30px}main>section.c-text-image.full-width .pddm-container .c-text-image__image,main>section.c-text-image.full-width .pddm-container .c-text-image__text{width:100%;height:auto}main>section.c-text-image.full-width .pddm-container .c-text-image__image h3,main>section.c-text-image.full-width .pddm-container .c-text-image__text h3{position:unset;margin-top:16px}main>section.c-text-image.full-width .pddm-container .c-text-image__image h3 span.second,main>section.c-text-image.full-width .pddm-container .c-text-image__text h3 span.second{display:block}main>section.c-text-image.full-width .pddm-container .c-text-image__image .cta-button,main>section.c-text-image.full-width .pddm-container .c-text-image__text .cta-button{position:unset;margin-top:16px}main>section.c-text-image.full-width .pddm-container .c-text-image__image{margin-left:-3.5vw;margin-right:-3.5vw;width:calc(100% + 7vw)}@media only screen and (max-width:1199.98px){main>section.c-text-image.full-width .pddm-container .c-text-image__image{margin-left:-3vw;margin-right:-3vw;width:calc(100% + 6vw)}}@media only screen and (max-width:767.98px){main>section.c-text-image.full-width .pddm-container .c-text-image__image{margin-left:-25px;margin-right:-25px;width:calc(100% + 50px)}}main>section.c-text-image.full-width .pddm-container .c-text-image__text>div{margin-right:auto;margin-top:32px;margin-left:0;padding-left:0;display:flex;flex-direction:column}@media only screen and (max-width:767.98px){main>section.c-text-image.full-width .pddm-container .c-text-image__text>div{flex-direction:column}}main>section.c-columnblocks h2{font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase}main>section.c-columnblocks .c-columnblocks__block-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin-top:30px}@media only screen and (max-width:991.98px){main>section.c-columnblocks .c-columnblocks__block-grid{grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(1,1fr)}}main>section.c-columnblocks .c-columnblocks__block-grid__item__image span.status{position:absolute;color:#ffcf52;background-color:#736558;font-family:basic-sans,sans-serif;padding:18px 26px;text-transform:uppercase;top:0;right:0;font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:3.5px}@media only screen and (min-width:576px){main>section.c-columnblocks .c-columnblocks__block-grid__item__image span.status{font-size:14px}}@media only screen and (max-width:767.98px){main>section.c-columnblocks .c-columnblocks__block-grid__item__image span.status{padding:14px 20px;font-size:12px}}main>section.c-columnblocks .c-columnblocks__block-grid h3{font-family:owners-wide,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:35px;letter-spacing:2px;margin-top:15px}main>section.c-columnblocks.news-column-block h2{font-family:owners-wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.5px;text-transform:uppercase}main>section.c-columnblocks.news-column-block .c-columnblocks__block-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;margin-top:30px}@media only screen and (max-width:991.98px){main>section.c-columnblocks.news-column-block .c-columnblocks__block-grid{grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(1,1fr)}}main>section.c-columnblocks.news-column-block .c-columnblocks__block-grid__item__image span.status{position:absolute;color:#ffcf52;background-color:#736558;font-family:basic-sans,sans-serif;padding:18px 26px;text-transform:uppercase;top:0;right:0;font-size:14px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:3.5px}@media only screen and (max-width:767.98px){main>section.c-columnblocks.news-column-block .c-columnblocks__block-grid__item__image span.status{padding:14px 20px;font-size:12px}}main>section.c-columnblocks.news-column-block .c-columnblocks__block-grid h3{font-family:owners-wide,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:35px;letter-spacing:2px;margin-top:15px}main>section.c-image .single-image .logo-overlay{position:absolute;width:20vw;height:15vw;left:3.5vw;bottom:-1.5vw;z-index:1}main>section.c-image .single-image .logo-overlay.extra-low{left:calc(3.5vw + 50px)}@media only screen and (max-width:1199.98px){main>section.c-image .single-image .logo-overlay{left:3vw}}@media only screen and (max-width:767.98px){main>section.c-image .single-image .logo-overlay{left:25px;width:32vw;height:24vw;bottom:-5vw}}main>section.c-image .single-image .logo-overlay.right{left:unset;right:3.5vw}@media only screen and (max-width:1199.98px){main>section.c-image .single-image .logo-overlay.right{right:3vw}}@media only screen and (max-width:767.98px){main>section.c-image .single-image .logo-overlay.right{right:25px}}main>section.c-image .single-image .logo-overlay.right.extra-low{right:calc(3.5vw + 50px)}main>section.c-image .single-image .logo-overlay.extra-low{bottom:-5vw}main>section.c-image .single-image .logo-overlay img{left:unset;right:unset}main>section.c-image.no-bottom{margin-bottom:0;padding-bottom:0}main>section.c-formblock h2{font-family:owners-wide,sans-serif;font-weight:300;font-style:normal;font-size:45px;line-height:normal;letter-spacing:2.25px;max-width:850px}@media only screen and (max-width:767.98px){main>section.c-formblock h2{font-size:28px;line-height:36px;position:relative;bottom:unset;left:unset}}main>section.c-formblock .frm_forms .frm_form_fields{margin-top:32px}main>section.c-formblock .frm_forms .frm_form_fields input[type=email],main>section.c-formblock .frm_forms .frm_form_fields input[type=tel],main>section.c-formblock .frm_forms .frm_form_fields input[type=text],main>section.c-formblock .frm_forms .frm_form_fields select,main>section.c-formblock .frm_forms .frm_form_fields textarea{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:33px;color:#000;outline:none;box-shadow:none;border:none;border-bottom:1px solid #6f7f90;border-radius:0;background-color:transparent}main>section.c-formblock .frm_forms .frm_form_fields input[type=email]::-moz-placeholder,main>section.c-formblock .frm_forms .frm_form_fields input[type=tel]::-moz-placeholder,main>section.c-formblock .frm_forms .frm_form_fields input[type=text]::-moz-placeholder,main>section.c-formblock .frm_forms .frm_form_fields select::-moz-placeholder,main>section.c-formblock .frm_forms .frm_form_fields textarea::-moz-placeholder{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:33px;color:#000!important}main>section.c-formblock .frm_forms .frm_form_fields input[type=email]::placeholder,main>section.c-formblock .frm_forms .frm_form_fields input[type=tel]::placeholder,main>section.c-formblock .frm_forms .frm_form_fields input[type=text]::placeholder,main>section.c-formblock .frm_forms .frm_form_fields select::placeholder,main>section.c-formblock .frm_forms .frm_form_fields textarea::placeholder{font-family:basic-sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:33px;color:#000!important}main>section.c-formblock .frm_forms .frm_form_fields input[type=email]:focus,main>section.c-formblock .frm_forms .frm_form_fields input[type=tel]:focus,main>section.c-formblock .frm_forms .frm_form_fields input[type=text]:focus,main>section.c-formblock .frm_forms .frm_form_fields select:focus,main>section.c-formblock .frm_forms .frm_form_fields textarea:focus{box-shadow:none;border-bottom:1px solid #ffcf52}main>section.c-formblock .frm_forms .frm_form_fields .frm_checkbox{margin-top:12px;margin-right:0}main>section.c-formblock .frm_forms .frm_form_fields .frm_checkbox label{margin-left:5px;font-family:basic-sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#000;padding-left:20px}main>section.c-formblock .frm_forms .frm_form_fields .frm_checkbox label:focus{box-shadow:none;border-bottom:1px solid #ffcf52}main>section.c-formblock .frm_forms .frm_form_fields .frm_checkbox label input[type=checkbox]{border-radius:20px;border-color:#000;margin:0 5px 0 -5px}main>section.c-formblock .frm_forms .frm_form_fields .frm_checkbox label input[type=checkbox]:checked:before{color:#000;border-color:#000;box-shadow:inset 10px 10px 0 0 #000}section.c-space-block{clear:both;width:100%}main section.c-space-block,section.c-space-block{margin-bottom:0}section.c-space-block .c-space-block-small{height:12.5px}section.c-space-block .c-space-block-medium{height:25px}section.c-space-block .c-space-block-large{height:50px}section.c-space-block .c-space-block-xlarge{height:100px}section.c-space-block .c-space-show-hr{position:relative}section.c-space-block .c-space-show-hr:after{width:100%;content:"";position:absolute;left:0;top:0;bottom:0;background-color:#ccc}body .c-image .multi-image{display:grid}body .c-image .multi-image.image-number-three{grid-template-columns:1fr 1fr 1fr;gap:10px;height:550px}@media only screen and (max-width:767.98px){body .c-image .multi-image.image-number-three{grid-template-columns:unset;height:825px;max-width:600px;margin:-25px auto 0}}body .c-image .multi-image.image-number-two{grid-template-columns:1fr 1fr;gap:10px;height:575px}@media only screen and (max-width:767.98px){body .c-image .multi-image.image-number-two{grid-template-columns:unset;height:550px;max-width:600px;margin:-25px auto 0}}body .c-image .multi-image .image-container{display:block;position:relative;width:100%}.gutenberg-block-text .content-text-container{border-bottom:1px solid #fff;padding-top:35px;padding-bottom:35px}.gutenberg-block-text .content-text-container .content-text{width:100%}.gutenberg-block-text .content-text-container .content-text h1,.gutenberg-block-text .content-text-container .content-text h2{text-align:center}.gutenberg-block-text .content-text-container .content-text ol,.gutenberg-block-text .content-text-container .content-text p,.gutenberg-block-text .content-text-container .content-text ul{margin:1em 0}.gutenberg-block-text .content-text-container .content-text li{margin:1em 0 1.5em}.gutenberg-block-text .content-text-container .content-text li li{margin:0}.gutenberg-block-text .content-text-container .content-text ol{list-style-type:decimal;padding-inline-start:40px}.gutenberg-block-text .content-text-container .content-text ul{list-style-type:circle;padding-inline-start:40px}.gutenberg-block-text .content-text-container .content-text h2{font-family:owners-wide,sans-serif;font-weight:500;font-style:normal;font-size:28px;line-height:normal;letter-spacing:2.25px;margin-bottom:35px}.gutenberg-block-text .content-text-container .content-text a{color:#27242c;font-weight:700}.gutenberg-block-text .content-text-container .content-text a:hover{opacity:.8;transition:all .3s ease-in-out}.gutenberg-block-text .content-text-container .content-text ol#tnc_list{counter-reset:item;padding:0}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li{display:block}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li:before{content:counters(item,".") ". ";counter-increment:item;padding-right:.3em}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol{counter-reset:item;padding:0}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol li{margin-left:28px}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol li:before{padding-right:0;margin-left:-28px}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol li>ol{padding-inline-start:40px}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol ol li{margin-left:36px}.gutenberg-block-text .content-text-container .content-text ol#tnc_list li ol ol li:before{padding-right:0;margin-left:-36px}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);inset:0}.before\:rounded-md:before{content:var(--tw-content);border-radius:.375rem}.before\:bg-black:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.before\:bg-opacity-20:before{content:var(--tw-content);--tw-bg-opacity:0.2}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:block:after{content:var(--tw-content);display:block}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:bg-black:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.after\:pb-\[122\.12\%\]:after{content:var(--tw-content);padding-bottom:122.12%}.after\:pb-\[28\%\]:after{content:var(--tw-content);padding-bottom:28%}.after\:pb-\[60\.75\%\]:after{content:var(--tw-content);padding-bottom:60.75%}.after\:pb-\[80\%\]:after{content:var(--tw-content);padding-bottom:80%}.after\:opacity-20:after{content:var(--tw-content);opacity:.2}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'\.\"\"\.\'\]:after{--tw-content:'."".';content:var(--tw-content)}.after\:content-\[\'\.\'\'\.\'\]:after{--tw-content:"."".";content:var(--tw-content)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-5:hover{opacity:.05}.hover\:shadow-\[0_8px_9px_-4px_rgba\(592c 113\2c 202\2c 0\.3\)2c 0_4px_18px_0_rgba\(592c 113\2c 202\2c 0\.2\)\]:hover{--tw-shadow:0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);--tw-shadow-colored:0 8px 9px -4px var(--tw-shadow-color),0 4px 18px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-indigo-400:focus-visible{outline-color:#818cf8}.focus-visible\:outline-indigo-600:focus-visible{outline-color:#4f46e5}.focus-visible\:outline-white:focus-visible{outline-color:#fff}.group:hover .group-hover\:h-\[110px\]{height:110px}.group:hover .group-hover\:w-\[110px\]{width:110px}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:col-span-12{grid-column:span 12/span 12}.sm\:mt-20{margin-top:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mt-32{margin-top:8rem}.sm\:flex{display:flex}.sm\:aspect-\[2\/1\]{aspect-ratio:2/1}.sm\:w-\[\%d\%\%\]{width:%d%%}.sm\:max-w-5xl{max-width:64rem}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:flex-col{flex-direction:column}.sm\:items-end{align-items:flex-end}.sm\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:py-48{padding-top:12rem;padding-bottom:12rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pt-32{padding-top:8rem}.sm\:pt-8{padding-top:2rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:leading-9{line-height:2.25rem}.sm\:after\:pb-\[59\%\]:after{content:var(--tw-content);padding-bottom:59%}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:left-0{left:0}.md\:left-\[72px\]{left:72px}.md\:right-\[72px\]{right:72px}.md\:col-span-2{grid-column:span 2/span 2}.md\:mb-3{margin-bottom:.75rem}.md\:ml-auto{margin-left:auto}.md\:mt-\[25px\]{margin-top:25px}.md\:mt-\[40px\]{margin-top:40px}.md\:h-full{height:100%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:columns-3{-moz-columns:3;column-count:3}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-y-10{row-gap:2.5rem}.md\:p-3{padding:.75rem}.md\:pl-16{padding-left:4rem}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:-m-4{margin:-1rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:ml-10{margin-left:2.5rem}.lg\:mr-0{margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:flex{display:flex}.lg\:aspect-\[3\/2\]{aspect-ratio:3/2}.lg\:w-1\/2{width:50%}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-none{max-width:none}.lg\:max-w-xl{max-width:36rem}.lg\:flex-none{flex:none}.lg\:flex-shrink-0{flex-shrink:0}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-y-16{row-gap:4rem}.lg\:rounded-2xl{border-radius:1rem}.lg\:p-4{padding:1rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pl-24{padding-left:6rem}.lg\:pr-0{padding-right:0}.lg\:pt-12{padding-top:3rem}.lg\:pt-8{padding-top:2rem}.lg\:text-center{text-align:center}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:ml-32{margin-left:8rem}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:pl-32{padding-left:8rem}}