section.cards-module{background-color:#fff;position:relative}section.cards-module.bg-blue-light{background-color:#e6f0fe}section.cards-module.bg-blue-light .container .wrapper-cards .card{background-color:#fff}section.cards-module .container{display:flex;flex-direction:column;gap:3.75rem;position:relative}@media screen and (max-width:768px){section.cards-module .container{gap:3rem}}section.cards-module .container .wrapper-content{width:100%}section.cards-module .container .wrapper-content *{text-align:center}section.cards-module .container .wrapper-content .label{color:#0070ec}section.cards-module .container .wrapper-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}section.cards-module .container .wrapper-cards .card{background-color:#e6f0fe;border-radius:.25rem;overflow:hidden;padding:2rem;position:relative;width:calc(33.33333% - 1rem)}@media screen and (max-width:900px){section.cards-module .container .wrapper-cards .card{width:calc(50% - .75rem)}}@media screen and (max-width:768px){section.cards-module .container .wrapper-cards .card{width:100%}}section.cards-module .container .wrapper-cards .card.extend{cursor:pointer;transition:.35s}section.cards-module .container .wrapper-cards .card.extend:hover:after{background-color:#031835}section.cards-module .container .wrapper-cards .card.extend:after{background-color:#0070ec;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' viewBox='0 0 17 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.368' d='M8.735 1.289v13.256M15.319 7.547H2.064'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:8px;content:"";display:block;height:30px;position:absolute;right:2rem;top:37px;transition:.35s;width:30px}section.cards-module .container .wrapper-cards .card figure{display:flex;height:2.5rem;width:2.5rem}section.cards-module .container .wrapper-cards .card figure img{height:100%;object-fit:contain;object-position:center;width:100%}section.cards-module .container .wrapper-cards .card .card-content{width:100%}section.cards-module .container .wrapper-cards .card .card-content .title{font-size:1.5rem;margin:2.5rem 0 0}section.cards-module .container .wrapper-cards .card .card-content .txt{margin-top:1rem}section.cards-module .container .wrapper-cards .card .card-content .txt ol,section.cards-module .container .wrapper-cards .card .card-content .txt ul{margin-top:2rem}section.cards-module .container .wrapper-cards .card .card-content .txt ul{display:flex;flex-direction:column;gap:.75rem}section.cards-module .container .wrapper-cards .card .card-content .txt ul li{display:flex;margin:0;padding-left:23px}section.cards-module .container .wrapper-cards .card .card-content .txt ul li:last-child{margin-bottom:0}section.cards-module .container .wrapper-cards .card .card-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}section.cards-module .pop-ups{align-items:center;background-color:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .9s cubic-bezier(.55,0,.1,1);width:100%;z-index:1000}section.cards-module .pop-ups.active{opacity:1;pointer-events:inherit}section.cards-module .pop-ups div.pop-up{background-color:#fff;border-radius:.5rem;height:calc(100lvh - 200px);left:50%;max-width:700px;opacity:0;padding:3rem;pointer-events:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) translateY(20px);transition:all .9s cubic-bezier(.55,0,.1,1);width:100%}@media screen and (max-width:768px){section.cards-module .pop-ups div.pop-up{max-height:450px;max-width:calc(100% - 4rem);padding:2.5rem 1.5rem}}section.cards-module .pop-ups div.pop-up.open{opacity:1;pointer-events:inherit;transform:translateX(-50%) translateY(-50%) translateY(0)}section.cards-module .pop-ups div.pop-up span.btn-close{background-color:#0070ec;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none' viewBox='0 0 24 23'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.368' d='m16.719 7.26-9.373 9.373M16.95 16.341 7.577 6.968'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:8px;cursor:pointer;display:block;height:30px;position:absolute;right:3rem;transition:.35s;width:30px}@media screen and (max-width:768px){section.cards-module .pop-ups div.pop-up span.btn-close{right:1.5rem}}section.cards-module .pop-ups div.pop-up span.btn-close:hover{background-color:#031835}section.cards-module .pop-ups div.pop-up .contain-pop-up{height:100%}section.cards-module .pop-ups div.pop-up .contain-pop-up figure{display:flex;height:2.5rem;width:2.5rem}section.cards-module .pop-ups div.pop-up .contain-pop-up figure img{height:100%;object-fit:contain;object-position:center;width:100%}section.cards-module .pop-ups div.pop-up .contain-pop-up .content{height:calc(100% - 5rem);margin-top:2.5rem;overflow-y:auto;padding-right:1.25rem;width:100%}section.cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar{height:4px;width:4px}section.cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar-track{background:#e6f0fe;border-radius:10px}section.cards-module .pop-ups div.pop-up .contain-pop-up .content::-webkit-scrollbar-thumb{background:#0070ec;border-radius:10px}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .title{font-size:1.5rem;margin:0 0 1rem}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt{margin-top:1rem}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ol,section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul{margin-top:2rem}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul{display:flex;flex-direction:column;gap:.75rem}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul li{display:flex;margin:0;padding-left:23px}section.cards-module .pop-ups div.pop-up .contain-pop-up .content .txt ul li:last-child{margin-bottom:0}section.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}