body:has(.card-panel){overflow-x:hidden}.card-panel{width:100%;margin:0 auto;max-width:1765px;overflow-x:hidden}.card-panel__header{width:90vw;justify-content:center;max-width:100%;margin:0 auto;display:flex;padding-top:152px;padding-bottom:36px;gap:1.5rem;box-sizing:border-box}.card-panel__content,.card-panel__image{width:100%;max-width:868px;height:630px;border-radius:25px;overflow:hidden}.card-panel__content{background-color:#f4f7f9;display:flex;align-items:center;justify-content:center}.card-panel__content-inner{max-width:600px;padding:4rem}.card-panel__title{font-size:60px;font-family:Urbano,sans-serif;font-weight:400;max-width:576px;display:-webkit-box;overflow:hidden;line-height:79px;margin-bottom:1rem;color:#000}.card-panel__description{font-size:25px;font-family:Urbano,sans-serif;line-height:1.4;max-width:576px;margin-bottom:2rem;color:#000}.card-panel__image{position:relative;background-color:#e5e7eb}.card-panel__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-panel__button{width:clamp(250px,30vw,362px);height:clamp(50px,10vh,70px);border-radius:100px;font-weight:400;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;font-family:Urbano,sans-serif;border:3px solid transparent;box-sizing:border-box;font-size:clamp(14px,1.5vw,25px);padding:0 clamp(15px,2vw,25px);background-color:#0970b8;color:#fff!important;gap:.5rem}.card-panel__button:hover{background-color:#fff;border:3px solid #f7931d;color:#1f2937!important}.card-panel__button-arrow{margin-left:clamp(5px,1vw,10px);display:inline-flex;align-items:center;transition:transform .3s ease}.card-panel__button-arrow svg{width:clamp(20px,2vw,26px);height:clamp(10px,1.5vw,14px);transition:fill .3s ease}.card-panel__button .card-panel__arrow-svg{fill:#f7931d}.card-panel__button:hover .card-panel__arrow-svg{fill:#0970b8}.card-panel__button:hover .card-panel__button-arrow{transform:translate(4px)}.card-panel__cards-container{width:90vw;max-width:100%;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.card-panel__cards{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;align-items:stretch;flex-wrap:nowrap;position:relative;z-index:1}.card-panel__card{background-color:#0970b8;color:#fff;border-radius:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .7s cubic-bezier(.34,.615,.4,.985);cursor:pointer;overflow:hidden;width:341px;height:464px;position:relative;z-index:1;border:3px solid transparent}.card-panel__card:before{position:absolute;top:0;left:0;width:341px;height:464px;opacity:0;transition:opacity .5s ease;z-index:-1;border-radius:15px;border:3px solid transparent}.card-panel__card.expanded{width:680px;height:464px;border:3px solid #f7b02c;background-color:#fff;z-index:2;transform:none;flex:0 0 680px}.card-panel__card-icon{width:140px;height:140px;border-radius:100px;background-color:#004e99;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;margin-left:auto;margin-right:auto}.card-panel__card.expanded .card-panel__card-icon{background-color:#f7931d}.card-panel__card-icon img{max-width:90px;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .5s cubic-bezier(.25,.46,.45,.94),filter .3s ease}.card-panel__card.expanded .card-panel__card-icon img{filter:brightness(0) invert(1)}.card-panel__card-title{font-size:35px;font-weight:700;color:#fff;font-family:Urbano,sans-serif;margin-bottom:10px;margin-top:36px;transition:transform .5s cubic-bezier(.25,.46,.45,.94),color .3s ease;width:100%}.card-panel__card.expanded .card-panel__card-title{color:#000}.card-panel__card-content{font-size:25px;line-height:1.5;max-height:0;opacity:0;visibility:hidden;font-weight:400;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;font-family:Urbano,sans-serif;transform:translateY(20px);width:573px;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-panel__card.expanded .card-panel__card-content{max-height:300px;opacity:1;color:#000;margin-top:1rem;visibility:visible;transform:translateY(0)}.card-panel__card-content p{opacity:0;transform:translateY(10px);transition:all .5s ease;transition-delay:.1s;width:100%;text-align:center}.card-panel__card.expanded .card-panel__card-content p{opacity:1;transform:translateY(0)}@media screen and (max-width: 1800px){.card-panel__header{grid-template-columns:repeat(2,minmax(0,868px))}}@media screen and (min-width: 1025px) and (max-width: 1440px){.card-panel__header{width:95vw;padding-top:120px;padding-bottom:32px;gap:1.2rem}.card-panel__content,.card-panel__image{max-width:750px;height:550px}.card-panel__content-inner{max-width:520px;padding:3rem}.card-panel__title{font-size:48px;line-height:62px;max-width:480px}.card-panel__description{font-size:22px;max-width:480px}.card-panel__cards-container{width:95vw;max-width:1400px}.card-panel__cards{gap:1.2rem}.card-panel__card{width:300px;height:420px}.card-panel__card:before{width:300px;height:420px}.card-panel__card.expanded{width:600px;height:420px;flex:0 0 600px}.card-panel__card-icon{width:100px;height:100px}.card-panel__card-icon img{max-width:65px}.card-panel__card-title{font-size:30px;margin-top:28px}.card-panel__card-content{font-size:22px;width:500px}}@media screen and (min-width: 1441px) and (max-width: 1600px){.card-panel__header{width:95vw;padding-top:120px;padding-bottom:32px;gap:1.2rem}.card-panel__content,.card-panel__image{max-width:750px;height:550px}.card-panel__content-inner{max-width:520px;padding:3rem}.card-panel__title{font-size:48px;line-height:62px;max-width:480px}.card-panel__description{font-size:22px;max-width:480px}.card-panel__cards-container{width:95vw;max-width:1400px}.card-panel__cards{gap:1.2rem}.card-panel__card{width:300px;height:420px}.card-panel__card:before{width:300px;height:420px}.card-panel__card.expanded{width:600px;height:420px;flex:0 0 600px}.card-panel__card-icon{width:100px;height:100px}.card-panel__card-icon img{max-width:65px}.card-panel__card-title{font-size:25px!important;margin-top:28px}.card-panel__card-content{font-size:22px;width:500px}}@media screen and (max-width: 1200px){.card-panel__card.expanded{width:580px;flex:0 0 580px}}@media screen and (max-width: 1024px){.card-panel__content,.card-panel__image{height:500px}.card-panel__content-inner{padding:3rem;max-width:450px}.card-panel__title{font-size:2rem;line-height:1.2;max-width:400px}.card-panel__description{font-size:20px;max-width:400px}.card-panel__cards{flex-wrap:wrap;justify-content:center}.card-panel__card.expanded{width:480px;max-width:calc(100vw - 40px);flex:0 0 480px}}@media screen and (max-width: 768px){.card-panel{overflow-x:hidden}.card-panel__header{grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}.card-panel__cards-container{width:100%;padding:0 1rem;box-sizing:border-box}.card-panel__content{min-height:400px;height:auto;background-color:transparent;width:100%;padding:0}.card-panel__content-inner{padding:0;text-align:center;width:80%}.card-panel__image{display:none}.card-panel__title{font-size:2rem;line-height:1.3}.card-panel__description{font-size:20px;font-family:Urbano,sans-serif;font-weight:400;width:100%}.card-panel__button{margin:0 auto;font-size:clamp(10px,3.5vw,20px);font-weight:700;letter-spacing:.5px;width:100%;height:auto;min-height:55px;padding:6px 24px;line-height:1;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.card-panel__button-arrow{margin-left:auto;margin-right:5px;flex-shrink:0}.card-panel__button-arrow svg{width:26px;height:14px}.card-panel__cards{flex-direction:column;align-items:center}.card-panel__card{width:90%;height:auto;min-height:200px;flex:0 0 auto;padding:15px 20px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-panel__card.expanded{width:90%;height:auto;flex:0 0 auto;padding:15px 20px 25px}.card-panel__card-icon{width:90px!important;height:90px!important;margin:0 auto 20px;flex-shrink:0}.card-panel__card-icon img{max-width:60px}.card-panel__card-title{font-size:26px;margin-bottom:15px;margin-top:0;text-align:center;word-wrap:break-word;width:100%}.card-panel__card-content{width:100%;max-width:100%;padding:0 25px!important;text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-panel__card .card-panel__card-content,.card-panel__card.expanded .card-panel__card-content{padding:0 25px!important;box-sizing:border-box}.card-panel__card .card-panel__card-content p,.card-panel__card.expanded .card-panel__card-content p{padding:0!important;margin:0!important;text-align:center!important}}@media screen and (max-width: 480px){.card-panel,.card-panel__header,.card-panel__cards-container{width:100%;max-width:100%;overflow-x:hidden}.card-panel__button{font-size:14px;padding:6px 16px}.card-panel__content-inner{width:90%}.card-panel__card,.card-panel__card.expanded{padding:10px 15px 20px;width:95%;max-width:calc(100vw - 2rem)}.card-panel__card-icon{width:80px!important;height:80px!important;margin:0 auto 15px}.card-panel__card-icon img{max-width:50px}.card-panel__card-title{font-size:22px;margin-bottom:12px;word-wrap:break-word;width:100%}.card-panel__card-content{font-size:14px;padding:0 20px!important;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}.card-panel__card.expanded{width:95%}.card-panel__card .card-panel__card-content,.card-panel__card.expanded .card-panel__card-content{padding:0 20px!important;box-sizing:border-box}}@media (max-width: 900px){body{overflow-x:hidden}.card-panel__cards--desktop{display:none!important}.card-panel__cards--mobile{display:block!important}.card-panel-slider.swiper{width:100%;overflow:visible;padding:0;margin:0;box-sizing:border-box;touch-action:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.card-panel-slider .swiper-wrapper{touch-action:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center;align-self:center;transform:none!important;transition:none!important}.card-panel__cards{padding:0;margin:0 auto;width:100%;overflow:visible!important}.card-panel-slider .swiper-slide{transition:all .3s ease;opacity:1;transform:none;box-shadow:0 4px 6px #0000001a;width:80%!important;max-width:none;margin-right:0;height:auto;min-height:200px;flex:0 0 auto;padding:15px 20px 25px;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;cursor:pointer}.card-panel-slider .swiper-slide.swiper-slide-active{opacity:1;transform:none;z-index:1;box-shadow:0 4px 6px #0000001a}.card-panel-slider .swiper-slide.card-panel__card.expanded{border:3px solid #f7b02c;background-color:#fff;box-shadow:0 8px 16px #0003}.card-panel-slider .swiper-slide.card-panel__card.expanded .card-panel__card-title{color:#000}.card-panel-slider .swiper-slide.card-panel__card.expanded .card-panel__card-content{max-height:150px;opacity:1;color:#000;margin-top:.5rem;visibility:visible;transform:translateY(0)}.card-panel-slider .swiper-slide.card-panel__card.expanded .card-panel__card-icon{background-color:#f7931d}.card-panel-slider .swiper-slide.card-panel__card.expanded .card-panel__card-icon img{filter:brightness(0) invert(1)}.card-panel-slider .swiper-slide .card-panel__card-content{width:100%;max-width:100%;padding:0 25px!important;text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-panel-slider .swiper-slide .card-panel__card-icon{width:90px!important;height:90px!important;min-width:90px!important;min-height:90px!important;max-width:90px!important;max-height:90px!important}.card-panel-slider .swiper-slide .card-panel__card-icon img{max-width:60px}.card-panel-slider .swiper-slide .card-panel__card-title{font-size:25px!important}.card-panel-slider .swiper-slide.card-panel__card{width:80%!important;height:auto!important;min-height:200px!important;max-height:none!important}.card-panel-slider .swiper-slide .card-panel__card .card-panel__card-content,.card-panel-slider .swiper-slide.card-panel__card .card-panel__card-content{padding:0 25px!important;box-sizing:border-box}.card-panel-slider .swiper-slide .card-panel__card .card-panel__card-content p,.card-panel-slider .swiper-slide.card-panel__card .card-panel__card-content p{padding:0!important;margin:0!important;text-align:center!important}}@media (min-width: 901px) and (max-width: 1024px){.card-panel__cards--desktop{display:block!important}.card-panel__cards--mobile{display:none!important}.card-panel__cards{display:grid!important;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;justify-items:center;align-items:center;max-width:800px;margin:0 auto;padding:0 1rem}.card-panel__card,.card-panel__card.expanded{width:100%;max-width:350px;height:350px;flex:none}.card-panel__card-icon{width:100px;height:100px}.card-panel__card-icon img{max-width:65px}.card-panel__card-title{font-size:28px;margin-top:24px}.card-panel__card-content{font-size:18px;width:100%;max-width:300px;padding:0 20px}}.card-panel-slider .swiper-pagination,.card-panel-slider .swiper-button-next,.card-panel-slider .swiper-button-prev{display:none!important}@media (min-width: 901px){.card-panel__cards--slider .card-panel-slider{display:none!important}.card-panel__cards{display:flex!important}}.card-panel__cards--desktop{display:flex}@media (max-width: 900px){.card-panel__cards--desktop{display:none!important}.card-panel__cards--mobile{display:block!important}}.card-panel__cards--mobile{display:none}@media (max-width: 900px){.card-panel__cards--mobile{display:block!important}.card-panel-slider .swiper-slide.card-panel__card{height:auto;min-height:200px;max-height:none;padding:15px 20px 25px;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.card-panel-slider .swiper-slide .card-panel__card-icon{width:90px!important;height:90px!important;margin:0 auto 12px!important;flex-shrink:0}.card-panel-slider .swiper-slide .card-panel__card-icon img{max-width:60px}.card-panel-slider .swiper-slide .card-panel__card-title{font-size:25px!important;margin-top:0!important;margin-bottom:12px!important;text-align:center!important;word-wrap:break-word!important;width:100%!important}.card-panel-slider .swiper-slide .card-panel__card-content{font-size:16px!important;margin-top:0!important;padding:0 25px!important;text-align:center!important;line-height:1.5;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}}@media (min-width: 901px){.card-panel__cards--mobile{display:none!important}}@media (max-width: 900px){.card-panel__button{font-size:18px;height:48px;min-height:40px;padding:0 18px;border-radius:32px;max-width:90vw;width:100%;margin:1.5rem auto 0;display:flex;align-items:center;justify-content:center}.card-panel__title{max-width:350px;margin:0 auto}.card-panel__description{max-width:350px;margin:1rem auto 0}}@media (max-width: 500px){.card-panel-slider .swiper-wrapper{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}.card-panel-slider .swiper-slide.card-panel__card{width:90%!important;margin:0 auto}.card-panel-slider .swiper-slide .card-panel__card-icon{width:75px!important;height:75px!important}.card-panel-slider .swiper-slide .card-panel__card-icon img{max-width:50px}.card-panel-slider .swiper-slide .card-panel__card-title{font-size:20px!important}.card-panel-slider .swiper-slide .card-panel__card-content{font-size:14px!important}}@media (max-width: 360px){.card-panel-slider .swiper-slide.card-panel__card{width:95%!important}.card-panel-slider .swiper-slide .card-panel__card-icon{width:65px!important;height:65px!important}.card-panel-slider .swiper-slide .card-panel__card-icon img{max-width:45px}.card-panel-slider .swiper-slide .card-panel__card-title{font-size:18px!important}}
