section.halo-cards-module{background-color:#fff;position:relative}section.halo-cards-module.light-mode .container .wrapper-cards .card{background-color:#fff}section.halo-cards-module .container{display:flex;flex-direction:column;gap:5rem;position:relative}@media screen and (max-width:768px){section.halo-cards-module .container{gap:2rem}}section.halo-cards-module .container .wrapper-top{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto;max-width:624px}@media screen and (max-width:768px){section.halo-cards-module .container .wrapper-top{max-width:100%}}section.halo-cards-module .container .wrapper-top *{text-align:center}section.halo-cards-module .container .wrapper-top .description .richtext *{color:#403b5b}section.halo-cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1010px;padding:6rem 0 160px;position:relative;width:100%}@media (max-width:768px){section.halo-cards-module .container .wrapper-cards{flex-direction:column;gap:1.25rem;padding:0}}section.halo-cards-module .container .wrapper-cards svg{display:block;margin:0 auto;opacity:0}@media (max-width:768px){section.halo-cards-module .container .wrapper-cards svg{display:none}}section.halo-cards-module .container .wrapper-cards svg .circle{animation:rotateCircle 90s linear infinite;position:absolute;transform:rotate(0deg);transform-origin:50%}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}section.halo-cards-module .container .wrapper-cards.wrapper-cards-3 .card:first-child{left:97px;top:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-3 .card:nth-child(2){right:0;top:35%}section.halo-cards-module .container .wrapper-cards.wrapper-cards-3 .card:nth-child(3){bottom:80px;left:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-4 .card:first-child{left:97px;top:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-4 .card:nth-child(2){right:0;top:80px}section.halo-cards-module .container .wrapper-cards.wrapper-cards-4 .card:nth-child(3){bottom:80px;left:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-4 .card:nth-child(4){bottom:0;right:55px}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5{max-width:1060px;padding:180px 0 228px}@media (max-width:768px){section.halo-cards-module .container .wrapper-cards.wrapper-cards-5{padding:0}}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5 .card:first-child{left:97px;top:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5 .card:nth-child(2){right:102px;top:80px}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5 .card:nth-child(3){bottom:240px;left:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5 .card:nth-child(4){bottom:196px;right:0}section.halo-cards-module .container .wrapper-cards.wrapper-cards-5 .card:nth-child(5){bottom:0;left:calc(50% - 150px)}section.halo-cards-module .container .wrapper-cards .card{background-color:#edf3fa;border-radius:.75rem;display:flex;flex-direction:column;max-width:300px;opacity:0;padding:1.5rem;position:absolute;transform:scale(.7);width:100%}@media screen and (max-width:768px){section.halo-cards-module .container .wrapper-cards .card{gap:1rem;left:0!important;max-width:100%;position:relative;right:0!important;top:0!important;transform:translateY(20px)}}section.halo-cards-module .container .wrapper-cards .card.extend{cursor:pointer}section.halo-cards-module .container .wrapper-cards .card.extend:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231f193e' d='M8 15.5a.64.64 0 0 1-.472-.19.64.64 0 0 1-.19-.472V8.662H1.162a.64.64 0 0 1-.472-.19A.64.64 0 0 1 .5 8a.64.64 0 0 1 .19-.472.64.64 0 0 1 .472-.19h6.176V1.162a.64.64 0 0 1 .19-.472A.64.64 0 0 1 8 .5a.64.64 0 0 1 .472.19.64.64 0 0 1 .19.472v6.176h6.176a.64.64 0 0 1 .472.19.64.64 0 0 1 .19.472.64.64 0 0 1-.19.472.64.64 0 0 1-.472.19H8.662v6.176a.64.64 0 0 1-.19.472.64.64 0 0 1-.472.19'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:1px solid #467dbf;border-radius:50%;content:"";display:block;height:2rem;position:absolute;right:1.5rem;top:2rem;width:2rem}section.halo-cards-module .container .wrapper-cards .card:hover .card-text .btn-tertiary:before{transform:scaleX(1);transform-origin:0 50%;transition:transform .5s}section.halo-cards-module .container .wrapper-cards .card figure{align-items:center;display:flex;height:3rem;justify-content:center;width:3rem}section.halo-cards-module .container .wrapper-cards .card figure img{height:auto;max-height:3rem;max-width:3rem;width:3rem}section.halo-cards-module .container .wrapper-cards .card .card-text{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:space-between}@media screen and (max-width:768px){section.halo-cards-module .container .wrapper-cards .card .card-text{gap:1rem}}section.halo-cards-module .container .wrapper-cards .card .card-text .text{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}section.halo-cards-module .container .wrapper-cards .card .card-text .text p.title{font-size:1.5rem;font-weight:400;line-height:140%}section.halo-cards-module .container .wrapper-cards .card .card-text .richtext,section.halo-cards-module .container .wrapper-cards .card .card-text .richtext *{color:#403b5b}section.halo-cards-module .container .wrapper-cards .card .card-text .btn{margin-top:auto}section.halo-cards-module .pop-ups{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:all .9s cubic-bezier(.55,0,.1,1);transition-delay:.35s;visibility:hidden;width:100%;z-index:1000}section.halo-cards-module .pop-ups:before{backdrop-filter:blur(15px);background-color:rgba(49,39,100,.1);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .9s cubic-bezier(.55,0,.1,1);width:100%}section.halo-cards-module .pop-ups.active{pointer-events:inherit;transition-delay:0s;visibility:visible}section.halo-cards-module .pop-ups.active:before{opacity:1}section.halo-cards-module .pop-ups div.pop-up{background-color:#fff;border-radius:.5rem;left:50%;max-height:calc(100lvh - 200px);max-width:700px;opacity:0;padding:3rem;pointer-events:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(.7);transition:all .9s cubic-bezier(.55,0,.1,1);transition-delay:0s;visibility:hidden;width:100%}@media screen and (max-width:768px){section.halo-cards-module .pop-ups div.pop-up{height:420px;max-width:calc(100% - 4rem);padding:2.5rem 1.5rem}}section.halo-cards-module .pop-ups div.pop-up.open{opacity:1;pointer-events:inherit;transform:translateX(-50%) translateY(-50%) scale(1);transition-delay:.5s;visibility:visible}section.halo-cards-module .pop-ups div.pop-up .btn-close{background-color:transparent;border:1px solid #467dbf;border-radius:50%;cursor:pointer;display:block;height:2rem;position:absolute;right:2rem;text-indent:-9999px;top:2rem;transition:.35s;width:2rem}@media screen and (max-width:768px){section.halo-cards-module .pop-ups div.pop-up .btn-close{right:1.5rem}}section.halo-cards-module .pop-ups div.pop-up .btn-close:after{background-color:#312764;content:"";display:block;height:100%;left:0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231f193e' d='M8 15.5a.64.64 0 0 1-.472-.19.64.64 0 0 1-.19-.472V8.662H1.162a.64.64 0 0 1-.472-.19A.64.64 0 0 1 .5 8a.64.64 0 0 1 .19-.472.64.64 0 0 1 .472-.19h6.176V1.162a.64.64 0 0 1 .19-.472A.64.64 0 0 1 8 .5a.64.64 0 0 1 .472.19.64.64 0 0 1 .19.472v6.176h6.176a.64.64 0 0 1 .472.19.64.64 0 0 1 .19.472.64.64 0 0 1-.19.472.64.64 0 0 1-.472.19H8.662v6.176a.64.64 0 0 1-.19.472.64.64 0 0 1-.472.19'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;position:absolute;top:0;transform:rotate(45deg);transition:.35s;width:100%}section.halo-cards-module .pop-ups div.pop-up .btn-close:hover{background-color:#312764}section.halo-cards-module .pop-ups div.pop-up .btn-close:hover:after{background-color:#fff}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up{display:flex;flex-direction:column;height:100%}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up figure{display:flex;height:4rem;width:4rem}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up figure img{height:100%;object-fit:contain;object-position:center;width:100%}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content{margin-top:2.5rem;max-height:calc(100lvh - 400px);overflow-y:auto;padding-right:1.25rem;width:100%}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar{height:4px;width:4px}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar-track{background:#a5a3b2;border-radius:10px}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar-thumb{background:#312764;border-radius:10px}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .title{font-size:1.5rem;margin:0 0 1rem}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt{margin-top:1rem}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ol,section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul{margin-top:2rem}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul{display:flex;flex-direction:column;gap:.75rem}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul li{display:flex;margin:0;padding-left:23px}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul li:last-child{margin-bottom:0}section.halo-cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul li:before{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none' viewBox='0 0 15 16'%3E%3Cpath fill='%230070ec' d='M7.5 1.364a6.719 6.719 0 1 1 0 13.438 6.719 6.719 0 0 1 0-13.438m3.28 4.463c-.12 0-.245.04-.336.13L6.382 9.965c-.12.118-.24.096-.335-.043L4.649 7.86a.484.484 0 0 0-.656-.129.465.465 0 0 0-.13.645l1.398 2.063c.42.62 1.24.698 1.776.171l4.077-3.995a.467.467 0 0 0 0-.659.48.48 0 0 0-.335-.129'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;height:16px;margin-right:.5rem;mask-image:inherit;transform:translateY(.25rem);width:16px}