.header{width:100%;height:240px}@media(max-width:1199px){.header{height:auto}}.header .header-inner{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media(max-width:1199px){.header .header-inner.header-desktop{display:none}}.header .header-inner.header-mobile{display:none}@media(max-width:1199px){.header .header-inner.header-mobile{display:flex}}.header .header-comp{width:100%;height:100%}.header .header-top .header-top-inner{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;max-width:1356px;margin:0 auto;border-bottom:1px solid #ddd;width:calc(100% - 60px)}.header .header-top .header-top-inner .header-row{width:100%;height:100%}.header .header-top .header-top-inner .header-row.logo-header-row{padding:0 70px;background-color:#fff;position:relative;bottom:-40px}.header .header-top .header-top-inner .header-row.logo-header-row ul li a{display:flex}.header .header-top .header-top-inner .header-row.logo-header-row ul li a img{width:340px;max-height:95px}.header .header-top .header-top-inner .header-row ul{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding-bottom:20px}.header .header-top .header-top-inner .header-row ul li{display:flex;flex-direction:row;gap:20px}.header .header-top .header-top-inner .header-row:last-child{justify-content:flex-end}.header .header-top .header-top-indicator{width:100%;height:10px;background-color:#2f5597;position:absolute;top:0;left:0;right:0}.header .header-bottom .header-bottom-inner{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;max-width:1356px;margin:0 auto;width:calc(100% - 60px)}.header .header-bottom .header-bottom-inner .header-row{width:100%;height:100%;padding-bottom:36px}.header .header-bottom .header-bottom-inner .header-row ul{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.header .header-bottom .header-bottom-inner .header-row ul li{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;position:relative}.header .header-bottom .header-bottom-inner .header-row ul li:not(:last-child):after{content:"|";position:absolute;right:0}.header .header-bottom .header-bottom-inner .header-row ul li:first-child{justify-content:flex-start;width:55%}.header .header-bottom .header-bottom-inner .header-row ul li:last-child{justify-content:flex-end;width:55%}.icon-txt-btn{width:auto;height:auto;display:flex;flex-direction:row;gap:20px}.icon-btn{width:44px;height:44px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#091731;border-radius:44px}.icon-btn.ic-social-linkedin{background-color:#5189f0}.header-mobile{width:100%;height:auto;padding:0}.header-mobile .header-mobile-inner{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 30px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.header-mobile .header-mobile-logo a{display:flex;align-items:center}.header-mobile .header-mobile-logo a img{height:50px;width:auto}.header-mobile .header-mobile-menu-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:40px;height:36px}.header-mobile .header-mobile-menu-btn .hamburger-line{width:100%;height:3px;background-color:#091731;border-radius:2px;transition:all .3s ease}.header-mobile .header-mobile-menu-btn .hamburger-line:nth-child(2){width:80%}.header-mobile .header-mobile-menu-btn .hamburger-line:nth-child(3){width:90%}.header-mobile .header-mobile-menu-btn:hover .hamburger-line{background-color:#2f5597}.header-mobile .header-mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(4px) translate(8px)}.header-mobile .header-mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.header-mobile .header-mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-4px) translate(8px);width:100%}.header-mobile .header-mobile-nav{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;background-color:#fff;width:100%}.header-mobile .header-mobile-nav.open{max-height:600px;border-top:1px solid #e0e0e0}.header-mobile .header-mobile-nav nav{padding:20px 30px}.header-mobile .header-mobile-nav nav ul{list-style:none;padding:0;margin:0}.header-mobile .header-mobile-nav nav ul li{margin:0;padding:0}.header-mobile .header-mobile-nav nav ul li a{display:block;padding:15px 0;color:#091731;text-decoration:none;font-size:16px;font-weight:500;text-transform:uppercase;border-bottom:1px solid #f0f0f0;transition:color .2s ease}.header-mobile .header-mobile-nav nav ul li a:hover{color:#2f5597}.header-mobile .header-mobile-nav .header-mobile-actions{padding:20px 30px;border-top:2px solid #f0f0f0;display:flex;flex-direction:column;gap:20px}.header-mobile .header-mobile-nav .header-mobile-actions .mobile-contact,.header-mobile .header-mobile-nav .header-mobile-actions .mobile-login{display:flex;justify-content:center}.header-mobile .header-mobile-nav .header-mobile-actions .mobile-social{display:flex;justify-content:center;gap:15px}.footer{background-color:#101214;color:#fff;position:relative;padding:0}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#2e7cf6,#b24bf3)}.footer .footer_container{padding:0!important}.footer .footer_container.container{max-width:100%}.footer__about{width:100%}.footer__content{display:grid;padding:64px 32px}@media(max-width:767px){.footer__content{grid-template-columns:1fr;gap:48px}}@media(max-width:1200px){.footer__content{grid-template-columns:1fr;gap:48px}}.footer__section{display:flex;flex-direction:column;gap:24px;padding-left:48px;border-right:1px solid #fff}@media(max-width:1200px){.footer__section{border-right:none}}.footer__section:last-child{border-right:none}.footer__logo{display:flex;align-items:center;gap:16px;margin-bottom:24px;color:#fff;transition:all .3s ease ease-in-out}.footer__logo:hover{transform:scale(1.05)}.footer .logo-icon{width:245px}.footer .logo-text{font-size:24px;font-weight:700}.footer__description{color:#ffffffb3;font-size:16px;line-height:1.8;margin:0}.footer__title{color:#fff;font-size:18px;font-weight:700;margin-bottom:16px}.footer__links{display:flex;flex-direction:column;gap:16px}.footer__links a{color:#ffffffb3;font-size:16px;transition:all .3s ease ease-in-out}.footer__links a:hover{color:#fff;transform:translate(4px)}.footer__social{display:flex;gap:24px}.footer__social-link{transition:all .3s ease ease-in-out}.footer__social-link:hover{transform:translateY(-4px)}.footer .social-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease ease-in-out}.footer .social-icon.facebook{background:#1877f2}.footer .social-icon.linkedin{background:#0a66c2}.footer .social-icon.twitter{background:#000}.footer .social-icon:hover{box-shadow:0 8px 16px #00000026}.footer__bottom{width:100%;display:flex;align-items:center;justify-content:space-between;height:78px;padding:0 64px;border-top:1px solid rgba(255,255,255,.15);background-color:#1b1d20}@media(max-width:767px){.footer__bottom{flex-direction:column;gap:24px;text-align:center}}.footer__copyright{color:#fff9;font-size:16px;margin:0;margin-bottom:0!important}.footer__legal{display:flex;gap:24px;align-items:center}.footer__legal a{color:#fff9;font-size:16px;transition:all .3s ease ease-in-out}.footer__legal a:hover{color:#fff}.footer__legal span{color:#fff6}.home{width:100%}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/hero_bg.png);z-index:0}.hero__content{width:600px;z-index:1;text-align:left;display:flex;flex-direction:column;gap:30px}.section__title{text-align:center;font-size:50px!important;color:#1b3b6f;font-weight:700;margin-bottom:48px}.section__title h3{margin-top:10px;color:#1b1d20;font-weight:400}.what-you-get{background-image:url(/what_you_get_background.png);background-size:contain;background-repeat:no-repeat;background-size:1000px auto;background-position-x:0px;background-position-y:-120px}.what-you-get-section-container{margin-bottom:100px!important}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}@media(max-width:767px){.features-grid{grid-template-columns:1fr;gap:32px}}@media(min-width:768px)and (max-width:1023px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{text-align:left;position:relative;overflow:hidden}.feature-card__icon{margin-bottom:10px;width:100px;height:auto;margin-left:0;margin-right:auto;display:flex;align-items:center;justify-content:center}.feature-card__icon .icon{font-size:40px}.feature-card__title{color:#1b3b6f;font-weight:700;margin-bottom:12px;font-size:18px}.feature-card__description{color:#666;font-size:16px;line-height:1.6}.how-it-works{background-color:transparent}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}@media(max-width:767px){.works-grid{grid-template-columns:1fr}}.work-step{text-align:center;position:relative}.work-step__image{width:100%;height:280px;margin-bottom:32px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e8f1fd,#b24bf31a);box-shadow:0 4px 8px #0000001a;transition:all .3s ease ease-in-out}.work-step__image img{width:100%;height:100%;object-fit:cover}.work-step__image:hover{transform:scale(1.05);box-shadow:0 8px 16px #00000026}.work-step__content h3{color:#1b3b6f;margin-bottom:16px;font-weight:700;font-size:24px;text-align:left}.work-step__content h3 .highlighted{color:#1893f8}.work-step__content p{color:#666;margin:0;font-size:16px;line-height:1.6;text-align:left}.works-p{display:flex;justify-content:center;align-items:center;margin-top:40px}.btn-normal-w{width:fit-content!important}.sneak-peak{background-color:#fff}.sneak-peak .container.extra-width{max-width:1690px;width:calc(100% - 60px)}.possibilities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}@media(max-width:767px){.possibilities-grid{grid-template-columns:1fr}}@media(min-width:768px)and (max-width:1023px){.possibilities-grid{grid-template-columns:repeat(2,1fr)}}.possibility-card{text-align:left;background:#f9fafb;box-shadow:-4px 0 #2f5597,0 0 8px #0000003b;border-radius:11px;padding:24px 30px}.possibility-card__icon{margin-bottom:24px;width:100px;height:auto;margin-left:0;margin-right:auto;display:flex;align-items:center;justify-content:center}.possibility-card__icon .icon{font-size:32px}.possibility-card h4{font-size:16px;color:#1b3b6f;margin-bottom:16px;font-weight:700}.possibility-card p{font-size:14px;color:#666;margin:0;line-height:1.5}.perfect-gift{background:#fff}.perfect-gift .gift-content{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}@media(max-width:767px){.perfect-gift .gift-content{grid-template-columns:1fr;gap:48px}}.perfect-gift .gift-content__text h2,.perfect-gift .gift-content__text h3{text-align:left;margin-bottom:32px}.perfect-gift .gift-content__description{color:#666;font-size:18px;line-height:1.8;margin-bottom:48px}.perfect-gift .gift-content__image{width:100%;height:450px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#e8f1fd,#b24bf31a);box-shadow:0 12px 24px #0003}.perfect-gift .gift-content__image img{width:100%;height:100%;object-fit:cover}.faq{background:#fff;background-image:url(/faq_bg.png);background-size:cover}.faq .container.faq-container{background:#f2f2f2;border:15px solid #E5E5E5;border-radius:53px;padding:70px 30px;margin-bottom:80px;width:calc(100% - 60px)}@media(max-width:1149px){.faq .container.faq-container{border:none;background-color:transparent;padding:0}}.faq-list{max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.faq-item{width:50%;border-radius:16px;transition:all .3s ease ease-in-out;gap:120px}.faq-item:nth-child(1),.faq-item:nth-child(2){margin-bottom:30px}@media(max-width:1149px){.faq-item{width:100%;margin-bottom:30px}}.faq-item__question{color:#020617;font-size:24px;font-weight:700}.faq-item__answer{color:#666;line-height:1.8;margin:0;font-size:16px}.faq .testinomial-container{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.faq .testinomial-container .section__description{width:100%;text-align:center;font-size:20px;max-width:800px;margin-bottom:40px}.testimonials{background:transparent}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}@media(max-width:767px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{padding:48px;text-align:left;position:relative;overflow:hidden;background:#f5f5f5;border:1px solid #D2D2D2;box-shadow:3px 10px 34px #00000026;border-radius:36px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0003}.testimonial-card .testinomial-card__icon{background-color:#fff;width:78px;height:78px;border-radius:78px;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.testimonial-card__rating{color:#ffb800;font-size:24px;letter-spacing:2px}.testimonial-card__text{color:#1a1a1a;font-style:italic;line-height:1.8;margin-bottom:32px;font-size:16px}.testimonial-card__author{color:#2e7cf6;font-size:16px;font-weight:700;margin:0;font-size:20px}.testimonial-card__author span{color:#0006;font-weight:400}.solution{width:100%}.hero{position:relative;min-height:700px;display:flex;align-items:center;color:#fff;overflow:hidden;background:linear-gradient(135deg,#2e7cf6,#b24bf3)}@media(max-width:767px){.hero{min-height:550px}}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/hero_bg.png);z-index:0}.hero__inner{max-width:1356px;width:1356px;padding:0;margin:0 auto;z-index:1;width:calc(100% - 60px)}.hero__content{width:600px;z-index:1;text-align:left;display:flex;flex-direction:column;gap:30px;background-image:url(/assets/hero_bg.png);background-size:cover}@media(max-width:780px){.hero__content{width:100%;text-align:center}}@media(max-width:767px){.hero__content{max-width:100%}}.hero__decor{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;z-index:9;gap:36px}@media(max-width:780px){.hero__decor{width:100%;align-items:center}.hero__decor .decor__icon{display:none}}.hero__decor_content{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;z-index:9;gap:30px}@media(max-width:780px){.hero__decor_content{width:100%;align-items:center}}.hero__title{font-size:56px;font-weight:800;line-height:1.2;letter-spacing:-1px}@media(max-width:767px){.hero__title{font-size:40px}}.hero__subtitle{font-size:18px;line-height:1.8;opacity:.95;font-weight:400;margin-bottom:0}.hero__buttons{display:flex;gap:24px;justify-content:center}@media(max-width:767px){.hero__buttons{flex-direction:column;align-items:center}}.btn{padding:16px 40px;border-radius:9999px;font-size:16px;font-weight:600;cursor:pointer;border:none;position:relative;overflow:hidden;transition:all .3s ease ease-in-out;letter-spacing:.5px;text-transform:uppercase;font-size:14px}.btn-primary{height:68px;background:linear-gradient(93.78deg,#5e17eb -2.2%,#1893f8 82.91%);border:1px solid #FFFFFF;border-radius:70px;color:#fff;width:315px}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #6b5fed4d}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(-1px) scale(1)}.btn-primary>*{position:relative;z-index:1}.btn-secondary{color:#fff;border:2px solid #FFFFFF;box-shadow:none;width:fit-content;height:68px;background:#2f5597;border:1px solid #FFFFFF;border-radius:70px}.btn-secondary:hover{background:#fff;color:#2e7cf6;transform:translateY(-3px) scale(1.02);box-shadow:0 4px 8px #0000001a}.btn-secondary:active{transform:translateY(-1px) scale(1)}.section{padding:64px 0}@media(max-width:767px){.section{padding:48px 0}}.two-column-section{background-image:url(/what_you_get_background.png);background-size:contain;background-repeat:no-repeat;background-size:1000px auto;background-position-x:0px;background-position-y:-120px}.two-column-section-container{max-width:1356px;width:calc(100% - 60px);margin:0 auto}.room-nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;margin-bottom:64px}@media(max-width:767px){.room-nav{flex-wrap:wrap;gap:16px}}.room-nav__link{color:#2f5597;font-size:18px;font-weight:500;text-decoration:none;transition:color .2s ease}.room-nav__link:hover{color:#1893f8}.room-nav__separator{color:#0003;font-size:18px;-webkit-user-select:none;user-select:none}.two-column-content{display:flex;flex-direction:row;gap:64px;align-items:center}@media(max-width:767px){.two-column-content{flex-direction:column;gap:32px}.two-column-content.sol-section-h{flex-direction:column-reverse}}.two-column-content .column{flex:1}.two-column-content .column.column-text h2{font-size:40px;color:#1b3b6f;font-weight:700;margin-bottom:32px;line-height:1.3}.two-column-content .column.column-text h2 .highlighted{color:#1893f8}@media(max-width:767px){.two-column-content .column.column-text h2{font-size:28px}}.two-column-content .column.column-text p{color:#666;font-size:16px;line-height:1.8;margin-bottom:24px}.two-column-content .column.column-text p:last-child{margin-bottom:0}.two-column-content .column.column-image{position:relative}.two-column-content .column.column-image img{width:100%;height:auto;border-radius:24px;object-fit:cover}.two-column-content .column.column-image .column-divider{width:12px;height:100px;background:url(/separator.png);background-size:cover;flex-shrink:0;position:absolute;left:-35px;top:50px}@media(max-width:767px){.two-column-content .column.column-image .column-divider{display:none}}.section__title{text-align:center;font-size:50px;color:#1b3b6f;font-weight:700;margin-bottom:48px}.section__title .highlighted{color:#1893f8}@media(max-width:767px){.section__title{font-size:28px;margin-bottom:32px}}.benefits-section{background:#fff;background-size:cover}.benefits-container{background:#f2f2f2;border:15px solid #E5E5E5;border-radius:53px;padding:70px 60px;width:calc(100% - 60px);max-width:1356px;margin:0 auto;padding:65px 120px!important}@media(max-width:1149px){.benefits-container{border:none;background-color:transparent;padding:0!important}}.benefits-content{display:flex;flex-direction:row;gap:60px;align-items:center}@media(max-width:767px){.benefits-content{flex-direction:column;gap:32px}}.benefits-image{flex:0 0 400px;height:366px;width:434px;justify-content:center;align-items:center;display:flex}@media(max-width:767px){.benefits-image{flex:1;width:100%}}.benefits-image img{width:100%;height:auto;border-radius:24px;object-fit:cover}.benefits-text{flex:1;padding-right:20px}@media(max-width:767px){.benefits-text{padding-right:0}}.benefits-text h3{font-size:24px;font-size:20px;color:#1b3b6f;font-weight:700;margin-bottom:32px;line-height:1.4}.benefits-text p{color:#666;font-size:16px;line-height:1.4;margin-bottom:32px}.btn-benefits{padding:16px 40px;border-radius:70px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease ease-in-out;letter-spacing:.5px;background:linear-gradient(93.78deg,#5e17eb -2.2%,#1893f8 82.91%);color:#fff;width:310px;height:68px}.btn-benefits:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #6b5fed4d}.btn-benefits:active{transform:translateY(-1px) scale(1)}.feature-cards-section{background:#fff;padding:120px 0}.feature-cards-container{max-width:1356px;width:calc(100% - 60px);margin:0 auto}.feature-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px}@media(max-width:767px){.feature-cards-grid{grid-template-columns:1fr;gap:32px;gap:86px}}@media(min-width:768px)and (max-width:1023px){.feature-cards-grid{grid-template-columns:repeat(2,1fr)}}.feature-card-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px;gap:86px}@media(max-width:767px){.feature-card-item{gap:32px}}.feature-card-item img{width:200px;height:auto;object-fit:contain}.feature-card-item__title{color:#2f5597;font-size:24px;font-weight:700;margin:0}.contact-help-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:400px}.contact-help-section h2{font-weight:400;color:#666}.contact-help-section.gift-pruchase{margin-bottom:130px}.gift-form-section{background-color:#fff}.gift-form-container{display:flex;justify-content:center}.gift-form-card{width:100%;max-width:1100px}.gift-form-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:32px}@media(max-width:767px){.gift-form-row{grid-template-columns:1fr}}.gift-form-row.fr3{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1024px){.gift-form-row.fr3{grid-template-columns:1fr}}.gift-input{width:100%;height:56px;padding:0 24px;border-radius:40px;border:none;background-color:#f5f5f5;font-size:16px;color:#333}.gift-input::placeholder{color:#9e9e9e}.gift-input:focus{outline:none;background-color:#eee}.gift-select{appearance:none;cursor:pointer}.gift-textarea{width:100%;padding:24px;border-radius:24px;border:none;background-color:#f5f5f5;font-size:16px;resize:none;margin-bottom:48px}.gift-textarea::placeholder{color:#9e9e9e}.gift-textarea:focus{outline:none;background-color:#eee}.gift-form-action{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px}.gift-form-action p{color:#4f5c6b}.claim-gift-section{background-color:#fff}.claim-gift-container{display:flex;justify-content:center}.claim-gift-card{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:424px}.claim-gift-card .btn-claim-gift{width:100%}.claim-gift-input{width:100%;height:56px;padding:0 28px;border-radius:40px;border:none;background-color:#eaeaea;font-size:16px;text-align:center;color:#333}.claim-gift-input::placeholder{color:#9e9e9e}.claim-gift-input:focus{outline:none;background-color:#e0e0e0}.credits-container{max-width:1200px!important}.credits-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:flex-start}@media(max-width:767px){.credits-grid{grid-template-columns:1fr;gap:48px}}.credits-left{display:flex;flex-direction:column}.credits-title{font-size:36px;font-weight:500;color:#1893f8;margin-bottom:16px}.credits-title--small{font-size:32px}.credits-value{font-size:64px!important;font-weight:800;color:#2f5597;margin-bottom:48px}.credits-value span{font-size:20px;font-weight:800}.credits-actions{display:flex;flex-direction:column;gap:48px;max-width:360px}.credits-right{max-width:420px}.credits-info{font-size:16px;line-height:1.5}@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse: 0;--tw-border-style: solid;--tw-leading: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0}}}@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white: #fff;--spacing: .25rem;--container-4xl: 56rem;--container-6xl: 72rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--font-weight-normal: 400;--font-weight-medium: 500;--leading-relaxed: 1.625;--radius-2xl: 1rem;--aspect-video: 16 / 9;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-font-feature-settings: var(--font-sans--font-feature-settings);--default-font-variation-settings: var(--font-sans--font-variation-settings);--default-mono-font-family: var(--font-mono);--default-mono-font-feature-settings: var(--font-mono--font-feature-settings);--default-mono-font-variation-settings: var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:currentColor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}body{background-color:var(--background);color:var(--foreground)}*{border-color:var(--border);outline-color:var(--ring)}@supports (color: color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label,:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer utilities{.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing) * 1)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.flex{display:flex}.inline-flex{display:inline-flex}.aspect-video{aspect-ratio:var(--aspect-video)}.h-0\.5{height:calc(var(--spacing) * .5)}.h-4{height:calc(var(--spacing) * 4)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-24{height:calc(var(--spacing) * 24)}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing) * 4)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-24{width:calc(var(--spacing) * 24)}.w-auto{width:auto}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.max-w-6xl{max-width:var(--container-6xl)}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-\[\#E2E8F0\]{border-color:#e2e8f0}.bg-\[\#3B82F6\]{background-color:#3b82f6}.bg-\[\#EFF6FF\]{background-color:#eff6ff}.bg-\[\#F8FAFC\]{background-color:#f8fafc}.bg-white{background-color:var(--color-white)}.object-cover{object-fit:cover}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-16{padding-block:calc(var(--spacing) * 16)}.pb-20{padding-bottom:calc(var(--spacing) * 20)}.text-center{text-align:center}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.leading-relaxed{--tw-leading: var(--leading-relaxed);line-height:var(--leading-relaxed)}.text-\[\#3B82F6\]{color:#3b82f6}.text-\[\#94A3B8\]{color:#94a3b8}.text-\[\#64748B\]{color:#64748b}.text-\[\#334155\]{color:#334155}.text-white{color:var(--color-white)}.opacity-60{opacity:.6}.shadow-md{--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}@media(hover:hover){.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x: calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}}@media(hover:hover){.hover\:border-\[\#CBD5E1\]:hover{border-color:#cbd5e1}}@media(hover:hover){.hover\:text-\[\#2563EB\]:hover{color:#2563eb}}@media(min-width:48rem){.md\:h-14{height:calc(var(--spacing) * 14)}}@media(min-width:48rem){.md\:py-16{padding-block:calc(var(--spacing) * 16)}}}:root{--font-size: 16px;--background: #fff;--foreground: oklch(.145 0 0);--card: #fff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #030213;--primary-foreground: oklch(1 0 0);--secondary: oklch(.95 .0058 264.53);--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #fff;--border: #0000001a;--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.145 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.145 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.269 0 0);--input: oklch(.269 0 0);--ring: oklch(.439 0 0);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}html{font-size:var(--font-size);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}.tabview{max-width:1300px;justify-content:center;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app h4,.app h5,.app h6,.app p,.app ul,.app ol,.app li,.app blockquote,.app figure,.app pre{margin:0;padding:0}.app *,.app *:before,.app *:after{box-sizing:border-box}.app html{font-size:16px}.app body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#1a1a1a;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app h1,.app h2,.app h3,.app h4,.app h5,.app h6{font-weight:700;line-height:1.2}.app h1{font-size:48px}@media(max-width:767px){.app h1{font-size:36px}}.app h2{font-size:32px}@media(max-width:767px){.app h2{font-size:28px}}.app h3{font-size:24px}.app p{margin-bottom:16px}.app a{text-decoration:none;color:inherit;transition:color .2s ease}.app a:hover{color:#2e7cf6}.app img{max-width:100%;height:auto;display:block}.app ul,.app ol{list-style:none}.app input,.app textarea,.app select{font-family:inherit;font-size:inherit}.app .container{max-width:1356px;margin:0 auto;padding:0 20px}.app .text-center{text-align:center}.app .text-gray{color:#666}.app .text-light{color:#999}.app .mb-sm{margin-bottom:16px}.app .mb-md{margin-bottom:24px}.app .mb-lg{margin-bottom:32px}.app .mt-sm{margin-top:16px}.app .mt-md{margin-top:24px}.app .mt-lg{margin-top:32px}
