.mobile-menu-backdrop{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.5);animation:.2s ease-out mobile-backdrop-in;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-menu-panel{background:var(--background-color);z-index:1000;flex-direction:column;width:85%;max-width:400px;animation:.25s ease-out mobile-panel-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.mobile-menu-header{padding:var(--spacing-lg) var(--spacing-md);border-bottom:1px solid var(--border-color);background:var(--background-color);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.mobile-menu-brand{align-items:center;display:flex}.mobile-menu-brand a{align-items:center;gap:var(--spacing-sm);color:var(--text-color);text-decoration:none;display:flex}.mobile-close-button{cursor:pointer;padding:var(--spacing-xs);color:var(--text-color);background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex}.mobile-close-button:hover{transform:rotate(90deg)scale(1.05)}.mobile-close-button svg{width:24px;height:24px}.mobile-menu-content{flex-direction:column;flex:1;height:auto;display:flex;overflow:scroll}.mobile-nav-list{flex:1;margin:0;padding:0;list-style:none}.mobile-nav-item{border-bottom:1px solid var(--border-color)}.mobile-nav-item:hover{background:var(--border-color)}.mobile-nav-link{width:100%;padding:var(--spacing-md) var(--spacing-lg);color:var(--text-color);font-weight:var(--font-weight-semibold);font-size:var(--font-p);text-transform:uppercase;letter-spacing:.5px;text-align:left;cursor:pointer;font-family:var(--font-family);transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;text-decoration:none;display:flex}.mobile-nav-link:hover,.mobile-nav-link--active{color:var(--primary-color)}.mobile-dropdown-toggle{width:75px;padding:var(--spacing-sm) var(--spacing-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-dropdown-toggle .mobile-dropdown-arrow{flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.mobile-dropdown-toggle .mobile-dropdown-arrow--open{transform:rotate(180deg)}.mobile-dropdown-header{align-items:stretch;display:flex}.mobile-dropdown-menu{background:var(--border-color);margin:0;padding:0;list-style:none;overflow:hidden}.mobile-dropdown-item{border-bottom:1px solid rgba(0,0,0,.05)}.mobile-dropdown-item:hover{background:rgba(0,0,0,.05)}.mobile-dropdown-item:last-child{border-bottom:none}.mobile-dropdown-link{width:100%;padding:var(--spacing-sm) var(--spacing-lg);padding-left:var(--spacing-xl);color:var(--text-light);font-size:var(--font-small);font-family:var(--font-family);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;text-decoration:none;display:flex}.mobile-dropdown-link:hover{color:var(--primary-color)}.mobile-dropdown-link--parent{font-weight:var(--font-weight-semibold)}.mobile-dropdown-link--active{color:var(--primary-color);font-weight:var(--font-weight-medium)}.mobile-dropdown-arrow{transition:transform .2s}.mobile-dropdown-arrow--open{transform:rotate(180deg)}.mobile-subdropdown-toggle{width:75px;padding:var(--spacing-sm) var(--spacing-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-subdropdown-header{align-items:stretch;display:flex}.mobile-subdropdown-menu{background:rgba(0,0,0,.03);margin:0;padding:0;list-style:none;overflow:hidden}.mobile-subdropdown-item{border-bottom:1px solid rgba(0,0,0,.06)}.mobile-subdropdown-item:hover{background:rgba(0,0,0,.05)}.mobile-subdropdown-item:last-child{border-bottom:none}.mobile-subdropdown-link{width:100%;padding:var(--spacing-sm) var(--spacing-lg);padding-left:calc(var(--spacing-xl) + var(--spacing-lg));color:var(--text-light);font-size:var(--font-small);font-family:var(--font-family);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;text-decoration:none;display:flex}.mobile-subdropdown-link:hover{color:var(--primary-color)}.mobile-subdropdown-link--parent{font-weight:var(--font-weight-semibold)}.mobile-subdropdown-link--active{color:var(--primary-color);font-weight:var(--font-weight-medium)}.mobile-menu-cta{padding:var(--spacing-lg);border-top:1px solid var(--border-color);background:var(--background-color);flex-shrink:0}.mobile-menu-cta>*{text-align:center;width:100%}.mobile-menu-cta .btn,.mobile-menu-cta button{width:100%}@keyframes mobile-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-panel-in{0%{transform:translate(100%)}to{transform:translate(0)}}
.nav{position:relative}.nav__toggle{cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:0;display:flex;position:relative}@media (min-width:1025px){.nav__toggle{display:none}}.nav__toggle-bar{background-color:var(--text-color);transform-origin:50%;border-radius:2px;width:100%;height:3px;display:block}.nav__menu{margin:0;padding:0;list-style:none;display:none}@media (min-width:1025px){.nav__menu{justify-content:center;align-items:center;gap:var(--spacing-xs);display:flex}}.nav__item{position:relative}.nav__link{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-p);font-weight:var(--font-weight-medium);color:var(--text-color);cursor:pointer;font-family:var(--font-family);transition:var(--transition);background:0 0;border:none;text-decoration:none;display:flex}.nav__link--parent{justify-content:center}.nav__chevron{flex-shrink:0;transition:transform .2s}.nav__chevron--open{transform:rotate(180deg)}.nav__dropdown{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--border-radius);min-width:275px;padding:0;padding:var(--spacing-xs) 0;opacity:0;visibility:hidden;z-index:100;margin:0;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.nav__dropdown.nav__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown-item{position:relative}.nav__dropdown-link{padding:var(--spacing-sm) var(--spacing-lg);font-size:var(--font-p);font-weight:var(--font-weight-normal);color:var(--text-color);transition:var(--transition);text-decoration:none;display:block}.nav__dropdown-link:hover{color:var(--primary-color);background-color:rgba(37,99,235,.04)}.nav__dropdown-link--has-children{justify-content:space-between;align-items:center;gap:var(--spacing-sm);display:flex}.nav__submenu-chevron{flex-shrink:0;transition:transform .2s}.nav__dropdown-item--has-children:hover .nav__submenu-chevron{transform:translate(2px)}.nav__dropdown-item--has-children:has(:focus-visible) .nav__submenu-chevron{transform:translate(2px)}.nav__submenu{padding:var(--spacing-xs) 0;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--border-radius);opacity:0;visibility:hidden;z-index:110;min-width:275px;margin:0;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:-1px;left:calc(100% - 2px);transform:translate(8px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.nav__dropdown-item--has-children:hover>.nav__submenu{opacity:1;visibility:visible;transform:translate(0)}.nav__dropdown-item--has-children:has(:focus-visible)>.nav__submenu{opacity:1;visibility:visible;transform:translate(0)}.nav__submenu-link{padding:var(--spacing-sm) var(--spacing-lg);font-size:var(--font-p);font-weight:var(--font-weight-normal);color:var(--text-color);transition:var(--transition);text-decoration:none;display:block}.nav__submenu-link:hover{color:var(--primary-color);background-color:rgba(37,99,235,.04)}.nav__submenu-link--parent{font-weight:var(--font-weight-semibold);border-bottom:1px solid var(--border-color);margin-bottom:var(--spacing-xs);padding-bottom:var(--spacing-sm)}.nav__submenu-link--active{color:var(--primary-color);font-weight:var(--font-weight-medium)}.nav__dropdown-link--parent{font-weight:var(--font-weight-semibold);border-bottom:1px solid var(--border-color);margin-bottom:var(--spacing-xs);padding-bottom:var(--spacing-sm)}.nav__dropdown-link--active{color:var(--primary-color);font-weight:var(--font-weight-medium)}
.header-module-scss-module__-Zh-5W__header{z-index:1000;width:100%;position:fixed;top:0}.header-module-scss-module__-Zh-5W__header:has(.mobile-menu-backdrop){-webkit-backdrop-filter:none;backdrop-filter:none;position:relative}.header-module-scss-module__-Zh-5W__header__top-bar{background-color:var(--primary-color);color:#fff;letter-spacing:1.5px;text-transform:uppercase;justify-content:center;align-items:center;min-height:30px;font-size:12px;display:flex}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__top-bar{display:none}}.header-module-scss-module__-Zh-5W__header__address{color:#fff;align-items:center;gap:6px;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__address:hover{color:#fff;opacity:.85}.header-module-scss-module__-Zh-5W__header__nav-section{background-color:#fff;align-items:center;min-height:125px;display:flex}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__nav-section{min-height:var(--mobile-nav-height,72px)}}.header-module-scss-module__-Zh-5W__header__container{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;max-width:1800px;margin:0 auto;padding:0 25px;display:flex}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__container{flex-wrap:nowrap}}.header-module-scss-module__-Zh-5W__header__logo{display:none}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__logo{order:1;align-items:center;display:flex}.header-module-scss-module__-Zh-5W__header__logo img{object-fit:contain;width:auto;height:60px}}.header-module-scss-module__-Zh-5W__header__phone{color:#173561;transition:var(--transition);align-items:center;gap:10px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__phone:hover{color:var(--accent-green)}.header-module-scss-module__-Zh-5W__header__phone svg{flex-shrink:0;margin-right:10px}@media screen and (max-width:1880px){.header-module-scss-module__-Zh-5W__header__phone{font-size:1.2vw}}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__phone{display:none}}.header-module-scss-module__-Zh-5W__header__nav{margin-bottom:0;padding:0}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__nav{order:3;margin-left:auto}.header-module-scss-module__-Zh-5W__header__nav .nav__toggle{order:3}}.header-module-scss-module__-Zh-5W__header__nav .nav__submenu{max-height:480px;overflow-y:auto}.header-module-scss-module__-Zh-5W__header__nav .nav__link{align-items:center;gap:var(--spacing-xs);margin:0 var(--spacing-md);cursor:pointer;text-transform:uppercase;letter-spacing:1.15px;background:0 0;border:none;border-top:2px solid transparent;padding:0;line-height:160%;text-decoration:none;transition:all .2s ease-in;display:flex;color:#908d88!important;font-family:Montserrat,sans-serif!important;font-size:18px!important;font-weight:300!important}.header-module-scss-module__-Zh-5W__header__nav .nav__link:hover{background-color:transparent;border-top:2px solid #173561;color:#0b4b40!important}.header-module-scss-module__-Zh-5W__header__nav .nav__link:focus{background-color:transparent;border-top:2px solid #173561;color:#0b4b40!important}.header-module-scss-module__-Zh-5W__header__nav .nav__link--active{border-top:2px solid #173561;color:#0b4b40!important}@media screen and (max-width:1880px){.header-module-scss-module__-Zh-5W__header__nav .nav__link{letter-spacing:0;margin:0 15px;font-size:1.1vw!important}}@media screen and (max-width:1480px){.header-module-scss-module__-Zh-5W__header__nav .nav__link{font-size:1.2vw!important}}@media screen and (min-width:1026px) and (max-width:1200px){.header-module-scss-module__-Zh-5W__header__nav .nav__link{margin:0 9px}}@media screen and (max-width:1025px){.header-module-scss-module__-Zh-5W__header__nav .nav__link{letter-spacing:1.15px;margin:0;line-height:2.3;color:var(--primary-color)!important;font-size:18px!important}}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__cta-wrapper{display:none!important}}.header-module-scss-module__-Zh-5W__header__cta-mobile{background-color:var(--primary-color);color:#fff;letter-spacing:1.15px;text-transform:uppercase;cursor:pointer;width:100%;transition:var(--transition);text-align:center;border:none;border-radius:10px;padding:12px 24px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:300;line-height:160%;display:block}.header-module-scss-module__-Zh-5W__header__cta-mobile:hover{color:#0b4b40;background-color:#eaf1f7}.header-module-scss-module__-Zh-5W__header__cta{background-color:var(--primary-color);color:#fff;letter-spacing:1.15px;text-transform:uppercase;cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:10px;margin:0;padding:.6em 1.5em;font-family:Open Sans,sans-serif;font-size:16px;font-weight:300;line-height:160%}.header-module-scss-module__-Zh-5W__header__cta:hover{color:#0b4b40;background-color:#eaf1f7}@media screen and (max-width:1880px){.header-module-scss-module__-Zh-5W__header__cta{min-width:inherit;letter-spacing:0;padding:5px 10px;font-size:1.3vw}}@media (max-width:1025px){.header-module-scss-module__-Zh-5W__header__cta{display:none!important}}
.footer-module-scss-module__oaoQfa__site-footer{letter-spacing:1.5px;color:var(--primary-color);padding:80px 0 0;font-size:14px}.footer-module-scss-module__oaoQfa__site-footer h3{letter-spacing:1.5px;text-transform:capitalize;color:var(--primary-color);margin-bottom:15px;font-family:Open Sans,sans-serif;font-size:20px;font-weight:400;line-height:130%}@media (max-width:1025px){.footer-module-scss-module__oaoQfa__site-footer{padding-top:45px}}.footer-module-scss-module__oaoQfa__site-footer__container{flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;padding:65px 15px;display:flex}@media (max-width:767px){.footer-module-scss-module__oaoQfa__site-footer__container{padding:30px 15px}}.footer-module-scss-module__oaoQfa__site-footer__col{flex:0 0 33.333%;max-width:33.333%;padding:0 30px}@media (max-width:767px){.footer-module-scss-module__oaoQfa__site-footer__col{max-width:100%;margin-bottom:var(--spacing-lg);text-align:center;flex:0 0 100%}}.footer-module-scss-module__oaoQfa__site-footer__col--center{justify-content:center;align-items:center;display:flex}.footer-module-scss-module__oaoQfa__site-footer__phone{color:var(--primary-color);text-transform:uppercase;margin-bottom:15px;font-size:14px;text-decoration:none;display:block}.footer-module-scss-module__oaoQfa__site-footer__phone:hover{color:var(--accent-green)}.footer-module-scss-module__oaoQfa__site-footer__address{color:var(--primary-color);text-transform:uppercase;margin:0;font-size:14px;line-height:1.5}.footer-module-scss-module__oaoQfa__site-footer__logo{max-width:383px;height:auto}.footer-module-scss-module__oaoQfa__site-footer__social{gap:20px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:767px){.footer-module-scss-module__oaoQfa__site-footer__social{justify-content:center}}.footer-module-scss-module__oaoQfa__site-footer__social li{display:inline-block}.footer-module-scss-module__oaoQfa__site-footer__social a{background:0 0;display:block}.footer-module-scss-module__oaoQfa__site-footer__social a svg{width:48px;height:48px;transition:transform .2s}.footer-module-scss-module__oaoQfa__site-footer__social a:hover svg{transform:scale(1.1)}.footer-module-scss-module__oaoQfa__site-footer__bottom{background-color:var(--primary-color);justify-content:flex-end;align-items:center;min-height:48px;padding:15px;display:flex}@media (max-width:991px){.footer-module-scss-module__oaoQfa__site-footer__bottom{justify-content:center}}.footer-module-scss-module__oaoQfa__site-footer__attribution{text-align:right;color:#fff;letter-spacing:0;text-transform:initial;padding-right:66px;font-size:14px;font-weight:400;line-height:160%}.footer-module-scss-module__oaoQfa__site-footer__attribution a{color:#fff;text-decoration:none}.footer-module-scss-module__oaoQfa__site-footer__attribution a:hover{text-decoration:underline}@media (max-width:767px){.footer-module-scss-module__oaoQfa__site-footer__attribution{text-align:center;padding-right:0}}.footer-module-scss-module__oaoQfa__site-footer__dq-logo{vertical-align:middle;margin-left:4px;display:inline-block}
.home-hero-module-scss-module__wjZhnW__hero{align-items:flex-start;width:100%;max-width:1800px;height:calc(100vh - 155px);min-height:600px;margin:-75px auto 0;display:flex;position:relative;overflow:hidden}@media (max-width:1025px){.home-hero-module-scss-module__wjZhnW__hero{height:745px;min-height:745px;margin-top:-72px}}@media (max-width:607px){.home-hero-module-scss-module__wjZhnW__hero{aspect-ratio:4/5;height:auto;min-height:auto}}.home-hero-module-scss-module__wjZhnW__hero__video{z-index:0;object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.home-hero-module-scss-module__wjZhnW__hero__content{z-index:3;flex-direction:column;align-content:flex-start;max-width:679px;margin-left:137px;padding-top:245px;padding-left:50px;display:flex;position:absolute}@media (max-width:1025px){.home-hero-module-scss-module__wjZhnW__hero__content{justify-content:space-between;max-width:450px;height:100%;margin:0 auto;padding:35px 15px;position:relative}}@media (max-width:607px){.home-hero-module-scss-module__wjZhnW__hero__content{justify-content:space-between;max-width:500px;height:100%;padding:35px 15px}}.home-hero-module-scss-module__wjZhnW__hero__logo{display:block}@media (max-width:1025px){.home-hero-module-scss-module__wjZhnW__hero__logo{display:none}}.home-hero-module-scss-module__wjZhnW__hero__logo-img{width:auto;max-width:100%;height:auto}@media (max-width:607px){.home-hero-module-scss-module__wjZhnW__hero__logo-img{max-height:120px}}.home-hero-module-scss-module__wjZhnW__hero__buttons{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:534px;margin:60px auto 0;display:flex}@media (max-width:1025px){.home-hero-module-scss-module__wjZhnW__hero__buttons{justify-content:center;margin-top:auto;padding-bottom:60px}}@media (max-width:607px){.home-hero-module-scss-module__wjZhnW__hero__buttons{padding-bottom:50px}}.home-hero-module-scss-module__wjZhnW__hero__btn{letter-spacing:1.15px;text-transform:uppercase;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:251px;height:44px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:300;line-height:160%;text-decoration:none;transition:all .2s ease-in;display:flex}.home-hero-module-scss-module__wjZhnW__hero__btn--primary{background-color:var(--primary-color);color:#fff}.home-hero-module-scss-module__wjZhnW__hero__btn--primary:hover{background-color:var(--secondary-color);color:var(--accent-green)}.home-hero-module-scss-module__wjZhnW__hero__btn--secondary{background-color:var(--tertiary-color);color:#fff}.home-hero-module-scss-module__wjZhnW__hero__btn--secondary:hover{background-color:#9a9d9e}.home-hero-module-scss-module__wjZhnW__hero__controls{z-index:8;gap:4px;display:flex;position:absolute;bottom:10px;left:10px}.home-hero-module-scss-module__wjZhnW__hero__controls button{color:#fff;cursor:pointer;background-color:transparent;border:none;justify-content:center;align-items:center;margin:0;padding:5px;display:flex}.home-hero-module-scss-module__wjZhnW__hero__controls button svg{width:40px;height:40px;display:block}.home-hero-module-scss-module__wjZhnW__hero__lightbox{z-index:9999;background-color:rgba(0,0,0,.85);justify-content:center;align-items:center;width:100%;height:100%;animation:.3s home-hero-module-scss-module__wjZhnW__lightboxFadeIn;display:flex;position:fixed;top:0;left:0}.home-hero-module-scss-module__wjZhnW__hero__lightbox-content{width:96%;max-width:1600px;max-height:92vh;position:relative}.home-hero-module-scss-module__wjZhnW__hero__lightbox-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:transform .2s;display:flex;position:absolute;top:-45px;right:0}.home-hero-module-scss-module__wjZhnW__hero__lightbox-close:hover{transform:scale(1.2)}.home-hero-module-scss-module__wjZhnW__hero__lightbox-video{object-fit:contain;border-radius:4px;width:100%;height:auto;max-height:92vh;box-shadow:0 20px 60px rgba(0,0,0,.5)}@keyframes home-hero-module-scss-module__wjZhnW__heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-hero-module-scss-module__wjZhnW__hero__fade-up{opacity:0;animation:.8s ease-out forwards home-hero-module-scss-module__wjZhnW__heroFadeUp}.home-hero-module-scss-module__wjZhnW__hero__fade-up--delay{animation-delay:.3s}@keyframes home-hero-module-scss-module__wjZhnW__lightboxFadeIn{0%{opacity:0}to{opacity:1}}
.home-services-bar-module-scss-module__A3FDDW__services-bar{background-image:url(/images/home/review-pattern.webp);background-size:cover;max-width:1800px;margin:30px auto}.home-services-bar-module-scss-module__A3FDDW__services-bar__container{flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1450px;min-height:180px;margin:0 auto;padding:0 15px;display:flex}@media (max-width:1025px){.home-services-bar-module-scss-module__A3FDDW__services-bar__container{grid-gap:20px;justify-content:center;padding:25px 0;display:grid}}.home-services-bar-module-scss-module__A3FDDW__services-bar__link{flex-wrap:wrap;justify-content:center;align-items:center;margin:0 auto;text-decoration:none;display:flex}.home-services-bar-module-scss-module__A3FDDW__services-bar__link:hover .home-services-bar-module-scss-module__A3FDDW__services-bar__icon{transform:scale(1.05)}@media (max-width:1025px){.home-services-bar-module-scss-module__A3FDDW__services-bar__link{text-align:center;justify-content:center;width:100%}}@media (max-width:607px){.home-services-bar-module-scss-module__A3FDDW__services-bar__link{flex-flow:column;justify-content:center;align-items:center}}.home-services-bar-module-scss-module__A3FDDW__services-bar__icon{margin-right:15px;transition:transform .2s}@media (max-width:607px){.home-services-bar-module-scss-module__A3FDDW__services-bar__icon{margin:0 auto}}.home-services-bar-module-scss-module__A3FDDW__services-bar__label{color:var(--primary-color);font-family:Open Sans,sans-serif;font-weight:var(--font-weight-normal);text-transform:uppercase;letter-spacing:1.5px;margin:0}
.home-showcase-module-scss-module__6m9F6a__showcase{color:var(--text-light);padding:70px 0;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;line-height:2;overflow:hidden}@media (max-width:991px){.home-showcase-module-scss-module__6m9F6a__showcase{padding:40px 0}}.home-showcase-module-scss-module__6m9F6a__showcase__container{align-items:center;gap:15px;max-width:1600px;margin:0 auto 50px;padding:0 15px;display:flex}@media (max-width:607px){.home-showcase-module-scss-module__6m9F6a__showcase__container{gap:10px;padding:0 10px}}.home-showcase-module-scss-module__6m9F6a__showcase__track-wrapper{flex:1;min-width:0;max-width:1300px;margin:0 auto;padding-bottom:10px;overflow:hidden}.home-showcase-module-scss-module__6m9F6a__showcase__track{will-change:transform;gap:20px;display:flex}.home-showcase-module-scss-module__6m9F6a__showcase__arrow{z-index:1;box-shadow:none;cursor:pointer;opacity:1;background-color:transparent;border:none;border-radius:0;flex:none;width:30px;height:30px;padding:0;font-size:0;transition:opacity .2s}.home-showcase-module-scss-module__6m9F6a__showcase__arrow:before{content:"";border-style:solid;border-color:var(--tertiary-color);border-width:6px;border-bottom-color:transparent;border-left-color:transparent;width:30px;height:30px;display:block}.home-showcase-module-scss-module__6m9F6a__showcase__arrow:hover{opacity:.7}@media (max-width:607px){.home-showcase-module-scss-module__6m9F6a__showcase__arrow{display:none}}.home-showcase-module-scss-module__6m9F6a__showcase__arrow--left:before{transform:rotate(-135deg)}.home-showcase-module-scss-module__6m9F6a__showcase__arrow--right:before{transform:rotate(45deg)}.home-showcase-module-scss-module__6m9F6a__showcase__card{color:inherit;flex:none;text-decoration:none;display:block}.home-showcase-module-scss-module__6m9F6a__showcase__card:hover .home-showcase-module-scss-module__6m9F6a__showcase__image{transform:scale(1.02)}.home-showcase-module-scss-module__6m9F6a__showcase__card:hover .home-showcase-module-scss-module__6m9F6a__showcase__link:after{transform:translateY(3px)}.home-showcase-module-scss-module__6m9F6a__showcase__image{background-position:50%;background-size:cover;width:100%;height:409px;margin-bottom:15px;transition:transform .3s}.home-showcase-module-scss-module__6m9F6a__showcase__title{color:var(--primary-color);margin-bottom:0;font-size:37px;font-weight:400}@media (max-width:991px){.home-showcase-module-scss-module__6m9F6a__showcase__title{font-size:28px}}.home-showcase-module-scss-module__6m9F6a__showcase__desc{color:var(--text-light);margin:10px 0}.home-showcase-module-scss-module__6m9F6a__showcase__link{color:var(--text-light);letter-spacing:1.15px;text-transform:uppercase;flex-flow:column;font-family:Open Sans,sans-serif;font-size:16px;font-weight:300;line-height:160%;display:inline-flex;position:relative}.home-showcase-module-scss-module__6m9F6a__showcase__link:after{content:"";border-bottom:2px solid var(--border-color);margin-top:5px;transition:transform .2s;display:block;transform:translateY(0)}.home-showcase-module-scss-module__6m9F6a__showcase__more{justify-content:center;padding:0 15px;display:flex}.home-showcase-module-scss-module__6m9F6a__showcase__more-link{letter-spacing:1.15px;text-transform:uppercase;color:var(--text-light);align-items:center;gap:7px;font-size:16px;font-weight:300;line-height:160%;text-decoration:none;display:flex}.home-showcase-module-scss-module__6m9F6a__showcase__more-link svg{transition:all .2s ease-in;position:relative}.home-showcase-module-scss-module__6m9F6a__showcase__more-link:hover{color:var(--text-light);text-decoration:none}.home-showcase-module-scss-module__6m9F6a__showcase__more-link:hover svg{transform:translate(8px)}
.home-slideshow-module-scss-module__0jXQHW__slideshow{max-width:1240px;margin:0 auto;padding:0 20px}.home-slideshow-module-scss-module__0jXQHW__slideshow__container{width:100%;position:relative;overflow:hidden}.home-slideshow-module-scss-module__0jXQHW__slideshow__slide{animation:.8s home-slideshow-module-scss-module__0jXQHW__slideFadeIn;display:none}.home-slideshow-module-scss-module__0jXQHW__slideshow__slide--active{display:block}.home-slideshow-module-scss-module__0jXQHW__slideshow__image{object-fit:cover;width:100%;height:auto;display:block}.home-slideshow-module-scss-module__0jXQHW__slideshow__dots{z-index:2;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:25px;left:25px}.home-slideshow-module-scss-module__0jXQHW__slideshow__dot{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:16px;height:16px;transition:background .2s}.home-slideshow-module-scss-module__0jXQHW__slideshow__dot--active{background:#fff}.home-slideshow-module-scss-module__0jXQHW__slideshow__dot--play{border:none;border-radius:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.home-slideshow-module-scss-module__0jXQHW__slideshow__dot--play svg{width:16px;height:16px}@keyframes home-slideshow-module-scss-module__0jXQHW__slideFadeIn{0%{opacity:0}to{opacity:1}}
.home-why-choose-module-scss-module__AYOSNa__why-choose{overflow:hidden}.home-why-choose-module-scss-module__AYOSNa__why-choose__content{text-align:center;max-width:1120px;color:var(--text-light);margin:0 auto;padding:55px 15px}.home-why-choose-module-scss-module__AYOSNa__why-choose__text{margin-bottom:var(--spacing-xl)}.home-why-choose-module-scss-module__AYOSNa__why-choose__text h2{color:var(--text-light);margin-bottom:25px}.home-why-choose-module-scss-module__AYOSNa__why-choose__text p{color:var(--text-light);line-height:2}.home-why-choose-module-scss-module__AYOSNa__why-choose__features{flex-wrap:wrap;justify-content:space-between;padding-top:65px;display:flex}@media (max-width:768px){.home-why-choose-module-scss-module__AYOSNa__why-choose__features{justify-content:center;gap:20px}}.home-why-choose-module-scss-module__AYOSNa__why-choose__feature{color:var(--text-light);align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;display:flex}@media (max-width:768px){.home-why-choose-module-scss-module__AYOSNa__why-choose__feature{text-align:center;flex:0 0 100%;justify-content:center}}@media (max-width:607px){.home-why-choose-module-scss-module__AYOSNa__why-choose__feature{text-align:center;justify-items:center;display:grid}}
