.header{position:sticky;top:0;width:100vw;height:100px;z-index:999;background-color:#fff}.header .wrapper{display:flex;justify-content:center;padding:0;height:100%}.header .wrapper .navbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:100%}@media only screen and (max-width:1024px){.header .wrapper .navbar{width:90%}}.header .wrapper .navbar .flex-row{align-items:center}.header .wrapper .navbar .logo-container{width:261px;height:auto}.header .wrapper .navbar .logo-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.header .wrapper .navbar .logo-container.hide{display:none}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container.hide{display:flex}}.header .wrapper .navbar .list-item{padding:0 35px}.header .wrapper .navbar .list-item a.nav-link{text-transform:uppercase;cursor:pointer;padding-bottom:15px;border-bottom:0 solid #23a44c;transition:border-bottom .2s ease-in-out}@media only screen and (max-width:1024px){.header .wrapper .navbar .list-item a.nav-link{padding-bottom:0}}.header .wrapper .navbar .list-item a.nav-link.active,.header .wrapper .navbar .list-item a.nav-link:hover{border-bottom:4px solid #23a44c}.header .wrapper .navbar .list-item a.nav-link.active{font-weight:600}.header .wrapper .menu-toggle{display:none;flex-direction:column;cursor:pointer}.header .wrapper .menu-toggle .bar{width:25px;height:3px;background-color:#333;margin:3px 0}@media screen and (max-width:1024px){.header .wrapper .menu-toggle{display:flex}.header .wrapper ul.flex-row{display:none;flex-direction:column;position:absolute;left:0;background-color:#fff;width:100%;height:100vw;top:100px;padding:10px;border:1px solid #ccc;z-index:1}.header .wrapper ul.flex-row.open{display:flex}.header .wrapper ul.flex-row .list-item{margin:10px 0}}.header .wrapper .buttons-container{display:flex;flex-direction:row;align-items:center}.header .wrapper .buttons-container .booking-dropdown{position:relative;display:inline-block}.header .wrapper .buttons-container .booking-dropdown:hover .dropdown-content{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);min-width:144px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000;border-radius:20px;border:3px solid #111311;margin:-7px 7px 7px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content:hover{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a{display:block;padding:12px 16px;text-decoration:none;color:#fff;transition:background-color .2s ease;white-space:nowrap;text-transform:uppercase;font-size:15px;border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:17px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:40px;border-radius:20px;position:relative;width:90%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:modalFadeIn .3s ease-out}.modal-content h2{text-align:center;margin-bottom:30px;color:#111311;font-size:28px}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#111311;padding:5px;line-height:1;transition:color .2s ease}.close-button:hover{color:#23a44c}.location-buttons{display:flex;flex-direction:column;gap:15px}.location-buttons .location-button{display:block;padding:15px 20px;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;text-decoration:none;text-align:center;border-radius:20px;border:3px solid #111311;font-size:18px;text-transform:uppercase;transition:all .2s ease}.location-buttons .location-button:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.modal-content{padding:30px 20px}.modal-content h2{font-size:24px}.location-buttons .location-button{font-size:16px;padding:12px 15px}}.footer{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff}.footer .footer-container{padding:70px;display:flex;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container{flex-direction:column}}.footer .footer-container .footer-links{display:flex;flex:0 1 50%;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container .footer-links{flex-direction:column}}.footer .footer-container .footer-links .col{display:flex;flex-direction:column}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col{margin-bottom:25px;align-items:center}}.footer .footer-container .footer-links .col h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col h4{margin-bottom:10px}.footer .footer-container .footer-links .col ul{text-align:center}}.footer .footer-container .footer-links .col li a{font-size:12.487px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.312px}.footer .footer-container .footer-links .col li a:hover{text-decoration:underline}.footer .footer-container .social-links{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width:768px){.footer .footer-container .social-links{align-items:center}}.footer .footer-container .social-links h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .social-links h4{margin-bottom:10px}}.footer .footer-container .social-links .link{padding:10px 0}.footer .footer-container .social-links .socials-container{margin-top:25px}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:768px){.footer .footer-bottom{text-align:center}}.footer .footer-bottom .disclaimer{display:flex;width:100vw;justify-content:center;border-bottom:1px solid #ccc;padding:15px}.footer .footer-bottom .copyright{display:flex;padding:15px 0 50px;align-items:center}.footer .footer-bottom .copyright img{margin-right:10px}.testimonial-slider{margin:20px}.testimonial-slider swiper-slide{text-align:left;padding:20px;background:linear-gradient(180deg,rgba(17,19,17,.9),#111311);box-shadow:0 4px 13px 0 rgba(0,0,0,.25);border-radius:5px;max-width:532px;height:auto;margin:0 20px}@media only screen and (max-width:768px){.testimonial-slider swiper-slide{margin:2px}}.testimonial-slider .testimonial-text{display:flex;flex-direction:column;justify-content:space-between;height:100%;font-size:25px;margin-bottom:10px;color:#fff;text-transform:uppercase}@media only screen and (max-width:1024px){.testimonial-slider .testimonial-text{font-size:20px}}.testimonial-slider .testimonial-date{font-size:25px;color:green;text-transform:uppercase}.testimonial-slider swiper-container::part(container){padding:50px 0!important}.testimonial-slider swiper-container::part(pagination){position:relative;top:-325px;height:20px}.testimonial-slider swiper-container::part(bullet){width:19.8113px;height:7.78302px;margin:0 5px;background-color:#d7d7d7;border-radius:30%;opacity:1;cursor:pointer;transition:background-color .3s ease-in-out}.testimonial-slider swiper-container::part(bullet-active){width:19.8113px;height:7.78302px;margin:0 5px;border-radius:30%;background-color:#23a44c;opacity:1}.testimonial-slider swiper-container::part(button-next),.testimonial-slider swiper-container::part(button-prev){background-color:#23a44c;color:#fff;padding:5px}.testimonial-slider swiper-container::part(button-next):hover,.testimonial-slider swiper-container::part(button-prev):hover{background-color:#fff;color:#23a44c}@media only screen and (max-width:768px){.testimonial-slider swiper-container::part(button-next),.testimonial-slider swiper-container::part(button-prev){display:none}}.map-container{width:100vw;height:160vh;position:relative}@media(max-width:768px){.map-container{height:80vh}}.map-container>div{width:100%!important;height:100%!important}.homepage{position:relative}.homepage-hero{margin-bottom:40px;overflow-x:hidden}@media only screen and (max-width:1024px){.homepage-hero{background-color:#f8f8f8}}.homepage-hero .logo-container{width:50%;height:auto}@media only screen and (max-width:768px){.homepage-hero .logo-container{display:none}}.homepage-hero .logo-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.homepage-hero .hero-text{position:relative;display:flex;flex-direction:row;align-items:flex-end;z-index:1;transition:all .5s ease-in-out}@media only screen and (max-width:1300px){.homepage-hero .hero-text{top:0}}@media only screen and (max-width:1024px){.homepage-hero .hero-text{flex-direction:column;top:0}}@media only screen and (max-width:768px){.homepage-hero .hero-text{margin-top:40px}}.homepage-hero .hero-text:after{content:"";display:block;position:absolute;width:200vw;height:450px;background-color:#f8f8f8;left:-500px;z-index:-1;transition:all .5s ease-in-out}@media only screen and (max-width:1024px){.homepage-hero .hero-text:after{display:none}}.homepage-hero .hero-text .left-side{display:flex;flex-direction:column;align-items:flex-start;flex:0 1 50%;margin-bottom:50px}.homepage-hero .hero-text .left-side .left-border{position:relative;margin-bottom:32px}.homepage-hero .hero-text .left-side .left-border:after{content:"";display:block;position:absolute;height:100%;width:4px;background-color:#23a44c;left:-40px;top:0}.homepage-hero .hero-text .left-side .description{font-size:20px;font-weight:400;margin-top:6px}.homepage-hero .hero-text .left-side .superscript{font-size:20px;font-weight:600;margin-bottom:20px}.homepage-hero .hero-text .left-side .superscript .green{color:#23a44c}.homepage-hero .hero-text .left-side .button.dark{border-radius:17.3px}.homepage-hero .hero-text .right-side{flex:0 1 50%}.homepage-hero .hero-text .right-side .image-container{position:relative;width:100%;height:auto}.homepage-hero .hero-text .right-side .dr-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}@media only screen and (max-width:1024px){.homepage-hero .hero-text .right-side{display:none}}.homepage .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 180px;margin-bottom:50px}@media only screen and (max-width:1024px){.homepage .text-container{padding:0}}.homepage .text-container .description{font-weight:400;padding:0 60px}@media only screen and (max-width:768px){.homepage .text-container .description{padding:0}}.homepage .as-seen-on .header-wrapper{display:flex;align-items:center;justify-content:center;gap:20px}@media only screen and (max-width:768px){.homepage .as-seen-on .header-wrapper{flex-direction:column;gap:0}}.homepage .as-seen-on .gmt-logo{width:272px;height:134px}.homepage .as-seen-on iframe{margin:0 auto;aspect-ratio:16/9;width:100%}.homepage .testimonials .wrapper{display:flex;justify-content:center}@media only screen and (max-width:768px){.homepage .testimonials .wrapper{text-align:center}}.homepage .testimonials .wrapper h2{padding:30px 0}.homepage .map{position:relative;min-height:850px;background-color:#d7d7d7}@media only screen and (max-width:768px){.homepage .map{height:auto}}.homepage .map .locations{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:48px 0 48px 68px;width:50%;max-width:800px;height:100%;z-index:2}@media only screen and (max-width:1024px){.homepage .map .locations{width:auto;max-width:75%}}@media only screen and (max-width:768px){.homepage .map .locations{padding:48px 10px;position:relative;max-width:unset}}.homepage .map .locations .location{display:flex;flex-direction:column;align-items:flex-start;width:100%;background:rgba(35,164,76,.8);padding:32px}.homepage .map .locations .location:first-of-type{margin-bottom:10px}.homepage .map .locations .location:last-of-type{margin-top:10px}.homepage .map .locations .location h2{color:#fff;padding-bottom:8px}@media only screen and (max-width:1300px){.homepage .map .locations .location{flex-direction:row;gap:20px}}@media only screen and (max-width:768px){.homepage .map .locations .location{flex-direction:column}}.homepage .map .locations .location p{font-size:22px;font-weight:500;text-transform:uppercase;padding-bottom:30px}.homepage .map .locations .location .cta-block{display:flex;flex-wrap:nowrap}@media only screen and (max-width:1300px){.homepage .map .locations .location .cta-block{flex-direction:column}}.homepage .map .locations .location .button{font-size:20px;flex:0 1 50%;display:flex;align-items:center}.homepage .map .locations .location .button .icon{padding-right:16px}@import"https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;600&display=swap";/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-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:rgba(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:rgba(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}}.absolute{position:absolute}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.list-item{display:list-item}.hidden{display:none}.max-w-4xl{max-width:56rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.list-disc{list-style-type:disc}.flex-row{flex-direction:row}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-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))}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-6{padding-left:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.font-spline{font-family:Spline Sans,system-ui,arial,sans-serif}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media(prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:#000;background:#fff;overflow-x:hidden}.section{position:relative;margin:40px 0}.wrapper{margin:0 auto;max-width:1440px;padding:0 75px}@media only screen and (max-width:1024px){.wrapper{padding:0 50px}}@media only screen and (max-width:768px){.wrapper{padding:0 20px}}.flex-col,.flex-row{display:flex}.flex-col{flex-direction:column}.button,a.button{display:flex;align-items:center;justify-content:center;min-width:140px;text-transform:uppercase;padding:10px 30px;margin:7px;font-size:15px;line-height:normal;border-radius:20px}.button.light,a.button.light{background:#fff;border:3px solid #111311}.button.light:hover,a.button.light:hover{color:#fff;background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border:3px solid #23a44c}.button.dark,a.button.dark{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);border:3px solid #111311;color:#fff}.button.dark:hover,a.button.dark:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border:3px solid #23a44c}.h2,h2{font-size:40px;font-weight:700;line-height:normal}@media only screen and (max-width:1024px){.h2,h2{font-size:30px}}.uppercase{text-transform:uppercase}.h3,h3{font-size:30px;font-weight:700;line-height:normal}@media only screen and (max-width:1024px){.h3,h3{font-size:24px}}.super-header{font-size:18px;font-weight:400;color:#23a44c}@media only screen and (max-width:1024px){.super-header{font-size:16}}.bottom-banner{margin:40px 0 0}.bottom-banner .cta-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:75px 0;margin:0 auto}.socials-container{display:flex}.socials-container a{margin:10px;cursor:pointer}.socials-container a:hover svg path:first-of-type,.socials-container a:hover:first-of-type svg path{fill:#23a44c}.praise-ribbon{background-color:#f8f8f8;width:100vw}.praise-ribbon .wrapper{display:flex;justify-content:center}.praise-ribbon .praise-items{display:flex}@media only screen and (max-width:768px){.praise-ribbon .praise-items{flex-direction:column}}.praise-ribbon .praise-items .item{display:flex;flex-direction:column;text-align:center;text-transform:uppercase;flex:0 1 auto;padding:50px;margin:0 45px}@media only screen and (max-width:1024px){.praise-ribbon .praise-items .item{padding:40px 0}}.praise-ribbon .praise-items .item .bold{font-weight:700}.hover\:underline:hover{text-decoration-line:underline}.carousel{--slides-per-page:4;display:flex;height:400px;width:100%}.carousel_wrapper{width:100%}.carousel_card,.carousel_wrapper{display:flex;position:relative;height:100%}.carousel_card{flex:1 0 calc(100% / var(--slides-per-page));width:calc(100% / var(--slides-per-page));overflow:hidden;border-radius:20px;box-shadow:0 0 11px 3px rgba(0,0,0,.15);pointer-events:none;transform:scale(.8);transition:.5s ease-in-out}.carousel_card-active{opacity:1;transform:scale(1);pointer-events:visible}.card_image{width:100%;-o-object-fit:cover;object-fit:cover}.card_overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;padding:40px 30px;align-items:flex-end}.card_title{color:#fff;font-size:30px}.carousel_arrow_left,.carousel_arrow_right{position:absolute;font-size:40px;top:50%;transform:translateY(-50%);background-color:#dcdcdc;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;padding-bottom:7px;cursor:pointer}.carousel_arrow_left{left:15px}.carousel_arrow_right{right:15px}.carousel_pagination{position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.pagination_dot{height:10px;width:10px;background-color:#f5f5f5;border-radius:50%;display:inline-block;margin-left:10px;cursor:pointer}.pagination_dot:hover{transform:scale(1.2)}.pagination_dot-active{background-color:#4682b4}.treatment-slider{text-align:center;margin:20px}.treatment-slider swiper-container:active{cursor:grabbing}.treatment-slider #shadow-root .swiper{padding:50px 0!important}.treatment-slider swiper-slide{height:310px;margin:0 10px;overflow:hidden}@media only screen and (max-width:768px){.treatment-slider swiper-slide{margin:0}}.treatment-slider swiper-slide .slide-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.treatment-slider swiper-slide .overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8.5196609497px);backdrop-filter:blur(8.5196609497px);color:#fff;height:20%;transition:height .5s ease-in-out}.treatment-slider swiper-slide .overlay .overlay-content{padding:10px;display:flex;flex-direction:column;height:100%;align-items:flex-start;justify-content:space-between;text-align:left}.treatment-slider swiper-slide .overlay .overlay-content h2{font-size:22px;text-transform:uppercase;margin-bottom:10px}.treatment-slider swiper-slide .overlay .overlay-content .fade-description{display:flex;flex-direction:column;align-items:flex-start;font-size:20px;font-weight:400;opacity:0;transition:opacity .5s ease-in-out;text-shadow:0 1px 5px 0 rgba(69,69,69,.22)}.treatment-slider swiper-slide .overlay .overlay-content .button.dark{opacity:0;transition-delay:.5s;transition-property:opacity;transition-duration:.5s;transition-timing-function:linear}.treatment-slider swiper-slide:hover .overlay{height:100%}.treatment-slider swiper-slide:hover .overlay .overlay-content .button,.treatment-slider swiper-slide:hover .overlay .overlay-content .fade-description{opacity:1}.treatment-slider swiper-container::part(container){padding:50px 0!important}.treatment-slider swiper-container::part(pagination){position:relative;top:-360px;height:20px}.treatment-slider swiper-container::part(bullet){width:19.8113px;height:7.78302px;margin:0 5px;background-color:#d7d7d7;border-radius:30%;opacity:1;cursor:pointer;transition:background-color .3s ease-in-out}.treatment-slider swiper-container::part(bullet-active){width:19.8113px;height:7.78302px;margin:0 5px;border-radius:30%;background-color:#23a44c;opacity:1}.treatment-slider swiper-container::part(button-next),.treatment-slider swiper-container::part(button-prev){background-color:#23a44c;color:#fff;padding:5px}.treatment-slider swiper-container::part(button-next):hover,.treatment-slider swiper-container::part(button-prev):hover{background-color:#fff;color:#23a44c}@media only screen and (max-width:768px){.treatment-slider swiper-container::part(button-next),.treatment-slider swiper-container::part(button-prev){display:none}}