@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap);:root{--body-color:#2c2d2a;--savanna-bg:#e9bf8b;--beach-bg:#e7dfcf;--glacier-bg:#b6d6c8;--coral-bg:#e86357;--arrow-fill:#333231;--body-font:"Montserrat", sans-serif;--italic-font:"EB Garamond", serif}*{box-sizing:border-box;outline:none}img{max-width:100%}a{text-decoration:none;color:var(--body-color)}h1,h2,h3{margin:0}body{font-family:var(--body-font);background-color:#1d1e20;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100vh;color:var(--body-color)}@media (max-width:480px){body{padding:0}}.container{max-width:unset;border-radius:1rem;width:100%;display:flex;flex-direction:column;scroll-behavior:smooth;background-color:#e6decf;overflow-y:auto;overflow-x:hidden;position:relative}@media (max-width:480px){.container{height:100%;max-height:100%}}.logo{width:116px}.header{display:flex;align-items:center;height:62px;width:100%;white-space:nowrap;flex-shrink:0;font-weight:600;font-size:12px;border-bottom:1px solid rgb(44 45 42 / .25);position:sticky;top:0;left:0;background-color:var(--beach-bg);z-index:6}@media (max-width:575px){.header{width:calc(100% + 20px);margin-left:-10px}}.header-menu{display:flex;align-items:center;margin-left:auto}@media screen and (max-width:740px){.header-menu{display:none}}.header-menu a:not(:first-child){margin-left:30px}.header .menu-icon{display:flex;align-items:center;margin-right:20px}.header .menu-icon svg{width:22px}.header-icons{margin-left:auto;display:flex;align-items:center}.header-icons svg{width:18px}.header-icons svg:not(:last-child){margin-right:20px}.left-side{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:930px){.left-side{text-align:center;max-width:450px}}.mySwiper{display:flex;flex-grow:1;position:relative}.main{display:flex;flex-grow:1;position:relative;flex-direction:column}@media screen and (max-width:930px){.main{flex-direction:column-reverse;align-items:center;justify-content:center}}.main-header{text-transform:uppercase;font-size:14px;letter-spacing:4px;font-weight:600;transition-delay:0.2s}.main-title{font-family:var(--italic-font);font-size:4em;text-align:center;e-height:1em;transition-delay:0.3s}.main-subtitle{font-family:var(--italic-font);font-weight:400;font-size:32px;margin-top:14px;margin-bottom:60px;transition-delay:0.4s}.main-subtitle2{font-family:var(--italic-font);font-weight:400;font-size:16px;margin-bottom:60px;transition-delay:0.4s;text-align:justify}.main-content__title{font-size:26px;font-family:var(--italic-font);font-style:italic;margin-bottom:14px;transition-delay:0.2s}.main-content__subtitle{font-size:14px;line-height:1.5;margin-bottom:24px;letter-spacing:-.01em;transition-delay:0.3s}.main-content .more-menu{font-size:13px;font-weight:500;display:flex;align-items:center;transition-delay:0.4s}@media screen and (max-width:930px){.main-content .more-menu{justify-content:center}}.main-content .more-menu svg{width:28px;height:18px;margin-left:10px}.center{display:flex;margin-left:120px;position:relative;flex-shrink:0}@media screen and (max-width:930px){.center{margin-left:0;margin-bottom:56px}}.center .bottle-bg{width:320px;height:450px;object-fit:cover;border-radius:160px}@media screen and (max-width:930px){.center .bottle-bg{width:260px;height:390px}}@media screen and (max-width:575px){.center .bottle-bg{width:220px;height:340px}}.center .bottle-img{position:absolute;top:25%;left:0;transform:scale(1.6)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#fff;opacity:.6}.button-wrapper{position:absolute;right:30px;bottom:20px;z-index:1;display:flex;align-items:center}@media screen and (max-width:930px){.button-wrapper{top:0;left:0;width:100%;justify-content:space-between;padding:0 60px}}@media screen and (max-width:575px){.button-wrapper{padding:0 20px}}.button-wrapper svg{width:28px}.carousel-gallery .swiper-slide a{display:block;width:100%;height:200px;border-radius:4px;overflow:hidden;position:relative;-webkit-box-shadow:3px 2px 20px 0 rgb(0 0 0 / .2);-moz-box-shadow:3px 2px 20px 0 rgb(0 0 0 / .2);box-shadow:3px 2px 20px 0 rgb(0 0 0 / .2)}.carousel-gallery .swiper-slide a:hover .image .overlay{opacity:1}.carousel-gallery .swiper-slide a .image{width:100%;height:100%;background-color:#fff;background-size:100% 100%;background-position:center center}.carousel-gallery .swiper-slide a .image .overlay{width:100%;height:100%;background-color:rgb(20 20 20 / .8);text-align:center;opacity:0;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.carousel-gallery .swiper-slide a .image .overlay em{color:#fff;font-size:26px;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.carousel-gallery .swiper-pagination .swiper-pagination-bullet{-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover{opacity:.7}.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#d63031;transform:scale(1.1,1.1)}.carousel-gallery .slide-caption{display:none;margin-top:1rem;color:#333;text-align:center}.carousel-gallery .swiper-slide-active .slide-caption{display:block}.slide-caption{position:absolute}.section-block{text-align:center}.section-divider{display:block;border:none;margin:40px auto;padding:0;&.-faded-edges{height:3px;background-image:linear-gradient(to right,var(--color-bg),var(--color-accent),var(--color-bg))}&.-waved{height:5px;background-image:url("data:image/svg+xml;charset=utf8, %3Csvg id='squiggly' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23bada55' stroke-width='1' class='st0' d='M0, 3.5 c 5, 0, 5, -3, 10, -3 s 5, 3, 10, 3 c 5, 0, 5, -3, 10, -3 s 5, 3, 10, 3'/%3E%3C/svg%3E")}&.-paragraph{overflow:visible;border-top:medium double var(--color-accent);color:var(--color-accent);text-align:center;&::after{content:"§";display:inline-block;position:relative;top:-.7em;font-size:1.5em;padding:0 .25em;background:var(--color-bg)}}}.or-divider{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.6em;font-weight:600;text-align:center}.or-divider.italic{font-style:italic}.or-divider::before{content:'';height:1px;flex:25%;margin:0 .25rem 0 0;border-top:1px dashed #8c8b8b}.or-divider::after{content:'';flex:25%;margin:0 0 0 .25rem;height:1px;border-top:1px dashed #8c8b8b}.or-divider.italic::before,.or-divider.italic::after{transform:skew(-18deg)}.glass-footer{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgb(255 255 255 / .3)}.glass-card{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .3);border-radius:10px;box-shadow:rgb(0 0 0 / .15) 0 3px 3px 0}.focus-section{background:var(--bg-focus-section);font-family:var(--font1);-webkit-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s}.focus-section .title-section{font-weight:700;text-transform:uppercase;color:var(--tx-focus-section-title)}.focus-section .card{font-size:1rem;border:var(--focus-border-card)}.focus-section .card .card-body{background:var(--bg-focus-card);color:var(--tx-focus-card)}.focus-section .card .card-body .card-text{font-weight:var(--tx-focus-font-weight)}.focus-section .card .card-image{position:relative}.focus-section .card .card-image .image-overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:0.5s ease;background:var(--bg-focus-card-overlay)}.focus-section .card .card-image:hover .image-overlay{opacity:1}.focus-section .card .text-img-over{position:relative}.focus-section .card .text-img-over .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:0.5s ease;background:var(--bg-focus-card-overlay)}.focus-section .card .text-img-over:hover .overlay{opacity:1}.focus-section .card .social-hover{color:var(--tx-focus-hover);font-size:30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.focus-section .card .social-hover .fa-share-alt{color:var(--tx-focus-hover)}.focus-section .card .social-hover .fa-share-alt:hover{color:var(--tx-color-1)}.focus-section .card .hover-text{position:relative;text-align:center;color:var(--tx-focus-hover)}.focus-section .card .bottom-right-tag{position:absolute;bottom:0;right:0;background:var(--bg-focus-tag-color-1);padding:5px 10px 5px 10px;border-top-left-radius:calc(.25rem - 1px);font-size:.8rem;font-weight:200;color:var(--tx-focus-tag-color-1);z-index:1}.focus-section .card .bottom-right-tag a{color:var(--tx-focus-tag-color-1);text-decoration:none}.focus-section .card .bottom-right-tag a:hover{color:var(--tx-focus-tag-color-1);text-decoration:underline}.focus-section .card .sub-cat{font-weight:400;font-size:1rem}.focus-section .card .sub-cat .bg-category{background:var(--bg-focus-cat);color:var(--tx-focus-cat)}.focus-section .card .sub-cat a{color:var(--tx-focus-tag-a)}.focus-section .card .card-title{font-family:var(--font1);font-weight:400;font-size:1.3rem}.focus-section .card .card-footer{background:var(--bg-focus-footer);color:var(--tx-focus-footer)}.focus-section .card .card-footer .card-footer__info{font-size:1rem;font-weight:300;position:relative}.focus-section .card .read-more{position:absolute;right:0;font-weight:400}.focus-section .card .read-more-1{text-decoration:none;position:relative;color:var(--tx-focus-footer)}.focus-section .card .read-more-1::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--bg-rm-color-1);transform:scaleX(0);transform-origin:left;transition:transform 250ms ease-in}.focus-section .card .read-more-1:hover{color:var(--tx-focus-footer)}.focus-section .card .read-more-1:hover::after{transform:scaleX(1);transform-origin:right;color:var(--tx-focus-footer)}.focus-section .card .read-more-2{text-decoration:none;position:relative;margin-right:15px;color:var(--tx-focus-footer)}.focus-section .card .read-more-2::after{content:"";font-family:"Font Awesome 5 Free";position:absolute;right:-18px;bottom:0;color:var(--tx-focus-footer)}.focus-section .card .read-more-2:hover{color:var(--tx-focus-footer)}.focus-section .card .read-more-2:hover::after{transform:translate(3px,0);transition:all 0.1s ease-in;color:var(--tx-focus-footer)}.focus-section .card .read-more-3{text-decoration:none;position:relative;color:var(--tx-focus-footer)}.focus-section .card .read-more-3:hover{color:var(--tx-focus-footer);text-decoration:underline}#style-1::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);border-radius:10px;background-color:#F5F5F5}#style-1::-webkit-scrollbar{width:12px;background-color:#F5F5F5}#style-1::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#555}#style-2::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);border-radius:10px;background-color:#F5F5F5}#style-2::-webkit-scrollbar{width:12px;background-color:#F5F5F5}#style-2::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#D62929}#style-3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#e6decf}#style-3::-webkit-scrollbar{width:6px;background-color:#F5F5F5}#style-3::-webkit-scrollbar-thumb{background-color:rgb(202 16 16 / 84%)}#style-4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5}#style-4::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-4::-webkit-scrollbar-thumb{background-color:#000;border:2px solid #555}#style-5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5}#style-5::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-5::-webkit-scrollbar-thumb{background-color:#0ae;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgb(255 255 255 / .2)),color-stop(.5,transparent),to(transparent))}#style-6::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5}#style-6::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-6::-webkit-scrollbar-thumb{background-color:#F90;background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .2) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .2) 50%,rgb(255 255 255 / .2) 75%,transparent 75%,transparent)}#style-7::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5;border-radius:10px}#style-7::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-7::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,#7a99d9),color-stop(.72,#497dbd),color-stop(.86,#1c3a94))}#style-8::-webkit-scrollbar-track{border:1px solid #000;background-color:#F5F5F5}#style-8::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-8::-webkit-scrollbar-thumb{background-color:#000}#style-9::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5}#style-9::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-9::-webkit-scrollbar-thumb{background-color:#F90;background-image:-webkit-linear-gradient(90deg,rgb(255 255 255 / .2) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .2) 50%,rgb(255 255 255 / .2) 75%,transparent 75%,transparent)}#style-10::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5;border-radius:10px}#style-10::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-10::-webkit-scrollbar-thumb{background-color:#AAA;border-radius:10px;background-image:-webkit-linear-gradient(90deg,rgb(0 0 0 / .2) 25%,transparent 25%,transparent 50%,rgb(0 0 0 / .2) 50%,rgb(0 0 0 / .2) 75%,transparent 75%,transparent)}#style-11::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#F5F5F5;border-radius:10px}#style-11::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-11::-webkit-scrollbar-thumb{background-color:#36F;border-radius:10px;background-image:-webkit-linear-gradient(0deg,rgb(255 255 255 / .5) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .5) 50%,rgb(255 255 255 / .5) 75%,transparent 75%,transparent)}#style-12::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .9);border-radius:10px;background-color:#444}#style-12::-webkit-scrollbar{width:12px;background-color:#F5F5F5}#style-12::-webkit-scrollbar-thumb{border-radius:10px;background-color:#D62929;background-image:-webkit-linear-gradient(90deg,transparent,rgb(0 0 0 / .4) 50%,transparent,transparent)}#style-13::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .9);border-radius:10px;background-color:#CCC}#style-13::-webkit-scrollbar{width:12px;background-color:#F5F5F5}#style-13::-webkit-scrollbar-thumb{border-radius:10px;background-color:#D62929;background-image:-webkit-linear-gradient(90deg,transparent,rgb(0 0 0 / .4) 50%,transparent,transparent)}#style-14::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .6);background-color:#CCC}#style-14::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-14::-webkit-scrollbar-thumb{background-color:#FFF;background-image:-webkit-linear-gradient(90deg,rgb(0 0 0) 0%,rgb(0 0 0) 25%,transparent 100%,rgb(0 0 0) 75%,transparent)}#style-15::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .1);background-color:#F5F5F5;border-radius:10px}#style-15::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-15::-webkit-scrollbar-thumb{border-radius:10px;background-color:#FFF;background-image:-webkit-gradient(linear,40% 0%,75% 84%,from(#4D9C41),to(#19911D),color-stop(.6,#54DE5D))}#style-16::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .1);background-color:#F5F5F5;border-radius:10px}#style-16::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#style-16::-webkit-scrollbar-thumb{border-radius:10px;background-color:#FFF;background-image:-webkit-linear-gradient(top,#e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%)}.overlay{display:none;position:fixed;top:0;left:0;height:100%;width:100%;background:background:rgb(154 146 146 / 57%);;overflow:none;z-index:99}.btn-clc:after{color:#fff;transition-property:all .2s linear 0s;-moz-transition:all .2s linear 0s;-webkit-transition:all .2s linear 0s;-o-transition:all .2s linear 0s}.btn-clc:hover:after{color:#34B484}.buttonclc{display:inline;position:absolute;right:50px;top:6px;z-index:999;font-size:30px}.buttonclc a{text-decoration:none}.menu{margin:100px auto;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.menu .middle{position:relative;min-height:40px;list-style:none;padding:0;margin:0;text-transform:uppercase;font-weight:700;font-size:15px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.menu .middle li{text-align:center;margin:0;padding:1rem;outline:0 none;position:relative;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(1px);-moz-transform:translateZ(1px);-ms-transform:translateZ(1px);-o-transform:translateZ(1px);transform:translateZ(1px);z-index:1}.menu .middle li:hover{-webkit-box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3);-moz-box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3);box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3);cursor:pointer}.menu .middle li:hover:before,.menu .middle li:focus:before{content:'▪️';font-size:16px;position:absolute;top:15px;left:20px}.menu .middle li:focus,.menu .middle li:focus:after{color:#3EAC9E;background-color:#fff4bf6b}.menu .middle li .fa{padding-right:15px}.menu .middle li:focus:after,.menu .middle li:hover:after{content:'';position:absolute;height:48px;width:30px;top:0;right:-30px;-webkit-transform:rotateY(90deg) translateZ(-14px) translateX(15px);-moz-transform:rotateY(90deg) translateZ(-14px) translateX(15px);-ms-transform:rotateY(90deg) translateZ(-14px) translateX(15px);-o-transform:rotateY(90deg) translateZ(-14px) translateX(15px);transform:rotateY(90deg) translateZ(-14px) translateX(15px);pointer-events:none}.menu .middle li:hover:after{-webkit-box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3);-moz-box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3);box-shadow:inset 0 0 80px 0 rgb(255 255 255 / .3)}.menu .bottom{height:40px}.menu-back{position:absolute;background:#fff0}.glass-reflection{position:absolute;-webkit-transition:box-shadow 1s;-moz-transition:box-shadow 1s;-ms-transition:box-shadow 1s;-o-transition:box-shadow 1s;transition:box-shadow 1s;-webkit-transform:rotateZ(-1deg) translateZ(1px) skewY(60deg);-moz-transform:rotateZ(-1deg) translateZ(1px) skewY(60deg);-ms-transform:rotateZ(-1deg) translateZ(1px) skewY(60deg);-o-transform:rotateZ(-1deg) translateZ(1px) skewY(60deg);transform:rotateZ(-1deg) translateZ(1px) skewY(60deg);-webkit-box-shadow:inset 0 -40px 0 -50px #fff0;-moz-box-shadow:inset 0 -40px 0 -50px #fff0;box-shadow:inset 0 -40px 0 -50px #fff0;border-radius:200px 0 20px 0;top:85px;left:95px;width:200px;height:100px;background-color:#fff0}input.toggle:checked~.menu .glass-reflection{-webkit-box-shadow:inset 0 -40px 150px -50px rgb(255 255 255 / .15);-moz-box-shadow:inset 0 -40px 150px -50px rgb(255 255 255 / .15);box-shadow:inset 0 -40px 150px -50px rgb(255 255 255 / .15)}.rounded-circle-2{border-radius:20%;}.new-h3txt{display:flex;flex-direction:row;align-content:center;align-items:center;justify-content:center}.team-img{width:150px;height:150px;object-fit:cover;border-radius:50%;border:4px solid #dee2e6;margin-bottom:10px;transition:0.3s ease}.grayscale{filter:grayscale(100%)}.team-member{text-align:center;margin-bottom:40px}@keyframes arrow{from{opacity:1;transform:rotate(90deg) translateX(0%)}to{opacity:0;transform:rotate(90deg) translateX(50%)}}.clearfix{overflow:auto}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  background: #fff;
  filter: blur(4px) contrast(12);
  z-index: 9999;
}

.loader-inner {
  display: inline-grid;
  padding: 5px;
}

.loader-inner:before,
.loader-inner:after {
  content: "";
  grid-area: 1/1;
  height: 40px;
  aspect-ratio: 3;
  --c: #0000 64%,#000 66% 98%,#0000 101%;
  background:
    radial-gradient(35% 146% at 50% 159%,var(--c)) 0 0,
    radial-gradient(35% 146% at 50% -59%,var(--c)) 100% 100%;
  background-size: calc(200%/3) 50%;
  background-repeat: repeat-x;
}

.loader-inner:before {
  -webkit-mask: repeating-linear-gradient(90deg,#000 0 8%,#0000 0 15%);
}

.loader-inner:after {
  clip-path: inset(0 100% 0 0);
  animation: l13 1.5s infinite linear;
}

@keyframes l13{
  50% {clip-path: inset(0)}
  to {clip-path: inset(0 0 0 100%)}
}
.text-justify{
	text-align: justify;
}
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1rem;
}
.cards-wrapper .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}