.header{padding:10px 0;position:sticky;top:0;left:0;background-color:var(--white-c);z-index:100;box-shadow:0 2px 5px #d4d4d4}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo a{display:inline-block}.header-nav{flex:1;max-width:730px;width:100%;padding:0 40px}.header-nav__list{display:flex;justify-content:space-between}.header-nav__list-item{position:relative}.header-nav__list-item:after{content:"";height:1px;width:0;background-color:var(--green-c);position:absolute;bottom:-2px;right:0;transition:.5s}.header-nav__list-item:hover:after{width:100%;left:0;transition:.5s}.header-nav__list-link{text-transform:capitalize;font-size:var(--text-lg);font-weight:300;color:var(--black-c);position:relative}.header-nav__list-link:hover,.header-nav__list-link.active{color:var(--green-c)}.header__right{display:flex}.header__lang{position:relative}.header__lang-btn{width:65px;display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid var(--black-c);border-radius:50px;color:var(--black-c)}.header__lang-btn span{text-transform:capitalize;font-size:var(--text-lg);font-weight:500;letter-spacing:-.03em}.header__lang-list{width:100%;position:absolute;top:100%;right:0;border-radius:5px;background-color:var(--white-c);box-shadow:0 0 10px #18274b1f,0 8px 16px -6px #18274b14;z-index:2}.header__lang-list__item{text-transform:capitalize;padding:8px 15px;cursor:pointer}.header__lang-list__item:hover{color:var(--green-c)}.header .down-arrow{display:block;padding-top:4px;font-size:var(--text-2xl)}@media screen and (max-width: 768px){.header-nav{display:none}.header__right{column-gap:25px}.header__lang-btn{width:60px;padding:3px}.header__lang-btn span{font-size:var(--text-base)}.header__lang-btn svg{font-size:22px!important;padding-top:2px!important}}.header .hamburger{display:none;align-items:center;padding:10px 5px;position:relative;z-index:15}.header .hamburger-line{width:20px;height:2px;background-color:var(--black-c);border-radius:10px;position:relative;transition:.5s ease-in-out}.header .hamburger-line:after,.header .hamburger-line:before{content:"";width:150%;height:inherit;position:absolute;left:50%;transform:translate(-50%);background-color:var(--black-c);border-radius:inherit;transition:.5s ease-in-out}.header .hamburger-line:after{top:-8px}.header .hamburger-line:before{bottom:-8px}.header .hamburger.active .hamburger-line{transform:translate(-30px);background-color:transparent}.header .hamburger.active .hamburger-line:after{transform:rotate(45deg) translate(15px,-4px)}.header .hamburger.active .hamburger-line:before{transform:rotate(-45deg) translate(15px,4px)}@media screen and (max-width: 768px){.header .hamburger{display:flex}}.header .mobile-nav{width:100%;height:100vh;display:flex;visibility:hidden;opacity:0;justify-content:center;position:fixed;top:0;left:50%;transform:translate(-50%);z-index:10}.header .mobile-nav.active{visibility:visible;opacity:1}.header .mobile-nav__wrapper{width:95%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--white-c);padding:20px 0;position:relative;z-index:2}.header .mobile-nav__list{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:50px}.header .mobile-nav__list-link{text-transform:capitalize;font-size:var(--text-2xl);font-weight:500;line-height:20px;color:var(--black-c)}.header .mobile-nav__list-link.active{color:var(--green-c)}.header .mobile-nav .overlay{width:100%;height:100%;backdrop-filter:blur(10px);position:absolute;top:0;left:0}.footer{border-top:1px solid rgba(191,216,191,.49)}.footer-inner{display:flex}.footer__logo,.footer__middle,.footer__right{flex:1;padding:46px 0 36px}.footer__logo img{width:255px;height:170px}.footer__middle{display:flex;justify-content:space-between;align-items:flex-start;column-gap:60px;padding:46px 40px 36px;margin:0 50px;border-left:1px solid rgba(191,216,191,.49);border-right:1px solid rgba(191,216,191,.49)}.footer__list-title{text-transform:capitalize;display:inline-block;font-weight:700;font-size:var(--text-base);line-height:20px;color:var(--black-c);margin-bottom:15px}.footer__list-item{text-transform:capitalize;font-size:14px;line-height:225%;color:var(--black-c)}.footer__copyright{text-align:center;padding:25px;font-size:var(--text-lg);line-height:125%;color:var(--black-c);border-top:1px solid rgba(191,216,191,.49)}.footer__copyright a{color:inherit;text-decoration:underline;text-underline-offset:2px}.footer__copyright a:hover{color:var(--green-c)}@media screen and (max-width: 1080px){.footer__logo,.footer__middle,.footer__right{padding:36px 0 26px}.footer__middle{margin:0 35px 0 25px;padding:36px 30px 26px}}@media screen and (max-width: 768px){.footer-inner{display:grid;justify-content:space-around;align-items:center;grid-template-areas:"logo right" "middle middle";position:relative}.footer-inner:after{content:"";position:absolute;top:0;border:1px solid rgba(191,216,191,.49);height:100%;left:46%;transform:translate(-50%)}.footer__logo img{max-width:90px;width:100%;height:62px}.footer__middle{order:3;border:0;padding:0 0 10px;margin:0;gap:0;grid-area:middle;justify-content:space-between}.footer__logo{grid-area:logo}.footer__right{grid-area:right}.footer__logo,.footer__right{padding:15px 0 40px}.footer__list-title{margin-bottom:10px}.footer__contact-wrapper{padding-left:20px}.footer__copyright{padding:20px}}@media screen and (max-width: 420px){.footer .footer-inner:after{left:42%}}.footer .footer__contact a{white-space:nowrap;display:flex;align-items:center;color:inherit}.footer .footer__contact a:hover{color:var(--green-c);fill:green}.footer .footer__contact a:hover svg{fill:var(--green-c)}.footer .footer__contact a svg{margin-right:8px;color:var(--green-c)}.footer__nav-link{color:inherit}.footer__nav-link:hover{color:var(--green-c)}.footer .footer__right__socials-list{display:flex;gap:10px}.footer .footer__right__socials-link{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--black-c);color:var(--white-c);font-size:var(--text-xl);transition:0s}.footer .footer__right__socials-link:hover{color:#90e018;transition:color 0s}.about-top{display:flex;gap:20px 38px}.about-heading{max-width:475px}.about-heading__sub-title{margin-bottom:9px}.about-top__text{flex:1;display:flex;align-items:flex-end}.about-top__text>p{font-size:17px;font-weight:300;line-height:28px;color:var(--black-c)}.about .sub-title{text-transform:uppercase}.about-body{margin-top:120px;position:relative}.about-body__img img{width:53%;height:550px;object-fit:cover}.about-body__content{max-width:680px;padding:73px 70px 111px 55px;background-color:var(--white-c);box-shadow:0 4px 4px #00000040;position:absolute;top:-46px;right:0}.about-body__content-sub-title{margin-bottom:9px}.about-body__content-title{margin-bottom:15px}.about-body__content-text{font-size:17px;font-weight:300;line-height:28px;color:var(--black-c);margin-bottom:35px}.about-body__content-link{max-width:167px;width:100%;display:inline-block;border-radius:20px;text-align:center;text-transform:capitalize;background-color:var(--green-c);padding:12px 10px;font-size:var(--text-lg);font-weight:500;color:var(--white-c)}@media screen and (max-width: 1080px){.about-top{flex-direction:column}.about-body__img img{width:605px;height:525px}.about-body__content{max-width:600px}}@media screen and (max-width: 768px){.about{padding-top:30px}.about-heading{max-width:330px}.about-heading__sub-title{text-transform:uppercase;margin-bottom:9px}.about-top__text>p{font-size:var(--text-base)}.about .sub-title{text-transform:capitalize;font-size:30px;font-weight:500;line-height:100%}.about .title{font-size:25px;font-weight:400;line-height:125%}.about-body{display:none}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{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{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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{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{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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.hero{position:relative}.hero .container{position:absolute;top:150px;left:50%;transform:translate(-50%);z-index:1}.hero__swiper-img{width:100%;height:600px;object-fit:cover}.hero-content{max-width:475px}.hero__sub-title{font-size:17px;line-height:28px;color:var(--black-c);margin-bottom:9px}.hero-title{font-family:var(--ff-secondary);font-size:var(--text-title);font-weight:400;line-height:50px;color:var(--black-c);margin-bottom:9px}.hero__link-shop{max-width:170px;width:100%;display:inline-block;text-align:center;padding:11px;background-color:var(--green-c);border-radius:20px;color:var(--white-c);font-size:var(--text-lg);font-weight:500}@media screen and (max-width: 1024px){.hero .container{top:120px}.hero__swiper-img{height:500px}}@media screen and (max-width: 768px){.hero .container{top:60px}.hero__swiper-img{height:360px}.hero-content{max-width:300px}.hero__sub-title{font-size:var(--text-base);text-shadow:0px 0px 10px rgb(166,158,158)}.hero-title{font-size:30px;line-height:125%;margin-bottom:18px;text-shadow:0px 0px 10px rgb(166,158,158)}.hero__link-shop{max-width:122px;padding:8px;font-size:var(--text-base);white-space:nowrap}}.flower-label{max-width:240px;width:100%;padding:6px 0;text-align:center;color:var(--black-c);background-color:var(--white-c);position:absolute;left:50%;bottom:11px;transform:translate(-50%)}.flower-label__title{display:block;font-size:22px;font-weight:600;line-height:26px;color:inherit}.flower-label__span{font-size:17px;font-weight:300;color:inherit}.advantage__card{max-width:258px;display:flex;column-gap:25px}.advantage__card-img{display:flex;align-items:center;justify-content:center}.advantage__card-content{flex:1;display:flex;flex-direction:column}.advantage__card-title{display:inline-block;font-size:var(--text-xl);font-weight:600;line-height:26px;color:var(--black-c);margin-bottom:5px}.advantage__card-text{font-size:15px;font-weight:300;left:28px}.sub-hero{padding:30px 0 115px}.sub-hero__advantages__wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:25px 10px}.sub-hero__images-wrapper{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:10px;margin-top:65px}.sub-hero__img-wrap{width:255px;height:245px;overflow:hidden;position:relative}.sub-hero__img-wrap img{height:100%;object-fit:cover}@media screen and (max-width: 1080px){.sub-hero__advantages__wrapper{grid-template-columns:repeat(2,300px);grid-template-rows:repeat(2,1fr);justify-content:space-evenly}.sub-hero__images-wrapper{grid-template-columns:repeat(2,255px);justify-content:space-evenly;gap:30px 10px;margin-top:45px}}@media screen and (max-width: 768px){.sub-hero{display:none}}.aromas{padding:50px 0 85px;text-align:center}.aromas-heading{display:flex;flex-direction:column;margin-bottom:55px}.aromas-heading__sub-title{text-transform:uppercase;margin-bottom:9px}.aromas__list{display:flex;flex-wrap:wrap;justify-content:center;gap:80px 20px}.aromas__list-item{position:relative}@media screen and (max-width: 768px){.aromas .title{font-size:30px}.aromas-heading{margin-bottom:50px;flex-direction:column-reverse}.aromas-heading__sub-title{text-transform:capitalize;margin-bottom:0}.aromas__list{gap:22px 15px}}@media screen and (max-width: 526px){.aromas{padding:35px 0;text-align:start}.aromas__list-item{width:100%;max-height:440px;padding:10px 10px 15px;background:var(--white-c);box-shadow:0 4px 10px #0000000d;overflow:hidden}.aromas__img{width:100%;height:100%;object-fit:cover}.aromas .flower-label{max-width:210px;bottom:30px}.aromas .flower-label__title{font-size:14px;line-height:18px}.aromas .flower-label__span{font-size:10px}}.ads-contact{padding:115px 0 160px;background-repeat:no-repeat;background-size:cover;background-position:center}.ads-contact__content{max-width:500px}.ads-contact__subtitle{text-transform:uppercase;font-size:22px;font-weight:600;line-height:28px;color:var(--black-c);margin-bottom:9px}.ads-contact__title{color:var(--white-c)!important;text-shadow:0px 0px 10px gray;margin-bottom:45px}.ads-contact__link{max-width:170px;width:100%;display:inline-block;text-align:center;text-transform:capitalize;padding:12px 10px;border-radius:20px;background-color:var(--white-c);color:var(--green-c);font-size:var(--text-lg);font-weight:500;transition:.5s}.ads-contact__link:hover{background-color:var(--green-c);color:var(--white-c);transition:.5s}@media screen and (max-width: 768px){.ads-contact{padding:130px 0 150px}.ads-contact__subtitle{text-shadow:0 0 10px white;font-size:var(--text-base)}.ads-contact__title{font-family:var(--ff-primary)!important;font-size:30px;font-weight:600!important;line-height:125%;margin-bottom:28px}.ads-contact__link{max-width:125px}}.ads-insta{padding:55px 0 105px}.ads-insta__hr{border:2px solid rgba(191,216,191,.49);margin-bottom:80px}.ads-insta__imgs-list{display:grid;grid-template-columns:repeat(4,255px);flex-wrap:wrap;justify-content:space-between;gap:30px 5px}.ads-insta__imgs-list-item{max-width:260px;width:100%;height:325px;overflow:hidden;position:relative}.ads-insta .insta-label{width:140px;text-align:center;padding:15px;background-color:var(--white-c);position:absolute;left:50%;transform:translate(-50%);bottom:20px}.ads-insta .insta-label svg{font-size:var(--text-xl);color:#e26795}.ads-insta .insta-label>p{font-size:12px;font-weight:600;color:var(--black-c)}.ads-insta .insta-label a{text-decoration:underline;color:inherit}.ads-insta .insta-label a:hover{color:var(--green-c)}.ads-insta__imgs__img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1080px){.ads-insta__imgs-list{grid-template-columns:repeat(2,1fr);column-gap:20px}.ads-insta__imgs-list-item{max-width:unset}}@media screen and (max-width: 768px){.ads-insta{padding:40px 0 30px}.ads-insta__hr{margin-bottom:45px}.ads-insta__imgs-list{grid-template-columns:repeat(1,1fr);row-gap:25px}.ads-insta__imgs-list-item{height:300px}}.intro{padding:67px 0 40px;background-image:url(/assets/intro-img-1db9a6ab.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;margin-bottom:50px}.intro-title{text-transform:capitalize;color:var(--white-c)!important;margin-bottom:13px}.intro__sub-title{font-size:17px;line-height:28px;color:var(--white-c)}@media screen and (max-width: 768px){.intro{padding:120px 0;margin-bottom:0}.intro-title{font-size:30px;margin-bottom:0}.intro__sub-title{font-size:var(--text-base)}}.service-type{text-align:center;padding:30px 20px;border:1px solid var(--green-c);position:relative}.service-type:after{padding:10px 36px;position:absolute;background-color:var(--white-c);background-repeat:no-repeat;background-position:center;top:-40%;left:50%;transform:translate(-50%);z-index:1}@media screen and (max-width: 768px){.service-type__title{font-size:30px!important}}.our-services{padding:35px 0 95px}.our-services__heading{display:flex;flex-direction:column;align-items:center;row-gap:9px;margin-bottom:95px}.our-services__type-wripper{display:flex;justify-content:space-around;flex-wrap:wrap;gap:100px 20px}.our-services .service-type:first-child:after{content:url(/assets/advantage-img1-845f2ca6.svg)}.our-services .service-type:nth-child(2):after{content:url(/assets/advantage-img2-793900a1.svg)}.our-services .service-type:last-child:after{content:url(/assets/advantage-img4-99257aef.svg)}@media screen and (max-width: 768px){.our-services{padding:40px 0}.our-services__heading{align-items:flex-start;margin-bottom:80px}.our-services__sub-title{font-weight:500!important;font-size:30px!important}.our-services__title{font-size:25px!important;line-height:125%!important}}.services{padding-bottom:80px}.services__heading{text-align:center;margin-bottom:55px}.services__sub-title{display:inline-block;margin-bottom:9px}.services__content{display:flex;gap:50px}.services__content-text__wrapper{display:flex;flex-direction:column;row-gap:20px;padding-right:20px}.services__content-text{text-align:justify;font-weight:300;font-size:17px;line-height:32px;color:var(--black-c)}.services__content-img{width:530px;height:400px;object-fit:cover}@media screen and (max-width: 1080px){.services__content{gap:25px}.services__content-text{line-height:28px}.services__content-img{width:50%}}@media screen and (max-width: 768px){.services{padding:30px 0 50px}.services__content{flex-direction:column}.services__heading{text-align:start;margin-bottom:30px}.services .title{font-size:25px;line-height:125%}.services .sub-title{font-weight:500;font-size:30px}.services__content-text__wrapper{padding:0}.services__content-img{width:100%}}.contact{padding-bottom:50px}.contact-inner{display:flex;justify-content:space-between;gap:40px 20px}.contact__left{flex:1}.contact .title{text-transform:capitalize;color:var(--green-c);margin-bottom:20px}.contact__form{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.contact__input label{font-weight:600;font-size:var(--text-sm);line-height:20px;letter-spacing:.005em;color:var(--black-c)}.contact__input input,.contact__input textarea{max-width:350px;width:100%;display:block;margin-top:4px;padding:16px 24px;background:var(--white-c);border:1px solid #C2C2C2;border-radius:12px;outline:none;letter-spacing:.005em;line-height:24px}.contact__input input:focus,.contact__input textarea:focus{border-color:var(--black-c)}.contact__input textarea{resize:none}.contact__input .PhoneInput{max-width:350px;width:100%;column-gap:10px}.contact__form-submit{max-width:170px;width:100%;background:var(--green-c);border-radius:20px;padding:11px;font-weight:500;font-size:var(--text-lg);line-height:22px;color:var(--white-c)}.contact__form-submit:hover{background-color:#067306}@media screen and (max-width: 992px){.contact .contact-inner{flex-direction:column}.contact .map{width:100%}}@media screen and (max-width: 768px){.contact{padding:30px 0}.contact .title{font-size:30px}.contact .map{height:380px}.contact__form{grid-template-columns:repeat(1,1fr)}.contact__input label{font-size:var(--text-xs);line-height:17px}.contact__input input,.contact__input textarea{padding:14px 16px;font-size:var(--text-sm);line-height:17px}.contact__input textarea{height:200px}.contact__input input,.contact__input textarea,.contact__input .PhoneInput{max-width:400px}.contact__input:nth-child(3){order:1}.contact__form-submit{max-width:125px;padding:8px;font-size:var(--text-base);order:2}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.not-found{height:100vh;display:grid;place-items:center;text-align:center;padding:20px}.not-found__title{font-size:120px}.not-found__msg{font-size:30px}.admin-table{width:100%;border-collapse:collapse;text-align:center}.admin-table th{background-color:#242222;color:var(--white-c);padding:15px}.admin-table td{font-family:sans-serif;border:1px solid var(--black-c);padding:5px 20px}.admin-table tr:nth-child(even){background-color:#ebebeb}.admin-table a,.admin-table a:hover{color:var(--green-c)}.admin-table .id-col{font-weight:600}.login-modal{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--white-c);position:fixed;z-index:10}.login-modal__card{max-width:400px;width:100%;border-radius:15px;padding:40px 20px 50px;box-shadow:0 0 10px gray}.login-modal__form{display:flex;flex-direction:column;row-gap:20px}.login-modal__input-wrap input{margin-top:5px;display:block;width:100%;border-radius:10px;outline:none;padding:10px 15px;border:1px solid grey}.login-modal__submit-btn{padding:10px 20px;background-color:var(--green-c);color:var(--white-c);border-radius:30px;margin-top:10px}.login-modal__error-msg{color:red;font-size:var(--text-xs)}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Light-90668768.eot);src:url(/assets/Quicksand-Light-90668768.eot?#iefix) format("embedded-opentype"),url(/assets/Quicksand-Light-7b5bc6eb.woff2) format("woff2"),url(/assets/Quicksand-Light-a8d16cbd.woff) format("woff"),url(/assets/Quicksand-Light-49f8d898.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Libre Baskerville;src:url(/assets/LibreBaskerville-Regular-3b77ac5d.eot);src:url(/assets/LibreBaskerville-Regular-3b77ac5d.eot?#iefix) format("embedded-opentype"),url(/assets/LibreBaskerville-Regular-2314c3e8.woff2) format("woff2"),url(/assets/LibreBaskerville-Regular-d10a8249.woff) format("woff"),url(/assets/LibreBaskerville-Regular-d72dde5e.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Medium-f8d075b2.eot);src:url(/assets/Quicksand-Medium-f8d075b2.eot?#iefix) format("embedded-opentype"),url(/assets/Quicksand-Medium-593f391d.woff2) format("woff2"),url(/assets/Quicksand-Medium-d9f59888.woff) format("woff"),url(/assets/Quicksand-Medium-3e23f260.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-Regular-82519d8c.eot);src:url(/assets/Quicksand-Regular-82519d8c.eot?#iefix) format("embedded-opentype"),url(/assets/Quicksand-Regular-920c95c3.woff2) format("woff2"),url(/assets/Quicksand-Regular-892a0ba3.woff) format("woff"),url(/assets/Quicksand-Regular-0437aa53.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/assets/Quicksand-SemiBold-580db784.eot);src:url(/assets/Quicksand-SemiBold-580db784.eot?#iefix) format("embedded-opentype"),url(/assets/Quicksand-SemiBold-225d75fc.woff2) format("woff2"),url(/assets/Quicksand-SemiBold-884d1576.woff) format("woff"),url(/assets/Quicksand-SemiBold-41bad1d0.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif;transition:.3s;scroll-behavior:smooth}.container{max-width:1320px;width:100%;margin:0 auto;padding:0 20px}:root{--white-c: #ffffff;--black-c: #000000;--green-c: #008000}:root{--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 28px;--text-title: 36px}:root{--ff-primary: "Quicksand", sans-serif;--ff-secondary: "Libre Baskerville", sans-serif}.title{font-family:var(--ff-secondary);font-size:var(--text-title);font-weight:400;line-height:50px;color:var(--black-c)}.sub-title{display:inline-block;font-size:22px;font-weight:600;line-height:28px;color:var(--green-c)}body,html{font-weight:400;font-style:normal}ol,ul{list-style:none}button{cursor:pointer;border:none;background-color:transparent}img{max-width:100%;height:auto;vertical-align:middle;border-style:none;display:inline-block}a{text-decoration:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-thumb{background:var(--green-c);border-radius:5px}body::-webkit-scrollbar-track{background:var(--white-c)}
