.collection-cards{padding-top:2rem;padding-bottom:2rem}.collection-card{border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius);overflow:hidden;transition:transform .2s ease}.collection-card:hover{transform:translateY(-4px)}.collection-card .card-img-top{object-fit:cover;height:200px}@media (max-width: 767px){.collection-card .card-img-top{height:auto}}.custom-section-text{position:relative}.custom-section-text .text__standard{display:flex;flex-direction:column;align-items:var(--FLEX-POSITION, flex-start);max-width:var(--CONTENT-WIDTH, 1200px);margin:0 auto}.custom-section-text .standard__kicker{margin-bottom:1rem}.custom-section-text .standard__heading{margin-bottom:1.5rem}.custom-section-text .standard__heading h2{margin:0;line-height:1.2}.custom-section-text .rte{line-height:1.6}.custom-section-text .standard__kicker p{margin:0;font-weight:500}.custom-section-text .standard__heading h2{margin:0}.custom-section-text .rte p{margin-bottom:1rem}.custom-section-text .rte p:last-child{margin-bottom:0}.custom-section-text .rte.columns--2{column-count:2;column-gap:2rem}.custom-section-text .rte.columns--3{column-count:3;column-gap:2rem}@media (max-width: 768px){.custom-section-text .rte.columns--2,.custom-section-text .rte.columns--3{column-count:1}}.custom-banner-section{display:block}.custom-banner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.custom-banner__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.custom-banner__media img{width:100%;height:100%;object-fit:cover;object-position:center}.custom-banner__content{position:relative;z-index:2;display:flex;align-items:var(--text-vertical-position, center);justify-content:var(--text-horizontal-position, center);width:100%;height:100%;padding:var(--text-padding-top, 20px) var(--text-padding-right, 20px) var(--text-padding-bottom, 20px) var(--text-padding-left, 20px);margin:var(--text-margin-top, 0) var(--text-margin-right, 0) var(--text-margin-bottom, 0) var(--text-margin-left, 0)}.custom-banner__box{text-align:center;padding:2rem;border-radius:8px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.custom-banner__heading{margin-bottom:1rem;font-weight:700}.custom-banner__text{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.custom-banner__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.custom-banner__buttons--multiple{gap:1rem}.custom-banner--full-width{width:100vw;margin-left:calc(-50vw + 50%)}.custom-banner--page-width{max-width:1200px;margin:0 auto}.custom-banner--original-height{height:auto;min-height:500px}.custom-banner--full-height{height:100vh}.custom-banner--75-height{height:75vh}.custom-banner--50-height{height:50vh}.custom-banner--adapt:before{content:"";display:block;width:100%}.custom-banner--no-image{height:auto}.custom-banner__media--desktop{display:block}.custom-banner__media--mobile,.custom-banner__media--fallback{display:none}@media (max-width: 768px){.custom-banner__media--desktop{display:none}.custom-banner__media--mobile,.custom-banner__media--fallback{display:block}.custom-banner__box{padding:1.5rem;margin:1rem;max-width:90%;font-size:.9rem}.custom-banner__heading{font-size:1.8rem;line-height:1.3;margin-bottom:.8rem}.custom-banner__text{font-size:1rem;line-height:1.5;margin-bottom:1.2rem}.custom-banner__buttons{flex-direction:column;align-items:center;gap:.8rem}.custom-banner__buttons .button{width:100%;max-width:280px;padding:.8rem 1.5rem;font-size:.9rem}.custom-banner--full-height{height:70vh}.custom-banner--75-height{height:60vh}.custom-banner--50-height{height:40vh}.custom-banner__content{padding:1rem}}.custom-banner__box.color-accent-1{background:rgba(var(--color-accent-1-rgb),.9);color:var(--color-accent-1-text)}.custom-banner__box.color-accent-2{background:rgba(var(--color-accent-2-rgb),.9);color:var(--color-accent-2-text)}.custom-banner__box.color-background-1{background:rgba(var(--color-background-1-rgb),.9);color:var(--color-background-1-text)}.custom-banner__box.color-background-2{background:rgba(var(--color-background-2-rgb),.9);color:var(--color-background-2-text)}.custom-banner__box.color-inverse{background:rgba(var(--color-inverse-rgb),.9);color:var(--color-inverse-text)}.custom-hero-section{display:block}.custom-hero{display:flex;align-items:center;gap:3rem;min-height:500px}.custom-hero__image{flex:1;min-width:0}.custom-hero__image img{width:100%;height:auto;object-fit:cover}.custom-hero__placeholder{width:100%;height:400px;background-color:var(--bs-gray-100, #f8f9fa);border-radius:8px;display:flex;align-items:center;justify-content:center}.custom-hero__text{flex:1;min-width:0}.custom-hero__content{max-width:600px}.custom-hero__kicker{margin-bottom:1rem}.custom-hero__kicker p{margin:0;font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.custom-hero__heading{margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--bs-dark, #212529)}.custom-hero__rich-text{margin-bottom:2rem;font-size:1.1rem;line-height:1.6;color:var(--bs-gray-700, #495057)}.custom-hero__rich-text p{margin-bottom:1rem}.custom-hero__rich-text p:last-child{margin-bottom:0}.custom-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.custom-hero--image-right{flex-direction:row-reverse}.custom-hero--image-left{flex-direction:row}@media (max-width: 768px){.custom-hero{flex-direction:column;gap:2rem;min-height:auto}.custom-hero__image{order:1}.custom-hero__text{order:2}.custom-hero__heading{font-size:2rem}.custom-hero__buttons{flex-direction:column;align-items:stretch}.custom-hero__buttons .button{width:100%;min-width:auto}}.custom-hero-section.color-accent-1 .custom-hero__kicker p{color:var(--color-accent-1)}.custom-hero-section.color-accent-2 .custom-hero__kicker p{color:var(--color-accent-2)}.custom-hero-section.color-background-1 .custom-hero__kicker p{color:var(--color-background-1)}.custom-hero-section.color-background-2 .custom-hero__kicker p{color:var(--color-background-2)}.custom-hero-section.color-inverse .custom-hero__kicker p{color:var(--color-inverse)}.custom-showcase-cards-section{display:block}.custom-showcase-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:start}.custom-showcase-card{display:flex;flex-direction:column;background-color:var(--bs-white, #fff);overflow:hidden;height:800px;max-height:1000px}.custom-showcase-card__image{width:100%;flex:0 0 80%;position:relative;overflow:hidden}.custom-showcase-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.custom-showcase-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-showcase-card__content{padding:1rem;flex:0 0 20%;max-height:20%;display:flex;flex-direction:column;overflow:hidden}.custom-showcase-card__headline{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;line-height:1.2;color:var(--bs-dark, #212529);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-showcase-card__kicker{margin-bottom:.5rem}.custom-showcase-card__kicker p{margin:0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-showcase-card__quotation{margin-bottom:.5rem;font-size:.8rem;line-height:1.3;color:var(--bs-gray-700, #495057);font-style:italic;text-align:left;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.custom-showcase-card__quotation p{margin:0}.custom-showcase-card__quotation p:before{content:'"';font-size:1.1em}.custom-showcase-card__quotation p:after{content:'"';font-size:1.1em}.custom-showcase-card__tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:auto}.custom-showcase-card__tag{display:inline-block;padding:.15rem .5rem;font-size:.65rem;font-weight:500;color:var(--bs-gray-600, #6c757d);background-color:var(--bs-gray-100, #f8f9fa);border:0px solid var(--bs-gray-200, #dee2e6);border-radius:4px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}@media (max-width: 768px){.custom-showcase-cards{grid-template-columns:1fr;gap:1.5rem}.custom-showcase-card{height:500px;max-height:500px}.custom-showcase-card__image{flex:0 0 80%}.custom-showcase-card__content{padding:.75rem;flex:0 0 20%}.custom-showcase-card__headline{font-size:1rem;margin-bottom:.2rem}.custom-showcase-card__kicker p{font-size:.7rem}.custom-showcase-card__quotation{font-size:.75rem;line-height:1.2;-webkit-line-clamp:2}.custom-showcase-card__tag{font-size:.6rem;padding:.1rem .4rem;max-width:80px}}.custom-showcase-cards-section.color-accent-1 .custom-showcase-card__kicker p{color:var(--color-accent-1)}.custom-showcase-cards-section.color-accent-1 .custom-showcase-card__quotation p:before,.custom-showcase-cards-section.color-accent-1 .custom-showcase-card__quotation p:after{color:var(--color-accent-1)}.custom-showcase-cards-section.color-accent-2 .custom-showcase-card__kicker p{color:var(--color-accent-2)}.custom-showcase-cards-section.color-accent-2 .custom-showcase-card__quotation p:before,.custom-showcase-cards-section.color-accent-2 .custom-showcase-card__quotation p:after{color:var(--color-accent-2)}.custom-showcase-cards-section.color-background-1 .custom-showcase-card__kicker p{color:var(--color-background-1)}.custom-showcase-cards-section.color-background-1 .custom-showcase-card__quotation p:before,.custom-showcase-cards-section.color-background-1 .custom-showcase-card__quotation p:after{color:var(--color-background-1)}.custom-showcase-cards-section.color-background-2 .custom-showcase-card__kicker p{color:var(--color-background-2)}.custom-showcase-cards-section.color-background-2 .custom-showcase-card__quotation p:before,.custom-showcase-cards-section.color-background-2 .custom-showcase-card__quotation p:after{color:var(--color-background-2)}.custom-showcase-cards-section.color-inverse .custom-showcase-card__kicker p{color:var(--color-inverse)}.custom-showcase-cards-section.color-inverse .custom-showcase-card__quotation p:before,.custom-showcase-cards-section.color-inverse .custom-showcase-card__quotation p:after{color:var(--color-inverse)}.custom-text-cards-section{display:block}.custom-text-cards{display:grid;gap:1.5rem}.custom-text-cards--desktop-2{grid-template-columns:repeat(2,1fr)}.custom-text-cards--desktop-3{grid-template-columns:repeat(3,1fr)}.custom-text-cards--desktop-4{grid-template-columns:repeat(4,1fr)}.custom-text-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;min-height:200px}.custom-text-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.custom-text-card--light-grey{background-color:var(--bs-gray-100, #f8f9fa);color:var(--bs-dark, #212529)}.custom-text-card--white{background-color:var(--bs-white, #fff);color:var(--bs-dark, #212529);box-shadow:0 2px 8px #0000001a}.custom-text-card--dark-grey{background-color:var(--bs-gray-800, #343a40);color:var(--bs-white, #fff)}.custom-text-card--primary{color:var(--bs-white, #fff)}.custom-text-card--secondary{background-color:var(--bs-secondary, #6c757d);color:var(--bs-white, #fff)}.custom-text-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.custom-text-card__kicker{flex:1}.custom-text-card__kicker p{margin:0;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.custom-text-card--dark-grey .custom-text-card__kicker p,.custom-text-card--primary .custom-text-card__kicker p,.custom-text-card--secondary .custom-text-card__kicker p{color:var(--bs-white, #fff);opacity:.9}.custom-text-card__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.custom-text-card__icon img{width:100%;height:100%;object-fit:contain}.custom-text-card__content{flex:1;display:flex;flex-direction:column}.custom-text-card__heading{margin:0 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.custom-text-card__rich-text{flex:1;font-size:.95rem;line-height:1.6}.custom-text-card__rich-text p{margin-bottom:.75rem}.custom-text-card__rich-text p:last-child{margin-bottom:0}@media (max-width: 768px){.custom-text-cards{gap:1rem}.custom-text-cards--mobile-1{grid-template-columns:1fr!important}.custom-text-cards--mobile-2{grid-template-columns:repeat(2,1fr)!important}.custom-text-card{padding:1.25rem;min-height:180px}.custom-text-card__header{margin-bottom:.75rem;gap:.75rem}.custom-text-card__icon{width:32px;height:32px}.custom-text-card__heading{font-size:1.1rem;margin-bottom:.75rem}.custom-text-card__rich-text{font-size:.9rem}.custom-text-card__kicker p{font-size:.8rem}}@media (max-width: 480px){.custom-text-cards--mobile-2{grid-template-columns:1fr!important}}.custom-text-cards-section.color-accent-1 .custom-text-card--light-grey .custom-text-card__kicker p,.custom-text-cards-section.color-accent-1 .custom-text-card--white .custom-text-card__kicker p{color:var(--color-accent-1)}.custom-text-cards-section.color-accent-2 .custom-text-card--light-grey .custom-text-card__kicker p,.custom-text-cards-section.color-accent-2 .custom-text-card--white .custom-text-card__kicker p{color:var(--color-accent-2)}.custom-text-cards-section.color-background-1 .custom-text-card--light-grey .custom-text-card__kicker p,.custom-text-cards-section.color-background-1 .custom-text-card--white .custom-text-card__kicker p{color:var(--color-background-1)}.custom-text-cards-section.color-background-2 .custom-text-card--light-grey .custom-text-card__kicker p,.custom-text-cards-section.color-background-2 .custom-text-card--white .custom-text-card__kicker p{color:var(--color-background-2)}.custom-text-cards-section.color-inverse .custom-text-card--light-grey .custom-text-card__kicker p,.custom-text-cards-section.color-inverse .custom-text-card--white .custom-text-card__kicker p{color:var(--color-inverse)}.custom-faq-section{display:block}.custom-faq__header{text-align:center;margin-bottom:3rem}.custom-faq__title{margin:0 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--bs-dark, #212529)}.custom-faq__subtitle{font-size:1.1rem;line-height:1.6;color:var(--bs-gray-600, #6c757d);max-width:600px;margin:0 auto}.custom-faq-section .accordion{max-width:800px;margin:0 auto}.custom-faq-section .accordion-item{border:none;border-top:1px solid #000;border-radius:0;margin-bottom:0;overflow:visible}.custom-faq-section .accordion-item:last-child{border-bottom:1px solid #000}.custom-faq-section .accordion-header{margin-bottom:0}.custom-faq-section .accordion-button{width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:400;text-align:left;background-color:var(--bs-white, #fff);border:none;border-radius:0;color:var(--bs-dark, #212529);transition:all .3s ease;position:relative;box-shadow:none;display:flex;align-items:center}.custom-faq-section .accordion-button:not(.collapsed){background-color:var(--bs-white, #fff);color:var(--bs-dark, #212529);box-shadow:none}.custom-faq-section .accordion-button:focus{box-shadow:none;border-color:transparent}.custom-faq-section .accordion-button:after{content:"+";font-size:1.5rem;font-weight:300;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);transition:transform .3s ease;display:flex;align-items:center;justify-content:center;height:100%}.custom-faq-section .accordion-button:not(.collapsed):after{content:"\2212";transform:translateY(-50%) rotate(0)}.custom-faq-section .accordion-collapse{border:none}.custom-faq-section .accordion-body{padding:1.5rem;background-color:var(--bs-white, #fff);font-size:1rem;line-height:1.6;color:var(--bs-gray-700, #495057)}.custom-faq-section .accordion-body p{margin-bottom:1rem}.custom-faq-section .accordion-body p:last-child{margin-bottom:0}@media (max-width: 768px){.custom-faq__title{font-size:2rem}.custom-faq__subtitle{font-size:1rem}.custom-faq__header{margin-bottom:2rem}.custom-faq-section .accordion-button{padding:1rem 1.25rem;font-size:1rem}.custom-faq-section .accordion-button:after{right:1.25rem;font-size:1.25rem}.custom-faq-section .accordion-body{padding:1.25rem;font-size:.95rem}}.custom-faq-section.color-accent-1 .custom-faq__title{color:var(--color-accent-1)}.custom-faq-section.color-accent-1 .accordion-button:not(.collapsed){background-color:var(--color-accent-1)}.custom-faq-section.color-accent-1 .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-accent-1-rgb),.25)}.custom-faq-section.color-accent-2 .custom-faq__title{color:var(--color-accent-2)}.custom-faq-section.color-accent-2 .accordion-button:not(.collapsed){background-color:var(--color-accent-2)}.custom-faq-section.color-accent-2 .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-accent-2-rgb),.25)}.custom-faq-section.color-background-1 .custom-faq__title{color:var(--color-background-1)}.custom-faq-section.color-background-1 .accordion-button:not(.collapsed){background-color:var(--color-background-1)}.custom-faq-section.color-background-1 .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-background-1-rgb),.25)}.custom-faq-section.color-background-2 .custom-faq__title{color:var(--color-background-2)}.custom-faq-section.color-background-2 .accordion-button:not(.collapsed){background-color:var(--color-background-2)}.custom-faq-section.color-background-2 .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-background-2-rgb),.25)}.custom-faq-section.color-inverse .custom-faq__title{color:var(--color-inverse)}.custom-faq-section.color-inverse .accordion-button:not(.collapsed){background-color:var(--color-inverse)}.custom-faq-section.color-inverse .accordion-button:focus{box-shadow:0 0 0 .25rem rgba(var(--color-inverse-rgb),.25)}.custom-staff-profile-section{display:block}.custom-staff-profile{display:flex;align-items:center;gap:3rem;min-height:400px}.custom-staff-profile__image{flex:0 0 50%;max-width:50%}.custom-staff-profile__image img{width:100%;height:auto;object-fit:cover;border-radius:0}.custom-staff-profile__placeholder{width:100%;height:400px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center}.custom-staff-profile__placeholder svg{width:100px;height:100px;opacity:.3}.custom-staff-profile__text{flex:0 0 50%;max-width:50%}.custom-staff-profile__content{padding:2rem}.custom-staff-profile__name{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.custom-staff-profile__position{font-size:1.2rem;font-weight:500;color:#666;margin-bottom:1.5rem;line-height:1.3}.custom-staff-profile__profile{font-size:1rem;line-height:1.6;color:#333}.custom-staff-profile__profile p{margin-bottom:1rem}.custom-staff-profile__profile p:last-child{margin-bottom:0}.custom-staff-profile--image-right .custom-staff-profile{flex-direction:row-reverse}@media (max-width: 768px){.custom-staff-profile{flex-direction:column;gap:2rem;min-height:auto}.custom-staff-profile__image,.custom-staff-profile__text{flex:1 1 100%;max-width:100%}.custom-staff-profile__content{padding:1.5rem;text-align:center}.custom-staff-profile__name{font-size:1.8rem}.custom-staff-profile__position{font-size:1.1rem}.custom-staff-profile__profile{font-size:.95rem}.custom-staff-profile__placeholder{height:300px}.custom-staff-profile--image-right .custom-staff-profile{flex-direction:column}}.custom-staff-profile-section.color-accent-1{background-color:var(--color-accent-1);color:var(--color-accent-1-text)}.custom-staff-profile-section.color-accent-2{background-color:var(--color-accent-2);color:var(--color-accent-2-text)}.custom-staff-profile-section.color-background-1{background-color:var(--color-background-1);color:var(--color-background-1-text)}.custom-staff-profile-section.color-background-2{background-color:var(--color-background-2);color:var(--color-background-2-text)}.custom-staff-profile-section.color-inverse{background-color:var(--color-inverse);color:var(--color-inverse-text)}
/*# sourceMappingURL=/s/files/1/0596/0217/4144/t/21/assets/custom.css.map */
