.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:2px dashed #dee2e6;border-radius:8px;text-align:center;color:#6c757d}.acf-block-placeholder .acf-block-placeholder-icon{font-size:3rem;margin-bottom:1rem}.acf-block-placeholder .acf-block-placeholder-text{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#495057}.acf-block-placeholder .acf-block-placeholder-instructions{font-size:.875rem;opacity:.8}.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}.full-width-left-text-section{position:relative;overflow:hidden;display:flex;align-items:center;background-color:var(--bg-color,#b8860b);min-height:var(--section-height,100vh);width:var(--section-width,100%);padding:var(--padding-top,4rem) var(--padding-right,2rem) var(--padding-bottom,4rem) var(--padding-left,2rem);margin-top:var(--margin-top,0);margin-bottom:var(--margin-bottom,0)}.full-width-left-text-section__container{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:4rem;position:relative}.full-width-left-text-section__content{flex:0 0 50%;color:#fff;z-index:2;padding-right:2rem}.full-width-left-text-section--reversed .full-width-left-text-section__container{flex-direction:row-reverse}.full-width-left-text-section--reversed .full-width-left-text-section__content{padding-right:0;padding-left:2rem}.full-width-left-text-section--reversed .full-width-left-text-section__image{padding-left:0;padding-right:2rem}.full-width-left-text-section--reversed .full-width-left-text-section__image-element{margin-left:0;margin-right:auto}.full-width-left-text-section--reversed .full-width-left-text-section__decoration--1{right:auto;left:10%}.full-width-left-text-section--reversed .full-width-left-text-section__decoration--2{right:auto;left:5%}.full-width-left-text-section__heading{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff}.full-width-left-text-section__subheading{font-size:1rem;margin-bottom:2rem;font-style:italic;opacity:.9;color:#fff}.full-width-left-text-section__button{display:inline-block;padding:.75rem 2rem;border:2px solid #fff;color:#fff;text-decoration:none;font-weight:600;margin-bottom:3rem;transition:all .3s ease;cursor:pointer}.full-width-left-text-section__button:focus,.full-width-left-text-section__button:hover{background-color:#fff;color:#b8860b;outline:2px solid transparent;outline-offset:2px}.full-width-left-text-section__button:focus-visible{outline:2px solid #fff;outline-offset:4px}.full-width-left-text-section__case-studies{margin-top:2rem}.full-width-left-text-section__case-studies-label{font-size:.875rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.05em;color:#fff;text-transform:uppercase}.full-width-left-text-section__case-studies-wrapper{display:flex;gap:3rem;flex-wrap:wrap}.full-width-left-text-section__case-study{flex:1 1;min-width:250px;margin-bottom:0}.full-width-left-text-section__case-study-heading{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;color:#fff}.full-width-left-text-section__case-study-text{font-size:.875rem;margin-bottom:.5rem;opacity:.9;color:#fff;line-height:1.5}.full-width-left-text-section__case-study-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:600;display:inline-block;margin-top:.5rem;transition:opacity .3s ease;position:relative}.full-width-left-text-section__case-study-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.full-width-left-text-section__case-study-link:focus,.full-width-left-text-section__case-study-link:hover{opacity:.8}.full-width-left-text-section__case-study-link:focus:after,.full-width-left-text-section__case-study-link:hover:after{width:100%}.full-width-left-text-section__case-study-link:focus-visible{outline:2px solid #fff;outline-offset:4px}.full-width-left-text-section__image{flex:0 0 50%;position:relative;z-index:1;padding-left:2rem}.full-width-left-text-section__image-element{width:100%;height:auto;max-width:400px;margin:auto;display:block;border-radius:4px}.full-width-left-text-section__decoration{position:absolute;background-color:hsla(0,0%,100%,.1);z-index:0;pointer-events:none}.full-width-left-text-section__decoration--1{right:10%;top:20%;width:100px;height:300px}.full-width-left-text-section__decoration--2{right:5%;bottom:10%;width:60px;height:200px}@media(max-width:1024px){.full-width-left-text-section__container{gap:3rem}.full-width-left-text-section__heading{font-size:2.5rem}}@media(max-width:768px){.full-width-left-text-section{padding:3rem 1.5rem}.full-width-left-text-section__container{flex-direction:column;gap:2rem}.full-width-left-text-section__content{flex:1 1;padding-right:0}.full-width-left-text-section__image{flex:1 1;padding-left:0}.full-width-left-text-section__heading{font-size:2rem}.full-width-left-text-section__button{padding:6px 18px;font-size:10px;margin-bottom:2rem}.full-width-left-text-section__case-studies{margin-top:1.5rem}.full-width-left-text-section__case-studies-wrapper{flex-direction:column;gap:2rem}.full-width-left-text-section__case-study{min-width:100%}.full-width-left-text-section__image-element{margin-left:0;margin-right:0}.full-width-left-text-section__decoration{display:none}.full-width-left-text-section--reversed .full-width-left-text-section__container{flex-direction:column}.full-width-left-text-section--reversed .full-width-left-text-section__content{padding-left:0}.full-width-left-text-section--reversed .full-width-left-text-section__image{padding-right:0}}@media(max-width:480px){.full-width-left-text-section{padding:2rem 1rem}.full-width-left-text-section__heading{font-size:1.75rem}.full-width-left-text-section__case-study-heading{font-size:1.125rem}}.image-grid-hover-block{padding:60px 20px;max-width:1400px;margin:0 auto}.image-grid-hover-block .image-grid-header{text-align:center;margin-bottom:50px}.image-grid-hover-block .image-grid-header .section-heading{font-size:60px;font-weight:600;margin:0;color:#000}.image-grid-hover-block .image-grid-header .section-subheading{font-size:25px;color:#666;max-width:700px;margin:0 auto;line-height:1.4}.image-grid-hover-block .image-grid-container{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:0;gap:0}.image-grid-hover-block .image-grid-container .image-grid-item{position:relative;overflow:hidden;border-radius:10px;margin:8px}.image-grid-hover-block .image-grid-container .image-grid-item:first-child{grid-column:1;grid-row:1/3}.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(2){grid-column:2;grid-row:1}.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(3){grid-column:3;grid-row:1}.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(4){grid-column:2;grid-row:2}.image-grid-hover-block .image-grid-container .image-grid-item:nth-child(5){grid-column:3;grid-row:2}.image-grid-hover-block .image-grid-container .image-grid-item.large-item{grid-column:1;grid-row:1/3}.image-grid-hover-block .image-grid-container .image-grid-item .image-grid-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper{position:relative;width:100%;height:100%;min-height:300px;overflow:hidden}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .grid-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:40px;transform:translateY(100%);transition:transform .4s ease;color:#fff}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading{font-size:24px;font-weight:600;margin:0 0 10px;line-height:25px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading{font-size:16px;font-weight:400;margin:0}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-text{font-size:13px;line-height:1.6;margin:0}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper:hover .grid-image{transform:scale(1.05)}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper:hover .image-overlay{transform:translateY(0)}.image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper{min-height:620px}@media(max-width:1024px){.image-grid-hover-block{padding:40px 20px}.image-grid-hover-block .image-grid-header{margin-bottom:40px}.image-grid-hover-block .image-grid-header .section-heading{font-size:36px}.image-grid-hover-block .image-grid-header .section-subheading{font-size:16px}.image-grid-hover-block .image-grid-container{gap:15px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper{min-height:250px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay{padding:30px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading{font-size:20px;margin:0}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading{font-size:15px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-text{font-size:14px}.image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper{min-height:515px}}@media(max-width:768px){.image-grid-hover-block{padding:30px 15px}.image-grid-hover-block .image-grid-header{margin-bottom:30px}.image-grid-hover-block .image-grid-header .section-heading{font-size:28px}.image-grid-hover-block .image-grid-header .section-subheading{font-size:14px}.image-grid-hover-block .image-grid-container{grid-template-columns:1fr;gap:15px}.image-grid-hover-block .image-grid-container .image-grid-item{grid-column:1!important;grid-row:auto!important}.image-grid-hover-block .image-grid-container .image-grid-item.large-item{grid-row:span 1}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper{min-height:300px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay{padding:25px;transform:translateY(0);background:rgba(0,0,0,.5)}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-heading{font-size:22px}.image-grid-hover-block .image-grid-container .image-grid-item .image-wrapper .image-overlay .image-subheading{font-size:16px}.image-grid-hover-block .image-grid-container .image-grid-item.large-item .image-wrapper{min-height:300px}}.icon-text-grid{width:100%;padding:60px 20px}.icon-text-grid__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px}.icon-text-grid__item{display:block;text-decoration:none;background:#fff;border:2px solid rgba(166,29,33,.341);border-radius:12px;padding:30px 20px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.icon-text-grid__item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#a61d21}.icon-text-grid__item:hover .icon-text-grid__icon{animation:rotate360 .6s ease-in-out}.icon-text-grid__item:focus{outline:2px solid #000;outline-offset:2px}.icon-text-grid__content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.icon-text-grid__text{font-size:20px;font-weight:700;color:#000;margin:0;line-height:1.4}.icon-text-grid__icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.icon-text-grid__icon{width:100%;height:100%;object-fit:contain;display:block}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1024px){.icon-text-grid__container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.icon-text-grid__item{padding:25px 15px}.icon-text-grid__text{font-size:18px}.icon-text-grid__icon-wrapper{width:50px;height:50px}}@media(max-width:768px){.icon-text-grid{padding:40px 15px}.icon-text-grid__container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.icon-text-grid__item{padding:20px 15px}.icon-text-grid__text{font-size:16px}.icon-text-grid__icon-wrapper{width:45px;height:45px}}@media(max-width:480px){.icon-text-grid{padding:30px 10px}.icon-text-grid__container{grid-template-columns:1fr;gap:15px}.icon-text-grid__item{padding:25px 20px}.icon-text-grid__text{font-size:18px}.icon-text-grid__icon-wrapper{width:50px;height:50px}}.infinity-testimonial-both-side{padding:60px 0;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;position:relative}.infinity-testimonial-both-side__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.infinity-testimonial-both-side__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.infinity-testimonial-both-side__rating{text-align:center;margin-bottom:30px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:15px 30px;display:inline-block;margin-left:50%;transform:translateX(-50%);border:1px solid hsla(0,0%,100%,.2)}.infinity-testimonial-both-side__stars{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:8px}.infinity-testimonial-both-side__stars .star-icon{color:gold;font-size:20px;margin-right:5px}.infinity-testimonial-both-side__stars .star{font-size:18px;transition:color .3s ease}.infinity-testimonial-both-side__stars .star.filled{color:gold}.infinity-testimonial-both-side__stars .star.empty{color:hsla(0,0%,100%,.3)}.infinity-testimonial-both-side__rating-text{color:#fff;font-size:14px;font-weight:500;margin:0;letter-spacing:.5px}.infinity-testimonial-both-side__header{text-align:center;margin-bottom:50px}.infinity-testimonial-both-side__heading{color:#fff;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.2;max-width:800px;margin:0 auto}.infinity-testimonial-both-side__slider-container{position:relative;overflow:hidden;margin:0 -20px;cursor:pointer;border-radius:10px}.infinity-testimonial-both-side__slider{width:100%;overflow:hidden}.infinity-testimonial-both-side__track{display:flex;gap:20px;width:-moz-fit-content;width:fit-content;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.infinity-testimonial-both-side__slide{flex-shrink:0;width:350px;max-width:90vw;transform:translateZ(0)}.infinity-testimonial-both-side__card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 20px 40px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.infinity-testimonial-both-side__card:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,0,0,.15)}.infinity-testimonial-both-side__slider-container:hover .infinity-testimonial-both-side__card{transform:translateY(-2px)}.infinity-testimonial-both-side__card:hover{transform:translateY(-5px)!important}.infinity-testimonial-both-side__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.infinity-testimonial-both-side__quote-container{flex:1 1;margin-bottom:25px}.infinity-testimonial-both-side__quote-icon{font-size:60px;color:#667eea;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;line-height:1;margin-bottom:15px;opacity:.3}.infinity-testimonial-both-side__quote{font-size:16px;line-height:1.6;color:#333;margin:0;font-style:italic}.infinity-testimonial-both-side__video-container{flex:1 1;margin-bottom:25px;border-radius:12px;overflow:hidden;background:#f8f9fa}.infinity-testimonial-both-side__video{width:100%;height:200px;object-fit:cover;border:none;outline:none}.infinity-testimonial-both-side__video:focus{outline:2px solid #667eea;outline-offset:2px}.infinity-testimonial-both-side__author{display:flex;align-items:center;gap:15px;padding-top:20px;border-top:1px solid #eee}.infinity-testimonial-both-side__author-image{flex-shrink:0}.infinity-testimonial-both-side__author-image .author-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0}.infinity-testimonial-both-side__author-info{flex:1 1}.infinity-testimonial-both-side__author-name{font-size:16px;font-weight:600;color:#333;margin:0 0 5px}.infinity-testimonial-both-side__author-details{font-size:14px;color:#666;margin:0;line-height:1.4}@media(max-width:768px){.infinity-testimonial-both-side{padding:40px 0}.infinity-testimonial-both-side__container{padding:0 15px}.infinity-testimonial-both-side__slide{width:280px}.infinity-testimonial-both-side__card{padding:25px}.infinity-testimonial-both-side__rating{padding:12px 25px}.infinity-testimonial-both-side__rating-text{font-size:13px}}@media(max-width:480px){.infinity-testimonial-both-side__slide{width:250px}.infinity-testimonial-both-side__card{padding:20px}.infinity-testimonial-both-side__author{gap:12px}.infinity-testimonial-both-side__author-image .author-img{width:40px;height:40px}.infinity-testimonial-both-side__video{height:150px}}@media(prefers-reduced-motion:reduce){.infinity-testimonial-both-side__track{animation:none!important}.infinity-testimonial-both-side__card{transition:none}}.investor-block{padding:80px 20px;background-color:#fff}.investor-block__container{max-width:1200px;margin:0 auto}.investor-block__header{text-align:center;margin-bottom:60px}.investor-block__decorative-line{font-size:14px;letter-spacing:8px;color:#999;margin-bottom:20px;font-weight:300}.investor-block__main-title{font-size:56px;font-weight:700;color:#000;margin:0 0 20px;line-height:1.2;letter-spacing:-1px}.investor-block__subtitle{font-size:24px;color:#666;margin:0;line-height:1.5;font-weight:300}.investor-block__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.investor-block__featured{position:relative}.investor-block__featured-image{position:relative;width:100%;height:500px;overflow:hidden;border-radius:15px}.investor-block__featured-image img{width:100%;height:100%;object-fit:cover}.investor-block__featured-img{object-fit:cover}.investor-block__featured-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 50%);z-index:1}.investor-block__featured-content{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:2}.investor-block__featured-title{font-size:45px;font-weight:500;color:#fff;margin:0;line-height:1.3;text-decoration:none;display:block;transition:opacity .3s ease}.investor-block__featured-title:hover{opacity:.9}.investor-block__sidebar{background-color:#fff;padding:0}.investor-block__sidebar-title{font-size:36px;font-weight:700;color:#000;margin:0 0 40px;line-height:1.2}.investor-block__sections{display:flex;flex-direction:column;gap:8px}.investor-block__section{border-bottom:1px solid #e0e0e0;padding-bottom:30px}.investor-block__section:last-of-type{border-bottom:none}.investor-block__section-label{font-size:12px;font-weight:600;color:#999;letter-spacing:1.5px;margin-bottom:15px;text-transform:uppercase}.investor-block__item{margin-bottom:10px}.investor-block__item:last-child{margin-bottom:0}.investor-block__item-link{font-size:18px;color:#333;text-decoration:none;line-height:1.6;display:block;transition:color .3s ease}.investor-block__item-link:hover{color:#06c}.investor-block__item-text{font-size:18px;color:#333;line-height:1.6;display:block}.investor-block__view-all{margin-top:30px;padding-top:30px}.investor-block__view-all-link{font-size:16px;font-weight:600;color:#06c;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease}.investor-block__view-all-link:hover{color:#004999}@media(max-width:1024px){.investor-block{padding:60px 20px}.investor-block__header{margin-bottom:40px}.investor-block__main-title{font-size:42px}.investor-block__subtitle{font-size:20px}.investor-block__grid{gap:30px}.investor-block__featured-image{height:400px}.investor-block__sidebar-title{font-size:30px}}@media(max-width:768px){.investor-block{padding:40px 20px}.investor-block__header{margin-bottom:30px}.investor-block__main-title{font-size:32px}.investor-block__subtitle{font-size:18px}.investor-block__grid{grid-template-columns:1fr;gap:40px}.investor-block__featured-image{height:350px}.investor-block__featured-content{padding:30px}.investor-block__featured-title{font-size:24px}.investor-block__sidebar-title{font-size:26px;margin-bottom:30px}.investor-block__sections{gap:30px}.investor-block__section{padding-bottom:20px}.investor-block__item-link,.investor-block__item-text{font-size:16px}}.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)}}.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}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@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}.moreyeahs-content{padding:60px 0;background-color:#f8f9fa}.moreyeahs-content__container{max-width:1200px;margin:0 auto;padding:0 20px}.moreyeahs-content__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content{order:2;padding-right:0;padding-left:20px}.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__image-wrapper{order:1}.moreyeahs-content__text-content{padding-right:20px}.moreyeahs-content__heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#1a1a1a}.moreyeahs-content__description{font-size:1.125rem;line-height:1.6;color:#4a4a4a;margin:0 0 32px}.moreyeahs-content__description p{margin:0 0 16px}.moreyeahs-content__description p:last-child{margin-bottom:0}.moreyeahs-content__cta{margin-top:32px}.moreyeahs-content__button{display:inline-block;padding:12px 32px;background-color:transparent;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase;border:2px solid #1a1a1a;transition:all .3s ease;position:relative;overflow:hidden}.moreyeahs-content__button:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,26,26,.2)}.moreyeahs-content__image-wrapper{position:relative}.moreyeahs-content__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.1)}.moreyeahs-content__image img{width:100%;height:auto;display:block;transition:transform .3s ease}.moreyeahs-content__image:hover img{transform:scale(1.05)}@media(max-width:1024px){.moreyeahs-content{padding:50px 0}.moreyeahs-content__wrapper{gap:40px}.moreyeahs-content__heading{font-size:2.25rem}.moreyeahs-content__text-content{padding-right:10px}.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content{padding-right:0;padding-left:10px}}@media(max-width:768px){.moreyeahs-content{padding:40px 0}.moreyeahs-content__container{padding:0 16px}.moreyeahs-content__wrapper{grid-template-columns:1fr;gap:32px;text-align:center}.moreyeahs-content__text-content{padding-right:0;padding-left:0;order:2}.moreyeahs-content__image-wrapper{order:1}.moreyeahs-content__heading{font-size:2rem;margin-bottom:20px}.moreyeahs-content__description{font-size:1rem;margin-bottom:24px}.moreyeahs-content__button{padding:10px 24px;font-size:.8125rem}.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__text-content{padding-left:0;order:2}.moreyeahs-content--reversed .moreyeahs-content__wrapper .moreyeahs-content__image-wrapper{order:1}}@media(max-width:480px){.moreyeahs-content__heading{font-size:1.75rem}.moreyeahs-content__description{font-size:.9375rem}.moreyeahs-content__button{padding:8px 20px;font-size:.75rem}}.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}}.moreyeahs-heading-test-block{padding:3rem 1rem;background-color:var(--bg-color,transparent);color:var(--text-color,#000)}.moreyeahs-heading-test-block__container{max-width:64rem;margin:0 auto}.moreyeahs-heading-test-block--left .moreyeahs-heading-test-block__container{text-align:left}.moreyeahs-heading-test-block--center .moreyeahs-heading-test-block__container{text-align:center}.moreyeahs-heading-test-block--right .moreyeahs-heading-test-block__container{text-align:right}.moreyeahs-heading-test-block__heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.moreyeahs-heading-test-block__heading{font-size:1.875rem}}.moreyeahs-heading-test-block__subheading{font-size:1.25rem}@media(max-width:768px){.moreyeahs-heading-test-block__subheading{font-size:1rem}}.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}}.moreyeahs-service{padding:60px 0;background:#fff}.moreyeahs-service__container{max-width:1200px;margin:0 auto;padding:0 20px}.moreyeahs-service__heading{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:16px;color:#1a1a1a;line-height:1.2}.moreyeahs-service__subheading{font-size:1.125rem;text-align:center;margin-bottom:60px;color:#666;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.moreyeahs-service__sections{display:flex;flex-direction:column;gap:0}.moreyeahs-service__section{padding:40px 0}.moreyeahs-service__section--bordered{border-top:1px solid #ddd;margin-top:0;padding-top:40px}.moreyeahs-service__section-header{margin-bottom:30px}.moreyeahs-service__section-heading{font-size:1.5rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.3}.moreyeahs-service__section-link{color:#1a1a1a;text-decoration:none;font-weight:700;transition:color .3s ease;display:inline-block}.moreyeahs-service__section-link:hover{color:#2563eb;text-decoration:underline}.moreyeahs-service__services{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px 40px;gap:20px 40px;margin-top:0}.moreyeahs-service__service-item{padding:0;border-bottom:none}.moreyeahs-service__service-link{color:#1a1a1a;text-decoration:underline;font-size:.95rem;font-weight:400;transition:color .3s ease;display:inline-block;line-height:1.4}.moreyeahs-service__service-link:hover{color:#2563eb;text-decoration:underline}.moreyeahs-service__service-text{color:#1a1a1a;font-size:.95rem;font-weight:400;text-decoration:underline;line-height:1.4}@media(max-width:768px){.moreyeahs-service{padding:40px 0}.moreyeahs-service__heading{font-size:2rem;margin-bottom:12px}.moreyeahs-service__subheading{font-size:1rem;margin-bottom:40px}.moreyeahs-service__section-heading{font-size:1.25rem}.moreyeahs-service__services{grid-template-columns:repeat(2,1fr);gap:15px 20px}.moreyeahs-service__container{padding:0 16px}.moreyeahs-service__section{padding:30px 0}.moreyeahs-service__section--bordered{padding-top:30px}}@media(max-width:480px){.moreyeahs-service__heading{font-size:1.75rem}.moreyeahs-service__section-heading{font-size:1.125rem}.moreyeahs-service__services{grid-template-columns:1fr;gap:12px}.moreyeahs-service__service-link,.moreyeahs-service__service-text{font-size:.9rem}}@media print{.moreyeahs-service{padding:20px 0}.moreyeahs-service__service-link{color:#000!important;text-decoration:underline!important}.moreyeahs-service__service-link:after{content:" (" attr(href) ")";font-size:.8em;color:#666}}.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}}