@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--container-gap: 2rem;--container-width: 1800px;--navbar-height: 10rem;--color-brand: #CC896B;--color-brand-medium: #DBBBA6;--color-brand-light: #F4E3DA;--color-dark: #172225;--color-darker: #0D1517;--color-text: #172225;--color-gray: #A5A5A5;--color-gray-light: #F2F2F2;--color-white: #FFF;--font: "proxima-nova-extra-wide", sans-serif;--f-light: 300;--f-regular: 400;--f-bold: 600;--line-height: 1.5;--transition: .25s ease-in-out}@media (min-width: 900px){:root{--container-gap: 4.6rem}}@media (min-width: 1200px){:root{--container-gap: 6rem}}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.container{--column: calc(100% / 24);margin:0 auto;width:100%;display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:1fr auto;padding:0 var(--container-gap)}.container__content{--column: calc(100% / 22);grid-column:2/span 22;width:100%;max-width:var(--container-width);margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap}.container__content--reverse{flex-direction:column-reverse;row-gap:3rem}@media (min-width: 900px){.container__content--reverse{flex-direction:row-reverse}}.container__content .content{display:flex;flex-direction:column;flex:1;min-width:24rem}@media (min-width: 900px){.container__content .content{min-width:30rem}}.container--full-width .container__content{grid-column:1/span 4}.container--narrow .container__content{--column:5%;grid-column:3/span 20}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;min-height:100%;width:100%;scroll-behavior:smooth}body{color:var(--color-text);font-size:1.6rem;font-family:var(--font);font-weight:var(--f-regular);line-height:var(--line-height);height:100%;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.active-nav{overflow-y:hidden}body ::-moz-selection{background:var(--color-brand);color:var(--color-white)}body ::selection{background:var(--color-brand);color:var(--color-white)}body #page-wrapper{display:flex;flex-direction:column;height:100%;width:100%;min-height:100vh}picture{width:100%;height:100%}picture img{display:block;width:100%;height:100%;object-fit:cover}p strong{font-weight:var(--f-bold)}p a{color:var(--color-brand);font-weight:var(--f-bold);text-decoration:underline;text-underline-offset:.15em;white-space:nowrap}p a:hover{color:var(--color-accent)}p,ul,ol{font-weight:var(--f-regular)}p+p,p+ul,p+ol,ul+p,ul+ul,ul+ol,ol+p,ol+ul,ol+ol{margin-top:1em}.typo h2,.typo h3,.typo h4{font-weight:var(--f-regular)}.typo h2+p,.typo h3+p,.typo h4+p{margin-top:1em}.typo h2{font-size:3.6rem}.typo h3{font-size:2.8rem}.typo h4{font-size:2rem}.typo ul li,.typo ol li{margin-bottom:.35em}.typo ul li>ul,.typo ul li>ol,.typo ol li>ul,.typo ol li>ol{margin-top:.35em}.typo ol{counter-reset:defaultCounter}.typo ol li{counter-increment:defaultCounter;padding-left:1.8em}.typo ol li:before{content:counter(defaultCounter) ".";color:var(--color-brand);display:inline-block;font-weight:var(--f-bold);width:1.8em;margin-left:-1.8em}.typo ol li ol li,.typo ol li ul li{padding-left:2em}.typo ul li{padding-left:1.8em}.typo ul li:before{content:"•";color:var(--color-accent);display:inline-block;width:1.8em;margin-left:-1.8em}.typo ul li ul li,.typo ul li ol li{padding-left:2em}.typo h2+h2,.typo h2+h3,.typo h2+h4,.typo h2+p,.typo h2+ul,.typo h2+ol,.typo h3+h2,.typo h3+h3,.typo h3+h4,.typo h3+p,.typo h3+ul,.typo h3+ol,.typo h4+h2,.typo h4+h3,.typo h4+h4,.typo h4+p,.typo h4+ul,.typo h4+ol,.typo p+h2,.typo p+h3,.typo p+h4,.typo p+p,.typo p+ul,.typo p+ol,.typo ul+h2,.typo ul+h3,.typo ul+h4,.typo ul+p,.typo ul+ul,.typo ul+ol,.typo ol+h2,.typo ol+h3,.typo ol+h4,.typo ol+p,.typo ol+ul,.typo ol+ol{margin-top:1em}.typo strong{font-weight:var(--f-bold)}.large-title{font-size:4.8rem;line-height:1.2;margin-bottom:.3em}@media (min-width: 900px){.large-title{font-size:5.5rem}}.navbar{color:var(--color-text);position:relative;height:var(--navbar-height);display:flex;align-items:center}.navbar .content{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.navbar .content .branding{display:none;overflow:hidden;color:inherit;text-decoration:none;transition:color var(--transition)}.navbar .content .branding:hover{color:var(--color-brand-light);transition:width var(--transition)}@media (min-width: 420px){.navbar .content .branding{display:block}}.navbar .content .branding-mobile{display:block;color:inherit;text-decoration:none;transition:color var(--transition)}.navbar .content .branding-mobile:hover{color:var(--color-brand-light);transition:width var(--transition)}@media (min-width: 420px){.navbar .content .branding-mobile{display:none}}.navbar .content .nav{display:none;flex-direction:row;flex-shrink:0;align-items:center;justify-content:flex-end;gap:4.6rem}@media (min-width: 900px){.navbar .content .nav{display:flex}}.navbar .content .nav__item{text-transform:lowercase}.navbar .content .nav__item a{color:inherit;text-decoration:none;transition:color var(--transition)}.navbar .content .nav__item a:hover{color:var(--color-brand-light);transition:width var(--transition)}.navbar .content .burger{cursor:pointer;height:4.8rem;width:4.8rem;display:flex;align-items:center;justify-content:center}@media (min-width: 900px){.navbar .content .burger{display:none}}.navbar .content .burger .burger__icon{width:2.5rem;height:.1rem;background:var(--color-text);transition:background .4s}.navbar .content .burger .burger__icon:before,.navbar .content .burger .burger__icon:after{content:"";display:block;position:absolute;width:2.5rem;height:.1rem;background:var(--color-text);transform-origin:center center}.navbar .content .burger .burger__icon:before{margin-top:-.75rem}.navbar .content .burger .burger__icon:after{margin-top:.75rem}.navbar .content .burger.toggled .burger__icon:before{animation:burgerTop .4s linear forwards}.navbar .content .burger.toggled .burger__icon{background:transparent}.navbar .content .burger.toggled .burger__icon:after{animation:burgerBottom .4s linear forwards}.navbar .content .burger.unToggled .burger__icon:before{animation:burgerTopReset .4s linear forwards}.navbar .content .burger.unToggled .burger__icon{background:var(--color-text)}.navbar .content .burger.unToggled .burger__icon:after{animation:burgerBottomReset .4s linear forwards}@keyframes burgerTop{20%{margin-top:0rem;transform:rotate(0)}60%{margin-top:0rem;transform:rotate(55deg)}to{margin-top:0rem;transform:rotate(45deg)}}@keyframes burgerBottom{20%{margin-top:0rem;transform:rotate(0)}60%{margin-top:0rem;transform:rotate(-55deg)}to{margin-top:0rem;transform:rotate(-45deg)}}@keyframes burgerMiddle{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes burgerMiddleReset{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes burgerTopReset{0%{margin-top:0rem;transform:rotate(45deg)}20%{transform:rotate(0)}60%{margin-top:.8475rem;transform:rotate(0)}to{margin-top:.75rem;transform:rotate(0)}}@keyframes burgerBottomReset{0%{margin-top:0rem;transform:rotate(-45deg)}20%{transform:rotate(0)}60%{margin-top:-.8475rem;transform:rotate(0)}to{margin-top:-.75rem;transform:rotate(0)}}.navbar .mobile-nav{background-color:var(--color-brand);color:var(--color-white);display:flex;flex-direction:column;position:absolute;align-items:flex-start;justify-content:center;gap:var(--container-gap);bottom:var(--navbar-height);left:0;width:100%;z-index:-1;padding:var(--navbar-height) calc(var(--container-gap) * 2) calc(var(--container-gap) * 2);height:100vh;opacity:0;transform:translateY(0);transition:opacity var(--transition),transform var(--transition)}@media (min-width: 900px){.navbar .mobile-nav{display:none}}.navbar .mobile-nav:after{user-select:none;content:"";background-image:url(/assets/images/logomark-kapsteraanhuischristine.svg);background-position:center;background-size:contain;position:absolute;right:var(--container-gap);top:var(--navbar-height);height:31.7rem;width:22.35rem;z-index:-1;opacity:.25}.navbar .mobile-nav__nav{width:100%;display:flex;flex-direction:column;align-items:flex-start}.navbar .mobile-nav__nav a{font-size:2.8rem;color:var(--color-text)}.navbar .mobile-nav__content{width:100%;display:flex;flex-direction:column;align-items:flex-start}.navbar .mobile-nav.toggled{opacity:1;transform:translateY(100%)}.navbar .mobile-nav a{font-weight:var(--f-light);padding:1rem 0;text-decoration:none;display:flex;align-items:center;justify-content:center;text-transform:lowercase}.navbar .mobile-nav a:after{content:none}.navbar .mobile-nav .regio{padding-top:1rem}.footer{background-color:var(--color-dark);color:var(--color-white)}.footer__branding{padding:11.3rem 0}.footer__branding .container__content{row-gap:3rem}.footer__branding .content{align-items:center;justify-content:center}@media (min-width: 900px){.footer__branding .content{align-items:flex-start}}.footer__branding .content :last-of-type{align-items:center}@media (min-width: 900px){.footer__branding .content :last-of-type{align-items:flex-end}}.footer__branding .content--horizontal{gap:3rem}@media (min-width: 900px){.footer__branding .content--horizontal{flex-direction:row;align-items:center;justify-content:flex-end}}.footer__branding .content .contact{display:flex;flex-direction:column;align-items:center}@media (min-width: 900px){.footer__branding .content .contact{align-items:flex-end}}.footer__branding .content .contact__item{color:var(--color-brand-light)}.footer__branding .content .contact__item:first-of-type{color:var(--color-brand)}.footer__branding .content .label>a{display:flex;align-items:center;justify-content:center}.footer__bottom{background-color:var(--color-darker);color:#535353;font-size:1.4rem;padding:2.3rem 0}.footer__bottom .content .nav-legal{display:flex;flex-direction:column;align-items:center}@media (min-width: 600px){.footer__bottom .content .nav-legal{column-gap:.3em;align-items:flex-start;flex-direction:row}}@media (min-width: 600px){.footer__bottom .content .nav-legal__item{display:flex;column-gap:.3em}.footer__bottom .content .nav-legal__item:first-of-type:after{content:"-";display:block}}.footer__bottom .content a{color:inherit;text-decoration:none;transition:color var(--transition)}.footer__bottom .content a:hover{color:var(--color-brand-light)}.footer__bottom .content:last-of-type{align-items:center}@media (min-width: 600px){.footer__bottom .content:last-of-type{align-items:flex-end}}.footer__bottom .content .development a{text-decoration:underline}.header{position:absolute;top:0;left:0;width:100%;z-index:99}a{color:inherit;text-decoration:none;transition:color var(--transition)}.buttons{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1rem}.btn{-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#dbdbdb;border-width:1px;border-style:solid;color:var(--color-text);cursor:pointer;font-size:1.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5em 1em;text-align:center;white-space:nowrap;transition:color var(--transition),border-color var(--transition),background-color var(--transition),box-shadow var(--transition)}@media (min-width: 600px){.btn{flex-direction:row}}.btn:hover{border-color:#b5b5b5;box-shadow:0 0 2rem var(--color-accent)}.btn--primary{padding:1.2rem 2.4rem}.btn--primary{background-color:var(--color-brand);border-color:var(--color-brand);color:var(--color-white)}.btn--primary:hover{background-color:var(--color-text);border-color:var(--color-text)}.btn--text{border:none;padding-left:0;padding-right:0;margin-top:2rem;position:relative;color:var(--color-brand-medium);text-decoration:none;transition:color var(--transition) .2s}.btn--text:before,.btn--text:after{content:"";position:absolute;height:1px;width:0%;left:0;bottom:0;transition:width var(--transition)}.btn--text:before{background-color:var(--color-brand-medium);width:100%}.btn--text:after{background-color:var(--color-text)}.btn--text:hover{color:var(--color-text)}.btn--text:hover:after{width:100%;transition:width var(--transition) .2s}.section--call-to-action .container__content .content,.section--pricelist .container__content .content,.section--services .container__content .content,.section--text-image .container__content .content{transform:translate(-10rem);opacity:0}.wa-icon{display:block;position:sticky;bottom:0;height:0;z-index:99}.wa-icon>a{position:absolute;bottom:3rem;right:3rem;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:visible;box-shadow:0 0 16px rgba(0,0,0,.08);transition:transform var(--transition)}.wa-icon>a:hover{transform:scale(1.05)}.popup-modal{display:none;z-index:999}.popup-modal.is-open{display:block}.popup-modal[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.popup-modal[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.popup-modal[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.popup-modal[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.popup-modal .modal__close:focus,.popup-modal .btn:focus{outline:none;border-radius:0;box-shadow:0 0 0 1px var(--color-text)}.popup-modal .modal__container,.popup-modal .modal__overlay{will-change:transform}.popup-modal .modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(13,21,23,.65);display:flex;justify-content:center;align-items:center;padding:3rem}.popup-modal .modal__container{background-color:var(--color-white);padding:2.8rem 4rem 3.4rem 3rem;min-width:35vw;max-width:48rem;max-height:calc(100vh - 6rem);box-sizing:border-box}.popup-modal .modal__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:2.4rem;margin-bottom:3rem;border-bottom:1px solid var(--color-brand-light)}.popup-modal .modal__title{margin-top:0;margin-bottom:0;color:var(--color-brand);line-height:1.2;font-size:2.8rem;box-sizing:border-box;text-wrap:balance}.popup-modal .modal__close{position:absolute;top:0;right:0;border:0;z-index:1;width:4.8rem;height:4.8rem;background:var(--color-white);border-radius:50%;overflow:hidden;color:var(--color-brand);transform:translate(20%,-20%);transition:color var(--transition);display:flex;align-items:center;justify-content:center}.popup-modal .modal__close:before{content:"✕";z-index:2;color:currentColor}.popup-modal .modal__close:after{content:"";position:absolute;top:50%;left:50%;width:3rem;height:3rem;border:1px solid currentColor;border-radius:50%;transform:translate(-50%,-50%);z-index:1}.popup-modal .modal__close:hover{cursor:pointer;color:var(--color-text)}.popup-modal .modal__content{margin-top:2rem;margin-bottom:2rem;font-weight:var(--f-regular)}.popup-modal .modal__footer{display:flex;align-items:center;gap:2rem;margin-top:3.8rem}.popup-modal .modal__footer .btn{margin-top:0}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.section--hero-home{position:relative;width:100%;height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:var(--navbar-height) auto;padding-bottom:6rem}@media (min-width: 900px){.section--hero-home{grid-template-rows:var(--navbar-height) minmax(60rem,70vh)}}.section--hero-home .container{grid-column:1;grid-row:2}.section--hero-home .container__content{position:relative;align-items:flex-start}@media (min-width: 900px){.section--hero-home .container__content{grid-gap:calc(3 * var(--column));flex-wrap:nowrap}}.section--hero-home .container__content .content{justify-content:center;flex:1 0 auto;max-width:100%}@media (min-width: 900px){.section--hero-home .container__content .content{height:100%}}.section--hero-home .container__content .content:first-of-type{padding-top:4rem;padding-bottom:4rem}@media (min-width: 900px){.section--hero-home .container__content .content:first-of-type{padding-top:12rem;padding-bottom:9.1rem;padding-right:calc(2 * var(--column));width:calc(9 * var(--column))}}@media (min-width: 900px){.section--hero-home .container__content .content:nth-child(2){padding-top:6rem;width:calc(8 * var(--column))}}.section--hero-home .container__content .content h1{font-size:4.8rem;line-height:1.2;margin-bottom:.3em}.section--hero-home .container__content .content h1 i{color:var(--color-white)}@media (min-width: 900px){.section--hero-home .container__content .content h1{font-size:5.5rem}}.section--hero-home .container__content .content .buttons{display:flex;flex-direction:column;gap:.15em;margin-top:auto}.section--hero-home .container__content .content .buttons a{padding:0;background-color:transparent;border:none;color:var(--color-brand-medium);text-decoration:underline;text-underline-offset:.15em;transition:color var(--transition);font-size:1.5rem}.section--hero-home .container__content .content .buttons a:hover{color:var(--color-white)}.section--hero-home .container__content .content .regio{color:var(--color-brand-medium);font-size:1.5rem;margin-top:.15em}.section--hero-home .container__content .content .image-gallery{--column:12.5%;padding:0 calc(var(--column) * .5) 0 0;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:-6rem}@media (min-width: 900px){.section--hero-home .container__content .content .image-gallery{min-height:60rem;max-height:70vh;padding:0 var(--column) 0 0}}.section--hero-home .container__content .content .image-gallery .swiper{position:relative;height:100%;width:100%}.section--hero-home .container__content .content .image-gallery .swiper-slide{border-radius:50rem 50rem 0 0;overflow:hidden}.section--hero-home .container__content .content .image-gallery .swiper-pagination{color:var(--color-brand);font-size:1.4rem;position:absolute;bottom:-3.4rem;right:calc(var(--column) * .5);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.85rem}@media (min-width: 900px){.section--hero-home .container__content .content .image-gallery .swiper-pagination{bottom:-4.2rem;right:var(--column)}}.section--hero-home .container__content .content .image-gallery .swiper-pagination .progress-bar{display:flex;flex-direction:row;width:4rem;height:1px;background-color:var(--color-brand-light)}.section--hero-home .container__content .content .image-gallery .swiper-pagination .progress-bar .progress-line{background-color:var(--color-brand);height:100%;transition:width var(--transition)}.section--hero-home .container__content .content .image-gallery .swiper-deco{width:calc(100% - var(--column) * .5);height:100%;position:absolute;top:0;left:0;z-index:9;overflow:visible;user-select:none;pointer-events:none}@media (min-width: 900px){.section--hero-home .container__content .content .image-gallery .swiper-deco{width:calc(100% - var(--column))}}.section--hero-home .container__content .content .image-gallery .swiper-deco:after{content:"";display:block;height:100%;width:100%;border:2px solid var(--color-brand-medium);border-radius:50rem 50rem 0 0;top:.65rem;left:.65rem;position:absolute;user-select:none}@media (min-width: 900px){.section--hero-home .container__content .content .image-gallery .swiper-deco:after{top:1rem;left:1rem}}.section--hero-home .container__content .scroll-indicator{position:absolute;bottom:0;right:0;transform:rotate(-90deg) translate(100%,100%);transform-origin:bottom right}@media (min-width: 900px){.section--hero-home .container__content .scroll-indicator{transform:rotate(-90deg) translate(100%)}}.section--hero-home .container__content .scroll-indicator .wrapper{display:grid;align-items:center;gap:2rem}.section--hero-home .container__content .scroll-indicator .wrapper .text{grid-column:2;grid-row:1;color:var(--color-brand-light)}.section--hero-home .container__content .scroll-indicator .wrapper:before,.section--hero-home .container__content .scroll-indicator .wrapper:after{grid-column:1;grid-row:1;width:4rem;height:1px;background-color:var(--color-brand-medium);content:"";display:block}.section--hero-home .container__content .scroll-indicator .wrapper:after{background-color:var(--color-brand-light);animation:elastic 2.9s cubic-bezier(1,0,0,1) infinite}@keyframes elastic{0%{transform-origin:100% 0%;transform:scaleX(0)}50%{transform-origin:100% 0%;transform:scale(1)}51%{transform-origin:0% 0%;transform:scale(1)}to{transform-origin:0% 0%;transform:scaleX(0)}}.section--hero-home .background{grid-column:1;grid-row:1/span 2;width:100%;height:100%;z-index:-1}.section--hero-home .background:after{position:absolute;content:"";top:0;left:0;width:100%;height:calc(100% - 6rem);z-index:0;background:var(--color-brand);opacity:.9}.section--hero-home .background .image{width:100%;height:100%;object-fit:cover}.section--call-to-action{background-color:var(--color-brand-light);padding:10.4rem 0;margin-top:11.7rem}.section--call-to-action .container__content{justify-content:space-between;row-gap:1rem;column-gap:var(--column);position:relative}@media (min-width: 1200px){.section--call-to-action .container__content{column-gap:calc(2 * var(--column))}}.section--call-to-action .container__content .content{z-index:1;flex:1 0 auto}.section--call-to-action .container__content .content:first-child{width:calc(10 * var(--column))}.section--call-to-action .container__content .content:last-child{width:calc(8 * var(--column));max-width:45rem}.section--call-to-action .container__content:after{user-select:none;content:"";background-image:url(/assets/images/logomark-kapsteraanhuischristine.svg);background-position:center;background-size:contain;position:absolute;right:0;bottom:0;height:31.7rem;width:22.35rem;transform:translateY(3.6rem);z-index:0}.section--call-to-action .cta-title{color:var(--color-brand)}.section--call-to-action .cta-text{max-width:43ch;margin-bottom:1.8rem}.section--call-to-action .buttons{margin-top:auto;z-index:1}.section--pricelist{margin-top:10.5rem}.section--pricelist .pricelist__head{max-width:60ch}.section--pricelist .pricelist__head+.pricelist__table{margin-top:3.2rem}.section--pricelist .pricelist__table{column-gap:calc(2 * var(--column));row-gap:5rem;display:grid;grid-template-columns:1fr;grid-auto-rows:auto}@media (min-width: 900px){.section--pricelist .pricelist__table{grid-auto-flow:column dense;grid-template-columns:repeat(2,1fr)}}.section--pricelist .pricelist__table .table{display:flex;flex-direction:column;flex:1;grid-template-rows:1fr auto;min-width:40%}@media (min-width: 900px){.section--pricelist .pricelist__table .table.long{grid-row:span 3}}.section--pricelist .pricelist__table .table__head{color:var(--color-brand);border-bottom:1px solid var(--color-brand);padding:1.8rem 0}.section--pricelist .pricelist__table .table__body-item{border-bottom:1px solid var(--color-brand-light);padding:1.8rem 0;display:flex;align-items:center;justify-content:space-between;font-size:1.4rem}.section--pricelist .pricelist__table .table__body-item .column:last-child{color:var(--color-brand)}.section--pricelist .pricelist__table+.pricelist__note{margin-top:5rem;max-width:20ch}@media (min-width: 900px){.section--pricelist .pricelist__table+.pricelist__note{margin-top:4.2rem;max-width:none}}.section--pricelist .pricelist__note{font-size:1.4rem}.section--services{margin-top:10.5rem}.section--services .container+.container{margin-top:5rem;overflow-x:hidden}.section--services .swiper{width:100%;overflow:visible}.section--services .services__head{max-width:55ch}.section--services .services__swiper .swiper-wrapper{margin:0;padding:0}.section--services .services__swiper .swiper-wrapper .swiper-slide .service{display:flex;flex-direction:column-reverse}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__content{background-color:var(--color-brand);color:var(--color-white);padding:1.7rem 2.6rem 2.2rem}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__content .service-title{font-size:1.8rem}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__content .service-link{color:var(--color-brand-medium);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__content .service-link:after{flex-shrink:0;content:"";display:block;width:1.7rem;height:1.2rem;background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 10'%3E%3Cpath stroke='%23DBBBA6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M1 5h12m0 0L9 1m4 4L9 9'/%3E%3C/svg%3E");background-size:1.7rem 1.2rem;transform:rotate(-45deg);transform-origin:center;transition:transform var(--transition)}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__image{width:100%;padding-top:130%;position:relative;border-radius:50rem 50rem 0 0;overflow:hidden}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__image .picture{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform var(--transition)}.section--services .services__swiper .swiper-wrapper .swiper-slide .service__image .picture .image{width:100%;height:100%;object-fit:cover}.section--services .services__swiper .swiper-wrapper .swiper-slide .service:hover .service-link:after{transform:rotate(0)}.section--services .services__swiper .swiper-wrapper .swiper-slide .service:hover .service__image .picture{transform:scale(1.05)}.section--text-image{margin-top:12.2rem}.section--text-image .container__content .content{justify-content:center}.section--text-image .container__content .content-left{align-items:flex-start}@media (min-width: 900px){.section--text-image .container__content .content-left{padding-left:calc(2 * var(--column))}}.section--text-image .container__content .content-right{width:100%}@media (min-width: 900px){.section--text-image .container__content .content-right{max-width:calc(7 * var(--column))}}.section--text-image .container__content .content-right .picture .image{aspect-ratio:1/1}.section--text-image .container__content .content__title{font-size:4.8rem;line-height:1.2;margin-bottom:.3em}.section--text-image .container__content .content__title i{color:var(--color-brand)}@media (min-width: 900px){.section--text-image .container__content .content__title{font-size:5.5rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
