@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.font-A{font-family:var(--font-display)}.font-B{font-family:var(--font-body)}.h1{font-family:var(--font-display);font-size:var(--text-6xl);line-height:var(--leading-tight);font-weight:700;letter-spacing:-.025em;color:inherit}.h2{font-family:var(--font-display);font-size:var(--text-5xl);line-height:var(--leading-tight);font-weight:600;letter-spacing:-.02em}.h3{font-family:var(--font-display);font-size:var(--text-4xl);line-height:1.3;font-weight:600;letter-spacing:-.01em}.h4{font-family:var(--font-display);font-size:var(--text-3xl);line-height:1.35;font-weight:600}.h5{font-family:var(--font-display);font-size:var(--text-2xl);line-height:1.4;font-weight:500}.h6{font-family:var(--font-display);font-size:var(--text-xl);line-height:1.5;font-weight:500}.p,.body-text{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);font-weight:400}.p-lg{font-family:var(--font-body);font-size:var(--text-lg);line-height:var(--leading-relaxed);font-weight:400}.p-sm{font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-normal);font-weight:400}.text-6xl{font-size:var(--text-6xl)}.text-5xl{font-size:var(--text-5xl)}.text-4xl{font-size:var(--text-4xl)}.text-3xl{font-size:var(--text-3xl)}.text-2xl{font-size:var(--text-2xl)}.text-xl{font-size:var(--text-xl)}.text-lg{font-size:var(--text-lg)}.text-base{font-size:var(--text-base)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}@media(max-width:1280px){.h1{font-size:var(--text-5xl)}.h2{font-size:var(--text-4xl)}.h3{font-size:var(--text-3xl)}.h4{font-size:var(--text-2xl)}}@media(max-width:1024px){.h1{font-size:var(--text-4xl)}.h2{font-size:var(--text-3xl)}.h3{font-size:var(--text-2xl)}.h4{font-size:var(--text-xl)}.h5{font-size:var(--text-lg)}}@media(max-width:768px){.h1{font-size:var(--text-3xl);letter-spacing:-.015em}.h2{font-size:var(--text-2xl);letter-spacing:-.01em}.h3{font-size:var(--text-xl)}.h4{font-size:var(--text-lg)}.h5{font-size:var(--text-base)}.h6,.p,.body-text{font-size:var(--text-sm)}}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.lh-none{line-height:1}.lh-tight{line-height:var(--leading-tight)}.lh-snug{line-height:1.375}.lh-normal{line-height:var(--leading-normal)}.lh-relaxed{line-height:var(--leading-relaxed)}.tracking-tighter{letter-spacing:-.05em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase;letter-spacing:.05em}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.eyebrow{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--clr-accent)}.label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.02em}.lead{font-family:var(--font-body);font-size:var(--text-xl);line-height:var(--leading-relaxed);font-weight:400;color:var(--clr-text-muted)}@media(max-width:768px){.lead{font-size:var(--text-lg)}}.container{width:80%!important;margin:0 auto}@media(max-width:768px){.container{width:90%!important}}@media(max-width:650px){.container{width:calc(100% - 50px)!important}}.box-x-sm{min-height:28px;min-width:28px;max-height:28px;max-width:28px}.box-sm{min-height:36px;min-width:36px;max-height:36px;max-width:36px}.box{min-height:44px;min-width:44px;max-height:44px;max-width:44px}.box-lg{min-height:52px;min-width:52px;max-height:52px;max-width:52px}.box-x-lg{min-height:60px;min-width:60px;max-height:60px;max-width:60px}.box-xx-lg{min-height:68px;min-width:68px;max-height:68px;max-width:68px}.divider{height:5px;width:5px;border-radius:50%;background-color:color-gray}.button{--color: var(--light-green);border:solid 1px var(--color);color:var(--color);border-radius:5px;padding:4px 12px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px}.button:hover{background:#ddebd766;color:var(--white);border:solid 1px var(--white)}.button.green{--color: var(--teal)}.button.green:hover{background:var(--color)}.link{--color: var(--teal);border-bottom:solid 1px var(--color);color:var(--color);padding:2px 0;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.link:hover{--color: var(--emerald)}.section-padding{padding:120px 0}.contact-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;justify-content:center;align-items:center;background:#00191899}.contact-modal .contact-wrapper{width:95%;max-width:1000px;background:var(--light-green);border-radius:16px;position:relative}.contact-modal .contact-wrapper .close{width:40px;height:40px;position:absolute;top:-20px;right:-20px;background:var(--light-green);display:flex;justify-content:center;align-items:center;font-size:26px;border-radius:50%;transform:rotate(45deg);border:solid 1px var(--emerald);color:var(--emerald)}.contact-modal .contact-wrapper .close:hover{border:solid 1px var(--white);background:var(--emerald);color:var(--white)}@media(max-width:768px){.contact-modal{padding:1rem;align-items:flex-start;overflow-y:auto}.contact-modal .contact-wrapper{width:100%;margin-top:2rem;margin-bottom:2rem}.contact-modal .contact-wrapper .close{top:10px;right:10px;width:36px;height:36px;font-size:22px;background:#00000080;border:none;color:#fff;z-index:10}.contact-modal .contact-wrapper .close:hover{background:#000000b3}.contact-header{border-radius:16px 16px 0 0}}.contact-header{background:url(/assets/contact_form-AzTe7nXJ.jpg) center center no-repeat;background-size:cover;border-top-left-radius:16px;border-bottom-left-radius:16px}.input-style-dark{background:#2222221a;color:var(--bg-black)!important;outline:none;-webkit-appearance:none;appearance:none}.input-style-dark::placeholder{color:var(--bg-black);opacity:1}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;font-family:var(--font-secondary)}img,.image{width:100%;height:auto;object-fit:contain}.img-cover{object-fit:cover!important}button{border:1px solid transparent;outline:none;cursor:pointer;background-color:transparent}input,textarea{padding:9px 9px 9px 11px;border:1px solid border-color-light;outline:none;font-size:17px;background-color:transparent;word-spacing:4px}textarea{resize:none}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{cursor:pointer;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}ul{list-style:none}.bg-primary{background-color:var(--bg-primary)}.bg-primary-light{background-color:var(--bg-primary-light)}.bg-primary-dark{background-color:var(--bg-primary-dark)}.bg-secondary{background-color:var(--bg-secondary)}.bg-dark{background-color:var(--bg-black)}.bg-white{background-color:var(--bg-white)}.bg-gray{background-color:var(--bg-grey)}.bg-cream{background-color:var(--bg-cream)}.color-primary{color:var(--clr-primary)}.color-primary-light{color:var(--clr-primary-light)}.color-earth{color:var(--clr-earth)}.color-yellow{color:var(--clr-yellow)}.color-dark{color:var(--clr-black)}.color-light{color:var(--clr-white)}.color-grey{color:var(--clr-grey)}.color-aqua{color:#0ff}.color-red{color:red}.blade-padding-xs{padding-top:5rem}.blade-padding-sm{padding-top:8rem}.blade-padding-lg{padding-top:10rem}.blade-padding-xl{padding-top:14rem}.blade-margin-xs{margin-top:5rem}.blade-margin-sm{margin-top:8rem}.blade-margin-lg{margin-top:10rem}@media(max-width:786px){.blade-padding-xs{padding-top:2.5rem}.blade-padding-sm{padding-top:4rem}.blade-padding-lg{padding-top:5rem}.blade-margin-xs{margin-top:2.5rem}.blade-margin-sm{margin-top:4rem}.blade-margin-lg{margin-top:5rem}}.text-gradient{background:linear-gradient(186.16deg,#ffffff -3.22%,var(--clr-cyan) 189.56%),#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-dark{background:linear-gradient(to bottom,#03545a 15.92%,#8fffe9 238.85%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.bg-element-blade-upside{background:url(/assets/bg-element-blade-upside-CSJ6B5nh.svg);background-size:100%;background-position:top -50% left;background-repeat:no-repeat}.bg-element-blade-down{background-image:url(/assets/bg-element-blade-down-BSU1u6Xz.svg);background-size:100%;background-position:bottom -4% left;background-repeat:no-repeat}@media(max-width:786px){.bg-element-blade-upside{background:url(/assets/bg-element-blade-upside-CSJ6B5nh.svg);background-size:100%;background-position:top -50% left;background-repeat:no-repeat}.bg-element-blade-down{background-image:url(/assets/bg-element-blade-down-BSU1u6Xz.svg);background-size:150%;background-position:bottom 0% left;background-repeat:no-repeat}}.pagination .flicking-pagination-bullet{height:12px!important;width:12px!important}.pagination{bottom:-0px!important}#hubspotForm{min-height:400px}:focus-visible{outline:2px solid var(--clr-accent);outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid var(--clr-accent);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-family:var(--font-display);font-weight:500;font-size:var(--text-base);line-height:1.5;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--clr-primary);color:var(--clr-text-on-dark, #FAF8F5)}.btn-primary:hover:not(:disabled){background-color:var(--clr-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:transparent;color:var(--clr-primary);border:1.5px solid var(--clr-primary)}.btn-secondary:hover:not(:disabled){background-color:var(--clr-primary);color:var(--clr-text-on-dark, #FAF8F5);transform:translateY(-1px)}.btn-accent{background-color:var(--clr-accent);color:var(--clr-primary-dark)}.btn-accent:hover:not(:disabled){background-color:var(--clr-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-ghost{background-color:transparent;color:var(--clr-primary);padding:8px 16px}.btn-ghost:hover:not(:disabled){background-color:var(--bg-sage)}.btn-light{background-color:#fff;color:var(--clr-primary)}.btn-light:hover:not(:disabled){background-color:var(--bg-sage);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-sm{padding:8px 16px;font-size:var(--text-sm);border-radius:var(--radius-sm)}.btn-lg{padding:16px 32px;font-size:var(--text-lg);border-radius:var(--radius-lg)}.button,button.button{padding:12px 24px;font-weight:500;font-size:var(--text-sm);border-radius:var(--radius-md);transition:all var(--transition-base);display:inline-flex;align-items:center;gap:8px}.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.button:active{transform:translateY(0)}.button.white{background-color:#fff;color:var(--clr-primary)}.button.white:hover{background-color:var(--bg-sage)}.button.primary{background-color:var(--clr-primary);color:var(--clr-text-on-dark, #FAF8F5)}.button.primary:hover{background-color:var(--clr-primary-hover)}.card{background-color:#fff;border-radius:var(--radius-lg);padding:var(--space-6);transition:transform var(--transition-base),box-shadow var(--transition-base)}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.card-bordered{border:1px solid var(--clr-border)}.card-elevated{box-shadow:var(--shadow-md)}.partner-logo{height:48px;width:auto;max-width:120px;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all var(--transition-slow)}.partner-logo:hover{filter:grayscale(0%);opacity:1}.link-animate{position:relative;display:inline-block}.link-animate:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:currentColor;transition:width var(--transition-slow)}.link-animate:hover:after{width:100%}.link-underline{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.link-underline:hover{text-decoration-thickness:2px}.section-padding{padding-top:var(--section-padding-mobile);padding-bottom:var(--section-padding-mobile)}@media(min-width:1024px){.section-padding{padding-top:var(--section-padding-desktop);padding-bottom:var(--section-padding-desktop)}}.section-padding-sm{padding-top:var(--space-8);padding-bottom:var(--space-8)}@media(min-width:1024px){.section-padding-sm{padding-top:var(--space-10);padding-bottom:var(--space-10)}}.container{max-width:var(--container-max);margin:0 auto;padding-left:var(--space-4);padding-right:var(--space-4)}@media(min-width:768px){.container{padding-left:var(--space-6);padding-right:var(--space-6)}}@media(min-width:1024px){.container{padding-left:var(--space-8);padding-right:var(--space-8)}}.text-balance{text-wrap:balance}.text-muted{color:var(--clr-text-muted)}.text-light{color:var(--clr-text-light)}.text-accent{color:var(--clr-accent)}.social-icon{font-size:1.5rem;color:var(--clr-text-muted);transition:color var(--transition-base),transform var(--transition-base)}.social-icon:hover{color:var(--clr-accent);transform:translateY(-2px)}.backdrop-blur{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-light{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.fade-in{animation:fadeIn var(--transition-slow) ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@font-face{font-family:Souvenir;src:url(/assets/Souvenir-Medium-C2pboECW.woff)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;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,samp,pre{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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--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-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::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-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.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}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-0{bottom:-0px}.-bottom-8{bottom:-2rem}.-left-10{left:-2.5rem}.-left-\[6vw\]{left:-6vw}.-top-\[11vw\]{top:-11vw}.-top-\[6px\]{top:-6px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[1px\]{bottom:1px}.bottom-auto{bottom:auto}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-8{left:2rem}.left-\[0\%\]{left:0%}.left-\[10\%\]{left:10%}.left-auto{left:auto}.right-0{right:0}.right-1\/4{right:25%}.right-8{right:2rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[1\%\]{top:1%}.top-\[5px\]{top:5px}.top-auto{top:auto}.-z-\[999\]{z-index:-999}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[200\]{z-index:200}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.m-2{margin:.5rem}.m-auto{margin:auto}.mx-16{margin-left:4rem;margin-right:4rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-16{margin-top:4rem;margin-bottom:4rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-1{height:.25rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\/6{height:50%}.h-44{height:11rem}.h-5\/6{height:83.333333%}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100\%\]{height:100%}.h-\[140px\]{height:140px}.h-\[15rem\]{height:15rem}.h-\[18\.75rem\]{height:18.75rem}.h-\[18rem\]{height:18rem}.h-\[22rem\]{height:22rem}.h-\[26rem\]{height:26rem}.h-\[2px\]{height:2px}.h-\[4\.8125rem\]{height:4.8125rem}.h-\[40rem\]{height:40rem}.h-\[6\.75rem\]{height:6.75rem}.h-\[600px\]{height:600px}.h-\[700px\]{height:700px}.h-\[800px\]{height:800px}.h-\[90\%\]{height:90%}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-\[280px\]{max-height:280px}.max-h-full{max-height:100%}.min-h-\[100px\]{min-height:100px}.min-h-\[150px\]{min-height:150px}.min-h-\[18\.75rem\]{min-height:18.75rem}.min-h-\[25rem\]{min-height:25rem}.min-h-\[300px\]{min-height:300px}.min-h-\[35rem\]{min-height:35rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-44{width:11rem}.w-48{width:12rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[120px\]{width:120px}.w-\[150px\]{width:150px}.w-\[15rem\]{width:15rem}.w-\[170px\]{width:170px}.w-\[18rem\]{width:18rem}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[23\.5625rem\]{width:23.5625rem}.w-\[260px\]{width:260px}.w-\[3\.5625rem\]{width:3.5625rem}.w-\[35\%\]{width:35%}.w-\[6\.75rem\]{width:6.75rem}.w-\[60\%\]{width:60%}.w-\[600px\]{width:600px}.w-\[62\%\]{width:62%}.w-\[70\%\]{width:70%}.w-\[700px\]{width:700px}.w-\[800px\]{width:800px}.w-\[90\%\]{width:90%}.w-\[900px\]{width:900px}.w-\[99\%\]{width:99%}.w-\[99vw\]{width:99vw}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-\[18rem\]{min-width:18rem}.min-w-\[20rem\]{min-width:20rem}.min-w-\[300px\]{min-width:300px}.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-\[100px\]{max-width:100px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[70\%\]{max-width:70%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-2xl{max-width:1536px}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.shrink-\[2\]{flex-shrink:2}.grow{flex-grow:1}.grow-0{flex-grow:0}.grow-\[3\]{flex-grow:3}.grow-\[4\]{flex-grow:4}.basis-20{flex-basis:5rem}.basis-32{flex-basis:8rem}.basis-4{flex-basis:1rem}.basis-60{flex-basis:15rem}.basis-72{flex-basis:18rem}.basis-96{flex-basis:24rem}.basis-\[17\.5rem\]{flex-basis:17.5rem}.basis-\[20\.5rem\]{flex-basis:20.5rem}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-end{place-content:end}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-stretch{justify-items:stretch}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[0\.2rem\]{gap:.2rem}.gap-\[0\.69rem\]{gap:.69rem}.gap-\[1\.3rem\]{gap:1.3rem}.gap-\[1\.69rem\]{gap:1.69rem}.gap-\[3rem\]{gap:3rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-3{row-gap:.75rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[30px\]{border-radius:30px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:16px}.rounded-md{border-radius:12px}.rounded-xl{border-radius:24px}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[0\.68rem\]{border-width:.68rem}.border-\[12px\]{border-width:12px}.border-\[1px\]{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-\[\#173335\]{--tw-border-opacity: 1;border-color:rgb(23 51 53 / var(--tw-border-opacity))}.border-\[\#AAAAAA\]{--tw-border-opacity: 1;border-color:rgb(170 170 170 / var(--tw-border-opacity))}.border-cyan{--tw-border-opacity: 1;border-color:rgb(90 138 135 / var(--tw-border-opacity))}.border-gray{--tw-border-opacity: 1;border-color:rgb(226 232 231 / var(--tw-border-opacity))}.border-primary{--tw-border-opacity: 1;border-color:rgb(10 61 58 / var(--tw-border-opacity))}.border-primarydark{--tw-border-opacity: 1;border-color:rgb(5 30 28 / var(--tw-border-opacity))}.border-slate-400{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(250 248 245 / var(--tw-border-opacity))}.border-white\/10{border-color:#faf8f51a}.border-white\/20{border-color:#faf8f533}.border-white\/30{border-color:#faf8f54d}.border-yellow{--tw-border-opacity: 1;border-color:rgb(212 168 75 / var(--tw-border-opacity))}.border-t-gray{--tw-border-opacity: 1;border-top-color:rgb(226 232 231 / var(--tw-border-opacity))}.border-opacity-30{--tw-border-opacity: .3}.border-opacity-50{--tw-border-opacity: .5}.bg-\[\#004d4a\]{--tw-bg-opacity: 1;background-color:rgb(0 77 74 / var(--tw-bg-opacity))}.bg-\[\#0A3D3A\]{--tw-bg-opacity: 1;background-color:rgb(10 61 58 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-cream{--tw-bg-opacity: 1;background-color:rgb(250 248 245 / var(--tw-bg-opacity))}.bg-cyan{--tw-bg-opacity: 1;background-color:rgb(90 138 135 / var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(10 61 58 / var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity: 1;background-color:rgb(5 30 28 / var(--tw-bg-opacity))}.bg-primary-light{--tw-bg-opacity: 1;background-color:rgb(232 245 242 / var(--tw-bg-opacity))}.bg-primarydark{--tw-bg-opacity: 1;background-color:rgb(5 30 28 / var(--tw-bg-opacity))}.bg-primarylight{--tw-bg-opacity: 1;background-color:rgb(232 245 242 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(250 248 245 / var(--tw-bg-opacity))}.bg-white\/5{background-color:#faf8f50d}.bg-yellow{--tw-bg-opacity: 1;background-color:rgb(212 168 75 / var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-40{--tw-bg-opacity: .4}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#D4A84B\]{--tw-gradient-from: #D4A84B var(--tw-gradient-from-position);--tw-gradient-to: rgb(212 168 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#eef2f1\]{--tw-gradient-from: #eef2f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#f8faf9\]{--tw-gradient-from: #f8faf9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#D4A84B\]{--tw-gradient-to: rgb(212 168 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #D4A84B var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#D4A84B\]\/30{--tw-gradient-to: rgb(212 168 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(212 168 75 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#B8860B\]{--tw-gradient-to: #B8860B var(--tw-gradient-to-position)}.to-\[\#e8edec\]{--tw-gradient-to: #e8edec var(--tw-gradient-to-position)}.to-\[\#f0f4f3\]{--tw-gradient-to: #f0f4f3 var(--tw-gradient-to-position)}.to-black\/30{--tw-gradient-to: rgb(0 0 0 / .3) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-inherit{fill:inherit}.fill-white{fill:#faf8f5}.stroke-inherit{stroke:inherit}.stroke-primary{stroke:#0a3d3a}.stroke-primarydark{stroke:#051e1c}.stroke-white{stroke:#faf8f5}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-center{object-position:center}.object-top{object-position:top}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-32{padding:8rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[3\.4rem\]{padding-left:3.4rem;padding-right:3.4rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-70{padding-top:70px;padding-bottom:70px}.py-8,.py-\[2rem\]{padding-top:2rem;padding-bottom:2rem}.py-\[3rem\]{padding-top:3rem;padding-bottom:3rem}.\!pb-10{padding-bottom:2.5rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-48{padding-bottom:12rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[1\.5rem\]{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[1\.5rem\]{padding-left:1.5rem}.pr-0{padding-right:0}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8,.pt-\[2rem\]{padding-top:2rem}.pt-\[4rem\]{padding-top:4rem}.pt-\[5rem\]{padding-top:5rem}.text-left{text-align:left}.text-center{text-align:center}.font-jakarta,.font-souvenir{font-family:Plus Jakarta Sans,sans-serif}.text-2xl{font-size:1.5625rem;line-height:1.4}.text-3xl{font-size:1.9375rem;line-height:1.3}.text-4xl{font-size:2.4375rem;line-height:1.2}.text-5xl{font-size:3.0625rem;line-height:1.15}.text-\[1\.4rem\]{font-size:1.4rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[24px\]{font-size:24px}.text-\[30vw\]{font-size:30vw}.text-\[3rem\]{font-size:3rem}.text-base{font-size:1rem;line-height:1.6}.text-lg{font-size:1.125rem;line-height:1.6}.text-sm{font-size:.875rem;line-height:1.5}.text-xl{font-size:1.25rem;line-height:1.5}.text-xs{font-size:.8125rem;line-height:1.5}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.leading-\[1\.1\]{line-height:1.1}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#6e6e6e\]{--tw-text-opacity: 1;color:rgb(110 110 110 / var(--tw-text-opacity))}.text-\[\#7D7D7D\]{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity))}.text-\[\#D4A84B\]{--tw-text-opacity: 1;color:rgb(212 168 75 / var(--tw-text-opacity))}.text-\[\#F9AC00\]{--tw-text-opacity: 1;color:rgb(249 172 0 / var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-accent{--tw-text-opacity: 1;color:rgb(212 168 75 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-darkGray{--tw-text-opacity: 1;color:rgb(63 63 63 / var(--tw-text-opacity))}.text-gray{--tw-text-opacity: 1;color:rgb(226 232 231 / var(--tw-text-opacity))}.text-green{--tw-text-opacity: 1;color:rgb(5 30 28 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(10 61 58 / var(--tw-text-opacity))}.text-primary-muted{--tw-text-opacity: 1;color:rgb(90 138 135 / var(--tw-text-opacity))}.text-primarydark{--tw-text-opacity: 1;color:rgb(5 30 28 / var(--tw-text-opacity))}.text-primarylight{--tw-text-opacity: 1;color:rgb(232 245 242 / var(--tw-text-opacity))}.text-text-muted{--tw-text-opacity: 1;color:rgb(92 107 106 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(250 248 245 / var(--tw-text-opacity))}.text-white\/60{color:#faf8f599}.text-white\/70{color:#faf8f5b3}.text-white\/80{color:#faf8f5cc}.text-white\/90{color:#faf8f5e6}.text-yellow{--tw-text-opacity: 1;color:rgb(212 168 75 / var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 12px 24px -4px rgba(10, 61, 58, .12);--tw-shadow-colored: 0 12px 24px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 24px 48px -8px rgba(10, 61, 58, .16);--tw-shadow-colored: 0 24px 48px -8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.blur{--tw-blur: blur(8px);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)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));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)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));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)}.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,-webkit-text-decoration-color,-webkit-backdrop-filter;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,-webkit-backdrop-filter;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);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-200{transition-delay:.2s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{padding:0;margin:0;box-sizing:border-box;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:400}html,body{overscroll-behavior:none;overflow-x:hidden}html{background-color:var(--clr-primary-dark)}:root{--text-xs: .8125rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5625rem;--text-3xl: 1.9375rem;--text-4xl: 2.4375rem;--text-5xl: 3.0625rem;--text-6xl: 3.8125rem;--leading-tight: 1.2;--leading-normal: 1.6;--leading-relaxed: 1.8;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 5rem;--space-12: 6rem;--space-16: 8rem;--space-20: 10rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px 0 rgba(10, 61, 58, .04);--shadow-md: 0 4px 12px -2px rgba(10, 61, 58, .08);--shadow-lg: 0 12px 24px -4px rgba(10, 61, 58, .12);--shadow-xl: 0 24px 48px -8px rgba(10, 61, 58, .16);--shadow-card-hover: 0 8px 24px -4px rgba(10, 61, 58, .15);--transition-fast: .15s ease;--transition-base: .2s ease-out;--transition-slow: .3s ease-out;--transition-smooth: .4s cubic-bezier(.4, 0, .2, 1);--clr-primary: #0A3D3A;--clr-primary-hover: #083331;--clr-primary-dark: #051E1C;--clr-primary-light: #E8F5F2;--clr-primary-muted: #5A8A87;--clr-accent: #D4A84B;--clr-accent-hover: #C19A3D;--clr-accent-soft: #F5EED6;--clr-text: #1A2B2A;--clr-text-muted: #5C6B6A;--clr-text-light: #8A9694;--clr-text-on-dark: #FAF8F5;--clr-border: #E2E8E7;--clr-border-dark: #C5D0CE;--bg-white: #FAF8F5;--bg-cream: #F5F0E8;--bg-sage: #F7F5F0;--bg-primary: #0A3D3A;--bg-primary-dark: #051E1C;--bg-primary-light: #F5F2ED;--bg-grey: #F8F6F2;--bg-beige: #FAF8F5;--clr-secondary: #5A8A87;--clr-earth: #0A3D3A;--clr-black: #051E1C;--clr-white: #FAF8F5;--clr-grey: #8A9694;--clr-yellow-light: rgba(212, 168, 75, .8);--clr-yellow: #D4A84B;--clr-cyan: #5A8A87;--white: #FAF8F5;--yellow: #D4A84B;--teal: #0A3D3A;--emerald: #051E1C;--light-green: #E8F5F2;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--font-primary: "Plus Jakarta Sans", sans-serif;--font-secondary: "Inter", sans-serif;--font-souvenir: "Plus Jakarta Sans", sans-serif;--container-max: 1280px;--section-padding-desktop: 5rem;--section-padding-mobile: 3rem}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(10 61 58 / var(--tw-border-opacity))}.hover\:border-primarylight:hover{--tw-border-opacity: 1;border-color:rgb(232 245 242 / var(--tw-border-opacity))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(250 248 245 / var(--tw-border-opacity))}.hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgb(212 168 75 / var(--tw-border-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(10 61 58 / var(--tw-bg-opacity))}.hover\:bg-primarydark:hover{--tw-bg-opacity: 1;background-color:rgb(5 30 28 / var(--tw-bg-opacity))}.hover\:bg-white\/10:hover{background-color:#faf8f51a}.hover\:fill-gray:hover{fill:#e2e8e7}.hover\:stroke-primary:hover{stroke:#0a3d3a}.hover\:stroke-white:hover{stroke:#faf8f5}.hover\:stroke-yellow:hover{stroke:#d4a84b}.hover\:text-primarylight:hover{--tw-text-opacity: 1;color:rgb(232 245 242 / var(--tw-text-opacity))}.hover\:text-white\/80:hover{color:#faf8f5cc}.hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgb(212 168 75 / var(--tw-text-opacity))}.hover\:no-underline:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.focus\:bg-transparent:focus{background-color:transparent}@media(min-width:640px){.sm\:relative{position:relative}.sm\:bottom-1{bottom:.25rem}.sm\:bottom-12{bottom:3rem}.sm\:bottom-8{bottom:2rem}.sm\:left-10{left:2.5rem}.sm\:left-2{left:.5rem}.sm\:top-16{top:4rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-\[6rem\]{margin-bottom:6rem}.sm\:mt-0{margin-top:0}.sm\:mt-5{margin-top:1.25rem}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-36{height:9rem}.sm\:w-36{width:9rem}.sm\:w-6\/12{width:50%}.sm\:w-\[100\%\]{width:100%}.sm\:w-\[40rem\]{width:40rem}.sm\:w-\[43rem\]{width:43rem}.sm\:w-\[50\%\]{width:50%}.sm\:max-w-none{max-width:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:gap-0{gap:0px}.sm\:gap-16{gap:4rem}.sm\:bg-primarydark{--tw-bg-opacity: 1;background-color:rgb(5 30 28 / var(--tw-bg-opacity))}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pl-\[12rem\]{padding-left:12rem}.sm\:pl-\[3\.98rem\]{padding-left:3.98rem}.sm\:pt-14{padding-top:3.5rem}.sm\:pt-\[12\.5rem\]{padding-top:12.5rem}.sm\:pt-\[8\.5rem\]{padding-top:8.5rem}.sm\:pt-\[9\.5rem\]{padding-top:9.5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5625rem;line-height:1.4}.sm\:text-3xl{font-size:1.9375rem;line-height:1.3}.sm\:text-5xl{font-size:3.0625rem;line-height:1.15}.sm\:text-xl{font-size:1.25rem;line-height:1.5}}@media(min-width:768px){.md\:absolute{position:absolute}.md\:left-\[50\%\]{left:50%}.md\:top-0{top:0}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-5{grid-column:span 5 / span 5}.md\:col-span-7{grid-column:span 7 / span 7}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:ml-10{margin-left:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-14{margin-right:3.5rem}.md\:mt-0{margin-top:0}.md\:mt-14{margin-top:3.5rem}.md\:mt-20{margin-top:5rem}.md\:mt-28{margin-top:7rem}.md\:mt-4{margin-top:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-0{height:0px}.md\:h-14{height:3.5rem}.md\:h-24{height:6rem}.md\:h-48{height:12rem}.md\:h-\[100px\]{height:100px}.md\:h-\[20rem\]{height:20rem}.md\:h-\[60vh\]{height:60vh}.md\:h-screen{height:100vh}.md\:min-h-\[160px\]{min-height:160px}.md\:min-h-fit{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.md\:w-1\/2{width:50%}.md\:w-10\/12{width:83.333333%}.md\:w-11\/12{width:91.666667%}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-24{width:6rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-\[0\%\]{width:0%}.md\:w-\[120px\]{width:120px}.md\:w-\[20rem\]{width:20rem}.md\:w-\[40rem\]{width:40rem}.md\:w-\[6\.2rem\]{width:6.2rem}.md\:w-\[60\%\]{width:60%}.md\:w-\[80\%\]{width:80%}.md\:w-full{width:100%}.md\:max-w-\[220px\]{max-width:220px}.md\:max-w-screen-xl{max-width:1280px}.md\:basis-\[18rem\]{flex-basis:18rem}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:gap-1{gap:.25rem}.md\:gap-12{gap:3rem}.md\:gap-6{gap:1.5rem}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-\[34px\]{border-radius:34px}.md\:rounded-xl{border-radius:24px}.md\:border-\[10px\]{border-width:10px}.md\:p-10{padding:2.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-140{padding-top:140px;padding-bottom:140px}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pb-1{padding-bottom:.25rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-32{padding-bottom:8rem}.md\:pb-40{padding-bottom:10rem}.md\:pb-48{padding-bottom:12rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-2{padding-left:.5rem}.md\:pl-40{padding-left:10rem}.md\:pl-\[10\%\]{padding-left:10%}.md\:pr-14{padding-right:3.5rem}.md\:pr-32{padding-right:8rem}.md\:pr-5{padding-right:1.25rem}.md\:pt-2{padding-top:.5rem}.md\:pt-24{padding-top:6rem}.md\:pt-3{padding-top:.75rem}.md\:pt-4{padding-top:1rem}.md\:pt-40{padding-top:10rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-52{padding-top:13rem}.md\:pt-64{padding-top:16rem}.md\:pt-8{padding-top:2rem}.md\:text-right{text-align:right}.md\:text-3xl{font-size:1.9375rem;line-height:1.3}.md\:text-4xl{font-size:2.4375rem;line-height:1.2}.md\:text-5xl{font-size:3.0625rem;line-height:1.15}.md\:text-6xl{font-size:3.8125rem;line-height:1.1}.md\:text-\[32px\]{font-size:32px}.md\:text-\[7rem\]{font-size:7rem}.md\:text-lg{font-size:1.125rem;line-height:1.6}.md\:leading-normal{line-height:1.5}}@media(min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:top-\[1\.4rem\]{top:1.4rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:ml-40{margin-left:10rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[24rem\]{height:24rem}.lg\:h-\[25rem\]{height:25rem}.lg\:h-\[8rem\]{height:8rem}.lg\:h-screen{height:100vh}.lg\:w-14{width:3.5rem}.lg\:w-9\/12{width:75%}.lg\:w-\[13rem\]{width:13rem}.lg\:w-\[25rem\]{width:25rem}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[69rem\]{width:69rem}.lg\:max-w-screen-sm{max-width:640px}.lg\:max-w-xl{max-width:36rem}.lg\:transform-none{transform:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[50\%_10\%_20\%_20\%\]{grid-template-columns:50% 10% 20% 20%}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-stretch{align-items:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-around{justify-content:space-around}.lg\:gap-0{gap:0px}.lg\:gap-16{gap:4rem}.lg\:gap-24{gap:6rem}.lg\:gap-28{gap:7rem}.lg\:gap-32{gap:8rem}.lg\:gap-8{gap:2rem}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:p-16{padding:4rem}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-44{padding-top:11rem;padding-bottom:11rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-20{padding-left:5rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-\[12\.5rem\]{padding-top:12.5rem}.lg\:text-6xl{font-size:3.8125rem;line-height:1.1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:opacity-0{opacity:0}}@media(min-width:1280px){.xl\:absolute{position:absolute}.xl\:right-\[-6rem\]{right:-6rem}.xl\:mt-3{margin-top:.75rem}.xl\:mt-5{margin-top:1.25rem}.xl\:h-72{height:18rem}.xl\:h-\[13\.75rem\]{height:13.75rem}.xl\:h-\[30rem\]{height:30rem}.xl\:h-\[50rem\]{height:50rem}.xl\:min-h-screen{min-height:100vh}.xl\:w-16{width:4rem}.xl\:w-72{width:18rem}.xl\:w-9\/12{width:75%}.xl\:w-\[17\.5625rem\]{width:17.5625rem}.xl\:w-\[50rem\]{width:50rem}.xl\:w-\[70\%\]{width:70%}.xl\:min-w-\[132px\]{min-width:132px}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-screen-lg{max-width:1024px}.xl\:max-w-screen-md{max-width:768px}.xl\:max-w-xl{max-width:36rem}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:justify-end{justify-content:flex-end}.xl\:justify-stretch{justify-content:stretch}.xl\:gap-0{gap:0px}.xl\:gap-10{gap:2.5rem}.xl\:gap-14{gap:3.5rem}.xl\:gap-20{gap:5rem}.xl\:gap-6{gap:1.5rem}.xl\:p-14{padding:3.5rem}.xl\:p-28{padding:7rem}.xl\:p-4{padding:1rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xl\:py-52{padding-top:13rem;padding-bottom:13rem}.xl\:pb-2{padding-bottom:.5rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-20{padding-left:5rem}.xl\:pr-16{padding-right:4rem}.xl\:pr-20{padding-right:5rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pt-7{padding-top:1.75rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-xl{font-size:1.25rem;line-height:1.5}}@media(min-width:1536px){.\32xl\:h-\[17\.75rem\]{height:17.75rem}.\32xl\:h-\[36rem\]{height:36rem}.\32xl\:w-8\/12{width:66.666667%}.\32xl\:w-\[23\.5625rem\]{width:23.5625rem}.\32xl\:w-\[35\%\]{width:35%}.\32xl\:w-\[46rem\]{width:46rem}.\32xl\:w-\[88\%\]{width:88%}.\32xl\:max-w-3xl{max-width:48rem}.\32xl\:gap-24{gap:6rem}.\32xl\:gap-\[2\.69rem\]{gap:2.69rem}.\32xl\:gap-\[5rem\]{gap:5rem}.\32xl\:p-6{padding:1.5rem}.\32xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.\32xl\:px-8{padding-left:2rem;padding-right:2rem}.\32xl\:py-16{padding-top:4rem;padding-bottom:4rem}.\32xl\:py-60{padding-top:15rem;padding-bottom:15rem}.\32xl\:text-9xl{font-size:8rem;line-height:1}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.announcement{border-bottom:solid 1px var(--clr-border)}.announcement .container{height:40px}.announcement+header{top:40px}.announcement+header.header-scrolled{top:0}.announcement p,.announcement a{font-size:var(--text-sm)}header{position:fixed;top:0;left:0;width:100%;height:72px;z-index:999;background:transparent;transition:all var(--transition-slow)}header.header-scrolled{background-color:#051e1cd9;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.logo{width:100px;display:flex;align-items:center}.logo img{width:100%;height:auto;transition:opacity var(--transition-base)}.logo:hover img{opacity:.9}.header-wrapper{height:100%;display:flex;justify-content:space-between;align-items:center;margin:0 auto}.header-wrapper ul{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.header-wrapper ul li{display:flex;align-items:center}.header-wrapper .navLink{color:#faf8f5d9;font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;padding:8px 16px;border-radius:var(--radius-sm);position:relative;transition:all var(--transition-base);text-decoration:none}.header-wrapper .navLink:after{content:"";position:absolute;bottom:4px;left:16px;right:16px;height:1.5px;background:var(--clr-accent);transform:scaleX(0);transform-origin:center;transition:transform var(--transition-base)}.header-wrapper .navLink:hover{color:var(--clr-text-on-dark, #FAF8F5)}.header-wrapper .navLink:hover:after{transform:scaleX(1)}.header-wrapper .navLink.active{color:var(--clr-text-on-dark, #FAF8F5)}.header-wrapper .navLink.active:after{transform:scaleX(1)}.header-wrapper .btn,.header-wrapper .button{font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;padding:10px 20px;border-radius:var(--radius-md);background-color:#fff;color:var(--clr-primary);border:none;cursor:pointer;transition:all var(--transition-base)}.header-wrapper .btn:hover,.header-wrapper .button:hover{background-color:var(--bg-sage);transform:translateY(-1px);box-shadow:var(--shadow-md)}.burger-icon{font-size:1.75rem;color:var(--clr-text-on-dark, #FAF8F5);display:none;cursor:pointer;padding:4px;border-radius:var(--radius-sm);transition:all var(--transition-base)}.burger-icon:hover{background-color:#ffffff1a}@media(max-width:1024px){header{height:64px}.header-wrapper ul{display:none}.burger-icon{display:block}.logo{width:90px}}@media(max-width:768px){.logo{width:80px}.burger-icon{font-size:1.5rem}}@media(max-width:650px){.announcement p,.announcement a{font-size:var(--text-xs)}}.hr_gradient{height:1px;width:100%;background:linear-gradient(to right,#ccc0,#cccccc26,#ccc0)}.skip-to-content{position:absolute;top:-40px;left:0;padding:8px 16px;background:var(--clr-accent);color:var(--clr-primary-dark);z-index:1000;transition:top var(--transition-base)}.skip-to-content:focus{top:0}.mobile-modal{display:none}@media(max-width:1024px){.mobile-header-container{margin-right:2rem}.mobile-modal{display:block;position:fixed;top:0;right:0;z-index:99;background-color:var(--bg-primary);transition:transform .5s ease;height:100vh;width:100%}.mobile-nav{height:90px;display:flex;justify-content:flex-end;align-items:center}.hideModal{transition:transform .5s ease;transform:translate(100%)}.showModal{transition:transform .5s ease;transform:translate(0)}.cancel-icon{font-size:2rem}.mobile-list{padding:10px}.mobile-list h4{padding:12px 20px;font-weight:400}}@media(max-width:786px){.mobile-header-container{margin-right:0rem}}.main-footer .p,.main-footer a{font-size:12px}.footer-top{position:relative;z-index:2}.footer-top .footer-img{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}.footer-top .logo{width:150px}.footer-cta-btn.button{width:220px;text-align:center;padding:8px;font-size:18px}.footer-bottom .container{border-top:solid 1px var(--light-green)}.footer-heading{font-size:.75rem;font-weight:600;color:var(--clr-text-on-dark, #FAF8F5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-subheading{font-size:.75rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-link{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .2s ease;display:inline-block}.footer-link:hover{color:#d4a84b}.social-icon{transition:color .2s ease,transform .2s ease}.social-icon:hover{transform:translateY(-2px)}.btn-style{display:flex;align-items:center;outline:none;padding:10px 15px;border-radius:12px;transition:all .6s ease;background-color:transparent}.btn-clr-cream{border:2px solid var(--bg-cream)}.btn-clr-cream h4{color:var(--bg-cream);transition:all .6s ease}.btn-clr-cream:hover{background-color:var(--bg-cream)}.btn-clr-cream:hover h4{color:var(--clr-primary);font-weight:500}.btn-clr-green{border:2px solid var(--bg-primary)}.btn-clr-green #id-svg-arrow{transition:all .3s ease}.btn-clr-green h4{color:var(--clr-primary-dark);transition:all .6s ease}.btn-clr-green:hover{background-color:var(--bg-primary)}.btn-clr-green:hover h4{color:var(--clr-white)}.btn-clr-green:hover #id-svg-arrow{fill:var(--clr-cyan)}.btn-style:hover .arrow-dark{opacity:0}.arrow-wrapper{position:relative;width:26px}.arrow-dark{position:absolute;left:0;top:2px;z-index:1}element{--box-height: 120px;--box-width: 120px}.project-cards{position:relative;min-height:620px;overflow:hidden}.project-cards:hover .arrow{background:var(--bg-white)}.project-cards .arrow{z-index:9999!important;position:absolute;right:0;top:0;display:grid;place-content:center;width:140px;height:140px;background:var(--bg-primarydark);transition:all .4s ease}.project-cards .arrow-dark{z-index:999}.project-cards .varaha-outline{height:100%;width:100%;transition:all .4s ease;background:linear-gradient(to top,var(--bg-primary),var(--bg-primary)),#fff;background-size:200px 70%;background-repeat:no-repeat;background-position:bottom center}.project-cards:hover .varaha-outline{background-size:200px 78%}.project-cards:hover .arrow-dark{z-index:999!important}.project-cards .thumbnail h2{transition:all .3s}.project-cards:hover .thumbnail h2{opacity:0}.project-cards:hover .hovered-content{z-index:99;opacity:1;background:#000c}.project-cards:hover .thumbnail{height:calc(100% - 140px);width:calc(100% - 140px);opacity:.8;z-index:20}.thumbnail{width:100%;height:100%;position:absolute;left:0;bottom:0;transition:all .4s ease;background-position:top center;background-size:cover;background-repeat:no}.hovered-content{position:absolute;left:0;bottom:0;transition:all .4s ease;height:calc(100% - 140px);width:calc(100% - 140px);opacity:0;transition:all .5s ease}.text-stroke{-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:white;-webkit-text-fill-color:transparent}.dashed-lis{font-weight:500;border-style:dashed;padding-left:8%;margin-left:5%}.right-boxes{width:140px}@media(max-width:1440px){.project-cards{position:relative;min-height:500px}.hovered-content{height:calc(100% - 120px);width:calc(100% - 120px)}.project-cards .arrow{width:120px;height:120px}.right-boxes{width:120px}.project-cards:hover .thumbnail{height:calc(100% - 120px);width:calc(100% - 120px)}}@media(max-width:786px){.project-cards{position:relative;min-height:380px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden}.project-cards:hover .thumbnail{height:100%;width:100%}.hovered-content{width:100%}.project-cards:hover .hovered-content{width:100%;height:100%}}@keyframes widen{0%{width:100%;transition-duration:.5s}to{width:80%}}.form-wrap{margin:5% auto;width:60%}input::placeholder{font-family:var(--font-primary);color:var(--clr-white);font-weight:100}textarea::placeholder{font-family:var(--font-primary);color:var(--clr-white);font-weight:100}.input-style{border:1px solid rgba(255,255,255,.2);color:var(--clr-white);font-weight:100;background:transparent}.input-style option{background:transparent}.name-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;row-gap:1rem}.grid-input{margin-top:2rem;display:grid;row-gap:2rem}.textarea{border:1px solid rgba(255,255,255,.2);padding:18px 14px;color:var(--clr-white);font-weight:100}.select-input{font-family:var(--font-primary);color:var(--clr-white);font-weight:100}.select-input option{color:#000}@media(max-width:786px){.form-wrap{margin:5% auto;width:90%}.name-wrap{display:grid;grid-template-columns:1fr}}.banner-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;overflow:hidden;scroll-snap-align:start}.banner-wrapper video,.banner-wrapper img{width:100%;filter:brightness(.6) saturate(1.1)}.banner-text-wrapper:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(180deg,#001512e6,#0a3d3a99 40%,#0a3d3a4d 60%,#001512d9);z-index:0}.banner-wrapper--project .banner-text-wrapper:before{background:linear-gradient(180deg,#00151266,#0a3d3a33 40%,#0a3d3a1a 60%,#00151280)}.banner-wrapper--project video,.banner-wrapper--project img{filter:brightness(.9) saturate(1.1)}.banner-text-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 5%;gap:1.5rem}.banner-text-wrapper *{z-index:99}.hero-announcement{display:inline-flex;align-items:center;gap:12px;padding:8px 20px 8px 8px;background:#d4a84b26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(212,168,75,.4);border-radius:100px;text-decoration:none;animation:fadeInDown .8s ease-out;transition:all .3s ease}.hero-announcement:hover{background:#d4a84b40;border-color:#d4a84b99;transform:translateY(-2px)}.hero-announcement__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#d4a84b4d;border-radius:100px;font-size:.6875rem;font-weight:700;color:#d4a84b;text-transform:uppercase;letter-spacing:.1em}.hero-announcement__dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}.hero-announcement__text{font-family:var(--font-display);font-size:.9375rem;font-weight:500;color:var(--clr-text-on-dark, #FAF8F5)}.hero-announcement__arrow{color:#d4a84b;transition:transform .3s ease}.hero-announcement:hover .hero-announcement__arrow{transform:translate(3px)}@media(max-width:768px){.hero-announcement{flex-direction:column;gap:8px;padding:12px 16px;text-align:center}.hero-announcement__text{font-size:.8125rem}.hero-announcement__arrow{display:none}}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:100px;font-family:var(--font-display);font-size:.875rem;font-weight:500;color:var(--clr-text-on-dark, #FAF8F5);letter-spacing:.02em;animation:fadeInDown .8s ease-out}.hero-badge__dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.8125rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;text-shadow:0 4px 40px rgba(0,0,0,.4);animation:fadeInUp .8s ease-out .2s both}.hero-subheadline{font-family:var(--font-body);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;opacity:.9;animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-cta-group{display:flex;gap:1rem;margin-top:.5rem;animation:fadeInUp .8s ease-out .6s both}.hero-cta{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;font-family:var(--font-display);font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta--primary{background:var(--clr-accent);color:var(--clr-primary-dark);box-shadow:0 4px 20px #d4a84b4d}.hero-cta--primary:hover{background:#fff;color:var(--clr-primary);transform:translateY(-3px);box-shadow:0 8px 32px #0003}.hero-cta--primary svg{transition:transform .3s ease}.hero-cta--primary:hover svg{transform:translate(4px)}.hero-cta--secondary{background:#ffffff1a;color:var(--clr-text-on-dark, #FAF8F5);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta--secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.text-accent{color:var(--clr-accent)!important}.scroll-arrow{position:absolute;bottom:8%;left:0;right:0;margin:0 auto;opacity:.6;transition:opacity var(--transition-base);animation:fadeInUp .8s ease-out .8s both}.scroll-arrow:hover{opacity:1}.arrow-animation{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.cta{color:var(--clr-text-on-dark, #FAF8F5)!important;border-color:#fff6!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;transition:all var(--transition-base);font-weight:500}.cta:hover{color:var(--clr-primary)!important;background:#fff;border-color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 40px #0000004d}.hero-logos{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-top:8rem;animation:fadeInUp .8s ease-out .8s both}.hero-logos__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#d4a84b26;border:1px solid rgba(212,168,75,.4);border-radius:12px;font-size:.8rem;font-weight:600;color:#d4a84b;text-transform:uppercase;letter-spacing:.1em;margin:0}.hero-logos__grid{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.hero-logos__item{display:flex;align-items:center;justify-content:center}.hero-logos__img{height:44px;width:auto;max-width:180px;object-fit:contain;filter:grayscale(100%) brightness(0) invert(1)!important;opacity:.8;transition:opacity .3s ease}.hero-logos__img:hover{opacity:1}.hero-logos__fallback{display:none;color:#faf8f5cc;font-size:.75rem;font-weight:600;letter-spacing:.05em}@media(max-width:768px){.banner-text-wrapper{padding:0 6%;gap:1rem}.hero-badge{padding:8px 16px;font-size:.75rem}.hero-cta-group{flex-direction:column;width:100%;max-width:300px}.hero-cta{justify-content:center;padding:14px 24px;font-size:.9rem}.scroll-arrow{bottom:4%}.hero-logos{margin-top:1.5rem;gap:1rem}.hero-logos__grid{gap:1.25rem}.hero-logos__img{height:32px;max-width:140px}.hero-logos__label{font-size:.55rem;padding:8px 14px}}.bg-element-leaves{background-image:url(/assets/bg-element-leaves-DRe24cnU.svg);background-repeat:no-repeat;background-size:80%;background-position:bottom right}.bg-element-leaves-reverse{background-image:url(/assets/bg-element-leaves-DRe24cnU.svg);background-repeat:no-repeat;background-size:80%;background-position:bottom left}.cardFlex-img-wrapper{background:linear-gradient(272.01deg,#d5fff794 -16.23%,#fff0 105.47%)}@media(max-width:786px){.bg-element-leaves,.bg-element-leaves-reverse{background-image:none}}.banner-sec-wrapper{position:relative;overflow:hidden;scroll-snap-align:start}.banner-sec-wrapper:before{content:"";position:absolute;top:0;left:0;height:60%;width:100%;background-image:linear-gradient(to bottom,var(--bg-primary) 10px,rgba(0,0,0,0))}.banner-sec-wrapper .banner-text-wrapper{position:absolute;top:0;left:0;height:100%;width:100%}@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);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);-webkit-backface-visibility:hidden;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:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.trust-bar{padding:var(--space-6) 0;position:relative;overflow:hidden}.trust-bar--light{background:linear-gradient(180deg,#0a3d3af2,#0a3d3afa);border-bottom:1px solid rgba(255,255,255,.06)}.trust-bar--dark{background:linear-gradient(180deg,#001512fa,#0a3d3af2);border-bottom:1px solid rgba(255,255,255,.08)}.trust-bar__container{display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.trust-bar__label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#ffffff80;text-align:center}.trust-bar__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-10)}.trust-bar__logo-wrapper{display:flex;align-items:center;justify-content:center;transition:transform var(--transition-base)}.trust-bar__logo-wrapper:hover{transform:scale(1.1)}.trust-bar__logo{height:36px;width:auto;max-width:130px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:all var(--transition-slow)}.trust-bar__logo:hover{opacity:1;filter:brightness(0) invert(1)}.trust-bar:before,.trust-bar:after{content:"";position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:2}.trust-bar--dark:before{left:0;background:linear-gradient(90deg,rgba(0,21,18,1) 0%,transparent 100%)}.trust-bar--dark:after{right:0;background:linear-gradient(-90deg,rgba(10,61,58,1) 0%,transparent 100%)}@media(max-width:1024px){.trust-bar__logos{gap:var(--space-8)}.trust-bar__logo{height:30px;max-width:110px}}@media(max-width:768px){.trust-bar{padding:var(--space-5) 0}.trust-bar__container{gap:var(--space-4)}.trust-bar__logos{gap:var(--space-6)}.trust-bar__logo{height:24px;max-width:90px}.trust-bar__label{font-size:10px}.trust-bar:before,.trust-bar:after{width:40px}}.impact-metrics{padding:16rem 0;position:relative;overflow:hidden}.impact-metrics--dark{background:var(--bg-primary-dark)}.impact-metrics--light{background:linear-gradient(180deg,var(--bg-sage) 0%,var(--bg-cream) 100%)}.impact-metrics__container{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box;text-align:center}.impact-metrics__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;text-align:center;letter-spacing:-.03em;margin-bottom:4rem}.impact-metrics--dark .impact-metrics__title{color:#faf8f5}.impact-metrics--light .impact-metrics__title{color:var(--clr-primary)}.impact-metrics__grid{display:flex;justify-content:center;align-items:flex-start;gap:4rem;flex-wrap:nowrap}.impact-metrics__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:0 1 auto}.impact-metrics__value{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:.75rem}.impact-metrics--dark .impact-metrics__value{color:var(--clr-accent, #D4A84B)}.impact-metrics--light .impact-metrics__value{color:var(--clr-primary)}.impact-metrics__label{font-family:var(--font-display);font-size:1rem;font-weight:500}.impact-metrics--dark .impact-metrics__label{color:var(--clr-primary-muted)}.impact-metrics--light .impact-metrics__label{color:var(--clr-text-muted)}@media(max-width:768px){.impact-metrics{padding:4rem 0}.impact-metrics__title{font-size:2rem;margin-bottom:2.5rem}.impact-metrics__grid{flex-direction:column;flex-wrap:wrap;gap:3rem;align-items:center}.impact-metrics__item{width:100%;align-items:center;text-align:center}.impact-metrics__value{font-size:2.5rem;text-align:center}.impact-metrics__label{font-size:.875rem;text-align:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-primary-dark, #0A3D3A);border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;z-index:9999;box-shadow:0 -4px 20px #0000004d}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-content p{color:#ffffffe6;font-size:.875rem;margin:0;flex:1;min-width:280px}.cookie-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn.decline{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3)}.cookie-btn.decline:hover{background:#ffffff1a;color:#fff}.cookie-btn.accept{background:var(--clr-accent, #D4A84B);color:var(--bg-primary-dark, #0A3D3A)}.cookie-btn.accept:hover{background:var(--clr-accent-hover, #c49a3d)}@media(max-width:640px){.cookie-content{flex-direction:column;text-align:center}.cookie-content p{min-width:auto}.cookie-buttons{width:100%;justify-content:center}}
