@import"https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,500,600,700&f[]=satoshi@300,400,500,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap";:root{--rs-font-heading: "Clash Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rs-font-body: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rs-green: #095946;--rs-accent: #009370;--rs-cream-bg: #f1f3ea;--rs-cream-btn: #FFF7D4;--rs-mint: #E3FFDE;--rs-black: #000;--rs-white: #fff;--rs-border: rgba(0, 0, 0, .3)}.rs-section,.rs-section *{box-sizing:border-box}.rs-section{font-family:var(--rs-font-body);font-weight:400;color:var(--rs-black);-webkit-font-smoothing:antialiased;line-height:1.4}.rs-section :where(h1,h2,h3,h4,h5,h6,.rs-h){font-family:var(--rs-font-heading);font-weight:500;text-transform:none;letter-spacing:0;margin:0;color:inherit}.rs-section :where(p){margin:0 0 1em}.rs-section :where(p:last-child){margin-bottom:0}.rs-section :where(ul,ol){margin:0;padding:0;list-style:none}.rs-section :where(img,video,svg){max-width:100%;display:block}.rs-section :where(button){font-family:inherit;cursor:pointer;background:none;border:0;padding:0;color:inherit}.rs-section :where(a){color:inherit}.rs-section :where(sup,.dagger){font-size:.5em;vertical-align:super;line-height:0;font-weight:inherit;font-style:inherit}.rs-section :where(strong,b){font-weight:700}.rs-container{width:100%;max-width:1500px;margin-left:auto;margin-right:auto;padding-left:50px;padding-right:50px}.rs-container--narrow{max-width:1066px}.rs-container--small{max-width:860px}@media(max-width:991px){.rs-container,.rs-container--narrow,.rs-container--small{padding-left:20px;padding-right:20px}}.rs-hide-desk{display:none!important}@media(max-width:991px){.rs-hide-mob{display:none!important}.rs-hide-desk{display:block!important}.rs-hide-desk.rs-flex{display:flex!important}.rs-hide-desk.rs-btn{display:inline-flex!important}}.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:336px;height:54.5px;padding:0 18px;border-radius:6px;background:var(--rs-btn-bg, var(--rs-green));color:var(--rs-btn-color, #fff);font-family:var(--rs-font-heading);font-weight:500;font-size:19.4px;line-height:1;letter-spacing:0;text-align:center;text-decoration:none;border:0;transition:background .5s,color .5s,box-shadow .5s;cursor:pointer}.rs-btn:hover{background:transparent;color:var(--rs-btn-bg, var(--rs-green));box-shadow:0 0 0 2px var(--rs-btn-bg, var(--rs-green)) inset}.rs-btn--pill{border-radius:100px;height:62px;font-size:20px;max-width:100%}.rs-btn--full{max-width:100%}@media(max-width:991px){.rs-btn{border-radius:5px;height:45px;max-width:100%;font-size:16px}.rs-btn--pill{border-radius:100px;height:50px;font-size:18px}}.rs-heading strong,.rs-heading b{font-weight:inherit;color:var(--rs-highlight, var(--rs-accent))}.rs-heading strong.rs-block,.rs-heading--stack strong{display:inline-block;width:100%}.rs-stars{display:inline-flex;gap:2px;color:var(--rs-stars-color, var(--rs-accent));line-height:0}.rs-stars svg{width:var(--rs-star-size, 14px);height:var(--rs-star-size, 14px);fill:currentColor}.rs-icon{display:inline-block;width:1em;height:1em;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rs-icon--fill{fill:currentColor;stroke:none}@keyframes rs-marquee{0%{transform:translate(0)}to{transform:translate(var(--rs-marquee-end, -50%))}}.rs-marquee{overflow:hidden}.rs-marquee__track{display:flex;width:max-content;animation:rs-marquee var(--rs-marquee-speed, 40s) linear infinite}.rs-marquee:hover .rs-marquee__track{animation-play-state:var(--rs-marquee-hover, running)}@media(prefers-reduced-motion:reduce){.rs-marquee__track{animation-duration:120s}}.rs-section .swiper-pagination-bullet{background:#00000040;opacity:1;width:8px;height:8px;transition:width .2s}.rs-section .swiper-pagination-bullet-active{background:var(--rs-accent);width:22px;border-radius:4px}.rs-section .swiper-pagination.swiper-pagination-horizontal{position:static;margin-top:0}.rs-nav{display:flex;justify-content:center;gap:12px;margin-top:16px}.rs-nav button{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--rs-nav-bg, rgba(0, 0, 0, .1));color:var(--rs-nav-color, #000)}.rs-nav button svg{width:24px;height:24px}.rs-nav button.swiper-button-disabled{opacity:.35}.rs-video{position:relative;width:100%;overflow:hidden;border-radius:var(--rs-video-radius, 8px);background:#000;padding-bottom:var(--rs-video-ratio, 170%)}.rs-video video,.rs-video img.rs-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.rs-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;z-index:2;border-radius:50%;background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff}.rs-video__play svg{width:18px;height:18px;margin-left:3px;fill:#fff}.rs-video.is-playing .rs-video__play{display:none}.rs-faq{background:#fff;border:1px solid #e4e4e4;border-radius:5px;color:#000;margin-bottom:11px;overflow:hidden}.rs-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-family:var(--rs-font-body);font-size:17px;font-weight:700;line-height:18px;padding:17px 20px 21px}.rs-faq__toggle{font-size:22px;font-weight:300;line-height:1;width:14px;text-align:center;flex-shrink:0}.rs-faq__a{display:none;font-size:15.5px;font-weight:400;line-height:20px;padding:0 20px 16px}.rs-faq__a :where(ul){list-style:disc;padding-left:20px}.rs-faq__a :where(li){margin-bottom:4px}.rs-faq.is-open .rs-faq__a{display:block}.rs-placeholder{width:100%;height:100%;background:#e9ede4;color:#b7c2b0;display:block}.rs-placeholder svg{width:100%;height:100%}.rs-anchor{position:relative;top:-90px;height:0;visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/19/assets/rs-base.css.map */
