.img-fluid{max-width:100%;height:auto}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233b5068' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235f0a20' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(237, 24, 79, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y)var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width))0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width)solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y)var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}.badge{--bs-badge-padding-x:0.5rem;--bs-badge-padding-y:0.25rem;--bs-badge-font-size:0.875rem;--bs-badge-font-weight:normal;--bs-badge-color:#fff;--bs-badge-border-radius:0.25rem;display:inline-block;padding:var(--bs-badge-padding-y)var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#ed184f;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y)var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width)solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y)var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#ed184f;--bs-list-group-active-border-color:#ed184f;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y)var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width)solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(237, 24, 79, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:var(--bs-btn-close-bg)50%/1em no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width)solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-body{position:relative;flex:auto;padding:var(--bs-modal-padding)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}}@media(min-width:992px){.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}@keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.visually-hidden{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.align-middle{vertical-align:middle !important}.object-fit-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-fill{-o-object-fit:fill !important;object-fit:fill !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-y-visible{overflow-y:visible !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.start-0{left:0 !important}.start-50{left:50% !important}.end-0{right:0 !important}.border-top{border-top:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-start{border-left:var(--bs-border-width)var(--bs-border-style)var(--bs-border-color) !important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important}.border-greyB{--bs-border-opacity:1;border-color:rgba(var(--bs-greyB-rgb),var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important}.border-2{border-width:2px !important}.border-4{border-width:4px !important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.mw-100{max-width:100% !important}.flex-fill{flex:auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.align-content-start{align-content:flex-start !important}.align-content-center{align-content:center !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-4{order:4 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-3{margin:1rem !important}.m-auto{margin:auto !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:2.5rem !important}.pe-1{padding-right:.25rem !important}.pb-0{padding-bottom:0 !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:2.5rem !important}.ps-0{padding-left:0 !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-5{padding-left:2.5rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:2.5rem !important}.fs-5{font-size:1.25rem !important}.fst-italic{font-style:italic !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important}.text-grey{--bs-text-opacity:1;color:rgba(var(--bs-grey-rgb),var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity)) !important}.bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity)) !important}.bg-grey{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-rgb),var(--bs-bg-opacity)) !important}.bg-greyB{--bs-bg-opacity:1;background-color:rgba(var(--bs-greyB-rgb),var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important}.bg-black1{--bs-bg-opacity:1;background-color:rgba(var(--bs-black1-rgb),var(--bs-bg-opacity)) !important}.bg-grey1{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey1-rgb),var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}@media(min-width:576px){.flex-sm-grow-0{flex-grow:0 !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-5{padding-top:2.5rem !important}.ps-sm-0{padding-left:0 !important}}@media(min-width:768px){.flex-md-grow-1{flex-grow:1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.m-md-4{margin:1.5rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.me-md-3{margin-right:1rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:2.5rem !important}.pe-md-4{padding-right:1.5rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:2.5rem !important}.ps-md-0{padding-left:0 !important}}@media(min-width:992px){.align-content-lg-start{align-content:flex-start !important}.order-lg-0{order:0 !important}.order-lg-2{order:2 !important}.order-lg-last{order:6 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-5{padding-top:2.5rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-3{padding-bottom:1rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-2{padding-left:.5rem !important}.row-gap-lg-5{row-gap:2.5rem !important}}@media(min-width:1200px){.flex-xl-wrap{flex-wrap:wrap !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.pe-xl-0{padding-right:0 !important}.pb-xl-5{padding-bottom:2.5rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-5{padding-left:2.5rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:2.5rem !important}}@media(min-width:1400px){.pt-xxl-3{padding-top:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}}.badge{border:1px solid #3b5068;color:#3b5068;font-family:mi-medium;vertical-align:top}.badge.rounded-pill{--bs-badge-padding-x:1rem}.badge.rounded-pill:has(>i){display:inline-flex;align-items:center;--bs-badge-padding-y:0.1875rem;padding-left:.25rem;padding-right:.75rem}.badge.rounded-pill:has(>i) i{font-size:1rem;margin-right:.5rem}.badge.rounded-pill:has(>i).badge-lg{--bs-badge-padding-y:0.4375rem;--bs-badge-font-size:1.125rem;padding-left:.5rem}.badge.rounded-pill:has(>i).badge-lg i{font-size:1.375rem}.badge.badge-primary{color:#f14672;border-color:#f14672;background-color:#fde8ed}.mi-list{list-style:none;padding-left:0;gap:.5rem;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:0}.mi-list:not(.list-with-icon) li::before{content:"";width:.3125rem;height:.3125rem;background-color:#3b5068;border-radius:var(--bs-border-radius-pill);margin:0 .875rem}.mi-list.list-with-icon li{gap:.75rem}.mi-list.list-with-icon li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem}.mi-list li{display:flex;align-items:center}.card.blog-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.blog-card .card-img-wrapper img{width:100%;height:auto}.card.blog-card>.card-body{display:flex;flex-direction:column}.card.blog-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.blog-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.blog-card>.card-body .card-text{margin-bottom:0}.card.solution-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.solution-card .card-img-wrapper img{width:100%;height:auto}.card.solution-card>.card-body{display:flex;flex-direction:column}.card.solution-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.solution-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.solution-card>.card-body .card-text{margin-bottom:0}.card.solution-card i{top:1rem;right:1rem}.card.service-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.service-card .card-img-wrapper img{width:100%;height:auto}.card.service-card>.card-body{display:flex;flex-direction:column}.card.service-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.service-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.service-card>.card-body .card-text{margin-bottom:0}.card.service-card.active,.card.service-card:hover{background:#eaecf4}.card.service-card .card-title i{position:absolute;right:2rem;top:2rem;font-size:1.5rem}.card.ongoing-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.ongoing-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.ongoing-portfolio-card>.card-body{display:flex;flex-direction:column}.card.ongoing-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.ongoing-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.ongoing-portfolio-card>.card-body .card-text{margin-bottom:0}.card.ongoing-portfolio-card .card-icon-wrapper{width:calc(1.625rem + 3.75vw);height:calc(1.625rem + 3.75vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{width:5rem}}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper{height:5rem}}.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:calc(1.445rem + 1.95vw)}@media(min-width:1440px){.card.ongoing-portfolio-card .card-icon-wrapper i{font-size:3.2rem}}.card.ongoing-portfolio-card>.card-body{height:100%}.card.featured-portfolio-card{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.featured-portfolio-card .card-img-wrapper img{width:100%;height:auto}.card.featured-portfolio-card>.card-body{display:flex;flex-direction:column}.card.featured-portfolio-card>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.featured-portfolio-card>.card-body .card-title a{color:inherit;text-decoration:none}.card.featured-portfolio-card>.card-body .card-text{margin-bottom:0}.card.featured-portfolio-card .card-img-wrapper{aspect-ratio:3;overflow:hidden}.card.featured-portfolio-card .card-img-wrapper img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;aspect-ratio:3}.card.featured-portfolio-card .card-img-wrapper .tags{top:1.5rem;left:1.5rem;z-index:1}.card.featured-portfolio-card .card-img-wrapper .statistics-wrapper{background-color:rgba(32,34,115,.6);background-image:linear-gradient(0deg,rgba(32,34,115,.8),rgba(32,34,115,.4),transparent,transparent)}.card.featured-portfolio-card .linkIcon{width:3rem;height:3rem;right:1rem;top:1rem}.card.cardType9{position:relative;display:flex;flex-direction:column;background-color:#fff}.card.cardType9 .card-img-wrapper img{width:100%;height:auto}.card.cardType9>.card-body{display:flex;flex-direction:column}.card.cardType9>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.cardType9>.card-body .card-title a{color:inherit;text-decoration:none}.card.cardType9>.card-body .card-text{margin-bottom:0}.card.cardType9 .card-icon-wrapper{width:calc(1.5rem + 2.5vw);height:calc(1.5rem + 2.5vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{width:3.75rem}}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper{height:3.75rem}}.card.cardType9 .card-icon-wrapper i{font-size:calc(1.365rem + 1.15vw)}@media(min-width:1440px){.card.cardType9 .card-icon-wrapper i{font-size:2.4rem}}.card.cardType9.bg-light-blue{background:#74d4f4}.card.cardType9.bg-neon-green{background:#1cec7e}.card.card-type11{position:relative;display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--Border-Color,#EAECF4);background:linear-gradient(125.37deg,#F8F9FF -.01%,#FFFFFF 82.24%);border-radius:4px !important;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;justify-content:space-between;width:343px;height:180px;margin:0 auto}.card.card-type11 .card-img-wrapper img{width:100%;height:auto}.card.card-type11>.card-body{display:flex;flex-direction:column}.card.card-type11>.card-body .card-title{margin-bottom:0;color:#0a081b}.card.card-type11>.card-body .card-title a{color:inherit;text-decoration:none}.card.card-type11>.card-body .card-text{margin-bottom:0}@media(min-width:768px){.card.card-type11{width:220px;width:290px;height:180px;margin:0 auto;width:290px;height:200px;padding:1.5rem;margin:0}}@media(min-width:992px){.card.card-type11{width:280px;height:220px;padding:2rem}}@media(min-width:1200px){.card.card-type11{width:374px;height:265px;padding:40px}}.card.card-type11 .stat-number{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;width:-moz-fit-content;width:fit-content;background:linear-gradient(to right,#6025F5,#E40CD3,#FF5555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(min-width:768px){.card.card-type11 .stat-number{font-size:2.75rem;margin-bottom:1.5rem}}@media(min-width:992px){.card.card-type11 .stat-number{font-size:3rem}}@media(min-width:1200px){.card.card-type11 .stat-number{font-size:3.5rem;line-height:130%}}@media(min-width:1400px){.card.card-type11 .stat-number{font-size:4rem;margin-bottom:2rem}}.card.card-type11 .stat-label{color:#4a5568;font-size:.9rem;line-height:1.4;text-align:right;align-self:flex-end;margin-top:auto;max-width:150px}@media(min-width:768px){.card.card-type11 .stat-label{font-size:.95rem;max-width:120px}}@media(min-width:992px){.card.card-type11 .stat-label{font-size:1rem;max-width:150px}}@media(min-width:1200px){.card.card-type11 .stat-label{font-size:1.1rem;max-width:190px}}@media(min-width:1400px){.card.card-type11 .stat-label{font-size:1.2rem;max-width:220px}}.toast-container{position:fixed !important;top:10px !important;right:10px !important;z-index:10000 !important;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-custom{pointer-events:auto;min-width:320px;max-width:420px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;flex-direction:column;position:relative;overflow:hidden;transform:translateX(120%);transition:all .5s cubic-bezier(.175,.885,.32,1.275);font-family:mona-sans,sans-serif}.toast-custom:hover{box-shadow:0 15px 35px rgba(0,0,0,.15)}.toast-custom.toast-show{transform:translateX(0)}.toast-custom.toast-hide{transform:translateX(120%);opacity:0}.toast-custom .toast-main{padding:1rem 1.25rem;display:flex;align-items:center;gap:12px}.toast-custom .toast-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;border:2px solid;padding:5px}.toast-custom .toast-icon svg{width:100%;height:100%}.toast-custom .toast-message{color:#333;font-size:.95rem;font-weight:600;line-height:1.4;flex:1}.toast-custom .toast-close{background:0 0;border:none;color:#bbb;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:color .2s}.toast-custom .toast-close:hover{color:#333}.toast-custom .toast-progress-container{height:4px;width:100%;background:rgba(0,0,0,5%);position:relative}.toast-custom .toast-progress{position:absolute;top:0;left:0;height:100%;width:100%;animation:progress-animation linear forwards}.toast-custom.toast-success .toast-icon{color:#a5dc86}.toast-custom.toast-success .toast-progress{background:#a5dc86}.toast-custom.toast-error .toast-icon{color:#f27474}.toast-custom.toast-error .toast-progress{background:#f27474}@keyframes progress-animation{from{width:100%}to{width:0%}}@media(max-width:576px){.toast-container{top:5px;right:5px;left:5px}.toast-custom{min-width:0;width:100%}}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{color:#0a081b;font-family:mi-semibold;margin-top:1rem}.rich-text h1:first-child,.rich-text h2:first-child,.rich-text h3:first-child,.rich-text h4:first-child,.rich-text h5:first-child,.rich-text h6:first-child{margin-top:0}.rich-text p{margin-top:1rem}.rich-text p:first-child{margin-top:0}.rich-text ul{list-style:none;margin-top:1rem;padding:0}.rich-text ul:first-child{margin-top:0}.rich-text ul li{margin-top:.5rem;position:relative;padding-left:1.5rem}.rich-text ul li:first-child{margin-top:0}@media(min-width:768px){.rich-text ul li{padding-left:1.725rem}}.rich-text ul li::before{content:"\e911";font-family:icomoon !important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0}.rich-text em{font-style:normal}@media(min-width:992px){.submenu{}.submenu .dropdown:hover .dropdown-menu{display:block;margin-top:0}}.tech-stack-type5-section{background-color:#f8f9ff;padding:80px 0;width:100%;box-sizing:border-box}.tech-stack-type5-section .tech-stack-type5-container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box}.tech-stack-type5-section .tech-stack-type5-header{text-align:center;margin:0 auto 48px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:2rem;font-weight:700;color:#000;line-height:1.25;margin:0 0 12px;letter-spacing:-.02em}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:1.125rem;line-height:1.6;color:#3b5068;margin:0}.tech-stack-type5-section .tech-stack-type5-cloud{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0 auto}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill{background-color:#edeefd;border-radius:50px;padding:12px 24px 12px 12px;display:inline-flex;align-items:center;gap:12px;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:default}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill:hover{transform:translateY(-2px);background-color:#e2e4fd;box-shadow:0 6px 16px rgba(15,23,42,6%)}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-icon-wrap{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3.33px 3.33px #0000000F}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-icon{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;display:block}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill .tech-pill-label{font-family:mi-medium;font-size:16px;color:#3b5068;white-space:nowrap;line-height:1}@media(max-width:991.98px){.tech-stack-type5-section{padding:60px 0}.tech-stack-type5-section .tech-stack-type5-header{margin-bottom:36px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:32px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:15px}.tech-stack-type5-section .tech-stack-type5-cloud{gap:8px}.tech-stack-type5-section .tech-stack-type5-cloud .tech-stack-type5-pill{padding:8px 20px 8px 8px;gap:10px}}@media(max-width:575.98px){.tech-stack-type5-section{padding:48px 0}.tech-stack-type5-section .tech-stack-type5-container{padding:0 16px}.tech-stack-type5-section .tech-stack-type5-header{margin-bottom:28px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-title{font-size:25px;margin-bottom:12px}.tech-stack-type5-section .tech-stack-type5-header .tech-stack-type5-subtext{font-size:16px}}.contentLayoutsType14{position:relative;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.contentLayoutsType14{padding-top:4.5rem;padding-bottom:4.5rem}}.contentLayoutsType14 .type14-header-row{display:flex;justify-content:center;text-align:center;margin-bottom:1.5rem}@media(min-width:992px){.contentLayoutsType14 .type14-header-row{margin-bottom:40px}}.contentLayoutsType14 .type14-header-col{width:100%}@media(min-width:992px){.contentLayoutsType14 .type14-header-col{width:83.333333%}}@media(min-width:1200px){.contentLayoutsType14 .type14-header-col{width:75%}}.contentLayoutsType14 .section-category-badge{display:inline-block;color:#6025f5;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600;margin-bottom:1rem}.contentLayoutsType14 .type14-heading{color:#0a081b;font-family:var(--font-MI-Bold,sans-serif);font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}@media(min-width:576px){.contentLayoutsType14 .type14-heading{font-size:1.5rem}}@media(min-width:768px){.contentLayoutsType14 .type14-heading{font-size:1.75rem}}@media(min-width:992px){.contentLayoutsType14 .type14-heading{font-size:2rem}}.contentLayoutsType14 .type14-subtext{color:#3b5068;font-size:.9375rem;line-height:1.6;font-weight:400}@media(min-width:768px){.contentLayoutsType14 .type14-subtext{font-size:1rem}}@media(min-width:992px){.contentLayoutsType14 .type14-subtext{font-size:1.125rem}}.contentLayoutsType14 .type14-content-row{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}@media(min-width:992px){.contentLayoutsType14 .type14-content-row{margin-left:-1.5rem;margin-right:-1.5rem;align-items:stretch}}.contentLayoutsType14 .type14-left-col,.contentLayoutsType14 .type14-right-col{width:100%;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column}@media(min-width:992px){.contentLayoutsType14 .type14-left-col,.contentLayoutsType14 .type14-right-col{width:50%;padding-left:1.5rem;padding-right:1.5rem}}.contentLayoutsType14 .type14-right-col{justify-content:center;margin-top:1.5rem}@media(min-width:992px){.contentLayoutsType14 .type14-right-col{margin-top:0}}.contentLayoutsType14 .type14-accordion{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.contentLayoutsType14 .type14-accordion .type14-accordion-item-wrapper{position:relative;width:100%}.contentLayoutsType14 .type14-accordion .type14-accordion-item{border:none !important;border-bottom:none !important;background:0 0 !important}.contentLayoutsType14 .type14-accordion .type14-accordion-header{margin:0}.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1rem;font-weight:600;line-height:1.4}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.125rem;line-height:1.45}}@media(min-width:992px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.25rem;line-height:1.5}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-header .item-title-text{font-size:1.5rem;line-height:1.5}}.contentLayoutsType14 .type14-accordion .type14-divider{width:100%;height:1px;background-color:#e2e8f0;margin:.85rem 0}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-divider{margin:1rem 0}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-divider{margin:1.25rem 0}}.contentLayoutsType14 .type14-accordion .type14-accordion-button{width:100%;padding:.75rem 0;background:0 0;border:none;box-shadow:none;color:#0a081b;transition:color .25s ease;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-button{padding:.85rem 0}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-button{padding:1rem 0}}.contentLayoutsType14 .type14-accordion .type14-accordion-button:not(.collapsed){color:#0a081b}.contentLayoutsType14 .type14-accordion .type14-accordion-button:not(.collapsed) .item-title-text{font-weight:700}.contentLayoutsType14 .type14-accordion .type14-accordion-button:not(.collapsed)::after{filter:drop-shadow(0 0 1px rgba(96,37,245,.5))}.contentLayoutsType14 .type14-accordion .type14-accordion-button::after{background-size:1.125rem;transition:transform .3s ease}.contentLayoutsType14 .type14-accordion .type14-accordion-body{color:#475569;font-size:.9rem;line-height:1.6;padding:.25rem 0 .75rem}@media(min-width:768px){.contentLayoutsType14 .type14-accordion .type14-accordion-body{font-size:.95rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-accordion .type14-accordion-body{font-size:1rem;padding:.25rem 0 1rem}}.contentLayoutsType14 .type14-right-wrapper{position:relative;border-radius:4px;overflow:hidden;padding:.75rem;display:flex;flex-direction:column;justify-content:center;width:100%;min-height:100%}@media(min-width:576px){.contentLayoutsType14 .type14-right-wrapper{padding:1.5rem}}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper{padding:2rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper{padding:50px !important;min-height:597px}}.contentLayoutsType14 .type14-right-wrapper .type14-bg-img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;pointer-events:none}.contentLayoutsType14 .type14-right-wrapper .type14-cards-container{position:relative;z-index:2;width:100%}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card{background-color:#fff !important;border-radius:4px !important;box-shadow:0 20px 45px -10px rgba(0,0,0,.12) !important;border:none !important;position:relative;z-index:2;padding:12px !important}@media(min-width:576px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card{padding:20px !important}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .card-title-text{color:#1e293b;font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem !important}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .card-title-text{font-size:1.1rem;margin-bottom:1rem !important}}@media(min-width:992px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .card-title-text{font-size:1.2rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .card-title-text{font-size:1.25rem;margin-bottom:1.25rem !important}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-list{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-list{gap:.65rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-list{gap:.75rem}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item{background-color:#f1f3f9 !important;border:none !important;border-radius:12px !important;padding:.5rem !important}@media(min-width:576px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item{border-radius:15px !important;padding:.65rem 1rem !important}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item{padding:.75rem 1.25rem !important}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-label,.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-percentage{font-weight:700;color:#1e293b;font-size:.78rem}@media(min-width:576px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-label,.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-percentage{font-size:.85rem}}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-label,.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-percentage{font-size:.9rem}}@media(min-width:992px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-label,.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-percentage{font-size:.95rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-label,.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-percentage{font-size:1rem}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-meta{color:#64748b;font-size:.58rem;line-height:1.35;word-break:break-word;margin-bottom:.5rem}@media(min-width:576px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-meta{font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-meta{font-size:.75rem}}@media(min-width:992px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-meta{font-size:.8rem}}@media(min-width:1200px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-meta{font-size:.85rem}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-track{background-color:#e2e8f0 !important;border-radius:9999px !important;height:6px !important;overflow:hidden;width:100%}@media(min-width:768px){.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-track{height:7px !important}}.contentLayoutsType14 .type14-right-wrapper .type14-progress-card .type14-progress-item .type14-progress-track .type14-progress-fill{border-radius:9999px !important;background:linear-gradient(90deg,#36B37E 0%,#86D24A 100%) !important;height:100% !important;transition:width .6s cubic-bezier(.4,0,.2,1)}.content-layouts-type17{background:#1e1d28;padding:40px 16px;font-family:mi-regular;color:#fff}@media(min-width:768px){.content-layouts-type17{padding:60px 24px}}@media(min-width:992px){.content-layouts-type17{padding:80px 5%}}@media(min-width:1400px){.content-layouts-type17{padding-top:80px;padding-bottom:80px;padding-left:max(calc((100vw - 1280px)/2),5%);padding-right:max(calc((100vw - 1280px)/2),5%)}}@media(min-width:1920px){.content-layouts-type17{padding:80px 320px}}.content-layouts-type17 .overview-grid{display:flex;flex-direction:column;gap:32px;max-width:1280px;margin:0 auto}@media(min-width:992px){.content-layouts-type17 .overview-grid{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.content-layouts-type17 .gradient-text{font-family:mi-semibold;font-style:normal;font-weight:600;font-size:14px;line-height:150%;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0;display:inline-block}.content-layouts-type17 .overview-left{flex:none;width:100%;display:flex;flex-direction:column;gap:24px}@media(min-width:992px){.content-layouts-type17 .overview-left{width:45%;gap:40px}}@media(min-width:1400px){.content-layouts-type17 .overview-left{width:519px}}.content-layouts-type17 .overview-left .header-group{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.content-layouts-type17 .overview-left .header-group .text-group{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.content-layouts-type17 .overview-left .main-heading{font-family:mi-semibold;font-style:normal;font-weight:600;font-size:28px;line-height:130%;color:#fff;margin:0}@media(min-width:992px){.content-layouts-type17 .overview-left .main-heading{font-size:32px}}.content-layouts-type17 .overview-left .subtitle{font-family:mi-regular;font-style:normal;font-weight:400;font-size:16px;line-height:144%;color:rgba(255,255,255,.8);margin:0}@media(min-width:992px){.content-layouts-type17 .overview-left .subtitle{font-size:18px}}.content-layouts-type17 .overview-left .image-wrapper{border-radius:4px;overflow:hidden;width:100%;aspect-ratio:519/346}@media(min-width:992px){.content-layouts-type17 .overview-left .image-wrapper{width:100%;height:auto}}@media(min-width:1400px){.content-layouts-type17 .overview-left .image-wrapper{width:519px;height:346px;aspect-ratio:auto}}.content-layouts-type17 .overview-left .image-wrapper img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.content-layouts-type17 .overview-right{flex:none;width:100%;display:flex;flex-direction:column;gap:32px}@media(min-width:992px){.content-layouts-type17 .overview-right{width:50%;gap:40px}}@media(min-width:1400px){.content-layouts-type17 .overview-right{width:628px}}.content-layouts-type17 .overview-right .description-text{display:flex;flex-direction:column;gap:16px}@media(min-width:992px){.content-layouts-type17 .overview-right .description-text{gap:24px}}.content-layouts-type17 .overview-right .description-text p{font-family:mi-regular;font-style:normal;font-weight:400;font-size:16px;line-height:144%;color:rgba(255,255,255,.8);margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .description-text p{font-size:18px}}.content-layouts-type17 .overview-right .objectives-box{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:16px;width:100%;background:linear-gradient(#1E1D28,#1E1D28)padding-box,linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%)border-box;border:1px solid transparent;border-radius:4px}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box{width:100%;padding:40px}}@media(min-width:1400px){.content-layouts-type17 .overview-right .objectives-box{width:628px}}.content-layouts-type17 .overview-right .objectives-box .objectives-inner{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-inner{gap:16px}}.content-layouts-type17 .overview-right .objectives-box .objectives-heading{font-family:mi-semibold;font-style:normal;font-weight:600;font-size:20px;line-height:150%;color:#fff;margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-heading{font-size:24px}}.content-layouts-type17 .overview-right .objectives-box .objectives-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;width:100%}.content-layouts-type17 .overview-right .objectives-box .objectives-list li{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;margin:0}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li{gap:16px;align-items:center}}.content-layouts-type17 .overview-right .objectives-box .objectives-list li .icon-wrapper{width:8px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:5px}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li .icon-wrapper{margin-top:0}}.content-layouts-type17 .overview-right .objectives-box .objectives-list li .text{font-family:mi-regular;font-style:normal;font-weight:400;font-size:15px;line-height:150%;color:rgba(255,255,255,.8)}@media(min-width:992px){.content-layouts-type17 .overview-right .objectives-box .objectives-list li .text{font-size:16px}}.portfolio-type1-section{position:relative;display:flex;flex-direction:column;align-items:center;padding:80px 0;gap:40px;width:100%;background:#fff;border-bottom:1px solid #eaecf4;overflow:hidden;box-sizing:border-box;isolation:isolate}@media(max-width:991px){.portfolio-type1-section{padding:60px 0}}.portfolio-type1-section__bg{position:absolute;width:100%;height:100%;left:0;top:0;background:#f8f9ff;z-index:0;overflow:hidden}.portfolio-type1-section__ellipse{position:absolute;border-radius:50%;opacity:.2}.portfolio-type1-section__ellipse--1{width:702.33px;height:873.44px;left:-285px;top:257.37px;background:#ff00b7;filter:blur(200px)}.portfolio-type1-section__ellipse--2{width:702.33px;height:873.44px;left:1553px;top:48.37px;background:#0004ff;filter:blur(200px)}.portfolio-type1-section__ellipse--3{width:500px;height:426px;left:1420px;top:-.63px;background:#00e1ff;filter:blur(100px)}.portfolio-type1-section__ellipse--4{width:702px;height:598px;left:-332px;top:104.37px;background:#0004ff;filter:blur(100px)}.portfolio-type1-section__grid-overlay{position:absolute;width:100%;height:100%;left:0;top:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 150 0 L 0 0 0 150' fill='none' stroke='white' stroke-width='1' stroke-opacity='.8'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.portfolio-type1-section__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1280px;padding:0 5%;box-sizing:border-box}@media(min-width:1400px){.portfolio-type1-section__container{padding:0}}.portfolio-type1-section__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-bottom:40px;text-align:center}.portfolio-type1-section__title-small{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;font-size:14px;line-height:150%;font-style:normal;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portfolio-type1-section__title-large{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;font-size:32px;line-height:130%;letter-spacing:0;color:#1e1d28}@media(max-width:767px){.portfolio-type1-section__title-large{font-size:28px}}.portfolio-type1-section__cards{display:flex;flex-direction:row;gap:24px;width:100%;align-items:stretch}@media(max-width:991px){.portfolio-type1-section__cards{flex-direction:column}}.portfolio-type1-section__card{box-sizing:border-box;display:flex;flex-direction:column;width:calc(50% - 12px);background:#fff;border-radius:16px;overflow:hidden;position:relative;z-index:2}@media(max-width:991px){.portfolio-type1-section__card{width:100%}}.portfolio-type1-section__card-image{width:100%;height:260px;background-size:cover;background-position:50%;background-repeat:no-repeat}.portfolio-type1-section__card-content{display:flex;flex-direction:column;padding:40px;gap:24px;flex-grow:1}@media(max-width:767px){.portfolio-type1-section__card-content{padding:24px;gap:24px}}.portfolio-type1-section__card-info{display:flex;flex-direction:column;gap:16px}.portfolio-type1-section__card-text{display:flex;flex-direction:column;gap:8px}.portfolio-type1-section__card-title{margin:0;font-family:mi-semibold,sans-serif;font-weight:600;font-size:24px;line-height:150%;color:#1e1d28}.portfolio-type1-section__card-desc{margin:0;font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3b5068}.portfolio-type1-section__card-desc p{margin:0}.portfolio-type1-section__card-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.portfolio-type1-section__card-tag{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;height:25px;background:#fff;border:1px solid #3b5068;border-radius:4px;font-family:mi-medium,sans-serif;font-weight:500;font-size:14px;line-height:120%;color:#3b5068}.portfolio-type1-section__card-outcomes{display:flex;flex-direction:column;gap:8px;margin-top:auto}.portfolio-type1-section__card-outcomes-title{font-family:mi-regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3b5068}.portfolio-type1-section__card-outcomes-grid{display:flex;flex-direction:row;align-items:flex-start;gap:24px}@media(max-width:575px){.portfolio-type1-section__card-outcomes-grid{flex-wrap:wrap}}.portfolio-type1-section__card-outcome-item{width:140px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:none}@media(max-width:575px){.portfolio-type1-section__card-outcome-item{flex:1 1 calc(50% - 24px)}}.portfolio-type1-section__card-outcome-metric{font-family:mi-semibold,sans-serif;font-weight:600;font-size:32px;line-height:130%;color:#1e1d28}.portfolio-type1-section__card-outcome-label{font-family:mi-medium,sans-serif;font-weight:500;font-size:14px;line-height:120%;letter-spacing:0;color:#3b5068}.cta-type7{display:flex;flex-direction:column;align-items:center;padding:0 0 80px;gap:10px;width:100%;background:#fff}.cta-type7__wrapper{width:100%;max-width:1280px;margin:0 auto}@media(max-width:1199.98px){.cta-type7__wrapper{padding-left:1rem;padding-right:1rem}}.cta-type7__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;isolation:isolate;width:100%;min-height:374px;background:#1c0d8e;border-radius:4px;position:relative;overflow:hidden}@media(max-width:991.98px){.cta-type7__container{min-height:auto}}.cta-type7__bg-effects{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none;z-index:0}.cta-type7__ellipse{position:absolute;border-radius:50%}.cta-type7__ellipse--8{width:396px;height:396px;right:0;top:calc(50% - 396px/2 - .06px);background:#120953;filter:blur(50px);z-index:0}.cta-type7__ellipse--3{width:500px;height:500px;right:-119px;top:-401.71px;background:#6025f5;box-shadow:inset 0 0 80px 16px #FD1D1D;z-index:1}.cta-type7__ellipse--6{width:396px;height:396px;right:-107px;top:-208.71px;background:rgba(228,12,211,.35);filter:blur(50px);z-index:1}.cta-type7__ellipse--5{width:396px;height:396px;left:-130px;bottom:-72px;background:#1f08cb;filter:blur(50px);z-index:2}.cta-type7__ellipse--4{width:500px;height:500px;left:-138px;bottom:-393.29px;background:#6025f5;box-shadow:inset 0 0 80px 16px #FD1D1D;z-index:3}.cta-type7__ellipse--7{width:396px;height:396px;left:-117px;bottom:-230.29px;background:rgba(228,12,211,.35);filter:blur(50px);z-index:3}.cta-type7__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:40px;width:100%;max-width:1280px;z-index:4;position:relative}@media(max-width:1199.98px){.cta-type7__content{padding:48px 32px;gap:32px}}@media(max-width:767.98px){.cta-type7__content{padding:40px 20px;gap:24px}}.cta-type7__text-wrapper{display:flex;flex-direction:column;align-items:center;padding:0;gap:16px;width:100%;max-width:628px}.cta-type7__heading{margin:0;width:100%;max-width:628px;font-family:mi-semibold,sans-serif;font-style:normal;font-weight:400;font-size:32px;line-height:130%;text-align:center;color:#fff}@media(max-width:767.98px){.cta-type7__heading{font-size:24px}}.cta-type7__description{margin:0;width:100%;max-width:628px;font-family:mi-regular,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;color:#fff;opacity:.8}@media(max-width:767.98px){.cta-type7__description{font-size:16px}}.cta-type7__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.cta-type7__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 48px !important;width:272px !important;height:54px !important;background:linear-gradient(90deg,#FCB045 0%,#FD1D1D 50%,#EE0979 100%) !important;border-radius:100px !important;border:none !important;box-shadow:none !important;will-change:transform;transition:transform .3s ease,box-shadow .3s ease !important;font-family:mi-medium,sans-serif !important;font-style:normal !important;font-weight:400 !important;font-size:18px !important;line-height:25px !important;text-align:center !important;text-transform:none !important;color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,.25) !important}.cta-type7__button:hover,.cta-type7__button:focus,.cta-type7__button:active{color:#fff !important;background:linear-gradient(90deg,#fca52c 0%,#fd0404 50%,#d5086d 100%) !important;transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(238,9,121,.45) !important}.type18-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 16px;gap:24px;background:#fff;width:100%;box-sizing:border-box;font-family:mi-regular,sans-serif}@media(min-width:768px){.type18-section{padding:60px 24px}}@media(min-width:992px){.type18-section{padding:80px 5%}}@media(min-width:1400px){.type18-section{padding-top:80px;padding-bottom:80px;padding-left:max(calc((100vw - 1280px)/2),5%);padding-right:max(calc((100vw - 1280px)/2),5%)}}@media(min-width:1920px){.type18-section{padding:80px 320px}}@media(min-width:992px){.type18-section{gap:40px}}.type18-section__header{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:1062px}.type18-section__subtitle{font-family:mi-semibold;font-weight:600;font-size:14px;line-height:150%;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#6025F5 0%,#E40CD3 49.52%,#FF5555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0}.type18-section__title-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.type18-section__title{font-family:mi-semibold;font-weight:600;font-size:clamp(24px,2vw,32px);line-height:130%;text-align:center;color:#1e1d28;margin:0}.type18-section__desc{font-family:mi-regular;font-weight:400;font-size:clamp(16px,1vw,18px);line-height:144%;text-align:center;color:#3b5068;margin:0}.type18-section__content{display:flex;flex-direction:row;align-items:stretch;justify-content:center;width:100%;max-width:1280px}@media(max-width:991px){.type18-section__content{flex-direction:column;align-items:stretch;gap:0}}.type18-section__column{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(20px,3vw,40px);gap:24px;flex:1;min-width:0}.type18-section__col-title{font-family:mi-semibold;font-weight:600;font-size:clamp(20px,1.5vw,24px);line-height:150%;color:#1e1d28;margin:0}.type18-section__list{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.type18-section__item{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.type18-section__item-icon{padding:6px 0 0;width:6px;height:18px;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center}.type18-section__item-text{font-family:mi-regular;font-weight:400;font-size:16px;line-height:150%;color:#3b5068;margin:0}.type18-section__divider{width:1px;background:#eaecf4;flex-shrink:0}@media(max-width:991px){.type18-section__divider{width:100%;height:1px}}.type19-section{display:flex;justify-content:center;align-items:center;width:100%;background:linear-gradient(90deg,#FFFFFF 0%,#F8F9FF 50%,#FFFFFF 100%);box-sizing:border-box;padding:0 5%}@media(min-width:1400px){.type19-section{padding:0}}@media(max-width:991px){.type19-section{padding:0 16px}}.type19-section__container{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:80px 0;gap:248px;margin:0 auto;width:1280px;height:202px;position:relative}@media(max-width:1400px){.type19-section__container{width:100%;gap:64px;height:auto}}@media(max-width:991px){.type19-section__container{flex-direction:column;justify-content:center;padding:60px 0;gap:32px}}@media(max-width:767px){.type19-section__container{padding:40px 0;gap:24px}}.type19-section__container::before,.type19-section__container::after{content:'';position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,#FFFFFF 0%,#EAECF4 50%,#FFFFFF 100%)}.type19-section__container::before{top:0}.type19-section__container::after{bottom:0}.type19-section__title{margin:0;width:170px;height:42px;font-family:mi-semibold,sans-serif;font-style:normal;font-weight:600;font-size:32px;line-height:130%;text-align:center;color:#1e1d28;flex-shrink:0}@media(max-width:991px){.type19-section__title{width:auto;height:auto;font-size:28px}}@media(max-width:767px){.type19-section__title{font-size:24px}}.type19-section__tags{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;width:-moz-max-content;width:max-content;height:39px}@media(max-width:1400px){.type19-section__tags{width:100%;flex-wrap:wrap;height:auto;justify-content:flex-end}}@media(max-width:991px){.type19-section__tags{justify-content:center}}@media(max-width:767px){.type19-section__tags{gap:6px}}.type19-section__tag{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 24px;background:#fff;border:1px solid #3b5068;border-radius:100px;font-family:mi-medium,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:130%;color:#3b5068;white-space:nowrap}@media(max-width:991px){.type19-section__tag{font-size:16px;padding:6px 20px}}@media(max-width:767px){.type19-section__tag{font-size:14px;padding:6px 16px}}@media(min-width:1200px){section.bg-grey+section.bg-grey,section.bg-white+section.bg-white,section.bg-purple+section.bg-purple,section.bg-blue+section.bg-blue,section.bg-greyB+section.bg-greyB,section.bg-grey+footer.bg-grey,section.bg-white+footer.bg-white,section.bg-purple+footer.bg-purple,section.bg-blue+footer.bg-blue,section.bg-greyB+footer.bg-greyB,footer.bg-grey+section.bg-grey,footer.bg-white+section.bg-white,footer.bg-purple+section.bg-purple,footer.bg-blue+section.bg-blue,footer.bg-greyB+section.bg-greyB,footer.bg-grey+footer.bg-grey,footer.bg-white+footer.bg-white,footer.bg-purple+footer.bg-purple,footer.bg-blue+footer.bg-blue,footer.bg-greyB+footer.bg-greyB{padding-top:0}}.font-size-0{font-size:0}ul,ol{margin-bottom:0}.max-w-100{max-width:100%}.left-0{left:0}.left-4{left:1.5rem}.bottom-4{bottom:1.5rem}.top-100{top:100%}.modal .btn-close{height:1.5rem;width:1.5rem;right:0;top:0;transform:translate(100%,-100%)}.pointer-event-none{pointer-events:none}.pointer-event-auto{pointer-events:auto}.scroll-snap-type-x-mandatory{scroll-snap-type:x mandatory}.scroll-snap-type-x-mandatory .scroll-snap-align-center{scroll-snap-align:center}.form-select{background-image:none !important}.cursor-pointer{cursor:pointer}.stripe{z-index:1}.stripe::before{content:"";position:absolute;height:7.5rem;width:100%;left:0;bottom:0;z-index:-1}.error-message{color:#dc3545;font-size:.875rem;margin-top:4px}@media(min-width:992px){main{padding-top:4.5rem}}.swiper-button-disabled{opacity:.6;cursor:not-allowed}