.Header-module__4IjL-a__header-outer{z-index:100;background-color:#fff;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-left:7rem;padding-right:7rem;display:flex;position:fixed}.Header-module__4IjL-a__header-left{flex-direction:row;align-items:center;gap:30px;display:flex}.Header-module__4IjL-a__logo:hover{cursor:pointer}.Header-module__4IjL-a__nav-links{flex-direction:row;gap:10px;display:flex}.Header-module__4IjL-a__nav-links ul{flex-direction:row;gap:0;margin:0;padding:0;list-style:none;display:flex}.Header-module__4IjL-a__nav-links ul li{cursor:pointer;padding-top:12px;padding-bottom:12px;font-size:1.125rem;font-weight:500;line-height:20px;position:relative}.Header-module__4IjL-a__arrow-down{width:16px;height:16px;transition:transform .15s}.Header-module__4IjL-a__nav-links ul li a{color:var(--text-muted);will-change:transform;background:0 0;flex-direction:row;align-items:center;padding:.75rem;font-size:1.125rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.Header-module__4IjL-a__nav-links ul li a:hover{color:var(--accent-purple)}.Header-module__4IjL-a__dropdown-menu{z-index:1000;background-color:#fff;border-radius:12px;min-width:250px;max-height:90vh;padding:16px 0;display:none;position:absolute;top:80%;left:0;overflow-y:auto;box-shadow:0 10px 30px #0006}.Header-module__4IjL-a__nav-item:hover .Header-module__4IjL-a__dropdown-menu{display:block}.Header-module__4IjL-a__dropdown-menu ul{flex-direction:column;gap:4px;display:flex}.Header-module__4IjL-a__dropdown-menu ul li{padding:0}.Header-module__4IjL-a__dropdown-menu ul li a{color:var(--text-muted);width:100%;padding:8px 24px;font-size:1.125rem;font-weight:500;transition:background-color .2s;display:block}.Header-module__4IjL-a__dropdown-menu ul li a:hover{background-color:var(--hover-light);color:var(--accent-purple)}.Header-module__4IjL-a__nav-item:hover .Header-module__4IjL-a__arrow-down{color:var(--accent-purple);transform:translateY(2px)}.Header-module__4IjL-a__header-right{flex-direction:row;align-items:center;gap:15px;display:flex}.Header-module__4IjL-a__menu-icon-container{cursor:pointer;background:0 0;border:none;display:none}.Header-module__4IjL-a__menu-icon{width:2rem;height:2rem;transition:color .3s}.Header-module__4IjL-a__menu-icon-container:hover .Header-module__4IjL-a__menu-icon{color:var(--accent-purple)}@media screen and (max-width:1365px){.Header-module__4IjL-a__header-outer{justify-content:space-between;padding:12px 50px}.Header-module__4IjL-a__nav-links{display:none}.Header-module__4IjL-a__menu-icon-container{display:block}}@media screen and (max-width:800px){.Header-module__4IjL-a__header-outer{gap:0}}@media screen and (max-width:600px){.Header-module__4IjL-a__header-outer{justify-content:space-between;padding:12px 24px}}@media screen and (max-width:515px){.Header-module__4IjL-a__header-outer{padding:12px 30px}.Header-module__4IjL-a__header-right Button{display:none}}
.Button-module__CQ3rna__btn{cursor:pointer;will-change:transform;border:none;border-radius:.625rem;padding:12px 30px;font-size:16px;font-weight:500;transition:background-color .3s,transform .3s}.Button-module__CQ3rna__btn:hover{transform:scale(1.07)}.Button-module__CQ3rna__btn-primary{background:var(--primary-purple);color:#fff}.Button-module__CQ3rna__btn-primary:hover{background:#5638ee}.Button-module__CQ3rna__btn-secondary{color:var(--primary-purple);border:1px solid var(--primary-purple);background-color:#0000}.Button-module__CQ3rna__btn-secondary:hover{opacity:.9}.Button-module__CQ3rna__btn-dark{color:#fff;background:#000}.Button-module__CQ3rna__btn-dark:hover{background:#1a1a1a}.Button-module__CQ3rna__btn-create-vid{color:#6e006c;background-color:#fff;border:none}.Button-module__CQ3rna__btn-create-vid:hover{color:#7d047b;box-shadow:0 4px 6px #0006}
.Navbar-module__XXK-tW__sidebar-backdrop{z-index:1000;opacity:0;visibility:hidden;background-color:#00000080;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.Navbar-module__XXK-tW__sidebar-backdrop.Navbar-module__XXK-tW__active{opacity:1;visibility:visible}.Navbar-module__XXK-tW__sidebar-drawer{z-index:1001;background-color:#fff;flex-direction:column;width:500px;max-width:85%;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-5px 0 15px #0000001a}.Navbar-module__XXK-tW__sidebar-drawer.Navbar-module__XXK-tW__open{transform:translate(0)}.Navbar-module__XXK-tW__sidebar-header{justify-content:flex-end;padding:20px;display:flex}.Navbar-module__XXK-tW__close-btn{cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:color .3s;display:flex}.Navbar-module__XXK-tW__close-btn svg{width:24px;height:24px}.Navbar-module__XXK-tW__close-btn:hover{color:var(--accent-purple)}.Navbar-module__XXK-tW__sidebar-content{flex-direction:column;flex:1;gap:40px;padding:20px 40px;display:flex}.Navbar-module__XXK-tW__sidebar-nav{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__XXK-tW__sidebar-nav li a{color:#313242;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__XXK-tW__sidebar-nav li a:hover{color:var(--accent-purple)}.Navbar-module__XXK-tW__sidebar-footer{flex-direction:column;gap:16px;margin-top:auto;padding-bottom:40px;display:flex}.Navbar-module__XXK-tW__sidebar-btn{width:100%!important}@media screen and (max-width:480px){.Navbar-module__XXK-tW__sidebar-drawer{width:100%}}
.Features-module__7iu_hG__features-outer{width:100%;height:auto;padding-top:50px}.Features-module__7iu_hG__feature-one{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:82vh;padding:0;display:flex;position:relative;overflow:hidden}.Features-module__7iu_hG__features-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.Features-module__7iu_hG__feature-one:before{content:"";z-index:1;position:absolute;inset:0}.Features-module__7iu_hG__features-vid-content-cover{align-items:center;width:100%;height:100%;display:flex;position:relative}.Features-module__7iu_hG__features-vid-content-container{z-index:66;flex-direction:row;justify-content:center;width:100%;display:flex;position:absolute}.Features-module__7iu_hG__features-vid-content{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:flex-start;width:80%;max-width:65rem;margin:4rem auto;display:flex;position:relative}.Features-module__7iu_hG__features-vid-content h1{color:#fff;letter-spacing:normal;text-shadow:0 .1875rem .5625rem #3c3c4840;max-width:38rem;margin:0 0 1rem;font-size:40px;font-weight:700;line-height:48px}.Features-module__7iu_hG__features-vid-content p{color:#fffd;text-shadow:0 .1875rem .5625rem #3c3c4840;max-width:30rem;margin:0 0 1rem;font-size:1.25rem;font-weight:700;line-height:1.5}.Features-module__7iu_hG__features-btn-container{margin-top:10px}.Features-module__7iu_hG__features-section-outer{background-color:#eaeafa;flex-direction:column;align-items:center;width:100%;display:flex}.Features-module__7iu_hG__feature-section{flex-direction:row;justify-content:space-evenly;align-items:center;gap:56px;width:85%;margin:4rem auto;padding:3rem 0;display:flex}.Features-module__7iu_hG__feature-section-two-cover{background-color:#fff;width:100%}.Features-module__7iu_hG__features-text{text-align:left;flex-direction:column;flex:0 0 45%;gap:30px;max-width:520px;padding:0 16px;display:flex}.Features-module__7iu_hG__features-text h2{letter-spacing:normal;color:#313242;font-size:36px;font-weight:700;line-height:40px}.Features-module__7iu_hG__features-text p{color:#313242;letter-spacing:normal;font-size:20px;line-height:30px}.Features-module__7iu_hG__features-text a{color:#4d43de}.Features-module__7iu_hG__features-text a svg{vertical-align:middle;width:1em;height:1em;margin:0 0 .2rem .15rem}.Features-module__7iu_hG__features-img-container{flex-direction:row;align-items:center;min-width:280px;max-width:560px;display:flex}.Features-module__7iu_hG__features-img{object-fit:contain;width:100%;height:auto}.Features-module__7iu_hG__features-section-btn-container{flex-direction:row;width:100%;display:flex}.Features-module__7iu_hG__feature-section.Features-module__7iu_hG__three{background-color:#eaeafa;flex-direction:column;gap:20px;width:100%;margin:0;padding:10px;display:flex}.Features-module__7iu_hG__features-text.Features-module__7iu_hG__three{text-align:center;max-width:100%}.Features-module__7iu_hG__features-text.Features-module__7iu_hG__three h2{color:#313242}.Features-module__7iu_hG__features-cards-container{flex-flow:wrap;justify-content:center;gap:20px;width:100%;margin-top:8px;padding:20px 2.5rem;display:flex}.Features-module__7iu_hG__feature-card{text-align:left;background-color:#fff;border-radius:.75rem;flex-direction:column;flex:1;align-items:flex-start;width:100%;min-width:260px;max-width:410px;height:auto;padding:16px;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Features-module__7iu_hG__feature-card:hover{opacity:.8;transition:all .2s;transform:translateY(-1px)scale(1.02);box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000000a}.Features-module__7iu_hG__icon-and-card-title{flex-direction:row;align-items:center;gap:15px;display:flex}.Features-module__7iu_hG__feature-card h3{color:#313242;font-size:20px;font-weight:400}.Features-module__7iu_hG__feature-card p{color:#151435;opacity:.8;flex-grow:1;margin-top:10px;margin-bottom:10px;font-size:.875rem;line-height:21px}.Features-module__7iu_hG__feature-card a{color:#4d43de;align-items:center;gap:5px;font-size:14px;display:inline-flex}.Features-module__7iu_hG__feature-card a:hover{text-decoration:underline}.Features-module__7iu_hG__feature-card .Features-module__7iu_hG__arrow-icon{width:16px;height:16px;margin:0;transition:transform .2s}.Features-module__7iu_hG__feature-card a:hover .Features-module__7iu_hG__arrow-icon{transform:translate(3px)}@media screen and (max-width:1000px){.Features-module__7iu_hG__feature-one{height:54vh}.Features-module__7iu_hG__features-vid-content h1{font-size:32px;line-height:38px}.Features-module__7iu_hG__features-text{max-width:430px}}@media screen and (max-width:700px){.Features-module__7iu_hG__feature-section{flex-direction:column-reverse;gap:20px;padding:50px 0}.Features-module__7iu_hG__features-text{max-width:none}.Features-module__7iu_hG__feature-section.Features-module__7iu_hG__two{flex-direction:column}}@media screen and (max-width:570px){.Features-module__7iu_hG__features-text{padding:0}.Features-module__7iu_hG__features-text h2{text-align:center;padding:0;font-size:32px;line-height:36px}.Features-module__7iu_hG__feature-section{gap:20px;margin:1.5rem;padding:50px 0}.Features-module__7iu_hG__features-section-btn-container{flex-direction:row;justify-content:center;width:100%;display:flex}}
.Testimonials-module__H0SS8a__testimonials-outer{text-align:center;max-width:1200px;margin:0 auto;padding:100px 20px}.Testimonials-module__H0SS8a__testimonials-outer h2{color:#313242;margin-bottom:3rem;font-size:36px;font-weight:700}.Testimonials-module__H0SS8a__testimonials-grid{flex-direction:row;justify-content:center;gap:40px;margin-bottom:16px;display:flex}.Testimonials-module__H0SS8a__testimonial-item{flex-direction:column;flex:1;align-items:flex-start;min-width:220px;max-width:630px;display:flex}.Testimonials-module__H0SS8a__user-info{text-align:left;flex-direction:row;align-items:center;gap:15px;margin-bottom:6px;display:flex}.Testimonials-module__H0SS8a__user-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex;overflow:hidden}.Testimonials-module__H0SS8a__user-avatar.Testimonials-module__H0SS8a__monika{background-color:#2ecc71}.Testimonials-module__H0SS8a__quote-bubble{text-align:left;color:#545472;background-color:#efedfd;border-radius:.125rem 1rem 1rem;padding:16px 22px;font-size:16px;line-height:20px}.Testimonials-module__H0SS8a__user-details h3{color:#313242;margin:0;font-size:16px;font-weight:400}.Testimonials-module__H0SS8a__user-details span{color:#8c8c9a;font-size:14px}.Testimonials-module__H0SS8a__social-proof-badges{flex-flow:wrap;justify-content:space-evenly;gap:70px;display:flex}.Testimonials-module__H0SS8a__badge{cursor:pointer;border:1px solid #e0e0e0;border-radius:1rem;align-items:center;gap:20px;min-width:300px;padding:14px 12px;transition:box-shadow .3s,transform .3s;display:flex}.Testimonials-module__H0SS8a__badge:hover{transition:all .2s;transform:translateY(-1px)scale(1.02);box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000000a}.Testimonials-module__H0SS8a__badge-logo{align-items:center;gap:10px;display:flex}.Testimonials-module__H0SS8a__badge-name{font-size:18px;font-weight:700}.Testimonials-module__H0SS8a__badge-name.Testimonials-module__H0SS8a__facebook{color:#1877f2}.Testimonials-module__H0SS8a__badge-name.Testimonials-module__H0SS8a__product-hunt{color:#da552f}.Testimonials-module__H0SS8a__badge-rating{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.Testimonials-module__H0SS8a__stars{gap:2px;display:flex}.Testimonials-module__H0SS8a__review-count{color:#64647c;margin-top:5px;font-size:14.4px;line-height:20px;text-decoration:underline}@media (max-width:600px){.Testimonials-module__H0SS8a__testimonials-outer{padding:50px 1rem}.Testimonials-module__H0SS8a__testimonials-grid{flex-direction:column;align-items:center;margin-top:0}.Testimonials-module__H0SS8a__social-proof-badges{flex-direction:column;align-items:center;width:100%;padding:20px 0}.Testimonials-module__H0SS8a__badge{max-width:350px;min-width:none;flex-direction:column;gap:4px;padding-left:3rem;padding-right:3rem}}@media screen and (max-width:400px){.Testimonials-module__H0SS8a__badge{max-width:350px;min-width:none;flex-direction:column;gap:4px;padding-left:8px;padding-right:8px}}
.Bottom-module__mw-2fW__bottom-outer{width:100%;padding-top:70px 0px;justify-content:center;align-items:center;display:flex}.Bottom-module__mw-2fW__bottom-container{text-align:center;color:#fff;background-image:url(/assets/images/bottom-banner-img.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:300px;display:flex}.Bottom-module__mw-2fW__bottom-container h2{max-width:600px;font-family:Sofia Sans,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.Bottom-module__mw-2fW__bottom-container button{color:#554af0;cursor:pointer;background-color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;transition:transform .2s}.Bottom-module__mw-2fW__bottom-container button:hover{transform:scale(1.05)}
.Footer-module__ItJ-nG__footer-outer{background-color:#fff;justify-content:center;width:100%;padding-top:20px;display:flex}.Footer-module__ItJ-nG__footer-wrapper{color:#333;background-color:#fff;width:100%;font-family:Segoe UI,sans-serif}.Footer-module__ItJ-nG__footer-container{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1240px;margin:0 auto;padding:4rem 4rem 2rem;display:flex}.Footer-module__ItJ-nG__footer-col{flex:200px;min-width:180px}.Footer-module__ItJ-nG__footer-col-nested{flex-direction:column;flex:200px;gap:2rem;min-width:180px;display:flex}@media (max-width:62em){.Footer-module__ItJ-nG__footer-container>.Footer-module__ItJ-nG__footer-col-nested:last-child{border-top:1px solid #f0f0f0;flex-direction:row;flex:0 0 100%;padding-top:2rem;display:flex}.Footer-module__ItJ-nG__footer-container>.Footer-module__ItJ-nG__footer-col-nested:last-child>div{flex:1}}@media (max-width:800px){.Footer-module__ItJ-nG__footer-container>.Footer-module__ItJ-nG__footer-col-nested:nth-last-child(2){border-top:1px solid #f0f0f0;flex-direction:row;flex:0 0 100%;padding-top:2rem;display:flex}.Footer-module__ItJ-nG__footer-container>.Footer-module__ItJ-nG__footer-col-nested:nth-last-child(2)>div{flex:1}.Footer-module__ItJ-nG__footer-col{flex:45%}}.Footer-module__ItJ-nG__footer-container p{color:#2e248f;margin:0 0 24px;font-size:.875rem;font-weight:700;line-height:normal}.Footer-module__ItJ-nG__footer-container ul{margin:0;padding:0;list-style:none}.Footer-module__ItJ-nG__footer-container a{color:#555;font-size:1rem;font-weight:400;line-height:200%;-webkit-text-decoration:none;text-decoration:none;transition:color .2s,font-variation-settings .2s;display:inline-block;position:relative}.Footer-module__ItJ-nG__footer-container a:hover{color:#ad58db}.Footer-module__ItJ-nG__footer-container a:after{content:"";transform-origin:0 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M0 15 Q50 5 100 15' stroke='%23AD58DB' stroke-width='6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 60%;width:100%;height:8px;transition:transform .2s ease-out;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.Footer-module__ItJ-nG__footer-container a:hover:after{transform:scaleX(1)}.Footer-module__ItJ-nG__chevron{display:none}.Footer-module__ItJ-nG__col-header{display:block}@media screen and (max-width:516px){.Footer-module__ItJ-nG__footer-container{flex-direction:column;gap:0;width:100%;padding:1rem 0;display:flex}.Footer-module__ItJ-nG__footer-container>.Footer-module__ItJ-nG__footer-col-nested{display:flex;border-top:none!important;flex-direction:column!important;flex:none!important;gap:0!important;padding-top:0!important}.Footer-module__ItJ-nG__footer-col,.Footer-module__ItJ-nG__footer-section{color:#2e248f;background:#fff;border:2px solid #eaeafa;border-radius:.75rem;margin-bottom:.75rem;padding:0}.Footer-module__ItJ-nG__col-header{font-variation-settings:"wght" 600;cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:3rem;padding:0 1.25rem;font-size:1.125rem;display:flex;position:relative}.Footer-module__ItJ-nG__footer-outer p{color:#2e248f;margin:0;font-size:1rem}.Footer-module__ItJ-nG__footer-outer a:hover{color:#2c18dd}.Footer-module__ItJ-nG__footer-outer a:after{display:none}.Footer-module__ItJ-nG__chevron{color:#1a1a1a;width:20px;height:20px;transition:transform .3s;display:block}.Footer-module__ItJ-nG__footer-col.Footer-module__ItJ-nG__open .Footer-module__ItJ-nG__chevron,.Footer-module__ItJ-nG__footer-section.Footer-module__ItJ-nG__open .Footer-module__ItJ-nG__chevron{transform:rotate(180deg)}.Footer-module__ItJ-nG__footer-outer ul{padding:0 1.25rem 1.25rem;display:none}.Footer-module__ItJ-nG__footer-col.Footer-module__ItJ-nG__open ul,.Footer-module__ItJ-nG__footer-section.Footer-module__ItJ-nG__open ul{display:block}}.Footer-module__ItJ-nG__footer-two{flex-direction:column;width:100%;display:flex}.Footer-module__ItJ-nG__footer-row{justify-content:space-between;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:4rem 4rem 2rem;display:flex}.Footer-module__ItJ-nG__footer-row:last-child{border-top:1px solid #f0f0f0}.Footer-module__ItJ-nG__language-selector{background:#fff;border:1px solid #2c18dd;border-radius:10px;flex-direction:row;align-items:center;gap:8px;width:15rem;height:2.625rem;padding-left:1.5rem;padding-right:.75rem;font-size:1rem;transition:border-color .2s;display:flex;position:relative}.Footer-module__ItJ-nG__language-selector:hover{border-color:var(--accent-purple);cursor:pointer;opacity:.6;transition:color .2s,transform .2s;transform:translateY(-2px)}.Footer-module__ItJ-nG__lang-select{color:#2e248f;font-variation-settings:"wght" 400;appearance:none;cursor:pointer;border:none;width:100%;height:100%}.Footer-module__ItJ-nG__lang-icon-select{pointer-events:none;color:var(--accent-purple);position:absolute;left:.75rem}.Footer-module__ItJ-nG__select-chevron{pointer-events:none;color:var(--text-dark);transition:transform .2s;position:absolute;right:1rem}.Footer-module__ItJ-nG__lang-select:focus+.Footer-module__ItJ-nG__select-chevron{transform:translateY(2px)}.Footer-module__ItJ-nG__social-links{align-items:center;gap:20px;display:flex}.Footer-module__ItJ-nG__social-icon{color:var(--text-dark);justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.Footer-module__ItJ-nG__social-icon:hover{transform:scale(1.15)}.Footer-module__ItJ-nG__youtube:hover{color:red!important}.Footer-module__ItJ-nG__x:hover{color:#1da1f2!important}.Footer-module__ItJ-nG__instagram:hover{color:#b900b4!important}.Footer-module__ItJ-nG__fb:hover{color:#1877f2!important}.Footer-module__ItJ-nG__linkedin:hover{color:#0077b5!important}.Footer-module__ItJ-nG__tiktok:hover{color:#fe2c55!important}.Footer-module__ItJ-nG__legal-left{align-items:center;gap:20px;display:flex}.Footer-module__ItJ-nG__ms-logo{height:24px}.Footer-module__ItJ-nG__ms-logo:hover{opacity:.8;cursor:pointer}.Footer-module__ItJ-nG__copyright{color:#555;margin-bottom:0;font-size:14px}.Footer-module__ItJ-nG__legal-right{flex-flow:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__ItJ-nG__legal-right a{color:#555;white-space:nowrap;font-size:14px;line-height:28px;text-decoration:none}.Footer-module__ItJ-nG__legal-right a:hover{color:var(--accent-purple);text-decoration:none}.Footer-module__ItJ-nG__privacy-choice{flex-direction:row;align-items:center;gap:4px;text-decoration:none;display:flex!important}.Footer-module__ItJ-nG__privacy-choice-icon{width:30px;height:30px;margin:0;padding:0;display:block}.Footer-module__ItJ-nG__privacy-choice-text{margin:0;padding:0}.Footer-module__ItJ-nG__footer-row.Footer-module__ItJ-nG__two{margin-top:30px}@media screen and (max-width:1000px){.Footer-module__ItJ-nG__footer-row.Footer-module__ItJ-nG__two{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem 0}.Footer-module__ItJ-nG__legal-left{flex-direction:column;gap:1rem}.Footer-module__ItJ-nG__legal-right{flex-wrap:wrap;justify-content:center}.Footer-module__ItJ-nG__footer-two{padding-bottom:3rem}}@media screen and (max-width:800px){.Footer-module__ItJ-nG__footer-row{flex-direction:column;gap:2rem}.Footer-module__ItJ-nG__footer-container{padding-left:20px;padding-right:20px}}.Footer-module__ItJ-nG__footer-three{background:linear-gradient(#fff0 25%,#d5bdfc 100%);border-top:1px solid #faf9ff;flex-direction:column;align-items:center;width:100%;margin-top:2rem;padding-bottom:50px;display:flex}.Footer-module__ItJ-nG__footer-bottom-text{flex-direction:column;padding:20px;display:flex}.Footer-module__ItJ-nG__footer-bottom-text p{color:#555;text-align:center;max-width:32rem;margin:0 auto 1rem;padding:0;font-size:16px;line-height:150%}@media screen and (max-width:515px){.Footer-module__ItJ-nG__footer-three{margin-top:0}.Footer-module__ItJ-nG__footer-bottom-text{padding:0 32px}}
