@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";html{scroll-padding-top:6rem}a{text-decoration:none}body{display:flex;flex-direction:column;min-height:100vh;font-family:"Poppins",sans-serif !important;overflow-x:hidden;background-color:#f7f7f8}.section-header{position:relative;width:100%;min-height:min(50vh,450px);max-height:600px;padding:90px 0 0 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.section-header .background-skew{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;z-index:2;overflow:hidden;-webkit-clip-path:polygon(0 0, 0 100%, 100% 80%, 100% 0);clip-path:polygon(0 0, 0 100%, 100% 80%, 100% 0)}.section-header .background-skew::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0, 0, 0, var(--opacity, 0.5));z-index:3}.section-header .header-contents{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:3;margin-top:-80px;height:100%;padding:2rem 5rem;width:100%}.section-header .header-contents *{z-index:3}.section-header .header-contents .header-title{color:#fff;font-size:2.2rem;line-height:2.7rem;font-weight:600;max-width:min(90%,600px);margin:0 0 1rem 0}.section-header .header-contents .header-title.expanded{max-width:min(90%,800px)}.section-header .header-contents .header-subtitle{color:rgba(255,255,255,.9);font-size:1.4rem;line-height:1.9rem;font-weight:500;max-width:min(90%,600px);margin:0 0 2rem 0}.section-header .header-contents .header-subtitle.expanded{max-width:min(90%,800px)}.section-header .header-contents .header-cta{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:.5rem;border-radius:.8rem;background-color:rgba(255,255,255,.95);border:2px solid #fff;cursor:pointer;transition:background-color .25s ease-in-out;text-decoration:none}.section-header .header-contents .header-cta i{margin:0 0 0 .2rem;color:#6d6e71;font-weight:600;transition:color .25s ease-in-out}.section-header .header-contents .header-cta .cta-text{color:#6d6e71;margin:0 .5rem 0 .7rem;font-weight:600;transition:color .25s ease-in-out}.section-header .header-contents .header-cta:hover{background-color:rgba(0,0,0,0)}.section-header .header-contents .header-cta:hover i,.section-header .header-contents .header-cta:hover .cta-text{color:#fff}.section-header.medium{min-height:min(80vh,450px);max-height:600px}.section-header.large{min-height:min(100vh,750px);max-height:800px}@media only screen and (max-width: 576px){.section-header .header-contents{padding:2rem}}@media only screen and (min-width: 577px)and (max-width: 992px){.section-header .header-contents{padding:3rem}}.section-content{width:100%;padding:1rem 2rem}@media only screen and (min-width: 576px){.section-content{padding:1rem 3rem}}@media only screen and (min-width: 992px){.section-content{padding:1rem 5rem}}.footer-page{position:static;width:calc(100% - 4rem);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2rem;margin:2rem auto 0 auto;border-top:1px solid #d4d5d6;gap:1rem}.footer-page p{margin:0;color:#6d6e71;font-size:.9rem}.footer-page a{color:#d1945f;margin:0;text-decoration:none;font-size:.9rem}.footer-page .footer-links{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.footer-page .footer-links a{margin:0;color:#6d6e71;font-size:.9rem;text-decoration:none}.footer-page .social-icons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:.3rem}.footer-page .social-icons a{color:#d1945f;font-size:1.2rem;line-height:1.2rem;margin:0;text-decoration:none;transition:color .25s ease-in-out}.footer-page .social-icons a:hover{color:#6d6e71}.footer-page .footer-col{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:calc(50% - .5rem)}.footer-page .footer-col:nth-child(2){align-items:flex-end}@media only screen and (max-width: 768px){.footer-page{flex-wrap:wrap;width:calc(100% - 2rem);padding:2rem 1rem}.footer-page p,.footer-page a{text-align:center;width:100%}.footer-page .footer-col{width:100%}.footer-page .footer-links{width:100%;margin-bottom:1rem;justify-content:center}}.lightbox-pic{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:999}.lightbox-pic .backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(5px);z-index:997}.lightbox-pic img{min-width:200px;max-width:1300px;width:max-content;max-height:80vh;object-fit:contain;z-index:998}.lightbox-pic .btn-x{position:absolute;right:1rem;top:1rem;z-index:999;color:#6d6e71;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;cursor:pointer;font-size:1.2rem}.lightbox-pic .btn-prev,.lightbox-pic .btn-next{position:absolute;left:0;top:0;z-index:999;color:#fff;display:flex;align-items:center;justify-content:center;width:50px;height:100%;background-color:rgba(255,255,255,.1);cursor:pointer;font-size:1.2rem;transition:background-color .25s ease-in-out}.lightbox-pic .btn-prev:hover,.lightbox-pic .btn-next:hover{background-color:rgba(255,255,255,.3)}.lightbox-pic .btn-next{left:auto;right:0}@media only screen and (max-width: 576px){.lightbox-pic .btn-prev,.lightbox-pic .btn-next{height:70px;width:70px;margin:1rem;bottom:0;top:auto}}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar{width:15px;background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{border-radius:50px;border:3px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#bebcbc}::-webkit-scrollbar-thumb:hover{background-color:#969696}.bg-primary{background-color:#d1945f !important}.bg-secondary{background-color:#d7b46a !important}.bg-accent{background-color:#015c01 !important}.bg-neutral{background-color:#fff !important}.bg-dark{background-color:#6d6e71 !important}.bg-success{background-color:#28a745 !important}.bg-warning{background-color:#fda403 !important}.bg-error{background-color:#c00000 !important}.bg-successlux{background-color:#def7e3 !important}.bg-warninglux{background-color:#fff1d7 !important}.bg-errorlux{background-color:#ffcdcd !important}.text-primary{color:#d1945f !important}.text-secondary{color:#d7b46a !important}.text-accent{color:#015c01 !important}.text-neutral{color:#fff !important}.text-dark{color:#6d6e71 !important}.text-success{color:#28a745 !important}.text-warning{color:#fda403 !important}.text-error{color:#c00000 !important}.text-successlux{color:#def7e3 !important}.text-warninglux{color:#fff1d7 !important}.text-errorlux{color:#ffcdcd !important}.modal-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;background-color:rgba(0,0,0,.7);backdrop-filter:blur(10px)}.modal-card{position:relative;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fff;z-index:1001;border-radius:8px;width:90%;max-width:500px;min-height:100px;padding:25px 15px}.modal-card lottie-player{height:250px;width:100%;max-width:95%}.modal-content{border-radius:10px}.modal-body{background-color:var(--bs-neutralalt)}.modal-header .modal-title{color:#6d6e71}.modal-header .btn-close{margin-right:2px}.modal-footer{border:none}.modal-dialog.large{width:98%;margin:1.75rem auto;max-width:1200px}.modal-dialog.big{width:90%;margin:1.75rem auto;max-width:1200px}.modal-dialog.auto{min-width:300px;width:fit-content;margin:1.75rem auto;max-width:98%}/*# sourceMappingURL=style.min.css.map */