.IndustryCard_root__83Kt2{display:flex;flex-direction:column;align-items:center;width:100%;padding-right:16px;padding-left:16px}@media(min-width:calc(887px + 1px)){.IndustryCard_root__83Kt2{padding-right:0;padding-left:0}}.IndustryCard_iconWrapper__y5XxH{width:55px;height:55px;padding:10px;background:#fff;border-radius:50%;box-shadow:0 .11px 12.17px rgba(33,96,250,.19)}.IndustryCard_icon__pGcj3{width:100%;height:100%}.IndustryCard_heading__9eaUA{margin-top:12px;margin-bottom:4px;font-size:1.25rem;font-weight:700;line-height:1.2;color:#3a5166;text-align:center}@media(min-width:calc(887px + 1px)){.IndustryCard_heading__9eaUA{margin-top:8px;margin-bottom:4px}}.IndustryCard_subheading__9TQOJ{margin-bottom:40px;font-size:1rem;font-weight:400;line-height:1.5;color:#3a5166}@media(min-width:calc(887px + 1px)){.IndustryCard_subheading__9TQOJ{margin-bottom:0}}.IndustryCards_root__KHvsO{font-family:DM Sans,sans-serif;background:linear-gradient(180deg,rgb(246,248,254),#fff 12%)}.IndustryCards_container__xtNh_{max-width:450px;padding-bottom:35px;margin-right:auto;margin-left:auto}@media(min-width:calc(887px + 1px)){.IndustryCards_container__xtNh_{max-width:none;padding-right:24px;padding-bottom:80px;padding-left:24px}}.IndustryCards_heading__Y4PBZ{padding:36px 16px 40px;margin:0;font-size:1.5rem;font-weight:700;line-height:1.33;color:#092540;text-align:center}@media(min-width:calc(887px + 1px)){.IndustryCards_heading__Y4PBZ{max-width:700px;padding-top:80px;padding-bottom:60px;margin-right:auto;margin-left:auto;font-size:2rem;line-height:1.3125}}.IndustryCards_row__Is92t{display:block;justify-content:space-between;max-width:1200px;margin:0 auto 40px;text-align:center}@media(min-width:calc(887px + 1px)){.IndustryCards_row__Is92t{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px}}@media(min-width:calc(1200px + 1px)){.IndustryCards_row__Is92t{grid-column-gap:48px}}.IndustryCards_cta__jENPE{display:block;width:fit-content;height:52px;padding:12px 24px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.4;color:#fff;text-align:center;text-decoration:none;background:#3e74fe;border-radius:25.4774px}.IndustryCards_cta__jENPE:hover{background-color:#1048d4;transition:.2s}.IndustryCards_ctaWrapper__MKMal{margin:30px auto 0}@media(min-width:calc(887px + 1px)){.IndustryCards_ctaWrapper__MKMal{margin:40px auto 0}}.products-overview-card{position:relative;padding:16px 20px;color:inherit;text-decoration:none;background:var(--card-gradient);border:1px solid var(--card-border);border-radius:12px;box-shadow:var(--card-shadow);transition:.2s}.products-overview-card:hover{box-shadow:var(--card-shadow-hover)}.products-overview-card:hover .products-overview-card__arrow--in{transform:translate(-50%,-50%) translateX(0)}.products-overview-card:hover .products-overview-card__arrow--out{transform:translate(-50%,-50%) translateX(20px)}@media(min-width:calc(566px + 1px)){.products-overview-card{padding:20px}}.products-overview-card__content{display:flex;flex-direction:row;gap:12px;align-items:center}@media(min-width:calc(566px + 1px)){.products-overview-card__content{flex-direction:column;align-items:normal}}.products-overview-card__icon-wrapper{width:32px;height:32px}.products-overview-card__icon{width:100%;height:100%;object-fit:cover}.products-overview-card__title strong{font-weight:700;background:var(--text-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.products-overview-card__title{max-width:120px;margin:0;font-size:1.25rem;font-weight:400;line-height:1.2;color:var(--text-primary)}.products-overview-card__arrows-wrapper{position:absolute;right:20px;bottom:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px;overflow:hidden;transform:translateY(50%)}@media(min-width:calc(566px + 1px)){.products-overview-card__arrows-wrapper{bottom:20px;transform:none}}.products-overview-card__arrow{position:absolute;top:50%;left:50%;width:15px;height:15px;fill:var(--arrow-fill);transition:transform .3s ease;will-change:transform}.products-overview-card__arrow--in{transform:translate(-50%,-50%) translateX(-20px)}.products-overview-card__arrow--out{transform:translate(-50%,-50%) translateX(0)}.products-overview{--bg-primary:#000921;--text-primary:#ffffff;--text-secondary:#aab2ba;--card-gradient:radial-gradient(86.16% 48.21% at 34.17% 21.97%,#1c254b 0%,#000921 78.26%);--card-shadow:-10px 0 20px 0 rgba(6,7,31,0.45);--card-shadow-hover:0 4px 30px 4px rgba(25,90,254,0.45);--card-border:rgba(255,255,255,0.1);--arrow-fill:#ffffff;position:relative;font-family:DM Sans,Noto Sans JP,sans-serif;color:var(--text-primary);background:var(--bg-primary);padding-top:var(--component-padding-top-mobile,2rem);padding-bottom:var(--component-padding-bottom-mobile,2rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.products-overview{padding-top:var(--component-padding-top-desktop,4rem);padding-bottom:var(--component-padding-bottom-desktop,4rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.products-overview *,.products-overview :after,.products-overview :before{box-sizing:border-box}.products-overview__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:567px;padding:0 16px;margin:0 auto}@media(min-width:calc(887px + 1px)){.products-overview__wrapper{flex-direction:row;gap:24px;max-width:1248px;padding:0 24px}}@media(min-width:calc(1024px + 1px)){.products-overview__wrapper{gap:56px}}@media(min-width:calc(887px + 1px)){.products-overview__content{min-width:380px;max-width:440px}}.products-overview__title strong{font-weight:700;background:var(--text-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.products-overview__title{margin:0 0 .75rem;font-size:2rem;font-weight:300;line-height:1.1875;color:var(--text-primary);text-align:center;letter-spacing:-.32px}@media(min-width:calc(566px + 1px)){.products-overview__title{font-size:2.5rem;line-height:1.15;letter-spacing:-.4px}}@media(min-width:calc(887px + 1px)){.products-overview__title{font-size:3rem;line-height:1.1667;text-align:start;letter-spacing:-.48px}}.products-overview__subtitle{margin:0 0 2rem;font-size:1rem;font-weight:300;line-height:1.5;color:var(--text-secondary);text-align:center}@media(min-width:calc(887px + 1px)){.products-overview__subtitle{font-size:1.25rem;line-height:1.4;text-align:start}}.products-overview__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2.5rem}@media(min-width:calc(566px + 1px)){.products-overview__actions{flex-direction:row;justify-content:center}}@media(min-width:calc(887px + 1px)){.products-overview__actions{justify-content:flex-start;margin-bottom:0}}.products-overview__cards{display:grid;grid-template-columns:1fr;gap:12px;width:100%}@media(min-width:calc(566px + 1px)){.products-overview__cards{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:calc(887px + 1px)){.products-overview__cards{gap:24px;min-width:436px;max-width:520px}}@media(min-width:calc(1024px + 1px)){.products-overview__cards{max-width:660px}}@media(min-width:calc(1440px + 1px)){.products-overview__cards{grid-template-columns:repeat(3,1fr)}}.Author_root__C_O5K{display:flex;flex-direction:column;margin-top:auto}@media(min-width:calc(887px + 1px)){.Author_root__C_O5K{flex-direction:row;align-items:center}}.Author_avatar__20zbb{width:40px;height:40px;margin-bottom:.5rem}@media(min-width:calc(887px + 1px)){.Author_avatar__20zbb{width:56px;height:56px;margin:0 12px 0 0}}.Author_content__YB8nI{display:flex;flex-direction:column}.Author_name__FYhju,.Author_position__07aCJ{display:flex;margin:0;font-size:.875rem;line-height:1.71}@media(min-width:calc(887px + 1px)){.Author_name__FYhju,.Author_position__07aCJ{font-size:1rem;line-height:1.5}}.Author_name__FYhju{font-weight:700}.Tag_root__rp_tX{display:inline-flex;justify-content:center;padding:.25rem 12px;font-size:.875rem;line-height:1.28;color:#fff;border:1px solid #fff;border-radius:30px}.AuthorTextReview_root__Sfi4K{display:flex;flex-direction:column;width:100%}.AuthorTextReview_text__hJu81{margin-top:1.5rem;font-size:1.5rem;line-height:1.25}@media(min-width:calc(887px + 1px)){.AuthorTextReview_text__hJu81{margin-top:2rem;font-size:2rem;line-height:1.125}}.AuthorTextReview_logoWrapper__pnGKx{margin-top:1rem}@media(min-width:calc(887px + 1px)){.AuthorTextReview_logoWrapper__pnGKx{margin-top:1.5rem}}.AuthorTextReview_logo__Eo_PQ{height:20px}@media(min-width:calc(887px + 1px)){.AuthorTextReview_logo__Eo_PQ{height:24px}}.AuthorTextReview_authorWrapper__WWsou{margin-top:auto}.AuthorVideoReview_root__7x3HS{display:flex;flex-direction:column;width:100%;overflow:hidden;cursor:pointer}.AuthorVideoReview_videoWrapper__hyZ_c,.AuthorVideoReview_videoWrapper__hyZ_c:after{position:absolute;top:0;left:0;width:100%;height:100%}.AuthorVideoReview_videoWrapper__hyZ_c:after{content:"";background:linear-gradient(180deg,rgba(0,0,0,0) 67.18%,#000000 91.37%),linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.AuthorVideoReview_active__2sWr2 .AuthorVideoReview_videoWrapper__hyZ_c:after{visibility:hidden}.AuthorVideoReview_video__3RY0m{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.AuthorVideoReview_videoButton__jMSn7{display:flex;align-items:center;padding:.25rem 12px;font-size:.875rem;line-height:1.2857;color:#3a5166;background:#fff;border:none;border-radius:20px}.AuthorVideoReview_videoButton__jMSn7 span{margin-left:2px}.AuthorVideoReview_header__Ry0Y_{z-index:2;display:flex;justify-content:space-between}.AuthorVideoReview_active__2sWr2 .AuthorVideoReview_tagWrapper__tzSjc{visibility:hidden}.AuthorVideoReview_content__UQPkb{position:absolute;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;width:100%;padding:1.25rem 20px;overflow:hidden;background:linear-gradient(252.16deg,rgba(192,232,241,.0225) -38.01%,rgba(111,212,234,.05) 95.63%);-webkit-backdrop-filter:blur(24.57px);backdrop-filter:blur(24.57px);border-radius:20px}@media(min-width:calc(887px + 1px)){.AuthorVideoReview_content__UQPkb{padding:1.5rem 24px}}.AuthorVideoReview_content__UQPkb:before{position:absolute;inset:0;z-index:1;padding:1.54px;pointer-events:none;content:"";background:linear-gradient(139.06deg,rgba(255,255,255,.45) 7.03%,rgba(255,255,255,0) 50.58%);border-radius:20px;-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.AuthorVideoReview_active__2sWr2 .AuthorVideoReview_content__UQPkb{visibility:hidden}.AuthorVideoReview_logoWrapper__tzawr{margin-bottom:.75rem}.AuthorVideoReview_logo__2AyRl{height:24px}.CompanyTextReview_root__Uqvh_{display:flex;flex-direction:column;width:100%}.CompanyTextReview_highlightNumber__KQXgt{display:flex;margin-top:1.5rem;margin-bottom:.375rem;font-size:3.75rem;font-weight:700;line-height:1}@media(min-width:calc(887px + 1px)){.CompanyTextReview_highlightNumber__KQXgt{margin-top:2rem;margin-bottom:.5rem;font-size:5rem;line-height:1.075}}.CompanyTextReview_highlight__1gbYD{margin-bottom:1rem;font-size:2rem;line-height:1.125}.CompanyTextReview_text__S_Yju{margin-top:auto;font-size:1.125rem;font-weight:300;line-height:1.33}.CompanyTextReview_text__S_Yju strong{font-weight:700}.SocialTrust_root__Vs4cj{padding:5rem 0 3rem;margin-top:-20px;font-family:DM Sans,Noto Sans JP,sans-serif;padding-top:var(--component-padding-top-mobile,0);padding-bottom:var(--component-padding-bottom-mobile,0);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.SocialTrust_root__Vs4cj{padding-top:var(--component-padding-top-desktop,0);padding-bottom:var(--component-padding-bottom-desktop,0);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0);padding:7.5rem 0;margin-top:-40px}}.SocialTrust_root__Vs4cj *{box-sizing:border-box}.SocialTrust_root__Vs4cj .swiper-slide{display:flex;width:auto;height:auto}.SocialTrust_root__Vs4cj .swiper-navigation{display:flex;justify-content:center;margin-top:2rem}.SocialTrust_root__Vs4cj .swiper-navigation button{display:none;margin:0 8px}@media(min-width:calc(887px + 1px)){.SocialTrust_root__Vs4cj .swiper-navigation button{display:block}}.SocialTrust_root__Vs4cj .swiper-wrapper{will-change:transform}.SocialTrust_root__Vs4cj .swiper-pagination{position:relative;display:flex;justify-content:center;margin-top:2rem}@media(min-width:calc(887px + 1px)){.SocialTrust_root__Vs4cj .swiper-pagination{display:none}}.SocialTrust_root__Vs4cj .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;cursor:pointer;background:rgba(0,0,0,0);border:1px solid #092540;border-radius:50%;opacity:1}.SocialTrust_root__Vs4cj .swiper-pagination .swiper-pagination-bullet-active{background:#092540}.SocialTrust_title__sU0eu strong{font-weight:700;background:#092540;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.SocialTrust_title__sU0eu{max-width:900px;margin:0 auto;font-size:2rem;font-weight:250;line-height:1.1875;color:#092540;text-align:center}@media(min-width:calc(887px + 1px)){.SocialTrust_title__sU0eu{font-size:2.5rem;line-height:1.2}}@media(min-width:calc(1024px + 1px)){.SocialTrust_title__sU0eu{font-size:3rem;line-height:1.16}}.SocialTrust_sliderWrapper__5l9uB{margin-top:2rem}@media(min-width:calc(887px + 1px)){.SocialTrust_sliderWrapper__5l9uB{margin-top:3.75rem}}.SocialTrust_review__5gs1Q{position:relative;display:flex;width:296px;min-height:480px;padding:1.25rem 20px;overflow:hidden;color:#fff;background:radial-gradient(109.01% 73.04% at 72.09% 17.84%,#19265b 0,#000921 78.26%);border-radius:20px}@media(min-width:calc(887px + 1px)){.SocialTrust_review__5gs1Q{width:378px;min-height:570px;padding:1.5rem 24px}}.ActionButtons_cardActions__hYH2h{display:flex;gap:1rem;align-items:center}@media(max-width:887px){.ActionButtons_cardCtaTryNow__my0eD{padding:.5rem 1rem}}.ActionButtons_cardCtaLearnMore__LyWG1{display:flex;gap:.25rem;align-items:center;font-size:.875rem;font-weight:700;color:#fff;text-decoration:none}.CardFront_cardFront__XxM_j{top:0;z-index:1;display:flex;flex-direction:column;grid-row:1;grid-column:1;justify-content:space-between;max-width:100%;pointer-events:all}.CardFront_cardFront__XxM_j p{margin-bottom:0;font-size:.875rem;font-weight:300;line-height:1.25;color:#aab2ba}@media(min-width:calc(1024px + 1px)){[data-with-back]:hover>.CardFront_cardFront__XxM_j{pointer-events:none;opacity:0}}.CardFront_cardTitle__1lrtn{max-width:246px;margin:0 0 1rem;font-size:1.875rem;font-weight:500;word-break:break-word}@media(max-width:887px){.CardFront_cardTitle__1lrtn{font-size:1.5rem}}@media(min-width:calc(1200px + 1px)){.CardFront_cardTitle__1lrtn{max-width:300px}}.CardFront_cardFrontTop__dUtLb{padding:1.5rem}.CardFront_cardFrontBottom___muSm{display:flex;flex-direction:column}.CardFront_cardFrontBottom___muSm img{max-width:100%;height:auto;margin-top:1.225rem;border-bottom-right-radius:.75rem}@media(min-width:calc(887px + 1px)){.CardFront_cardFrontBottom___muSm img{border-radius:1.25rem}}.CardFront_actionsWrapper__z551r{padding:0 1rem;margin-bottom:1.5rem}@media(min-width:calc(1024px + 1px)){[data-with-back] .CardFront_actionsWrapper__z551r{display:none}}.CardBack_cardBack__r3oPI{display:none}@media(min-width:calc(1024px + 1px)){.CardBack_cardBack__r3oPI{z-index:2;display:flex;flex-direction:column;grid-row:1;grid-column:1;gap:1rem;justify-content:space-between;padding:1.5rem;pointer-events:none;opacity:0}[data-with-back]:hover>.CardBack_cardBack__r3oPI{pointer-events:all;opacity:1}}.CardBack_cardTitle__Z6JvP{max-width:246px;margin:0 0 1rem;font-size:1.875rem;font-weight:500;word-break:break-word}@media(max-width:887px){.CardBack_cardTitle__Z6JvP{font-size:1.5rem}}@media(min-width:calc(1200px + 1px)){.CardBack_cardTitle__Z6JvP{max-width:300px}}.CardBack_cardBackList__E_R_Z{padding:0;margin:0;font-size:.875rem;line-height:1;list-style:none}.CardBack_cardBackList__E_R_Z li p{display:flex;gap:.5rem;align-items:center;margin:0 0 1.5rem;word-break:break-word}.CardBack_cardBackIcon__hVIHa{display:flex;flex-shrink:0;width:16px;height:16px}.SolutionCard_card__lVPeM{position:relative;display:grid;height:100%;overflow:hidden;background:radial-gradient(67% 100% at 81.1% 1.9%,#1c254b 0,#030c1c 78.26%);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;box-shadow:-10px 0 20px 0 rgba(6,7,31,.45)}@media(max-width:566px){.swiper-slide-active>.SolutionCard_card__lVPeM{box-shadow:0 0 20px 0 #195afe}}@media(min-width:calc(887px + 1px)){.SolutionCard_card__lVPeM{border-radius:1.25rem}}@media(min-width:calc(1024px + 1px)){.SolutionCard_card__lVPeM>div{transition:all .4s ease-in-out}.SolutionCard_card__lVPeM:hover{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);box-shadow:0 4px 30px 4px rgba(25,90,254,.45)}.SolutionCard_card__lVPeM:hover>div{bottom:0}}.Solutions_root__BQWl_{padding-top:var(--component-padding-top-mobile,5.25rem);padding-bottom:var(--component-padding-bottom-mobile,4rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.Solutions_root__BQWl_{padding-top:var(--component-padding-top-desktop,6.25rem);padding-bottom:var(--component-padding-bottom-desktop,10rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.Solutions_root__BQWl_{box-sizing:border-box;padding-right:16px;padding-left:16px;font-family:DM Sans,Noto Sans JP,sans-serif;color:#fff;background:#000921}@media(min-width:calc(887px + 1px)){.Solutions_root__BQWl_{padding-right:24px;padding-left:24px}}@media(min-width:1249px),(min-width:567px)and (max-width:887px){.Solutions_root__BQWl_{display:flex;flex-direction:column;align-items:center}}.Solutions_root__BQWl_ .swiper{overflow:visible}.Solutions_root__BQWl_ .swiper-pagination{bottom:-2.5rem}.Solutions_root__BQWl_ .swiper-pagination-bullet{width:10px;height:10px;background:rgba(0,0,0,0);border:1px solid #fff;opacity:1}.Solutions_root__BQWl_ .swiper-pagination-bullet-active{background:#fff}.Solutions_root__BQWl_ .swiper-slide{width:296px;height:auto}@media(min-width:calc(1024px + 1px)){.Solutions_root__BQWl_ .swiper-slide{width:350px}}.Solutions_content__ItIDL{width:100%}@media(min-width:calc(566px + 1px)){.Solutions_content__ItIDL{max-width:534px}}@media(min-width:calc(887px + 1px)){.Solutions_content__ItIDL{max-width:none}}@media(min-width:calc(1200px + 1px)){.Solutions_content__ItIDL{max-width:1200px}}.Solutions_topWrapper__X6IDC{display:flex;align-items:flex-end;justify-content:space-between}.Solutions_navigationButtons__dNcYD{display:none}@media(min-width:calc(566px + 1px)){.Solutions_navigationButtons__dNcYD{display:flex;gap:1.5rem}}.Solutions_title__8qci4 strong{font-weight:700;background:var(--solutions-title-gradient,#ffffff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.Solutions_title__8qci4{margin:0 auto;font-size:2rem;font-weight:300;line-height:1.1875;text-align:center;letter-spacing:-.48px}@media(min-width:calc(566px + 1px)){.Solutions_title__8qci4{max-width:398px;margin:0;font-size:2.5rem;text-align:start}}@media(min-width:calc(887px + 1px)){.Solutions_title__8qci4{max-width:480px;font-size:3rem}}@media(min-width:887px){.Solutions_title__8qci4{line-height:1.2083}}.Solutions_sliderContainer__dq3tY{margin:3.75rem 0}@media(min-width:calc(566px + 1px)){.Solutions_sliderContainer__dq3tY{margin-bottom:0}}.Solutions_sliderWrapper__z7j41{height:100%}.TestimonialSlide_root__n__bG{box-sizing:border-box}.TestimonialSlide_item__RvaqZ{display:flex;flex-direction:column;align-items:center;text-align:center}.TestimonialSlide_logoWrapper__mqeAN{max-width:140px}.TestimonialSlide_logo__8_1cO{width:100%;height:100%}.TestimonialSlide_text__NoggP{max-width:850px;margin:20px auto 1.5rem;font-size:1.25rem;font-weight:400;line-height:1.4;color:#092540;text-align:center}@media(min-width:calc(887px + 1px)){.TestimonialSlide_text__NoggP{margin-top:24px;margin-bottom:12px;font-size:2rem;line-height:1.3125}}.TestimonialSlide_personaWrapper__WqRfF{max-width:80px;padding-bottom:10px}.TestimonialSlide_persona__Ycois{width:100%;height:100%;border-radius:50%}.TestimonialSlide_personaName__htQR0{margin-bottom:8px;font-weight:500;color:#092540}@media(min-width:calc(887px + 1px)){.TestimonialSlide_personaName__htQR0{margin-bottom:0}}.TestimonialSlide_personaTitle__FsnMx{margin-top:0;margin-bottom:.5rem;font-weight:400;color:#3a5166}.TestimonialSlide_arrow__zFwWv{box-sizing:content-box;margin-top:3px!important;margin-left:-2px}.TestimonialsCarousel_root__RD5_F{box-sizing:border-box;margin:0 16px;font-family:DM Sans,sans-serif}.TestimonialsCarousel_root__RD5_F *,.TestimonialsCarousel_root__RD5_F :after,.TestimonialsCarousel_root__RD5_F :before{box-sizing:border-box}@media(min-width:calc(887px + 1px)){.TestimonialsCarousel_root__RD5_F{margin:0 24px}}.TestimonialsCarousel_root__RD5_F{padding-top:var(--component-padding-top-mobile,2.5rem);padding-bottom:var(--component-padding-bottom-mobile,2.5rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.TestimonialsCarousel_root__RD5_F{padding-top:var(--component-padding-top-desktop,2.5rem);padding-bottom:var(--component-padding-bottom-desktop,5rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.TestimonialsCarousel_heading__S9OrP{max-width:450px;margin-right:auto;margin-bottom:2rem;margin-left:auto;font-size:1.5rem;font-weight:700;line-height:1.333;color:#092540;text-align:center}@media(min-width:calc(887px + 1px)){.TestimonialsCarousel_heading__S9OrP{max-width:700px;margin-bottom:2.5rem;font-size:2rem;line-height:1.3125}}.TestimonialsCarousel_wrapper__Xq3WO{max-width:552px;padding:3.75rem 12px;margin-right:auto;margin-left:auto;background:linear-gradient(351.75deg,rgba(25,90,254,.2) -11.88%,rgba(153,182,255,0) 53.25%),#f5f8ff;border-radius:8px}@media(min-width:calc(887px + 1px)){.TestimonialsCarousel_wrapper__Xq3WO{max-width:1200px;padding:5rem 40px}}.TestimonialsCarousel_swiper__VHfZ7{width:100%}.TestimonialsCarousel_nav__8Rier{margin-top:2.5rem}.TestimonialsCarousel_pagination__tldTr{--swiper-pagination-bullet-width:14px;--swiper-pagination-bullet-height:14px;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-color:#90afff;--swiper-pagination-bullet-inactive-color:transparent;display:flex;justify-content:center}@media(min-width:calc(887px + 1px)){.TestimonialsCarousel_pagination__tldTr{--swiper-pagination-bullet-horizontal-gap:7px}}.TestimonialsCarousel_pagination__tldTr .swiper-pagination-bullet{border:1px solid var(--swiper-pagination-color);opacity:1}.use-cases-parallax-item{display:flex;flex-direction:column}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item{flex-direction:row;align-items:center;height:450px}}@media(min-width:calc(1200px + 1px)){.use-cases-parallax-item{height:500px}}.use-cases-parallax-item+.use-cases-parallax-item{margin-top:2.5rem}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item+.use-cases-parallax-item{margin-top:4rem}}.use-cases-parallax-item__content{margin-top:.5rem;font-family:DM Sans,sans-serif;color:#fff}@media(min-width:calc(566px + 1px)){.use-cases-parallax-item__content{margin-top:1.5rem}}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item__content{margin-top:0}}.use-cases-parallax-item__label{margin-bottom:1rem;font-size:.875rem;line-height:1.2857;color:#092540;text-transform:uppercase}.section--dark .use-cases-parallax-item__label{color:#fff}.use-cases-parallax-item__title{margin:0;font-size:1.5rem;font-weight:300;line-height:1.25;color:#092540;letter-spacing:-.4px}.section--dark .use-cases-parallax-item__title{color:#fff}.use-cases-parallax-item__title strong{font-weight:700}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item__title{margin-top:0;font-size:2rem;line-height:1.125}}@media(min-width:calc(1200px + 1px)){.use-cases-parallax-item__title{font-size:2.5rem;line-height:1.15}}.use-cases-parallax-item__description{margin:1rem 0 0;font-size:1rem;font-weight:300;line-height:1.5;color:#092540}.section--dark .use-cases-parallax-item__description{color:#aab2ba}.use-cases-parallax-item__bullets{margin-top:1.375rem;font-size:.875rem;color:#092540;list-style:none}.section--dark .use-cases-parallax-item__bullets{color:#fff}.use-cases-parallax-item__bullet{display:flex}.use-cases-parallax-item__bullet+.use-cases-parallax-item__bullet{margin-top:1.375rem}.use-cases-parallax-item__bullet svg{margin-top:4px;margin-right:4px}.use-cases-parallax-item__bullet path{fill:#092540}.section--dark .use-cases-parallax-item__bullet path{fill:#fff}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item__image-wrapper{display:none}}.use-cases-parallax-item__image{width:100%;height:auto}.use-cases-parallax-item__actions{display:flex;flex-direction:column;gap:16px;margin-top:2rem}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item__actions{flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:2.5rem}}.use-cases-parallax-item__button-wrapper .swui-button{width:100%;max-width:277px}@media(min-width:calc(887px + 1px)){.use-cases-parallax-item__button-wrapper .swui-button{width:auto;max-width:unset}}.use-cases-parallax{position:relative;padding-top:var(--component-padding-top-mobile,0);padding-bottom:var(--component-padding-bottom-mobile,0);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.use-cases-parallax{padding-top:var(--component-padding-top-desktop,0);padding-bottom:var(--component-padding-bottom-desktop,0);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.use-cases-parallax.section--dark{background-color:#000921}.use-cases-parallax *{box-sizing:border-box}.use-cases-parallax__wrapper{position:relative;display:flex;flex-direction:column}@media(min-width:calc(887px + 1px)){.use-cases-parallax__wrapper{flex-direction:row}.use-cases-parallax__items{flex:1 0 400px;margin-right:56px}}@media(min-width:calc(1200px + 1px)){.use-cases-parallax__items{flex:1 0 440px;margin-right:100px}}.use-cases-parallax__images-wrapper{display:none}@media(min-width:calc(887px + 1px)){.use-cases-parallax__images-wrapper{display:flex;flex:1 1 520px}}@media(min-width:calc(1200px + 1px)){.use-cases-parallax__images-wrapper{flex:1 0 660px}}@media(min-width:calc(887px + 1px)){.use-cases-parallax__images{position:sticky;top:calc(50% - 225px);width:100%;height:450px;overflow:hidden}}@media(min-width:calc(1200px + 1px)){.use-cases-parallax__images{top:calc(50% - 250px);height:500px}}@media(min-width:calc(887px + 1px)){.use-cases-parallax__image{position:absolute;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;opacity:0;transition:opacity .6s ease,transform .8s ease;transform:translateZ(0)}}@media(min-width:calc(887px + 1px))and (min-width:calc(887px + 1px)){.use-cases-parallax__image.is-active{z-index:2;opacity:1;transform:translateZ(0)}}@media(min-width:calc(887px + 1px)){.use-cases-parallax__image img{max-width:100%;height:auto}}.wall-of-features-main-item{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:radial-gradient(86.16% 48.21% at 34.17% 21.97%,#1c254b 0,#000921 78.26%);border:.398px solid hsla(0,0%,100%,.1);border-radius:5.46px;box-shadow:.546px 1.638px 8.19px 0 rgba(25,90,254,.1);transition:transform .3s ease,box-shadow .3s ease}.wall-of-features-main-item:hover{box-shadow:0 4px 30px 4px rgba(25,90,254,.8)}.wall-of-features-main-item--1{grid-row:3/span 2;grid-column:1/span 2}.wall-of-features-main-item--2{grid-row:3/span 2;grid-column:3/span 2}.wall-of-features-main-item--3{grid-row:5/span 2;grid-column:1/span 2}.wall-of-features-main-item--4{grid-row:5/span 2;grid-column:3/span 2}@media(min-width:calc(566px + 1px)){.wall-of-features-main-item{background:radial-gradient(86.16% 48.21% at 34.17% 21.97%,#1c254b 0,#000921 78.26%);border:.649px solid hsla(0,0%,100%,.1);border-radius:9px;box-shadow:.891px 2.672px 13.359px 0 rgba(25,90,254,.1)}}@media(min-width:calc(887px + 1px)){.wall-of-features-main-item{max-height:264px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;box-shadow:0 4px 30px 4px rgba(25,90,254,.1)}.wall-of-features-main-item--1{grid-row:3/span 2;grid-column:3/span 3}.wall-of-features-main-item--2{grid-row:3/span 2;grid-column:6/span 3}.wall-of-features-main-item--3{grid-row:5/span 2;grid-column:3/span 3}.wall-of-features-main-item--4{grid-row:5/span 2;grid-column:6/span 3}}.wall-of-features-main-item__title strong{font-weight:700;background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.wall-of-features-main-item__title{margin:12px;font-size:1.25rem;font-weight:300;line-height:1.1;color:#fff}@media(min-width:calc(566px + 1px)){.wall-of-features-main-item__title{margin-top:20px;margin-left:20px;font-size:2rem}}@media(min-width:calc(887px + 1px)){.wall-of-features-main-item__title{margin-top:24px;margin-left:24px;line-height:1.125}}.wall-of-features-main-item__image{width:100%;height:100%}@media(min-width:calc(887px + 1px)){.wall-of-features-main-item__image{position:absolute;right:0;bottom:0;width:235px;height:186px}}.wall-of-features-small-item{display:none;flex-direction:column;gap:4px;align-items:center;justify-content:center;height:76px;background:radial-gradient(86.16% 48.21% at 34.17% 21.97%,#1c254b 0,#000921 78.26%);border:.613px solid hsla(0,0%,100%,.1);border-radius:7.355px;box-shadow:1.226px 3.677px 18.387px 0 rgba(25,90,254,.1)}.wall-of-features-small-item--30,.wall-of-features-small-item--31,.wall-of-features-small-item--32,.wall-of-features-small-item--33,.wall-of-features-small-item--4,.wall-of-features-small-item--5,.wall-of-features-small-item--6,.wall-of-features-small-item--7{display:flex}@media(min-width:calc(566px + 1px)){.wall-of-features-small-item{gap:16px;height:124px;background:#000921;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:1.999px 5.998px 29.991px 0 rgba(25,90,254,.1)}}@media(min-width:calc(887px + 1px)){.wall-of-features-small-item{display:flex;height:126px;box-shadow:none}}@media(min-width:calc(1024px + 1px)){.wall-of-features-small-item{height:124px}}.wall-of-features-small-item__image-wrapper{display:flex;width:16px;height:16px}@media(min-width:calc(566px + 1px)){.wall-of-features-small-item__image-wrapper{width:24px;height:24px}}.wall-of-features-small-item__image{width:100%;height:100%}.wall-of-features-small-item__title{padding:0 6px;margin:0;font-size:.5rem;font-weight:500;line-height:1.28;color:#6c7176;text-align:center}@media(min-width:calc(566px + 1px)){.wall-of-features-small-item__title{font-size:.875rem}}.wall-of-features-empty-item{height:76px;background:radial-gradient(86.16% 48.21% at 34.17% 21.97%,#1c254b 0,#000921 78.26%);border:.613px solid hsla(0,0%,100%,.1);border-radius:8px;box-shadow:1.226px 3.677px 18.387px 0 rgba(25,90,254,.1)}.wall-of-features-empty-item--end-1,.wall-of-features-empty-item--end-2,.wall-of-features-empty-item--end-3,.wall-of-features-empty-item--end-4,.wall-of-features-empty-item--end-5,.wall-of-features-empty-item--end-6,.wall-of-features-empty-item--start-1,.wall-of-features-empty-item--start-2,.wall-of-features-empty-item--start-3,.wall-of-features-empty-item--start-4,.wall-of-features-empty-item--start-5,.wall-of-features-empty-item--start-6{display:none}@media(min-width:calc(566px + 1px)){.wall-of-features-empty-item{height:124px;background:#000921;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:2px 6px 30px 0 rgba(25,90,254,.1)}}@media(min-width:calc(887px + 1px)){.wall-of-features-empty-item{display:block;height:126px;box-shadow:none}}@media(min-width:calc(1024px + 1px)){.wall-of-features-empty-item{height:124px}}.wall-of-features{background:#000921}.wall-of-features *,.wall-of-features :after,.wall-of-features :before{box-sizing:border-box}.wall-of-features__container{position:relative;margin:0 auto;font-family:DM Sans,sans-serif}@media(min-width:calc(887px + 1px)){.wall-of-features__container{display:grid;justify-content:center;overflow:hidden}}.wall-of-features__container:before{position:absolute;top:50%;left:50%;width:360px;height:360px;pointer-events:none;content:"";background:linear-gradient(239deg,rgba(255,107,0,.4) 21.18%,rgba(25,90,254,.4) 54.64%,rgba(25,90,254,.4) 90.34%);filter:blur(50px);border-radius:50%;transform:translate(-50%,-50%)}@media(min-width:calc(566px + 1px)){.wall-of-features__container:before{left:calc(50% - 532px/2 + 360px/2);transform:translate(-50%,-90%)}}@media(min-width:calc(887px + 1px)){.wall-of-features__container:before{left:50%;width:695px;height:695px;filter:blur(50px);transform:translate(-50%,-50%)}}.wall-of-features__container:after{position:absolute;inset:0;z-index:1;pointer-events:none;content:""}@media(min-width:calc(887px + 1px)){.wall-of-features__container:after{background:linear-gradient(90deg,rgba(0,9,33,0),#000921 39.38%),linear-gradient(270deg,rgba(0,9,33,0),#000921 66.12%);background-repeat:no-repeat;background-position:100%,0;background-size:40px 100%,40px 100%}}.wall-of-features__combined-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,76px));grid-auto-rows:auto;gap:8px;place-content:center}@media(min-width:calc(566px + 1px)){.wall-of-features__combined-grid{grid-template-columns:repeat(4,124px);gap:12px}}@media(min-width:calc(887px + 1px)){.wall-of-features__combined-grid{grid-template-columns:repeat(10,126px);gap:16px}}@media(min-width:calc(1024px + 1px)){.wall-of-features__combined-grid{grid-template-columns:repeat(10,124px)}}.wall-of-features__combined-grid:before{position:absolute;inset:0;z-index:1;pointer-events:none;content:"";background:linear-gradient(180deg,rgba(0,9,33,0) 10.13%,#000921 86.39%),linear-gradient(0deg,rgba(0,9,33,0) 10.13%,#000921 72.6%);background-repeat:no-repeat;background-position:bottom,top;background-size:100% 78px,100% 78px}@media(min-width:calc(887px + 1px)){.wall-of-features__combined-grid:before{background:linear-gradient(180deg,rgba(0,9,33,0),#000921 39.38%),linear-gradient(90deg,rgba(0,9,33,0),#000921 39.38%),linear-gradient(0deg,rgba(0,9,33,0) 10.13%,#000921 72.6%),linear-gradient(270deg,rgba(0,9,33,0),#000921 66.12%);background-repeat:no-repeat;background-position:bottom,100%,top,0;background-size:100% 80px,80px 100%,100% 80px,80px 100%}}.product-heading{--bg-primary:#ffffff;--text-primary:#000000;--text-secondary:#092540;position:relative;font-family:DM Sans,Noto Sans JP,sans-serif;color:var(--text-primary);background:var(--bg-primary);padding-top:var(--component-padding-top-mobile,2rem);padding-bottom:var(--component-padding-bottom-mobile,2rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.product-heading{padding-top:var(--component-padding-top-desktop,4rem);padding-bottom:var(--component-padding-bottom-desktop,4rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.product-heading *,.product-heading :after,.product-heading :before{box-sizing:border-box}.product-heading__wrapper{display:flex;flex-direction:column;justify-content:space-between;max-width:567px;padding:0 16px;margin:0 auto}@media(min-width:calc(887px + 1px)){.product-heading__wrapper{flex-direction:row;gap:24px;align-items:start;max-width:1248px;padding:0 24px}}.product-heading__main-content{display:flex;flex-direction:column;gap:12px;align-items:center;margin-bottom:12px}@media(min-width:calc(887px + 1px)){.product-heading__main-content{align-items:baseline;margin-bottom:0}}@media(min-width:calc(1440px + 1px)){.product-heading__main-content{flex-direction:row;align-items:center}}@media(min-width:calc(887px + 1px)){.product-heading__secondary-content{max-width:440px}}@media(min-width:calc(1440px + 1px)){.product-heading__secondary-content{max-width:500px}}.product-heading__image-wrapper{display:grid;place-content:center;width:64px;height:64px}.product-heading__image-wrapper--shadow{-webkit-backdrop-filter:blur(14.3362569809px);backdrop-filter:blur(14.3362569809px);border-radius:50%;box-shadow:.255px 6.276px 22.968px 0 var(--icon-gradient,rgba(25,90,254,.25))}.product-heading__image{width:64px;height:64px;object-fit:contain}.product-heading__image--shadow{width:48px;height:48px;border-radius:50%}.product-heading__title strong{font-weight:700;background:var(--text-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.product-heading__title{margin:0;font-size:2rem;font-style:normal;font-weight:400;line-height:1.1875;color:var(--text-primary)}@media(min-width:calc(566px + 1px)){.product-heading__title{font-size:2.5rem;line-height:1.15}}@media(min-width:calc(887px + 1px)){.product-heading__title{font-size:3rem;font-weight:400;line-height:1.1667}}.product-heading__subtitle{margin:0 0 2rem;font-size:1rem;font-weight:300;line-height:1.5;color:var(--text-secondary);text-align:center}@media(min-width:calc(566px + 1px)){.product-heading__subtitle{margin:0 0 1.5rem}}@media(min-width:calc(887px + 1px)){.product-heading__subtitle{font-size:1.25rem;line-height:1.4;text-align:start}}.product-heading__actions{display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width:calc(566px + 1px)){.product-heading__actions{flex-direction:row;justify-content:center}}@media(min-width:calc(887px + 1px)){.product-heading__actions{justify-content:start}}.product-heading__button-wrapper{width:100%;padding:0 16px}@media(min-width:calc(566px + 1px)){.product-heading__button-wrapper{width:auto;padding:0}}.product-heading__button-wrapper .swui-button{width:100%}@media(min-width:calc(566px + 1px)){.product-heading__button-wrapper .swui-button{width:auto}}.AiSearchTopPrompts_root__Pn61h{padding-top:var(--component-padding-top-mobile,1rem);padding-bottom:var(--component-padding-bottom-mobile,1rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.AiSearchTopPrompts_root__Pn61h{padding-top:var(--component-padding-top-desktop,1.5rem);padding-bottom:var(--component-padding-bottom-desktop,1.5rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.AiSearchTopPrompts_container__qU6Ge{box-sizing:border-box;max-width:566px;padding:0 16px;margin:0 auto}@media(min-width:calc(887px + 1px)){.AiSearchTopPrompts_container__qU6Ge{max-width:1248px;padding:0 24px}}.AiSearchTopPrompts_titleRow__nt2je{min-width:0}.AiSearchTopPrompts_title__q9hMo{margin:0;font-size:1.5rem;font-weight:600;line-height:1.3;color:#092540}.AiSearchTopPrompts_titleIcon__95X1z{display:inline-flex;margin-left:8px;color:#243c7b;vertical-align:-.125em}.AiSearchTopPrompts_metaRow__VihrQ{display:inline-flex;gap:6px;align-items:center;margin:0;font-size:.75rem;line-height:1.2;color:#8995a1}.AiSearchTopPrompts_metaIcon__7mReI{flex-shrink:0;width:12px;height:12px;font-size:.75rem;color:#8995a1}.AiSearchTopPrompts_tableFrame__TTVVB{position:relative}.AiSearchTopPrompts_table__CYKUw{width:100%}.AiSearchTopPrompts_table__CYKUw thead [class*=headerCell]{font-size:.75rem}.AiSearchTopPrompts_table__CYKUw [data-column-id=topBrand]{width:116px;max-width:none;text-align:right}.AiSearchTopPrompts_table__CYKUw [data-column-id=citations],.AiSearchTopPrompts_table__CYKUw [data-column-id=topics]{display:none}.AiSearchTopPrompts_table__CYKUw tbody tr:nth-child(odd) [data-column-id=topBrand]{border-top-right-radius:12px;border-bottom-right-radius:12px}.AiSearchTopPrompts_table__CYKUw tbody tr:nth-child(odd) [data-column-id=citations],.AiSearchTopPrompts_table__CYKUw tbody tr:nth-child(odd) [data-column-id=topics]{border-top-right-radius:0;border-bottom-right-radius:0}@media(min-width:calc(887px + 1px)){.AiSearchTopPrompts_table__CYKUw [data-column-id=prompt]{width:60%}.AiSearchTopPrompts_table__CYKUw [data-column-id=topBrand]{width:14%;max-width:none;text-align:left}.AiSearchTopPrompts_table__CYKUw [data-column-id=topics]{display:table-cell;width:14%}.AiSearchTopPrompts_table__CYKUw [data-column-id=citations]{display:table-cell;width:12%}.AiSearchTopPrompts_table__CYKUw tbody tr:nth-child(odd) [data-column-id=topBrand],.AiSearchTopPrompts_table__CYKUw tbody tr:nth-child(odd) [data-column-id=topics]{border-top-right-radius:0;border-bottom-right-radius:0}}.AiSearchTopPrompts_lockedOverlay__kShkc{position:relative;top:-40px;display:flex;align-items:center;justify-content:center;margin-bottom:-40px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0) .07%,rgba(255,255,255,.8) 10.39%,#FFFFFF 103.27%);border-radius:0 0 8px 8px}@media(min-width:calc(887px + 1px)){.AiSearchTopPrompts_lockedOverlay__kShkc{top:-70px;margin-bottom:-70px}}.AiSearchTopPrompts_lockedOverlay__kShkc>*{pointer-events:auto}.AiSearchHowTo_root__BeoIj{font-family:DM Sans,sans-serif;padding-top:var(--component-padding-top-mobile,1rem);padding-bottom:var(--component-padding-bottom-mobile,1rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.AiSearchHowTo_root__BeoIj{padding-top:var(--component-padding-top-desktop,2em);padding-bottom:var(--component-padding-bottom-desktop,2rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.AiSearchHowTo_title__0kqIv{box-sizing:border-box;max-width:566px;padding:0 16px;margin:0 auto .25rem;font-size:1.625rem;font-weight:400;line-height:1.23077;color:#092540}@media(min-width:calc(887px + 1px)){.AiSearchHowTo_title__0kqIv{max-width:1048px;padding:0 24px;margin-bottom:.75rem;font-size:2rem;font-weight:500;line-height:1.125}}.AiSearchHowTo_content___wte1{box-sizing:border-box;max-width:566px;padding:0 16px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.375;color:#3a5166}@media(min-width:calc(887px + 1px)){.AiSearchHowTo_content___wte1{max-width:1048px;padding:0 24px}}.AiSearchHowTo_content___wte1 p{margin:0 0 1rem}.AiSearchHowTo_content___wte1 p:last-child{margin-bottom:0}.AiSearchHowTo_content___wte1 ul{padding-left:32px;margin:1.25rem 0 1rem;list-style:none}.AiSearchHowTo_content___wte1 ul:last-child{margin-bottom:0}.AiSearchHowTo_content___wte1 ul li{position:relative;padding-left:8px;margin-bottom:22px}.AiSearchHowTo_content___wte1 ul li:last-child{margin-bottom:0}.AiSearchHowTo_content___wte1 ul li:before{position:absolute;top:-1px;left:-32px;width:24px;height:24px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM10.4258 14.4121L7.41406 11.4004L6 12.8145L9.01172 15.8262L9 15.8389L10.4141 17.2529L18.8994 8.76758L17.4854 7.35352L10.4258 14.4121Z' fill='%23195AFE'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.AiSearchHowTo_content___wte1 ol{padding-left:1.25rem;margin:1.25rem 0 1rem;list-style-type:decimal}.AiSearchHowTo_content___wte1 ol:last-child{margin-bottom:0}.AiSearchHowTo_content___wte1 ol li{padding-left:.25rem;margin-bottom:.5rem}.AiSearchHowTo_content___wte1 ol li:last-child{margin-bottom:0}.AiSearchHowTo_content___wte1 a{color:#195afe;text-decoration:none}.AiSearchHowTo_content___wte1 a:hover{text-decoration:underline}.AiSearchHero_root__zYH55{font-family:DM Sans,sans-serif;color:#fff;background:#004abe;padding-top:var(--component-padding-top-mobile,1.25rem);padding-bottom:var(--component-padding-bottom-mobile,1.25rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.AiSearchHero_root__zYH55{padding-top:var(--component-padding-top-desktop,1rem);padding-bottom:var(--component-padding-bottom-desktop,1rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.AiSearchHero_breadcrumbs__drEfR{box-sizing:border-box;max-width:566px;padding:0 16px;margin:0 auto}@media(min-width:calc(887px + 1px)){.AiSearchHero_breadcrumbs__drEfR{max-width:1248px;padding:0 24px}}.AiSearchHero_content__2e9qp{box-sizing:border-box;max-width:566px;padding:1.5rem 16px 0;margin:0 auto;text-align:center}@media(min-width:calc(887px + 1px)){.AiSearchHero_content__2e9qp{max-width:900px;padding:2rem 24px 0}}.AiSearchHero_titleRow__9kARK{max-width:100%;margin:0}.AiSearchHero_icon__W_7K3{display:none;width:32px;height:32px;margin-right:12px;color:#fff;vertical-align:-.08em}@media(min-width:calc(887px + 1px)){.AiSearchHero_icon__W_7K3{display:inline-block}}.AiSearchHero_title__cKvoU{min-width:0;margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.125;color:#fff}@media(min-width:calc(887px + 1px)){.AiSearchHero_title__cKvoU{margin-bottom:.75rem;font-size:3rem;line-height:46px}}.AiSearchHero_subtitle__0yQTo{margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.3125;color:#fff}@media(min-width:calc(887px + 1px)){.AiSearchHero_subtitle__0yQTo{margin-bottom:4.625rem}}.AiBrandSidebar_root__1xN5G{position:static;align-self:start;padding:1.5rem 24px;font-family:DM Sans,sans-serif;background:#fff;border:1px solid #d3dfff;border-radius:20px;box-shadow:2px 6px 30px 0 rgba(25,90,254,.1);transition:top .2s;top:calc(56px + 0px + 16px - 0px)}@media(min-width:calc(887px + 1px)){.AiBrandSidebar_root__1xN5G{top:calc(64px + 0px + 16px - 0px)}}body:has(#app-header.app-banner-parent) .AiBrandSidebar_root__1xN5G{top:calc(56px + 0 + 16px - 0px)}@media(min-width:calc(887px + 1px)){body:has(#app-header.app-banner-parent) .AiBrandSidebar_root__1xN5G{top:calc(64px + 48px + 16px - 0px)}}body:has(#app-header.app-banner-parent--dismissed) .AiBrandSidebar_root__1xN5G{top:calc(56px + 0px + 16px - 0px)}@media(min-width:calc(887px + 1px)){body:has(#app-header.app-banner-parent--dismissed) .AiBrandSidebar_root__1xN5G{top:calc(64px + 0px + 16px - 0px)}}@media(min-width:calc(887px + 1px)){.AiBrandSidebar_root__1xN5G{position:sticky}}.AiBrandSidebar_header__2QssO{display:flex;gap:16px;align-items:center;padding-bottom:1rem;border-bottom:1px solid #d3dfff}.AiBrandSidebar_iconWrapper__40rEN{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;box-shadow:2px 6px 30px 0 rgba(25,90,254,.1)}.AiBrandSidebar_icon__b_4KH{width:36px;height:36px;object-fit:contain}.AiBrandSidebar_title__6FA7S{margin:0;font-size:1.25rem;font-weight:500;color:#092540;text-overflow:ellipsis}.AiBrandSidebar_row__EEiwG{padding:1rem 0;border-bottom:1px solid #d3dfff}.AiBrandSidebar_label__fyP6H{margin:0 0 .25rem;font-size:.875rem;color:#3a5166}.AiBrandSidebar_text__iKTFV{margin:0;font-size:1rem;line-height:1.15;color:#092540}.AiBrandSidebar_footer__1iXxW{padding-top:1.5rem}.AiBrandSidebar_cta__eWoRl{width:100%}.AiBrandVisibilityDashboard_root__xuj35{min-height:0;background:linear-gradient(180deg,#fff 42.79%,#e2e8fd);padding-top:var(--component-padding-top-mobile,0);padding-bottom:var(--component-padding-bottom-mobile,2.5rem);margin-top:var(--component-margin-top-mobile,0);margin-bottom:var(--component-margin-bottom-mobile,0)}@media(min-width:calc(887px + 1px)){.AiBrandVisibilityDashboard_root__xuj35{padding-top:var(--component-padding-top-desktop,0);padding-bottom:var(--component-padding-bottom-desktop,2.5rem);margin-top:var(--component-margin-top-desktop,0);margin-bottom:var(--component-margin-bottom-desktop,0)}}.AiBrandVisibilityDashboard_container__a_4gU{max-width:566px;padding:0 16px;margin:0 auto}@media(min-width:calc(887px + 1px)){.AiBrandVisibilityDashboard_container__a_4gU{max-width:1248px;padding:0 24px}}.AiBrandVisibilityDashboard_header__g7X_R{margin:1rem 0 1.5rem;color:#092540;text-align:center}@media(min-width:calc(887px + 1px)){.AiBrandVisibilityDashboard_header__g7X_R{margin:2rem 0;text-align:left}}.AiBrandVisibilityDashboard_breadcrumbs__rHSYf{color:#4e5464}.AiBrandVisibilityDashboard_title__3VH5i{margin:1rem 0 0;font-size:2rem;font-weight:700;line-height:1.125}@media(min-width:calc(887px + 1px)){.AiBrandVisibilityDashboard_title__3VH5i{margin:2rem 0 0;font-size:2.5rem;line-height:1.15}}.AiBrandVisibilityDashboard_subtitle__0fHpV{margin:.75rem 0 0}.AiBrandVisibilityDashboard_wrapper__Kdjji{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:calc(887px + 1px)){.AiBrandVisibilityDashboard_wrapper__Kdjji{grid-template-columns:minmax(280px,360px) 1fr;gap:32px}}@media(min-width:calc(1200px + 1px)){.AiBrandVisibilityDashboard_wrapper__Kdjji{gap:56px}}.AiBrandVisibilityDashboard_content__gcgvT{padding:1.5rem 24px;background:#fff;border:1px solid #d3dfff;border-radius:20px}