@import "https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap";:root{--content-width:1312px;--container-offset:16px;--container-width:calc(var(--content-width) + (var(--container-offset)*2));--font-family-primary:"Spectral",serif;--fw-300:300;--fw-400:400;--fw-500:500;--fw-600:600;--color-white:#fff;--color-black:#000;--color-green-700:#304722;--color-green-400:#50713c;--radius-btn:6px;--radius-main:16px;--radius-l:86px;--radius-full:50%;--gradient-main:linear-gradient(70deg,#000c 40%,#0009 70%,#f1f1f100 100%)}.checkbox__field:checked+.checkbox__content:after{opacity:1}.checkbox__field:focus+.checkbox__content:before{outline:1px solid var(--color-gray-100);outline-offset:1px}.checkbox__field:disabled+.checkbox__content{opacity:.4;pointer-events:none}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}.page{height:var(--vh);font-family:var(--font-family-primary);font-weight:var(--fw-400);letter-spacing:0;color:var(--color-white);background-color:var(--color-green-400);font-optical-sizing:auto;font-size:clamp(16px,1vw,20px);font-style:normal;line-height:1.2}.page__body{min-width:320px;min-height:var(--vh)}.page.open{overflow:hidden}.page--no-hero .main{padding-top:var(--header-height)}section{padding:5.375rem 0}@media only screen and (max-width:992px){section{padding:2.5rem 0}}.container{padding:0 var(--container-offset);width:100%;max-width:var(--container-width);margin:0 auto}.site-container{min-height:var(--vh);grid-template-rows:1fr auto;grid-template-columns:100%;display:grid}.overlay{position:relative}.overlay:before{content:"";z-index:1;position:absolute;inset:0}@media only screen and (max-width:768px){.overlay:before{background:var(--gradient-main)}}.article .absolute{border-top:1px solid var(--color-green-400);padding-top:16px;display:block}.article .absolute:before{content:"";z-index:2;position:absolute;inset:0}.num{padding-left:10px;position:relative}.num:before{content:counter(num)".";counter-increment:num;position:relative;left:0}@media only screen and (max-width:992px){.main{padding-top:var(--header-height)}}.hidden{display:none!important}.sr-only{-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;width:1px!important;height:1px!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important;border:0!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.dis-scroll{width:100%;height:100dvh;height:calc(var(--vh,1vh)*100);overscroll-behavior:none;position:fixed;top:0;left:0;overflow:hidden}.js-focus-visible :focus:not(.focus-visible){outline:none}h1,h2,h3{overflow:hidden}h1,h2{font-weight:var(--fw-500)}h1{font-size:clamp(32px,5vw,64px);line-height:1}h2,.title{font-size:clamp(24px,3.5vw,48px);line-height:1.5}h3,.subtitle{font-size:clamp(20px,2.5vw,24px);line-height:1.5;font-weight:var(--fw-600)}.accent{font-size:clamp(20px,3vw,36px);line-height:1.4;font-weight:var(--fw-400);font-style:italic}p,span,li{font-size:clamp(18px,2vw,20px);line-height:1.2;font-weight:var(--fw-400)}.copyright{font-size:16px;line-height:1.4;font-weight:var(--fw-400);text-align:center}.header{z-index:10;width:100%;background-color:var(--color-green-700);padding:8px 0;transition-property:transform,padding;transition-duration:.15s;position:fixed;top:0}.header.hide{transform:translateY(-100%)}.nav{justify-content:space-between;align-items:center;display:flex;position:relative}.nav img{height:auto;object-fit:contain}@media only screen and (max-width:768px){.nav img{height:40px}}.nav .logo{max-width:52px;width:100%}.nav__inner{max-width:983px;width:100%;justify-content:space-between;display:flex}@media only screen and (max-width:1180px){.nav__inner{justify-content:flex-end}}@media only screen and (max-width:992px){.nav__inner{left:0;top:calc(var(--header-height)*1);z-index:-1;max-width:100%;height:calc(var(--vh));background-color:var(--color-green-700);flex-direction:column;justify-content:flex-start;padding:30px 16px;transition-property:transform;transition-duration:.4s;position:fixed;overflow-y:auto;transform:translate(150%)}}.nav__list{align-items:center;margin:0 32px 0 0;display:flex}@media only screen and (max-width:992px){.nav__list{z-index:-1;flex-direction:column;margin-right:0}}.nav__item:not(:last-of-type){margin-right:2.25rem}@media only screen and (max-width:992px){.nav__item:not(:last-of-type){margin-right:0}.nav__item{margin-bottom:30px}}.nav__link{border-bottom:2px solid #0000;font-size:clamp(18px,2vw,20px);line-height:1.2;transition:border-bottom .3s ease-in-out}.nav__link.true,.nav__link:hover{border-bottom:2px solid var(--color-white)}.nav__btns{align-items:center;gap:24px;display:flex}@media only screen and (max-width:992px){.nav__btns{flex-direction:column;gap:30px}}[class].btn{width:-moz-fit-content;width:-moz-fit-content;width:fit-content;font-family:var(--font-family-primary);font-size:clamp(18px,2vw,20px);font-weight:var(--fw-400);border:2px solid var(--color-white);text-align:center;border-radius:var(--radius-btn);background-color:#0000;margin:0;padding:6px 22px;line-height:1.2;transition-property:background-color,color;transition-duration:.4s;transition-timing-function:ease-in-out;display:inline-block;color:var(--color-white)!important}[class].btn--reverse,[class].btn:hover{background-color:var(--color-white);color:var(--color-green-400)!important}[class].btn--reverse:hover{background-color:#0000;color:var(--color-white)!important}[class].btn--dark{background-color:var(--color-green-700);border-color:var(--color-green-700)}[class].btn--dark:hover{color:var(--color-green-700)!important}[class].btn--mobile{margin-inline:auto;display:none}@media only screen and (max-width:992px){[class].btn--mobile{display:block}}[class].swiper .slider__buttons{min-height:64px;justify-content:center;align-items:center;gap:24px;display:flex}[class].swiper .swiper-button{width:64px;height:64px;background-color:var(--color-green-700);border-radius:var(--radius-full);margin-inline:0;position:relative;inset:11px 0 0}[class].swiper .swiper-button:after{content:"";height:64px;width:64px;background-image:url(../images/icons/arrow-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[class].swiper .swiper-button-next:after{transform:translate(-50%,-50%)rotate(180deg)}@media only screen and (max-width:768px){[class].swiper .slider__buttons{min-height:32px}[class].swiper .swiper-button,[class].swiper .swiper-button:after{width:32px;height:32px}}.burger{--line-height:2px;--buger-size:20px;--move:calc(var(--buger-size)/3);--move-decrement:calc(var(--move)*-1);--transition-time:.5s;--lines-color:var(--color-white);width:calc(var(--buger-size) + 5px);height:var(--buger-size);transition:opacity var(--transition-time)ease;background-color:#0000;display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.burger span{z-index:-1;width:100%;height:var(--line-height);background-color:var(--lines-color);transition:transform var(--transition-time)ease,background-color var(--transition-time)ease .3s;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.burger span:before,.burger span:after{content:"";width:100%;height:var(--line-height);background-color:var(--lines-color);animation-duration:.4s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards;position:absolute;left:0}.burger span:before{transform:translateY(var(--move-decrement))rotate(0)}.burger span:after{transform:translateY(var(--move))rotate(0)}.burger:hover{opacity:1}@media only screen and (max-width:992px){.burger{display:block}}.closed.opened span{background-color:var(--lines-color);transition:background-color .2s}.closed.opened span:before{animation-name:toplineburger}.closed.opened span:after{animation-name:bottomlineburger}.opened .nav__inner{transform:translate(0)}.opened span{background-color:#0000;transition:background-color .2s}.opened span:before,.opened span:after{animation-duration:.2s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards}.opened span:before{animation-name:toplinecross}.opened span:after{animation-name:bottomlinecross}.hero{padding:0}.hero__inner{max-width:1440px;min-height:900px;height:100%;background-position:bottom;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;margin-inline:auto;padding:3.75rem 0;display:flex;overflow:hidden}.hero__content{z-index:1;max-width:900px;width:100%;position:relative}.hero h1{margin-bottom:24px}.hero--full .hero__content{text-align:center;color:var(--color-green-700);margin-inline:auto}.hero--half .hero__inner{background-position:100%;background-size:contain}.hero--btn .subtitle{margin-bottom:clamp(24px,4vw,48px)}.hero--product h1{width:min-content}.hero--post .hero__content{max-width:499px;width:100%}.hero--post h1{margin-bottom:0}@media only screen and (max-width:1180px){.hero .hero__inner{min-height:500px}}@media only screen and (max-width:992px){.hero--half .hero__content{width:40%}.hero--product h1{width:100%}}@media only screen and (max-width:768px){.hero .hero__inner{min-height:350px}.hero--half .hero__content,.hero--post .hero__content{max-width:100%;width:100%}.hero--half .hero__inner{background-size:cover}.hero--half .hero__content{text-align:center}.hero--post .hero__inner{min-height:500px}}.box__nav{justify-content:space-between;align-items:center;margin-bottom:clamp(24px,4vw,56px);display:flex}.box__title{margin-bottom:clamp(24px,4vw,56px)}.box__desc{margin-bottom:4rem}.box__items{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;align-items:stretch;gap:24px clamp(12px,2vw,24px);display:grid}.box__items--three{grid-template-columns:repeat(3,1fr)}.box__items--slides{min-height:356px;gap:0;margin-bottom:clamp(24px,4vw,56px);display:flex}.box__items--slides .box__item{max-width:645px;width:100%;padding:clamp(12px,3.5vw,36px) clamp(12px,3.5vw,36px) clamp(12px,2vw,20px);transition:padding .4s ease-in-out}.box__items--slides .box__item .btn{opacity:0;height:0;pointer-events:none;display:block}.box__items--slides .swiper-slide-active{padding:clamp(12px,3.5vw,36px);transition:padding .4s ease-in-out}.box__items--slides .swiper-slide-active p{margin-bottom:clamp(36px,4.5vw,64px)}.box__items--slides .swiper-slide-active .btn{opacity:1;height:auto;pointer-events:all}.box__items img{width:100%;border-radius:var(--radius-main);margin-bottom:16px}.box__items--auto{align-items:stretch;display:flex}.box__item{width:100%;background-color:var(--color-white);border-radius:var(--radius-main);color:var(--color-green-700);padding:clamp(12px,3.5vw,36px);overflow:hidden}.box__item--reverse{background-color:var(--color-green-700);color:var(--color-white)}.box__item ul{padding-left:14px}.box__item li{list-style:disc;display:list-item}.box__item li:not(:last-of-type){margin-bottom:16px}.box__avatar{cursor:pointer;position:relative}.box__avatar h3{margin-bottom:4px}.box__avatar-front{offset-path:1;transition:opacity .6s ease-in-out}.box__avatar-back{z-index:-2;min-height:100%;height:-moz-fit-content;height:-moz-fit-content;height:fit-content;color:var(--color-green-700);background-color:var(--color-white);border-radius:var(--radius-main);opacity:0;flex-direction:column;padding:clamp(24px,3vw,36px);transition:opacity .6s ease-in-out,z-index .4s ease-in-out;display:flex;position:absolute;inset:50% 0 0;transform:translateY(-50%)}.box__avatar:hover .box__avatar-back{z-index:2;opacity:1;transition:opacity .6s ease-in-out,z-index .4s ease-in-out}.box__avatar:hover .box__avatar-front{opacity:0;transition:opacity .6s ease-in-out}.box__accent{font-style:italic;line-height:1.4}.box__name{margin-bottom:clamp(24px,2.5vw,36px)}.box__content>:not(:last-child){margin-bottom:24px}.box__info{max-width:926px;width:100%;color:var(--color-green-700);background-color:var(--color-white);border-radius:inherit;grid-template-columns:repeat(2,auto);margin-right:24px;padding:clamp(12px,4vw,36px);display:grid}.box__info .box__img{height:100%;grid-area:1/2/3}.box__info .box__decor{aspect-ratio:auto;align-self:flex-end}.box__composition{padding:2.25rem}.box--details .box__name,.box--rental .box__name{min-height:72px}.box--details .box__item:first-child{max-width:400px}.box--slider .box__slider{overflow:hidden}.box--rental .box__item:first-child{max-width:567px}.box--linked .box__item{padding:clamp(12px,2vw,24px);transition:background-color .4s ease-in-out,color .6s ease-in;position:relative}.box--linked .box__item:hover{color:var(--color-white);background-color:var(--color-green-700)}.box--linked .box__item img{filter:brightness();transition:filter .4s ease-in-out}.box--linked .box__item a{transition:border-color .6 ease-in}.box--linked .box__item:hover img{filter:brightness(.8)}.box--linked .box__item:hover a{border-color:solid 2px var(--color-white)}.box--products .box__items{grid-template-columns:1fr;grid-auto-rows:auto;gap:3.5rem}.box--products .box__item{padding:0;display:flex}.box--products .box__item li:not(:last-of-type){margin-bottom:8px}.box--products .subtitle{margin-bottom:24px}.box--products img{object-fit:contain;margin-bottom:0}@media only screen and (max-width:1180px){.box__info .title{font-size:clamp(24px,3.5vw,32px)}}@media only screen and (max-width:992px){.box img{height:auto;aspect-ratio:4/3}.box__nav .btn{display:none}.box__avatar-back{justify-content:center}.box__avatar-back p{font-size:16px}.box--details .box__name,.box--rental .box__name{min-height:auto}.box--linked .box__items{margin-bottom:24px}.box--products .box__item{flex-direction:column}.box--products .box__info{max-width:100%;margin-right:0}.box--products .box__composition ul{grid-template-columns:repeat(3,1fr);display:grid}}@media only screen and (max-width:768px){.box#blog{padding-bottom:0}.box__items{grid-template-columns:1fr}.box .box__items--three{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}.box .box__items--three .box__avatar:last-child,.box .box__items--three .box__item:last-child{grid-column:span 2}.box .box__items--three .box__avatar:last-child img,.box .box__items--three .box__item:last-child img{aspect-ratio:4/2}.box .box__items--slides{min-height:auto}.box .box__items--slides .box__item{max-width:100%;height:auto;padding:clamp(12px,3.5vw,36px)}.box .box__items--slides .box__item .btn{opacity:1;height:auto;pointer-events:all}.box .box__items--auto{flex-direction:column;gap:24px 0}.box .box__items--auto .box__item{max-width:100%}.box--slider .box__slider{max-width:90%}.box__info{grid-template-columns:1fr;gap:clamp(12px,3vw,24px)}.box__info .box__img{height:auto;aspect-ratio:7/4;grid-area:auto}.box__info h3{text-align:center}.box--products .box__composition ul{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.box .box__items--three{grid-template-columns:1fr}.box .box__items--three .box__avatar:last-child,.box .box__items--three .box__item:last-child{grid-column:auto}.box .box__items--three .box__avatar:last-child img,.box .box__items--three .box__item:last-child img{aspect-ratio:4/3}.box__info .box__img{aspect-ratio:5/3}.box--products .box__composition ul{grid-template-columns:1fr}}.text__title{margin-bottom:clamp(24px,4vw,56px)}.text h3{margin-bottom:16px}.text__accent{font-style:italic;line-height:1.4}.text__items--decorated{counter-reset:num}.text__items--decorated .text__item:not(:last-of-type){border-bottom:2px solid var(--color-green-700);margin-bottom:clamp(24px,4vw,56px);padding-bottom:clamp(24px,4vw,47px)}.text__items--decorated .text__content{padding-inline:274px 0;position:relative}.text__items--decorated .text__content--reverse{padding-inline:0 274px}.text__items--decorated .text__content:before,.text__items--decorated .text__content:after{position:absolute;top:50%;transform:translateY(-50%)}.text__items--decorated .text__content:before{content:"0" counter(num);counter-increment:num;font-size:clamp(32px,5vw,64px);line-height:1;font-weight:var(--fw-500);color:var(--color-green-700);left:0}.text__items--decorated .text__content--reverse:before{right:144px;left:unset}.text__items--decorated .text__content:after{content:"";width:120px;height:64px;background-color:var(--color-white);border-radius:var(--radius-l);background-position:50%;background-repeat:no-repeat;background-size:auto;left:90px}.text__items--decorated .text__content--reverse:after{right:0;left:unset}.text__items--decorated .text__content--selection:after{background-image:url(../images/icons/selection-icon.svg)}.text__items--decorated .text__content--reservation:after{background-image:url(../images/icons/reservation-icon.svg)}.text__items--decorated .text__content--confirmation:after{background-image:url(../images/icons/order-icon.svg)}.text__items--decorated .text__content--payment:after{background-image:url(../images/icons/payment-icon.svg)}.text__items--decorated .text__content--pickup:after{background-image:url(../images/icons/pickup-icon.svg)}.text__items--decorated .text__content--use:after{background-image:url(../images/icons/use-icon.svg)}.text__items--decorated .text__content--return:after{background-image:url(../images/icons/return-icon.svg)}.text__items--grid{grid-template-columns:repeat(2,1fr);gap:clamp(24px,4.5vw,56px);display:grid}.text__items--grid h3{margin-bottom:24px}.text--post{max-width:1440px;margin-inline:auto;padding:5.375rem 0;position:relative}.text--post:before{content:"";width:35%;z-index:-1;background-image:url(../images/blog/post-decor.png);background-position:-10px 100px;background-size:cover;position:absolute;top:0;bottom:0;right:0}.text--post .text__info{max-width:700px;width:100%;counter-reset:num}.text--post .text__info>:not(.subtitle,:last-child){margin-bottom:clamp(24px,3vw,36px)}.text--post .text__info .subtitle{margin-bottom:16px}.text--post .text__info ul,.text--post .text__info ol{padding-left:clamp(16px,3vw,24px)}.text--post .text__info li{padding-left:8px;display:list-item}.text--post .text__info ul li{list-style:disc}.text--post .text__info ol li{list-style:auto}@media only screen and (max-width:992px){.text__items--decorated .text__content{padding-inline:170px 0}.text__items--decorated .text__content--reverse{padding-inline:0 170px}.text__items--decorated .text__content--reverse:before{right:95px}.text__items--decorated .text__content:after{width:75px;height:50px;background-size:50%;left:70px}.text__items--decorated .text__content--reverse:after{left:unset}.text--post{padding:2.5rem 0 0}.text--post:before{width:100%;background-position:50%;background-repeat:space;background-size:auto;left:0;right:0}}@media only screen and (max-width:768px){.text__items--decorated .text__content{padding-block:60px 0;padding-inline:0}.text__items--decorated .text__content--reverse{padding-inline:0}.text__items--decorated .text__content:before,.text__items--decorated .text__content:after{top:0;transform:translateY(0%)}.text__items--decorated .text__content:before{top:4px}.text__items--decorated .text__content:after{width:60px;height:40px;left:50px}.text__items--decorated .text__content--reverse:before{right:75px}.text__items--decorated .text__content--reverse:after{right:0;left:unset}.text__items--grid{grid-template-columns:1fr}}@media only screen and (max-width:475px){.text__items--decorated .text__content:after{left:40px}.text__items--decorated .text__content:before{top:6px}.text__items--decorated .text__content--reverse:before,.text__items--decorated .text__content--reverse:after{right:unset}.text__items--decorated .text__content--reverse:before{left:0}}.card__content{justify-content:space-between;align-items:center;display:flex}.card__title{margin-bottom:clamp(24px,4vw,56px)}.card__img{border-radius:var(--radius-main);width:100%;height:auto;margin-right:clamp(16px,4vw,48px)}.card__texts p:not(:last-of-type){margin-bottom:clamp(24px,5vw,64px)}.card__wrapper:not(:last-of-type){border-bottom:2px solid var(--color-green-700);margin-bottom:24px;padding-bottom:24px}.card__wrapper h3{margin-bottom:24px}@media only screen and (max-width:1180px){.card--large .card__content{align-items:stretch}}@media only screen and (max-width:992px){.card__content{flex-direction:column-reverse}.card__img{height:auto;margin-right:0}.card__texts{margin-bottom:clamp(24px,3.5vw,36px)}.card--large .card__content{flex-direction:column-reverse}.card--comitment img{aspect-ratio:6/5;object-position:top}}@media only screen and (max-width:576px){.card--comitment{padding-top:0}}@keyframes toplinecross{0%{transform:translateY(var(--move-decrement))}50%{transform:translateY(0)}to{transform:rotate(45deg)}}@keyframes bottomlinecross{0%{transform:translateY(var(--move))}50%{transform:translateY(0)}to{transform:translateY(0)rotate(-45deg)}}@keyframes toplineburger{0%{transform:rotate(45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move-decrement))rotate(0)}}@keyframes bottomlineburger{0%{transform:translateY(0)rotate(-45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move))rotate(0)}}.faq h2{margin-bottom:clamp(24px,4vw,56px)}.faq__item{border-bottom:2px solid var(--color-green-700);overflow:hidden}.faq__item:not(:last-child){margin-bottom:clamp(24px,4vw,56px)}.faq details{overflow:hidden}.faq details[open] summary{padding:0 56px 12px 0}.faq details[open] summary:before{rotate:180deg}.faq details[open] summary+div{padding:0 0 24px}.faq details p{font-style:italic}.faq summary{font-size:clamp(20px,3vw,24px);line-height:1.5;font-weight:var(--fw-600);cursor:pointer;padding:0 56px 24px 0;position:relative}.faq summary:before{content:"";width:32px;height:32px;background-image:url(../images/icons/more-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;right:0;overflow:hidden;rotate:none}@media only screen and (max-width:992px){.faq__item:not(:last-child){margin-bottom:16px}.faq summary{padding:16px 2.75rem 16px 16px;font-size:clamp(20px,1rem + 1vi,22px)}.faq summary:before{top:16px;right:16px}.faq details[open] summary{padding:16px 2.75rem 8px 16px}.faq details[open] summary+div{padding:0 16px 16px 0}}@media only screen and (max-width:576px){.faq summary{padding:0 24px 24px 0}.faq summary:before{width:20px;height:20px;right:0}.faq details[open] summary{padding:0 24px 12px 0}}.policy h1{margin-bottom:clamp(16px,4vw,48px)}.policy h2{margin-bottom:16px;font-size:clamp(20px,3vw,24px)}.policy .policy__content:not(:last-child){margin-bottom:clamp(24px,3vw,36px)}.policy .policy__content>:not(:last-child,h2){margin-bottom:clamp(4px,3vw,36px)}.policy ul{padding-left:clamp(16px,3vw,32px)}.policy li{padding-left:32px;position:relative}.policy li:before{content:"✔";position:absolute;left:0}.policy li:not(:last-of-type){margin-bottom:16px}.policy a{color:var(--color-green-700);text-underline-offset:6px;text-decoration:underline}.policy strong{font-size:clamp(18px,3vw,22px);font-weight:var(--fw-600)}.footer{padding-block:5.375rem 16px}.footer__nav{justify-content:space-between;align-items:center;margin-bottom:clamp(36px,3.5vw,48px);display:flex}.footer__items{align-items:center;display:flex}.footer__item:not(:last-of-type){margin-right:clamp(12px,2.5vw,36px)}.footer__item a{font-size:clamp(18px,2vw,20px);line-height:1.2}.footer__bottom{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:992px){.footer{padding:2.5rem 0}}@media only screen and (max-width:768px){.footer__nav,.footer__bottom{flex-direction:column;align-items:center;gap:20px 0}.footer__items{flex-wrap:wrap;justify-content:center;gap:20px 0}}
/*# sourceMappingURL=main.css.map */
