.content-block{padding:4rem 1rem;background-color:var(--bg-color,transparent)}.content-block__container{max-width:64rem;margin:0 auto}.content-block__heading{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.content-block__content{font-size:1.125rem;line-height:1.75;max-width:100%}.content-block__content p{margin-bottom:1rem}.content-block__content h1,.content-block__content h2,.content-block__content h3,.content-block__content h4,.content-block__content h5,.content-block__content h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600}.content-block__content ol,.content-block__content ul{margin-bottom:1rem;padding-left:1.5rem}.content-block__content a{color:#2563eb;text-decoration:underline}.content-block__content a:hover{color:#1d4ed8}.counter-block{padding:60px 20px!important;width:100%}.counter-block__container{max-width:1200px!important;margin:0 auto!important;width:100%}.counter-block__header{text-align:center!important;margin-bottom:40px!important;position:relative}.counter-block__heading{font-size:50px!important;font-weight:700!important;color:#1a1a1a!important;margin:0 0 10px!important;line-height:1.1!important;font-family:inherit!important;letter-spacing:-.02em!important;position:relative}.counter-block__heading:before{content:""!important}@media(max-width:768px){.counter-block__heading{font-size:40px!important}}.counter-block__sub-heading{font-size:24px!important;color:#666!important;margin:0 auto!important;line-height:1.5!important;max-width:700px!important;font-family:inherit!important;font-weight:300!important}@media(max-width:768px){.counter-block__sub-heading{font-size:18px!important}}.counter-block__counters{display:grid!important;grid-template-columns:repeat(4,1fr)!important;grid-gap:60px!important;gap:60px!important;align-items:start!important;width:100%}@media(max-width:992px){.counter-block__counters{grid-template-columns:repeat(2,1fr)!important;gap:50px!important}}@media(max-width:768px){.counter-block__counters{grid-template-columns:1fr!important;gap:60px!important}}.counter-block__item{text-align:center!important;padding:0!important}.counter-block__number{display:flex!important;align-items:baseline!important;justify-content:center!important;font-size:65px!important;font-weight:700!important;color:#1a1a1a!important;line-height:1!important;margin-bottom:16px!important;font-family:inherit!important;letter-spacing:-.03em!important}@media(max-width:768px){.counter-block__number{font-size:64px!important}}.counter-block__prefix{font-size:32px!important;margin-right:4px!important;margin-top:0!important;font-weight:600!important;align-self:flex-start!important;padding-top:8px!important}@media(max-width:768px){.counter-block__prefix{font-size:26px!important;padding-top:6px!important}}.counter-block__value{font-weight:700!important;transition:all .1s ease-out!important}.counter-block__suffix{font-size:60px!important;margin-left:2px!important;font-weight:600!important;align-self:center!important;padding-top:4px!important}@media(max-width:768px){.counter-block__suffix{font-size:38px!important}}.counter-block__label{font-size:15px!important;color:#666!important;line-height:1.6!important;margin:0 auto!important;max-width:280px!important;font-family:inherit!important;font-weight:400!important}@media(max-width:768px){.counter-block__label{font-size:14px!important;max-width:250px!important}}.cta-block{padding:5rem 1rem;background-color:var(--bg-color,#1e40af)}.cta-block__container{max-width:64rem;margin:0 auto;text-align:center;color:#fff}.cta-block__heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-block__description{font-size:1.25rem;margin-bottom:2rem}.cta-block__button{display:inline-block;background-color:#fff;color:#1d4ed8;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .3s ease}.cta-block__button:hover{background-color:#f3f4f6}.faq-section{padding:80px 0;display:flex;align-items:center;min-height:auto}.faq-section .container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.faq-section__content{max-width:800px;margin:0 auto}.faq-section__title{font-weight:600;text-align:center;margin-bottom:3rem}.faq-section__items{display:flex;flex-direction:column;gap:1rem}.faq-item{background:hsla(0,0%,100%,.9);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.1)}.faq-item__question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#2d3748;transition:all .3s ease}.faq-item__question:hover{background:rgba(14,165,233,.05)}.faq-item__question:focus{outline-offset:-2px}.faq-item__question-text{flex:1 1;margin-right:1rem}.faq-item__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#0ea5e9;transition:transform .3s ease}.faq-item--open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item--open .faq-item__answer{max-height:500px}.faq-item__answer-content{padding:0 2rem 1.5rem;color:#4a5568;line-height:1.6}.faq-item__answer-content p{margin:0 0 1rem}.faq-item__answer-content p:last-child{margin-bottom:0}.faq-item__answer-content ol,.faq-item__answer-content ul{margin:0 0 1rem 1.5rem}.faq-item__answer-content ol:last-child,.faq-item__answer-content ul:last-child{margin-bottom:0}.faq-item__answer-content li{margin-bottom:.5rem}.faq-item__answer-content a{color:#0ea5e9;text-decoration:none}.faq-item__answer-content a:hover{text-decoration:underline}.faq-item__answer-content strong{font-weight:600;color:#2d3748}@media(max-width:768px){.faq-section{padding:60px 0}.faq-section__title{margin-bottom:2rem}.faq-item__question{padding:1.25rem 1.5rem;font-size:1rem}.faq-item__answer-content{padding:0 1.5rem 1.25rem}}@media(max-width:480px){.faq-section .container{padding:0 15px}.faq-item__question{padding:1rem 1.25rem}.faq-item__answer-content{padding:0 1.25rem 1rem}}.fits-together-section{padding:80px 20px;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.fits-together-container{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2}.fits-together-header{text-align:center;margin-bottom:60px}.fits-together-title{font-size:3rem;font-weight:700;margin:0;line-height:1.2;font-family:inherit}.fits-together-span{margin-right:.5rem}.fits-together-main,.fits-together-span{display:inline-block}.fits-together-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;align-items:start;justify-content:center;max-width:100%;position:relative}@media(min-width:1200px){.fits-together-steps{grid-template-columns:repeat(5,1fr)}}@media(min-width:768px)and (max-width:1199px){.fits-together-steps{grid-template-columns:repeat(4,1fr)}}@media(min-width:480px)and (max-width:767px){.fits-together-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.fits-together-steps{grid-template-columns:1fr}}.fits-together-step{display:flex;flex-direction:column;align-items:center;position:relative;width:100%}.fits-together-step:not(:last-child):after{content:"›";position:absolute;top:50%;right:-25px;transform:translateY(-50%);font-size:2.5rem;font-weight:300;color:hsla(0,0%,100%,.9);z-index:10;text-shadow:0 4px 8px rgba(0,0,0,.2);line-height:1;font-family:Arial,sans-serif}@media(min-width:1200px){.fits-together-step:nth-child(5n):after{display:none}}@media(min-width:768px)and (max-width:1199px){.fits-together-step:nth-child(4n):after{display:none}}@media(min-width:480px)and (max-width:767px){.fits-together-step:nth-child(2n):after{display:none}}@media(max-width:479px){.fits-together-step:after{display:none}}.fits-step-card{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:25px 20px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fits-step-card:hover{transform:translateY(-5px)}.fits-step-icon{width:70px;height:70px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.651);border-radius:18px;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.fits-step-icon-image{width:45px!important;height:45px!important;object-fit:contain;border-radius:0}.fits-step-info{width:100%}.fits-step-number{font-size:.875rem;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.fits-step-title{font-size:1.125rem;font-weight:700;margin:0 0 8px;line-height:1.3;font-family:inherit}.fits-step-subtitle{font-size:.875rem;margin:0;line-height:1.4;opacity:.9}.fits-step-arrow{color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));margin-top:15px;display:none}.step-arrow-icon{width:24px;height:24px;transition:transform .3s ease}.fits-together-step:hover .step-arrow-icon{transform:translateX(3px)}@media(max-width:1400px){.fits-step-card{padding:20px 15px}.fits-together-title{font-size:2.5rem}}@media(max-width:1200px){.fits-step-card{padding:18px 12px}.fits-together-title{font-size:2.2rem}}@media(max-width:1024px){.fits-step-card{padding:15px 10px}.fits-together-title{font-size:2rem}.fits-step-icon{width:50px;height:50px;margin-bottom:12px}.fits-step-icon-image{width:30px!important;height:30px!important}}@media(max-width:768px){.fits-together-section{padding:60px 15px}.fits-step-card{padding:25px 20px}.fits-together-title{font-size:2rem}.fits-together-header{margin-bottom:40px}.fits-step-icon{width:60px;height:60px;margin-bottom:15px}.fits-step-icon-image{width:40px!important;height:40px!important}}@media(max-width:480px){.fits-together-section{padding:40px 10px}.fits-together-title{font-size:1.75rem}.fits-step-card{padding:20px 15px}.fits-step-icon{width:50px;height:50px;margin-bottom:12px}.fits-step-icon-image{width:30px!important;height:30px!important}}.fits-step-card{animation:fadeInUp .6s ease-out}.fits-together-step:first-child .fits-step-card{animation-delay:.1s}.fits-together-step:nth-child(2) .fits-step-card{animation-delay:.2s}.fits-together-step:nth-child(3) .fits-step-card{animation-delay:.3s}.fits-together-step:nth-child(4) .fits-step-card{animation-delay:.4s}.fits-together-step:nth-child(5) .fits-step-card{animation-delay:.5s}.fits-together-step:nth-child(6) .fits-step-card{animation-delay:.6s}.fits-together-step:nth-child(7) .fits-step-card{animation-delay:.7s}.fits-together-step:nth-child(8) .fits-step-card{animation-delay:.8s}.fits-together-step:nth-child(9) .fits-step-card{animation-delay:.9s}.fits-together-step:nth-child(10) .fits-step-card{animation-delay:1s}.fits-together-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.footer-section .footer-contact-section{padding:0;background:#fff}.footer-section .footer-contact-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-section .footer-contact-section .contact-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:48px;max-width:1000px;margin:0 auto}@media(max-width:768px){.footer-section .footer-contact-section .contact-card{padding:32px 24px;border-radius:12px}}.footer-section .footer-contact-section .contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;grid-gap:70px;gap:70px;align-items:start;background:#fff;border-radius:30px;padding:25px;position:relative;top:130px;border:2px solid #ebeef2}@media(max-width:1024px){.footer-section .footer-contact-section .contact-content{grid-template-columns:1fr 1fr;gap:40px;padding:30px}}@media(max-width:768px){.footer-section .footer-contact-section .contact-content{grid-template-columns:1fr;gap:32px;padding:24px;top:80px}}@media(max-width:480px){.footer-section .footer-contact-section .contact-content{padding:20px;top:60px}}.footer-section .footer-contact-section .contact-info .contact-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 32px;line-height:1.2}.footer-section .footer-contact-section .contact-info .contact-details{display:flex;flex-direction:column;gap:24px}.footer-section .footer-contact-section .contact-info .contact-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media(max-width:768px){.footer-section .footer-contact-section .contact-info .contact-row{grid-template-columns:1fr;gap:15px}}.footer-section .footer-contact-section .contact-info .contact-address-section{display:flex;flex-direction:column;gap:15px;padding-top:8px;border-top:1px solid rgba(0,0,0,.1)}.footer-section .footer-contact-section .contact-info .contact-item{display:flex;align-items:flex-start;gap:12px}.footer-section .footer-contact-section .contact-info .contact-item .contact-icon{display:flex;align-items:center;justify-content:center;min-width:24px;width:24px;min-height:24px;height:24px;color:#193b6b;flex-shrink:0;margin-top:2px;overflow:hidden;border-radius:50%}@media(max-width:768px){.footer-section .footer-contact-section .contact-info .contact-item .contact-icon{min-width:22px;width:22px;min-height:22px;height:22px}}@media(max-width:480px){.footer-section .footer-contact-section .contact-info .contact-item .contact-icon{min-width:20px;width:20px;min-height:20px;height:20px}}.footer-section .footer-contact-section .contact-info .contact-item .contact-icon svg{width:100%;height:100%;object-fit:cover;flex-shrink:0}.footer-section .footer-contact-section .contact-info .contact-item .contact-icon img{width:100%!important;height:100%!important;min-width:24px!important;min-height:24px!important;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width:768px){.footer-section .footer-contact-section .contact-info .contact-item .contact-icon img{min-width:22px!important;min-height:22px!important}}@media(max-width:480px){.footer-section .footer-contact-section .contact-info .contact-item .contact-icon img{min-width:20px!important;min-height:20px!important}}.footer-section .footer-contact-section .contact-info .contact-item .contact-text{font-size:16px;color:#4a4a4a;line-height:1.5;font-weight:400;flex:1 1;word-wrap:break-word}@media(max-width:768px){.footer-section .footer-contact-section .contact-info .contact-item .contact-text{font-size:15px}}@media(max-width:480px){.footer-section .footer-contact-section .contact-info .contact-item .contact-text{font-size:14px}}.footer-section .footer-contact-section .contact-form-wrapper{max-width:659px;width:100%;background:#f9f9f9;padding:20px;border-radius:24px;border:1px solid #ebeef2;opacity:1}@media(max-width:768px){.footer-section .footer-contact-section .contact-form-wrapper{max-width:100%;padding:20px}}.footer-section .footer-contact-section .contact-form-wrapper .contact-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 5px;line-height:1.2}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;margin-bottom:0}@media(max-width:480px){.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-row{grid-template-columns:1fr}}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-group{margin-bottom:0;display:flex;flex-direction:column;gap:6px}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-group label{font-size:14px;font-weight:500;color:#333}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input,.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea{width:100%;max-width:298.5px;height:44px;padding:6px 16px;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;font-family:inherit;background-color:#fff;color:#333;transition:border-color .2s ease,box-shadow .2s ease;opacity:1}@media(max-width:768px){.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input,.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea{max-width:100%}}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input::placeholder,.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea::placeholder{color:#999;font-weight:400}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-input:focus,.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea:focus{outline:none;border-color:#193b6b;box-shadow:0 0 0 2px rgba(25,59,107,.1)}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-textarea{resize:vertical;min-height:100px;height:auto;max-width:100%;font-family:inherit}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .form-submit{display:flex;justify-content:flex-end;margin-top:14px}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#fff!important;color:#000;border:1px solid hsla(0,0%,40%,.502);border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;box-shadow:none;margin-left:auto}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button:hover{background-color:#f5f5f5;color:#000;border-color:hsla(0,0%,40%,.502);box-shadow:none}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button:active{transform:translateY(0)}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button:disabled{opacity:.6;cursor:not-allowed}.footer-section .footer-contact-section .contact-form-wrapper .contact-form .submit-button svg{width:16px;height:16px;fill:currentColor}.footer-section{padding:0 0 40px}.footer-section .container{max-width:1500px;margin:0 auto;padding:150px 24px 0}.footer-section .contact-item{display:flex;margin-bottom:10px}.footer-section .contact-icon{margin-right:10px}.footer-section .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;grid-gap:48px;gap:48px;padding:60px 0 40px}@media(max-width:1024px){.footer-section .footer-content{grid-template-columns:1fr 1fr 1fr;gap:40px}}@media(max-width:768px){.footer-section .footer-content{grid-template-columns:1fr;gap:40px;padding:48px 0 32px}}.footer-section .footer-brand .brand-logo{margin-bottom:24px}.footer-section .footer-brand .brand-logo .brand-text{font-size:28px;font-weight:700;line-height:1}.footer-section .footer-brand .brand-logo .brand-text .brand-more{color:#1a1a1a}.footer-section .footer-brand .brand-logo .brand-text .brand-yeahs{color:#193b6b}.footer-section .footer-brand .footer-description{font-size:16px;line-height:1.6;color:#5d738f;margin:30px 0 24px;max-width:320px;font-weight:400}.footer-section .footer-brand .footer-copyright{font-size:14px;color:#999;font-weight:400}.footer-section .footer-navigation{display:contents}@media(max-width:1024px){.footer-section .footer-navigation{display:grid;grid-column:span 2;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}}@media(max-width:768px){.footer-section .footer-navigation{grid-column:span 1;grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:480px){.footer-section .footer-navigation{grid-template-columns:1fr}}.footer-section .footer-column .footer-column-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px;line-height:1.2}.footer-section .footer-column .footer-section-title{font-size:16px;font-weight:500;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.footer-section .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer-section .footer-column .footer-links li{margin-bottom:12px}.footer-section .footer-column .footer-links li:last-child{margin-bottom:0}.footer-section .footer-column .footer-links .footer-link{font-size:16px;color:#666;text-decoration:none;line-height:1.5;transition:color .2s ease;font-weight:400}.footer-section .footer-column .footer-links .footer-link:hover{color:#193b6b}.footer-section .footer-social .footer-column-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 20px;line-height:1.2}.footer-section .footer-social .social-links{display:flex;gap:12px;flex-wrap:wrap}.footer-section .footer-social .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;color:#666;text-decoration:none;transition:all .2s ease}.footer-section .footer-social .social-links .social-link:hover{background-color:#193b6b;border-color:#193b6b;color:#fff;transform:translateY(-2px)}.footer-section .footer-social .social-links .social-link svg{width:20px;height:20px}.footer-section .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0 0;border-top:1px solid #e0e0e0}@media(max-width:768px){.footer-section .footer-bottom{flex-direction:column;gap:16px;justify-content:center}}.footer-section .footer-bottom .footer-legal{display:flex;gap:24px}@media(max-width:768px){.footer-section .footer-bottom .footer-legal{gap:20px}}.footer-section .footer-bottom .footer-legal .footer-legal-link{font-size:14px;color:#999;text-decoration:none;transition:color .2s ease;font-weight:400}.footer-section .footer-bottom .footer-legal .footer-legal-link:hover{color:#193b6b}@media(max-width:1024px){.footer-section{margin-top:60px}}@media(max-width:768px){.footer-section{margin-top:48px;border-radius:20px 20px 0 0}.footer-section .footer-contact-section{padding:60px 0}.footer-section .footer-content{padding:40px 0 24px}.footer-section .footer-bottom{flex-direction:column;gap:12px;padding:20px 0 0}}@media(max-width:480px){.footer-section{margin-top:40px;border-radius:16px 16px 0 0}.footer-section .footer-contact-section{padding:48px 0}.footer-section .container{padding:0 16px}.footer-section .footer-content{gap:32px;padding:32px 0 20px}.footer-section .footer-bottom{flex-direction:column;gap:12px;padding:16px 0 0}}.contact-form-wrapper{background:#fff;padding:30px;border-radius:20px}@media(max-width:768px){.contact-form-wrapper{padding:24px}}@media(max-width:480px){.contact-form-wrapper{padding:20px}}.contact-info{padding-top:10px}@media(max-width:768px){.contact-info{padding-top:20px}}@media(max-width:480px){.contact-info{padding-top:15px}}.full-img-content-block{width:100%;margin:0;padding:0;display:flex;justify-content:center}.full-img-content-block .full-img-content-container{display:flex;min-height:500px;width:100%;max-width:1200px}.full-img-content-block .full-img-content-container .full-img-content-image{flex:0 0 35%;position:relative;overflow:hidden;min-height:100%;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.2),0 6px 20px rgba(0,0,0,.15),0 2px 10px rgba(0,0,0,.1);transition:box-shadow .3s ease}.full-img-content-block .full-img-content-container .full-img-content-image:hover{box-shadow:0 20px 50px rgba(0,0,0,.3),0 12px 30px rgba(0,0,0,.2),0 4px 15px rgba(0,0,0,.15)}.full-img-content-block .full-img-content-container .full-img-content-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:15px}.full-img-content-block .full-img-content-container .full-img-content-content{flex:1 1;padding:40px;display:flex;flex-direction:column;justify-content:flex-start}.full-img-content-block .full-img-content-container .full-img-content-content .main-heading{font-size:2.5rem;font-weight:700;margin:0 0 30px;color:#333;line-height:1.2}.full-img-content-block .full-img-content-container .full-img-content-content .content-box{background:rgba(173,216,230,.3);border:1px solid rgba(173,216,230,.5);border-radius:8px;padding:25px;margin-bottom:40px}.full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-heading{font-size:1.5rem;font-weight:600;margin:0 0 15px;color:#2c3e50}.full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-subheading{font-size:1rem;line-height:1.6;margin:0;color:#555}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px;max-width:100%}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section{background:rgba(173,216,230,.2);border:1px solid rgba(173,216,230,.4);border-radius:8px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section:hover .section-icon{transform:rotate(1turn)}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper{width:60px;height:60px;margin:0 auto 15px;background:rgba(52,152,219,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper .section-icon{width:40px;height:40px;object-fit:contain;transition:transform .3s ease}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .icon-wrapper .default-icon{color:#3498db;display:flex;align-items:center;justify-content:center}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .section-heading{font-size:1.2rem;font-weight:600;margin:0 0 10px;color:#2c3e50}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections .icon-section .section-subheading{font-size:.9rem;line-height:1.5;margin:0;color:#666}@media(max-width:1024px){.full-img-content-block .full-img-content-container{flex-direction:column;min-height:auto}.full-img-content-block .full-img-content-container .full-img-content-image{flex:none;height:300px}.full-img-content-block .full-img-content-container .full-img-content-content{padding:30px}.full-img-content-block .full-img-content-container .full-img-content-content .main-heading{font-size:2rem}}@media(max-width:768px){.full-img-content-block .full-img-content-container .full-img-content-content{padding:20px}.full-img-content-block .full-img-content-container .full-img-content-content .main-heading{font-size:1.8rem;margin-bottom:20px}.full-img-content-block .full-img-content-container .full-img-content-content .content-box{padding:20px;margin-bottom:30px}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.full-img-content-block .full-img-content-container .full-img-content-image{height:250px}.full-img-content-block .full-img-content-container .full-img-content-content{padding:15px}.full-img-content-block .full-img-content-container .full-img-content-content .main-heading{font-size:1.5rem}.full-img-content-block .full-img-content-container .full-img-content-content .content-box .content-box-heading{font-size:1.3rem}.full-img-content-block .full-img-content-container .full-img-content-content .icon-sections{grid-template-columns:1fr;gap:15px}}.full-one-by-two-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:0 2rem;overflow:hidden}.full-one-by-two-section .full-one-by-two-container{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"content image";width:100%;max-width:1200px;min-height:80vh;align-items:center;grid-gap:2rem;gap:2rem;margin:0 auto}.full-one-by-two-section .content-half{grid-area:content;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;height:100%;max-width:600px;opacity:0;transform:translateX(-60px);transition:opacity .6s ease-out,transform .6s ease-out}.full-one-by-two-section .content-half .main-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;opacity:0;transform:translateY(30px);transition:opacity .5s ease-out,transform .5s ease-out}.full-one-by-two-section .content-half .sub-heading{font-size:1rem;line-height:1.4;margin:0;opacity:0;font-weight:400;transform:translateY(30px);transition:opacity .5s ease-out,transform .5s ease-out}.full-one-by-two-section .content-half .highlights-section{margin:1rem 0;opacity:0;transform:translateY(30px);transition:opacity .5s ease-out,transform .5s ease-out}.full-one-by-two-section .content-half .highlights-section .highlight-title{font-size:1.5rem;font-weight:600;margin:0;color:inherit}.full-one-by-two-section .content-half .highlights-section .highlight-points{list-style:none;padding:0;margin:0}.full-one-by-two-section .content-half .highlights-section .highlight-points li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:1.1rem;line-height:1.2}.full-one-by-two-section .content-half .highlights-section .highlight-points li:before{content:"•";position:absolute;left:0;top:.5rem;color:currentColor;font-weight:700;font-size:1.2rem}.full-one-by-two-section .content-half .cta-section{margin-top:.5rem;opacity:0;transform:translateY(30px);transition:opacity .5s ease-out,transform .5s ease-out}.full-one-by-two-section .content-half .cta-section .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.3);color:inherit;text-decoration:none;font-weight:600;font-size:1rem;border-radius:6px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.full-one-by-two-section .content-half .cta-section .cta-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);color:inherit;text-decoration:none}.full-one-by-two-section .content-half .cta-section .cta-button:hover .button-arrow{transform:translateX(4px)}.full-one-by-two-section .content-half .cta-section .cta-button .button-arrow{transition:transform .3s ease;font-size:1.2rem}.full-one-by-two-section .image-half{grid-area:image;position:relative;display:flex;align-items:center;justify-content:center;min-height:400px;opacity:0;transform:translateX(60px);transition:opacity .6s ease-out,transform .6s ease-out}.full-one-by-two-section .image-half .image-container{width:100%;position:relative;border-radius:12px;overflow:hidden}.full-one-by-two-section .image-half .image-container .main-image{width:100%;height:auto;object-fit:contain;display:block;border-radius:12px;transform:scale(1.1);transition:transform .6s ease-out}.full-one-by-two-section.is-visible .content-half{opacity:1;transform:translateX(0);transition:opacity .8s ease-out,transform .8s ease-out}.full-one-by-two-section.is-visible .content-half .main-heading{opacity:1;transform:translateY(0);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.full-one-by-two-section.is-visible .content-half .sub-heading{opacity:1;transform:translateY(0);transition:opacity .6s ease-out .4s,transform .6s ease-out .4s}.full-one-by-two-section.is-visible .content-half .highlights-section{opacity:1;transform:translateY(0);transition:opacity .6s ease-out .6s,transform .6s ease-out .6s}.full-one-by-two-section.is-visible .content-half .cta-section{opacity:1;transform:translateY(0);transition:opacity .6s ease-out .8s,transform .6s ease-out .8s}.full-one-by-two-section.is-visible .image-half{opacity:1;transform:translateX(0);transition:opacity .8s ease-out .3s,transform .8s ease-out .3s}.full-one-by-two-section.is-visible .image-half .main-image{transform:scale(1);transition:transform .8s ease-out .5s}.full-one-by-two-section.reverse-layout .full-one-by-two-container{grid-template-areas:"image content"!important}.full-one-by-two-section.reverse-layout .content-half{transform:translateX(60px);transition:opacity .6s ease-out,transform .6s ease-out}.full-one-by-two-section.reverse-layout .image-half{transform:translateX(-60px);transition:opacity .6s ease-out,transform .6s ease-out}.full-one-by-two-section.reverse-layout.is-visible .content-half{transform:translateX(0);transition:opacity .8s ease-out,transform .8s ease-out}.full-one-by-two-section.reverse-layout.is-visible .image-half{transform:translateX(0);transition:opacity .8s ease-out .3s,transform .8s ease-out .3s}@media(max-width:1024px){.full-one-by-two-section{padding:0 1.5rem}.full-one-by-two-section .full-one-by-two-container{max-width:900px;gap:1.5rem}.full-one-by-two-section .content-half{padding:2rem 1.5rem}.full-one-by-two-section .content-half .main-heading{font-size:3rem}.full-one-by-two-section .content-half .sub-heading{font-size:1.1rem}.full-one-by-two-section .image-half{height:500px;min-height:400px}}@media(max-width:768px){.full-one-by-two-section{min-height:auto;padding:0 1rem}.full-one-by-two-section .full-one-by-two-container{grid-template-columns:1fr;grid-template-areas:"content" "image";min-height:auto;gap:2rem;max-width:100%}.full-one-by-two-section .content-half{padding:2rem 1rem;transform:translateY(30px)}.full-one-by-two-section .content-half .main-heading{font-size:2.5rem}.full-one-by-two-section .content-half .sub-heading{font-size:1rem;margin-bottom:2rem}.full-one-by-two-section .content-half .highlights-section .highlight-points li{font-size:1rem}.full-one-by-two-section .image-half{height:auto;min-height:300px;display:flex!important;width:100%;transform:translateY(30px)}.full-one-by-two-section .image-half .image-container{width:100%;display:block}.full-one-by-two-section.is-visible .content-half,.full-one-by-two-section.is-visible .image-half{transform:translateY(0)}.full-one-by-two-section.reverse-layout .full-one-by-two-container{grid-template-areas:"content" "image"!important}.full-one-by-two-section.reverse-layout .image-half{display:flex!important;visibility:visible!important;opacity:1!important}.full-one-by-two-section.reverse-layout .content-half,.full-one-by-two-section.reverse-layout .image-half{transform:translateY(30px)}.full-one-by-two-section.reverse-layout.is-visible .content-half,.full-one-by-two-section.reverse-layout.is-visible .image-half{transform:translateY(0)}}@media(max-width:480px){.full-one-by-two-section .content-half{padding:1.5rem 1rem}.full-one-by-two-section .content-half .main-heading{font-size:2rem;margin-bottom:1rem}.full-one-by-two-section .content-half .sub-heading{font-size:.95rem;margin-bottom:1.5rem}.full-one-by-two-section .content-half .highlights-section .highlight-title{font-size:1.25rem}.full-one-by-two-section .content-half .cta-section .cta-button{padding:.6rem 1.25rem;font-size:.9rem}}.full-one-by-two-section[style*="color: #000"] .cta-button,.full-one-by-two-section[style*="color: #333"] .cta-button,.full-one-by-two-section[style*="color: rgb(0"] .cta-button{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.3)}.full-one-by-two-section[style*="color: #000"] .cta-button:hover,.full-one-by-two-section[style*="color: #333"] .cta-button:hover,.full-one-by-two-section[style*="color: rgb(0"] .cta-button:hover{background:rgba(0,0,0,.2);border-color:rgba(0,0,0,.5)}.hero-2-service{padding:80px 0;min-height:600px;position:relative}.hero-2-service__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-2-service__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.hero-2-service__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;min-height:500px}@media(max-width:768px){.hero-2-service__content{display:flex;flex-direction:column;gap:40px;min-height:auto}}.hero-2-service__image-section{display:flex;justify-content:center;align-items:center}.hero-2-service__image-wrapper{position:relative;width:100%;max-width:500px}.hero-2-service__image{width:100%;height:auto;object-fit:contain}.hero-2-service__text-section{display:flex;flex-direction:column;gap:10px}.hero-2-service__header{margin-bottom:20px}.hero-2-service__title{font-size:2rem;font-weight:700;margin-bottom:16px;line-height:1.2}.hero-2-service__subtitle{font-size:17px;font-weight:600;margin-bottom:16px;opacity:.9}.hero-2-service__description{font-size:15px;line-height:1.6;opacity:.8;margin-bottom:0}.hero-2-service__blocks{display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr}.hero-2-service__blocks--1x1,.hero-2-service__blocks--1x2,.hero-2-service__blocks--1x3{grid-template-columns:1fr!important;max-width:400px}.hero-2-service__blocks--2x1,.hero-2-service__blocks--2x2,.hero-2-service__blocks--2x3{grid-template-columns:1fr 1fr!important;gap:16px}.hero-2-service__blocks--3x1,.hero-2-service__blocks--3x2{grid-template-columns:repeat(3,1fr)!important;gap:16px}.hero-2-service--reverse .hero-2-service__content{grid-template-columns:1fr 1fr}.hero-2-service--reverse .hero-2-service__content .hero-2-service__image-section{order:2}.hero-2-service--reverse .hero-2-service__content .hero-2-service__text-section{order:1}@media(max-width:768px){.hero-2-service--reverse .hero-2-service__content .hero-2-service__text-section{order:1}.hero-2-service--reverse .hero-2-service__content .hero-2-service__image-section{order:2}}.hero-2-service--full-width-image .hero-2-service__content{grid-template-columns:1fr 1fr}.hero-2-service--full-width-image .hero-2-service__image-section{position:relative;margin:-80px -20px -80px 0;padding:80px 0;display:flex;align-items:center;justify-content:center}.hero-2-service--full-width-image .hero-2-service__image-wrapper{width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.hero-2-service--full-width-image .hero-2-service__image{width:100%;height:100%;min-height:500px;object-fit:contain}.hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section{margin:-80px 0 -80px -20px}@media(max-width:1024px){.hero-2-service--full-width-image .hero-2-service__image-section{margin:-60px -20px -60px 0;padding:60px 0}.hero-2-service--full-width-image .hero-2-service__image-wrapper{min-height:400px}.hero-2-service--full-width-image .hero-2-service__image{min-height:400px;object-fit:contain}.hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section{margin:-60px 0 -60px -20px}}@media(max-width:768px){.hero-2-service--full-width-image .hero-2-service__content{grid-template-columns:1fr;gap:40px}.hero-2-service--full-width-image .hero-2-service__text-section{order:1}.hero-2-service--full-width-image .hero-2-service__image-section{order:2;margin:-40px -16px 0;padding:40px 0}.hero-2-service--full-width-image .hero-2-service__image-wrapper{min-height:300px}.hero-2-service--full-width-image .hero-2-service__image{min-height:300px;object-fit:contain}.hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__text-section{order:1}.hero-2-service--full-width-image.hero-2-service--reverse .hero-2-service__image-section{order:2;margin:-40px -16px 0}}.hero-2-service__block{padding:24px;border-radius:12px;background:hsla(0,0%,100%,.322)!important;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.hero-2-service__block:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.hero-2-service__block-title{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#333;line-height:1.3}.hero-2-service__block-description{font-size:.95rem;line-height:1.5;color:#666;margin:0}.hero-2-service__bullet-points{display:flex;flex-direction:column;gap:24px}.hero-2-service__bullet-item{display:flex;align-items:flex-start;gap:16px}.hero-2-service__bullet-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:6px;transition:all .3s ease}.hero-2-service__bullet-content{flex:1 1}.hero-2-service__bullet-heading{font-size:1.25rem;font-weight:600;margin-bottom:8px;line-height:1.3}.hero-2-service__bullet-subheading{font-size:1rem;font-weight:500;margin-bottom:12px;line-height:1.4;opacity:.9}.hero-2-service__bullet-description{font-size:.95rem;line-height:1.6;margin:0}@media(max-width:1024px){.hero-2-service{padding:60px 0}.hero-2-service__content{gap:40px}.hero-2-service__title{font-size:2.2rem}.hero-2-service__blocks--3x1,.hero-2-service__blocks--3x2{grid-template-columns:1fr 1fr}}@media(max-width:992px){.hero-2-service__content{gap:35px}.hero-2-service__title{font-size:2.1rem}.hero-2-service__subtitle{font-size:1.05rem}.hero-2-service__image-wrapper{max-width:450px}}@media(max-width:768px){.hero-2-service{padding:40px 0}.hero-2-service__content{grid-template-columns:1fr;gap:40px;text-align:left}.hero-2-service__text-section{order:1}.hero-2-service__image-section{order:2;text-align:center}.hero-2-service--reverse .hero-2-service__text-section{order:1}.hero-2-service--reverse .hero-2-service__image-section{order:2}.hero-2-service__header{margin-bottom:30px}.hero-2-service__title{font-size:2rem;margin-bottom:16px}.hero-2-service__subtitle{font-size:1.1rem;margin-bottom:16px}.hero-2-service__description{font-size:.95rem;margin-bottom:20px}.hero-2-service__image-wrapper{max-width:400px;margin:0 auto}.hero-2-service__blocks--2x1,.hero-2-service__blocks--2x2,.hero-2-service__blocks--2x3,.hero-2-service__blocks--3x1,.hero-2-service__blocks--3x2{grid-template-columns:1fr;gap:20px}.hero-2-service__bullet-points{gap:20px}.hero-2-service__bullet-item{text-align:left}}@media(max-width:480px){.hero-2-service{padding:30px 0}.hero-2-service__container{padding:0 16px}.hero-2-service__content{gap:30px}.hero-2-service__header{margin-bottom:24px}.hero-2-service__title{font-size:1.75rem;margin-bottom:12px;line-height:1.2}.hero-2-service__subtitle{font-size:1rem;margin-bottom:12px}.hero-2-service__description{font-size:.9rem;margin-bottom:20px;line-height:1.5}.hero-2-service__image-wrapper{max-width:320px;margin:0 auto}.hero-2-service__block{padding:20px}.hero-2-service__block-title{font-size:1rem;margin-bottom:10px}.hero-2-service__block-description{font-size:.9rem}.hero-2-service__bullet-points{gap:20px}.hero-2-service__bullet-item{gap:12px;text-align:left}.hero-2-service__bullet-dot{width:10px;height:10px;margin-top:4px}.hero-2-service__bullet-heading{font-size:1.1rem}.hero-2-service__bullet-subheading{font-size:.95rem}.hero-2-service__bullet-description{font-size:.9rem;line-height:1.5}}@media(max-width:360px){.hero-2-service{padding:20px 0}.hero-2-service__container{padding:0 12px}.hero-2-service__content{gap:24px}.hero-2-service__header{margin-bottom:20px}.hero-2-service__title{font-size:1.5rem;margin-bottom:10px}.hero-2-service__subtitle{font-size:.95rem;margin-bottom:10px}.hero-2-service__description{font-size:.85rem;margin-bottom:16px}.hero-2-service__image-wrapper{max-width:280px}.hero-2-service__block{padding:16px}.hero-2-service__block-title{font-size:.95rem;margin-bottom:8px}.hero-2-service__block-description{font-size:.85rem}.hero-2-service__bullet-points{gap:16px}.hero-2-service__bullet-item{gap:10px}.hero-2-service__bullet-dot{width:8px;height:8px;margin-top:3px}.hero-2-service__bullet-heading{font-size:1rem;margin-bottom:4px}.hero-2-service__bullet-subheading{font-size:.9rem;margin-bottom:6px}.hero-2-service__bullet-description{font-size:.85rem}}.hero-block{position:relative;height:600px;display:flex;align-items:center;justify-content:center;color:#fff}.hero-block__background{object-fit:cover}.hero-block__content{position:relative;z-index:10;text-align:center;max-width:64rem;padding:0 1rem}.hero-block__title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.hero-block__title{font-size:2rem}}.hero-block__subtitle{font-size:1.25rem;margin-bottom:2rem}@media(max-width:768px){.hero-block__subtitle{font-size:1rem}}.hero-block__cta{display:inline-block;background-color:#2563eb;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff;transition:background-color .3s ease}.hero-block__cta:hover{background-color:#1d4ed8}.hero-block__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.4);z-index:0}.hero-section-block{position:relative;width:100%;overflow:hidden}.hero-section-block .hero-background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1;pointer-events:none}.hero-section-block.hero-height-auto{min-height:auto;padding:4rem 0}.hero-section-block.hero-height-small{height:400px;min-height:400px}.hero-section-block.hero-height-medium{height:600px;min-height:600px}.hero-section-block.hero-height-large{height:800px;min-height:800px}.hero-section-block.hero-height-full{height:100vh;min-height:100vh}.hero-section-block .hero-container{position:relative;z-index:2;display:flex;align-items:center;height:100%;max-width:1200px;margin:0 auto;padding:0 2rem;gap:4rem}@media(max-width:768px){.hero-section-block .hero-container{flex-direction:column;gap:2rem;padding:2rem 1rem}}.hero-section-block .hero-content{flex:1 1;display:flex;align-items:center;height:100%}.hero-section-block .hero-text-content{width:100%}.hero-section-block .hero-heading{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}@media(max-width:1024px){.hero-section-block .hero-heading{font-size:2.5rem}}@media(max-width:768px){.hero-section-block .hero-heading{font-size:2rem;margin-bottom:1rem}}@media(max-width:480px){.hero-section-block .hero-heading{font-size:1.75rem}}.hero-section-block .hero-sub-heading{font-size:15px;line-height:1.6;margin:0}@media(max-width:768px){.hero-section-block .hero-sub-heading{font-size:1rem}}.hero-section-block .hero-sub-heading p{margin:0 0 1rem}.hero-section-block .hero-sub-heading p:last-child{margin-bottom:0}.hero-section-block .hero-image{flex:1 1;height:100%;min-height:300px;position:relative}@media(max-width:768px){.hero-section-block .hero-image{width:100%;height:250px;min-height:250px}}.hero-section-block .hero-image-wrapper{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden}.hero-section-block .hero-image-wrapper img{transition:transform .3s ease}.hero-section-block .hero-image-wrapper:hover img{transform:scale(1.02)}.hero-section-block.hero-content-left .hero-text-content{text-align:left}.hero-section-block.hero-content-center .hero-text-content{text-align:center}.hero-section-block.hero-content-right .hero-text-content{text-align:right}.hero-section-block.hero-image-left .hero-container{flex-direction:row-reverse}@media(max-width:768px){.hero-section-block.hero-image-left .hero-container{flex-direction:column}}.hero-section-block.hero-image-right .hero-container{flex-direction:row}@media(max-width:768px){.hero-section-block.hero-image-right .hero-container{flex-direction:column}.hero-section-block.hero-reverse .hero-container{flex-direction:column-reverse}}.hero-section-block[data-height=medium] .hero-container{align-items:stretch}.hero-section-block[data-height=medium] .hero-content{justify-content:center}.hero-section-block[data-height=medium] .hero-image{display:flex;align-items:center;justify-content:center}.hero-section-block[data-height=medium] .hero-image-wrapper{width:100%;height:80%;max-height:400px}.hero-section-block .hero-heading{position:relative}.hero-section-block .hero-heading:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,currentColor,transparent);opacity:.3}.hero-section-block.hero-content-center .hero-heading:after{left:50%;transform:translateX(-50%)}.hero-section-block.hero-content-right .hero-heading:after{left:auto;right:0}@media(max-width:1024px){.hero-section-block .hero-container{gap:3rem}}@media(max-width:768px){.hero-section-block.hero-height-full,.hero-section-block.hero-height-large,.hero-section-block.hero-height-medium,.hero-section-block.hero-height-small{height:auto;min-height:auto;padding:3rem 0}.hero-section-block .hero-container{gap:2rem}.hero-section-block .hero-heading:after{width:40px;height:2px}}@media(max-width:480px){.hero-section-block .hero-container{padding:2rem 1rem;gap:1.5rem}.hero-section-block .hero-image{height:200px;min-height:200px}}.acf-block-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#f8f9fa;border-radius:8px}.acf-block-placeholder .acf-block-placeholder-icon{font-size:3rem;margin-bottom:1rem}.acf-block-placeholder .acf-block-placeholder-text{font-size:1.25rem;margin-bottom:.5rem;color:#495057}.acf-block-placeholder .acf-block-placeholder-instructions{font-size:.875rem}.image-text-block{padding:4rem 1rem}.image-text-block__container{max-width:72rem;margin:0 auto}.image-text-block__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}@media(min-width:768px){.image-text-block__grid{grid-template-columns:repeat(2,1fr)}.image-text-block--reversed .image-text-block__grid{direction:rtl}.image-text-block--reversed .image-text-block__content,.image-text-block--reversed .image-text-block__image-wrapper{direction:ltr}}.image-text-block__image-wrapper{position:relative}.image-text-block__image{position:relative;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden}.image-text-block__img{object-fit:cover}.image-text-block__heading{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.image-text-block__text{line-height:1.75}.image-text-block__text p{margin-bottom:1rem}.image-text-block__text h1,.image-text-block__text h2,.image-text-block__text h3,.image-text-block__text h4,.image-text-block__text h5,.image-text-block__text h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600}.image-text-block__text ol,.image-text-block__text ul{margin-bottom:1rem;padding-left:1.5rem}.image-text-block__text a{color:#2563eb;text-decoration:underline}.image-text-block__text a:hover{color:#1d4ed8}.moreyeahs-slider-block{position:relative;width:100%;overflow:hidden}.moreyeahs-slider-block__wrapper{position:relative;width:100%;height:100vh}@media(max-width:768px){.moreyeahs-slider-block__wrapper{height:400px}}.moreyeahs-slider-block__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s ease-in-out}.moreyeahs-slider-block__slide--active{opacity:1;visibility:visible}.moreyeahs-slider-block__slide--active[data-direction=left] .moreyeahs-slider-block__img{animation:slideFromLeft 1.2s ease-out forwards}.moreyeahs-slider-block__slide--active[data-direction=right] .moreyeahs-slider-block__img{animation:slideFromRight 1.2s ease-out forwards}.moreyeahs-slider-block__slide--active .moreyeahs-slider-block__heading{animation:slideInUp .8s ease-out .3s forwards}.moreyeahs-slider-block__slide--active .moreyeahs-slider-block__subheading{animation:slideInUp .6s ease-out .6s forwards}.moreyeahs-slider-block__slide--active .moreyeahs-slider-block__cta{animation:fadeInScale .6s ease-out .9s forwards}.moreyeahs-slider-block__image{position:relative;width:100%;height:100%;overflow:hidden}.moreyeahs-slider-block__img{object-fit:cover;transform:scale(1.2)}.moreyeahs-slider-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.moreyeahs-slider-block__content{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:10}.moreyeahs-slider-block__container{max-width:1200px;margin:0 auto;padding:0 20px}.moreyeahs-slider-block__text-wrapper{width:100%;padding:0}@media(min-width:640px){.moreyeahs-slider-block__text-wrapper{width:54.333333%}}.moreyeahs-slider-block__subheading{color:#fff;font-size:18px;font-weight:400;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;opacity:0;transform:translateY(30px)}@media(max-width:768px){.moreyeahs-slider-block__subheading{font-size:14px!important;margin-bottom:15px}}.moreyeahs-slider-block__heading-wrapper{margin-bottom:15px}.moreyeahs-slider-block__heading{color:#fff;font-size:48px;font-weight:500;margin-bottom:15px;line-height:1.2;opacity:0;transform:translateY(30px)}@media(max-width:768px){.moreyeahs-slider-block__heading{font-size:28px!important;margin-bottom:10px}}.moreyeahs-slider-block__cta{display:inline-block;padding:10px 40px;background:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:600;border:1px solid #fff;position:relative;overflow:hidden;z-index:1;opacity:0;transform:scale(.9);transition:transform .3s ease,border-color .4s ease}.moreyeahs-slider-block__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;transition:left .4s ease;z-index:-1}.moreyeahs-slider-block__cta:hover{border-color:#fff;transform:scale(1.05)}.moreyeahs-slider-block__cta:hover:before{left:0}.moreyeahs-slider-block__cta:hover{color:#000}@media(max-width:768px){.moreyeahs-slider-block__cta{padding:12px 30px;font-size:14px}}.moreyeahs-slider-block__dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:20}.moreyeahs-slider-block__dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.5);border:none;cursor:pointer;padding:0;transition:all .3s ease}.moreyeahs-slider-block__dot:hover{background:hsla(0,0%,100%,.75);transform:scale(1.2)}.moreyeahs-slider-block__dot--active{background:#fff;width:40px;border-radius:6px}@keyframes slideFromLeft{0%{transform:translateX(-100%) scale(1.2)}to{transform:translateX(0) scale(1)}}@keyframes slideFromRight{0%{transform:translateX(100%) scale(1.2)}to{transform:translateX(0) scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.multi-cloud-services-block{padding:80px 0;min-height:500px;position:relative}.multi-cloud-services-block .container{max-width:1200px;margin:0 auto;padding:0 20px}.multi-cloud-services-block .mcs-header{text-align:center;margin-bottom:60px}.multi-cloud-services-block .mcs-main-heading{font-size:2.5rem;font-weight:700;color:var(--heading-color,#1f2937);margin-bottom:20px;line-height:1.2}.multi-cloud-services-block .mcs-main-heading span{color:inherit}.multi-cloud-services-block .mcs-description{font-size:1.1rem;color:var(--text-color,#374151);margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.multi-cloud-services-block .mcs-platforms{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.multi-cloud-services-block .platform-badge{background-color:#6366f1;color:#fff;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:500;display:inline-block}.multi-cloud-services-block .mcs-services-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;grid-gap:20px;gap:20px;background-color:hsla(0,0%,100%,.4);padding:30px;border-radius:30px;align-items:stretch}.multi-cloud-services-block .mcs-services-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.multi-cloud-services-block .mcs-service-card{background-color:hsla(0,0%,100%,.502)!important;padding:12px 20px;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:2px solid hsla(0,0%,100%,.4)!important}.multi-cloud-services-block .mcs-service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.multi-cloud-services-block .mcs-service-card .service-items li:before{color:var(--arrow-color,#6366f1)!important}.multi-cloud-services-block .service-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.multi-cloud-services-block .service-header i{font-size:1.5rem;color:#6366f1}.multi-cloud-services-block .service-header .section-image{width:24px;height:24px;object-fit:contain;flex-shrink:0}.multi-cloud-services-block .service-header h3{font-size:1.2rem;font-weight:600;color:var(--heading-color,#1f2937);margin:0}.multi-cloud-services-block .service-items{list-style:none;padding:0;margin:0}.multi-cloud-services-block .service-items li{color:#374151;font-size:.95rem;line-height:1.5;margin-bottom:8px;position:relative;padding-left:20px}.multi-cloud-services-block .service-items li:before{content:"→";position:absolute;left:0;color:var(--arrow-color,#6366f1)!important;font-weight:700}.multi-cloud-services-block .tech-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.multi-cloud-services-block .tech-badge{background-color:#ef4444;color:#fff;padding:6px 12px;border-radius:35px;font-size:.8rem;font-weight:500;display:inline-block;border:2px solid transparent;transition:all .3s ease}.multi-cloud-services-block .tech-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.15)}.multi-cloud-services-block .mcs-credentials-column{position:-webkit-sticky;position:sticky;top:20px;height:100%;display:flex;flex-direction:column}.multi-cloud-services-block .mcs-credentials-card{background-color:hsla(0,0%,100%,.502)!important;padding:30px 20px;border-radius:20px;color:#fff;flex:1 1;display:flex;flex-direction:column;border:2px solid hsla(0,0%,100%,.4)!important}.multi-cloud-services-block .mcs-credentials-card .credentials-list li:before{color:var(--arrow-color,hsla(0,0%,100%,.7))!important}.multi-cloud-services-block .credentials-header{display:flex;align-items:center;gap:15px;margin-bottom:25px}.multi-cloud-services-block .credentials-header .credentials-image{width:32px;height:32px;object-fit:contain;flex-shrink:0}.multi-cloud-services-block .credentials-title{font-size:1.5rem;font-weight:700;margin:0;color:#fff}.multi-cloud-services-block .credentials-list{list-style:none;padding:0;margin:0;flex:1 1}.multi-cloud-services-block .credentials-list li{color:#374151;font-size:.95rem;line-height:1.6;margin-bottom:12px;position:relative;padding-left:20px}.multi-cloud-services-block .credentials-list li:before{content:"→";position:absolute;left:0;color:var(--arrow-color,hsla(0,0%,100%,.7))!important;font-weight:700}@media(max-width:1024px){.multi-cloud-services-block .mcs-services-grid{grid-template-columns:1fr;gap:30px}.multi-cloud-services-block .mcs-services-column{grid-template-columns:1fr;gap:20px}.multi-cloud-services-block .mcs-credentials-column{position:static}}@media(max-width:768px){.multi-cloud-services-block{padding:60px 0}.multi-cloud-services-block .mcs-main-heading{font-size:2rem}.multi-cloud-services-block .mcs-description{font-size:1rem}.multi-cloud-services-block .mcs-platforms{gap:10px}.multi-cloud-services-block .platform-badge{padding:6px 15px;font-size:.8rem}.multi-cloud-services-block .mcs-credentials-card,.multi-cloud-services-block .mcs-service-card{padding:25px 20px}.multi-cloud-services-block .service-header h3{font-size:1.1rem}.multi-cloud-services-block .credentials-title{font-size:1.3rem}}@media(max-width:480px){.multi-cloud-services-block .container{padding:0 15px}.multi-cloud-services-block .mcs-main-heading{font-size:1.8rem}.multi-cloud-services-block .mcs-credentials-card,.multi-cloud-services-block .mcs-service-card{padding:20px 15px}}.navigation-next-block{padding:60px 20px;color:#fff;display:flex;align-items:center;justify-content:center}.navigation-next-block__container{max-width:1200px;width:100%;height:380px;margin:0 auto;display:flex;align-items:stretch;gap:0}@media(max-width:968px){.navigation-next-block__container{flex-direction:column;height:auto}}.navigation-next-block__grid{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;border:1px solid hsla(0,0%,100%,.3)}@media(max-width:968px){.navigation-next-block__grid{height:380px}}@media(max-width:768px){.navigation-next-block__grid{grid-template-columns:1fr;height:auto}}.navigation-next-block__region{position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;overflow:hidden;transition:all .3s ease;border-right:1px solid hsla(0,0%,100%,.3);border-bottom:1px solid hsla(0,0%,100%,.3)}.navigation-next-block__region:nth-child(2n){border-right:none}.navigation-next-block__region:nth-child(n+3){border-bottom:none}.navigation-next-block__region:hover,.navigation-next-block__region:hover .navigation-next-block__region-name{color:#fff}@media(max-width:768px){.navigation-next-block__region{min-height:120px;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.3)!important}.navigation-next-block__region:last-child{border-bottom:none}}.navigation-next-block__region-name{position:relative;z-index:1;font-size:20px;font-weight:700;text-align:center;padding:20px;transition:all .3s ease;color:#fff}@media(max-width:768px){.navigation-next-block__region-name{font-size:1.5rem}}.navigation-next-block__cta{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:60px 80px;background:transparent}@media(max-width:968px){.navigation-next-block__cta{align-items:center;text-align:center;padding:60px 40px;height:auto}}@media(max-width:768px){.navigation-next-block__cta{padding:40px 20px}}.navigation-next-block__heading{font-size:3.5rem;font-weight:700;margin:0 0 40px;line-height:1.1;max-width:600px}@media(max-width:968px){.navigation-next-block__heading{font-size:2.8rem;margin-bottom:30px}}@media(max-width:768px){.navigation-next-block__heading{font-size:24px;margin-bottom:25px}}.navigation-next-block__button{display:inline-block;padding:16px 45px;background:#000;color:#fff;text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;transition:all .3s ease;border:2px solid #000}.navigation-next-block__button:hover{background:#fff;color:#9b4d96;border-color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.3)}@media(max-width:768px){.navigation-next-block__button{padding:6px 18px;font-size:10px}}@keyframes flash-gradient{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse-glow{0%,to{filter:brightness(1) drop-shadow(0 0 3px currentColor)}50%{filter:brightness(1.4) drop-shadow(0 0 10px currentColor)}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.new-stepper{position:fixed;left:40px;top:50%;transform:translateY(-50%);z-index:100;padding:20px 0;--stepper-text-color:#1a1a1a;--stepper-line-color-start:#1a1a1a;--stepper-line-color-mid:#4a4a4a;--stepper-line-color-end:#1a1a1a;--stepper-glow-color:rgba(26,26,26,.6);--stepper-glow-color-light:rgba(26,26,26,.3);--stepper-inactive-line-start:#4a4a4a;--stepper-inactive-line-end:#2a2a2a;--stepper-inactive-text:#4a4a4a}.new-stepper.new-stepper--dark{--stepper-text-color:#fff!important;--stepper-line-color-start:#fff!important;--stepper-line-color-mid:#ccc!important;--stepper-line-color-end:#fff!important;--stepper-glow-color:hsla(0,0%,100%,.7)!important;--stepper-glow-color-light:hsla(0,0%,100%,.4)!important;--stepper-inactive-line-start:#b0b0b0!important;--stepper-inactive-line-end:#888!important;--stepper-inactive-text:#b0b0b0!important}.new-stepper__title{color:var(--stepper-text-color);font-size:15px;font-weight:700;line-height:1.3;margin-bottom:15px;white-space:nowrap}.new-stepper__list{list-style:none;margin:0;padding:0;position:relative}.new-stepper__item{position:relative;margin-bottom:15px}.new-stepper__item:last-child{margin-bottom:0}.new-stepper__item--active .new-stepper__line{width:60px!important;height:4px!important;background:linear-gradient(90deg,var(--stepper-line-color-start) 0,var(--stepper-line-color-mid) 50%,var(--stepper-line-color-end) 100%)!important;background-size:200% 100%!important;opacity:1!important}.new-stepper__item--active .new-stepper__label{opacity:1!important;visibility:visible!important;color:var(--stepper-text-color)!important;font-weight:600!important}.new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__line{width:70px!important;background:linear-gradient(90deg,var(--stepper-line-color-start),var(--stepper-line-color-mid))!important;opacity:1!important}.new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__label{opacity:.8!important;visibility:visible!important;color:var(--stepper-text-color)!important}.new-stepper__link{display:block;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;cursor:pointer}.new-stepper__line{height:3px;width:20px;background:linear-gradient(90deg,var(--stepper-inactive-line-start),var(--stepper-inactive-line-end));transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:8px;border-radius:2px;position:relative;opacity:1}.new-stepper__label{color:var(--stepper-inactive-text);font-size:12px;font-weight:500;line-height:1.3;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;padding-left:0}@media(max-width:1024px){.new-stepper{display:none}}.new-stepper.new-stepper--dark .new-stepper__title{color:#fff!important}.new-stepper.new-stepper--dark .new-stepper__line{background:linear-gradient(90deg,#b0b0b0,#888)!important}.new-stepper.new-stepper--dark .new-stepper__label{color:#b0b0b0!important}.new-stepper.new-stepper--dark .new-stepper__item--active .new-stepper__line{background:linear-gradient(90deg,#fff,#ccc 50%,#fff)!important}.new-stepper.new-stepper--dark .new-stepper__item--active .new-stepper__label{color:#fff!important}.new-stepper.new-stepper--dark .new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__line{background:linear-gradient(90deg,#fff,#ccc)!important}.new-stepper.new-stepper--dark .new-stepper__item:hover:not(.new-stepper__item--active) .new-stepper__label{color:#ccc!important}@media(max-width:1450px){.new-stepper{display:none}}.credentials-acquired-block{padding:80px 20px!important;min-height:100vh!important;position:relative!important;background:linear-gradient(135deg,#1a1a2e,#16213e)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.credentials-container{max-width:900px!important;margin:0 auto!important;text-align:center!important;width:100%!important}.credentials-heading{font-size:4rem!important;font-weight:300!important;margin:0 0 100px!important;color:#fff!important;letter-spacing:2px!important;text-align:center!important;line-height:1.2!important}.credentials-list{display:flex!important;flex-direction:column!important;gap:0!important;max-width:700px!important;margin:0 auto!important;text-align:left!important;list-style:none!important;padding:0!important}.credential-item{display:flex!important;align-items:center!important;padding:25px 0!important;border-bottom:1px solid hsla(0,0%,100%,.2)!important;transition:all .3s ease!important;opacity:0!important;animation:fadeInUp .8s ease forwards!important;position:relative!important;min-height:60px!important;margin-bottom:20px!important;box-sizing:border-box!important;opacity:1!important}.credential-item:hover{transform:translateX(15px)!important;border-bottom-color:hsla(0,0%,100%,.5)!important}.credential-item:hover .credential-dot{transform:scale(1.3)!important;box-shadow:0 0 20px currentColor!important}.credential-item:last-child{border-bottom:1px solid hsla(0,0%,100%,.2)!important}.credential-item:first-child{animation-delay:.2s!important}.credential-item:nth-child(2){animation-delay:.4s!important}.credential-item:nth-child(3){animation-delay:.6s!important}.credential-item:nth-child(4){animation-delay:.8s!important}.credential-item:nth-child(5){animation-delay:1s!important}.credential-item:nth-child(6){animation-delay:1.2s!important}.credential-item:nth-child(7){animation-delay:1.4s!important}.credential-item:nth-child(8){animation-delay:1.6s!important}.credential-item:nth-child(9){animation-delay:1.8s!important}.credential-item:nth-child(10){animation-delay:2s!important}.credential-item:nth-child(11){animation-delay:2.2s!important}.credential-item:nth-child(12){animation-delay:2.4s!important}.credential-item:nth-child(13){animation-delay:2.6s!important}.credential-item:nth-child(14){animation-delay:2.8s!important}.credential-item:nth-child(15){animation-delay:3s!important}.credential-dot{width:16px!important;height:16px!important;border-radius:50%!important;margin-right:30px!important;flex-shrink:0!important;box-shadow:0 0 15px rgba(0,163,224,.5)!important;transition:all .4s ease!important;position:relative!important;display:block!important}.credential-title{font-size:1.4rem!important;font-weight:400!important;color:#fff!important;line-height:1.6!important;letter-spacing:.5px!important;flex:1 1!important;margin:0!important;padding:0!important}@media(max-width:768px){.credentials-acquired-block{padding:60px 20px!important;min-height:80vh!important}.credentials-heading{font-size:2.8rem!important;margin-bottom:60px!important;letter-spacing:1px!important}.credentials-list{max-width:100%!important}.credential-item{padding:20px 0!important;min-height:50px!important;margin-bottom:15px!important}.credential-title{font-size:1.2rem!important}.credential-dot{width:14px!important;height:14px!important;margin-right:25px!important}}@media(max-width:480px){.credentials-acquired-block{padding:40px 15px!important;min-height:70vh!important}.credentials-heading{font-size:2.2rem!important;margin-bottom:50px!important}.credential-item{padding:15px 0!important;min-height:45px!important;margin-bottom:12px!important}.credential-title{font-size:1.1rem!important;line-height:1.5!important}.credential-dot{width:12px!important;height:12px!important;margin-right:20px!important}}.credentials-acquired-block.alignfull{width:100vw!important;margin-left:calc(50% - 50vw)!important}.credentials-acquired-block.alignwide{width:calc(100% + 200px)!important;margin-left:-100px!important}.partnership-gallery-block{padding:80px 0;position:relative;overflow:hidden;transition:background-color .3s ease}.partnership-gallery-block .container{max-width:1200px;margin:0 auto;padding:0 20px}.partnership-gallery-block .partnership-header{text-align:center;margin-bottom:60px}.partnership-gallery-block .partnership-header .partnership-heading{font-size:2.5rem;font-weight:700;margin:0 0 20px;line-height:1.2;font-family:var(--font-manrope,"Manrope",sans-serif)}.partnership-gallery-block .partnership-header .partnership-sub-heading{font-size:1.2rem;line-height:1.6;opacity:.8;max-width:600px;margin:0 auto}.partnership-gallery-block .partnership-header .partnership-sub-heading p{margin:0}.partnership-gallery-block .partnership-grid{display:grid;grid-gap:30px;gap:30px;align-items:center;justify-items:center}.partnership-gallery-block .partnership-grid.partnership-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.partnership-gallery-block .partnership-grid.partnership-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.partnership-gallery-block .partnership-grid.partnership-grid-5{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.partnership-gallery-block .partnership-grid.partnership-grid-6{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.partnership-gallery-block .partnership-image-wrapper,.partnership-gallery-block .partnership-item{width:100%;display:flex;align-items:center;justify-content:center}.partnership-gallery-block .partnership-image-wrapper{height:80px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.partnership-gallery-block .partnership-image-wrapper img{transition:all .3s ease}.partnership-gallery-block .partnership-image-wrapper img[src*=placeholder]{color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;text-align:center;border-radius:4px;width:100%;height:100%;object-fit:cover}.partnership-gallery-block .partnership-image-wrapper img.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:imageLoading 1.5s infinite}.partnership-gallery-block .partnership-image-wrapper[data-style=contain] img{object-fit:contain!important}.partnership-gallery-block .partnership-image-wrapper[data-style=cover] img{object-fit:cover!important}.partnership-gallery-block .partnership-image-wrapper[data-style=fill] img{object-fit:fill!important}.partnership-gallery-block .partnership-image-wrapper[data-hover=scale]:hover{transform:translateY(-5px)}.partnership-gallery-block .partnership-image-wrapper[data-hover=scale]:hover img{transform:scale(.9);filter:grayscale(0) opacity(1)}.partnership-gallery-block .partnership-image-wrapper[data-hover=fade]:hover{background:#fff}.partnership-gallery-block .partnership-image-wrapper[data-hover=fade]:hover img{filter:grayscale(0) opacity(1)}.partnership-gallery-block .partnership-image-wrapper[data-hover=rotate]:hover img{transform:rotate(5deg) scale(1.05);filter:grayscale(0) opacity(1)}.partnership-gallery-block .partnership-image-wrapper[data-hover=none]:hover img{filter:grayscale(0) opacity(1)}.partnership-gallery-block.slider-mode .partnership-container{position:relative}.partnership-gallery-block .partnership-slider{overflow:hidden;position:relative;width:100%;border-radius:16px;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 0}.partnership-gallery-block .partnership-slider:after,.partnership-gallery-block .partnership-slider:before{content:"";position:absolute;top:0;bottom:0;width:50px;z-index:2;pointer-events:none}.partnership-gallery-block .partnership-slider:before{left:0;background:linear-gradient(90deg,currentColor,transparent);opacity:.1}.partnership-gallery-block .partnership-slider:after{right:0;background:linear-gradient(270deg,currentColor,transparent);opacity:.1}.partnership-gallery-block .partnership-slider-track{display:flex;transition:transform .8s ease-in-out;will-change:transform}.partnership-gallery-block .partnership-slide{flex:0 0 auto;padding:0 15px}.partnership-gallery-block .partnership-slide .partnership-image-wrapper{height:100px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.partnership-gallery-block .partnership-slide .partnership-image-wrapper:hover{box-shadow:0 8px 30px rgba(0,0,0,.15)}.partnership-gallery-block[data-columns="3"] .partnership-item .partnership-image-wrapper{height:80px}.partnership-gallery-block[data-columns="5"] .partnership-item .partnership-image-wrapper,.partnership-gallery-block[data-columns="6"] .partnership-item .partnership-image-wrapper{height:60px}.partnership-gallery-block .partnership-image-wrapper:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shimmer 2s infinite;z-index:1}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes imageLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.partnership-gallery-block.grid-mode .partnership-item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.partnership-gallery-block.grid-mode .partnership-item:first-child{animation-delay:.1s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(2){animation-delay:.2s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(3){animation-delay:.3s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(4){animation-delay:.4s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(5){animation-delay:.5s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(6){animation-delay:.6s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(7){animation-delay:.7s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(8){animation-delay:.8s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(9){animation-delay:.9s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(10){animation-delay:1s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(11){animation-delay:1.1s}.partnership-gallery-block.grid-mode .partnership-item:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.partnership-gallery-block{padding:60px 0}.partnership-gallery-block .partnership-header{margin-bottom:40px}.partnership-gallery-block .partnership-header .partnership-heading{font-size:2rem}.partnership-gallery-block .partnership-grid{gap:25px}.partnership-gallery-block .partnership-grid.partnership-grid-3,.partnership-gallery-block .partnership-grid.partnership-grid-4,.partnership-gallery-block .partnership-grid.partnership-grid-5,.partnership-gallery-block .partnership-grid.partnership-grid-6{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.partnership-gallery-block .partnership-slide .partnership-image-wrapper{height:50px}}@media(max-width:768px){.partnership-gallery-block{padding:40px 0}.partnership-gallery-block .container{padding:0 15px}.partnership-gallery-block .partnership-header{margin-bottom:30px}.partnership-gallery-block .partnership-header .partnership-heading{font-size:1.8rem}.partnership-gallery-block .partnership-header .partnership-sub-heading{font-size:1.1rem}.partnership-gallery-block .partnership-grid{gap:20px}.partnership-gallery-block .partnership-grid.partnership-grid-3,.partnership-gallery-block .partnership-grid.partnership-grid-4,.partnership-gallery-block .partnership-grid.partnership-grid-5,.partnership-gallery-block .partnership-grid.partnership-grid-6{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.partnership-gallery-block .partnership-image-wrapper{height:40px;padding:15px}.partnership-gallery-block .partnership-slide .partnership-image-wrapper{height:80px}.partnership-gallery-block .partnership-slider:after,.partnership-gallery-block .partnership-slider:before{width:30px}}@media(max-width:480px){.partnership-gallery-block{padding:30px 0}.partnership-gallery-block .partnership-header .partnership-heading{font-size:1.5rem}.partnership-gallery-block .partnership-header .partnership-sub-heading{font-size:1rem}.partnership-gallery-block .partnership-grid.partnership-grid-3,.partnership-gallery-block .partnership-grid.partnership-grid-4,.partnership-gallery-block .partnership-grid.partnership-grid-5,.partnership-gallery-block .partnership-grid.partnership-grid-6{grid-template-columns:repeat(2,1fr)}.partnership-gallery-block .partnership-image-wrapper{height:80px;padding:10px}.partnership-gallery-block .partnership-slide .partnership-image-wrapper{height:70px}}.acf-block-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:12px;padding:60px 20px;text-align:center;color:#6c757d;transition:all .3s ease}.acf-block-placeholder:hover{border-color:#adb5bd;background:linear-gradient(135deg,#e9ecef,#dee2e6)}.acf-block-placeholder .acf-block-placeholder-icon{font-size:4rem;margin-bottom:20px;opacity:.7}.acf-block-placeholder .acf-block-placeholder-text{font-size:1.5rem;font-weight:600;margin-bottom:12px;font-family:var(--font-manrope,"Manrope",sans-serif)}.acf-block-placeholder .acf-block-placeholder-instructions{font-size:1rem;opacity:.8;line-height:1.5}.partnership-image-wrapper:focus-within{outline:2px solid #007cba;outline-offset:2px}@media(prefers-contrast:high){.partnership-gallery-block .partnership-image-wrapper{border:2px solid}.partnership-gallery-block .partnership-image-wrapper img{filter:none!important}}@media(prefers-reduced-motion:reduce){.partnership-gallery-block .partnership-image-wrapper,.partnership-gallery-block .partnership-image-wrapper img,.partnership-gallery-block .partnership-slider-track{transition:none!important}.partnership-gallery-block .partnership-item{animation:none!important}@keyframes shimmer{0%,to{left:-100%}}}@media(prefers-color-scheme:dark){.partnership-gallery-block .partnership-image-wrapper:hover{background:none}.partnership-gallery-block .partnership-slider{background:rgba(0,0,0,.1)}.partnership-gallery-block .acf-block-placeholder{background:linear-gradient(135deg,#2d3748,#1a202c);border-color:#4a5568;color:#a0aec0}.partnership-gallery-block .acf-block-placeholder:hover{border-color:#718096;background:linear-gradient(135deg,#1a202c,#2d3748)}}.call-to-action-section{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}@media(max-width:768px){.call-to-action-section{min-height:300px;padding:60px 20px}}.cta-overlay{z-index:1}.cta-overlay,.cta-particles{position:absolute;top:0;left:0;right:0;bottom:0}.cta-particles{z-index:2;pointer-events:none}.cta-particles .particle{position:absolute;width:4px;height:4px;background:hsla(0,0%,100%,.6);border-radius:50%;animation:float 6s ease-in-out infinite}.cta-particles .particle.particle-0{top:20%;left:10%;animation-delay:0s;background:rgba(64,224,255,.8)}.cta-particles .particle.particle-1{top:40%;left:80%;animation-delay:1s;background:rgba(255,64,129,.8)}.cta-particles .particle.particle-2{top:60%;left:20%;animation-delay:2s;background:hsla(0,0%,100%,.6)}.cta-particles .particle.particle-3{top:80%;left:70%;animation-delay:3s;background:rgba(64,224,255,.6)}.cta-particles .particle.particle-4{top:30%;left:50%;animation-delay:4s;background:rgba(255,64,129,.6)}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-20px) scale(1.2);opacity:1}}.cta-container{position:relative;z-index:3;max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.cta-content.cta-align-left{text-align:left}.cta-content.cta-align-center{text-align:center}.cta-content.cta-align-right{text-align:right}.cta-heading{font-size:3rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(max-width:768px){.cta-heading{font-size:2.2rem;margin-bottom:16px}}@media(max-width:480px){.cta-heading{font-size:1.8rem}}.cta-subheading{font-size:1.2rem;color:hsla(0,0%,100%,.9);margin:0 0 40px;line-height:1.5;max-width:600px}.cta-align-center .cta-subheading{margin-left:auto;margin-right:auto}.cta-align-right .cta-subheading{margin-left:auto}@media(max-width:768px){.cta-subheading{font-size:1.1rem;margin-bottom:32px}}@media(max-width:480px){.cta-subheading{font-size:1rem}}.cta-button-wrapper{margin-top:40px}@media(max-width:768px){.cta-button-wrapper{margin-top:32px}}.cta-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button .button-arrow{transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translateX(4px)}.cta-button.cta-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-button.cta-button-primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.cta-button.cta-button-secondary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.cta-button.cta-button-secondary:hover{background:linear-gradient(135deg,#ee82e9,#f3455a);transform:translateY(-2px);box-shadow:0 8px 25px rgba(240,147,251,.4)}.cta-button.cta-button-outline{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.8)}.cta-button.cta-button-outline:hover{background:hsla(0,0%,100%,.1);border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px hsla(0,0%,100%,.2)}@media(max-width:768px){.cta-button{padding:14px 28px;font-size:1rem}}@media(max-width:480px){.cta-button{padding:12px 24px;font-size:.95rem}}@media(min-width:1024px){.cta-particles .particle:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:inherit;border-radius:50%;opacity:.3;animation:pulse 4s ease-in-out infinite}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:.1}}@media(prefers-color-scheme:dark){.call-to-action-section .cta-heading{text-shadow:0 2px 8px rgba(0,0,0,.6)}}.core-values-block{width:100%;padding:80px 20px;background-color:#f5f5f5;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;position:relative}.core-values-block:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.core-values-block[style*=background-image]:before{display:block}.core-values-block__container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}.core-values-block__row{display:grid;grid-gap:30px;gap:30px;width:100%;align-items:stretch}.core-values-block__row--four{grid-template-columns:repeat(4,1fr)}.core-values-block__row--image{grid-template-columns:1fr 2fr 1fr;align-items:center}.core-values-block__row--center{grid-template-columns:1fr 2fr 1fr;align-items:stretch}.core-values-block__card{background:hsla(0,0%,100%,.361);border-radius:12px;padding:30px 25px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;min-height:220px}.core-values-block__card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.core-values-block__card-title{font-size:20px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.3;flex-shrink:0}.core-values-block__card-description{font-size:14px;line-height:1.6;color:#666;margin:0;flex-grow:1}.core-values-block__team-image{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.15);position:relative;height:100%;min-height:220px;max-height:320px;display:flex;align-items:center;justify-content:center}.core-values-block__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.core-values-block__center-text{background:hsla(0,0%,100%,.361);border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;min-height:220px}.core-values-block__center-heading{font-size:32px;font-weight:700;color:#000;margin:0 0 16px;line-height:1.3}.core-values-block__center-description{font-size:16px;line-height:1.7;color:#555;margin:0}@media(max-width:1024px){.core-values-block{padding:60px 20px}.core-values-block__row{gap:25px}.core-values-block__row--four{grid-template-columns:repeat(2,1fr)}.core-values-block__row--center,.core-values-block__row--image{grid-template-columns:1fr}.core-values-block__card{padding:25px 20px;min-height:180px}.core-values-block__card-title{font-size:18px}.core-values-block__card-description{font-size:13px}.core-values-block__center-text{padding:35px 25px;min-height:180px}.core-values-block__center-heading{font-size:28px}.core-values-block__center-description{font-size:15px}.core-values-block__team-image{min-height:180px;max-height:280px}}@media(max-width:768px){.core-values-block{padding:50px 15px}.core-values-block__container{gap:30px}.core-values-block__row{gap:20px}.core-values-block__row--center,.core-values-block__row--four,.core-values-block__row--image{grid-template-columns:1fr}.core-values-block__card{padding:25px 20px;min-height:auto}.core-values-block__card-title{font-size:18px;margin-bottom:10px}.core-values-block__card-description{font-size:14px}.core-values-block__team-image{border-radius:12px;min-height:200px;max-height:250px}.core-values-block__center-text{padding:30px 20px;min-height:auto}.core-values-block__center-heading{font-size:24px;margin-bottom:12px}.core-values-block__center-description{font-size:14px;line-height:1.6}}@media(max-width:480px){.core-values-block{padding:40px 10px}.core-values-block__container{gap:25px}.core-values-block__row{gap:15px}.core-values-block__card{padding:20px 15px}.core-values-block__card-title{font-size:17px}.core-values-block__card-description{font-size:13px}.core-values-block__center-text{padding:25px 15px}.core-values-block__center-heading{font-size:22px}.core-values-block__center-description{font-size:13px}.core-values-block__team-image{aspect-ratio:1.5/1;min-height:180px;max-height:220px}}.page_life-page__L2WEJ{min-height:100vh;background:#fff}.page_life-hero__zsKEZ{padding:120px 0 80px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);background-image:url(https://dev.moreyeahs.com/wp-content/uploads/2026/02/Group-1000001836-1.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#000;text-align:center;position:relative}.page_container__KvlW0{max-width:1200px;margin:0 auto;padding:0 20px}.page_life-hero__title__rbEiv{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.page_life-hero__subtitle__Dlyk9{font-size:1.25rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.95}.page_life-content-section__SLWhL{padding:60px 0}.page_no-content__k5mkL{text-align:center;padding:60px 20px;color:#666;font-size:1.125rem}@media (max-width:768px){.page_life-hero__zsKEZ{padding:80px 0 60px}.page_life-hero__title__rbEiv{font-size:2.5rem}.page_life-hero__subtitle__Dlyk9{font-size:1.125rem}.page_life-content-section__SLWhL{padding:40px 0}}.promo-block{position:relative;min-height:400px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;max-width:1200px;margin:0 auto;padding:0 1rem;border-radius:10px}.promo-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:100%;background-repeat:no-repeat;background-image:var(--bg-image,none);transition:transform .6s ease;z-index:0;background-color:#131a4e}.promo-block:hover:before{transform:scale(1.1)}.promo-block--reversed{justify-content:flex-end}.promo-block--reversed:before{background-position:0}.promo-block--reversed .promo-block__content{text-align:right;margin-left:auto;margin-right:0}.promo-block--reversed .promo-block__container{display:flex;justify-content:flex-end}.promo-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;display:flex;align-items:center;z-index:1}.promo-block__container{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:60px 40px}.promo-block__content{max-width:600px}.promo-block__heading{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.2;margin:0 0 20px}@media(max-width:768px){.promo-block__heading{font-size:2rem}}@media(max-width:480px){.promo-block__heading{font-size:1.75rem}}.promo-block__sub-heading{font-size:1.25rem;font-weight:400;color:#fff;line-height:1.5;margin:0 0 30px}@media(max-width:768px){.promo-block__sub-heading{font-size:1.125rem}}@media(max-width:480px){.promo-block__sub-heading{font-size:1rem}}.promo-block__button{display:inline-block;padding:14px 32px;background-color:#fff;color:#0d1b3e;font-size:1rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .3s ease}.promo-block__button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.promo-block__button:active{transform:translateY(0)}@media(max-width:768px){.promo-block__button{padding:6px 18px;font-size:10px}.promo-block{min-height:350px}.promo-block__container{padding:40px 20px}.promo-block--reversed{justify-content:flex-start}.promo-block--reversed:before{background-position:50%}.promo-block--reversed .promo-block__content{text-align:left;margin-left:0;margin-right:auto}.promo-block--reversed .promo-block__container{justify-content:flex-start}}@media(max-width:480px){.promo-block{min-height:300px}.promo-block__container{padding:30px 15px}}.news-block{padding:0;margin-bottom:60px;background-color:#fff;position:relative}.news-block__container{max-width:1200px;margin:0 auto}.news-block__grid{display:grid;grid-template-columns:40% 30% 30%;grid-template-rows:repeat(2,1fr);height:550px;max-height:550px;grid-gap:0;gap:0}.news-block__item{position:relative;overflow:hidden;background-image:var(--bg-image,none);background-color:var(--bg-color,transparent);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;transition:transform .3s ease}.news-block__item:hover{transform:scale(1.02);z-index:10}.news-block__item:first-child{grid-column:1;grid-row:1/3}.news-block__item:nth-child(2){grid-column:2;grid-row:1}.news-block__item:nth-child(3){grid-column:3;grid-row:1}.news-block__item:nth-child(4){grid-column:2;grid-row:2}.news-block__item:nth-child(5){grid-column:3;grid-row:2}.news-block__image-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.news-block__image-bg img{width:100%;height:100%;object-fit:cover}.news-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.6));z-index:1}.news-block__content{position:relative;z-index:2;padding:40px;display:flex;flex-direction:column;justify-content:space-between;height:100%;color:#fff}.news-block__header{margin-bottom:auto}.news-block__title{font-size:48px;font-weight:700;color:#fff;margin:0 0 30px;line-height:1.2}.news-block__featured-box{background-color:rgba(139,69,19,.9);padding:30px;margin-top:auto;border-left:4px solid #fff}.news-block__featured-box a{color:inherit;text-decoration:none;transition:opacity .3s ease}.news-block__featured-box a:hover{opacity:.9}.news-block__featured-text{font-size:20px;font-weight:600;color:#fff;margin:0;line-height:1.4}.news-block__item-title{font-size:20px;font-weight:700;color:#fff;margin:0;line-height:1.3}.news-block__link{color:inherit;text-decoration:none;display:flex;align-items:flex-start;gap:15px;transition:opacity .3s ease}.news-block__link:hover{opacity:.9}.news-block__arrow{font-size:32px;line-height:1;flex-shrink:0;margin-top:-5px}.news-block__date{display:block;font-size:15px;color:#fff;margin-top:15px;font-weight:400}.news-block__news-list{list-style:none;padding:0;margin:0}.news-block__news-item{padding:20px 0;border-bottom:1px solid hsla(0,0%,100%,.2)}.news-block__news-item:last-child{border-bottom:none}.news-block__news-item a{color:#fff;text-decoration:none;display:flex;align-items:flex-start;gap:15px;font-size:18px;line-height:1.4;transition:opacity .3s ease}.news-block__news-item a:hover{opacity:.8}.news-block__news-item a .news-block__arrow{font-size:24px;margin-top:0}@media(max-width:1024px){.news-block{padding:0;margin-bottom:50px}.news-block__grid{grid-template-columns:50% 50%;grid-template-rows:auto;height:auto;min-height:auto}.news-block__item:hover{transform:scale(1.01)}.news-block__item:first-child{grid-column:1/3;grid-row:1;min-height:400px}.news-block__item:nth-child(2){grid-column:1;grid-row:2;min-height:300px}.news-block__item:nth-child(3){grid-column:2;grid-row:2;min-height:300px}.news-block__item:nth-child(4){grid-column:1;grid-row:3;min-height:300px}.news-block__item:nth-child(5){grid-column:2;grid-row:3;min-height:300px}.news-block__title{font-size:36px}.news-block__content{padding:30px}}@media(max-width:768px){.news-block{padding:0;margin-bottom:40px}.news-block__grid{grid-template-columns:1fr;grid-template-rows:auto;height:auto;max-height:none;display:flex;flex-direction:column}.news-block__item:hover{transform:none}.news-block__item:first-child,.news-block__item:nth-child(2),.news-block__item:nth-child(3),.news-block__item:nth-child(4),.news-block__item:nth-child(5){grid-column:1;grid-row:auto;min-height:350px;height:auto}.news-block__title{font-size:28px;margin-bottom:20px}.news-block__content{padding:20px}.news-block__item-title{font-size:20px}.news-block__featured-box{padding:20px}}.domain-enables-section{padding:80px 0;min-height:500px}.domain-enables-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.domain-enables-section .domain-enables-content{display:flex;align-items:center;gap:60px;min-height:400px}.domain-enables-section .content-wrapper{flex:2 1;max-width:600px}.domain-enables-section .image-wrapper{flex:1 1;max-width:400px;text-align:center;box-shadow:none}.domain-enables-section .image-wrapper .main-image{max-width:100%;height:auto;border-radius:20px}.domain-enables-section .image-wrapper .placeholder-image{width:100%;height:300px;background:hsla(0,0%,100%,.8);border-radius:20px;display:flex;align-items:center;justify-content:center;border:2px dashed #ccc}.domain-enables-section .image-wrapper .placeholder-image p{color:#666;font-size:16px;margin:0}.domain-enables-section .heading{margin-bottom:24px}.domain-enables-section .heading h1,.domain-enables-section .heading h2,.domain-enables-section .heading h3,.domain-enables-section .heading p{font-size:48px;font-weight:700;line-height:1.2;margin:0;color:#333}.domain-enables-section .heading :global(.highlight),.domain-enables-section .heading span[style*=color]{color:#00bcd4!important}.domain-enables-section .heading strong{font-weight:700}.domain-enables-section .subheading{margin-bottom:40px;font-size:16px;line-height:1.6;color:#666}.domain-enables-section .subheading p{margin:0;font-size:inherit;line-height:inherit;color:inherit}.domain-enables-section .feature-points{display:flex;flex-direction:column;gap:16px}.domain-enables-section .feature-points .feature-point{display:flex;align-items:center;gap:16px;padding:16px 20px;background:hsla(0,0%,100%,.322);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.domain-enables-section .feature-points .feature-point:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.1);background:#fff}.domain-enables-section .feature-points .feature-point .point-icon{width:24px;height:24px;flex-shrink:0}.domain-enables-section .feature-points .feature-point .point-icon img{width:100%;height:100%;object-fit:contain}.domain-enables-section .feature-points .feature-point .point-icon.default-icon .checkmark{width:24px;height:24px;background:#00bcd4;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.domain-enables-section .feature-points .feature-point .point-text{font-size:16px;font-weight:500;color:#333}.domain-enables-section .feature-points .feature-point:not(:has(.point-icon)) .point-text:before{content:"✓";display:inline-block;width:24px;height:24px;margin-right:16px;background:#00bcd4;color:#fff;border-radius:50%;text-align:center;line-height:24px;font-weight:700;font-size:14px;flex-shrink:0}@media(max-width:768px){.domain-enables-section{padding:60px 0}.domain-enables-section .domain-enables-content{flex-direction:column;gap:40px;text-align:center}.domain-enables-section .content-wrapper{max-width:100%}.domain-enables-section .heading h1,.domain-enables-section .heading h2,.domain-enables-section .heading h3,.domain-enables-section .heading p{font-size:36px}.domain-enables-section .subheading{font-size:14px}.domain-enables-section .feature-points .feature-point{padding:12px 16px}.domain-enables-section .feature-points .feature-point .point-text{font-size:14px}}@media(max-width:480px){.domain-enables-section{padding:40px 0}.domain-enables-section .domain-enables-content{gap:30px}.domain-enables-section .heading h1,.domain-enables-section .heading h2,.domain-enables-section .heading h3,.domain-enables-section .heading p{font-size:28px}.domain-enables-section .feature-points{gap:12px}.domain-enables-section .feature-points .feature-point{padding:10px 14px;gap:12px}.domain-enables-section .feature-points .feature-point .point-icon{width:20px;height:20px}}