.hero{position:relative;min-height:465px;overflow:hidden;padding:117px 0 160px;background:#fff}.hero::before{content:"";position:absolute;inset:0;z-index:0;background:url(../../../../assets/images/tips_hero_bg.svg) center bottom/100% auto no-repeat;pointer-events:none}.hero::after{content:"";position:absolute;right:0;bottom:0;left:0;z-index:0;height:120px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);pointer-events:none}.hero__container{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px;width:100%}.hero__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;width:100%;text-align:center}.hero__eyebrow{margin:0 0 -20px;color:#5d5d5d;font-size:13px;font-weight:400;line-height:28px;letter-spacing:2.08px;text-transform:uppercase}.hero__eyebrow span{background:linear-gradient(102deg,#3a87d9 0,#2f1a6b 25%,#200000 50%,#ad3822 75%,#f7a75f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__title{max-width:1146px;margin:0;color:#171717;font-size:80px;font-weight:500;line-height:72px;letter-spacing:-2.4px;text-align:center;-webkit-filter:drop-shadow(2px 0 15px #fff);filter:drop-shadow(2px 0 15px #fff)}.hero__title span{background:linear-gradient(102deg,#3a87d9 0,#2f1a6b 25%,#200000 50%,#ad3822 75%,#f7a75f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__description{max-width:722px;margin:0;color:#8b8b8b;font-size:24px;font-weight:400;line-height:32px;text-align:center}.hero__description span{background:linear-gradient(102deg,#3a87d9 0,#2f1a6b 25%,#200000 50%,#ad3822 75%,#f7a75f 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500}.hero__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;width:100%}.hero__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.hero__button{width:200px}.hero__note{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;color:#8b8b8b;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}.hero__note-icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20px;height:20px}.hero__tooltip{position:absolute;top:-2px;right:50px;z-index:3}.hero__tooltip-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;min-height:34px;padding:5px 12px 5px 5px;border:1px solid #e8e8e8;border-radius:24px;background:#f9f9f9;color:#0c0a09;font-size:16px;font-weight:500;line-height:22px;-webkit-transition:border-color .25s,color .25s;transition:border-color .25s,color .25s}.hero__tooltip-trigger[aria-expanded=true]{border-color:#3a87d9}.hero__tooltip-icon{display:grid;place-items:center;width:20px;height:20px;border:1.5px solid #3a87d9;border-radius:50%;color:#0c0a09;font-size:13px;font-weight:600;line-height:1}.hero__tooltip-action{color:#3a87d9}.hero__tooltip-card{position:absolute;top:40px;right:-170px;width:396px;padding:24px;border:1px solid #e8e8e8;border-radius:24px;background:#f9f9f9;text-align:left;-webkit-box-shadow:0 18px 48px rgba(23,23,23,.08);box-shadow:0 18px 48px rgba(23,23,23,.08)}.hero__tooltip-close{position:absolute;top:24px;right:24px;width:20px;height:20px;color:#0c0a09}.hero__tooltip-close::after,.hero__tooltip-close::before{content:"";position:absolute;top:50%;left:50%;width:14px;height:1.5px;border-radius:999px;background:currentColor}.hero__tooltip-close::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.hero__tooltip-close::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.hero__tooltip-title{margin:0 32px 16px 0;color:#171717;font-size:24px;font-weight:600;line-height:1.16}.hero__tooltip-content{color:#5d5d5d;font-size:18px;font-weight:400;line-height:24px}.hero__tooltip-content p{margin:0}.hero__tooltip-content p+p{margin-top:12px}@media screen and (max-width:991px){.hero{padding-top:104px}.hero__title{font-size:64px;line-height:1;letter-spacing:-1.6px}.hero__tooltip{right:16px}.hero__tooltip-card{right:0;width:min(396px,100vw - 32px)}}@media screen and (max-width:600px){.hero{min-height:360px;padding:96px 0 180px}.hero::before{background-size:auto 100%}.hero::after{height:96px}.hero__content{gap:32px}.hero__text{gap:12px}.hero__eyebrow{margin-bottom:0}.hero__title{max-width:343px;font-size:48px;line-height:1;letter-spacing:0}.hero__description{max-width:343px;font-size:18px;line-height:24px}.hero__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:343px}.hero__action,.hero__button{width:100%}.hero__note{font-size:16px;line-height:22px}.hero__tooltip{display:none}}.editor-styles-wrapper .hero{min-height:360px;padding:72px 0}.editor-styles-wrapper .hero__tooltip{display:none}.editor-styles-wrapper .hero__title{font-size:48px;line-height:1;letter-spacing:0}.editor-styles-wrapper .hero__description{font-size:18px;line-height:24px}
/*# sourceMappingURL=../../sourcemaps/hero/block.css.map */
