.HeroComponent-module___vM0Qq__heroComponent{flex-direction:column;justify-content:center;align-items:center;gap:56px;padding:64px 24px;display:flex}.HeroComponent-module___vM0Qq__heroHeader{flex-direction:column;align-items:center;gap:16px;display:flex}.HeroComponent-module___vM0Qq__heroHeader .HeroComponent-module___vM0Qq__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;max-width:720px;color:var(--black);text-align:center;font-size:48px;line-height:120%}.HeroComponent-module___vM0Qq__heroHeader .HeroComponent-module___vM0Qq__title span{color:var(--purple)}.HeroComponent-module___vM0Qq__heroHeader .HeroComponent-module___vM0Qq__subtitle{font-family:Open Sans;font-weight:400;font-style:Regular;text-align:center;color:var(--gray);font-size:16px;line-height:150%}.HeroComponent-module___vM0Qq__heroBody{flex-direction:row;justify-content:center;align-items:stretch;gap:20px;width:100%;min-height:504px;display:flex}.HeroComponent-module___vM0Qq__heroBodyLeft{border-radius:32px;flex:1;align-items:stretch;max-width:690px;padding:40px 0 0 40px;display:flex;position:relative;overflow:hidden;background-color:var(--purple)!important}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftBg{object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HeroComponent-module___vM0Qq__heroBodyLeftContent{z-index:2;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:24px;padding-bottom:40px;display:flex;position:relative}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftIcon{background-color:var(--white);border-radius:100px;justify-content:center;align-items:center;margin-bottom:8px;padding:16px 24px;display:flex}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftTitle{font-family:Open Sans;font-weight:700;font-style:Bold;leading-trim:NONE;letter-spacing:0%;color:var(--white);white-space:nowrap;font-size:32px;line-height:120%}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues{flex-direction:column;gap:10px;display:flex}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue{min-height:40px;font-family:Open Sans;font-weight:400;font-style:Regular;leading-trim:NONE;letter-spacing:0%;color:var(--white);align-items:center;gap:12px;font-size:16px;line-height:150%;display:flex}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue .HeroComponent-module___vM0Qq__heroBodyLeftValueIcon{background-color:var(--white);width:24px;height:24px;color:var(--purple);border-radius:1000px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue .HeroComponent-module___vM0Qq__heroBodyLeftValueIcon .HeroComponent-module___vM0Qq__checkIcon{width:16px;height:16px}.HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue .HeroComponent-module___vM0Qq__heroBodyLeftValueIcon .HeroComponent-module___vM0Qq__checkIcon path{fill:var(--purple)}.HeroComponent-module___vM0Qq__heroBodyRightImageWrapper{z-index:2;flex:1;justify-content:flex-end;align-self:flex-end;align-items:flex-end;max-height:200px;display:flex;position:relative}.HeroComponent-module___vM0Qq__heroBodyRightImageWrapper .HeroComponent-module___vM0Qq__heroBodyRightImage{object-fit:contain;object-position:bottom right;width:100%;max-width:90%;height:auto;margin-bottom:10px}.HeroComponent-module___vM0Qq__right{background-color:var(--lightest-gray);border-radius:32px;flex:1;grid-area:right;justify-content:center;align-items:center;max-width:600px;display:flex;position:relative;overflow:hidden}.HeroComponent-module___vM0Qq__video{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.HeroComponent-module___vM0Qq__expandButton{color:#fff;cursor:pointer;opacity:0;background:#00000073;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s,background .2s;display:flex;position:absolute;bottom:12px;right:12px}.HeroComponent-module___vM0Qq__expandButton:hover{background:#000000b3}.HeroComponent-module___vM0Qq__right:hover .HeroComponent-module___vM0Qq__expandButton{opacity:1}.HeroComponent-module___vM0Qq__modalOverlay{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:24px;animation:.2s HeroComponent-module___vM0Qq__fadeIn;display:flex;position:fixed;inset:0}@keyframes HeroComponent-module___vM0Qq__fadeIn{0%{opacity:0}to{opacity:1}}.HeroComponent-module___vM0Qq__closeButton{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.HeroComponent-module___vM0Qq__closeButton:hover{background:#ffffff4d}.HeroComponent-module___vM0Qq__modalVideo{border-radius:16px;outline:none;max-width:90vw;max-height:85vh}.HeroComponent-module___vM0Qq__buttons{grid-area:buttons;align-items:center;gap:20px;display:flex}.HeroComponent-module___vM0Qq__buttons .HeroComponent-module___vM0Qq__demoButton{height:100%}.HeroComponent-module___vM0Qq__videoLoader{z-index:1;justify-content:center;align-items:center;animation:1.5s linear infinite HeroComponent-module___vM0Qq__loadingSpinner;display:flex;position:absolute;inset:0}@keyframes HeroComponent-module___vM0Qq__loadingSpinner{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (max-width:767px){.HeroComponent-module___vM0Qq__heroComponent{min-height:unset;gap:24px;padding:24px 16px 32px}.HeroComponent-module___vM0Qq__heroHeader{gap:12px}.HeroComponent-module___vM0Qq__heroHeader .HeroComponent-module___vM0Qq__title{font-size:24px}.HeroComponent-module___vM0Qq__heroHeader .HeroComponent-module___vM0Qq__subtitle{font-size:14px}.HeroComponent-module___vM0Qq__heroBody{width:100%;min-height:unset;flex-direction:column;gap:16px}.HeroComponent-module___vM0Qq__right{border-radius:24px;order:-1;max-width:none;min-height:280px}.HeroComponent-module___vM0Qq__heroBodyLeft{min-height:unset;border-radius:24px;flex-direction:column;padding:24px 16px}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent{gap:20px;padding-bottom:0}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftIcon{border-radius:1000px;width:52px;height:44px;margin-bottom:0;padding:0}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftTitle{white-space:normal;font-size:24px}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues{gap:10px;width:100%}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue{min-height:unset;align-items:flex-start;min-height:40px;font-size:14px}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue .HeroComponent-module___vM0Qq__heroBodyLeftValueIcon{width:20px;height:20px;margin-top:1px}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftValues .HeroComponent-module___vM0Qq__heroBodyLeftValue .HeroComponent-module___vM0Qq__heroBodyLeftValueIcon .HeroComponent-module___vM0Qq__checkIcon{width:12px;height:12px}.HeroComponent-module___vM0Qq__heroBodyLeft .HeroComponent-module___vM0Qq__heroBodyLeftContent .HeroComponent-module___vM0Qq__heroBodyLeftButton{justify-content:center;width:100%}.HeroComponent-module___vM0Qq__heroBodyRightImageWrapper{display:none}.HeroComponent-module___vM0Qq__expandButton{opacity:1}.HeroComponent-module___vM0Qq__buttons{flex-direction:column;gap:12px}.HeroComponent-module___vM0Qq__buttons>*{justify-content:center;width:100%!important}.HeroComponent-module___vM0Qq__buttons .HeroComponent-module___vM0Qq__demoButton{width:100%}}
.FreeJoinComponent-module__x3IBUW__freeJoinComponent{justify-content:flex-start;align-items:center;gap:40px;min-height:600px;padding:64px;display:flex;position:relative}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content{z-index:2;flex-direction:column;align-items:flex-start;gap:16px;display:flex}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__chip{color:var(--white);background:radial-gradient(ellipse at center, var(--dark-purple) 0%, #fff0 70%) 0px -250px / 400px 800px no-repeat, radial-gradient(ellipse at center, var(--white) -40%, #fff0 70%) -300px 150px / 600px 400px no-repeat, radial-gradient(ellipse at center, var(--purple) -20%, #fff0 70%) -300px 450px / 800px 400px no-repeat;background-color:var(--purple-2)!important}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;font-size:48px;line-height:120%}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__title span{color:var(--purple)}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__description{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--black);margin-bottom:32px;font-size:16px;line-height:150%}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues{flex-direction:row;gap:24px;display:flex}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues .FreeJoinComponent-module__x3IBUW__heroBodyLeftValue{font-family:Open Sans;font-weight:400;font-style:Regular;leading-trim:NONE;letter-spacing:0%;vertical-align:middle;color:var(--gray);justify-content:center;align-items:center;gap:4px;font-size:14px;line-height:140%;display:flex}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues .FreeJoinComponent-module__x3IBUW__heroBodyLeftValue .FreeJoinComponent-module__x3IBUW__checkIcon{width:16px;height:16px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues .FreeJoinComponent-module__x3IBUW__heroBodyLeftValue .FreeJoinComponent-module__x3IBUW__checkIcon path{fill:var(--purple)}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__person{width:100%;max-width:650px;height:auto}@media (max-width:767px){.FreeJoinComponent-module__x3IBUW__freeJoinComponent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:auto;padding:40px 24px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__background{z-index:1;width:200%;height:130%;position:absolute;top:0;left:50%;transform:translate(-50%)}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content{display:contents}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__chip{z-index:2;order:1}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__title{z-index:2;order:2;font-size:24px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__description{z-index:2;order:3;margin-bottom:0;font-size:14px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftButton{z-index:2;order:5;justify-content:center;width:100%;margin-top:8px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues{z-index:2;flex-wrap:wrap;order:6;justify-content:center;gap:12px 16px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues .FreeJoinComponent-module__x3IBUW__heroBodyLeftValue{font-size:12px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__content .FreeJoinComponent-module__x3IBUW__heroBodyLeftValues .FreeJoinComponent-module__x3IBUW__heroBodyLeftValue .FreeJoinComponent-module__x3IBUW__checkIcon{width:14px;height:14px}.FreeJoinComponent-module__x3IBUW__freeJoinComponent .FreeJoinComponent-module__x3IBUW__person{z-index:2;order:4;width:100%;max-width:100%;margin-top:8px;position:relative;bottom:auto;right:auto}}
.PartnersComponent-module__h5qWyW__partnersContainer{flex-direction:column;justify-content:space-between;align-items:center;gap:48px;padding:64px 0;display:flex;position:relative;background-color:var(--lightest-purple)!important}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header .PartnersComponent-module__h5qWyW__chip{border:1px solid var(--light-purple);color:var(--purple);font-size:14px}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header .PartnersComponent-module__h5qWyW__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;color:var(--black);text-align:center;font-size:48px;line-height:120%}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header .PartnersComponent-module__h5qWyW__title span{color:var(--purple)}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__carouselWrap{width:100%;display:flex}.PartnersComponent-module__h5qWyW__partnerCard.PartnersComponent-module__h5qWyW__partnerCard{background-color:var(--white);border:none;border-radius:24px;justify-content:center;align-items:center;min-width:200px;height:96px;padding:20px 32px;display:flex}.PartnersComponent-module__h5qWyW__partnerCard.PartnersComponent-module__h5qWyW__partnerCard img{max-height:56px}@media (max-width:767px){.PartnersComponent-module__h5qWyW__partnersContainer{gap:24px;margin-bottom:0;padding:32px 0}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header{gap:12px;padding:0 16px}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header .PartnersComponent-module__h5qWyW__chip{font-size:12px}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__header .PartnersComponent-module__h5qWyW__title{font-size:24px}.PartnersComponent-module__h5qWyW__partnersContainer .PartnersComponent-module__h5qWyW__carouselWrap{width:100%}.PartnersComponent-module__h5qWyW__partnerCard.PartnersComponent-module__h5qWyW__partnerCard{border-radius:16px;min-width:124px;height:56px;padding:12px 16px}.PartnersComponent-module__h5qWyW__partnerCard.PartnersComponent-module__h5qWyW__partnerCard img{max-height:28px}}
.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent{flex-direction:column;align-items:center;gap:64px;padding:64px;display:flex;background-color:var(--white)!important}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header{flex-direction:column;align-items:center;gap:16px;display:flex}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__chip{border:1px solid var(--light-gray);color:var(--gray)}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;text-align:center;color:var(--black);max-width:760px;font-size:48px;line-height:120%}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__title span{color:var(--purple)}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__description{font-family:Open Sans;font-weight:400;font-style:Regular;text-align:center;color:var(--gray);max-width:600px;font-size:16px;line-height:150%}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__cards{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card{border:1px solid var(--light-gray);background-color:var(--white);border-radius:24px;flex-direction:column;gap:24px;padding:32px 0 0;display:flex;overflow:hidden;box-shadow:0 0 8px #0000001a}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader{align-items:center;gap:16px;padding:0 32px;display:flex}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardIcon{background-color:var(--lightest-purple);width:64px;height:64px;color:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardIcon svg path[fill]{fill:var(--purple)}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardTitle{font-family:Open Sans;font-weight:700;font-style:Bold;color:var(--black);font-size:24px;line-height:130%}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardDescription{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--dark-gray);padding:0 32px;font-size:16px;line-height:150%}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap{width:100%;height:280px;margin-top:auto;position:relative;overflow:hidden}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap .WhyQuulioComponent-module__QKf_HW__cardImage{max-width:none;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap .WhyQuulioComponent-module__QKf_HW__riskVisibilityImage{bottom:20px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap .WhyQuulioComponent-module__QKf_HW__contractsUnderControlImage{bottom:0;left:0;transform:none}@media (max-width:1200px){.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__cards{grid-template-columns:1fr;max-width:520px}}@media (max-width:767px){.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent{gap:32px;padding:32px 16px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header{gap:12px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__title{font-size:24px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__header .WhyQuulioComponent-module__QKf_HW__description{font-size:14px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__cards{gap:16px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card{gap:16px;padding:24px 0 0}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader{gap:12px;padding:0 24px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardIcon{border-radius:12px;width:40px;height:40px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardIcon svg{width:20px!important;height:20px!important}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardTitle{font-size:20px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardHeader .WhyQuulioComponent-module__QKf_HW__cardTitle br{display:none}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardDescription{padding:0 24px;font-size:14px}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap{height:auto}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap .WhyQuulioComponent-module__QKf_HW__cardImage{width:100%;max-width:100%;height:auto;position:static;bottom:auto;left:auto;transform:none}.WhyQuulioComponent-module__QKf_HW__whyQuulioComponent .WhyQuulioComponent-module__QKf_HW__card .WhyQuulioComponent-module__QKf_HW__cardImageWrap:has(.WhyQuulioComponent-module__QKf_HW__riskVisibilityImage){padding:0 24px}}
.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent{padding:64px;position:relative;overflow:hidden;background-color:var(--purple)!important}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__background{object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__content{z-index:2;flex-direction:column;gap:48px;display:flex;position:relative}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__chip{color:var(--white);border-color:#ffffff80}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow{justify-content:space-between;align-items:flex-start;gap:40px;width:100%;display:flex}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow .SimpleProcessComponent-module__lNQI3G__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;color:var(--white);flex-shrink:0;font-size:48px;line-height:120%}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow .SimpleProcessComponent-module__lNQI3G__description{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--white);max-width:640px;margin-top:8px;font-size:16px;line-height:150%}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__cards{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card{background-color:var(--white);border-radius:24px;flex-direction:column;align-items:flex-start;gap:16px;padding:32px;display:flex;position:relative}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge{background-color:var(--lightest-purple);border-radius:1000px;align-items:center;gap:12px;margin-bottom:24px;padding:8px 24px 8px 10px;display:flex}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge .SimpleProcessComponent-module__lNQI3G__cardNumber{background-color:var(--dark-purple);width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-family:Open Sans;font-size:18px;font-weight:700;line-height:100%;display:flex;box-shadow:0 0 8px #0000001a}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge .SimpleProcessComponent-module__lNQI3G__cardIcon{color:var(--purple);justify-content:center;align-items:center;display:flex}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardTitle{font-family:Open Sans;font-weight:700;font-style:Bold;color:var(--black);max-width:55%;font-size:28px;line-height:130%}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardDescription{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--dark-gray);max-width:55%;font-size:16px;line-height:150%}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardImage{pointer-events:none;z-index:2;max-width:none;position:absolute}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card1Image{top:-16px;right:-12px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card2Image{top:25px;right:16px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card3Image{top:40%;right:24px;transform:translateY(-50%)}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card4Image{top:32px;right:-64px}@media (max-width:1200px){.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__cards{grid-template-columns:1fr}}@media (max-width:767px){.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent{padding:32px 16px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__content{gap:32px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header{text-align:center;align-items:center;gap:16px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow{flex-direction:column;align-items:center;gap:12px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow .SimpleProcessComponent-module__lNQI3G__title{font-size:24px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__header .SimpleProcessComponent-module__lNQI3G__headerRow .SimpleProcessComponent-module__lNQI3G__description{margin-top:0;font-size:14px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__cards{gap:16px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card{gap:12px;min-height:360px;padding:16px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge{gap:8px;margin-bottom:8px;padding:6px 16px 6px 6px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge .SimpleProcessComponent-module__lNQI3G__cardNumber{width:32px;height:32px;font-size:14px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardBadge .SimpleProcessComponent-module__lNQI3G__cardIcon svg{width:20px;height:20px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardTitle{max-width:100%;font-size:20px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardTitle br{display:none}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardDescription{max-width:100%;font-size:14px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__cardImage{align-self:center;max-width:65%;height:auto;margin-top:8px;bottom:0;right:auto;transform:none}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card1Image{max-width:55%;bottom:-200px;rotate:15deg}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card2Image{max-width:75%;bottom:-100px}.SimpleProcessComponent-module__lNQI3G__simpleProcessComponent .SimpleProcessComponent-module__lNQI3G__card .SimpleProcessComponent-module__lNQI3G__card4Image{max-width:90%;bottom:-145px;rotate:-30deg}}
.SolutionsComponent-module__sPpfEW__solutionsComponent{flex-direction:column;align-items:center;gap:48px;padding:64px;display:flex;background-color:var(--white)!important}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header{flex-direction:column;align-items:center;gap:16px;display:flex}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header .SolutionsComponent-module__sPpfEW__chip{border:1px solid var(--light-gray);color:var(--gray)}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header .SolutionsComponent-module__sPpfEW__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;text-align:center;color:var(--black);font-size:48px;line-height:120%}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header .SolutionsComponent-module__sPpfEW__description{font-family:Open Sans;font-weight:400;font-style:Regular;text-align:center;color:var(--dark-gray);max-width:620px;font-size:16px;line-height:150%}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__cards{grid-template-columns:repeat(3,1fr);gap:32px;width:100%;display:grid}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card{border:1px solid var(--light-gray);background-color:var(--white);border-radius:24px;flex-direction:column;align-items:center;gap:24px;padding:40px 32px;display:flex;box-shadow:0 0 16px #0000001a}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardIcon{background-color:var(--lightest-purple);width:80px;height:80px;color:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardTitle{font-family:Open Sans;font-weight:700;font-style:Bold;text-align:center;color:var(--black);font-size:24px;line-height:130%}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardDescription{font-family:Open Sans;font-weight:400;font-style:Regular;text-align:center;color:var(--dark-gray);font-size:16px;line-height:150%}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardButton{margin-top:auto}@media (max-width:1024px){.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__cards{grid-template-columns:1fr;max-width:520px}}@media (max-width:767px){.SolutionsComponent-module__sPpfEW__solutionsComponent{gap:32px;padding:32px 16px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header{gap:12px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header .SolutionsComponent-module__sPpfEW__title{font-size:24px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__header .SolutionsComponent-module__sPpfEW__description{font-size:14px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__cards{gap:16px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card{gap:12px;padding:24px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardIcon{width:48px;height:48px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardIcon svg{width:24px;height:24px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardTitle{font-size:18px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardDescription{font-size:13px}.SolutionsComponent-module__sPpfEW__solutionsComponent .SolutionsComponent-module__sPpfEW__card .SolutionsComponent-module__sPpfEW__cardButton{margin-top:12px}}
.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits{padding:64px;position:relative;overflow:hidden;background-color:var(--purple)!important}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__background{object-fit:cover;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__content{z-index:2;flex-direction:column;gap:48px;display:flex;position:relative}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__chip{color:var(--white);border-color:#ffffff80}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow{justify-content:space-between;align-items:flex-start;gap:64px;width:100%;display:flex}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;color:var(--white);max-width:620px;font-size:48px;line-height:120%}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__description{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--white);max-width:700px;margin-top:40px;font-size:16px;line-height:170%}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card{background-color:var(--white);border-radius:24px;flex-direction:column;gap:24px;padding:32px;display:flex}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader{align-items:center;gap:24px;display:flex}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardIcon{background:linear-gradient(-105deg, var(--dark-purple) 30%, var(--lightest-purple) 100%);width:64px;height:64px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardTitle{font-family:Open Sans;font-weight:700;font-style:Bold;color:var(--black);font-size:22px;line-height:130%}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardDescription{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--dark-gray);font-size:16px;line-height:150%}@media (max-width:1200px){.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow{flex-direction:column;gap:16px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__description{margin-top:0}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__cards{grid-template-columns:1fr}}@media (max-width:767px){.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits{padding:32px 16px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__content{gap:32px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header{text-align:center;align-items:center;gap:16px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow{align-items:center}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__title{font-size:24px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__title br{display:none}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__header .HowQuulioBenefitsComponents-module__FybHSa__headerRow .HowQuulioBenefitsComponents-module__FybHSa__description{font-size:14px;line-height:160%}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__cards{gap:16px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card{border-radius:16px;gap:12px;padding:20px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader{gap:12px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardIcon{width:40px;height:40px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardIcon svg{width:20px;height:20px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardTitle{font-size:16px}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardHeader .HowQuulioBenefitsComponents-module__FybHSa__cardTitle br{display:none}.HowQuulioBenefitsComponents-module__FybHSa__howQuulioBenefits .HowQuulioBenefitsComponents-module__FybHSa__card .HowQuulioBenefitsComponents-module__FybHSa__cardDescription{font-size:13px}}
.TestimonialsComponent-module__BabwTq__testimonialsContainer{flex-direction:column;align-items:flex-start;gap:64px;min-height:736px;padding:64px 0;display:flex;position:relative;overflow:hidden;background-color:var(--black)!important}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__background{z-index:1;width:100%;height:100%;position:absolute;top:0;right:-200px}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__header{justify-content:flex-start;align-items:flex-start;gap:123px;padding:0 64px;display:flex}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__header .TestimonialsComponent-module__BabwTq__chip{border:1px solid var(--gray);color:var(--light-gray);font-size:14px}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__header .TestimonialsComponent-module__BabwTq__title{font-family:Open Sans;font-weight:700;font-style:Bold;vertical-align:middle;color:var(--white);font-size:48px;line-height:120%}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__header .TestimonialsComponent-module__BabwTq__title span{color:var(--purple)}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__sliderWrap{z-index:2;width:100%;position:relative}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__sliderWrap .TestimonialsComponent-module__BabwTq__sliderGradient{z-index:3;width:200px;height:100%;position:absolute;top:0}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__sliderWrap .TestimonialsComponent-module__BabwTq__sliderGradientLeft{background:linear-gradient(to right, var(--black) -70%, transparent 40%);left:0}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__sliderWrap .TestimonialsComponent-module__BabwTq__sliderGradientRight{background:linear-gradient(to left, var(--black) -80%, transparent 40%);right:0}.TestimonialsComponent-module__BabwTq__mobileSliderWrap{z-index:2;width:100%;display:none;position:relative}@media (max-width:767px){.TestimonialsComponent-module__BabwTq__testimonialsContainer{margin-bottom:0}.TestimonialsComponent-module__BabwTq__testimonialsContainer .TestimonialsComponent-module__BabwTq__background{z-index:1;width:200%;height:120%;position:absolute;top:-300px;right:-200px}.TestimonialsComponent-module__BabwTq__sliderWrap{display:none}.TestimonialsComponent-module__BabwTq__mobileSliderWrap{display:block}.TestimonialsComponent-module__BabwTq__header{z-index:2;width:100%;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:16px!important;padding:0 20px!important}.TestimonialsComponent-module__BabwTq__title{text-align:center!important;font-size:24px!important}}
.TestimonialCard-module__zL0cTa__card{background:var(--white);box-shadow:var(--box-shadow);cursor:default;border-radius:24px;flex-direction:row;align-items:stretch;gap:32px;width:786px;min-height:428px;padding:32px;display:flex;overflow:hidden}.TestimonialCard-module__zL0cTa__imageWrap{background:var(--lightest-purple);border-radius:20px;flex-shrink:0;justify-content:center;align-items:flex-end;width:264px;display:flex;overflow:hidden}.TestimonialCard-module__zL0cTa__image{object-fit:cover;object-position:top center;pointer-events:none;width:100%;height:100%;display:block}.TestimonialCard-module__zL0cTa__content{flex-direction:column;flex:1;gap:12px;display:flex}.TestimonialCard-module__zL0cTa__quoteMark{margin-bottom:40px;line-height:1}.TestimonialCard-module__zL0cTa__quote{font-family:Open Sans;font-weight:700;font-style:Bold;color:var(--black);flex:1;font-size:24px;line-height:120%}.TestimonialCard-module__zL0cTa__author{flex-direction:column;align-items:flex-start;gap:12px;margin-top:40px;display:flex}.TestimonialCard-module__zL0cTa__badge{background-color:var(--light-green);color:var(--dark-green);border-radius:1000px;padding:4px 12px;font-family:Open Sans;font-size:12px;font-weight:400;line-height:140%}.TestimonialCard-module__zL0cTa__name{font-family:Open Sans;font-weight:700;font-style:Bold;color:var(--black);font-size:20px;line-height:1.3}.TestimonialCard-module__zL0cTa__role{font-family:Open Sans;font-weight:400;font-style:Regular;color:var(--black);font-size:16px;line-height:1.3}@media (max-width:767px){.TestimonialCard-module__zL0cTa__card{flex-direction:column;gap:16px;width:100%;min-height:400px}.TestimonialCard-module__zL0cTa__imageWrap{width:120px}.TestimonialCard-module__zL0cTa__content{gap:16px;padding:0}.TestimonialCard-module__zL0cTa__quoteMark{--size:46px;width:var(--size);height:var(--size);margin-bottom:0}.TestimonialCard-module__zL0cTa__quote{font-size:16px}.TestimonialCard-module__zL0cTa__author{gap:4px;margin-top:0}.TestimonialCard-module__zL0cTa__author .TestimonialCard-module__zL0cTa__name{font-size:14px}.TestimonialCard-module__zL0cTa__author .TestimonialCard-module__zL0cTa__role{color:var(--gray);font-size:14px}}
.TestimonialsSlider-module__h4RnQG__wrapper{flex-direction:column;gap:24px;width:100%;display:flex}.TestimonialsSlider-module__h4RnQG__viewport{width:100%;overflow:hidden}.TestimonialsSlider-module__h4RnQG__container{margin:0 -16px;display:flex}.TestimonialsSlider-module__h4RnQG__slide{flex:0 0 85%;min-width:0;padding:0 16px;transition:opacity .3s}.TestimonialsSlider-module__h4RnQG__dots{justify-content:center;align-items:center;gap:8px;display:flex}.TestimonialsSlider-module__h4RnQG__dot{background:var(--gray);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .25s,transform .25s}.TestimonialsSlider-module__h4RnQG__dotActive{background:var(--white);transform:scale(1.3)}
