.app-container{align-items:center;height:100vh;width:100%;position:relative}body::-webkit-scrollbar{display:none}.page{width:100%;display:flex;flex-direction:column;gap:100px;background:var(--white);padding:15px 67px 100px;align-items:center;overflow:hidden}@media screen and (max-width: 800px){.page{padding:15px 38px 80px;gap:80px}}@media screen and (max-width: 400px){.page{padding:32px 8px 59px;gap:59px}}.floating-icon{position:fixed;z-index:1;bottom:10px;right:10px;display:none}@media screen and (max-width: 768px){.floating-icon{display:block}}.contact-btn{padding:8px 30px;background:var(--normal);border-radius:20px;border:none;color:#fff;font-weight:500;text-decoration:none;cursor:pointer}@media screen and (max-width: 400px){.contact-btn{padding:5px 11px;font-size:12px!important;letter-spacing:-.5px!important}}.category{padding:0 10px;color:var(--normal);border-radius:22px;border:1px solid #eee2fe;background:linear-gradient(90deg,#e9d8ff 0%,rgba(255,255,255,0) 100%,#3b0b10 100%);display:inline-block}@media screen and (max-width: 400px){.category{padding:0 18px;font-size:12px!important;letter-spacing:-.5px!important}}.arrow-nav-btns{align-self:flex-end;display:flex;gap:10px}.nav-btn{display:flex;height:55.11px;padding:17.23px 19.23px 17.23px 15.23px;align-items:center;border-radius:999px;border:1px solid var(--normal);opacity:.801;cursor:pointer;background:var(--normal)}.left{background:#fff}.arrow-size{width:21px;height:21px}@media screen and (max-width: 400px){.arrow-nav-btns{gap:10px}.nav-btn{width:40px;height:40px;padding:6.23px 7.12px}}.view-all{text-decoration:none;color:var(--dark);line-height:150%;display:flex;align-items:center;gap:8px;cursor:pointer}.rotate-90{transform:rotate(90deg)}.rotate-270{transform:rotate(270deg)}.logo h1{color:#fff;text-align:center;font-family:var(--heading-font);font-size:20.045px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.307px}.components-header-container{display:flex;flex-direction:column;gap:20px;align-items:center;max-width:800px}.components-header-container h1,.components-header-container p{text-align:center}.components-header-container a{text-decoration:none;color:var(--normal);font-weight:600}@media screen and (max-width: 800px){.components-header-container h1{font-size:36px;letter-spacing:-.96px}}@media screen and (max-width: 400px){.components-header-container{gap:8px}.components-header-container h1{font-size:24px;font-weight:500;letter-spacing:normal}.components-header-container p{font-size:12px;letter-spacing:-.5px}}.page-header-container{display:flex;flex-direction:column;gap:15px;align-items:center;max-width:930px}.page-header-container h1{text-align:center}.page-header-container p{text-align:center;line-height:150%}@media screen and (max-width: 400px){.page-header-container{gap:8px}.page-header-container h1{font-size:24px;font-weight:500;letter-spacing:normal}.page-header-container p{font-size:16px;letter-spacing:-.96px}}.contact-info-container{display:flex;flex-direction:column;gap:10px;align-items:center;color:var(--dark);cursor:pointer;text-decoration:none}.contact-info-container img{width:40px;height:38px}.contact-info-container h2{font-size:20px;color:var(--dark);font-style:normal;font-weight:400;text-align:center}.contact-info-container a{font-size:16px;color:var(--grey);text-decoration:none}.contact-info-container p{text-align:center}.ap-container{display:flex;flex-direction:column;gap:20px;margin-bottom:20px;max-width:720px;width:100%}.ac-wrapper{width:90%}.ap-container li{color:var(--grey)}@media screen and (max-width: 400px){.ap-container h1{font-size:16px!important;font-weight:400;letter-spacing:-.96px}.ap-container li{font-size:12px;line-height:normal;letter-spacing:-.5px}}.navbar-container{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:47px;background:var(--dark);width:100%;position:relative}.links{display:block!important}.links ul{list-style-type:none;display:flex;gap:16px;justify-content:flex-start;width:100%}.nav-options .contact-btn{display:none}.nav-links{text-decoration:none;color:#fff}.nav-links:hover{color:#948182}.nav-active{color:#948182!important}.burger-menu{display:none;cursor:pointer}.bar{width:30px;height:3px;background-color:#fff;margin:4px 0;transition:.3s}.burger-menu.open .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.burger-menu.open .bar:nth-child(2){opacity:0}.burger-menu.open .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.dropdown-menu{position:absolute;top:64px;right:10px;width:200px;border-radius:4px;padding:16px;background-color:var(--dark)}.menu-break{width:100%;height:0px;background-color:gray!important;border:none}.dropdown-menu:before{content:"";position:absolute;right:15px;top:-10px;height:20px;width:20px;transform:rotate(45deg);background-color:var(--dark)}.dropdown-menu ul{list-style-type:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.dropdown-menu li{width:100%;display:flex;align-items:center;justify-content:center}.dropdown-menu .nav-links{letter-spacing:-.96px;width:100%}.dropdown-menu .contact-btn{display:block!important}.dropdown-menu.open{display:block!important;top:65px;animation:fade-in .5s ease-in-out}.dropdown-menu.close{animation:fade-out .5s ease-in-out}.dropdown-menu.hide{display:none!important}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media screen and (max-width: 768px){.navbar-container .contact-btn{display:none}.burger-menu{display:block}}.hero-container{display:flex;flex-direction:column;gap:48px;align-items:center;width:100%}.hero-header{display:flex;flex-direction:column;gap:16px;align-items:center}.hero-header h1{color:var(--dark);text-align:center}.hero-header p{color:var(--grey);text-align:center}.hero-banner{background-image:url(/images/herobanner.jpg);height:388px;background-size:cover;width:100%;border-radius:66px;background-repeat:no-repeat;background-position:50%}.stats{display:flex;justify-content:space-between;width:80%;padding:16px 48px;border-radius:16px;border:1px solid #eff0f6;background:#fff}.stat{flex-basis:33%;display:flex;flex-direction:column;align-items:center}.stat h1{font-weight:600;color:var(--normal)}.stat p{color:var(--normal)}@media screen and (max-width: 800px){.stats{width:100%;gap:5px;padding:16px 24px}.stat h1{font-size:32px!important;letter-spacing:-.96px;font-weight:400!important}.stat p{font-size:18px!important}}@media screen and (max-width: 400px){.hero-container{gap:16px}.home-hero-p{font-size:12px!important}.hero-header{gap:8px}.hero-banner{height:200px}.stats{flex-direction:column;gap:16px}.stat h1{font-size:20px!important;font-weight:400!important;letter-spacing:-.96px}.stat p{font-size:16px!important}}.services-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:50px}.services-content{display:flex;flex-direction:column;gap:30px;align-items:center;width:100%}.services-cards{display:flex;flex-wrap:wrap;padding:47px 65px;width:100%;background-color:#fff;border-radius:16px;border:1px solid #eff0f6}.card-nav-links{display:flex;gap:24px;align-items:center}@media screen and (max-width: 850px){.services-cards{padding:47px 38px}.services-cards .card-container:nth-child(2){display:none}}@media screen and (max-width: 590px){.services-cards .card-container:nth-child(2){display:flex}}@media screen and (max-width: 400px){.services-container{gap:24px}.card-nav-links .contact-btn{display:none}.services-cards{padding:8px;flex-direction:column;gap:56px}}.mission-container{padding:43px 20px;display:flex;gap:30px;border-radius:32px;border:1px solid #eff0f6;background:#fff;width:100%}.mission-content{flex:1;display:flex;align-items:flex-start;flex-direction:column;gap:38px}.mission-text{width:100%;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.mission-text p{line-height:150%}.mission-image{flex:1;background-image:url(/images/mission.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:32px;max-height:450px}@media screen and (max-width: 800px){.mission-container{padding:43px 20px;gap:20px;flex-direction:column-reverse}.mission-content{gap:20px;float:none}.mission-image{height:450px;flex:none}}@media screen and (max-width: 400px){.mission-container{padding:43px 20px;gap:20px;flex-direction:column-reverse;gap:8px}.mission-content{gap:8px}.mission-text h1{font-size:20px}.mission-text p{font-size:12px;letter-spacing:-.5px}.mission-image{max-height:300px}}.products-container{display:flex;flex-direction:column;align-items:center;gap:50px}.products-main{padding:36px 20px;display:flex;gap:40px;border-radius:32px;border:1px solid #eff0f6;background:#fff}.products-content{flex:1;display:flex;flex-direction:column;gap:25px;width:100%}.products-content-text{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.products-content-text h1{color:var(--light)}.products-image{flex:1;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:32px;height:auto}@media screen and (max-width: 800px){.products-main{padding:36px 20px;gap:20px;flex-direction:column-reverse}.products-content{gap:20px;flex:none}.products-image{height:450px;flex:none}}@media screen and (max-width: 400px){.products-container{gap:24px}.products-main{padding:8px;gap:20px;flex-direction:column-reverse;gap:8px}.products-content{gap:8px}.products-content-text h1{font-size:20px}.products-content-text p{font-size:12px;letter-spacing:-.5px}.products-image{max-height:300px}.products-content-text{gap:8px}}.testimonials-container{display:flex;flex-direction:column;align-items:center}.testimonials-content{border-radius:32px;border:1px solid #eff0f6;background:#fff;display:flex;gap:46px;padding:66px 37.5px 46px 39.5px}.testimonials-image{flex:1;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:16px;height:335px}.testimonial-info{flex:1;display:flex;flex-direction:column;gap:18px;align-self:center}.testimonial-text{display:flex;flex-direction:column;gap:20px}.small-h1{font-size:20px!important}@media screen and (max-width: 800px){.testimonials-content{padding:26px 38px;gap:46px;flex-direction:column}.testimonials-image{height:335px;flex:none}.testimonial-info{flex:none}}@media screen and (max-width: 400px){.testimonials-container{gap:16px}.testimonials-content{padding:8px;flex-direction:column;gap:16px;border-radius:16px}.testimonial-info{flex:none}.testimonial-text h1{font-size:16px!important;letter-spacing:-.96px}.testimonials-image{max-height:300px}.testimonial-info{gap:18px}}.blogs-section-container{display:flex;flex-direction:column;align-items:center;gap:30px;width:100%}.blogs-section-content{display:flex;flex-wrap:wrap}@media screen and (max-width: 800px){.blogs-section-content{gap:30px 0}}@media screen and (max-width: 400px){.blogs-section-container{gap:16px}.blogs-section-content{gap:8px}}.card-container{flex-basis:33%;flex-shrink:0;display:flex;padding:20px;flex-direction:column;gap:16px;align-items:center;text-align:center}.card-container img{width:40px;height:36px}.card-container h1{line-height:140%}.card-container p{line-height:150%}@media screen and (max-width: 850px){.card-container{flex-basis:50%}}@media screen and (max-width: 590px){.card-container{flex-basis:100%;width:100%}}@media screen and (max-width: 800px){.card-container h1{line-height:normal}.card-container p{line-height:normal;letter-spacing:-.75px}}@media screen and (max-width: 400px){.card-container img{width:26px;height:24px}}.blog-panel-container{flex-basis:calc(33% - 30px);margin:15px;flex-shrink:0;display:flex;padding:20px;flex-direction:column;align-items:flex-start;border-radius:16px;border:1px solid #eff0f6;background:#fff}.blog-panel-main{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.blog-panel-image{background-size:cover;background-position:50%;background-repeat:no-repeat;height:220px;border-radius:8px;box-shadow:0 15px 35px #676e7614,0 5px 15px #0000001f;width:100%}.blog-group{display:flex;padding:4px 16px;align-items:flex-start;gap:10px;border-radius:99px;background:var(--light);align-self:flex-start}.blog-group h2{color:#fff}.blog-panel-content{display:flex;flex-direction:column;gap:15px;align-items:flex-start}.blog-panel-content h1{text-align:left}.blog-panel-content p{color:#8b857f}.read-more{color:#b4304c;align-self:flex-end}@media screen and (max-width: 800px){.blog-panel-container{flex-basis:calc(50% - 30px);margin:15px}.blog-panel-container:nth-child(3){display:none}}@media screen and (max-width: 590px){.blog-panel-container{flex-basis:calc(100% - 16px);margin:8px}}.pc-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:30px;flex-basis:calc(33% - 20px);margin:10px;border-radius:8px;border:1px solid #eff0f6;background:#fff;width:100%}.pc-container h1,.pc-container p{text-align:center}.pc-container a{border-radius:20px;border:1px solid var(--normal);padding:8px 30px;color:var(--normal);background:#faf2f3;text-decoration:none;font-weight:500;cursor:pointer}.pc-details{display:flex;flex-direction:column;gap:15px;width:100%}.pc-details-constant ul{list-style-type:none;display:flex;flex-direction:column;gap:10px}.pc-details-constant ul li{display:inline-flex;gap:5px;width:100%;padding:7px 9.813px 7px 8px;justify-content:space-between;align-items:center;border-radius:4px;border:1px solid #eff0f6;background:#f6dcdf;color:var(--normal);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.pc-details-unique{display:flex;flex-direction:column;gap:15px}.pc-details-unique p{color:var(--text-grey, #7a7d9c);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px;align-self:flex-start}.pc-details-unique ul{list-style-type:none;list-style-position:inside;display:flex;flex-direction:column;gap:10px}.pc-details-unique li{display:flex;align-items:center;color:var(--text-dark-blue, #1b152b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.pc-details-unique li:before{content:"•";color:var(--normal);font-size:24px;margin-right:5px}@media screen and (max-width: 970px){.pc-container{flex-basis:calc(50% - 20px);margin:10px;padding:30px}}@media screen and (max-width: 800px){.pc-container{padding:30px;gap:8px}}@media screen and (max-width: 590px){.pc-container{flex-basis:calc(100% - 16px);margin:8px;gap:16px}.pc-details-constant img{width:8px;height:8px}}.story-container{padding:36px 22px;display:flex;flex-direction:column;gap:50px;border-radius:32px;border:1px solid #eff0f6;background:#fff}.story-unit{display:flex;gap:39px}.story-img{flex:1;height:auto;width:100%;background-image:url(/images/IMG-20230408-WA0026.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px}.story-text{flex:1;display:flex;flex-direction:column;gap:20px;align-items:flex-start}@media screen and (max-width: 800px){.story-unit{flex-direction:column}.story-second{flex-direction:column-reverse}.story-text{align-items:center;flex:none}.story-img{flex:none;height:300px}}@media screen and (max-width: 400px){.story-img{height:200px}}.values-container{display:flex;flex-direction:column;gap:50px;align-items:center;width:100%}.values-main{width:100%;padding:47px 65px;border-radius:16px;border:1px solid #eff0f6;background:#fff;display:flex;flex-wrap:wrap;gap:80px 0px;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 800px){.values-main{padding:24px}}@media screen and (max-width: 400px){.values-main{gap:65px 0px}}.team-container,.team-main-top,.team-main,.member-info,.member-info-details{display:flex;flex-direction:column;align-items:center}.team-container{gap:30px;width:100%}.team-main{gap:50px;width:100%}.member-info{gap:30px;padding:30px 100px;max-width:850px;border-radius:16px;background:#fff}.member-info-text p{text-align:center}.member-info-details{gap:10px}.member-info-details h1{color:var(--normal);text-align:center;font-weight:600}.member-info-details p{text-align:center}.member-social-links{display:flex;gap:20px}.member-social-links img{width:16px;height:16px}.twitter-size{width:19px}.member-image{width:315px;height:315px;border-radius:315.092px;border:.955px solid #fff;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 800px){.member-info{padding:30px 24px}.member-image{width:200px;height:200px;border-radius:200px}}@media screen and (max-width: 400px){.member-info{padding:16px}.member-image{width:185px;height:185px;border-radius:185px}}.contact-form-container{display:flex;flex-direction:column;gap:30px;align-items:flex-start;width:100%}.contact-form-main{display:flex;gap:95px;align-items:center;width:100%}.contact-form-box{height:100%;align-self:flex-start}.contact-form-box img{width:100%;height:100%}.contact-form-content{border-radius:32px;border:1px solid #eff0f6;background:#fff;padding:36px 22px;width:100%}.form-section{display:flex;flex-direction:column;gap:30px;width:100%}.form-row{display:flex;gap:30px;width:100%}.form-column{display:flex;flex-direction:column;gap:8px;flex:1}label{color:#454c52;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}input,textarea{padding:10px 14px;align-items:center;border-radius:8px;background:#fff;border:none;box-shadow:0 1px 1px #0000001f,0 0 0 1px #676e7629,0 2px 5px #676e7614}textarea{resize:none;height:150px;width:100%}.form-footer{display:flex;justify-content:space-between}.footer-label{align-items:center;color:#1b152b!important;font-family:Manrope;font-size:12px;font-style:normal;font-weight:600;line-height:150%}.form-footer-terms{display:flex;align-items:center;gap:7px}.form-footer button{padding:8px 30px;border-radius:20px;background:var(--normal);color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.96px;border:none;cursor:pointer}input[type=checkbox]{accent-color:black}.contact-form-info{display:flex;width:100%;max-width:860px;justify-content:space-between;gap:30px;padding:13px 46px;border-radius:16px;border:1px solid #eff0f6;background:#fff;align-items:center}@media screen and (max-width: 800px){.contact-form-main{gap:53px}.contact-form-content .form-row{flex-direction:column}.form-footer{flex-direction:column;gap:30px;align-items:flex-start}.form-footer-terms{align-items:flex-start}}@media screen and (max-width: 590px){.contact-form-box{display:none}.contact-form-info{flex-direction:column;width:fit-content;align-self:center;padding:13px 30px}}.faqs-container{display:flex;flex-direction:column;gap:50px;align-items:center;width:100%}.faqs-questions-section{display:flex;flex-wrap:wrap;gap:30px 0}.qa-container{flex-basis:calc(50% - 10px);margin:5px;flex-shrink:0;width:100%;display:flex;flex-direction:column;gap:20px;padding:22px 20px;align-items:flex-start;border-radius:8px;border:1px solid #eff0f6;background:#fff}.qa-container .question{color:var(--normal);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px}.qa-container .answer{color:var(--grey);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.75px}.qa-divider{stroke-width:1px;stroke:#d9d9d9;opacity:.4;width:100%}@media screen and (max-width: 700px){.qa-container{flex-basis:calc(100% - 10px);margin:5px}}.overview-container{display:flex;padding:44px 34px 30px 49px;border-radius:16px;border:1px solid #eff0f6;background:#fff;gap:11px;align-items:center}.overview-content{flex:1;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.oc-header{display:flex;gap:10px;align-items:center}.oc-header .blog-group{color:#fff}.overview-content h1{color:#272422}.overview-pic{flex:1;height:284px;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px}@media screen and (max-width: 800px){.overview-container{padding:30px 34px;gap:11px;flex-direction:column-reverse}.overview-pic{flex:none;height:300px;width:100%}.overview-content{flex:none}.overview-content h1{font-size:36px;font-weight:400;letter-spacing:-.96px}}.a-c-container{display:flex;flex-direction:column;gap:50px;align-items:center;width:100%;max-width:771px}.ac-slideshow{height:438px;width:100%;border-radius:16px;border:1px solid #eff0f6;background-position:50%;background-size:cover;background-repeat:no-repeat}.article-container .category{display:none}@media screen and (max-width: 800px){.a-c-container{gap:20px}.ac-slideshow{height:400px}}@media screen and (max-width: 400px){.ac-slideshow{height:190px}}.hb-container{display:flex;gap:36px;padding:20px;align-items:center;border-radius:16px;background:#fff;box-shadow:0 4px 4px #7188e11a,3px 0 4px #7188e11a;height:auto;width:100%}.hb-image{flex:1;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:8px;box-shadow:0 15px 35px #676e7614,0 5px 15px #0000001f;height:344px;width:100%}.hb-content{flex:1;display:flex;flex-direction:column;gap:20px}.hb-group{display:flex;padding:4px 8px;align-items:flex-start;gap:10px;border-radius:47px;background:var(--light);align-self:flex-start}.hb-group h2{color:#fff}.hb-panel-content{display:flex;flex-direction:column;gap:15px;align-items:flex-start}.hb-panel-content p{color:#8b857f}.hb-panel-content h1{color:#272422}@media screen and (max-width: 800px){.hb-container{flex-direction:column;gap:36px}.hb-image{height:450px;flex:none}.hb-content{flex:none}}@media screen and (max-width: 400px){.hb-image{height:220px}}.collection-container{display:flex;flex-direction:column;gap:50px;align-items:center;width:100%}.blog-groups{display:flex;gap:8px;width:100%;flex-wrap:wrap;justify-content:center;cursor:pointer}.blog-groups p{flex:0 0 auto;border-radius:100px;padding:7px 8px;color:#121213;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;border:1px solid #e7e8f0;background:#f0f2f7}.blog-groups .active{border:none;background:var(--light);color:#fff}.blog-collections{display:flex;flex-wrap:wrap;width:100%;gap:30px 0px}@media screen and (max-width: 800px){.collection-container{gap:30px}}@media screen and (max-width: 400px){.collection-container{gap:16px}.blog-collections{gap:16px 0px}}.services-body-container{display:flex;flex-direction:column;gap:70px;align-items:center;width:100%}.products-collection{display:flex;width:100%;padding:47px 65px;flex-wrap:wrap;gap:81px 0px;border-radius:16px;border:1px solid #eff0f6;background:#fff}@media (max-width: 800px){.products-collection{padding:47px 11px;gap:10px 0px}}@media screen and (max-width: 400px){.products-collection{gap:56px 0px;padding:8px}}.prices-container{display:flex;flex-wrap:wrap;width:100%}.catalog-container{display:flex;align-items:center;flex-direction:column;gap:30px}.catalog-button{display:flex;flex-direction:column;align-items:center;text-decoration:none;border-radius:20px;padding:10px}.catalog-button p{color:var(--normal)}.catalog-button img{width:100px}.footer-container{background:var(--dark);width:100%;padding:50px 67px 20px;overflow:hidden}.footer-content{display:flex;flex-direction:column;gap:30px;width:100%}.footer-links-section{display:flex;justify-content:space-between;padding:30px 0;align-items:center;border-top:1px solid #ffffff7f;border-bottom:1px solid #ffffff7f;border-left:none;border-right:none;width:100%}.footer-links .links ul{display:flex;align-items:flex-start;gap:20px;width:100%}.footer-links{color:#fffc;text-decoration:none}.social-links{display:flex;justify-content:space-between;color:#fffc}.social-links a,.social-links p{color:#fffc}.social-icons{display:flex;align-items:flex-end;gap:20px}.link-icon{width:16px;height:16px}@media screen and (max-width: 590px){.footer-links-section{flex-direction:column;align-items:flex-start;gap:16px}.link-contact-us{display:none}.social-links{flex-direction:column;align-items:flex-start;gap:10px}}@media screen and (max-width: 400px){.links ul{flex-direction:column;align-items:flex-start}}:root{--white: #f2f5f7;--light: #d1606b;--normal: #b4304c;--dark: #42100c;--grey: #948182;--heading-font: Inter;--body-font: Manrope}*{padding:0;margin:0;box-sizing:border-box}h1{color:var(--dark)}p{color:var(--grey)}.heading-XXLarge{font-family:Inter;font-size:72px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-3.827px}.heading-XLarge{font-family:Inter;font-size:48px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-3.827px}.heading-Large{font-family:Inter;font-size:36px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px}.heading-Medium{font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.heading-Small{font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px}.heading-XSmall{font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px}.text-large{font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.96px}.text-Medium{font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.75px}.text-Small{font-family:Manrope;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.5px}@media screen and (max-width: 800px){.heading-XXLarge{font-size:48px}}@media screen and (max-width: 400px){.heading-XXLarge{font-size:24px;font-weight:500;letter-spacing:normal}}
