@charset "UTF-8";.v-accordion{width:100%;padding-left:0!important}.v-accordion-content{overflow:hidden;color:#343a40;transition:all .3s ease;margin:0!important;background-color:#f8f9fa}.v-accordion-content p:first-child{margin-top:0}.v-accordion-content p:last-child{margin-bottom:0}.v-accordion-content__inner{padding:0 16px 24px}.v-accordion-content[data-state=open]{animation:slideDown .3s ease}.v-accordion-content[data-state=closed]{animation:slideUp .3s ease}.v-accordion-item{border-top:solid 1px #DEE2E6;list-style:none;margin-top:0}.v-accordion-item:last-child{border-bottom:solid 1px #DEE2E6}.v-accordion-item+.v-accordion-item{margin-top:0}.v-accordion-chevron{width:18px;height:18px;flex-shrink:0;color:inherit;transition:transform .3s ease}.v-accordion-trigger[data-state=open]{background-color:#f8f9fa;transition:transform .3s ease;margin:0}.v-accordion-trigger[data-state=open].is--white{background-color:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15));z-index:1;position:relative}.v-accordion-trigger[data-state=open]>.v-accordion-chevron{transform:rotate(180deg)}.v-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:16px;text-align:inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.v-accordion-trigger:hover{background-color:#f8f9fa;transition:transform .3s ease}:is(.dark,[data-theme=dark]) .v-accordion-trigger{color:var(--ui-color-text)}.v-accordion-header{margin:0!important}.v-accordion-list-default__content{color:#343a40}.v-alert{color:#343a40;margin:3px 0 20px;border-left:solid 2px transparent;padding:12px 20px 12px 18px;display:flex;gap:20px;align-items:center;justify-content:space-between}.v-alert.is--error{background-color:#fff1f1;border-color:#ff7070}.v-alert.is--error a{color:#ff7070;border-color:#ff7070}.v-alert.is--success{background-color:#d9ffee;border-color:#3ddc97}.v-alert.is--success a{color:#3ddc97;border-color:#3ddc97}.v-alert.is--info{background-color:#f0f4ff;border-color:#004fff}.v-alert.is--info a{color:#004fff;border-color:#004fff}.v-alert.is--warning{background-color:#fff7e8;border-color:#ffc24d}.v-alert.is--warning a{color:#1a202d;border-color:#f1af32}:is(.dark,[data-theme=dark]) .v-alert{color:var(--ui-color-text)}.v-alert-title{color:#12161f}:is(.dark,[data-theme=dark]) .v-alert-title{color:var(--ui-color-text)}.v-spinner{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;content:"";z-index:9999;display:flex;align-items:center;justify-content:center;color:#343d45}.v-spinner.is--opaque{background-color:#fff}.v-spinner.is--full{position:fixed}.v-spinner.is--small .v-spinner__container{height:23px;width:23px}.v-spinner.is--small .v-spinner__container svg circle{stroke-width:3.8095}.v-spinner__container{position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center;height:32px;width:32px}.v-spinner__info{align-items:center;display:flex;justify-content:center}.v-spinner svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out;width:100%;height:100%;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.v-spinner svg circle{stroke-width:5.7143}.v-spinner__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0;stroke:currentcolor;z-index:2;transition:all .6s ease-in-out}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@keyframes progress-circular-rotate{to{transform:rotate(360deg)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0!important}.ui-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:var(--ui-space-2, .5rem);padding:0 var(--ui-space-4, 1rem);border:1px solid transparent;border-radius:var(--ui-radius-control, var(--ui-radius-sm, .25rem));background:var(--ui-button-background);box-shadow:var(--ui-shadow-control, var(--ui-shadow-sm));color:var(--ui-button-foreground);cursor:pointer;font-family:var(--ui-font-family-body);font-size:var(--ui-font-size-sm, .875rem);font-weight:var(--ui-font-weight-bold, 700);line-height:var(--ui-line-height-normal, 1.5);text-decoration:none;transition:background-color var(--ui-motion-normal) var(--ui-easing-standard),border-color var(--ui-motion-normal) var(--ui-easing-standard),color var(--ui-motion-normal) var(--ui-easing-standard),box-shadow var(--ui-motion-normal) var(--ui-easing-standard)}.ui-button:hover:not(:disabled,[aria-disabled=true]){background:var(--ui-button-background-hover)}.ui-button:focus-visible{outline:var(--ui-focus-ring-width) solid var(--ui-focus-ring-color);outline-offset:var(--ui-focus-ring-offset)}.ui-button:disabled,.ui-button[aria-disabled=true]{cursor:not-allowed;opacity:var(--ui-opacity-disabled)}.ui-button--small{min-height:32px;padding-inline:var(--ui-space-3);font-size:var(--ui-font-size-xs)}.ui-button--large{min-height:48px;padding-inline:var(--ui-space-6);font-size:var(--ui-font-size-base)}.ui-button--block{width:100%}.ui-button--outlined{border-color:var(--ui-color-accent);background:var(--ui-color-surface);color:var(--ui-color-accent)}.ui-button--link,.ui-button--ghost{box-shadow:none;background:transparent;color:var(--ui-color-accent)}.ui-button--tertiary{background:var(--ui-color-subtle);color:var(--ui-color-accent)}.ui-button--negative{background:var(--ui-color-negative);color:var(--ui-color-text-inverse)}.ui-button--icon-only{inline-size:40px;padding:0}.ui-button--icon-only.ui-button--small{inline-size:32px}.ui-button--icon-only.ui-button--large{inline-size:48px}.v-button{display:inline-flex;justify-content:center;align-items:center;border:unset;font-family:var(--ui-font-family-body);font-weight:700;flex-shrink:0;background-color:transparent;border-radius:var(--ui-radius-control, 2px);border-style:solid;border-width:1px;cursor:pointer;position:relative;transition:background-color var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1)),border-color var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1)),box-shadow var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1)),color var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1));box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15));text-decoration:none!important}.v-button:hover{box-shadow:none}.v-button__content{transition:opacity var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1));display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100%;gap:var(--ui-control-content-gap, 6px)}.v-button__content>:is(svg,img){width:18px;height:18px;flex-shrink:0}.v-button.is--block{width:100%}.v-button.is--squared{border-radius:0}.v-button.is--pill{border-radius:30px}.v-button.is--disabled{opacity:.3;pointer-events:none}.v-button.is--loading{pointer-events:none}.v-button.is--loading .v-button__content{opacity:.2}.v-button.is--size-large{height:var(--ui-control-height-lg, 48px);padding:0 20px;font-size:16px;line-height:26px}.v-button.is--size-medium{height:var(--ui-control-height-md, 40px);padding:0 16px;font-size:14px;line-height:21px}.v-button.is--size-small{height:var(--ui-control-height-sm, 32px);padding:0 12px;font-size:12px;line-height:28px}.v-button.is--size-small .v-button__content>:is(svg,img,.v-svg-icon){width:15px!important;height:15px!important}.v-button.is--button-color-primary{background-color:#004fff;color:#fff}.v-button.is--button-color-primary:hover{background-color:#003dc5;color:#fff}.v-button.is--button-color-secondary{background-color:#f0f4ff;color:#12161f}.v-button.is--button-color-secondary:hover{background-color:#004fff}.v-button.is--button-color-red{background-color:#ff7070;color:#fff}.v-button.is--button-color-red:hover{background-color:#ff3b3b;color:#fff}.v-button.is--variant-default.is--button-color-primary{color:#fff;background-color:#004fff;border-color:#004fff}.v-button.is--variant-default.is--button-color-primary:hover{background-color:#003dc5;border-color:#003dc5}.v-button.is--variant-default.is--button-color-secondary{color:#12161f;background-color:#3ddc97;border-color:#3ddc97}.v-button.is--variant-default.is--button-color-secondary:hover{background-color:#36be83;border-color:#36be83}.v-button.is--variant-default.is--button-color-red{color:#fff;background-color:#ff7070;border-color:#ff7070}.v-button.is--variant-default.is--button-color-red:hover{background-color:#ff3b3b;border-color:#ff3b3b}.v-button.is--variant-outlined{background-color:#fff}.v-button.is--variant-outlined.is--button-color-primary{border-color:#004fff;color:#004fff}.v-button.is--variant-outlined.is--button-color-primary:hover{background-color:#004fff;color:#fff}.v-button.is--variant-outlined.is--button-color-secondary{border-color:#3ddc97}.v-button.is--variant-outlined.is--button-color-secondary:hover{background-color:#3ddc97}.v-button.is--variant-outlined.is--button-color-red{border-color:#ff7070;color:#ff7070}.v-button.is--variant-outlined.is--button-color-red:hover{background-color:#ff7070;color:#fff}.v-button.is--variant-tetriary.is--button-color-primary,.v-button.is--variant-tertiary.is--button-color-primary{background-color:#f0f4ff;border-color:#f0f4ff;color:#004fff}.v-button.is--variant-tetriary.is--button-color-primary:hover,.v-button.is--variant-tertiary.is--button-color-primary:hover{background-color:#004fff;border-color:#004fff;color:#fff}.v-button.is--variant-tetriary.is--button-color-secondary,.v-button.is--variant-tertiary.is--button-color-secondary{background-color:#f0f4ff;border-color:#f0f4ff}.v-button.is--variant-tetriary.is--button-color-secondary:hover,.v-button.is--variant-tertiary.is--button-color-secondary:hover{background-color:#3ddc97;border-color:#3ddc97}.v-button.is--variant-tetriary.is--button-color-red,.v-button.is--variant-tertiary.is--button-color-red{background-color:#fff1f1;border-color:#fff1f1;color:#ff7070}.v-button.is--variant-tetriary.is--button-color-red:hover,.v-button.is--variant-tertiary.is--button-color-red:hover{background-color:#ff7070;border-color:#ff7070;color:#fff}.v-button.is--variant-link{background-color:transparent;box-shadow:none;border-color:transparent}.v-button.is--variant-link.is--button-color-primary{color:#004fff}.v-button.is--variant-link.is--button-color-primary:hover{background-color:#e1eafd}.v-button.is--variant-link.is--icon-only.is--button-color-primary:hover{color:#003dc5}.v-button.is--variant-link.is--button-color-secondary:hover{background-color:#d9ffee}.v-button.is--variant-link.is--button-color-red{color:#ff7070}.v-button.is--variant-link.is--button-color-red:hover{background-color:#fff1f1}.v-button.is--icon-only{padding:9px;height:40px;width:40px}.v-button.is--icon-only.is--size-large{height:48px;width:48px}.v-button.is--icon-only.is--size-small{height:32px;width:32px;padding:7px}.with-default-distance .v-button,.v-button.with-default-distance{margin-top:40px}@media screen and (max-width:768px){.v-alert-default{flex-direction:column;align-items:flex-start}.v-alert-default .v-alert-default__button{width:100%}}.v-alert-default__icon{width:20px;height:20px;margin-top:1px;flex-shrink:0}.v-alert-default__content{display:flex;gap:8px}@media screen and not (min-width:768px){.v-alert-default__content{flex-direction:column}}.v-alert-default__title-group,.v-alert-default__description-group{display:flex;gap:8px;align-items:flex-start}.v-alert-default__actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}@media screen and (min-width:768px){.v-alert-default__title-group,.v-alert-default__description-group{display:contents}.v-alert-default__title-group .v-alert-default__icon,.v-alert-default__description-group .v-alert-default__icon{order:-1}}@media screen and (max-width:768px){.v-alert-default__actions{width:100%;margin-left:0}}.v-alert-default.is--error .v-alert-default__icon{color:#ff7070}.v-alert-default.is--success .v-alert-default__icon{color:#36be83}.v-alert-default.is--info .v-alert-default__icon{color:#004fff}.v-alert-default.is--warning .v-alert-default__icon{color:#f1af32}.v-alert-default .v-alert-title,.v-alert-default .v-alert-description{margin-top:0!important}.v-avatar{overflow:hidden;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;-webkit-user-select:none;user-select:none;border:1px solid #DEE2E6;font-size:20px;background:#e9ecef;flex-shrink:0}.v-avatar.is--circle{border-radius:100%}.v-avatar.is--x-large{width:152px;height:152px;font-size:40px}.v-avatar.is--large{width:100px;height:100px;font-size:40px}.v-avatar.is--medium{width:55px;height:55px}.v-avatar.is--small{width:30px;height:30px;font-size:14px}.v-avatar.is--x-small{width:20px;height:20px;font-size:11px}.v-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:inherit;background:#e9ecef}.v-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit;margin:0}.ui-skeleton{display:block;overflow:hidden;background:var(--ui-color-subtle);color:transparent;-webkit-user-select:none;user-select:none}.ui-skeleton--animated{background:linear-gradient(90deg,var(--ui-color-subtle),var(--ui-color-surface),var(--ui-color-subtle));background-size:200% 100%;animation:ui-skeleton-wave 1.5s linear infinite}@keyframes ui-skeleton-wave{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.ui-skeleton--animated{animation:none}}.v-skeleton{color:transparent;display:block;-webkit-user-select:none;user-select:none;position:relative;background:linear-gradient(90deg,var(--ui-skeleton-start, rgba(207, 219, 255, .34)) 0%,var(--ui-skeleton-middle, rgba(235, 243, 255, .34)) 35.42%,var(--ui-skeleton-end, rgba(203, 216, 255, .34)) 100%)}.v-skeleton *{visibility:hidden}.v-skeleton--wave{position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black)}.v-skeleton--wave:after{animation:wave 1.5s linear 0s infinite;background:linear-gradient(90deg,var(--ui-skeleton-start, rgba(207, 219, 255, .34)) 0%,var(--ui-skeleton-middle, rgba(235, 243, 255, .34)) 35.42%,var(--ui-skeleton-end, rgba(203, 216, 255, .34)) 100%);content:"";position:absolute;transform:translate3d(-100%,0,0);will-change:transform;top:0;right:0;bottom:0;left:0}@media(prefers-reduced-motion:reduce){.v-skeleton--wave:after{animation:none}}@keyframes load{0%{left:-100%}to{left:100%}}@keyframes wave{0%{transform:translate3d(-100%,0,0)}60%{transform:translate3d(100%,0,0)}to{transform:translate3d(100%,0,0)}}.skeleton-enter,.skeleton-leave-active{opacity:0}.v-avatar-default__icon{height:16px;max-width:100%;max-height:100%;flex-shrink:0;color:#adb5bd}.v-avatar-default__skeleton{width:100%;height:100%}.is--large .v-avatar-default__icon{height:24px;width:24px}.is--x-large .v-avatar-default__icon{height:60px;width:60px}.ui-badge{display:inline-flex;align-items:center;border-radius:var(--ui-radius-full);background:var(--ui-color-subtle);color:var(--ui-color-text-muted);font:var(--ui-font-weight-medium) var(--ui-font-size-xs)/var(--ui-line-height-normal) var(--ui-font-family-body);white-space:nowrap}.ui-badge--small{padding-inline:var(--ui-space-2)}.ui-badge--medium{padding:var(--ui-space-2) var(--ui-space-3);font-weight:var(--ui-font-weight-bold)}.ui-badge--primary{background:var(--ui-color-accent);color:var(--ui-color-accent-foreground)}.ui-badge--positive{background:var(--ui-color-positive-background);color:var(--ui-color-positive)}.ui-badge--negative{background:var(--ui-color-negative-background);color:var(--ui-color-negative)}.ui-badge--warning{background:var(--ui-color-warning-background);color:var(--ui-color-warning)}.v-badge{color:var(--ui-badge-foreground, #495057);font-family:var(--ui-font-family-body);text-decoration:none;border-radius:24px;font-size:12px;line-height:18px;background-color:var(--ui-badge-background, #DEE2E6);display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;list-style:none}.v-badge.is--size-medium{padding:8px 12px;font-weight:800}.v-badge.is--size-small{padding:0 6px;font-weight:500}.v-badge.is--hover{cursor:pointer}.v-badge.is--badge-color-primary{background-color:#004fff;color:#fff}.v-badge.is--badge-color-primary.is--active,.v-badge.is--badge-color-primary.is--hover:hover{background-color:#0042d4}.v-badge.is--badge-color-primary-light{background-color:#f0f4ff}.v-badge.is--badge-color-primary-light.is--active,.v-badge.is--badge-color-primary-light.is--hover:hover{background-color:#004fff}.v-badge.is--badge-color-secondary{background-color:#3ddc97}.v-badge.is--badge-color-secondary.is--active,.v-badge.is--badge-color-secondary.is--hover:hover{background-color:#36be83;color:#12161f}.v-badge.is--badge-color-secondary-light{background-color:#d9ffee}.v-badge.is--badge-color-secondary-light.is--active,.v-badge.is--badge-color-secondary-light.is--hover:hover{background-color:#3ddc97;color:#12161f}.v-badge.is--badge-color-red{background-color:#ff7070;color:#fff}.v-badge.is--badge-color-red.is--active,.v-badge.is--badge-color-red.is--hover:hover{background-color:#ff3b3b}.v-badge.is--badge-color-yellow{background-color:#ffc24d;color:#12161f}.v-badge.is--badge-color-yellow.is--active,.v-badge.is--badge-color-yellow.is--hover:hover{background-color:#f1af32}.v-badge.is--badge-color-red-light{background-color:#fff1f1}.v-badge.is--badge-color-red-light.is--active,.v-badge.is--badge-color-red-light.is--hover:hover{background-color:#ff7070}.v-badge.is--badge-color-yellow-light{background-color:#fff7e8}.v-badge.is--badge-color-yellow-light.is--active,.v-badge.is--badge-color-yellow-light.is--hover:hover{background-color:#ffc24d}.v-badge.is--badge-color-purple-light{background-color:#f8f5ff}.v-badge.is--badge-color-purple-light.is--active,.v-badge.is--badge-color-purple-light.is--hover:hover{background-color:#6f3dfd}.v-badge-click-to-blog-inline{list-style:none;padding:0}.v-badge-click-to-blog-inline li{display:inline-flex;margin:0!important}.v-image{display:flex;justify-content:center;align-items:center;overflow:hidden}.v-image.is--bg{background-color:#f0f4ff}.v-image.is--full-width{width:100%}.v-image__client{height:100%;width:100%;min-height:inherit;display:flex;justify-content:center;align-items:center;position:relative}.v-image__image{height:100%;width:100%;margin:0 auto!important;display:block}.v-image__image.is--loading{opacity:0;visibility:hidden}.v-image__image.is--cover{object-fit:cover}.v-image__image.is--contain{object-fit:contain}.v-image__image.is--inherit{object-fit:inherit}.v-image__skeleton{min-height:inherit;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.v-image .is--default-image{max-height:45%;width:auto;position:relative}.v-blog-content__image{object-fit:cover;object-position:center;width:100%;aspect-ratio:16/9;height:auto;min-height:400px}.v-blog-content__image .v-image__skeleton{min-height:400px}@media(max-width:768px){.v-blog-content__image,.v-blog-content__image .v-image__skeleton{min-height:100px}}.v-blog-content__wrap{width:100%;max-width:756px;margin:60px auto}.v-blog-content__wrap.is-wide{max-width:100%}.v-blog-content__wrap hr{border-top:0;border-bottom:1px solid #ADB5BD;margin:60px 0}.v-blog-header{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.v-blog-header{flex-direction:column;align-items:flex-start;justify-content:flex-start}}.v-blog-header__author{width:65px;height:65px;padding:2px;border-radius:50%;border:1px dashed #004fff;margin-right:21px;position:relative}.v-blog-header__author-wrap{display:flex;flex-flow:row wrap;align-items:center;flex-shrink:0}@media(max-width:768px){.v-blog-header__author-wrap{margin-bottom:20px}}.v-blog-header__author-image{object-fit:cover;border-radius:50%;height:100%;width:100%;overflow:hidden}.v-blog-header__author-image-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.v-blog-header__author-name{opacity:.8;color:#12161f!important;text-decoration:none!important}.v-blog-header__author-date{color:#343a40;text-transform:capitalize;margin-top:4px!important}.v-card{text-decoration:none;position:relative;transition:all .3s ease}.v-card.is--link{cursor:pointer}.v-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.v-card.is--variant-primary,.v-card.is--variant-secondary{display:inline-flex;flex-direction:column;align-items:flex-start;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));background-color:#fff}.v-card.is--variant-primary:hover,.v-card.is--variant-secondary:hover{box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a}.v-card.is--variant-secondary{border-radius:2px;gap:10px;flex-shrink:0}.v-card.is--variant-ghost{display:flex;width:100%;justify-content:center;align-items:center;gap:20px}.v-card.is--variant-ghost:hover{background-color:#fff}.v-card-content{width:100%}:is(.dark,[data-theme=dark]) .VCardDescription{color:var(--ui-color-text)}.v-card-footer{width:100%}.v-text-currency-with-unit{display:inline-flex;align-items:baseline;color:#12161f}.v-text-currency-with-unit__skeleton{flex:1}.v-text-currency-with-unit__unit{margin-left:2px}.v-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;padding:20px 24px;background-color:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border-radius:2px}.v-card-info__wrap{display:flex;flex-direction:column;align-items:flex-start}.v-card-info__title{color:#495057}.v-card-info__value{color:#12161f;margin-top:4px}.v-card-info__secondary{color:#6c757d;margin-top:2px}.v-card-info__secondary-value{margin-right:4px}.v-card-info__secondary-value.is--positive{color:#36be83}.v-card-info__secondary-value.is--negative{color:#ff7070}.v-card-info__action{margin-top:20px}.v-card-info__action-link{display:flex;align-items:center;gap:4px}.v-card-info__action-icon{width:16px;height:16px}.v-card-info__skeleton{display:block}.v-card-article{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-direction:row;cursor:pointer;text-decoration:none!important;margin:0;position:relative;transition:all .2s ease}@media screen and not (min-width:980px){.v-card-article{padding:20px}}@media screen and (min-width:767px){.v-card-article:hover{background-color:#fff}}.v-card-article.is--small{flex-flow:column wrap;align-items:flex-start;border:none;justify-content:flex-start}@media screen and (max-width:767px){.v-card-article{flex-flow:column wrap;align-items:flex-start}}.v-card-article__publish-date{text-align:center;padding-right:40px;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;color:#495057}@media screen and (min-width:767px){.v-card-article:not(.is--small) .v-card-article__publish-date{flex-basis:140px}}.v-card-article.is--small .v-card-article__publish-date{margin-bottom:12px}@media screen and (max-width:767px){.v-card-article__publish-date{margin-bottom:12px}}.v-card-article__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding-right:40px}.v-card-article.is--small .v-card-article__details{order:2}@media screen and (max-width:767px){.v-card-article__details{order:2;padding-right:0}}.v-card-article__details .v-card-article__name{color:#12161f;margin-bottom:8px}.v-card-article__details-title{display:flex;align-items:center;justify-content:space-between}.v-card-article__details-label{padding:6px 8px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;background:#004fff;border-radius:4px;font-weight:400;font-size:14px;line-height:22px;text-transform:capitalize;letter-spacing:.3px;color:#12161f}.v-card-article__image{margin-left:auto;margin-right:20px;width:168px;aspect-ratio:16/9;height:auto;flex-shrink:0;margin-top:0!important}@media screen and (max-width:767px){.v-card-article__image{order:1;width:100%;margin-bottom:20px;aspect-ratio:16/9;height:auto;min-width:100%}}.v-card-article.is--small .v-card-article__image{order:1;width:100%;margin-bottom:23px;aspect-ratio:16/9;height:auto;min-width:100%}.v-card-article__excerpt{color:#343a40;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.v-breadcrumb+*{margin-top:40px}@media screen and (max-width:768px){.v-breadcrumb+*{margin-top:60px}}.is--container+.is--container:last-child .v-breadcrumb{margin-top:90px}@media screen and (max-width:768px){.is--container+.is--container:last-child .v-breadcrumb{margin-top:60px}}.v-breadcrumb-ellipsis__icon{color:inherit;width:10px;height:auto}.v-breadcumb-item{display:inline;margin:0!important}.v-breadcumb-item a[href=""],.v-breadcumb-item a:not([href]),.v-breadcumb-item span{line-height:inherit;color:#adb5bd;pointer-events:none}:is(.dark,[data-theme=dark]) .v-breadcumb-item a[href=""],:is(.dark,[data-theme=dark]) .v-breadcumb-item a:not([href]),:is(.dark,[data-theme=dark]) .v-breadcumb-item span{color:var(--ui-color-text-muted)}.v-breadcumb-link{color:inherit;text-decoration:none;line-height:inherit;display:inline}.v-breadcumb-link span{color:inherit;text-decoration:none;line-height:inherit}.v-breadcrumb-list{list-style:none;padding:0;margin:0;overflow-wrap:break-word;align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px;color:#12161f}@media screen and not (min-width:768px){.v-breadcrumb-list{display:inline}}:is(.dark,[data-theme=dark]) .v-breadcrumb-list{color:var(--ui-color-text)}.v-breadcrumb-separator{color:#adb5bd;display:inline;margin-top:0!important}.v-breadcrumb-separator:last-of-type{display:none}@media screen and not (min-width:768px){.v-breadcrumb-separator{margin:0 8px!important}}:is(.dark,[data-theme=dark]) .v-breadcrumb-separator{color:var(--ui-color-text-muted)}.v-dropdown-menu-content{padding:8px 0;position:relative;flex-direction:column;align-items:flex-start;border-radius:2px;border:1px solid #F8F9FA;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));transition:all .3s ease;width:fit-content;max-height:var(--reka-dropdown-menu-content-available-height);animation-duration:.6s;animation-timing-function:cubic-bezier(.16,1,.3,1);z-index:1101;max-width:100%;min-width:var(--reka-dropdown-menu-trigger-width);will-change:opacity,transform}.v-dropdown-menu-content[data-side=top]{animation-name:dropdownMenuSlideUp}.v-dropdown-menu-content[data-side=bottom]{animation-name:dropdownMenuSlideDown}.v-dropdown-menu-content[data-side=left]{animation-name:dropdownMenuSlideLeft}.v-dropdown-menu-content[data-side=right]{animation-name:dropdownMenuSlideRight}@keyframes dropdownMenuSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownMenuSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownMenuSlideLeft{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes dropdownMenuSlideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.v-dropdown-menu-item{display:block;color:#12161f;width:100%;cursor:pointer;text-decoration:none}.v-dropdown-menu-item:hover{background-color:#e9ecef}.v-dropdown-menu-item.is--active{color:#004fff}.v-dropdown-menu-sub-content{padding:8px 0;border-radius:2px;border:1px solid #F8F9FA;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));z-index:1;min-width:var(--reka-dropdown-menu-trigger-width);max-width:100%;overflow:auto;animation-duration:.2s;animation-timing-function:ease-out;max-height:min(var(--reka-dropdown-menu-content-available-height),80vh);will-change:opacity,transform}.v-dropdown-menu-sub-content[data-side=top]{animation-name:dropdownMenuSubSlideUp}.v-dropdown-menu-sub-content[data-side=bottom]{animation-name:dropdownMenuSubSlideDown}.v-dropdown-menu-sub-content[data-side=left]{animation-name:dropdownMenuSubSlideLeft}.v-dropdown-menu-sub-content[data-side=right]{animation-name:dropdownMenuSubSlideRight}@keyframes dropdownMenuSubSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownMenuSubSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownMenuSubSlideLeft{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes dropdownMenuSubSlideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.v-dropdown-menu-sub-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;color:inherit;text-decoration:none}.v-dropdown-menu-sub-trigger__icon{width:16px;height:16px;flex-shrink:0;color:#6c757d}.v-dropdown-menu-trigger{position:relative;display:flex;align-items:center;cursor:pointer;width:fit-content}.v-dropdown-menu-trigger__icon{width:14px;color:#495057;transition:all .3s;transform-origin:center;transform:rotate(0);margin-left:9px;margin-top:0!important}.v-dropdown-menu-trigger[data-state=open] .v-dropdown-menu-trigger__icon{transform:rotate(180deg);transition:all .3s}.v-tooltip-content{padding:8px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15));border-radius:2px;background:#f8f9fa;color:#12161f;animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;max-width:270px;width:100%;overflow-wrap:break-word;word-break:normal}.v-tooltip-content[data-state=delayed-open][data-side=top]{animation-name:slideDownAndFade}.v-tooltip-content[data-state=delayed-open][data-side=right]{animation-name:slideLeftAndFade}.v-tooltip-content[data-state=delayed-open][data-side=bottom]{animation-name:slideUpAndFade}.v-tooltip-content[data-state=delayed-open][data-side=left]{animation-name:slideRightAndFade}.v-tooltip-arrow{fill:#fff}.v-tooltip-trigger{cursor:default;vertical-align:middle}.v-carousel{position:relative}.v-carousel-content{display:flex;width:100%}.v-carousel-content__container{width:100%;display:flex;padding-left:0}.v-carousel-item{width:100%;list-style:none}.v-carousel-next{position:absolute}.v-carousel-prev{position:absolute}.ui-field{display:flex;flex-direction:column;gap:var(--ui-space-2);color:var(--ui-color-text);font-family:var(--ui-font-family-body)}.ui-field[data-disabled]{opacity:var(--ui-opacity-disabled)}.ui-field[data-invalid]{--ui-input-border: var(--ui-color-negative)}.v-info-short{width:100%}.v-info-short+.v-info-short{margin-top:60px}.v-info-short .is--subheading-1+.is--link-1{margin-top:30px}.v-section{width:100%}.v-section .is--container{display:flex;flex-direction:column}.v-section__button{margin-top:32px;align-self:center}.v-section__content{width:100%}.v-svg-icon{display:inline-block}.v-svg-icon svg{width:100%;height:100%;display:block}.v-svg-icon__background{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-repeat:no-repeat;background-position:center;background-size:contain}.v-have-questions__container{position:relative;overflow:hidden;display:flex;width:100%;padding:130px;align-items:center;gap:88px;justify-content:space-between;border-radius:2px;border:1px solid #E9ECEF;background:linear-gradient(102deg,#f0f4ff 2.63%,#d3e0ff);z-index:1}@media(max-width:768px){.v-have-questions__container{padding:40px;flex-direction:column;gap:60px}}.v-have-questions__container:before{content:"";position:absolute;bottom:0;right:0;width:53%;height:57%;background:url(/assets/haveQuestionBg.CpmslHGK.svg) no-repeat center;background-size:contain;z-index:0}.v-have-questions__button{margin-top:40px}@media(max-width:768px){.v-have-questions__button{margin-top:24px!important}}.v-have-questions p{font-size:20px;line-height:30px;margin-top:8px!important}@media(max-width:768px){.v-have-questions p{margin-top:3px!important}}.v-have-questions__content{position:relative;flex-shrink:0;width:48%}@media(max-width:768px){.v-have-questions__content{width:100%}}.v-have-questions__img{width:570px;height:320px;flex-shrink:0;padding:5.5px;border-radius:10.958px;background:#fff;box-shadow:0 8.818px 10.287px -5.878px #12161f0d,0 14.696px 47.028px 5.878px #12161f1a;position:relative;z-index:1;aspect-ratio:570/320}@media(max-width:768px){.v-have-questions__img{width:100%;height:auto}}.v-have-questions__img-icon.v-image{border-radius:4.853px;border:.607px solid #E9ECEF;margin-top:0!important;height:100%;width:auto}.v-have-questions .v-image__image{width:auto;height:auto;align-self:baseline}.v-have-questions.is--no-image .v-have-questions__content{width:100%}.v-have-questions.is--no-image .v-have-questions__img{display:none}.v-highlight-base{--highlight-base-color: linear-gradient(107deg, rgba(0, 66, 212, .95) -11.26%, rgba(1, 47, 150, .95) 8.01%, rgba(1, 33, 102, .95) 42.66%, rgba(2, 22, 67, .95) 99.14%);width:100%}.v-highlight-base.is--color-black{--highlight-base-color: #12161F}.v-highlight-base.is--full-width{padding:130px 0;background:var(--highlight-base-color)}@media screen and (max-width:768px){.v-highlight-base.is--full-width{padding:100px 0}}.v-highlight-base.is--background-cells{position:relative;isolation:isolate;overflow:hidden}.v-highlight-base.is--background-cells:before,.v-highlight-base.is--background-cells:after{content:"";position:absolute;width:462px;height:501px;aspect-ratio:154/167;background-size:contain;background-repeat:no-repeat;z-index:0;pointer-events:none}@media screen and (max-width:768px){.v-highlight-base.is--background-cells:before,.v-highlight-base.is--background-cells:after{width:375px;height:407px;aspect-ratio:375/407}}.v-highlight-base.is--background-cells:before{background-image:url(/assets/cell-bottom-left.C7jp5ZEb.webp);background-position:left bottom;bottom:0;left:0}.v-highlight-base.is--background-cells:after{background-image:url(/assets/cell-top-right.8TETiC17.webp);background-position:right top;top:0;right:0}.v-highlight-base.is--background-cells .v-highlight-base__container{position:relative;z-index:1}.v-highlight-base:not(.is--full-width) .v-highlight-base__container{padding:130px;background:var(--highlight-base-color)}@media screen and (max-width:768px){.v-highlight-base:not(.is--full-width) .v-highlight-base__container{padding:40px}}.v-highlight-base__container{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;position:relative;color:#fff;min-height:245px}@media screen and (max-width:768px){.v-highlight-base__container{min-height:250px}}.v-highlight-base p{color:inherit;opacity:.9}.v-highlight-base h1,.v-highlight-base h2,.v-highlight-base h3,.v-highlight-base h4,.v-highlight-base h5,.v-highlight-base h6{color:inherit}.v-highlight-base h1 a,.v-highlight-base h2 a,.v-highlight-base h3 a,.v-highlight-base h4 a,.v-highlight-base h5 a,.v-highlight-base h6 a{text-decoration:none;color:inherit}.v-highlight-base a{color:inherit}.v-highlight-base ul{color:inherit;margin:32px 0 0}.v-highlight-base li{color:inherit}@media screen and not (min-width:980px){.v-highlight-base .is--cols-auto-left{display:flex;flex-direction:column}}@media screen and not (min-width:980px){.v-highlight-base .v-list-pointers ul{max-width:100%}}.how-we-can-assist-you__wrapper{display:flex;align-self:center}@media(max-width:980px){.how-we-can-assist-you__wrapper{flex-direction:column}}.how-we-can-assist-you__left{width:100%;max-width:457px}.how-we-can-assist-you__left p{max-width:409px}@media(max-width:980px){.how-we-can-assist-you__left p{max-width:100%}}@media(max-width:980px){.how-we-can-assist-you__left{max-width:100%}}.how-we-can-assist-you__item h1,.how-we-can-assist-you__item h2,.how-we-can-assist-you__item h3,.how-we-can-assist-you__item h4,.how-we-can-assist-you__item h5,.how-we-can-assist-you__item h6{margin-top:12px}.how-we-can-assist-you__item a.is--link-1{display:block;margin-top:20px;text-decoration:underline;transition:.3s all ease-in-out;color:#004fff;cursor:pointer}.how-we-can-assist-you__item a.is--link-1:hover{text-decoration:none}.how-we-can-assist-you img{margin-top:0!important}.how-we-can-assist-you__right{position:relative;margin-top:0;padding-bottom:0;padding-right:30px;display:flex;align-items:center;gap:60px;flex:1 0 0;align-self:stretch}@media screen and (max-width:768px){.how-we-can-assist-you__right{flex-direction:column}}.v-info-highlight+.v-info-highlight{margin-top:20px}.v-info-top__button-wrap{margin-top:0!important;gap:20px;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:768px){.v-info-top__button-wrap{gap:12px;align-items:end;flex-direction:row}}.v-info-top a:not([class]){margin-top:0!important}.v-list-checkmarks{display:flex;flex-direction:column;gap:20px;padding:0;list-style:none;margin:0}.v-list-checkmarks li{display:flex;flex-direction:row;gap:8px;margin:0}.v-list-checkmarks__icon-wrap{width:24px;height:24px;flex-shrink:0;display:flex;padding:4px;align-items:flex-start;gap:10px;border-radius:50px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15));background-color:#d9ffee}.v-list-checkmarks__icon{width:16px;height:16px;flex-shrink:0;color:#36be83}.v-list-checkmarks__item{opacity:.9;margin:0!important}.v-list-caption__text{color:#12161f}.v-table{width:100%;border-spacing:0;border-collapse:collapse}.v-table__wrap{width:100%;overflow:auto;padding:1px 0}.v-table-body{width:100%}.v-table-cell{color:#343a40}.is--size-regular .v-table-cell{padding:16px}@media screen and (max-width:768px){.is--size-regular .v-table-cell{font-weight:500;font-size:12px;line-height:18px}}.is--size-small .v-table-cell{padding:12px;font-weight:500;font-size:12px;line-height:18px}.is--size-large .v-table-cell{padding:26px 16px}@media screen and (max-width:768px){.is--size-large .v-table-cell{font-weight:500;font-size:12px;line-height:18px}}:is(.dark,[data-theme=dark]) .v-table-cell{color:var(--ui-color-text)}.v-table-body .v-table-row{border-top:1px solid #E9ECEF;cursor:default;transition:all .3s ease}.v-table-body .v-table-row:hover{background-color:#f8f9fa}.v-table-body .v-table-row:last-of-type{border-bottom:1px solid #E9ECEF}.v-table-body .v-table-row.is--disabled{opacity:.5;pointer-events:none}.v-table-empty{text-align:center;height:80px}.v-table-footer{width:100%}.v-table-head{color:#6c757d;gap:2px;cursor:default}.is--size-regular .v-table-head{padding:16px}@media screen and (max-width:768px){.is--size-regular .v-table-head{font-weight:500;font-size:12px;line-height:18px}}.is--size-small .v-table-head{padding:12px;font-weight:500;font-size:12px;line-height:18px}.is--size-large .v-table-head{padding:26px 16px}@media screen and (max-width:768px){.is--size-large .v-table-head{font-weight:500;font-size:12px;line-height:18px}}:is(.dark,[data-theme=dark]) .v-table-head{color:var(--ui-color-text-muted)}.v-table-header{width:100%}.v-related-pages{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:2px;border:1px solid #E9ECEF;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06))}.v-related-pages__content{border:1px solid #E9ECEF;border-top:none}.v-related-pages__left{width:30%;background-color:#f0f4ff}.v-related-pages__left a{text-decoration:none}.v-related-pages__right a{padding:8px 16px;display:inline-block}.v-section-card-article-list{width:100%}.v-section-card-article-list__items{width:100%;padding:0;list-style:none}.v-section-card-article-list__item{border-top:1px solid #CED4DA}.v-section-card-article-list__item:last-child{border-bottom:1px solid #CED4DA}.case-studies-navigation{display:flex;justify-content:space-between;align-items:center}.case-studies-navigation__button-icon{width:20px}*+.v-section-related-pages{margin-top:60px}.v-timeline{position:relative}.v-timeline__title{margin-bottom:20px;color:#12161f}.v-timeline__content{width:100%;position:relative;padding-left:0}.v-timeline.is--content-style-default .v-timeline__content{max-width:740px;margin:0 auto}.v-timeline.is--content-style-default .v-timeline__title{max-width:740px;margin:0 auto 20px}.v-timeline.is--horizontal .v-timeline__content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}@media screen and (max-width:980px){.v-timeline.is--horizontal .v-timeline__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.v-timeline.is--horizontal .v-timeline__content{display:flex;flex-direction:column}}:is(.dark,[data-theme=dark]) .v-timeline__title{color:var(--ui-color-text)}.v-timeline-circle{display:flex;justify-content:center;align-items:center;border-style:solid;gap:10px;border-radius:100%;z-index:2}.v-timeline-circle.is--type-inner{width:9px;height:9px;border-width:3px;border-color:#004fff}.v-timeline-circle.is--type-inner-highlight{width:9px;height:9px;border-width:3px;border-color:#fff}.v-timeline-circle.is--type-active{width:24px;height:24px;border-width:5px;border-color:#004fff}.v-timeline-circle.is--type-not-complete{width:24px;height:24px;border-width:5px;border-color:#dee2e6}.v-timeline-circle.is--type-complete{width:24px;height:24px;border-color:#004fff;background-color:#004fff}.v-timeline-circle.is--type-highlight{width:24px;height:24px;border-width:5px;border-color:#004fff}.v-timeline-circle.is--type-highlight:before{content:"";width:40px;height:40px;border:1px solid #004FFF;position:absolute;border-radius:100%}.v-timeline-item{--top: 42px;--normal-circle-height: 24px;--highlight-circle-bigger: 8px;--highlight-circle-height: calc(var(--normal-circle-height) + var(--highlight-circle-bigger));list-style:none}.v-timeline-item:not(.is--horizontal) .v-timeline-item__items{margin-left:50px}.v-timeline-item:not(.is--horizontal) .v-timeline-item__circle{top:var(--top);position:absolute}.v-timeline-item:not(.is--horizontal):before{content:"";position:absolute;top:calc(var(--top) + var(--normal-circle-height));left:11px;z-index:1;width:2px;height:calc(100% - var(--top) - var(--normal-circle-height) - 2 * var(--highlight-circle-bigger));background-color:#dee2e6}.v-timeline-item:not(.is--horizontal):after{content:"";position:absolute;top:-16px;left:11px;z-index:1;width:2px;height:calc(var(--top) + 2 * var(--highlight-circle-bigger));background-color:#dee2e6}.v-timeline-item:not(.is--horizontal).is--title.is--circle-type-highlight:before{top:var(--highlight-circle-height);height:calc(100% - var(--highlight-circle-height))}.v-timeline-item:not(.is--horizontal).is--title.is--circle-type-highlight:after{height:var(--highlight-circle-bigger)}.v-timeline-item:not(.is--horizontal) .v-timeline-item__step-wrap{margin-left:50px}.v-timeline-item{padding-bottom:30px;position:relative;left:0;top:0;height:100%}@media screen and (max-width:767px){.v-timeline-item{padding-bottom:35px;margin-left:8px}}.v-timeline-item.is--line-regular:last-child:before{display:none}.v-timeline-item.is--line-hidden:before{background:linear-gradient(#dee2e6,#dee2e600)!important}.v-timeline-item:first-of-type:after{display:none}.v-timeline-item__step-wrap{display:flex;flex-direction:row;align-items:center;position:relative;margin-bottom:16px}.v-timeline-item__step{text-transform:uppercase;color:#004fff}.v-timeline-item.is--circle-type-highlight:before{top:calc(var(--top) + var(--highlight-circle-height));height:calc(100% - var(--top) - var(--highlight-circle-height) - var(--highlight-circle-bigger))}.v-timeline-item.is--circle-type-highlight:after{height:calc(var(--top) + var(--highlight-circle-bigger))}.v-timeline-item.is--title:before{top:var(--normal-circle-height);height:calc(100% - var(--normal-circle-height) - var(--highlight-circle-bigger))}.v-timeline-item.is--title:after{height:calc(2 * var(--highlight-circle-bigger))}.v-timeline-item.is--title .v-timeline-item__circle{top:0}.v-timeline-item.is--horizontal{position:relative;display:flex;flex-direction:column;margin-bottom:40px}@media(max-width:768px){.v-timeline-item.is--horizontal{padding-left:60px;margin-bottom:0}}.v-timeline-item.is--horizontal .v-timeline-item__circle{flex-shrink:0;position:relative;margin-bottom:12px;left:50%;transform:translate(-50%)}@media(max-width:768px){.v-timeline-item.is--horizontal .v-timeline-item__circle{top:0;left:9px;transform:translate(0);position:absolute}}.v-timeline-item.is--horizontal:before{content:"";position:absolute;top:11px;left:calc(50% + 12px);z-index:1;width:calc(100% + 7px);height:2px;background-color:#dee2e6}@media(max-width:768px){.v-timeline-item.is--horizontal:before{top:24px;left:20px;width:2px;height:calc(100% + 7px)}}@media(min-width:769px){.v-timeline-item.is--horizontal:nth-child(1):before{left:calc(50% + 19px);width:100%}}@media(max-width:768px){.v-timeline-item.is--horizontal:nth-child(1):before{top:32px;height:100%}}@media(max-width:980px){.v-timeline-item.is--horizontal:nth-child(3):after{width:calc(100% + 100vw);content:"";position:absolute;top:11px;right:calc(50% + 12px);z-index:1;height:2px;background-color:#dee2e6}}@media(max-width:980px)and (max-width:768px){.v-timeline-item.is--horizontal:nth-child(3):after{display:none}}@media(min-width:981px){.v-timeline-item.is--horizontal:nth-child(3):before{width:calc(100% + 100vw)}}@media(min-width:769px){.v-timeline-item.is--horizontal:nth-child(4):after{content:"";position:absolute;top:11px;right:calc(50% + 12px);z-index:1;height:2px;background-color:#dee2e6}}@media(min-width:980px){.v-timeline-item.is--horizontal:nth-child(4):after{width:calc(100% + 100vw)}}@media(max-width:980px){.v-timeline-item.is--horizontal:nth-child(5):after{width:calc(100% + 100vw);content:"";position:absolute;top:11px;right:calc(50% + 12px);z-index:1;height:2px;background-color:#dee2e6}}@media(max-width:768px){.v-timeline-item.is--horizontal:nth-child(5):after{display:none}}.v-timeline-item.is--horizontal .v-timeline-item__step-wrap{margin-top:20px}@media(max-width:768px){.v-timeline-item.is--horizontal .v-timeline-item__step-wrap{margin-top:0}}@media(min-width:769px){.v-timeline-item.is--horizontal .v-timeline-item__step-wrap{justify-content:center}}:is(.dark,[data-theme=dark]) .v-timeline-item__step{color:var(--ui-color-text)}:is(.dark,[data-theme=dark]) .v-timeline-item__items{color:var(--ui-color-text-muted)}.v-timeline-card{flex-direction:column;padding:40px!important;position:relative;color:#343a40}.v-timeline-card__duration-title{color:#12161f}.v-timeline-card__duration-text{color:#004fff}.v-timeline-card__circle{position:absolute;left:16px;top:50px}@media screen and (max-width:767px){.v-timeline-card__circle{left:10px}}.v-timeline-card__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:15px;border-bottom:1px dashed rgba(51,51,51,.1)}@media screen and (max-width:767px){.v-timeline-card__header{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.v-timeline-card__title{margin-top:0;color:#12161f}@media screen and (max-width:767px){.v-timeline-card__title{margin-bottom:10px}}.v-timeline-card.is--variant-inner{margin-bottom:32px;color:#343a40}.v-timeline-card.is--variant-inner:before{content:"";position:absolute;left:20px;bottom:-32px;width:2px;height:32px;background-color:#dee2e6}@media screen and (max-width:767px){.v-timeline-card.is--variant-inner:before{left:15px}}.v-timeline-card.is--variant-inner:last-child{margin-bottom:0}.v-timeline-card.is--variant-inner:last-child:before{display:none}.v-timeline-card.is--variant-inner-highlight{background-color:#0042d4;color:#f8f9fa}.v-timeline-card.is--variant-inner-highlight:before{content:"";position:absolute;left:20px;bottom:-32px;width:2px;height:32px;background-color:#dee2e6}@media screen and (max-width:767px){.v-timeline-card.is--variant-inner-highlight:before{left:15px}}.v-timeline-card.is--variant-inner-highlight .v-timeline-card__title,.v-timeline-card.is--variant-inner-highlight p,.v-timeline-card.is--variant-inner-highlight .v-timeline-card__duration-title,.v-timeline-card.is--variant-inner-highlight .v-timeline-card__duration-text{color:#fff}.v-timeline-card.is--variant-inner-highlight .v-timeline-card__header{border-color:#fff}.v-timeline-card.is--variant-inner-highlight:last-child{margin-bottom:0}.v-timeline-card.is--variant-inner-highlight:last-child:before{display:none}.v-timeline-card.is--variant-highlight{background-color:#0042d4;color:#f8f9fa}.v-timeline-card.is--variant-highlight .v-timeline-card__title{color:#f8f9fa}.v-timeline-card.is--variant-highlight p,.v-timeline-card.is--variant-highlight .v-timeline-card__duration-title,.v-timeline-card.is--variant-highlight .v-timeline-card__duration-text{color:#fff}.v-timeline-card.is--variant-highlight .v-timeline-card__header{border-color:#fff}.v-timeline-card.is--type-not-complete{opacity:.3;pointer-events:none}.v-timeline-card.is--type-complete{background-color:#f8f9fa;border:1px solid #E9ECEF;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.case-studies-timeline{display:flex;flex-direction:column;overflow:hidden}.case-studies-timeline__button{max-width:692px;min-height:48px;padding:12px 20px;height:auto}.case-studies-timeline__button-wrap{max-width:740px;margin:0 auto;width:100%;justify-content:flex-end;display:flex}@media(max-width:768px){.case-studies-timeline__button-wrap{padding-left:60px}}@media(max-width:768px){.case-studies-top .is--top{flex-direction:column-reverse}}.v-section-top-video{text-align:center;position:relative;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center}.v-section-top-video.is--full-height{padding:70px 0;min-height:max(600px,100vh)}@media(max-width:980px){.v-section-top-video.is--full-height{min-height:730px;padding-top:160px}}.v-section-top-video:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:.5;background-image:var(--video-cover);background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:center}.v-section-top-video video{position:absolute;left:0;top:0;width:auto;height:auto;min-width:100%;min-height:100%;opacity:.3;z-index:-2;object-fit:cover}.v-section-top-video__content{max-width:742px;margin:0 auto}.v-section-top-video h5{color:#004fff;text-transform:uppercase}@media screen and not (max-width:980px){.v-section-top-video .v-block-two-col__image{max-height:min(100vh - 140px,750px)}}@media screen and not (min-width:768px){.v-section-top-video .v-block-two-col__image{margin-bottom:-70px}}@media screen and not (min-width:768px){.v-section-top-video .v-block-two-col__container{gap:40px}}.v-table-comparison{width:100%}.v-table-comparison .v-table{table-layout:fixed}@media screen and not (max-width:768px){.v-table-comparison__head:first-child{width:180px}}.v-table-comparison__head:nth-child(2){background-color:#f8f9fa;color:#12161f;width:calc(50% - 90px)}.v-table-comparison__head:nth-child(3){background-color:#f0f4ff;color:#004fff;width:calc(50% - 90px)}@media screen and not (min-width:768px){.v-table-comparison__title{font-size:16px;font-weight:800;line-height:26px}}.v-table-comparison__cell:first-child{font-size:12px;font-weight:500;line-height:18px;color:#6c757d}@media screen and not (max-width:768px){.v-table-comparison__cell:first-child{width:180px}}.v-table-comparison__cell:nth-child(2){background-color:#f8f9fa;width:calc(50% - 90px)}.v-table-comparison__cell:nth-child(3){background-color:#f0f4ff;width:calc(50% - 90px)}@media screen and not (min-width:768px){.v-table-comparison__cell{font-size:12px;font-weight:500;line-height:18px}}.v-table-comparison .v-table-row:last-of-type{border-bottom:none}@media screen and not (min-width:768px){.v-table-comparison td,.v-table-comparison th{padding:12px}}/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-accent:var(--accent)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.isolate{isolation:isolate}.float-right{float:right}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-1{margin:var(--spacing)}.m-4{margin:calc(var(--spacing) * 4)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.transform\!{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)!important}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-5{gap:calc(var(--spacing) * 5)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.p-4{padding:calc(var(--spacing) * 4)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.ordinal\!{--tw-ordinal:ordinal!important;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)!important}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)!important}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.paused{animation-play-state:paused}.running{animation-play-state:running}.zoom-in{--tw-enter-scale:0}.zoom-out{--tw-exit-scale:0}@media(min-width:48rem){.md\:p-6{padding:calc(var(--spacing) * 6)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--background:#fff;--foreground:#12161f;--card:#fff;--card-foreground:#12161f;--popover:#fff;--popover-foreground:#12161f;--primary:#004fff;--primary-foreground:#fff;--secondary:#3ddc97;--secondary-foreground:#12161f;--muted:#f8f9fa;--muted-foreground:#6c757d;--accent:#f0f4ff;--accent-foreground:#004fff;--destructive:#ff3b3b;--destructive-foreground:#fff;--border:#e9ecef;--input:#dee2e6;--ring:#004fff;--radius:.5rem}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}:root{--gt-primitive-animation-fade-in: .18s;--gt-primitive-breakpoint-lg: 64rem;--gt-primitive-breakpoint-md: 48rem;--gt-primitive-breakpoint-sm: 40rem;--gt-primitive-breakpoint-xl: 80rem;--gt-primitive-color-amber-200: #fde68a;--gt-primitive-color-amber-50: #fffbeb;--gt-primitive-color-amber-800: #92400e;--gt-primitive-color-amber-950: #451a03;--gt-primitive-color-black: #000000;--gt-primitive-color-blue-200: #bfdbfe;--gt-primitive-color-blue-50: #eff6ff;--gt-primitive-color-blue-800: #1e40af;--gt-primitive-color-blue-950: #172554;--gt-primitive-color-green-300: #86efac;--gt-primitive-color-green-50: #ecfdf5;--gt-primitive-color-green-700: #15803d;--gt-primitive-color-green-800: #166534;--gt-primitive-color-green-950: #052e16;--gt-primitive-color-neutral-100: #e2e8f0;--gt-primitive-color-neutral-200: #cbd5e1;--gt-primitive-color-neutral-25: #f8fafc;--gt-primitive-color-neutral-400: #94a3b8;--gt-primitive-color-neutral-50: #f1f5f9;--gt-primitive-color-neutral-500: #64748b;--gt-primitive-color-neutral-600: #475569;--gt-primitive-color-neutral-700: #334155;--gt-primitive-color-neutral-800: #1e293b;--gt-primitive-color-neutral-900: #111827;--gt-primitive-color-neutral-950: #0f172a;--gt-primitive-color-overlay: rgb(0 0 0 / .64);--gt-primitive-color-red-300: #fca5a5;--gt-primitive-color-red-50: #fef2f2;--gt-primitive-color-red-800: #991b1b;--gt-primitive-color-red-950: #450a0a;--gt-primitive-color-teal-200: #99f6ed;--gt-primitive-color-teal-300: #5eead4;--gt-primitive-color-teal-500: #14b8a6;--gt-primitive-color-teal-600: #0d9488;--gt-primitive-color-teal-700: #0f766e;--gt-primitive-color-teal-800: #115e59;--gt-primitive-color-teal-950: #042f2e;--gt-primitive-color-white: #ffffff;--gt-primitive-duration-fast: .12s;--gt-primitive-duration-normal: .18s;--gt-primitive-easing-exit: cubic-bezier(.4, 0, 1, 1);--gt-primitive-easing-standard: cubic-bezier(.2, 0, 0, 1);--gt-primitive-font-family-mono: ui-monospace, "SFMono-Regular", "Menlo", monospace;--gt-primitive-font-family-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--gt-primitive-font-size-2xl: 1.5rem;--gt-primitive-font-size-base: 1rem;--gt-primitive-font-size-lg: 1.125rem;--gt-primitive-font-size-sm: .875rem;--gt-primitive-font-size-xl: 1.25rem;--gt-primitive-font-size-xs: .75rem;--gt-primitive-font-weight-bold: 700;--gt-primitive-font-weight-medium: 500;--gt-primitive-font-weight-regular: 400;--gt-primitive-font-weight-semibold: 600;--gt-primitive-letter-spacing-normal: 0px;--gt-primitive-letter-spacing-tight: -.015rem;--gt-primitive-letter-spacing-wide: .025rem;--gt-primitive-line-height-normal: 1.5;--gt-primitive-line-height-relaxed: 1.625;--gt-primitive-line-height-tight: 1.25;--gt-primitive-opacity-disabled: .48;--gt-primitive-opacity-muted: .72;--gt-primitive-radius-full: 9999px;--gt-primitive-radius-lg: .75rem;--gt-primitive-radius-md: .5rem;--gt-primitive-radius-none: 0px;--gt-primitive-radius-sm: .25rem;--gt-primitive-shadow-md: 0px 4px 12px -2px rgb(15 23 42 / .12), 0px 2px 4px -1px rgb(15 23 42 / .08);--gt-primitive-shadow-sm: 0px 1px 2px 0px rgb(15 23 42 / .12);--gt-primitive-spacing-0: 0px;--gt-primitive-spacing-1: .25rem;--gt-primitive-spacing-12: 3rem;--gt-primitive-spacing-2: .5rem;--gt-primitive-spacing-3: .75rem;--gt-primitive-spacing-4: 1rem;--gt-primitive-spacing-6: 1.5rem;--gt-primitive-spacing-8: 2rem;--gt-component-button-disabled-background: #f1f5f9;--gt-component-button-disabled-foreground: #475569;--gt-component-button-focus-ring: #0f766e;--gt-component-button-primary-background: #0f766e;--gt-component-button-primary-background-hover: #115e59;--gt-component-button-primary-foreground: #ffffff;--gt-component-dialog-background: #ffffff;--gt-component-dialog-foreground: #111827;--gt-component-dialog-overlay: rgb(0 0 0 / .64);--gt-component-input-background: #ffffff;--gt-component-input-border: #64748b;--gt-component-input-border-focus: #0f766e;--gt-component-input-disabled-background: #f1f5f9;--gt-component-input-disabled-foreground: #475569;--gt-component-input-foreground: #111827;--gt-component-toast-negative-background: #fef2f2;--gt-component-toast-negative-foreground: #991b1b;--gt-component-toast-neutral-background: #f1f5f9;--gt-component-toast-neutral-foreground: #334155;--gt-component-toast-positive-background: #ecfdf5;--gt-component-toast-positive-foreground: #166534;--gt-color-accent-background: #0f766e;--gt-color-accent-background-hover: #115e59;--gt-color-accent-foreground: #ffffff;--gt-color-background-canvas: #f8fafc;--gt-color-background-elevated: #ffffff;--gt-color-background-overlay: rgb(0 0 0 / .64);--gt-color-background-subtle: #f1f5f9;--gt-color-background-surface: #ffffff;--gt-color-border-default: #cbd5e1;--gt-color-border-focus: #0f766e;--gt-color-border-strong: #64748b;--gt-color-foreground-default: #111827;--gt-color-foreground-disabled: #475569;--gt-color-foreground-inverse: #f8fafc;--gt-color-foreground-muted: #475569;--gt-color-info-background: #eff6ff;--gt-color-info-border: #1e40af;--gt-color-info-foreground: #1e40af;--gt-color-negative-background: #fef2f2;--gt-color-negative-border: #991b1b;--gt-color-negative-foreground: #991b1b;--gt-color-neutral-background: #f1f5f9;--gt-color-neutral-border: #64748b;--gt-color-neutral-foreground: #334155;--gt-color-positive-background: #ecfdf5;--gt-color-positive-border: #15803d;--gt-color-positive-foreground: #166534;--gt-color-warning-background: #fffbeb;--gt-color-warning-border: #92400e;--gt-color-warning-foreground: #92400e;--gt-typography-body-font-family: "Inter", ui-sans-serif, system-ui, sans-serif;--gt-typography-body-font-size: 1rem;--gt-typography-body-font-weight: 400;--gt-typography-body-letter-spacing: 0px;--gt-typography-body-line-height: 1.5;--gt-typography-tabular-number-font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace;--gt-typography-tabular-number-font-size: 1rem;--gt-typography-tabular-number-font-variant-numeric: tabular-nums;--gt-typography-tabular-number-font-weight: 500;--gt-typography-tabular-number-letter-spacing: 0px;--gt-typography-tabular-number-line-height: 1.5}:is(.dark,[data-theme=dark]){--gt-component-button-disabled-background: #1e293b;--gt-component-button-disabled-foreground: #94a3b8;--gt-component-button-focus-ring: #5eead4;--gt-component-button-primary-background: #5eead4;--gt-component-button-primary-background-hover: #99f6ed;--gt-component-button-primary-foreground: #042f2e;--gt-component-dialog-background: #1e293b;--gt-component-dialog-foreground: #f8fafc;--gt-component-dialog-overlay: rgb(0 0 0 / .64);--gt-component-input-background: #111827;--gt-component-input-border: #94a3b8;--gt-component-input-border-focus: #5eead4;--gt-component-input-disabled-background: #1e293b;--gt-component-input-disabled-foreground: #94a3b8;--gt-component-input-foreground: #f8fafc;--gt-component-toast-negative-background: #450a0a;--gt-component-toast-negative-foreground: #fca5a5;--gt-component-toast-neutral-background: #1e293b;--gt-component-toast-neutral-foreground: #e2e8f0;--gt-component-toast-positive-background: #052e16;--gt-component-toast-positive-foreground: #86efac;--gt-color-accent-background: #5eead4;--gt-color-accent-background-hover: #99f6ed;--gt-color-accent-foreground: #042f2e;--gt-color-background-canvas: #0f172a;--gt-color-background-elevated: #1e293b;--gt-color-background-overlay: rgb(0 0 0 / .64);--gt-color-background-subtle: #1e293b;--gt-color-background-surface: #111827;--gt-color-border-default: #334155;--gt-color-border-focus: #5eead4;--gt-color-border-strong: #94a3b8;--gt-color-foreground-default: #f8fafc;--gt-color-foreground-disabled: #94a3b8;--gt-color-foreground-inverse: #111827;--gt-color-foreground-muted: #cbd5e1;--gt-color-info-background: #172554;--gt-color-info-border: #bfdbfe;--gt-color-info-foreground: #bfdbfe;--gt-color-negative-background: #450a0a;--gt-color-negative-border: #fca5a5;--gt-color-negative-foreground: #fca5a5;--gt-color-neutral-background: #1e293b;--gt-color-neutral-border: #94a3b8;--gt-color-neutral-foreground: #e2e8f0;--gt-color-positive-background: #052e16;--gt-color-positive-border: #86efac;--gt-color-positive-foreground: #86efac;--gt-color-warning-background: #451a03;--gt-color-warning-border: #fde68a;--gt-color-warning-foreground: #fde68a;--gt-typography-body-font-family: "Inter", ui-sans-serif, system-ui, sans-serif;--gt-typography-body-font-size: 1rem;--gt-typography-body-font-weight: 400;--gt-typography-body-letter-spacing: 0px;--gt-typography-body-line-height: 1.5;--gt-typography-tabular-number-font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace;--gt-typography-tabular-number-font-size: 1rem;--gt-typography-tabular-number-font-variant-numeric: tabular-nums;--gt-typography-tabular-number-font-weight: 500;--gt-typography-tabular-number-letter-spacing: 0px;--gt-typography-tabular-number-line-height: 1.5}:root{--ui-breakpoint-sm: var(--gt-primitive-breakpoint-sm);--ui-breakpoint-md: var(--gt-primitive-breakpoint-md);--ui-breakpoint-lg: var(--gt-primitive-breakpoint-lg);--ui-breakpoint-xl: var(--gt-primitive-breakpoint-xl);--ui-space-0: var(--gt-primitive-spacing-0);--ui-space-1: var(--gt-primitive-spacing-1);--ui-space-2: var(--gt-primitive-spacing-2);--ui-space-3: var(--gt-primitive-spacing-3);--ui-space-4: var(--gt-primitive-spacing-4);--ui-space-6: var(--gt-primitive-spacing-6);--ui-space-8: var(--gt-primitive-spacing-8);--ui-space-12: var(--gt-primitive-spacing-12);--ui-radius-none: var(--gt-primitive-radius-none);--ui-radius-sm: var(--gt-primitive-radius-sm);--ui-radius-md: var(--gt-primitive-radius-md);--ui-radius-lg: var(--gt-primitive-radius-lg);--ui-radius-full: var(--gt-primitive-radius-full);--ui-font-family-body: var(--gt-typography-body-font-family);--ui-font-family-mono: var(--gt-typography-tabular-number-font-family);--ui-font-size-xs: var(--gt-primitive-font-size-xs);--ui-font-size-sm: var(--gt-primitive-font-size-sm);--ui-font-size-base: var(--gt-primitive-font-size-base);--ui-font-size-lg: var(--gt-primitive-font-size-lg);--ui-font-size-xl: var(--gt-primitive-font-size-xl);--ui-font-weight-regular: var(--gt-primitive-font-weight-regular);--ui-font-weight-medium: var(--gt-primitive-font-weight-medium);--ui-font-weight-semibold: var(--gt-primitive-font-weight-semibold);--ui-font-weight-bold: var(--gt-primitive-font-weight-bold);--ui-line-height-tight: var(--gt-primitive-line-height-tight);--ui-line-height-normal: var(--gt-primitive-line-height-normal);--ui-motion-fast: var(--gt-primitive-duration-fast);--ui-motion-normal: var(--gt-primitive-duration-normal);--ui-motion-control: var(--gt-primitive-duration-normal);--ui-motion-overlay: var(--gt-primitive-duration-fast);--ui-control-height-sm: 32px;--ui-control-height-md: 40px;--ui-control-height-lg: 48px;--ui-control-content-gap: 6px;--ui-easing-standard: var(--gt-primitive-easing-standard);--ui-easing-exit: var(--gt-primitive-easing-exit);--ui-opacity-disabled: var(--gt-primitive-opacity-disabled);--ui-shadow-sm: var(--gt-primitive-shadow-sm);--ui-shadow-md: var(--gt-primitive-shadow-md);--ui-focus-ring-width: 2px;--ui-focus-ring-offset: 2px;--ui-z-base: 0;--ui-z-sticky: 10;--ui-z-dropdown: 50;--ui-z-sheet: 100;--ui-z-dialog: 1100;--ui-z-toast: 1200;--ui-color-canvas: var(--gt-color-background-canvas);--ui-color-surface: var(--gt-color-background-surface);--ui-color-elevated: var(--gt-color-background-elevated);--ui-color-subtle: var(--gt-color-background-subtle);--ui-color-text: var(--gt-color-foreground-default);--ui-color-text-muted: var(--gt-color-foreground-muted);--ui-color-text-inverse: var(--gt-color-foreground-inverse);--ui-color-border: var(--gt-color-border-default);--ui-color-border-strong: var(--gt-color-border-strong);--ui-color-focus: var(--gt-color-border-focus);--ui-color-accent: var(--gt-color-accent-background);--ui-color-accent-hover: var(--gt-color-accent-background-hover);--ui-color-accent-foreground: var(--gt-color-accent-foreground);--ui-color-negative: var(--gt-color-negative-foreground);--ui-color-negative-background: var(--gt-color-negative-background);--ui-color-positive: var(--gt-color-positive-foreground);--ui-color-positive-background: var(--gt-color-positive-background);--ui-color-warning: var(--gt-color-warning-foreground);--ui-color-warning-background: var(--gt-color-warning-background);--ui-overlay: var(--gt-color-background-overlay);--ui-focus-ring-color: var(--ui-color-focus);--ui-button-background: var(--gt-component-button-primary-background);--ui-button-background-hover: var(--gt-component-button-primary-background-hover);--ui-button-foreground: var(--gt-component-button-primary-foreground);--ui-input-background: var(--gt-component-input-background);--ui-input-foreground: var(--gt-component-input-foreground);--ui-input-border: var(--gt-component-input-border);--ui-input-border-focus: var(--gt-component-input-border-focus);--ui-dialog-background: var(--gt-component-dialog-background);--ui-dialog-foreground: var(--gt-component-dialog-foreground);--ui-dialog-overlay: var(--gt-component-dialog-overlay);--ui-badge-background: var(--gt-color-neutral-background);--ui-badge-foreground: var(--gt-color-neutral-foreground);--ui-skeleton-start: var(--gt-color-background-subtle);--ui-skeleton-middle: var(--gt-color-background-surface);--ui-skeleton-end: var(--gt-color-border-default)}:root[data-density=compact]{--ui-control-height-sm: 28px;--ui-control-height-md: 32px;--ui-control-height-lg: 40px;--ui-control-content-gap: 4px}@media(prefers-reduced-motion:reduce){:root{--ui-motion-fast: 1ms;--ui-motion-normal: 1ms;--ui-motion-control: 1ms;--ui-motion-overlay: 1ms}}:root,[data-ui-theme=webdevelop]{--ui-color-canvas: #f8f9fa;--ui-color-surface: #ffffff;--ui-color-elevated: #ffffff;--ui-color-subtle: #f0f4ff;--ui-color-text: #12161f;--ui-color-text-muted: #495057;--ui-color-text-inverse: #ffffff;--ui-color-border: #ced4da;--ui-color-border-strong: #6c757d;--ui-color-focus: #004fff;--ui-color-accent: #004fff;--ui-color-accent-hover: #003dc5;--ui-color-accent-foreground: #ffffff;--ui-color-negative: #ff3b3b;--ui-color-negative-background: #fff1f1;--ui-color-positive: #36be83;--ui-color-positive-background: #d9ffee;--ui-color-warning: #f1af32;--ui-color-warning-background: #fff7e8;--ui-overlay: rgb(18 22 31 / 40%);--ui-font-family-body: "Avenir", "Avenir Next", system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Cantarell", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--ui-radius-control: 2px;--ui-motion-control: .3s;--ui-motion-overlay: .15s;--ui-shadow-control: 0 2px 5px 1px rgb(18 22 31 / 3%), 0 2px 3px -2px rgb(18 22 31 / 15%);--ui-shadow-dialog: 0 4px 5px -2px rgb(18 22 31 / 5%), 0 6px 25px 2px rgb(18 22 31 / 6%);--ui-focus-ring-color: #004fff;--ui-button-background: #004fff;--ui-button-background-hover: #003dc5;--ui-button-foreground: #ffffff;--ui-input-background: #f8f9fa;--ui-input-foreground: #12161f;--ui-input-border: #ced4da;--ui-input-border-focus: #004fff;--ui-dialog-background: #ffffff;--ui-dialog-foreground: #12161f;--ui-dialog-overlay: rgb(18 22 31 / 40%);--ui-badge-background: #dee2e6;--ui-badge-foreground: #495057;--ui-skeleton-start: rgb(207 219 255 / 34%);--ui-skeleton-middle: rgb(235 243 255 / 34%);--ui-skeleton-end: rgb(203 216 255 / 34%)}:is(.dark,[data-theme=dark]),[data-ui-theme=webdevelop]:is(.dark,[data-theme=dark]){--ui-color-canvas: var(--gt-color-background-canvas);--ui-color-surface: var(--gt-color-background-surface);--ui-color-elevated: var(--gt-color-background-elevated);--ui-color-subtle: var(--gt-color-background-subtle);--ui-color-text: var(--gt-color-foreground-default);--ui-color-text-muted: var(--gt-color-foreground-muted);--ui-color-text-inverse: var(--gt-color-foreground-inverse);--ui-color-border: var(--gt-color-border-default);--ui-color-border-strong: var(--gt-color-border-strong);--ui-color-focus: var(--gt-color-border-focus);--ui-color-accent: var(--gt-color-accent-background);--ui-color-accent-hover: var(--gt-color-accent-background-hover);--ui-color-accent-foreground: var(--gt-color-accent-foreground);--ui-color-negative: var(--gt-color-negative-foreground);--ui-color-negative-background: var(--gt-color-negative-background);--ui-color-positive: var(--gt-color-positive-foreground);--ui-color-positive-background: var(--gt-color-positive-background);--ui-color-warning: var(--gt-color-warning-foreground);--ui-color-warning-background: var(--gt-color-warning-background);--ui-overlay: var(--gt-color-background-overlay);--ui-focus-ring-color: var(--gt-color-border-focus);--ui-button-background: var(--gt-component-button-primary-background);--ui-button-background-hover: var(--gt-component-button-primary-background-hover);--ui-button-foreground: var(--gt-component-button-primary-foreground);--ui-input-background: var(--gt-component-input-background);--ui-input-foreground: var(--gt-component-input-foreground);--ui-input-border: var(--gt-component-input-border);--ui-input-border-focus: var(--gt-component-input-border-focus);--ui-dialog-background: var(--gt-component-dialog-background);--ui-dialog-foreground: var(--gt-component-dialog-foreground);--ui-dialog-overlay: var(--gt-component-dialog-overlay);--ui-badge-background: var(--gt-color-neutral-background);--ui-badge-foreground: var(--gt-color-neutral-foreground);--ui-skeleton-start: var(--gt-color-background-subtle);--ui-skeleton-middle: var(--gt-color-background-surface);--ui-skeleton-end: var(--gt-color-border-default)}@media(prefers-reduced-motion:reduce){:root,[data-ui-theme=webdevelop]{--ui-motion-control: 1ms;--ui-motion-overlay: 1ms}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}a{text-decoration:none}ul[role=list],ol[role=list]{list-style:none}ul{margin:0}body{min-height:100vh;text-rendering:optimizespeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}*:focus{-webkit-tap-highlight-color:transparent}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid var(--ui-focus-ring-color, #004fff);outline-offset:2px}@font-face{font-family:Avenir;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Avenir-Black.CTVUyYDG.woff2) format("woff2")}@font-face{font-family:Avenir;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Avenir-Heavy.DG4YX3DM.woff2) format("woff2")}@font-face{font-family:Avenir;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Avenir-Light.BgtTCWzn.woff2) format("woff2")}@font-face{font-family:Avenir;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Avenir-Book.NaJjna6b.woff2) format("woff2")}@font-face{font-family:Avenir;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Avenir-Roman.BUrMJY69.woff2) format("woff2")}@font-face{font-family:Avenir;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Avenir-Medium.3dQWb9gp.woff2) format("woff2")}strong,b{font-weight:800}.with-default-distance button:not([class]),button:not([class]).with-default-distance{margin-top:40px}h1,.is--h1__title{font-weight:900;color:inherit;font-size:50px;line-height:64px;font-style:normal}@media screen and (max-width:767px){h1,.is--h1__title{font-size:38px;line-height:57px}}h2,.is--h2__title{font-weight:900;color:inherit;font-size:36px;line-height:54px;font-style:normal}@media screen and (max-width:767px){h2,.is--h2__title{font-size:28px;line-height:42px}}h3,.is--h3__title{font-weight:900;color:inherit;font-size:24px;line-height:36px;font-style:normal}h4,.is--h4__title{font-weight:800;color:inherit;font-size:20px;line-height:30px;font-style:normal}h5,.is--h5__title{font-weight:800;color:inherit;font-size:16px;line-height:24px;font-style:normal}h6,.is--h6__title{font-weight:800;color:inherit;font-size:14px;line-height:21px;font-style:normal}h1,.is--h1__title,h2,.is--h2__title,h3,.is--h3__title,h4,.is--h4__title,h5,.is--h5__title,h6,.is--h6__title{margin:0;border:0;position:relative}.is--display{font-weight:900;font-size:100px;line-height:100px;font-style:normal}.is--subheading-2{font-weight:350;font-size:20px;line-height:30px;font-style:normal}.is--subheading-1{font-weight:350;font-size:24px;line-height:36px;font-style:normal}@media screen and (max-width:767px){.is--subheading-1{font-size:20px;line-height:30px}}.is--body,.is--body-italic{font-weight:400;font-size:16px;line-height:26px;font-style:normal}.is--body-italic{font-style:italic}.is--small{font-weight:500;font-size:12px;line-height:18px}.is--small-2{font-weight:800;font-size:12px;line-height:18px}.header-anchor:hover:before{opacity:1}.header-anchor:before{content:"#";position:absolute;left:-.7em;opacity:0}.with-default-distance *:not(hr)+h2:not(:first-child),.with-default-distance *:not(hr)+.is--h2__title:not(:first-child){margin-top:40px}.with-default-distance *+h3,.with-default-distance *+.is--h3__title{margin-top:24px}.with-default-distance *+h4,.with-default-distance *+.is--h4__title{margin-top:22px}.with-default-distance h1+*,.with-default-distance .is--h1__title+*{margin-top:12px}.with-default-distance h4+*,.with-default-distance .is--h4__title+*,.with-default-distance h5+*,.with-default-distance .is--h5__title+*,.with-default-distance h6+*,.with-default-distance .is--h6__title+*{margin-top:4px}.with-default-distance h2+.is--subheading-1,.with-default-distance .is--h2__title+.is--subheading-1{margin-top:12px}.with-default-distance h2+.is--subheading-2,.with-default-distance .is--h2__title+.is--subheading-2,.with-default-distance h3+.is--subheading-2,.with-default-distance .is--h3__title+.is--subheading-2{margin-top:8px}.with-default-distance .is--subheading-1+*:not(section){margin-top:30px}.with-default-distance .is--subheading-2+*{margin-top:30px}.with-default-distance .v-badge+h1,.with-default-distance .v-badge+.is--h1__title{margin-top:12px}h1.with-default-distance+*,.is--h1__title.with-default-distance+*{margin-top:12px}h2.with-default-distance+*,.is--h2__title.with-default-distance+*,h3.with-default-distance+*,.is--h3__title.with-default-distance+*{margin-top:8px}h4.with-default-distance+*,.is--h4__title.with-default-distance+*,h5.with-default-distance+*,.is--h5__title.with-default-distance+*,h6.with-default-distance+*,.is--h6__title.with-default-distance+*{margin-top:4px}h2.with-default-distance+.is--subheading-1,.is--h2__title.with-default-distance+.is--subheading-1{margin-top:12px}h2.with-default-distance+.is--subheading-2,.is--h2__title.with-default-distance+.is--subheading-2,h3.with-default-distance+.is--subheading-2,.is--h3__title.with-default-distance+.is--subheading-2{margin-top:8px}.is--subheading-1.with-default-distance+*:not(section){margin-top:30px}.is--subheading-2.with-default-distance+*{margin-top:30px}*+h1.with-default-distance,*+h2.with-default-distance,*+h3.with-default-distance,*+h4.with-default-distance,*+h5.with-default-distance,*+h6.with-default-distance,*+.is--h1__title.with-default-distance,*+.is--h2__title.with-default-distance,*+.is--h3__title.with-default-distance,*+.is--h4__title.with-default-distance,*+.is--h5__title.with-default-distance,*+.is--h6__title.with-default-distance{margin-top:30px}.v-tag+h1.with-default-distance,.v-tag+.is--h1__title.with-default-distance{margin-top:12px}.is--card{display:flex;padding:8px;gap:8px;border-radius:2px;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border:1px solid #F8F9FA}:not(pre)>code{padding:0 5px;display:inline-block;margin:0;background-color:#f8f9fa}a>code{color:#12161f}a:hover>code{color:#004fff}pre>code{display:block}pre>code a{margin:0!important}h1>code,h2>code,h3>code,h4>code{font-size:.9em}div[class*=language-],.vp-block{position:relative;margin:16px 0;overflow-x:auto;transition:background-color .5s;max-width:100%}@media(min-width:640px){div[class*=language-],.vp-block{margin-top:40px;margin-left:0;margin-right:0}div[class*=language-]+*,.vp-block+*{margin-top:40px}}[class*=language-] pre,[class*=language-] code{direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;overflow-wrap:normal;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}[class*=language-] pre{position:relative;z-index:1;margin:0;border:1px solid #E9ECEF;background:#f8f9fa;overflow-x:auto}[class*=language-] code{display:block;width:fit-content;min-width:100%;border:none;transition:color .5s;margin-bottom:0;padding:10px}[class*=language-] code .highlighted{background-color:#f0f4ff;transition:background-color .5s;margin:0 -24px;padding:0 24px;width:calc(100% + 48px);display:inline-block}[class*=language-] code .highlighted.error{background-color:#ff7070}[class*=language-] code .highlighted.warning{background-color:#ffc24d}[class*=language-] code .diff{transition:background-color .5s;margin:0 -24px;padding:0 24px;width:calc(100% + 48px);display:inline-block}[class*=language-] code .diff:before{position:absolute;left:10px}[class*=language-] .has-focused-lines .line:not(.has-focus){filter:blur(.095rem);opacity:.7;transition:filter .35s,opacity .35s}[class*=language-]:hover .has-focused-lines .line:not(.has-focus){filter:blur(0);opacity:1}[class*=language-] code .diff.remove{background-color:#ff7070;opacity:.7}[class*=language-] code .diff.remove:before{content:"-";color:#ff7070}[class*=language-] code .diff.add{background-color:#3ddc97}[class*=language-] code .diff.add:before{content:"+";color:#3ddc97}div[class*=language-].line-numbers-mode{padding-left:32px}.line-numbers-wrapper{position:absolute;top:0;bottom:0;left:0;z-index:3;border-right:1px solid #004FFF;padding-top:20px;width:32px;text-align:center;transition:border-color .5s,color .5s}[class*=language-]>button.copy{direction:ltr;position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;background-color:#f8f9fa;opacity:0;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.293%203.293A1%201%200%20014%203h9a1%201%200%20011%201v1a1%201%200%20102%200V4a3%203%200%2000-3-3H4a3%203%200%2000-3%203v9a3%203%200%20003%203h1a1%201%200%20100-2H4a1%201%200%2001-1-1V4a1%201%200%2001.293-.707zM10%2011a1%201%200%20011-1h9a1%201%200%20011%201v9a1%201%200%2001-1%201h-9a1%201%200%2001-1-1v-9zm1-3a3%203%200%2000-3%203v9a3%203%200%20003%203h9a3%203%200%20003-3v-9a3%203%200%2000-3-3h-9z'%20fill='currentColor'%3e%3c/path%3e%3c/svg%3e");background-position:50%;background-size:20px;background-repeat:no-repeat;transition:border-color .25s,background-color .25s,opacity .25s}[class*=language-]>button.copy:focus,[class*=language-]>button.copy:hover{opacity:1}[class*=language-]>button.copy.copied,[class*=language-]>button.copy:hover.copied{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20d='M22%206.90898L21.0476%207.86136L10.2596%2018.6494L9.30299%2019.606L8.35061%2018.6536L2.9566%2013.2596L2%2012.303L3.90898%2010.394L4.86136%2011.3464L9.30299%2015.788L19.1386%205.9566L20.091%205L22%206.90898Z'%20fill='currentColor'/%3e%3c/g%3e%3c/svg%3e")}[class*=language-]>span.lang{position:absolute;top:2px;right:8px;z-index:2;font-size:12px;transition:color .4s,opacity .4s}[class*=language-]:hover>button.copy+span.lang,[class*=language-]>button.copy:focus+span.lang{opacity:0}.vp-code-group{margin-top:16px}.vp-code-group .tabs{position:relative;display:flex;margin-right:-24px;margin-left:-24px;padding:4px;background-color:#e9ecef;overflow:auto hidden;border-radius:2px}@media(min-width:640px){.vp-code-group .tabs{margin-right:0;margin-left:0}}.vp-code-group .tabs input{position:fixed;opacity:0;pointer-events:none}.vp-code-group .tabs label{position:relative;display:inline-block;border-bottom:1px solid transparent;font-size:12px;font-weight:800;padding:3px 12px;color:#6c757d;white-space:nowrap;cursor:pointer;transition:all .25s}.vp-code-group label:hover{color:#12161f}.vp-code-group input:checked+label{color:#12161f;background-color:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.vp-code-group div[class*=language-],.vp-block{display:none;margin-top:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.vp-code-group div[class*=language-].active,.vp-block.active{display:block}.vp-block{padding:20px 24px}.custom-block+*{margin-top:40px}@media screen and (max-width:768px){.custom-block+*{margin-top:60px}}*+.custom-block{margin-top:40px}@media screen and (max-width:768px){*+.custom-block{margin-top:60px}}.custom-block{padding:12px 20px}.custom-block.info{border-left:2px solid #0042D4;background:#f0f4ff}.custom-block.note{border-left:2px solid #6F3DFD;background:#f8f5ff}.custom-block.tip{border-left:2px solid #ADB5BD;background:#e9ecef}.custom-block.important{border-left:2px solid #3DDC97;background:#d9ffee}.custom-block.warning{border-left:2px solid #FFC24D;background:#fff7e8}.custom-block.danger,.custom-block.caution{border-left:2px solid #FF7070;background:#fff1f1}.custom-block.details{border-left:2px solid #ADB5BD;background:#e9ecef}.custom-block p+p{margin:8px 0}.custom-block.details summary{margin:0 0 8px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-block.details summary+p{margin:8px 0}.custom-block-title{font-size:16px;font-weight:800;line-height:26px}.custom-block div[class*=language-] code{font-weight:400;background-color:transparent}.custom-block .vp-code-group .tabs{margin:0}img,picture{max-width:100%;display:block}.with-default-distance img,picture{margin-top:60px}p img,p picture{margin-top:40px}img.with-default-distance,picture.with-default-distance{margin-top:60px}p img.with-default-distance,p picture.with-default-distance{margin-top:40px}em,i{font-family:inherit;font-weight:inherit;font-style:italic}a{font-weight:800;font-size:inherit;line-height:inherit;text-decoration:underline;transition:.3s all ease-in-out;color:#004fff;cursor:pointer}a:hover{text-decoration:none}.is--link-1{font-weight:800;font-size:16px;line-height:26px;text-decoration:underline;transition:.3s all ease-in-out;color:#004fff;cursor:pointer}.is--link-1:hover{text-decoration:none}.is--link-2{font-weight:800;font-size:12px;line-height:18px;text-decoration:underline;transition:.3s all ease-in-out;color:#004fff;cursor:pointer}.is--link-2:hover{text-decoration:none}.is--link-regular{font-weight:800;font-size:14px;line-height:21px;text-decoration:underline;transition:.3s all ease-in-out;color:#004fff;cursor:pointer}.is--link-regular:hover{text-decoration:none}.is--small a,.is--small .is--link-1,.is--small .is--link-2{font-size:inherit;line-height:inherit}.dotted{text-decoration-style:dashed;text-decoration-line:underline;cursor:pointer;transition:all .8s ease;color:inherit;margin:0}.dotted:hover{text-decoration-line:none;background-image:linear-gradient(to bottom,#444fe520,#444fe520);background-size:100% 100%}a.is--active{color:#004fff!important}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.is--h1__title a,.is--h2__title a,.is--h3__title a,.is--h4__title a,.is--h5__title a,.is--h6__title a{text-decoration:none;color:inherit}.with-default-distance h2+a,.with-default-distance .is--h2__title+a:not(.v-button){margin-top:12px}.with-default-distance .is--subheading-1+a:not(.v-button){margin-top:12px}.with-default-distance .is--subheading-2+a:not(.v-button){margin-top:8px}a.with-default-distance+*:not(br){margin-top:12px}h2+a.with-default-distance,.is--h2__title+a:not(.v-button).with-default-distance{margin-top:12px}.is--subheading-1+a:not(.v-button).with-default-distance{margin-top:12px}.is--subheading-2+a:not(.v-button).with-default-distance{margin-top:8px}ol{list-style:decimal;padding-left:23px;color:#343a40}ul{list-style:disc;padding-left:23px;color:#343a40}li{color:inherit}.with-default-distance h2+ol,.with-default-distance h2+ul,.with-default-distance .is--h2__title+ol,.with-default-distance .is--h2__title+ul{margin-top:24px}.with-default-distance h3+ul,.with-default-distance .is--h3__title+ul{margin-top:20px}.with-default-distance ul,.with-default-distance ol,.with-default-distance ul+*,.with-default-distance ol+*{margin-top:15px}.with-default-distance li+li{margin-top:7px}.with-default-distance .is--container li+li{margin-top:5px}h2+ol.with-default-distance,h2+ul.with-default-distance,.is--h2__title+ol.with-default-distance,.is--h2__title+ul.with-default-distance{margin-top:24px}h3+ul.with-default-distance,.is--h3__title+ul.with-default-distance{margin-top:20px}ul.with-default-distance,ol.with-default-distance{margin-top:25px}li.with-default-distance+li.with-default-distance{margin-top:7px}.is--container li.with-default-distance+li.with-default-distance{margin-top:5px}.is--list-pointers ul{width:100%;padding-left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 30px}@media screen and (max-width:768px){.is--list-pointers ul{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px}}.is--list-pointers li{width:100%;display:flex;margin:0;padding:12px 0;align-items:center;gap:10px;color:inherit;border-bottom:1px solid #495057}.is--list-pointers li+li{margin-top:0}.is--two-col-grid li:nth-child(2){margin-top:0}.is--list-default ul li{border:none!important}.is--list-default li+li{margin-top:8px!important}p{color:#343a40;opacity:.9}.with-default-distance p+p{margin-top:16px}.with-default-distance h2+p,.with-default-distance .is--h2__title+p{margin-top:24px}.with-default-distance h3+p,.with-default-distance .is--h3__title+p{margin-top:20px}.with-default-distance h4+p,.with-default-distance .is--h4__title+p{margin-top:12px}.with-default-distance .is--subheading-1+p{margin-top:32px}.with-default-distance .is--subheading-2+p{margin-top:24px}.with-default-distance ul+p,.with-default-distance ol+p{margin-top:16px}p.with-default-distance+p.with-default-distance{margin-top:16px}h2+p.with-default-distance,.is--h2__title+p.with-default-distance{margin-top:24px}h3+p.with-default-distance,.is--h3__title+p.with-default-distance{margin-top:20px}h4+p.with-default-distance,.is--h4__title+p.with-default-distance{margin-top:12px}.is--subheading-1+p.with-default-distance{margin-top:32px}.is--subheading-2+p.with-default-distance{margin-top:24px}ul+p.with-default-distance,ol+p.with-default-distance{margin-top:16px}blockquote,q{border-radius:2px;background:#f8f9fa;display:flex;padding:82.6px 40px 40px;align-items:flex-start;gap:12px;align-self:stretch;position:relative;margin-top:60px;font-size:24px;font-weight:350;line-height:36px;flex-direction:column;color:#333}blockquote p,q p{font-style:italic;margin:0}blockquote p+*,q p+*{margin-top:0}blockquote strong,q strong{font-size:16px;font-style:normal;font-weight:800;line-height:26px}blockquote:before,q:before{content:"";position:absolute;left:40px;top:40px;width:32px;height:22.6px;z-index:0;border:none;background-image:url("data:image/svg+xml,%3csvg%20width='70'%20height='50'%20viewBox='0%200%2070%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='sign-left'%3e%3cpath%20id='Shape'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M42.0201%2023.8584V49.5383L70%2049.6771V25.8018H56.01C55.8772%2023.8607%2055.8772%2021.9128%2056.01%2019.9717C56.1395%2018.0626%2056.7142%2016.2093%2057.6888%2014.5581C58.6237%2012.4119%2060.4674%2010.7858%2062.7252%2010.1162C64.8059%209.42171%2066.9696%209.00168%2069.1606%208.86693V0.677124C65.8779%200.781725%2062.6062%201.10636%2059.3676%201.6488C57.149%201.95369%2054.9835%202.56093%2052.9322%203.45333C50.6376%204.37625%2048.5817%205.79948%2046.9166%207.61763C45.5203%209.00918%2044.3415%2010.5999%2043.4191%2012.3372C42.7814%2013.8073%2042.3121%2015.3439%2042.0201%2016.9179V20.3882C41.9564%2021.5441%2041.9564%2022.7025%2042.0201%2023.8584ZM0.0501773%2023.8584V49.5383H28.0301V25.8018H14.0401V20.9434C14.0625%2019.2904%2014.3457%2017.6511%2014.8795%2016.0851C15.4149%2014.6187%2016.2755%2013.2904%2017.3977%2012.1984C18.619%2010.8997%2020.1628%209.94226%2021.8745%209.42217C23.0484%208.99912%2024.2699%208.71944%2025.5119%208.5893H27.7503V1.37117H17.9573C15.7431%201.76748%2013.5833%202.4197%2011.5219%203.31452C9.24193%204.33741%207.15893%205.74657%205.36636%207.47882C4.02856%208.85696%202.94008%2010.4535%202.14867%2012.1984C1.20313%2013.6021%200.494349%2015.1493%200.0501773%2016.7791V20.3882C-0.0167258%2021.544%20-0.0167258%2022.7026%200.0501773%2023.8584Z'%20fill='%23E9ECEF'/%3e%3c/g%3e%3c/svg%3e");background-size:cover}blockquote *,q *{z-index:1}.with-default-distance blockquote,.with-default-distance q,blockquote.with-default-distance,q.with-default-distance{margin:24px auto}.with-default-distance blockquote p+p,.with-default-distance q p+p{margin-top:0}html,body,#app{-webkit-overflow-scrolling:touch;color:#12161f;height:100%;min-height:100%;text-rendering:optimizespeed;margin:0;font-family:var(--ui-font-family-body);font-weight:400;font-size:16px;line-height:26px;font-style:normal}body{min-height:100vh;text-rendering:optimizespeed}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;background-color:#3333;opacity:0;visibility:hidden;transition:all .3s ease}hr{border-top:0;border-bottom:1px solid #ADB5BD;margin:60px 0;width:100%}sup{font-size:100%}.v-table__wrap{width:100%;overflow:auto}table{border-spacing:0;border-collapse:collapse;width:100%}thead,tbody{width:100%}th{font-size:14px;font-weight:800;line-height:21px;color:#6c757d;text-align:left;padding:16px;gap:2px;flex:1 0 0}tbody tr{border-top:1px solid #E9ECEF;cursor:default;transition:all .3s ease}tbody tr:hover{background-color:#f8f9fa}td{padding:16px;flex:1 0 0;color:#343a40}.is--table-cell{display:flex;padding:16px;align-items:center;gap:16px}.is--table-not-found{border-top:1px solid #E9ECEF;justify-content:center;width:100%}td.is--small{font-size:12px!important;line-height:18px!important;font-weight:500!important}th.is--small-2{font-size:12px!important;font-weight:800!important;line-height:18px!important}.with-default-distance table:not(:first-child),table:not(:first-child).with-default-distance{margin-top:60px}.with-default-distance table:not(:last-child),table:not(:last-child).with-default-distance{margin-bottom:60px}.is--tags-inline{display:flex;align-content:center;gap:12px;align-self:stretch;flex-wrap:wrap}.is--tags-inline+*{margin-top:20px}.toc-list{padding-left:0;list-style:none}.toc-list li+li{margin-top:8px}.toc-link{display:flex}.toc-level-3{padding-left:15px}.toc-level-4{padding-left:20px}.is--highlight-text-measure{width:100%;max-width:508px}.is--uppercase{text-transform:uppercase}@media screen and not (max-width:768px){.is--lt-tablet-show{display:none!important}}@media screen and (max-width:768px){.is--lt-tablet-hide{display:none!important}}@media screen and (max-width:1199px){.is--gt-desktop-lg-show{display:none!important}}@media screen and (min-width:1199px){.is--lt-desktop-lg-show{display:none!important}}@media screen and (max-width:1024px){.is--gt-desktop-md-show{display:none!important}}@media screen and not (min-width:1024px){.is--gte-desktop-md-show{display:none!important}}@media screen and (min-width:1024px){.is--lt-desktop-md-show{display:none!important}}@media screen and (min-width:1024px){.is--lte-desktop-md-show{display:none!important}}@media screen and (max-width:980px){.is--gt-desktop-show{display:none!important}}@media screen and (min-width:980px){.is--lt-desktop-show{display:none!important}}@media screen and (max-width:768px){.is--gt-tablet-show{display:none!important}}.is--visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);border:0}.is--paddings{padding:130px 0}@media screen and (max-width:768px){.is--paddings{padding:100px 0}}.is--paddings-60{padding:60px 0}.is--short-block{display:flex;max-width:799px;width:100%;flex-direction:column;align-items:flex-start}.is--side-block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0;position:relative}@media screen and (max-width:768px){.is--side-block{position:initial;width:100%}}.is--side-block>p,.is--side-block .is--side-block__content{display:flex;flex-direction:column;align-self:stretch;color:#495057;padding:0 20px;border-left:2px solid #004FFF;margin-top:20px}@media screen and (min-width:768px){.is--sticky{position:sticky;top:123px}}.is--two-col-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 30px}@media screen and (max-width:768px){.is--two-col-grid{display:flex;flex-direction:column}}@media screen and (min-width:768px){.is--two-col-grid.is--cols-auto-left{grid-template-columns:max-content 1fr}}@media screen and (min-width:768px){.is--two-col-grid.is--cols-auto-right{grid-template-columns:1fr max-content}}@media screen and (min-width:768px){.is--two-col-grid.is--three{grid-template-columns:repeat(3,minmax(0,1fr))}}.is--two-col-grid+.is--two-col-grid{margin-top:30px}.is--two-col-grid>ul,.is--two-col-grid>ol{margin-top:0}*+.is--two-col-grid{margin-top:40px}.is--three-col-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}@media screen and (max-width:980px){.is--three-col-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.is--three-col-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.is--gap-80{gap:80px}@media screen and (max-width:768px){.is--gap-80{gap:60px}}@media screen and (max-width:768px){.is--mobile-gap-40{gap:40px!important}}.is--gap-40-80{gap:40px 80px}@media screen and (max-width:768px){.is--gap-40-80{gap:40px 60px}}.is--col-gap-100{column-gap:100px}@media screen and (max-width:768px){.is--col-gap-100{column-gap:25px}}.is--align-items-center{align-items:center}.is--align-self-center{align-self:center}.is--justify-space-between{display:flex;justify-content:space-between}.is--page{width:100%}main:not(.is--logged-in) .is--page>*:not(.is--page-content,.is--no-padding),main:not(.is--logged-in) .is--page-content>div>*:not(.is--no-padding){padding-top:130px}@media screen and (max-width:768px){main:not(.is--logged-in) .is--page>*:not(.is--page-content,.is--no-padding),main:not(.is--logged-in) .is--page-content>div>*:not(.is--no-padding){padding-top:100px}}main.is--logged-in .is--page>*:not(.is--page-content,.is--no-padding),main.is--logged-in .is--page-content>div>*:not(.is--no-padding){padding-top:50px}@media screen and (max-width:768px){main.is--logged-in .is--page>*:not(.is--page-content,.is--no-padding),main.is--logged-in .is--page-content>div>*:not(.is--no-padding){padding-top:30px}}.is--page>*:not(.is--page-content,.is--no-padding):last-child:not(.is--container,.is--no-padding-bottom),.is--page>.is--page-content:last-child:not(.is--container,.is--no-padding-bottom){padding-bottom:130px}@media screen and (max-width:768px){.is--page>*:not(.is--page-content,.is--no-padding):last-child:not(.is--container,.is--no-padding-bottom),.is--page>.is--page-content:last-child:not(.is--container,.is--no-padding-bottom){padding-bottom:100px}}.is--page>.is--container:last-child{padding-bottom:130px}.is--page>.is--container+.is--container{padding-top:40px!important}hr{border-top:0;border-bottom:1px solid #ADB5BD}pre{margin-top:60px}.is--margin-top-0{margin-top:0!important}.is--margin-top-4{margin-top:4px!important}.is--margin-top-8{margin-top:8px!important}.is--margin-bottom-8{margin-bottom:8px!important}.is--margin-top-10{margin-top:10px!important}.is--margin-top-12{margin-top:12px!important}.is--margin-top-15{margin-top:15px!important}.is--margin-top-20{margin-top:20px!important}.is--margin-bottom-20{margin-bottom:20px!important}.is--margin-top-24{margin-top:24px!important}.is--margin-top-30{margin-top:30px!important}.is--margin-top-40{margin-top:40px!important}.is--margin-bottom-40{margin-bottom:40px!important}.is--margin-top-50{margin-top:50px!important}.is--margin-top-60{margin-top:60px!important}.is--margin-top-70{margin-top:70px!important}.is--margin-top-80{margin-top:80px!important}.is--margin-top-90{margin-top:90px!important}.is--margin-top-100{margin-top:100px!important}.is--margin-top-130{margin-top:130px}@media screen and (max-width:768px){.is--margin-top-130{margin-top:100px}}.is--padding-bottom-130{padding-bottom:130px!important}@media screen and (max-width:768px){.is--padding-bottom-130{padding-bottom:100px!important}}.is--link-text-hidden{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;overflow-wrap:normal!important;word-break:normal}.highlight{background-color:#ffc24d}.is--hidden{display:none}.is--no-data{width:100%;text-align:center;font-size:20px;margin:40px 0}.is--no-data strong{font-weight:800}.is--two-col-text{columns:2;gap:16px 80px;margin:0}.is--two-col-text li{break-inside:avoid}.is--two-col-text li+li{margin-top:25px}@media screen and (max-width:768px){.is--two-col-text{columns:1}}.is--display-contents{display:contents}.is--list-features{width:100%;padding-left:0;display:flex;flex-flow:row wrap;gap:40px;list-style:none;margin:0;max-width:none}.is--list-features>*{flex:1 1 340px}label{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.is--hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.is--hide-scrollbar::-webkit-scrollbar{display:none}.is--container{width:100%;max-width:1175px;padding:0 15px;margin:0 auto}.is--flex-row{display:flex;align-items:stretch;flex-direction:row;align-self:stretch;gap:80px}@media screen and (max-width:768px){.is--flex-row{gap:25px;flex-direction:column}}.is--width-100{width:100%}.is--width-30{width:30%}@media screen and (max-width:768px){.is--width-30{width:100%}}.is--width-70{width:70%}@media screen and (max-width:768px){.is--width-70{width:100%}}.is--width-27{width:27%}@media screen and (max-width:768px){.is--width-27{width:100%}}.is--width-73{width:73%}@media screen and (max-width:768px){.is--width-73{width:100%}}@media(display-mode:standalone){html,body{overscroll-behavior:none}}@media(display-mode:standalone),(display-mode:fullscreen),(display-mode:minimal-ui){html{scroll-behavior:smooth}}html.pwa-mobile{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html.pwa-mobile{scroll-behavior:auto}}@media(prefers-reduced-motion:reduce)and (display-mode:standalone),(prefers-reduced-motion:reduce)and (display-mode:fullscreen),(prefers-reduced-motion:reduce)and (display-mode:minimal-ui){html{scroll-behavior:auto}}@media(display-mode:standalone),(display-mode:fullscreen),(display-mode:minimal-ui){html,body{overscroll-behavior:none}a,button,[role=button],input[type=button],input[type=submit],label,select{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.is--pwa-allow-pan{touch-action:pan-x pan-y!important}a,button,input,textarea{-webkit-tap-highlight-color:transparent}button,a,nav,header,footer,.menu,.toolbar{-webkit-user-select:none;user-select:none}.article,.content,.text,p,h1,h2,h3,h4,h5,h6{-webkit-user-select:text;user-select:text}button,.nav a,.menu-item,.icon-button{-webkit-user-select:none;user-select:none}}html.pwa-mobile html,html.pwa-mobile body,body.pwa-mobile html,body.pwa-mobile body{overscroll-behavior:none}html.pwa-mobile a,html.pwa-mobile button,html.pwa-mobile [role=button],html.pwa-mobile input[type=button],html.pwa-mobile input[type=submit],html.pwa-mobile label,html.pwa-mobile select,body.pwa-mobile a,body.pwa-mobile button,body.pwa-mobile [role=button],body.pwa-mobile input[type=button],body.pwa-mobile input[type=submit],body.pwa-mobile label,body.pwa-mobile select{touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}html.pwa-mobile .is--pwa-allow-pan,body.pwa-mobile .is--pwa-allow-pan{touch-action:pan-x pan-y!important}html.pwa-mobile a,html.pwa-mobile button,html.pwa-mobile input,html.pwa-mobile textarea,body.pwa-mobile a,body.pwa-mobile button,body.pwa-mobile input,body.pwa-mobile textarea{-webkit-tap-highlight-color:transparent}html.pwa-mobile button,html.pwa-mobile a,html.pwa-mobile nav,html.pwa-mobile header,html.pwa-mobile footer,html.pwa-mobile .menu,html.pwa-mobile .toolbar,body.pwa-mobile button,body.pwa-mobile a,body.pwa-mobile nav,body.pwa-mobile header,body.pwa-mobile footer,body.pwa-mobile .menu,body.pwa-mobile .toolbar{-webkit-user-select:none;user-select:none}html.pwa-mobile .article,html.pwa-mobile .content,html.pwa-mobile .text,html.pwa-mobile p,html.pwa-mobile h1,html.pwa-mobile h2,html.pwa-mobile h3,html.pwa-mobile h4,html.pwa-mobile h5,html.pwa-mobile h6,body.pwa-mobile .article,body.pwa-mobile .content,body.pwa-mobile .text,body.pwa-mobile p,body.pwa-mobile h1,body.pwa-mobile h2,body.pwa-mobile h3,body.pwa-mobile h4,body.pwa-mobile h5,body.pwa-mobile h6{-webkit-user-select:text;user-select:text}html.pwa-mobile button,html.pwa-mobile .nav a,html.pwa-mobile .menu-item,html.pwa-mobile .icon-button,body.pwa-mobile button,body.pwa-mobile .nav a,body.pwa-mobile .menu-item,body.pwa-mobile .icon-button{-webkit-user-select:none;user-select:none}@media(display-mode:standalone),(display-mode:fullscreen),(display-mode:minimal-ui){a,button,[role=button],input[type=button],input[type=submit],label,select{touch-action:manipulation}a,button{-webkit-tap-highlight-color:transparent}}:root{--reveal-distance: 14px;--reveal-scale: 1;--reveal-duration: .7s;--reveal-delay: 0ms;--reveal-easing: cubic-bezier(.22, 1, .36, 1)}html.is-reveal-enabled [data-reveal]{opacity:0;transform:translate3d(0,var(--reveal-distance),0) scale(var(--reveal-scale));transition:opacity var(--reveal-duration) var(--reveal-easing) var(--reveal-delay),transform var(--reveal-duration) var(--reveal-easing) var(--reveal-delay);will-change:opacity,transform}html.is-reveal-enabled.is-reveal-preparing [data-reveal]:not(.is-reveal-visible){transition:none}html.is-reveal-enabled [data-reveal=heading]{--reveal-distance: 12px;--reveal-duration: .72s}html.is-reveal-enabled [data-reveal=card]{--reveal-distance: 16px;--reveal-duration: .68s}html.is-reveal-enabled [data-reveal=image]{--reveal-distance: 20px;--reveal-scale: .985;--reveal-duration: .82s}html.is-reveal-enabled [data-reveal].is-reveal-visible{opacity:1;transform:translateZ(0) scale(1);will-change:auto}html.is-reveal-enabled.is-reveal-reduced-motion [data-reveal],html.is-reveal-enabled.is-reveal-reduced-motion [data-reveal].is-reveal-visible{opacity:1;transform:none;transition:none;will-change:auto}@media(prefers-reduced-motion:reduce){html.is-reveal-enabled [data-reveal],html.is-reveal-enabled [data-reveal].is-reveal-visible{opacity:1;transform:none;transition:none;will-change:auto}}.float-left{float:left;margin:0 16px 12px 0}.float-left img{max-width:400px;height:auto;margin-top:0}.float-right{float:right;margin:0 0 12px 16px}.float-right img{max-width:400px;height:auto;margin-top:0}.float-left:after,.float-right:after{content:"";display:block;clear:both}.mermaid-diagram{width:100%;max-width:100%;margin:32px 0;overflow-x:auto}.mermaid-diagram img{display:block;width:auto;max-width:none;height:auto}.v-toast{position:relative;display:flex;width:100%;height:auto;min-height:66px;padding:21px 44px 21px 18px;margin-bottom:10px;background:#fff;border-left:2px solid transparent;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06))}@media screen and (max-width:768px){.v-toast{width:100%;min-height:auto;margin-bottom:0}}.v-toast.is--variant-info{border-color:#004fff}.v-toast.is--variant-error{border-color:#ff7070}.v-toast.is--variant-success{border-color:#3ddc97}.v-toast[data-state=open]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.v-toast[data-state=closed]{animation:hide .1s ease-in}.v-toast[data-swipe=move]{transform:translate(var(--reka-toast-swipe-move-x))}.v-toast[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.v-toast[data-swipe=end]{animation:swipeOut .1s ease-out}.v-toast-close{position:absolute;top:8px;right:8px;width:auto;color:#12161f}.v-toast-close__icon{width:14px;height:14px;color:inherit}.is--variant-info .v-toast-close{color:#004fff}.is--variant-error .v-toast-close{color:#ff7070}.v-toast-viewport{--viewport-padding: 25px;position:fixed;top:0;right:0;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:10px;width:100%;max-width:450px;margin:0;list-style:none;z-index:2147483647;outline:none}.v-toaster__icon{margin-right:8px;margin-top:1px;width:20px;flex-shrink:0;color:#004fff}.is--variant-success .v-toaster__icon{color:#3ddc97}.is--variant-error .v-toaster__icon{color:#ff7070}.v-navigation-menu-viewport{position:relative;transform-origin:top center;overflow:hidden;width:var(--reka-navigation-menu-viewport-width);height:var(--reka-navigation-menu-viewport-height);transition:width,height,.3s ease;border-radius:2px;border:1px solid var(--ui-color-border, #F8F9FA);background:var(--ui-color-elevated, #fff);color:var(--ui-color-text, inherit);box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06))}.v-navigation-menu-viewport__wrap{position:absolute;display:flex;justify-content:center;width:100%;top:100%;left:0;perspective:2000px}.v-navigation-menu-viewport[data-state=open]{animation:scaleIn .2s ease}.v-navigation-menu-viewport[data-state=closed]{animation:scaleOut .2s ease}.v-navigation-menu{justify-content:flex-end;align-items:center;display:flex;z-index:10;height:100%;width:100%}.v-navigation-menu-content{position:absolute;top:0;left:0;animation-duration:.3s;animation-timing-function:ease;width:auto}.v-navigation-menu-content[data-motion=from-start]{animation-name:enterFromLeft}.v-navigation-menu-content[data-motion=from-end]{animation-name:enterFromRight}.v-navigation-menu-content[data-motion=to-start]{animation-name:exitToLeft}.v-navigation-menu-content[data-motion=to-end]{animation-name:exitToRight}.v-navigation-menu-link{text-decoration:none}:is(.dark,[data-theme=dark]) .v-navigation-menu-link{color:var(--ui-color-text)}.v-navigation-menu-list{display:flex;align-items:center;justify-content:flex-end;gap:28px;height:100%;list-style:none;padding:0}.v-navigation-menu-list[data-orientation=vertical]{flex-direction:column;align-items:flex-start;width:100%}.v-navigation-menu-trigger{height:64px}:is(.dark,[data-theme=dark]) .v-navigation-menu-trigger{color:var(--ui-color-text)}.v-sidebar-menu{padding:0}.v-sidebar-menu-button{text-decoration:none!important}.v-sidebar-menu-button.is--variant-link.is--button-color-primary{color:#495057;border-color:transparent;box-shadow:none}.v-sidebar-menu-button.is--variant-link.is--button-color-primary:hover{background:#f8f9fa;color:#12161f}.v-sidebar-menu-button.is--variant-default.is--button-color-primary{border-color:#004fff;background:#004fff;box-shadow:0 12px 24px -18px #004fffd9}.v-sidebar-menu-button.is--variant-default.is--button-color-primary:hover{border-color:#003dc5;background:#003dc5}.v-logo{display:inline-flex;align-items:center;flex-shrink:0;max-width:100%;color:inherit;text-decoration:none}.v-logo.is--link{cursor:pointer}.v-logo__desktop{display:inline-flex;align-items:center;max-width:100%;height:36px}@media screen and (max-width:1024px){.v-logo__desktop:not(.is--show-desktop){display:none}}.v-logo__full{width:auto;max-width:100%;height:36px;flex-shrink:0;display:block}.v-logo__mobile{display:block;width:36px;height:36px}.v-logo__mobile.is--show-desktop{display:none}@media screen and not (max-width:1024px){.v-logo__mobile{display:none}}.v-header-navigation-list-item{margin-top:0}.v-header-navigation-list-item__item{white-space:nowrap;text-decoration:none;height:100%;display:flex;padding:8px 12px;align-items:center;gap:8px}@media screen and (max-width:1024px){.v-header-navigation-list-item__item{padding:7px 12px}}.v-header-navigation-list-item__item.is--link{cursor:pointer}.v-header-navigation-list-item__item.is--link:hover,.v-header-navigation-list-item__item.is--active{color:#004fff}.v-header-navigation-list-item__icon-wrap{color:inherit;display:flex;flex-shrink:0;padding:4px;justify-content:center;align-items:center;gap:10px;border-radius:2px;border:1px solid #E9ECEF}.v-header-navigation-list-item__icon{color:inherit;width:16px;height:16px;flex-shrink:0}.v-header-navigation__link,.v-header-navigation__trigger{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.v-header-navigation__wrap{display:flex;justify-content:space-between}.v-header-navigation__dropdown-list{display:flex;align-items:flex-start;gap:24px}@media screen and (max-width:1199px){.v-header-navigation__dropdown-list{display:flex;flex-wrap:wrap;gap:20px 24px;max-height:calc(100vh - 164px);overflow-y:auto}}.v-header-navigation__dropdown-left{display:flex;flex-direction:column;justify-content:space-between;padding:20px 16px 28px;gap:16px}.v-header-navigation__cta{align-self:center}.v-header-navigation ul{list-style:none;padding:0}.v-menu-profile{z-index:1000;color:#12161f;cursor:pointer;transition:color .3s;width:24px;height:24px}.v-header{width:100%;position:fixed;top:0;z-index:100;height:64px}.v-header.is--fixed{background:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.v-header__logo{display:flex;align-items:center;max-width:211px;margin-right:55px}@media(max-width:1199px){.v-header__logo{max-width:220px;margin-right:30px}}@media screen and (max-width:768px){.v-header.is--pwa{box-sizing:border-box;height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.v-header.is--pwa .v-header__container{position:relative}.v-header.is--pwa .v-header__right{position:absolute;right:0;top:0;height:100%;padding-right:12px}.v-header.is--pwa .v-header__logo{position:absolute;left:50%;transform:translate(-50%);margin-right:0}}.nav-user__avatar{border:none;border-radius:2px;background:#e9ecef;color:#495057!important;box-shadow:none}.nav-user__trigger{width:100%;min-height:52px;padding:10px 12px;border-radius:2px}.nav-user__trigger[data-state=open]{background:#f8f9fa;color:#12161f}[data-state=collapsed] .nav-user__trigger{min-height:44px;padding-top:0;padding-bottom:0;border-radius:2px}.nav-user__content{min-width:264px;padding:8px 0;z-index:1120}.nav-user__head{display:flex;align-items:center;gap:10px;padding:8px 12px 12px}.nav-user__copy{min-width:0;flex:1;text-align:left}.nav-user__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#12161f;font-size:14px;font-weight:700;line-height:1.35}.nav-user__email{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6c757d;font-size:12px;line-height:1.35}.nav-user__chevron{width:16px;height:16px;flex-shrink:0;color:#6c757d}.nav-user__separator{height:1px;margin:4px 0;background:#e9ecef}.nav-user__item{display:flex;align-items:center;gap:10px;padding:10px 12px;color:#12161f;transition:background-color .2s ease,color .2s ease}.nav-user__item:hover{background:#f8f9fa}.nav-user__item.is--logout{color:#ff7070}.nav-user__item.is--logout:hover{background:#fff1f1}.team-switcher__trigger{width:100%;min-height:40px;padding:10px 14px;border-radius:2px}.team-switcher__trigger[data-state=open]{background:#f8f9fa}.team-switcher__avatar,.team-switcher__item-avatar{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;background:#e9ecef;color:#495057;font-size:10px;font-weight:700;text-transform:uppercase;box-shadow:none}.team-switcher__avatar{width:40px;height:40px;background:#f8f9fa;color:#343a40;font-size:18px;font-weight:700}[data-state=collapsed] .team-switcher__trigger{min-height:40px;padding:0}.team-switcher__item-avatar--create{background:#e9ecef;color:#6c757d;box-shadow:none}.team-switcher__copy,.team-switcher__item-copy{min-width:0;flex:1;text-align:left}.team-switcher__copy{display:flex;flex-direction:column;justify-content:center;gap:2px}.team-switcher__copy.is--single-line{gap:0}.team-switcher__title,.team-switcher__item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#12161f;font-size:15px;font-weight:700;line-height:1.35}.team-switcher__copy.is--single-line .team-switcher__title{font-size:16px;line-height:1.25}.team-switcher__subtitle,.team-switcher__item-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6c757d;font-size:12px;line-height:1.35}.team-switcher__chevron{width:18px;height:18px;flex-shrink:0;color:#6c757d;transition:color .2s ease,transform .2s ease}.team-switcher__content{min-width:296px;padding:8px 0;z-index:1120}.team-switcher__content-label{padding:4px 12px 8px;color:#adb5bd;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.team-switcher__item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;color:#12161f;transition:background-color .2s ease,color .2s ease}.team-switcher__item:hover,.team-switcher__item.is--active{background:#f8f9fa}.team-switcher__item.is--active .team-switcher__item-title{color:#004fff}.team-switcher__item.is--active .team-switcher__item-subtitle{color:#495057}.team-switcher__item.is--create{margin-top:8px;padding-top:16px}.team-switcher__item.is--create:hover{background:#f8f9fa}.team-switcher__item.is--create .team-switcher__item-title{color:#495057}.team-switcher__separator{height:1px;margin:4px 0;background:#e9ecef}.embed-calendly{width:100%;position:relative}.embed-calendly__loader{width:100%;margin:10px 0}.embed-calendly__container{width:100%}.v-form-group{display:flex;flex-direction:column;position:relative}.v-form-group__label{position:relative;color:#495057;text-align:left;margin-bottom:7px}.v-form-group__label.is--dark{color:#fff}.v-form-group__label-icon{width:16px;height:16px;margin-left:4px;color:#495057;cursor:pointer}.v-form-group__label-required{color:#ff7070}.v-form-group__error{margin-top:4px;color:#ff3b3b;transition:all .3s ease;transform:translateY(-5px)}.v-form-group__error.is--error{height:auto;transition:all .3s ease;transform:translateY(0)}.v-form-group__helper{margin-top:4px;color:#495057}.v-form-group__input{width:100%;position:relative}.ui-input{width:100%;min-height:40px;border:1px solid var(--ui-input-border);border-radius:var(--ui-radius-control, var(--ui-radius-sm));background:var(--ui-input-background);color:var(--ui-input-foreground);font:var(--ui-font-weight-regular) var(--ui-font-size-base)/var(--ui-line-height-normal) var(--ui-font-family-body);padding:0 var(--ui-space-3);transition:border-color var(--ui-motion-fast) var(--ui-easing-standard),box-shadow var(--ui-motion-fast) var(--ui-easing-standard)}.ui-input:focus-visible{border-color:var(--ui-input-border-focus);outline:var(--ui-focus-ring-width) solid var(--ui-focus-ring-color);outline-offset:var(--ui-focus-ring-offset)}.ui-input:disabled{cursor:not-allowed;opacity:var(--ui-opacity-disabled)}.ui-input[aria-invalid=true]{border-color:var(--ui-color-negative)}.ui-input-group{display:flex;width:100%;align-items:center;border:1px solid var(--ui-input-border);border-radius:var(--ui-radius-control, var(--ui-radius-sm));background:var(--ui-input-background);color:var(--ui-input-foreground)}.ui-input-group:focus-within{border-color:var(--ui-input-border-focus);box-shadow:0 0 0 var(--ui-focus-ring-width) color-mix(in srgb,var(--ui-focus-ring-color) 24%,transparent)}.ui-input-group>.ui-input{border:0;box-shadow:none;outline:0}.v-form-input{color:#12161f;caret-color:#12161f;background-color:#f8f9fa;font-size:16px;line-height:26px;font-weight:400;font-family:var(--ui-font-family-body);padding:0 12px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;width:100%;position:relative;border:solid 1px #CED4DA;border-radius:var(--ui-radius-control, 2px);height:40px;min-height:32px}.v-form-input.is--focused{border-color:var(--ui-input-border-focus, #004FFF)}.v-form-input.is--error{border-color:#ff7070}.v-form-input.is--size-large{height:48px;font-size:16px;line-height:26px}.v-form-input.is--size-small{height:32px;font-size:16px;line-height:26px}.v-form-input.is--readonly{border-radius:0;border:none}.v-form-input.is--disabled{opacity:.3;pointer-events:none}.v-form-input__input{padding:0;border:none;color:inherit;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;background-color:transparent;width:100%;position:relative}.v-form-input__input:focus{outline:none}.v-form-input__input::placeholder{opacity:1;color:#6c757d;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit}.v-form-input__append,.v-form-input__prepend{color:inherit;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;width:20px;height:100%;display:flex;align-items:center;margin-right:8px;position:relative}.v-form-input__append>div,.v-form-input__prepend>div{width:20px;height:20px}.v-form-input__append svg,.v-form-input__prepend svg{width:20px;height:20px;color:inherit}.v-form-input__prepend{margin-right:0;margin-left:8px}.v-form-textarea{color:#12161f;caret-color:#12161f;background-color:#f8f9fa;font-size:16px;line-height:26px;font-weight:400;font-family:var(--ui-font-family-body);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:solid 1px #CED4DA;border-radius:2px;padding:12px;width:100%;resize:vertical}.v-form-textarea:focus{border-color:#004fff;outline:none}.v-form-textarea.is--error{border-color:#ff7070}.v-form-textarea.is--disabled{opacity:.3}.v-form-textarea::placeholder{opacity:1;color:#6c757d}.v-select-content{padding-left:0;list-style-type:none;background-color:#f8f9fa;border:solid 1px #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border-radius:2px;max-height:222px;overflow:scroll;width:var(--reka-select-trigger-width);z-index:1101;display:flex}.v-select-group{width:100%}.v-select-item{font-family:var(--ui-font-family-body);color:#12161f;padding:12px;cursor:pointer;font-size:16px;line-height:26px}.v-select-item[data-disabled]{pointer-events:none}.v-select-item[data-disabled]:not(.is--disabled-slot){opacity:.3}.v-select-item[data-highlighted]{outline:none;background-color:#e9ecef}.v-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;overflow:hidden;font-size:16px;font-family:var(--ui-font-family-body);font-weight:400;background:#f8f9fa;position:relative;border:solid 1px #CED4DA;border-radius:2px;height:40px;padding:12.5px 12px;transition:all .3s ease}.v-select-trigger.is--size-large{height:48px;font-size:16px;line-height:26px}.v-select-trigger.is--size-small{height:32px;font-size:16px;line-height:26px}.v-select-trigger.is--error{border-color:#ff7070}.v-select-trigger.is--readonly{border-radius:0;border:none;pointer-events:none}.v-select-trigger.is--disabled{opacity:.3;pointer-events:none}.v-select-trigger .v-select-value{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.v-select-trigger__icon{width:14px;flex-shrink:0;color:#495057;transition:all .3s;transform-origin:center;transform:rotate(0);margin-left:9px;margin-top:0!important}.v-select-trigger.is--readonly .v-select-trigger__icon{display:none}.v-select-trigger[data-state=open]{border-color:#004fff;outline:none}.v-select-trigger[data-state=open] .v-select-trigger__icon{transform:rotate(180deg);transition:all .3s}.v-select-trigger[data-placeholder]{opacity:1;color:#6c757d;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;text-align:inherit}.v-select{width:100%;font-size:16px;font-family:var(--ui-font-family-body);font-weight:400;background:#f8f9fa;position:relative;display:flex}.v-select.is--select-large .vs__dropdown-toggle{height:48px}.v-select.is--select-medium .vs__dropdown-toggle,.v-select.is--select-medium .v-select__append{height:40px}.v-select.is--focused .vs__dropdown-toggle{border-color:#004fff}.v-select.is--error .vs__dropdown-toggle{border-color:#ff7070}.v-select.is--error .vs__dropdown-toggle:before{display:none}.v-select.is--disabled,.v-select .is--disabled{pointer-events:none}.v-select.is--disabled:not(.is--disabled-slot),.v-select .is--disabled:not(.is--disabled-slot){opacity:.3}.v-select.is--readonly{pointer-events:none}.v-select.is--readonly .vs__dropdown-toggle{background-color:transparent;border-radius:0;border:none;pointer-events:none}.v-select.is--readonly .vs__dropdown-toggle .vs__actions{display:none}.v-select.is--append .vs__dropdown-toggle{padding-left:43px}.v-select.vs--unsearchable .vs__dropdown-toggle,.v-select.vs--unsearchable .vs__search{cursor:pointer!important}.v-select__append{position:absolute;left:15px;top:0;z-index:2;width:20px;height:48px;display:flex;align-items:center}.v-select .vs__dropdown-toggle{border:solid 1px #CED4DA;border-radius:2px;position:relative;display:flex;align-items:center;justify-content:space-between;padding:12.5px 12px;height:40px}.v-select .vs__dropdown-toggle .vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;position:relative;align-items:center}.v-select .vs__dropdown-toggle .vs__actions{display:flex;margin-left:8px}.v-select .vs__dropdown-toggle .vs__search{border:solid 1px transparent;outline:none;background:none;box-shadow:none;color:inherit;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;width:0;max-width:100%;flex-grow:1;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.v-select .vs__dropdown-toggle .vs__search::placeholder{color:#6c757d;font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;opacity:1}.v-select .vs__dropdown-toggle .vs__open-indicator{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='%2348535C'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Property%201=20'%3e%3cpath%20d='M15.2057%2010L14.3229%2010.8828L6.82294%2018.3828L5.93622%2019.2695L4.16669%2017.5L5.0495%2016.6172L11.6667%2010L5.05341%203.38281L4.16669%202.5L5.93622%200.730469L6.81903%201.61328L14.319%209.11328L15.2057%2010Z'%20/%3e%3c/g%3e%3c/svg%3e");width:16px;height:16px;transform:rotate(90deg);transition:all .3s ease-in-out;background-size:contain;background-repeat:no-repeat}.v-select .vs__dropdown-menu{padding-left:0;list-style-type:none;background-color:#f8f9fa;border:solid 1px #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border-radius:0;max-height:222px;overflow:scroll;position:absolute;top:100%;width:100%;z-index:10}.v-select .vs__dropdown-option{font-family:var(--ui-font-family-body);color:#12161f;padding:12px;cursor:pointer;font-size:16px;line-height:26px}.v-select .vs__dropdown-option.vs__dropdown-option--highlight{background-color:#e9ecef}.v-select .vs__dropdown-option.vs__dropdown-option--selected{color:#004fff;font-size:16px;font-weight:600}.v-select.vs--open.is--error .vs__dropdown-toggle{border-color:#ff7070}.v-select.vs--open .vs__dropdown-toggle:before{display:none}.v-select.vs--open .vs__open-indicator{transform:rotate(270deg)}.v-select.vs--open.vs--searchable .vs__selected{position:absolute;opacity:0}.v-select.vs--open.vs--searchable .vs__search{width:100%}.v-select__no-options{padding:15px}.contact-us-form{position:relative;z-index:1}.contact-us-form:not(.is--in-dialog){padding:40px;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06))}.contact-us-form__content.is--loading{cursor:wait!important;opacity:.5;pointer-events:none}.contact-us-form__info{margin-top:40px;color:#12161f;text-align:center;display:flex;flex-direction:column;gap:8px}.contact-us-form__input+.contact-us-form__input{margin-top:20px}.contact-us-form__buttons{display:flex;justify-content:space-between;gap:20px}@media(max-width:767px){.contact-us-form__buttons{flex-direction:column-reverse;align-items:stretch;justify-content:flex-start}}.contact-us-form__buttons .v-button{flex-grow:1}.contact-us-form__wrap.is--bg-image{position:relative}.contact-us-form__wrap.is--bg-image:before{content:"";position:absolute;left:-79.5px;bottom:-88px;width:calc(100% + 159px);height:100%;background:url(/assets/dots.C9OgES0x.svg) no-repeat;background-size:contain;background-position:left bottom;z-index:0}.v-global-alert{width:100%;display:flex;justify-content:center;position:fixed;bottom:-20px;z-index:11;background:#fff9}.v-global-alert__alert{width:100%;max-width:1280px}.the-loader{position:fixed;top:0;left:0;z-index:13000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff}.the-loader.is--hidden{display:none}.the-loader__circle{position:relative;display:flex;align-items:center;justify-content:center;height:120px}.the-loader__wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.the-loader__logo .v-logo__full{height:60px}.the-loader__logo .v-logo__desktop{height:auto}.app-layout-default{position:relative;display:flex;flex:1 1 auto;flex-direction:column;min-height:100%}.app-layout-default__main{display:flex;flex-grow:1;flex-wrap:wrap;width:100%;background:#fff;min-height:50vh;position:relative}.app-layout-default__main>*{width:100%}.app-layout-default .is--content{width:100%;overflow:hidden}.app-layout-default__footer{width:100%;margin-top:0!important}.v-slider-autoplay{width:100%}.v-slider-autoplay__slider{margin:0}.v-slider-autoplay__item{flex:0 0 100%}.v-slider-autoplay__pagination{display:flex;flex-direction:row;gap:4px;justify-content:center;margin-top:25px}.v-slider-autoplay__pagination-item{width:31px;height:2px;background-color:#dee2e6;display:block}.v-slider-autoplay__pagination-item.is--active{background-color:var(--v3d92d3c9)}.v-slider-autoplay__pagination-item-wrap{padding:9px 0;cursor:pointer}.what-our-clients-say-sidebar{overflow:hidden}.what-our-clients-say-sidebar__item{top:0;left:0;width:100%;display:flex;padding:20px;align-self:stretch;flex-direction:column;border-radius:2px;background:#fff7e8}.what-our-clients-say-sidebar__item.is--active{position:relative;transition:opacity 3s ease}.what-our-clients-say-sidebar__text{color:#343a40;font-style:italic}.what-our-clients-say-sidebar__author{margin:0!important}.case-studies-main__main{display:flex;flex-direction:column;align-items:flex-start;position:relative}.case-studies-main__main p{opacity:.9}.case-studies-main__main a:not(.v-button){text-decoration-style:dashed;text-decoration-line:underline;cursor:pointer;transition:all .8s ease;color:inherit;display:inline}.case-studies-main__main a:not(.v-button):hover{text-decoration-line:none;background-size:100% 100%}.case-studies-main__main a.header-anchor{text-decoration-line:none}@media(max-width:767px){.case-studies-main__side{margin-bottom:100px}}.v-blog-share{display:flex;justify-content:space-between;align-items:center;padding-top:20px}@media(max-width:768px){.v-blog-share{flex-direction:column;align-items:flex-start;justify-content:flex-start}}@media(max-width:768px){.v-blog-share__share-wrap{margin-bottom:40px}}.v-blog-share__share-buttons{display:flex;gap:12px}.v-blog-share__share-title{margin-bottom:12px;opacity:.8}.v-blog-share__share-icon{width:20px}.v-card-checkmarked{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;box-shadow:none}.v-card-checkmarked.is--card{border-radius:2px;border:1px solid #E9ECEF;background:#f8f9fa;padding:20px}.v-card-checkmarked.is--dark-mode{color:#fff}.v-card-checkmarked:not(.is--card)+.v-card-checkmarked:not(.is--card){padding-top:20px;margin-top:20px;border-top:1px solid #CED4DA}.v-card-checkmarked:not(.is--card)+.v-card-checkmarked:not(.is--card).is--dark-mode{border-top:1px solid #6C757D}.v-card-checkmarked__top{display:flex;align-items:center;gap:8px;align-self:stretch;text-align:initial}@media screen and (max-width:767px){.v-card-checkmarked__top{align-items:flex-start}}.v-card-checkmarked__icon{width:16px;height:auto;color:#36be83}.v-card-checkmarked__icon-wrap{display:flex;padding:4px;align-items:flex-start;gap:10px;border-radius:50px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15));background-color:#d9ffee}@media screen and (max-width:767px){.v-card-checkmarked__icon-wrap{margin-top:3px}}.v-card-checkmarked__icon-wrap.is--icon-hollow{background-color:transparent;border:1px solid #3DDC97;padding:3px}.v-card-checkmarked__icon-wrap.is--icon-dark-bg{background-color:#36be83}.v-card-checkmarked__icon-wrap.is--icon-dark-bg .v-card-checkmarked__icon{color:#12161f}.v-card-checkmarked__bottom{opacity:.9;color:#343a40}.v-card-checkmarked.is--dark-mode .v-card-checkmarked__bottom{color:#f8f9fa}.v-card-checkmarked .is--h4__title{margin-top:0!important;color:inherit}.v-card-features-hover{padding:8px;border-radius:2px;background:#fff;border:1px solid #F0F4FF;transition:all .3s ease;color:inherit;margin:0}.v-card-features-hover:hover{box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border-color:transparent;transition:all .3s ease}.v-card-features-hover__card{display:flex;min-height:190px;padding:20px;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:2px;background:#f0f4ff}.v-card-features-hover:hover .v-card-features-hover__card{padding-bottom:36px}.v-card-features-hover__content{text-align:center}.v-card-features-hover__button{position:absolute;bottom:-40px;left:0;right:0;display:block;margin:0 auto}.v-card-features-hover__link{position:absolute;top:0;right:0;bottom:0;left:0}.errors-404{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;min-height:100vh;padding:190px 0 140px}@media(max-width:979px){.errors-404{padding:120px 0 110px}}.errors-404__content{width:100%;color:#12161f;max-width:457px;flex-shrink:0}.errors-404__background{max-width:698.181px;max-height:357.305px;width:100%;height:auto}@media(max-width:980px){.errors-404__background{width:100%;max-width:100%;margin-top:60px}}.errors-404__container{display:flex;position:relative;justify-content:space-between}@media(max-width:980px){.errors-404__container{flex-direction:column}}.v-highlight{width:100%;overflow:hidden}.v-highlight.is--gap-bottom{padding-bottom:136px}@media(max-width:768px){.v-highlight.is--gap-bottom{padding-bottom:175px}}.v-highlight__container{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;position:relative;padding:130px 196px;background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff}@media screen and (max-width:768px){.v-highlight__container{padding:40px}}.v-highlight__bottom-image-wrap{position:absolute;right:-165px;bottom:-135.728px;max-width:636px;max-height:316px;width:auto;height:100%;padding:3.728px;border-radius:7.456px;background-color:#fff;box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a}@media(max-width:980px){.v-highlight__bottom-image-wrap{bottom:-200px}}@media(max-width:768px){.v-highlight__bottom-image-wrap{left:37px;bottom:-172.146px;max-height:183.703px;max-width:374.557px;overflow:hidden;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}}.v-highlight__bottom-image{height:100%;width:auto;min-width:628px;margin-top:0!important}@media(max-width:768px){.v-highlight__bottom-image{min-width:auto;min-height:auto;height:100%;object-fit:cover;width:100%}}.v-highlight p{color:inherit;opacity:.9}.v-highlight h1,.v-highlight h2,.v-highlight h3,.v-highlight h4,.v-highlight h5,.v-highlight h6{color:inherit}.v-highlight h1 a,.v-highlight h2 a,.v-highlight h3 a,.v-highlight h4 a,.v-highlight h5 a,.v-highlight h6 a{text-decoration:none;color:inherit}.v-highlight a{color:inherit}.v-highlight ul{color:inherit;margin:32px 0 0}.v-highlight li{color:inherit;border-bottom:1px solid #fff!important}.is--hover-elevate-up{transition:transform .3s ease}.is--hover-elevate-up:hover{transform:translateY(-2.5%);transition:transform .3s ease;will-change:transform}.is--hover-visible-elevate-up-wrapper *{transition:all .3s ease}.is--hover-visible-elevate-up-wrapper:hover .is--hover-visible-elevate-up-component{transform:translateY(0);opacity:1}.is--hover-visible-elevate-up-wrapper:hover .is--hover-visible-elevate-up-content{transform:translateY(-10px);transition:transform .3s ease;will-change:transform}.is--hover-visible-elevate-up-component{opacity:0;transform:translateY(30px)}.is--hover-visible-elevate-up-content{transition:transform .3s ease;will-change:transform}.v-card-features{padding:8px;border-radius:2px;background:#fff;border:1px solid #F0F4FF;transition:all .3s ease;color:inherit;margin:0;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06))}.v-card-features__card{display:flex;padding:20px;width:100%;height:100%;flex-direction:column;flex:1 0 0;align-self:stretch;border-radius:2px;background:#f0f4ff}.v-card-features__button{position:absolute;bottom:-40px;left:0;right:0;display:block;margin:0 auto}.v-card-features__link{position:absolute;top:0;right:0;bottom:0;left:0}.v-card-features__content{height:100%}.v-separator{background-color:#ced4da;position:relative;color:#6c757d;width:100%;height:1px}.v-separator span{background-color:#fff;z-index:1;position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;padding:0 12px}.v-section-card-primary-different-height__content{display:flex;align-items:flex-start;gap:31px}@media(max-width:768px){.v-section-card-primary-different-height__content{flex-direction:column}}.v-section-card-primary-different-height__card{width:33%}@media(max-width:768px){.v-section-card-primary-different-height__card{width:100%}}.v-slider{width:100%}.v-slider:not(.is--autoplay,.is--no-buttons){margin-top:10px}@media screen and (max-width:767px){.v-slider:not(.is--autoplay,.is--no-buttons){margin-top:40px}}.v-slider.is--autoplay .v-slider__prev,.v-slider.is--autoplay .v-slider__next,.v-slider.is--no-buttons .v-slider__prev,.v-slider.is--no-buttons .v-slider__next{display:none}.v-slider__prev{top:-95px;right:70px}@media screen and (max-width:767px){.v-slider__prev{top:-75px}}.v-slider__next{top:-95px;right:15px}@media screen and (max-width:767px){.v-slider__next{top:-75px}}.v-slider .with-default-distance .v-slider,.v-slider .v-slider.with-default-distance{margin-top:60px}@media screen and (max-width:768px){.v-slider .with-default-distance .v-slider,.v-slider .v-slider.with-default-distance{margin-top:100px}}@media(min-width:769px){.v-section-table-large-cell__cell{height:87px}}.v-section-table-large-cell .v-table{table-layout:fixed}.v-slider-primary{margin:0 -15px;width:calc(100% + 30px)}.v-slider-primary__item{padding:15px;flex:0 0 44%}@media screen and (max-width:767px){.v-slider-primary__item{flex:0 0 76%}}.v-slider-section-card-primary{overflow:hidden}.social-links{display:flex;flex-direction:row;align-items:center;width:100%;color:#fff}@media screen and (max-width:768px){.social-links{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:575px){.social-links{justify-content:flex-start}}.social-links__icon{height:24px;width:24px}.social-links__item{display:flex;align-items:center;padding-bottom:0;margin-right:0;margin-bottom:0;color:inherit;opacity:1}.social-links__item:last-child{margin-right:0}@media screen and (max-width:768px){.social-links__item{margin-right:28px;margin-bottom:10px}}.social-links__item:hover{color:#004fff}@media screen and (min-width:768px){.social-links__item{margin-right:24px}}.v-apex-chart-area__title{margin-bottom:10px;padding-left:30px}.v-apex-chart-donut{display:flex;align-items:center;flex-direction:column}.v-apex-chart-donut__title{margin-bottom:10px}.v-dropdown__item{padding:8px 12px;display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.v-dropdown-menu-item.is--border-top .v-dropdown__item{border-top:1px solid #DEE2E6;margin-top:8px;padding-top:16px;padding-bottom:12px}.v-dropdown__icon{width:18px;height:18px;flex-shrink:0;color:#adb5bd}.v-dropdown__icon path{fill:currentcolor}.v-dropdown__icon path[stroke]{stroke:currentcolor}.v-dropdown__label{flex:1}.v-card-article-main__publish-date{text-align:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;z-index:2;position:relative}.v-card-article-main__details{width:100%;padding-right:30px;display:flex;flex-direction:column;justify-content:center;z-index:2;position:relative}@media(max-width:768px){.v-card-article-main__details{padding-right:0}}.v-card-badge{padding:20px;flex-direction:column;align-items:flex-start;align-self:stretch}.v-card-badge-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.info-slot{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex:1 0 0;padding:16px;border-bottom:1px solid #E9ECEF;width:100%}.info-slot.is--size-small{padding:12px;gap:2px}.info-slot:first-of-type{border-top:1px solid #E9ECEF}.info-slot__title{color:#495057}.info-slot__text{color:#343a40}.v-offer-card{position:relative;display:flex;flex-direction:column;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));transition:all .3s ease;width:100%;cursor:pointer;text-decoration:none}.v-offer-card:hover{box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a}.v-offer-card__img-wrap{width:100%;aspect-ratio:16/9;background-color:#f0f4ff;display:flex;justify-content:center;align-items:center}.v-offer-card__img{height:auto;width:100%;max-width:100%;object-fit:cover;aspect-ratio:16/9}.v-offer-card__img.is--default-image{max-width:120px;max-height:120px}.v-offer-card__inner{display:flex;padding:40px;flex-direction:column;border-radius:2px;color:#12161f;height:100%;justify-content:space-between}.v-offer-card__title{text-transform:capitalize}.v-offer-card__funded{color:#36be83;margin-bottom:8px}.v-offer-card__details{color:#495057;width:50%;display:flex;flex-direction:column}.v-offer-card__details-number{color:#343a40;margin-top:0!important}.v-offer-card__inner-bottom{display:flex;flex-direction:column}.v-offer-card__description{margin-bottom:16px;color:#343a40;max-height:36px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}.v-offer-card__btn{margin-top:28px!important}.v-offer-card__tag{position:absolute;top:12px;left:12px}.v-offer-card__info:first-of-type{border-top:1px solid #E9ECEF}.v-offer-card__info-wrap{margin:0 -12px;display:flex;width:calc(100% + 24px)}.v-offer-card__tag-info-wrap{margin-top:20px;display:flex;width:100%;gap:8px}.v-card-partner__item{display:flex;min-height:66px;padding:20px;align-items:center;gap:20px;align-self:stretch;border-radius:2px}.v-card-partner__item+.v-card-partner__item{margin-top:8px}.v-card-partner__icon{max-height:26px;width:100px;flex-shrink:0;margin-top:0!important}.v-card-with-number{display:flex;padding:20px;align-items:center;gap:20px;align-self:stretch;border-radius:2px;background:#f8f9fa}.v-card-with-number__index{color:#004fff}.v-card-with-number p{margin-top:0!important}.v-video-thumb{max-height:100%;height:100%;width:auto;position:relative}.v-video-thumb__image{width:100%;height:100%}.v-video-thumb__play-icon{width:20px;height:20px;background:#0009;border-radius:100px;position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);cursor:pointer;opacity:.6;transition:all .3s ease}.v-video-thumb__triangle{width:0;height:0;border-style:solid;border-width:3.5px 0 3.5px 7px;border-color:transparent transparent transparent #fff;position:absolute;left:52%;top:50%;border-radius:0;transform:translate(-50%,-50%)}.v-carousel-default{height:100%;width:100%;-webkit-user-select:none;user-select:none;background-color:#f8f9fa;overflow:hidden}.v-carousel-default__slider-main,.v-carousel-default__slider-thumbs{display:flex;flex-direction:row;position:relative}.v-carousel-default__slider-main{height:100%;width:100%}.v-carousel-default__slider-main.is--slider-active{height:80%}.v-carousel-default .is--default-image{max-width:100%;width:100%!important;flex-shrink:0;height:100%}.v-carousel-default__item{max-width:100%;width:100%!important;flex-shrink:0;height:100%;position:relative;transition-property:transform;text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center}.v-carousel-default__item img:not(.is--default-image){display:block;object-fit:cover;margin:0 auto;max-width:100%;max-height:100%}.v-carousel-default__item .is--default-image{max-height:40%}.v-carousel-default__item .v-image{height:100%;width:100%}.v-carousel-default__slider-thumbs{height:20%;padding:10px 0 0}.v-carousel-default__thumb-item{height:100%;width:20%;opacity:.4;transition:all .3s ease;cursor:pointer;max-width:150px}.v-carousel-default__thumb-item:hover,.v-carousel-default__thumb-item.is--active{opacity:1;filter:none;transition:all .3s ease}.v-carousel-default__thumb-item .v-image{width:100%;height:100%}@media screen and (max-width:768px){.v-carousel-default__thumb-item{max-width:110px}}.v-carousel-default__prev,.v-carousel-default__next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:all .3s ease;opacity:.8}.v-carousel-default__prev{left:0}.v-carousel-default__next{right:0}.the-comment{display:flex;align-items:flex-end;gap:12px;align-self:stretch}.the-comment__content{display:flex;width:100%;padding:16px 20px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px 12px 12px 0;background:var(--v749ad806)}.the-comment__text{color:#343a40}.the-comment__top{display:flex;align-items:center;gap:8px;align-self:stretch;justify-content:space-between}.the-comment__title{color:#12161f}.the-comment__date{color:#6c757d}.the-comment__left{display:flex;align-items:center;gap:8px}.v-comment-thread .is--reply{margin-left:16px;border-left:1px solid #E9ECEF;padding-left:12px;margin-top:12px}.v-comment-items{margin-top:60px}.v-comment-items__title{margin-bottom:24px}.v-comment-items__thread{margin-bottom:32px}.v-form-label{color:#343a40;font-family:var(--ui-font-family-body);font-weight:400;font-size:16px;display:inline-block;position:relative}.v-form-label__content{display:inline;white-space:normal}.v-form-label.is--disabled{color:#343a40;opacity:.3}.v-form-label--required .v-form-label__content:after{content:" *";color:#ff7070;position:absolute;padding-left:2px}.v-checkbox{border:solid 1px #12161F;border-radius:2px;flex-shrink:0;width:16px;height:16px;margin-right:8px;position:relative;top:5px;overflow:hidden;cursor:pointer}.v-checkbox__indicator{width:100%;height:100%;display:flex}.v-checkbox__icon{color:#fff;width:14px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-checkbox.is--readonly,.v-checkbox.is--disabled{pointer-events:none}.v-checkbox.is--disabled .v-checkbox__icon-wrap{opacity:.3}.v-checkbox__input:focus+.v-checkbox__icon-wrap{outline:none!important}.v-checkbox.is--error .v-checkbox__icon-wrap{border-color:#ff7070}.v-checkbox[aria-checked=true]{border-color:#004fff;background:#004fff}.v-checkbox[aria-checked=true] .v-checkbox__icon{opacity:1}.v-checkbox[aria-checked=true] .v-checkbox__icon-wrap{border-color:#004fff}.v-form-checkbox{display:flex}.v-form-checkbox.is--readonly,.v-form-checkbox.is--disabled{pointer-events:none}.v-form-checkbox.is--disabled .v-form-checkbox__icon-wrap{opacity:.3}.v-form-checkbox__label{cursor:pointer}.v-form-checkbox-group{width:100%;--v-form-checkbox-group-item--padding-default: var(--v-form-checkbox-group-item--padding, 15px 12px);--v-form-checkbox-group-item--background-color: #E9ECEF;display:flex;flex-direction:column;align-items:flex-start}.v-form-checkbox-group__item{padding:var(--v-form-checkbox-group-item--padding-default);width:100%;cursor:pointer;transition:all .2s ease}.v-form-checkbox-group__item:hover{background:var(--v-form-checkbox-group-item--background-color)}.v-filter{--v-filter-dropdown-min-width: 150px;--v-form-checkbox-group-item--padding: 12px;position:relative}.v-filter__button-icon{color:inherit;width:16px}.v-filter__dropdown{position:absolute;top:100%;left:0;min-width:var(--v-filter-dropdown-min-width);width:fit-content;display:flex;flex-direction:column;align-items:flex-start;background-color:#f8f9fa;border:1px solid #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));z-index:2}.v-filter__cta{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.v-filter__title{color:#495057;padding:12px 12px 2px;text-transform:capitalize}.v-filter__group,.v-filter__checkbox-group{width:100%}.v-filter__checkbox-group .v-form-checkbox .is--checked{color:#004fff;font-weight:600}.v-highlight-two-cols{width:100%}.v-highlight-two-cols__column{display:flex;flex-direction:column;justify-content:center}.v-image-with-button{display:flex;flex-direction:column;gap:20px;width:100%}@media screen and not (min-width:980px){.v-image-with-button{gap:20px}}.v-image-with-button.is--align-start{align-items:flex-start;justify-content:flex-start}.v-image-with-button.is--align-center{align-items:center;justify-content:center}.v-image-with-button.is--align-end{align-items:flex-end;justify-content:flex-end}.v-image-with-button__image{border-radius:0;aspect-ratio:233/191;object-fit:cover}.v-info-form-read-only{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0}.v-info-form-read-only__header{display:flex;gap:12px;align-self:stretch}.v-info-form-read-only__title{flex:1 0 0}.v-info-form-read-only__content{width:100%}.v-info-form-read-only__edit{margin-top:2px}.v-intro{z-index:0;width:100%;position:relative}.v-intro__container{display:flex;flex-direction:column;gap:80px}@media(max-width:1199px){.v-intro__container{gap:60px}}@media(min-width:1200px){.v-intro__container.is--short{max-width:753px}}.v-intro li+li{margin-top:26px!important}.v-intro .is--border-left{padding-left:20px;border-left:2px solid #3DDC97}.v-intro.is--highlight-black{background:#12161f;color:#fff}.v-intro.is--highlight-black .is--border-left{border-color:#3ddc97}.v-intro.is--highlight-black p,.v-intro.is--highlight-black li{color:#f8f9fa}.v-intro.is--highlight-primary-light{background:#f0f4ff}.v-intro.is--highlight-primary-light .is--border-left{border-color:#004fff}.v-intro .is--image{display:grid;grid-template-columns:repeat(2,auto);gap:80px}@media(max-width:1199px){.v-intro .is--image{gap:60px}}@media(max-width:768px){.v-intro .is--image{display:flex;flex-direction:column}}.v-intro__img{max-width:313px;width:100%;height:100%;border-radius:2px;background-size:cover;background-repeat:no-repeat;background-position:center;flex-shrink:0}@media(max-width:768px){.v-intro__img{max-width:100%}}.v-list-card-features-step{width:100%;padding-left:0;display:flex;flex-flow:row wrap;gap:40px;list-style:none;margin:0;max-width:none}@media screen and not (min-width:768px){.v-list-card-features-step{gap:20px}}.v-list-card-features-step li{flex:1 1 340px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin:0!important}.v-list-card-features-step span{margin:0!important}.v-list-card-features-step__title{color:#12161f;margin-top:16px}.v-list-card-features-step__text{color:#343a40;opacity:.9;margin-top:12px}.v-list-card-features-step__card-features{width:100%;height:100%}.v-list-left-border{width:100%}.v-list-left-border.is--border-color-primary{--list-left-border-color: #004FFF}.v-list-left-border.is--border-color-primary p{margin-top:10px}.v-list-left-border.is--border-color-secondary{--list-left-border-color: #3DDC97}.v-list-left-border__icon{color:#004fff;flex-shrink:0}.v-list-left-border__content{display:flex;flex-direction:column;opacity:.9}.v-list-left-border__list{width:100%;padding-left:0;display:flex;flex-flow:row wrap;gap:40px;list-style:none;margin:0;max-width:none}.v-list-left-border__item{flex:1 1 255px;display:flex;flex-direction:column;align-items:flex-start;margin:0!important;padding:19px;border-left:2px solid var(--list-left-border-color);justify-content:space-between}.v-list-left-border__item ul{margin-top:25px}.v-list-left-border__item li+li{margin-top:0}.v-list-left-border__item-content{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.v-list-left-border span{margin:0!important}.v-list-pointers{width:100%;padding-left:0;list-style:none;max-width:none}.v-list-pointers.is--one-col-grid{display:flex;flex-direction:column;gap:19px}.v-list-pointers.is--two-col-grid{gap:20px 80px}@media screen and not (min-width:768px){.v-list-pointers.is--two-col-grid{gap:20px}}.v-list-pointers__icon{width:16px;height:16px;color:#004fff;flex-shrink:0;cursor:help;position:relative;top:3px}.v-list-pointers__content{margin:0}.v-list-pointers li{width:100%;display:flex;gap:10px;margin:0!important;padding:12px 0;border-bottom:1px solid;border-color:#004fff!important;align-items:flex-start}@media screen and not (min-width:768px){.v-list-pointers li{align-items:center}}.v-list-pointers span{margin:0!important}.v-list-two-col-grid{width:100%;padding-left:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:130px}@media screen and not (min-width:768px){.v-list-two-col-grid{gap:60px}}.v-list-two-col-grid__item{margin:0;padding:0}.v-list-two-col-grid__content{display:flex;flex-direction:row}@media screen and not (max-width:768px){.v-list-two-col-grid__content.is--reverse{flex-direction:row-reverse}}@media screen and not (min-width:768px){.v-list-two-col-grid__content{flex-direction:column;gap:20px!important}}@media screen and not (min-width:768px){.v-list-two-col-grid .v-image-with-button__image{max-height:288px}}.v-section-two-col__right-data{display:flex;justify-content:center;flex-direction:column}@media screen and (max-width:768px){.v-section-two-col.is--mobile-reverse [slot=content],.v-section-two-col.is--mobile-reverse .v-section-two-col__left{order:2}.v-section-two-col.is--mobile-reverse .v-section-two-col__right{order:1}}.about-us-middle__item:last-child .v-separator{display:none}.about-us-middle .v-separator{margin:60px 0}.about-us-middle__left{display:flex;flex-direction:column;flex:1;padding-bottom:40px}@media screen and not (min-width:768px){.about-us-middle__left{padding-bottom:20px}}.about-us-middle__image-wrap{height:100%;width:100%;border-radius:2px;overflow:hidden;position:relative}@media screen and not (max-width:768px){.about-us-middle__image-wrap{flex:1}}@media screen and not (min-width:768px){.about-us-middle__image-wrap{height:477px}}.about-us-middle__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.v-card-badge-list-numbered{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.v-section-card-checkmarked-grid-subtitle{width:100%}.v-section-card-checkmarked-grid-subtitle__content{display:flex;align-items:flex-start;gap:30px;align-self:stretch}@media(max-width:768px){.v-section-card-checkmarked-grid-subtitle__content{flex-direction:column}}.v-section-card-checkmarked-grid-subtitle__column{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:1 0 0}.v-section-card-checkmarked-list__left{display:flex;justify-content:center;flex-direction:column}.v-section-card-features-grid{width:100%}.v-section-card-features-grid__card{min-height:200px;text-align:center}.v-section-card-features-grid__card-content{display:flex;flex-direction:column;justify-content:center;height:100%}.v-section-card-offer-grid{width:100%}.v-section-card-offer-grid__list-wrap{border-top:1px solid #CED4DA;padding-top:30px}.v-section-with-number__cards{flex-direction:column;justify-content:center;align-items:flex-start}.development-process{width:100%}.development-process__container{display:flex;flex-direction:row}@media(max-width:768px){.development-process__container{flex-direction:column}}.development-process__right{width:100%;height:auto;max-width:313px;border-radius:2px}@media(max-width:768px){.development-process__right{max-width:100%;width:100%;margin-top:60px}}@media(min-width:769px){.development-process__right{margin-left:180px}}.development-process__image{width:100%;height:100%}@media(max-width:768px){.development-process__image{min-height:300px}}.development-stages-middle__item{display:flex;align-items:center;gap:80px}.development-stages-middle__item+.development-stages-middle__item{margin-top:80px}@media(max-width:768px){.development-stages-middle__item{flex-direction:column-reverse;gap:40px}}.development-stages-middle__icon{width:100%;max-width:170px}.development-stages-middle__number{color:#004fff}.v-section-top{position:relative}.v-section-top__container{position:relative;display:flex;align-items:center}@media(min-width:769px){.v-section-top__container{justify-content:space-between}}@media(max-width:768px){.v-section-top__container{flex-direction:column}}.v-section-top__content{width:100%;z-index:2;position:relative}@media(min-width:769px){.v-section-top__content{max-width:653px}}@media(max-width:768px){.v-section-top__content{margin-bottom:60px}}.development-top__background{max-width:472px;max-height:450px;width:auto;height:auto;position:absolute;z-index:1}@media(max-width:768px){.development-top__background.is--process{max-width:190.27px;max-height:180px;left:50%;bottom:-180px;transform:translate(-50%)}}@media(min-width:769px){.development-top__background.is--process{max-width:372px;max-height:350px;right:2%;bottom:-190px}}@media(min-width:981px){.development-top__background.is--process{max-width:472px;max-height:450px;right:0;bottom:-240px}}@media(min-width:1367px){.development-top__background.is--process{max-width:472px;max-height:450px;right:-95px;bottom:-240px}}@media(min-width:1367px){.development-top__background.is--security{max-width:472px;max-height:450px;right:15px;bottom:-190px}}@media(min-width:981px){.development-top__background.is--security{max-width:472px;max-height:450px;right:15px;bottom:-190px}}@media(max-width:980px){.development-top__background.is--security{max-width:190.27px;max-height:180px;left:50%;bottom:-120px;transform:translate(-50%)}}@media(max-width:768px){.development-top__background.is--security{max-width:190.27px;max-height:180px;left:50%;bottom:-160px;transform:translate(-50%)}}@media(max-width:768px){.development-top__background.is--insightful{max-width:190.27px;max-height:180px;left:50%;bottom:-150px;transform:translate(-50%)}}@media(min-width:769px){.development-top__background.is--insightful{max-width:372px;max-height:350px;right:25px;bottom:-150px}}@media(min-width:981px){.development-top__background.is--insightful{max-width:472px;max-height:450px;right:0;bottom:-145px}}@media(min-width:1367px){.development-top__background.is--insightful{max-width:472px;max-height:450px;right:-105px;bottom:-145px}}.development-stages-top__background{max-width:472px;max-height:450px;width:auto;height:auto;position:absolute;z-index:1}@media(max-width:768px){.development-stages-top__background.is--development-stages{max-width:190.27px;max-height:180px;left:50%;bottom:-180px;transform:translate(-50%)}}@media(min-width:769px){.development-stages-top__background.is--development-stages{max-width:372px;max-height:300px;right:2%;bottom:-170px}}@media(min-width:981px){.development-stages-top__background.is--development-stages{max-width:472px;max-height:450px;right:0;bottom:-207px}}@media(min-width:1367px){.development-stages-top__background.is--development-stages{max-width:472px;max-height:450px;right:0;bottom:-207px}}.v-section-top-digital-ecosystem{margin-bottom:80px}@media(max-width:1199px){.v-section-top-digital-ecosystem{margin-bottom:100px}}.v-section-top-digital-ecosystem__wrap-top{position:relative}.v-section-top-digital-ecosystem__background{width:313px;height:100%;position:absolute;right:0;top:0;border-radius:2px;background-repeat:no-repeat;background-size:cover;z-index:1;max-height:calc(100% - 260px)}@media(max-width:1199px){.v-section-top-digital-ecosystem__background{position:initial;right:0;height:380px;background-repeat:no-repeat;background-size:cover;background-position:center}}@media(max-width:768px){.v-section-top-digital-ecosystem__background{width:100%}}.v-section-top-digital-ecosystem__background.is--loading{max-height:100%}.v-section-top-digital-ecosystem__background-image{min-height:100%}@media(max-width:1199px){.v-section-top-digital-ecosystem__background-image{height:100%;object-fit:cover}}.v-section-top-digital-ecosystem__background-image.is--loading{height:100%}.v-section-top-highlight-dark{color:#fff}.v-section-top-highlight-dark__container{padding:130px;gap:80px;background-color:#12161f}@media screen and not (min-width:980px){.v-section-top-highlight-dark__container{padding:40px}}.v-section-top-highlight-dark__top{display:flex;justify-content:center;align-items:center;gap:80px;align-self:stretch}@media screen and not (min-width:980px){.v-section-top-highlight-dark__top{flex-direction:column;gap:60px}}.v-section-top-highlight-dark__subheading{color:#fff}.v-section-top-highlight-dark__button-wrap{gap:8px;display:flex;align-items:end}@media(max-width:768px){.v-section-top-highlight-dark__button-wrap{flex-direction:column;align-items:flex-start;gap:0}}.v-section-top-highlight-dark__button-icon{color:inherit;width:18px}.v-section-top-highlight-dark__image{max-width:313px;min-height:392px;width:100%;border-radius:2px}@media screen and not (min-width:980px){.v-section-top-highlight-dark__image{min-height:auto}}.section-top-products__background{max-width:341.337px;max-height:352px;width:auto!important;height:100%!important;position:relative}@media(max-width:768px){.section-top-products__background{max-width:190.27px}}@media(min-width:769px){.section-top-products__background{right:-.337px;bottom:-47px}}.v-section-top-products__container{display:flex;align-items:center}@media screen and not (min-width:980px){.v-section-top-products__container{flex-direction:column;align-items:flex-start;padding-top:25px}}.v-section-top-products__text{width:100%;flex-shrink:0}@media screen and not (max-width:980px){.v-section-top-products__text{max-width:508px}}.v-section-top-products__background{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0}.v-section-top-products__background.is--bg-image{padding-left:85px;padding-right:85px}@media screen and not (min-width:980px){.v-section-top-products__background.is--bg-image{padding-left:0;padding-right:0;padding-bottom:30px}}.v-section-top-products__background.is--bg-image:before{content:"";position:absolute;left:0;bottom:-69px;width:100%;height:100%;background:url(/images/matrix_blue_edgefade.svg) no-repeat;background-size:contain;background-position:left bottom;z-index:0;opacity:.3}@media screen and not (min-width:980px){.v-section-top-products__background.is--bg-image:before{bottom:-26px}}@media screen and not (min-width:980px){.v-section-top-products__background{margin:0 auto}}.v-section-top-products__image{width:628px;aspect-ratio:157/83;display:inline-flex;flex-direction:column;align-items:flex-start;gap:3.728px;border-radius:7.456px;z-index:1;position:relative}.v-section-top-products__image:not(.is--no-bg){padding:4px;background:#fff;box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a}@media screen and not (min-width:980px){.v-section-top-products__image{width:100%;height:auto}}.v-section-top-products__image-desktop{display:none}@media screen and (min-width:980px){.v-section-top-products__image-desktop{display:block}}.v-section-top-products__image-mobile{display:block}@media screen and (min-width:980px){.v-section-top-products__image-mobile{display:none}}.v-section-top-products__image-both{display:block}@media screen and not (max-width:980px){.v-section-top-products .v-image.is--image-mobile{position:absolute;top:-60px;left:39px;width:412.49px;height:477.274px}}.v-section-two-col-image{width:100%}.v-section-two-col-image__title-wrap{margin-bottom:60px}.v-section-two-col-image__wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:130px}@media(max-width:768px){.v-section-two-col-image__wrap{grid-template-columns:repeat(1,minmax(0,1fr));gap:40px}}.v-section-two-col-image__wrap:not(.is--bordered){margin-top:30px}.v-section-two-col-image__wrap:not(.is--bordered)+.v-section-two-col-image__wrap:not(.is--bordered){margin-top:80px}@media(max-width:768px){.v-section-two-col-image__wrap:not(.is--bordered)+.v-section-two-col-image__wrap:not(.is--bordered){margin-top:60px}}.v-section-two-col-image__wrap.is--bordered+.v-section-two-col-image__wrap.is--bordered{padding-top:60px;border-top:1px solid #CED4DA;margin-top:60px}.v-section-two-col-image__top-item.is--centered{align-self:center}@media(max-width:768px){.v-section-two-col-image__top-item.is--mobile-reverse{order:1}}.v-section-two-col-image__top-cards{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch}.v-section-two-col-image__numbered-wrap{flex-direction:column;justify-content:center;align-items:flex-start}@media(min-width:769px){.v-section-two-col-image .is--image-small-height .v-section-two-col-image__body-image{max-height:320px}}.v-section-two-col-image img{width:auto}.v-section-two-col-image li+li{margin-top:0!important}.what-our-clients-say-slider__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;top:0;left:0;width:100%}.what-our-clients-say-slider__item.is--active{position:relative;transition:opacity 3s ease}.what-our-clients-say-slider__text{color:#343a40;font-style:italic}.what-our-clients-say-slider__author{margin:0!important}.what-our-clients-say-slider__item-card{display:flex;padding:20px;align-self:stretch;flex-direction:column;border-radius:2px;background:#fff7e8}@media screen and (min-width:260px){.what-our-clients-say-slider__item-card{height:500px}}@media screen and (min-width:272px){.what-our-clients-say-slider__item-card{height:450px}}@media screen and (min-width:296px){.what-our-clients-say-slider__item-card{height:400px}}@media screen and (min-width:327px){.what-our-clients-say-slider__item-card{height:350px}}@media screen and (min-width:375px){.what-our-clients-say-slider__item-card{height:300px}}@media screen and (min-width:458px){.what-our-clients-say-slider__item-card{height:250px}}@media screen and (min-width:525px){.what-our-clients-say-slider__item-card{height:200px}}@media screen and (min-width:650px){.what-our-clients-say-slider__item-card{height:170px}}@media screen and (min-width:767px){.what-our-clients-say-slider__item-card{height:300px}}@media screen and (min-width:850px){.what-our-clients-say-slider__item-card{height:260px}}@media screen and (min-width:1040px){.what-our-clients-say-slider__item-card{height:196px}}.v-what-our-clients-say{overflow:hidden}.v-chart-tooltip__content{min-width:180px;display:flex;flex-direction:column;gap:10px}.v-chart-tooltip__item{display:flex;justify-content:space-between}.v-chart-tooltip__left{display:flex;align-items:center}.v-chart-tooltip__icon{width:10px;height:10px;margin-right:4px;display:inline-block}.v-chart-tooltip__icon svg{display:block}.v-chart-tooltip__right{margin-left:4px}.v-chart-legend{width:100%}.v-shadcn-chart-area{display:flex;flex-direction:column;width:100%}.v-shadcn-chart-area__container{width:100%;height:300px;display:flex!important}.v-shadcn-chart-donut{display:flex;flex-direction:column;width:100%;min-height:0}.v-slider-offer{margin:0 -15px;width:calc(100% + 30px)}.v-slider-offer__item{padding:15px;flex:0 0 33.33%}@media screen and (max-width:1199px){.v-slider-offer__item{flex:0 0 36%}}@media screen and (max-width:1024px){.v-slider-offer__item{flex:0 0 46%}}@media screen and (max-width:768px){.v-slider-offer__item{flex:0 0 76%}}.v-text-block-with-checkmarks{position:relative}.v-text-block-with-checkmarks__summary{padding:12px 0;border-bottom:1px solid #495057;margin-top:30px!important}.v-text-block-with-checkmarks a:not([class]){margin-top:0!important}.v-timeline-list-dark{margin:60px auto 0;max-width:712px}.v-timeline-list-dark__item{--top: 8px}.v-timeline-list-dark__item-info{padding-top:8px}.v-timeline-list-dark__item-date{color:#004fff}.v-timeline-list-dark__item-title{margin-top:12px!important;color:#fff}.v-timeline-list-dark__item-text{color:#f8f9fa;opacity:.8}.v-uploader__preview-card{transition:background-color .2s ease}.v-uploader__preview-card:not(.is--image){width:100%;display:flex;border-top:1px solid #E9ECEF;padding:7px 13px 7px 10px;align-items:center;gap:12px;justify-content:space-between}.v-uploader__preview-card.is--image{padding:4px;width:fit-content;position:relative;display:inline-block}.v-uploader__preview-card:hover{background-color:#e9ecef;transition:background-color .2s ease}.v-uploader__preview-card-info{display:flex;align-items:center;gap:12px;color:#343a40}.v-uploader__preview-card-remove{cursor:pointer;display:flex}.v-uploader__preview-card.is--image .v-uploader__preview-card-remove{position:absolute;top:0;right:0;background-color:#fff;padding:2px;border-radius:2px}.v-uploader__preview-card-icon{width:16px;flex-shrink:0}.v-uploader__preview-card-thumb{width:80px;height:80px;object-fit:cover;border-radius:2px;flex-shrink:0}.v-uploader__close-icon{width:15px;height:15px;vertical-align:middle}.v-uploader__dropzone{display:flex;padding:32px 12px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;border-radius:2px;border:1px dashed #CED4DA;background:#f8f9fa}.v-uploader__dropzone:focus-visible{border-color:#004fff}.v-uploader__dropzone.is--dragging{border-color:#004fff}.v-uploader__dropzone.is--error{border-color:#ff7070}.v-uploader__dropzone.is--files:not(.is--can-upload){padding:12px}.v-uploader__dropzone.is--can-upload.is--files{padding:32px 12px 12px}.v-uploader__dropzone.is--disabled{opacity:.3;pointer-events:none}.v-uploader__dropzone.is--disabled .v-uploader__preview,.v-uploader__dropzone.is--disabled .v-uploader__preview *{pointer-events:auto}.v-uploader__dropzone.is--loading{opacity:.6;pointer-events:none}.v-uploader__dropzone:hover:not(.is--disabled,.is--loading){border-color:#004fff;cursor:pointer}.v-uploader input[type=file]{opacity:0;overflow:hidden;position:absolute;width:1px;height:1px}.v-uploader__label{color:#6c757d;text-align:center}.v-uploader .v-uploader__file-button{margin-top:12px}.v-uploader__dropzone.is--files .v-uploader__file-button{margin-bottom:32px}.v-uploader__preview{width:100%;position:relative;z-index:1}.v-uploader__comment{color:#495057;margin-top:4px}.v-uploader__error{margin-top:4px;color:#ff7070}.v-uploader__file-icon{width:16px}.case-studies-main:has(.conduit-bond-page) .case-studies-main__side{display:none}.case-studies-main:has(.conduit-bond-page) .case-studies-main__main{width:100%}.conduit-bond-page{display:flex;flex-direction:column;gap:72px;width:100%}@media screen and not (min-width:768px){.conduit-bond-page{gap:56px}}.conduit-bond-page__metrics{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.conduit-bond-page__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.conduit-bond-page__metrics{grid-template-columns:1fr}}.conduit-bond-page__metric,.conduit-bond-page__card,.conduit-bond-page__signal,.conduit-bond-page__table-shell,.conduit-bond-page__accordion-shell{border:1px solid #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));background:linear-gradient(180deg,#fffffffa,#f0f4ffb3);border-radius:24px}.conduit-bond-page__metric{padding:24px}.conduit-bond-page__metric-label,.conduit-bond-page__eyebrow{margin:0;color:#004fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.conduit-bond-page__metric-value{margin:12px 0 10px;font-size:clamp(32px,3vw,42px);line-height:1;color:#12161f}.conduit-bond-page__metric-text{margin:0;color:#495057}.conduit-bond-page__signal{margin-top:22px;padding:22px 24px;background:linear-gradient(135deg,#f0f4ff,#d9ffeed9)}.conduit-bond-page__signal p{margin:0;font-size:18px;line-height:1.7;color:#343a40}.conduit-bond-page__flow-grid,.conduit-bond-page__detail-grid,.conduit-bond-page__benefit-grid,.conduit-bond-page__zones,.conduit-bond-page__scenario-layout,.conduit-bond-page__risk-layout{display:grid;gap:20px}.conduit-bond-page__flow-grid,.conduit-bond-page__detail-grid,.conduit-bond-page__benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.conduit-bond-page__flow-grid,.conduit-bond-page__detail-grid,.conduit-bond-page__benefit-grid{grid-template-columns:1fr}}.conduit-bond-page__scenario-layout{align-items:start;grid-template-columns:1.25fr .75fr}@media screen and not (min-width:980px){.conduit-bond-page__scenario-layout{grid-template-columns:1fr}}.conduit-bond-page__zones{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}@media screen and not (min-width:980px){.conduit-bond-page__zones{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.conduit-bond-page__zones{grid-template-columns:1fr}}.conduit-bond-page__risk-layout{align-items:start;grid-template-columns:1.2fr .8fr}@media screen and not (min-width:980px){.conduit-bond-page__risk-layout{grid-template-columns:1fr}}.conduit-bond-page__card{padding:26px}.conduit-bond-page__card h3,.conduit-bond-page__table-shell h3{margin:10px 0 0;color:#12161f;font-size:26px;line-height:1.2}.conduit-bond-page__stack-list{display:flex;flex-direction:column;gap:14px;margin:18px 0 0;padding:0;list-style:none}.conduit-bond-page__stack-list li{position:relative;margin:0;padding-left:18px;color:#495057}.conduit-bond-page__stack-list li:before{position:absolute;top:9px;left:0;width:7px;height:7px;border-radius:50%;background-color:#3ddc97;content:""}.conduit-bond-page__term-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}.conduit-bond-page__term-row{display:grid;align-items:start;gap:12px;grid-template-columns:1fr auto;padding-bottom:12px;border-bottom:1px solid #E9ECEF}@media screen and not (min-width:768px){.conduit-bond-page__term-row{grid-template-columns:1fr}}.conduit-bond-page__term-row:last-child{padding-bottom:0;border-bottom:0}.conduit-bond-page__term-row span{color:#6c757d}.conduit-bond-page__term-row strong{color:#1a202d;text-align:right}@media screen and not (min-width:768px){.conduit-bond-page__term-row strong{text-align:left}}.conduit-bond-page__note{margin-top:20px;padding:18px 22px;border-radius:20px;background-color:#f0f4ff;color:#343a40}.conduit-bond-page__note--compact{margin-top:24px}.conduit-bond-page__note--center{max-width:760px;margin-right:auto;margin-left:auto;margin-top:32px;text-align:center}.conduit-bond-page__table-shell,.conduit-bond-page__accordion-shell{padding:24px}.conduit-bond-page__table-shell--scroll{overflow:hidden}.conduit-bond-page__table-scroll{overflow-x:auto;margin-top:20px}.conduit-bond-page__scenario-table{width:100%;min-width:760px;border-collapse:collapse}.conduit-bond-page__scenario-table th,.conduit-bond-page__scenario-table td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.conduit-bond-page__scenario-table th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.conduit-bond-page__status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.conduit-bond-page__status--red{background-color:#fff1f1;color:#ff3b3b}.conduit-bond-page__status--yellow{background-color:#fff7e8;color:#f1af32}.conduit-bond-page__status--green{background-color:#d9ffee;color:#36be83}.conduit-bond-page__status--blue{background-color:#f0f4ff;color:#004fff}.conduit-bond-page__zone{min-height:170px;padding:22px;border:1px solid #E9ECEF;border-radius:22px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.conduit-bond-page__zone--red{background:linear-gradient(180deg,#fff1f1,#fff)}.conduit-bond-page__zone--yellow{background:linear-gradient(180deg,#fff7e8,#fff)}.conduit-bond-page__zone--blue{background:linear-gradient(180deg,#f0f4ff,#fff)}.conduit-bond-page__zone--green{background:linear-gradient(180deg,#d9ffee,#fff)}.conduit-bond-page__zone-value{margin:10px 0 8px;color:#12161f;font-size:36px;line-height:1}.conduit-bond-page__zone p{margin:0;color:#495057}.conduit-bond-page__step-list{display:flex;flex-direction:column;gap:14px}.conduit-bond-page__step{display:grid;align-items:start;gap:16px;grid-template-columns:54px 1fr;padding:20px;border:1px solid #E9ECEF;border-radius:20px;background-color:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.conduit-bond-page__step-num{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background-color:#f0f4ff;color:#004fff;font-size:18px;font-weight:800}.conduit-bond-page__step h3{margin:0 0 6px;font-size:20px;line-height:1.3}.conduit-bond-page__step p{margin:0;color:#495057}.conduit-bond-page__waterfall{width:100%;border-collapse:collapse;margin-top:18px}.conduit-bond-page__waterfall th,.conduit-bond-page__waterfall td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.conduit-bond-page__waterfall th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.conduit-bond-page__waterfall td:first-child{color:#004fff;font-weight:800}.conduit-bond-page__risk-callout{margin-top:18px;padding:16px 18px;border-radius:18px;background-color:#fff7e8;color:#343a40}.case-studies-main:has(.tokenized-debt-page) .case-studies-main__side{display:none}.case-studies-main:has(.tokenized-debt-page) .case-studies-main__main{width:100%}.tokenized-debt-page{display:flex;flex-direction:column;gap:72px;width:100%}@media screen and not (min-width:768px){.tokenized-debt-page{gap:56px}}.tokenized-debt-page__metrics{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.tokenized-debt-page__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.tokenized-debt-page__metrics{grid-template-columns:1fr}}.tokenized-debt-page__metric,.tokenized-debt-page__card,.tokenized-debt-page__signal,.tokenized-debt-page__table-shell,.tokenized-debt-page__accordion-shell{border:1px solid #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));background:linear-gradient(180deg,#fffffffa,#f0f4ffb3);border-radius:24px}.tokenized-debt-page__metric{padding:24px}.tokenized-debt-page__metric-label,.tokenized-debt-page__eyebrow{margin:0;color:#004fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tokenized-debt-page__metric-value{margin:12px 0 10px;font-size:clamp(32px,3vw,42px);line-height:1;color:#12161f}.tokenized-debt-page__metric-text{margin:0;color:#495057}.tokenized-debt-page__signal{margin-top:22px;padding:22px 24px;background:linear-gradient(135deg,#f0f4ff,#d9ffeed9)}.tokenized-debt-page__signal p{margin:0;font-size:18px;line-height:1.7;color:#343a40}.tokenized-debt-page__flow-grid,.tokenized-debt-page__detail-grid,.tokenized-debt-page__benefit-grid,.tokenized-debt-page__zones,.tokenized-debt-page__scenario-layout,.tokenized-debt-page__risk-layout{display:grid;gap:20px}.tokenized-debt-page__flow-grid,.tokenized-debt-page__detail-grid,.tokenized-debt-page__benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.tokenized-debt-page__flow-grid,.tokenized-debt-page__detail-grid,.tokenized-debt-page__benefit-grid{grid-template-columns:1fr}}.tokenized-debt-page__scenario-layout{align-items:start;grid-template-columns:1.25fr .75fr}@media screen and not (min-width:980px){.tokenized-debt-page__scenario-layout{grid-template-columns:1fr}}.tokenized-debt-page__zones{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}@media screen and not (min-width:980px){.tokenized-debt-page__zones{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.tokenized-debt-page__zones{grid-template-columns:1fr}}.tokenized-debt-page__risk-layout{align-items:start;grid-template-columns:1.2fr .8fr}@media screen and not (min-width:980px){.tokenized-debt-page__risk-layout{grid-template-columns:1fr}}.tokenized-debt-page__card{padding:26px}.tokenized-debt-page__card h3,.tokenized-debt-page__table-shell h3{margin:10px 0 0;color:#12161f;font-size:26px;line-height:1.2}.tokenized-debt-page__stack-list{display:flex;flex-direction:column;gap:14px;margin:18px 0 0;padding:0;list-style:none}.tokenized-debt-page__stack-list li{position:relative;margin:0;padding-left:18px;color:#495057}.tokenized-debt-page__stack-list li:before{position:absolute;top:9px;left:0;width:7px;height:7px;border-radius:50%;background-color:#3ddc97;content:""}.tokenized-debt-page__term-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}.tokenized-debt-page__term-row{display:grid;align-items:start;gap:12px;grid-template-columns:1fr auto;padding-bottom:12px;border-bottom:1px solid #E9ECEF}@media screen and not (min-width:768px){.tokenized-debt-page__term-row{grid-template-columns:1fr}}.tokenized-debt-page__term-row:last-child{padding-bottom:0;border-bottom:0}.tokenized-debt-page__term-row span{color:#6c757d}.tokenized-debt-page__term-row strong{color:#1a202d;text-align:right}@media screen and not (min-width:768px){.tokenized-debt-page__term-row strong{text-align:left}}.tokenized-debt-page__note{margin-top:20px;padding:18px 22px;border-radius:20px;background-color:#f0f4ff;color:#343a40}.tokenized-debt-page__note--compact{margin-top:24px}.tokenized-debt-page__note--center{max-width:760px;margin-right:auto;margin-left:auto;margin-top:32px;text-align:center}.tokenized-debt-page__table-shell,.tokenized-debt-page__accordion-shell{padding:24px}.tokenized-debt-page__table-shell--scroll{overflow:hidden}.tokenized-debt-page__table-scroll{overflow-x:auto;margin-top:20px}.tokenized-debt-page__scenario-table{width:100%;min-width:760px;border-collapse:collapse}.tokenized-debt-page__scenario-table th,.tokenized-debt-page__scenario-table td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.tokenized-debt-page__scenario-table th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tokenized-debt-page__status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tokenized-debt-page__status--red{background-color:#fff1f1;color:#ff3b3b}.tokenized-debt-page__status--yellow{background-color:#fff7e8;color:#f1af32}.tokenized-debt-page__status--green{background-color:#d9ffee;color:#36be83}.tokenized-debt-page__status--blue{background-color:#f0f4ff;color:#004fff}.tokenized-debt-page__zone{min-height:170px;padding:22px;border:1px solid #E9ECEF;border-radius:22px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.tokenized-debt-page__zone--red{background:linear-gradient(180deg,#fff1f1,#fff)}.tokenized-debt-page__zone--yellow{background:linear-gradient(180deg,#fff7e8,#fff)}.tokenized-debt-page__zone--blue{background:linear-gradient(180deg,#f0f4ff,#fff)}.tokenized-debt-page__zone--green{background:linear-gradient(180deg,#d9ffee,#fff)}.tokenized-debt-page__zone-value{margin:10px 0 8px;color:#12161f;font-size:36px;line-height:1}.tokenized-debt-page__zone p{margin:0;color:#495057}.tokenized-debt-page__step-list{display:flex;flex-direction:column;gap:14px}.tokenized-debt-page__step{display:grid;align-items:start;gap:16px;grid-template-columns:54px 1fr;padding:20px;border:1px solid #E9ECEF;border-radius:20px;background-color:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.tokenized-debt-page__step-num{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background-color:#f0f4ff;color:#004fff;font-size:18px;font-weight:800}.tokenized-debt-page__step h3{margin:0 0 6px;font-size:20px;line-height:1.3}.tokenized-debt-page__step p{margin:0;color:#495057}.tokenized-debt-page__waterfall{width:100%;border-collapse:collapse;margin-top:18px}.tokenized-debt-page__waterfall th,.tokenized-debt-page__waterfall td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.tokenized-debt-page__waterfall th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tokenized-debt-page__waterfall td:first-child{color:#004fff;font-weight:800}.tokenized-debt-page__risk-callout{margin-top:18px;padding:16px 18px;border-radius:18px;background-color:#fff7e8;color:#343a40}.v-header{width:100%;position:fixed;top:0;z-index:100;height:64px;background:#fff;border-bottom:1px solid #E9ECEF}.v-header.is--fixed{box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}@media(max-width:1024px){.v-header{box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}}.v-header__container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:relative}.v-header__left{display:flex;align-items:center;gap:12px}.v-header__brand{display:flex;align-items:center;gap:12px;min-width:0;margin-right:55px}@media(max-width:1199px){.v-header__brand{margin-right:30px}}@media(max-width:1024px){.v-header__brand{gap:8px;margin-right:0}}.v-header__logo{display:flex;align-items:center;max-width:211px}@media(max-width:1199px){.v-header__logo{max-width:220px}}@media(max-width:1024px){.v-header__logo{max-width:180px}}.v-header__right{display:flex;align-items:center;justify-content:flex-end;flex:1;height:100%;gap:28px}.v-header__data{flex-shrink:0;display:flex;align-items:center;gap:12px}.v-header__after-navigation{flex-shrink:0;display:flex;align-items:center}.v-header__data--pwa{gap:8px}.v-header.is--variant-authorized .v-header__data{gap:16px}@media screen and (max-width:768px){.v-header.is--pwa .v-header__container{position:relative}.v-header.is--pwa .v-header__right{position:absolute;right:0;top:0;height:100%;padding-right:12px}.v-header.is--pwa .v-header__logo{position:absolute;left:50%;transform:translate(-50%);margin-right:0}}:root{--vp-c-white: #ffffff;--vp-c-black: #000000;--vp-c-neutral: var(--vp-c-black);--vp-c-neutral-inverse: var(--vp-c-white)}.dark{--vp-c-neutral: var(--vp-c-white);--vp-c-neutral-inverse: var(--vp-c-black)}:root{--vp-c-gray-1: #dddde3;--vp-c-gray-2: #e4e4e9;--vp-c-gray-3: #ebebef;--vp-c-gray-soft: rgba(142, 150, 170, .14);--vp-c-indigo-1: #3451b2;--vp-c-indigo-2: #3a5ccc;--vp-c-indigo-3: #5672cd;--vp-c-indigo-soft: rgba(100, 108, 255, .14);--vp-c-purple-1: #6f42c1;--vp-c-purple-2: #7e4cc9;--vp-c-purple-3: #8e5cd9;--vp-c-purple-soft: rgba(159, 122, 234, .14);--vp-c-green-1: #18794e;--vp-c-green-2: #299764;--vp-c-green-3: #30a46c;--vp-c-green-soft: rgba(16, 185, 129, .14);--vp-c-yellow-1: #915930;--vp-c-yellow-2: #946300;--vp-c-yellow-3: #9f6a00;--vp-c-yellow-soft: rgba(234, 179, 8, .14);--vp-c-red-1: #b8272c;--vp-c-red-2: #d5393e;--vp-c-red-3: #e0575b;--vp-c-red-soft: rgba(244, 63, 94, .14);--vp-c-sponsor: #db2777}.dark{--vp-c-gray-1: #515c67;--vp-c-gray-2: #414853;--vp-c-gray-3: #32363f;--vp-c-gray-soft: rgba(101, 117, 133, .16);--vp-c-indigo-1: #a8b1ff;--vp-c-indigo-2: #5c73e7;--vp-c-indigo-3: #3e63dd;--vp-c-indigo-soft: rgba(100, 108, 255, .16);--vp-c-purple-1: #c8abfa;--vp-c-purple-2: #a879e6;--vp-c-purple-3: #8e5cd9;--vp-c-purple-soft: rgba(159, 122, 234, .16);--vp-c-green-1: #3dd68c;--vp-c-green-2: #30a46c;--vp-c-green-3: #298459;--vp-c-green-soft: rgba(16, 185, 129, .16);--vp-c-yellow-1: #f9b44e;--vp-c-yellow-2: #da8b17;--vp-c-yellow-3: #a46a0a;--vp-c-yellow-soft: rgba(234, 179, 8, .16);--vp-c-red-1: #f66f81;--vp-c-red-2: #f14158;--vp-c-red-3: #b62a3c;--vp-c-red-soft: rgba(244, 63, 94, .16)}:root{--vp-c-bg: #ffffff;--vp-c-bg-alt: #f6f6f7;--vp-c-bg-elv: #ffffff;--vp-c-bg-soft: #f6f6f7}.dark{--vp-c-bg: #1b1b1f;--vp-c-bg-alt: #161618;--vp-c-bg-elv: #202127;--vp-c-bg-soft: #202127}:root{--vp-c-border: #c2c2c4;--vp-c-divider: #e2e2e3;--vp-c-gutter: #e2e2e3}.dark{--vp-c-border: #3c3f44;--vp-c-divider: #2e2e32;--vp-c-gutter: #000000}:root{--vp-c-text-1: #3c3c43;--vp-c-text-2: #67676c;--vp-c-text-3: #929295}.dark{--vp-c-text-1: #dfdfd6;--vp-c-text-2: #98989f;--vp-c-text-3: #6a6a71}:root{--vp-c-default-1: var(--vp-c-gray-1);--vp-c-default-2: var(--vp-c-gray-2);--vp-c-default-3: var(--vp-c-gray-3);--vp-c-default-soft: var(--vp-c-gray-soft);--vp-c-brand-1: var(--vp-c-indigo-1);--vp-c-brand-2: var(--vp-c-indigo-2);--vp-c-brand-3: var(--vp-c-indigo-3);--vp-c-brand-soft: var(--vp-c-indigo-soft);--vp-c-brand: var(--vp-c-brand-1);--vp-c-tip-1: var(--vp-c-brand-1);--vp-c-tip-2: var(--vp-c-brand-2);--vp-c-tip-3: var(--vp-c-brand-3);--vp-c-tip-soft: var(--vp-c-brand-soft);--vp-c-note-1: var(--vp-c-brand-1);--vp-c-note-2: var(--vp-c-brand-2);--vp-c-note-3: var(--vp-c-brand-3);--vp-c-note-soft: var(--vp-c-brand-soft);--vp-c-success-1: var(--vp-c-green-1);--vp-c-success-2: var(--vp-c-green-2);--vp-c-success-3: var(--vp-c-green-3);--vp-c-success-soft: var(--vp-c-green-soft);--vp-c-important-1: var(--vp-c-purple-1);--vp-c-important-2: var(--vp-c-purple-2);--vp-c-important-3: var(--vp-c-purple-3);--vp-c-important-soft: var(--vp-c-purple-soft);--vp-c-warning-1: var(--vp-c-yellow-1);--vp-c-warning-2: var(--vp-c-yellow-2);--vp-c-warning-3: var(--vp-c-yellow-3);--vp-c-warning-soft: var(--vp-c-yellow-soft);--vp-c-danger-1: var(--vp-c-red-1);--vp-c-danger-2: var(--vp-c-red-2);--vp-c-danger-3: var(--vp-c-red-3);--vp-c-danger-soft: var(--vp-c-red-soft);--vp-c-caution-1: var(--vp-c-red-1);--vp-c-caution-2: var(--vp-c-red-2);--vp-c-caution-3: var(--vp-c-red-3);--vp-c-caution-soft: var(--vp-c-red-soft)}:root{--vp-font-family-base: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--vp-font-family-mono: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;font-optical-sizing:auto}:root:where(:lang(zh)){--vp-font-family-base: "Punctuation SC", "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}:root{--vp-shadow-1: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);--vp-shadow-2: 0 3px 12px rgba(0, 0, 0, .07), 0 1px 4px rgba(0, 0, 0, .07);--vp-shadow-3: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);--vp-shadow-4: 0 14px 44px rgba(0, 0, 0, .12), 0 3px 9px rgba(0, 0, 0, .12);--vp-shadow-5: 0 18px 56px rgba(0, 0, 0, .16), 0 4px 12px rgba(0, 0, 0, .16)}:root{--vp-z-index-footer: 10;--vp-z-index-local-nav: 20;--vp-z-index-nav: 30;--vp-z-index-layout-top: 40;--vp-z-index-backdrop: 50;--vp-z-index-sidebar: 60}@media(min-width:960px){:root{--vp-z-index-sidebar: 25}}:root{--vp-layout-max-width: 1440px}:root{--vp-header-anchor-symbol: "#"}:root{--vp-code-line-height: 1.7;--vp-code-font-size: .875em;--vp-code-color: var(--vp-c-brand-1);--vp-code-link-color: var(--vp-c-brand-1);--vp-code-link-hover-color: var(--vp-c-brand-2);--vp-code-bg: var(--vp-c-default-soft);--vp-code-block-color: var(--vp-c-text-2);--vp-code-block-bg: var(--vp-c-bg-alt);--vp-code-block-divider-color: var(--vp-c-gutter);--vp-code-lang-color: var(--vp-c-text-3);--vp-code-line-highlight-color: var(--vp-c-default-soft);--vp-code-line-number-color: var(--vp-c-text-3);--vp-code-line-diff-add-color: var(--vp-c-success-soft);--vp-code-line-diff-add-symbol-color: var(--vp-c-success-1);--vp-code-line-diff-remove-color: var(--vp-c-danger-soft);--vp-code-line-diff-remove-symbol-color: var(--vp-c-danger-1);--vp-code-line-warning-color: var(--vp-c-warning-soft);--vp-code-line-error-color: var(--vp-c-danger-soft);--vp-code-copy-code-border-color: var(--vp-c-divider);--vp-code-copy-code-bg: var(--vp-c-bg-soft);--vp-code-copy-code-hover-border-color: var(--vp-c-divider);--vp-code-copy-code-hover-bg: var(--vp-c-bg);--vp-code-copy-code-active-text: var(--vp-c-text-2);--vp-code-copy-copied-text-content: "Copied";--vp-code-tab-divider: var(--vp-code-block-divider-color);--vp-code-tab-text-color: var(--vp-c-text-2);--vp-code-tab-bg: var(--vp-code-block-bg);--vp-code-tab-hover-text-color: var(--vp-c-text-1);--vp-code-tab-active-text-color: var(--vp-c-text-1);--vp-code-tab-active-bar-color: var(--vp-c-brand-1)}:lang(es),:lang(pt){--vp-code-copy-copied-text-content: "Copiado"}:lang(fa){--vp-code-copy-copied-text-content: "کپی شد"}:lang(ko){--vp-code-copy-copied-text-content: "복사됨"}:lang(ru){--vp-code-copy-copied-text-content: "Скопировано"}:lang(zh){--vp-code-copy-copied-text-content: "已复制"}:root{--vp-button-brand-border: transparent;--vp-button-brand-text: var(--vp-c-white);--vp-button-brand-bg: var(--vp-c-brand-3);--vp-button-brand-hover-border: transparent;--vp-button-brand-hover-text: var(--vp-c-white);--vp-button-brand-hover-bg: var(--vp-c-brand-2);--vp-button-brand-active-border: transparent;--vp-button-brand-active-text: var(--vp-c-white);--vp-button-brand-active-bg: var(--vp-c-brand-1);--vp-button-alt-border: transparent;--vp-button-alt-text: var(--vp-c-text-1);--vp-button-alt-bg: var(--vp-c-default-3);--vp-button-alt-hover-border: transparent;--vp-button-alt-hover-text: var(--vp-c-text-1);--vp-button-alt-hover-bg: var(--vp-c-default-2);--vp-button-alt-active-border: transparent;--vp-button-alt-active-text: var(--vp-c-text-1);--vp-button-alt-active-bg: var(--vp-c-default-1);--vp-button-sponsor-border: var(--vp-c-text-2);--vp-button-sponsor-text: var(--vp-c-text-2);--vp-button-sponsor-bg: transparent;--vp-button-sponsor-hover-border: var(--vp-c-sponsor);--vp-button-sponsor-hover-text: var(--vp-c-sponsor);--vp-button-sponsor-hover-bg: transparent;--vp-button-sponsor-active-border: var(--vp-c-sponsor);--vp-button-sponsor-active-text: var(--vp-c-sponsor);--vp-button-sponsor-active-bg: transparent}:root{--vp-custom-block-font-size: 14px;--vp-custom-block-code-font-size: 13px;--vp-custom-block-info-border: transparent;--vp-custom-block-info-text: var(--vp-c-text-1);--vp-custom-block-info-bg: var(--vp-c-default-soft);--vp-custom-block-info-code-bg: var(--vp-c-default-soft);--vp-custom-block-note-border: transparent;--vp-custom-block-note-text: var(--vp-c-text-1);--vp-custom-block-note-bg: var(--vp-c-default-soft);--vp-custom-block-note-code-bg: var(--vp-c-default-soft);--vp-custom-block-tip-border: transparent;--vp-custom-block-tip-text: var(--vp-c-text-1);--vp-custom-block-tip-bg: var(--vp-c-tip-soft);--vp-custom-block-tip-code-bg: var(--vp-c-tip-soft);--vp-custom-block-important-border: transparent;--vp-custom-block-important-text: var(--vp-c-text-1);--vp-custom-block-important-bg: var(--vp-c-important-soft);--vp-custom-block-important-code-bg: var(--vp-c-important-soft);--vp-custom-block-warning-border: transparent;--vp-custom-block-warning-text: var(--vp-c-text-1);--vp-custom-block-warning-bg: var(--vp-c-warning-soft);--vp-custom-block-warning-code-bg: var(--vp-c-warning-soft);--vp-custom-block-danger-border: transparent;--vp-custom-block-danger-text: var(--vp-c-text-1);--vp-custom-block-danger-bg: var(--vp-c-danger-soft);--vp-custom-block-danger-code-bg: var(--vp-c-danger-soft);--vp-custom-block-caution-border: transparent;--vp-custom-block-caution-text: var(--vp-c-text-1);--vp-custom-block-caution-bg: var(--vp-c-caution-soft);--vp-custom-block-caution-code-bg: var(--vp-c-caution-soft);--vp-custom-block-details-border: var(--vp-custom-block-info-border);--vp-custom-block-details-text: var(--vp-custom-block-info-text);--vp-custom-block-details-bg: var(--vp-custom-block-info-bg);--vp-custom-block-details-code-bg: var(--vp-custom-block-info-code-bg)}:root{--vp-input-border-color: var(--vp-c-border);--vp-input-bg-color: var(--vp-c-bg-alt);--vp-input-switch-bg-color: var(--vp-c-default-soft)}:root{--vp-nav-height: 64px;--vp-nav-bg-color: var(--vp-c-bg);--vp-nav-screen-bg-color: var(--vp-c-bg);--vp-nav-logo-height: 24px}.hide-nav{--vp-nav-height: 0px}.hide-nav .VPSidebar{--vp-nav-height: 22px}:root{--vp-local-nav-bg-color: var(--vp-c-bg)}:root{--vp-sidebar-width: 272px;--vp-sidebar-bg-color: var(--vp-c-bg-alt)}:root{--vp-backdrop-bg-color: rgba(0, 0, 0, .6)}:root{--vp-home-hero-name-color: var(--vp-c-brand-1);--vp-home-hero-name-background: transparent;--vp-home-hero-image-background-image: none;--vp-home-hero-image-filter: none}:root{--vp-badge-info-border: transparent;--vp-badge-info-text: var(--vp-c-text-2);--vp-badge-info-bg: var(--vp-c-default-soft);--vp-badge-tip-border: transparent;--vp-badge-tip-text: var(--vp-c-tip-1);--vp-badge-tip-bg: var(--vp-c-tip-soft);--vp-badge-warning-border: transparent;--vp-badge-warning-text: var(--vp-c-warning-1);--vp-badge-warning-bg: var(--vp-c-warning-soft);--vp-badge-danger-border: transparent;--vp-badge-danger-text: var(--vp-c-danger-1);--vp-badge-danger-bg: var(--vp-c-danger-soft)}:root{--vp-carbon-ads-text-color: var(--vp-c-text-1);--vp-carbon-ads-poweredby-color: var(--vp-c-text-2);--vp-carbon-ads-bg-color: var(--vp-c-bg-soft);--vp-carbon-ads-hover-text-color: var(--vp-c-brand-1);--vp-carbon-ads-hover-poweredby-color: var(--vp-c-text-1)}:root{--vp-local-search-bg: var(--vp-c-bg);--vp-local-search-result-bg: var(--vp-c-bg);--vp-local-search-result-border: var(--vp-c-divider);--vp-local-search-result-selected-bg: var(--vp-c-bg);--vp-local-search-result-selected-border: var(--vp-c-brand-1);--vp-local-search-highlight-bg: var(--vp-c-brand-1);--vp-local-search-highlight-text: var(--vp-c-neutral-inverse)}[class^=vpi-],[class*=" vpi-"],.vp-icon{width:1em;height:1em}[class^=vpi-].bg,[class*=" vpi-"].bg,.vp-icon.bg{background-size:100% 100%;background-color:transparent}[class^=vpi-]:not(.bg),[class*=" vpi-"]:not(.bg),.vp-icon:not(.bg){-webkit-mask:var(--icon) no-repeat;mask:var(--icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit}.vpi-align-left{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 6H3M15 12H3M17 18H3'/%3E%3C/svg%3E")}.vpi-arrow-right,.vpi-arrow-down,.vpi-arrow-left,.vpi-arrow-up{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.vpi-chevron-right,.vpi-chevron-down,.vpi-chevron-left,.vpi-chevron-up{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")}.vpi-chevron-down,.vpi-arrow-down{transform:rotate(90deg)}.vpi-chevron-left,.vpi-arrow-left{transform:rotate(180deg)}.vpi-chevron-up,.vpi-arrow-up{transform:rotate(-90deg)}.vpi-square-pen{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4Z'/%3E%3C/svg%3E")}.vpi-plus{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5v14'/%3E%3C/svg%3E")}.vpi-sun{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/svg%3E")}.vpi-moon{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z'/%3E%3C/svg%3E")}.vpi-more-horizontal{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='19' cy='12' r='1'/%3E%3Ccircle cx='5' cy='12' r='1'/%3E%3C/svg%3E")}.vpi-languages{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m5 8 6 6M4 14l6-6 2-3M2 5h12M7 2h1M22 22l-5-10-5 10M14 18h6'/%3E%3C/svg%3E")}.vpi-heart{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E")}.vpi-search{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E")}.vpi-layout-list{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Cpath d='M14 4h7M14 9h7M14 15h7M14 20h7'/%3E%3C/svg%3E")}.vpi-delete{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M20 5H9l-7 7 7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM18 9l-6 6M12 9l6 6'/%3E%3C/svg%3E")}.vpi-corner-down-left{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m9 10-5 5 5 5'/%3E%3Cpath d='M20 4v7a4 4 0 0 1-4 4H4'/%3E%3C/svg%3E")}:root{--vp-icon-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='rgba(128,128,128,1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3C/svg%3E");--vp-icon-copied: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='rgba(128,128,128,1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E")}:root{--vp-c-brand-1: #004FFF;--vp-c-brand-2: #0042D4;--vp-c-bg: #fff;--vp-c-bg-alt: #F8F9FA;--vp-c-bg-soft: #F8F9FA;--vp-c-divider: #E9ECEF;--vp-c-text-1: #12161F;--vp-c-text-2: #495057;--vp-c-white: #fff;--vp-backdrop-bg-color: rgb(18 22 31 / 46%);--vp-local-search-bg: #fff}.v-header-search{flex:0 0 40px;width:40px}.v-header-search .VPNavBarSearch{flex-grow:0;padding-left:0;width:100%}.v-header-search #local-search{width:100%}.v-header-search .DocSearch-Button{justify-content:center;width:40px;height:40px;padding:0;border:1px solid transparent;border-radius:2px;background-color:transparent;box-shadow:none;color:#004fff;transition:all .3s}.v-header-search .DocSearch-Button:hover{border-color:transparent;background-color:#e1eafd;color:#003dc5}.v-header-search .DocSearch-Button:hover .DocSearch-Search-Icon{color:#003dc5}.v-header-search .DocSearch-Button .DocSearch-Search-Icon{width:18px;height:18px;margin-right:0;color:currentcolor}.v-header-search .DocSearch-Button .DocSearch-Button-Placeholder,.v-header-search .DocSearch-Button .DocSearch-Button-Keys{display:none}@media(max-width:1024px){.v-header-search .DocSearch-Button:hover{border-color:transparent;background-color:#e1eafd}}.v-footer-logo{background-color:#12161f;padding:48px 0;color:#fff}@media(max-width:1199px){.v-footer-logo{padding-bottom:5px;padding-top:50px}}.v-footer-logo__wrap{display:flex;gap:80px}@media(max-width:1199px){.v-footer-logo__wrap{gap:40px}}@media(max-width:980px){.v-footer-logo__wrap{max-width:100%;margin:0 auto;flex-wrap:wrap}}.v-footer-logo__form-wrap{width:35%}@media(max-width:980px){.v-footer-logo__form-wrap{width:100%}}.v-footer-logo__form{margin-bottom:32px}.v-footer-logo__contact{display:flex;flex-direction:column;gap:8px;margin:40px 0 30px}@media(max-width:980px){.v-footer-logo__menu{width:100%}}.view-page{width:100%;overflow:hidden}.embed-google{width:100%;position:relative}.embed-google__iframe{width:100%;border:none;margin:10px 0}.embed-google__loader{width:100%;margin:10px 0}.view-book-a-call{width:100%}.view-book-a-call__widget{width:100%;min-height:700px;margin:0 0 -30px}.view-book-a-call__title{text-align:center}.view-book-a-call__button{max-width:400px;margin:0 auto;display:flex}.v-card-article-main{width:100%;display:flex;flex-direction:row-reverse;height:449px;position:relative;align-items:flex-end;gap:8px;padding:40px;color:#fff!important;align-self:stretch;background-size:cover;background-repeat:no-repeat;background-position:center;text-decoration:none!important;margin:0}@media(max-width:768px){.v-card-article-main{height:300px;flex-direction:column;align-items:flex-start;justify-content:end}}.v-card-article-main.is--secondary{height:300px;flex-direction:column;align-items:flex-start;justify-content:end}.v-card-article-main:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background-image:linear-gradient(-180deg,#61616100 5%,#0f0f0f9e 60%,#000000ba);opacity:.65}.v-card-article-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:0 0;transition:background .5s ease}.v-card-article-main:hover:after{background:#004fffb3}.v-card-article-main__publish-date{text-align:center;min-width:100px;padding:10px 14px;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;z-index:2;position:relative;background:#020a18b8;border:1px solid rgba(255,255,255,.14);border-radius:6px;box-shadow:0 12px 28px #0000003d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:768px){.v-card-article-main__publish-date{margin-bottom:12px}}.v-card-article-main__details{width:100%;box-sizing:border-box;padding:16px 20px;display:flex;flex-direction:column;justify-content:center;z-index:2;position:relative;background:#020a18b8;border:1px solid rgba(255,255,255,.14);border-radius:6px;box-shadow:0 12px 28px #0000003d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:768px){.v-card-article-main__details{width:100%;padding:14px 16px}}.v-card-article-main.is--secondary .v-card-article-main__details{padding:14px 16px}.v-card-article-main__description{opacity:.9;color:inherit}@media(max-width:768px){.v-card-article-main__description{display:none}}.v-card-article-main.is--secondary .v-card-article-main__description{display:none}.v-card-article-main__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.v-card-article-main__title{max-height:170px}}.v-card-article-main__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin:0}.view-resource-center__secondary-wrap{display:flex;gap:27px;margin-top:32px;margin-bottom:80px}@media(max-width:768px){.view-resource-center__secondary-wrap{flex-direction:column;margin-bottom:100px}}.view-resource-center-post__header{margin-bottom:37px}@media(max-width:768px){.view-resource-center-post__header{margin-bottom:0}}.view-resource-center-post__share{margin-bottom:60px}@media(max-width:768px){.view-resource-center-post__share{margin-bottom:20px}}.view-author-page__header{margin-bottom:80px;display:flex;flex-direction:row}@media(max-width:768px){.view-author-page__header{flex-direction:column;margin-bottom:100px}}.view-author-page__image{width:100%;height:100%;border-radius:100%;object-fit:cover;object-position:center;overflow:hidden}@media(max-width:768px){.view-author-page__image-wrap{margin-bottom:32px;display:flex;justify-content:center}}.view-author-page__author-image{border-radius:100%;overflow:hidden;width:168px;height:168px;border:dashed 1px #004FFF;padding:8px}.view-author-page__bio{margin-left:32px}@media(max-width:768px){.view-author-page__bio{margin-left:0;text-align:center}}.view-author-page__title{color:#12161f;margin-bottom:8px}.view-author-page__subtitle{color:#12161f;margin-bottom:20px}.view-author-page__text{color:#343a40;opacity:.8}.view-author-page__tags-wrap{margin-bottom:40px}.view-how-we-can-assist{width:100%}.view-help-ukraine__top{margin-top:64px}.view-digital-ecosystem{width:100%}.view-digital-ecosystem__top{margin-bottom:80px}@media(max-width:768px){.view-digital-ecosystem__top{margin-bottom:100px}}.view-how-we-can-assist__top{margin-bottom:80px}@media(max-width:768px){.view-how-we-can-assist__top{margin-bottom:130px}}.view-development{width:100%}.view-development__top{margin-bottom:80px}@media(max-width:768px){.view-development__top{margin-bottom:120px}}.view-development__guide{background-color:#f0f4ff;padding:90px 0}@media(max-width:768px){.view-development__guide{padding:100px 0}}.view-cto-as-a-service{width:100%}.view-about-us{width:100%}.v-card-primary{position:relative;padding:40px;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));border-radius:2px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%}.v-card-primary.is--hoverable:hover{box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a}.v-card-primary__top{margin:0!important}.v-card-primary__type-wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:28px;gap:12px}.v-card-primary__type-wrapper:before{content:"";position:absolute;left:0;height:35px;width:2px;background-color:#004fff}.v-card-primary__type-icon{width:35px;height:35px}.v-card-primary__type-wrapper+.v-card-primary__title,.v-card-primary__button,.v-card-primary__bottom-wrap{margin-top:28px!important}.v-card-primary__type{color:#004fff;text-transform:uppercase;min-height:35px;display:flex;align-items:center}.v-card-primary__text{margin-top:20px}.v-card-primary__text.is--ellipsis{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.v-card-primary__body-image{width:100%;aspect-ratio:16/9;height:auto}.v-card-primary__body-image img{border:1px solid #E9ECEF}.v-card-primary__cover-link{position:absolute;top:0;bottom:0;left:0;width:100%;opacity:0}.v-card-primary__footer{display:flex;flex-direction:column;gap:28px;align-items:flex-start}.view-case-studies__wrap{border-top:1px solid #CED4DA;padding-top:32px}.view-case-studies .is--short-block{max-width:653px}.view-case-studies-single .the-highlight{padding-top:60px!important}.view-case-studies-single .the-highlight+*{padding-top:60px!important}.view-case-studies-single__breadcrumbs{padding-bottom:60px!important}.view-career-single__left{display:flex;width:70.79%;flex-direction:column;align-items:flex-start}@media(max-width:768px){.view-career-single__left{width:100%}}.view-career-single__left p{opacity:.9}.view-career-single__right{position:relative;width:27%}@media(max-width:767px){.view-career-single__right{width:100%;margin-top:30px}}.view-careers__subtitle{max-width:653px}.view-careers__wrap{border-top:1px solid #CED4DA;padding-top:32px}.view-ui-kit-single__side{width:20%;flex-shrink:0}@media(max-width:767px){.view-ui-kit-single__side{width:100%;margin-bottom:40px}}.view-ui-kit-single__side ul{list-style:none;padding:0}.view-ui-kit-single__side ul a{color:#12161f;text-decoration:none}.view-ui-kit-single__side ul a:hover,.view-ui-kit-single__side ul a.is--active{color:#004fff}.view-ui-kit-single__side li.is--main{order:-1}.view-ui-kit-single__main{width:calc(80% - 80px);flex-shrink:0;overflow:hidden}@media(max-width:767px){.view-ui-kit-single__main{width:100%}}@media(min-width:769px){.view-ui-kit-single .is--side-block{max-height:calc(100vh - 140px);overflow:auto;display:block}}.view-ui-kit-single .sticky{width:calc(20% - 80px)}.view-wiki-single__side{width:29.23%}@media(max-width:767px){.view-wiki-single__side{width:100%;margin-bottom:100px}}.view-wiki-single__main{display:flex;width:70.79%;flex-direction:column;align-items:flex-start}@media(max-width:768px){.view-wiki-single__main{width:100%}}.view-wiki-single__main p{opacity:.9}.view-wiki-single__subtitle{margin-bottom:40px}.view-wiki-single__location{color:#343a40;margin-bottom:130px}@media(max-width:767px){.view-wiki-single__location{margin-bottom:20px}}.view-contact-us{width:100%}.view-contact-us__wrap{max-width:753px;margin:0 auto}.view-contact-us__title{text-align:center;margin-bottom:40px}.we-help{position:relative;overflow:hidden}.we-help h5{text-transform:uppercase;color:#004fff}.we-help h2{margin-top:12px}.we-help h4{margin-top:8px;font-family:var(--ui-font-family-body) "";font-weight:350;font-size:20px;line-height:30px;font-style:normal}.we-help p{margin-top:24px}.we-help__right{padding:20px;border-radius:2px;background-color:#1a202d}@media screen and (max-width:768px){.we-help__right{margin-top:40px}}.we-help__background-wrap{position:absolute;left:26%;bottom:0;width:318px}@media screen and (max-width:768px){.we-help__background-wrap{max-width:100%;width:40%}}@media screen and (max-width:768px){.we-help .checkmarked-item__icon-wrap{margin-top:10px!important}}.case-studies-main:has(.municipal-bond-page) .case-studies-main__side{display:none}.case-studies-main:has(.municipal-bond-page) .case-studies-main__main{width:100%}.municipal-bond-page{display:flex;flex-direction:column;gap:72px;width:100%}@media screen and not (min-width:768px){.municipal-bond-page{gap:56px}}.municipal-bond-page__metrics{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.municipal-bond-page__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.municipal-bond-page__metrics{grid-template-columns:1fr}}.municipal-bond-page__metric,.municipal-bond-page__card,.municipal-bond-page__signal,.municipal-bond-page__table-shell,.municipal-bond-page__accordion-shell{border:1px solid #E9ECEF;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));background:linear-gradient(180deg,#fffffffa,#f0f4ffb3);border-radius:24px}.municipal-bond-page__metric{padding:24px}.municipal-bond-page__metric-label,.municipal-bond-page__eyebrow{margin:0;color:#004fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.municipal-bond-page__metric-value{margin:12px 0 10px;font-size:clamp(32px,3vw,42px);line-height:1;color:#12161f}.municipal-bond-page__metric-text{margin:0;color:#495057}.municipal-bond-page__signal{margin-top:22px;padding:22px 24px;background:linear-gradient(135deg,#f0f4ff,#d9ffeed9)}.municipal-bond-page__signal p{margin:0;font-size:18px;line-height:1.7;color:#343a40}.municipal-bond-page__flow-grid,.municipal-bond-page__detail-grid,.municipal-bond-page__scenario-layout,.municipal-bond-page__benefit-grid,.municipal-bond-page__zones,.municipal-bond-page__risk-layout{display:grid;gap:20px}.municipal-bond-page__flow-grid,.municipal-bond-page__detail-grid,.municipal-bond-page__benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and not (min-width:980px){.municipal-bond-page__flow-grid,.municipal-bond-page__detail-grid,.municipal-bond-page__benefit-grid{grid-template-columns:1fr}}.municipal-bond-page__scenario-layout{align-items:start;grid-template-columns:1.25fr .75fr}@media screen and not (min-width:980px){.municipal-bond-page__scenario-layout{grid-template-columns:1fr}}.municipal-bond-page__zones{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}@media screen and not (min-width:980px){.municipal-bond-page__zones{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and not (min-width:768px){.municipal-bond-page__zones{grid-template-columns:1fr}}.municipal-bond-page__risk-layout{align-items:start;grid-template-columns:1.2fr .8fr}@media screen and not (min-width:980px){.municipal-bond-page__risk-layout{grid-template-columns:1fr}}.municipal-bond-page__card{padding:26px}.municipal-bond-page__card h3,.municipal-bond-page__table-shell h3{margin:10px 0 0;color:#12161f;font-size:26px;line-height:1.2}.municipal-bond-page__stack-list{display:flex;flex-direction:column;gap:14px;margin:18px 0 0;padding:0;list-style:none}.municipal-bond-page__stack-list li{position:relative;margin:0;padding-left:18px;color:#495057}.municipal-bond-page__stack-list li:before{position:absolute;top:9px;left:0;width:7px;height:7px;border-radius:50%;background-color:#3ddc97;content:""}.municipal-bond-page__term-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}.municipal-bond-page__term-row{display:grid;align-items:start;gap:12px;grid-template-columns:1fr auto;padding-bottom:12px;border-bottom:1px solid #E9ECEF}@media screen and not (min-width:768px){.municipal-bond-page__term-row{grid-template-columns:1fr}}.municipal-bond-page__term-row:last-child{padding-bottom:0;border-bottom:0}.municipal-bond-page__term-row span{color:#6c757d}.municipal-bond-page__term-row strong{color:#1a202d;text-align:right}@media screen and not (min-width:768px){.municipal-bond-page__term-row strong{text-align:left}}.municipal-bond-page__note{margin-top:20px;padding:18px 22px;border-radius:20px;background-color:#f0f4ff;color:#343a40}.municipal-bond-page__note--compact{margin-top:24px}.municipal-bond-page__table-shell,.municipal-bond-page__accordion-shell{padding:24px}.municipal-bond-page__table-shell--scroll{overflow:hidden}.municipal-bond-page__table-scroll{overflow-x:auto;margin-top:20px}.municipal-bond-page__scenario-table{width:100%;min-width:760px;border-collapse:collapse}.municipal-bond-page__scenario-table th,.municipal-bond-page__scenario-table td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.municipal-bond-page__scenario-table th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.municipal-bond-page__scenario-table td:nth-child(2),.municipal-bond-page__scenario-table td:nth-child(4),.municipal-bond-page__scenario-table td:nth-child(6){white-space:nowrap}.municipal-bond-page__status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.municipal-bond-page__status--red{background-color:#fff1f1;color:#ff3b3b}.municipal-bond-page__status--yellow{background-color:#fff7e8;color:#f1af32}.municipal-bond-page__status--green{background-color:#d9ffee;color:#36be83}.municipal-bond-page__status--blue{background-color:#f0f4ff;color:#004fff}.municipal-bond-page__zone{min-height:170px;padding:22px;border:1px solid #E9ECEF;border-radius:22px;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.municipal-bond-page__zone--red{background:linear-gradient(180deg,#fff1f1,#fff)}.municipal-bond-page__zone--yellow{background:linear-gradient(180deg,#fff7e8,#fff)}.municipal-bond-page__zone--blue{background:linear-gradient(180deg,#f0f4ff,#fff)}.municipal-bond-page__zone--green{background:linear-gradient(180deg,#d9ffee,#fff)}.municipal-bond-page__zone-value{margin:10px 0 8px;color:#12161f;font-size:36px;line-height:1}.municipal-bond-page__zone p{margin:0;color:#495057}.municipal-bond-page__step-list{display:flex;flex-direction:column;gap:14px}.municipal-bond-page__step{display:grid;align-items:start;gap:16px;grid-template-columns:54px 1fr;padding:20px;border:1px solid #E9ECEF;border-radius:20px;background-color:#fff;box-shadow:var(--ui-shadow-control, 0 2px 5px 1px rgba(18, 22, 31, .03), 0 2px 3px -2px rgba(18, 22, 31, .15))}.municipal-bond-page__step-num{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background-color:#f0f4ff;color:#004fff;font-size:18px;font-weight:800}.municipal-bond-page__step h3{margin:0 0 6px;font-size:20px;line-height:1.3}.municipal-bond-page__step p{margin:0;color:#495057}.municipal-bond-page__waterfall{width:100%;border-collapse:collapse;margin-top:18px}.municipal-bond-page__waterfall th,.municipal-bond-page__waterfall td{padding:14px 12px;border-bottom:1px solid #E9ECEF;text-align:left;vertical-align:top}.municipal-bond-page__waterfall th{color:#6c757d;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.municipal-bond-page__waterfall td:first-child{color:#004fff;font-weight:800}.municipal-bond-page__risk-callout{margin-top:18px;padding:16px 18px;border-radius:18px;background-color:#fff7e8;color:#343a40}.v-rotating-title{overflow-wrap:anywhere}.v-rotating-title__highlight{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 6' preserveAspectRatio='none'><path d='M0,3 Q3,0 6,3 T12,3 T18,3 T24,3' stroke='%23004FFF' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");background-repeat:repeat-x;background-position:0 100%;background-size:.6em .22em;padding-bottom:0;-webkit-box-decoration-break:clone;box-decoration-break:clone}.v-rotating-title__dynamic{display:inline-grid;vertical-align:baseline}.v-rotating-title__typed,.v-rotating-title__sizer{grid-area:1/1;justify-self:start}.v-rotating-title__sizer{visibility:hidden}.v-rotating-title__cursor{display:inline-block;width:.08em;height:.85em;margin-left:.08em;background-color:currentcolor;transform:translateY(.08em);animation:v-rotating-title-cursor 1s steps(2,start) infinite}@keyframes v-rotating-title-cursor{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.v-rotating-title__cursor{animation:none}}.v-text-block{position:relative}.v-text-block__button-wrap{gap:12px;display:flex;align-items:flex-start;flex-direction:row}@media screen and not (min-width:980px){.v-text-block__button-wrap{flex-wrap:wrap}}.v-text-block a:not([class]){margin-top:0!important}.v-block-two-col__container{display:flex;align-items:center}@media screen and not (min-width:980px){.v-block-two-col__container{flex-direction:column;align-items:flex-start}}.v-block-two-col__text{width:100%;flex-shrink:0;text-align:left}@media screen and not (max-width:980px){.v-block-two-col__text{max-width:var(--v-block-left-max-width, 508px)}}.v-block-two-col__background{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0}.v-block-two-col__image{width:100%;min-width:0;aspect-ratio:770/480;display:inline-flex;flex-direction:column;align-items:flex-start;gap:3.728px;border-radius:7.456px;z-index:1;position:relative;overflow:hidden}@media screen and not (min-width:980px){.v-block-two-col__image{width:100%;height:auto}}.v-block-two-col__picture{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-width:0;overflow:hidden;border-radius:inherit}.v-block-two-col__img{display:block;width:100%;height:100%;margin:0 auto;object-fit:cover;border-radius:inherit}.v-section-partners .is--h6__title{max-width:760px;margin-right:auto;margin-bottom:30px;margin-left:auto;color:#495057;text-align:center}@media(max-width:768px){.v-section-partners .is--h6__title{margin-bottom:20px}}.v-section-partners__slider-item{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:132px;padding:8px;border:1px solid #F0F4FF;border-radius:2px;background:#fff;box-shadow:var(--ui-shadow-dialog, 0 4px 5px -2px rgba(18, 22, 31, .05), 0 6px 25px 2px rgba(18, 22, 31, .06));aspect-ratio:1.9;transition:transform .2s ease,box-shadow .2s ease}.v-section-partners__slider-item:hover{box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a;transform:translateY(-2px)}@media(max-width:575px){.v-section-partners__slider-item{min-height:112px;aspect-ratio:2}}.v-section-partners__slider{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 40px;width:100%;max-width:980px;align-items:center;list-style:none;margin:0 auto;padding:0}@media(max-width:768px){.v-section-partners__slider{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:720px}}@media(max-width:575px){.v-section-partners__slider{grid-template-columns:1fr;max-width:360px;gap:16px}}.v-section-partners__tile{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;padding:28px 34px;border-radius:2px;background:#f0f4ff}@media(max-width:575px){.v-section-partners__tile{padding:24px 28px}}.v-section-partners__image{display:flex;width:100%;max-width:220px;height:48px}.v-section-partners__image.v-image{opacity:.86;filter:grayscale(1) saturate(0) contrast(1.1);transition:filter .2s ease,opacity .2s ease}.v-section-partners__slider-item:hover .v-section-partners__image.v-image{opacity:1;filter:grayscale(0)}@media(max-width:575px){.v-section-partners__image{max-width:200px;height:42px}}.build-ecosystem{background-color:#12161f;padding-top:130px;padding-bottom:130px}@media(max-width:1024px){.build-ecosystem{padding-top:100px;padding-bottom:100px}}.build-ecosystem__container{position:relative;color:#fff}.build-ecosystem__title{color:#6c757d}@media(max-width:980px){.build-ecosystem__title{position:absolute;top:-80px;left:0;padding:0 12px}}.build-ecosystem__card{color:#fff;display:flex;width:120px;height:120px;padding:10px;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px;flex-shrink:0;border-radius:2px;background:#1a202d;box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a;z-index:10}.build-ecosystem__card-big{display:inline-flex;padding:8px;align-items:center;gap:8px;flex-shrink:0;border-radius:2px;border:1px solid #343A40;background-color:#12161f;z-index:10}.build-ecosystem__product{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:8px;border-radius:2px;border:1px solid #343A40;box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a;position:absolute;z-index:10;background-color:#12161f}@media(max-width:1199px){.build-ecosystem__product{padding:3px;flex-shrink:0;white-space:nowrap}}@media(max-width:374px){.build-ecosystem__product{width:100%;position:relative;white-space:collapse}.build-ecosystem__product+.build-ecosystem__product{margin-top:12px}}.build-ecosystem__product.is--invest{top:0;left:10%}@media(max-width:1199px){.build-ecosystem__product.is--invest{top:0;left:50%;transform:translate(-50%)}}@media(max-width:374px){.build-ecosystem__product.is--invest{top:0;right:0}}@media(min-width:1200px){.build-ecosystem__product.is--assets{top:25px;left:39%}}@media(max-width:1199px){.build-ecosystem__product.is--assets{top:157px;right:0}}@media(max-width:374px){.build-ecosystem__product.is--assets{top:0;right:0}}.build-ecosystem__product.is--real-estate{top:10px;right:11%}@media(max-width:1199px){.build-ecosystem__product.is--real-estate{top:260px;right:0}}@media(max-width:374px){.build-ecosystem__product.is--real-estate{top:0;right:0}}@media(min-width:1200px){.build-ecosystem__product.is--crowdfunding{bottom:50px;left:0}}@media(max-width:1199px){.build-ecosystem__product.is--crowdfunding{top:104px;left:0}}@media(max-width:374px){.build-ecosystem__product.is--crowdfunding{top:0;right:0}}@media(min-width:1200px){.build-ecosystem__product.is--ipo{bottom:0;left:26%}}@media(max-width:1199px){.build-ecosystem__product.is--ipo{top:50px;right:0}}@media(max-width:374px){.build-ecosystem__product.is--ipo{top:0;right:0}}@media(min-width:1200px){.build-ecosystem__product.is--broker-dealer{bottom:20px;right:28%}}@media(max-width:1199px){.build-ecosystem__product.is--broker-dealer{top:210px;left:0}}@media(max-width:374px){.build-ecosystem__product.is--broker-dealer{top:0;right:0}}@media(min-width:1200px){.build-ecosystem__product.is--secondary{bottom:55px;right:0}}@media(max-width:1199px){.build-ecosystem__product.is--secondary{top:315px;left:27px}}@media(max-width:374px){.build-ecosystem__product.is--secondary{top:0;left:0}}.build-ecosystem__product-icon{text-shadow:0 0 30px #cd1516}.build-ecosystem__logo{color:#fff;display:inline-flex;padding:0 8px;flex-direction:column;justify-content:center;align-items:center;border-radius:2px;box-shadow:0 6px 7px -4px #12161f0d,0 10px 32px 4px #12161f1a;z-index:10}.build-ecosystem__logo .v-image{width:215px}.build-ecosystem__logo h6,.build-ecosystem__logo h3{position:relative;top:-20px}.build-ecosystem ul{color:#fff;padding:0 4px 0 18px}.build-ecosystem li+.build-ecosystem li{margin-top:0}.build-ecosystem__top{position:relative;top:-12px;margin:0 auto;display:flex;gap:71px;flex-direction:row;justify-content:center}@media(max-width:980px){.build-ecosystem__top{top:0}}@media(max-width:374px){.build-ecosystem__top{flex-direction:column;align-items:center;gap:30px}}.build-ecosystem__top .build-ecosystem__arrows{width:71px;height:122px;position:absolute;top:50%;left:50%;transform:translate(-50%)}@media(max-width:374px){.build-ecosystem__top .build-ecosystem__arrows{top:30%}}.build-ecosystem__top .is--left{height:2px;position:absolute;width:35px;top:0;left:0;transform:scaleX(-1) translateY(-50%)}@media(max-width:374px){.build-ecosystem__top .is--left{display:none}}.build-ecosystem__top .is--right{height:2px;position:absolute;width:35px;top:0;right:0;transform:translateY(-50%)}@media(max-width:374px){.build-ecosystem__top .is--right{display:none}}.build-ecosystem__top .is--bottom{height:2px;position:absolute;width:122px;top:0;transform:rotate(270deg);transform-origin:bottom right;right:calc(50% - 1px)}.build-ecosystem__top .is--dot{position:absolute;top:0;left:50%;width:12px;height:12px;transform:translate(-50%,-50%)}@media(max-width:374px){.build-ecosystem__top .is--dot{display:none}}.build-ecosystem__top .is--arrow{position:absolute;top:calc(100% - 6px);right:calc(50% - 6px);width:12px;height:12px}.build-ecosystem__middle{margin:30px auto 0;display:flex;flex-direction:row;justify-content:space-between;align-items:start;position:relative}@media(max-width:980px){.build-ecosystem__middle{flex-direction:column;justify-content:center;align-items:center;margin-top:15px}}.build-ecosystem__middle .build-ecosystem__card-big{margin-top:10px;min-width:276px}@media(max-width:980px){.build-ecosystem__middle .build-ecosystem__logo{order:0}.build-ecosystem__middle .build-ecosystem__card-big{order:1;margin-top:38px;min-width:280px}.build-ecosystem__middle .build-ecosystem__card-big:first-of-type{margin-top:28px}}@media(max-width:374px){.build-ecosystem__middle .build-ecosystem__card-big{min-width:auto;flex-direction:column}}.build-ecosystem__middle .build-ecosystem__arrows{width:74%;height:100%;position:absolute;top:44%;left:50%;transform:translate(-50%)}@media(max-width:980px){.build-ecosystem__middle .build-ecosystem__arrows{top:0}}.build-ecosystem__middle .is--top-left{height:2px;position:absolute;width:45%;top:0;left:0;transform:translateY(-50%);overflow:hidden}@media(max-width:980px){.build-ecosystem__middle .is--top-left{transform:rotate(270deg) translateY(-50%);top:185px;left:calc(50% - 19px);width:40px}}@media(max-width:374px){.build-ecosystem__middle .is--top-left{display:block!important;transform:rotate(270deg) translateY(-50%);top:397px;left:calc(50% - 194px);width:390px}}.build-ecosystem__middle .is--top-right{height:2px;position:absolute;width:42%;top:0;right:0;transform:scaleX(-1) translateY(-50%);overflow:hidden}@media(max-width:980px){.build-ecosystem__middle .is--top-right{transform:rotate(270deg) translateY(-50%);top:357px;left:calc(50% - 194px);width:390px}}@media(max-width:374px){.build-ecosystem__middle .is--top-right{top:182px}}.build-ecosystem__middle .is--bottom-left{position:absolute;width:50%;top:105%;transform:translateY(-100%);overflow:hidden}.build-ecosystem__middle .is--bottom-left path{animation:dash-reverse 5s infinite linear}.build-ecosystem__middle .is--bottom-right{position:absolute;width:50%;top:105%;right:0;transform:translateY(-100%);overflow:hidden;height:120px}.build-ecosystem__middle .is--bottom-right svg{position:absolute;top:.4px;right:0}.build-ecosystem__middle .is--dot{position:absolute;width:12px;top:calc(100% - 20px);right:calc(50% - 5px);transform:translateY(-100%)}.build-ecosystem__texts{display:flex;gap:173px;flex-direction:row;justify-content:center;align-items:center;margin-top:20px;z-index:10}@media(max-width:980px){.build-ecosystem__texts{gap:16px;margin-top:35px}}@media(max-width:374px){.build-ecosystem__texts{justify-content:space-between;text-align:center}}.build-ecosystem__products{margin-top:120px;position:relative;min-height:162px}@media(max-width:1199px){.build-ecosystem__products{min-height:350px;max-width:346px;margin:145px auto 0;width:100%}}@media(max-width:374px){.build-ecosystem__products{min-height:240px;margin:45px auto 0}}.build-ecosystem__products .build-ecosystem__arrows{width:60%;height:100%;position:absolute;top:-105px;left:50%;transform:translate(-50%)}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows{max-width:346px;width:100%}}.build-ecosystem__products .build-ecosystem__arrows .is--assets{height:2px;position:absolute}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--assets{width:112px;top:5px;transform:rotate(270deg);transform-origin:bottom right;left:calc(50% - 112px)}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--assets{width:159px;height:237px;top:11px;right:15px}.build-ecosystem__products .build-ecosystem__arrows .is--assets path{animation:dash-reverse 5s infinite linear}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--assets{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--assets-arrow{position:relative;width:12px;height:12px}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--assets-arrow{left:-5px;top:-7.5px;transform:rotate(90deg)}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--assets-arrow{position:absolute;bottom:-4px;right:-7px}}.build-ecosystem__products .build-ecosystem__arrows .is--investment{position:absolute;top:66.5%;left:50%}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--investment{transform:translate(-100%,-100%)}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--investment{width:2px;top:-36px;left:50%;transform:translate(-50%)}.build-ecosystem__products .build-ecosystem__arrows .is--investment path{animation:dash-reverse 5s infinite linear}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--investment{top:71px}}.build-ecosystem__products .build-ecosystem__arrows .is--investment-arrow{position:relative;top:-6px;width:12px;height:12px;left:-5px}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--investment-arrow{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--real-estate{position:absolute;top:65%}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--real-estate{right:50%;transform:translate(100%,-100%)}}.build-ecosystem__products .build-ecosystem__arrows .is--real-estate svg{position:relative;left:-2px}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--real-estate{width:71px;height:228px;top:162px;left:38px}.build-ecosystem__products .build-ecosystem__arrows .is--real-estate path{animation:dash-reverse 5s infinite linear}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--real-estate{left:calc(50% + 37px);transform:translate(-50%);top:207px}}.build-ecosystem__products .build-ecosystem__arrows .is--real-estate-arrow{position:absolute}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--real-estate-arrow{top:93%;right:-4px}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--real-estate-arrow{bottom:-2px;right:-2px;transform:rotate(-90deg)}}.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding{position:absolute;width:131px;height:137px;top:122%;left:8px;transform:translateY(-100%)}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding{width:159px;height:190px;top:201px;left:13px}.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding path{animation:dash-reverse 5s infinite linear}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding-arrow{position:relative;top:-7px;width:12px;height:12px;left:-2px}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding-arrow{transform:rotate(90deg)}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--crowdfunding-arrow{left:-5px}}.build-ecosystem__products .build-ecosystem__arrows .is--ipo{position:absolute;width:70px;height:159px;top:134%;left:26%;transform:translateY(-100%)}.build-ecosystem__products .build-ecosystem__arrows .is--ipo path{animation:dash-reverse 5s infinite linear}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--ipo{width:60px;height:129px;top:181px;left:35px}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--ipo{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--ipo-arrow{position:relative;width:12px;height:12px}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--ipo-arrow{left:-5px;top:-6px}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--ipo-arrow{transform:rotate(-90deg);bottom:-5px;right:-5px;width:12px;height:12px;position:absolute}}.build-ecosystem__products .build-ecosystem__arrows .is--broker{position:absolute;width:133px;height:139px;top:121.4%;right:27.7%;transform:translateY(-100%)}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--broker path{animation:dash-reverse 5s infinite linear}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--broker{width:94px;height:282px;top:335px;right:12.4%}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--broker{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--broker-arrow{position:absolute}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--broker-arrow{top:95%;right:-4px}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--broker-arrow{transform:rotate(90deg);bottom:-5px;left:-5px;width:12px;height:12px}}.build-ecosystem__products .build-ecosystem__arrows .is--secondary{position:absolute;width:133px;height:139px;top:121.4%;right:4.6%;transform:translateY(-100%)}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--secondary path{animation:dash-reverse 5s infinite linear}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--secondary{width:46px;height:124px;top:440px;right:12.4%}}@media(max-width:374px){.build-ecosystem__products .build-ecosystem__arrows .is--secondary{display:none!important}}.build-ecosystem__products .build-ecosystem__arrows .is--secondary-arrow{position:absolute;top:95%;transform:rotate(270deg)}@media(min-width:1200px){.build-ecosystem__products .build-ecosystem__arrows .is--secondary-arrow{right:-18px}}@media(max-width:1199px){.build-ecosystem__products .build-ecosystem__arrows .is--secondary-arrow{transform:rotate(90deg);left:-5px}}.build-ecosystem svg{height:100%;display:block}.build-ecosystem path{animation:dash 5s infinite linear}@keyframes dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:40}}@keyframes dash-reverse{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}.home-actual-get{--highlight-base-color: linear-gradient(118deg, #0c43d7 0%, #09235f 45%, #06142f 100%);position:relative;overflow:hidden}.home-actual-get:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(120deg,rgba(0,79,255,.22) 0%,transparent 42%),radial-gradient(circle at 78% 22%,rgba(0,79,255,.22) 0 1px,transparent 1px),radial-gradient(circle at 92% 64%,rgba(255,255,255,.16) 0 1px,transparent 1px);background-size:auto,44px 44px,68px 68px}.home-actual-get:after,.home-actual-get .how-we-can-assist-you__wrapper:before,.home-actual-get .how-we-can-assist-you__wrapper:after,.home-actual-get .how-we-can-assist-you__item:before{display:none;content:none}.home-actual-get .v-highlight-base__container{z-index:1}.home-actual-get .how-we-can-assist-you__wrapper{position:relative;flex-direction:column;width:100%;gap:0}.home-actual-get .how-we-can-assist-you__left{position:relative;max-width:960px}.home-actual-get .how-we-can-assist-you__left h2{color:#fff;font-size:36px;line-height:54px}.home-actual-get .how-we-can-assist-you__left p{max-width:940px;margin-top:12px;color:#ffffffd1;font-size:24px;line-height:36px}.home-actual-get .how-we-can-assist-you__right{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;margin-top:40px;padding-right:0;gap:18px;counter-reset:actual-get}.home-actual-get .how-we-can-assist-you__item{position:relative;min-height:218px;padding:26px 22px 24px;overflow:hidden;counter-increment:actual-get;background:linear-gradient(180deg,#ffffff21,#ffffff0d),linear-gradient(135deg,rgba(0,111,255,.2),transparent 48%);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px #ffffff0f,0 20px 44px #0000002e;transition:transform .28s ease,border-color .28s ease,background .28s ease}.home-actual-get .how-we-can-assist-you__item:after{content:"0" counter(actual-get);position:absolute;right:18px;bottom:16px;color:#ffffff1a;font-size:48px;font-weight:700;line-height:1}.home-actual-get .how-we-can-assist-you__item:hover{transform:translateY(-8px);border-color:#ffffff57;background:linear-gradient(180deg,#ffffff2e,#ffffff12),linear-gradient(135deg,rgba(0,111,255,.28),transparent 50%)}.home-actual-get .how-we-can-assist-you__icon{position:relative;z-index:1;color:#3ddc97;background-color:#3ddc97}.home-actual-get .how-we-can-assist-you__icon path{fill:currentcolor}.home-actual-get .how-we-can-assist-you__item h3{position:relative;z-index:1;max-width:210px;margin-top:42px;color:#fff;font-size:clamp(22px,1.6vw,30px);line-height:1.06}@media screen and (max-width:980px){.home-actual-get .how-we-can-assist-you__right{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:768px){.home-actual-get .how-we-can-assist-you__wrapper{gap:0}.home-actual-get .how-we-can-assist-you__left h2{font-size:28px;line-height:42px}.home-actual-get .how-we-can-assist-you__left p{font-size:20px;line-height:30px}.home-actual-get .how-we-can-assist-you__right{grid-template-columns:1fr}.home-actual-get .how-we-can-assist-you__item{min-height:178px}}.home-explore-build{position:relative;overflow:hidden}.home-explore-build:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(120deg,rgba(0,79,255,.22) 0%,transparent 42%),radial-gradient(circle at 78% 22%,rgba(0,79,255,.22) 0 1px,transparent 1px),radial-gradient(circle at 92% 64%,rgba(255,255,255,.16) 0 1px,transparent 1px);background-size:auto,44px 44px,68px 68px}.home-explore-build .v-highlight-base__container{z-index:1}.home-explore-build .home-explore-build__list{margin-top:40px}.home-explore-build .v-list-left-border__list{gap:30px;margin-top:0}.home-explore-build .v-list-left-border__item{position:relative;min-height:205px;padding:24px 22px;border-left-color:#ffffff57;background:linear-gradient(180deg,#ffffff14,#ffffff08);box-shadow:inset 0 0 0 1px #ffffff1a}.home-explore-build .v-list-left-border__content h3{color:#fff}.home-explore-build .v-list-left-border__content p{color:#ffffffc7}.home-explore-build .v-button{color:#fff;box-shadow:none}.home-explore-build .v-button:hover{color:#3ddc97}@media screen and (max-width:768px){.home-explore-build:before{background:linear-gradient(120deg,rgba(0,79,255,.18) 0%,transparent 48%)}}@media screen and (min-width:768px){.home-middle-item-bullets{display:none}}.crm-components-grid__text{width:100%}@media screen and not (max-width:768px){.crm-components-grid__text{max-width:508px}}.crm-components-grid__image{height:100%;max-height:380px}.v-sheet-close{position:absolute;top:8px;right:8px;width:auto}.v-sheet-close__icon{width:20px;height:20px;color:#004fff}.transition-fade-enter-active,.transition-fade-leave-active{transition:opacity .2s ease}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0}.transition-fade-out-leave-active{transition:opacity .2s ease}.transition-fade-out-leave-to{opacity:0}.transition-scale-enter-active,.transition-scale-leave-active{transition:transform .2s ease-in}.transition-scale-enter-from,.transition-scale-leave-to{transform:scale(.4)}.transition-translate-right-enter-active,.transition-translate-right-leave-active{transition:transform .2s ease}.transition-translate-right-enter-from,.transition-translate-right-leave-to{transform:translate(100%)}@keyframes slideDown{0%{height:0}to{height:var(--reka-accordion-content-height)}}@keyframes slideUp{0%{height:var(--reka-accordion-content-height)}to{height:0}}@keyframes enterFromRight{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0)}}@keyframes enterFromLeft{0%{opacity:0;transform:translate(-200px)}to{opacity:1;transform:translate(0)}}@keyframes exitToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(200px)}}@keyframes exitToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-200px)}}@keyframes scaleIn{0%{opacity:0;transform:rotateX(-30deg) scale(.9)}to{opacity:1;transform:rotateX(0) scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:rotateX(0) scale(1)}to{opacity:0;transform:rotateX(-10deg) scale(.95)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRightAndFade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftAndFade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes swipeOut{0%{transform:translate(var(--reka-toast-swipe-end-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}.v-sheet-content{position:fixed;z-index:var(--ui-z-sheet, 100);background:var(--ui-dialog-background, #fff);color:var(--ui-dialog-foreground, inherit);overflow-y:auto}.v-sheet-overlay{pointer-events:auto;position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--ui-z-sheet, 100);background:var(--ui-dialog-overlay, rgba(0, 0, 0, .33))}.v-sheet-overlay.is--with-header{top:64px}.v-sheet-overlay[data-state=open]{animation:fadeIn var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1))}.v-sheet-overlay[data-state=closed]{animation:fadeOut var(--ui-motion-control, .3s) var(--ui-easing-exit, ease-in)}.v-sheet-content[data-state=open]{animation:var(--ui-motion-control, .3s) var(--ui-easing-standard, cubic-bezier(.2, 0, 0, 1))}.v-sheet-content[data-state=closed]{animation:var(--ui-motion-control, .3s) var(--ui-easing-exit, ease-in)}.is--side-top.v-sheet-content{top:0;left:0;right:0;height:100%;width:100%;max-height:367px}.is--side-top.v-sheet-content[data-state=open]{animation-name:slideInFromTop}.is--side-top.v-sheet-content[data-state=closed]{animation-name:slideOutToTop}.is--side-bottom.v-sheet-content{left:0;bottom:0;right:0;height:100%;width:100%;max-height:367px}.is--side-bottom.v-sheet-content[data-state=open]{animation-name:slideInFromBottom}.is--side-bottom.v-sheet-content[data-state=closed]{animation-name:slideOutToBottom}.is--side-left.v-sheet-content{top:0;bottom:0;left:0;height:100%;width:100%;max-width:367px}.is--side-left.v-sheet-content.is--with-header{top:64px;height:calc(100% - 64px)}.is--side-left.v-sheet-content[data-state=open]{animation-name:slideInFromLeft}.is--side-left.v-sheet-content[data-state=closed]{animation-name:slideOutToLeft}.is--side-right.v-sheet-content{top:0;bottom:0;right:0;height:100%;width:100%;max-width:367px}.is--side-right.v-sheet-content.is--with-header{top:64px;height:calc(100% - 64px)}.is--side-right.v-sheet-content[data-state=open]{animation-name:slideInFromRight}.is--side-right.v-sheet-content[data-state=closed]{animation-name:slideOutToRight}.v-sheet-description{color:inherit}.v-sheet-header{padding:8px 50px 8px 20px;flex-wrap:wrap;min-height:65px;display:flex;align-items:center}.v-menu-burger{z-index:1000;color:#12161f;cursor:pointer;transition:color .3s;width:24px;height:24px}.v-header-mobile__item{height:auto;width:100%;padding:20px 0 0 20px;gap:9px;display:flex;flex-direction:column}.v-header-mobile__link{display:flex;align-items:center;gap:15px}.v-header-mobile__link.is--active{color:#004fff}.v-header-mobile__link.is--active .v-header-mobile__icon{color:currentcolor}.v-header-mobile__icon{width:20px;height:20px;flex-shrink:0;color:#adb5bd}.v-header-mobile__label{flex:1}.v-header-mobile__list{list-style:none;padding:0;margin:0}.v-header-mobile__navigation>.v-header-mobile__list+.v-header-mobile__list{border-top:1px solid #CED4DA;margin-top:20px}.v-header-mobile__title+.v-header-mobile__list{margin:10px 0 0}.v-header-mobile__data{padding:20px;width:100%}.v-header-mobile__data.is--border{border-top:1px solid #CED4DA;margin-top:20px}.v-header-mobile__cta{align-self:baseline}.v-header-navigation{position:static}.v-header-navigation__link,.v-header-navigation__trigger{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#343a40;background:transparent;border:0;transition:color .2s ease}.v-header-navigation__link:hover,.v-header-navigation__trigger:hover{color:#12161f}.v-header-navigation__trigger{cursor:pointer}.v-header-navigation__link.is--active,.v-header-navigation__trigger.is--active{color:#004fff}.v-header-navigation__icon{width:20px;height:20px;flex-shrink:0;display:none;color:#adb5bd}.v-header-navigation__icon path{fill:currentcolor}.v-header-navigation__icon path[stroke]{stroke:currentcolor}.v-header-navigation__label{display:inline-flex;align-items:center}.v-header-navigation__indicator{display:inline-flex;align-items:center;justify-content:center;color:#6c757d;font-size:14px;line-height:1;transform-origin:center;transition:transform .2s ease,color .2s ease}.v-header-navigation__trigger[data-state=open]{color:#12161f}.v-header-navigation__trigger[data-state=open] .v-header-navigation__indicator{color:#12161f;transform:rotate(45deg)}.v-header-navigation .v-navigation-menu-list{gap:36px}.v-header-navigation .v-navigation-menu-viewport__wrap{left:50%;width:100vw;justify-content:flex-start;transform:translate(-50%)}.v-header-navigation .v-navigation-menu-viewport{width:100vw;max-width:100vw;border-right:0;border-left:0;border-radius:0;border-color:#e9ecef;box-shadow:0 18px 36px -34px #12161f8c}.v-header-navigation__wrap{display:block;width:100vw;min-height:242px;background:#fff}.v-header-navigation__inner{display:grid;width:100%;min-height:inherit;grid-template-columns:minmax(0,1fr)}.v-header-navigation__inner.has-card{grid-template-columns:minmax(0,1fr) minmax(340px,calc(390px + max(15px,(100vw - 1175px) / 2 + 15px)))}.v-header-navigation__dropdown-list{display:grid;align-items:flex-start;width:100%;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:36px 56px}@media screen and (max-width:1199px){.v-header-navigation__dropdown-list{gap:20px 24px;max-height:calc(100vh - 164px);overflow-y:auto}}@media screen and (max-width:1024px){.v-header-navigation__dropdown-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));padding:19px;gap:9px}}.v-header-navigation__dropdown-left{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:24px 48px 22px max(15px,(100vw - 1175px) / 2 + 15px);gap:20px}.v-header-navigation__cta{align-self:flex-start;margin-top:auto}.v-header-navigation ul{list-style:none;padding:0;min-width:0;margin:0}.v-header-navigation .v-header-navigation-list-item+.v-header-navigation-list-item{margin-top:9px}.v-header-navigation .v-header-navigation-list-item:first-child{margin-bottom:16px}.v-header-navigation .v-header-navigation-list-item__item{min-height:28px;padding:0;white-space:normal;color:#12161f}.v-header-navigation .v-header-navigation-list-item__item:not(.is--link){min-height:auto;color:#adb5bd}.v-header-navigation .v-header-navigation-list-item__item.is--link{transition:color .2s ease}.v-header-navigation .v-header-navigation-list-item__icon-wrap{border-color:#e9ecef;background:#f8f9fa}/*! @docsearch/css 3.8.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */:root{--docsearch-primary-color:#5468ff;--docsearch-text-color:#1c1e21;--docsearch-spacing:12px;--docsearch-icon-stroke-width:1.4;--docsearch-highlight-color:var(--docsearch-primary-color);--docsearch-muted-color:#969faf;--docsearch-container-background:rgba(101,108,133,.8);--docsearch-logo-color:#5468ff;--docsearch-modal-width:560px;--docsearch-modal-height:600px;--docsearch-modal-background:#f5f6f7;--docsearch-modal-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;--docsearch-searchbox-height:56px;--docsearch-searchbox-background:#ebedf0;--docsearch-searchbox-focus-background:#fff;--docsearch-searchbox-shadow:inset 0 0 0 2px var(--docsearch-primary-color);--docsearch-hit-height:56px;--docsearch-hit-color:#444950;--docsearch-hit-active-color:#fff;--docsearch-hit-background:#fff;--docsearch-hit-shadow:0 1px 3px 0 #d4d9e1;--docsearch-key-gradient:linear-gradient(-225deg,#d5dbe4,#f8f8f8);--docsearch-key-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 1px 0 rgba(30,35,90,.4);--docsearch-footer-height:44px;--docsearch-footer-background:#fff;--docsearch-footer-shadow:0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12)}html[data-theme=dark]{--docsearch-text-color:#f5f6f7;--docsearch-container-background:rgba(9,10,17,.8);--docsearch-modal-background:#15172a;--docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--docsearch-searchbox-background:#090a11;--docsearch-searchbox-focus-background:#000;--docsearch-hit-color:#bec3c9;--docsearch-hit-shadow:none;--docsearch-hit-background:#090a11;--docsearch-key-gradient:linear-gradient(-26.5deg,#565872,#31355b);--docsearch-key-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 1px 1px 0 #0304094d;--docsearch-footer-background:#1e2136;--docsearch-footer-shadow:inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);--docsearch-logo-color:#fff;--docsearch-muted-color:#7f8497}.DocSearch-Button{align-items:center;background:var(--docsearch-searchbox-background);border:0;border-radius:40px;color:var(--docsearch-muted-color);cursor:pointer;display:flex;font-weight:500;height:36px;justify-content:space-between;margin:0 0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover{background:var(--docsearch-searchbox-focus-background);box-shadow:var(--docsearch-searchbox-shadow);color:var(--docsearch-text-color);outline:none}.DocSearch-Button-Container{align-items:center;display:flex}.DocSearch-Search-Icon{stroke-width:1.6}.DocSearch-Button .DocSearch-Search-Icon{color:var(--docsearch-text-color)}.DocSearch-Button-Placeholder{font-size:1rem;padding:0 12px 0 6px}.DocSearch-Button-Keys{display:flex;min-width:calc(40px + .8em)}.DocSearch-Button-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:3px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 2px;position:relative;top:-1px;width:20px}.DocSearch-Button-Key--pressed{box-shadow:var(--docsearch-key-pressed-shadow);transform:translate3d(0,1px,0)}@media(max-width:768px){.DocSearch-Button-Keys,.DocSearch-Button-Placeholder{display:none}}.DocSearch--active{overflow:hidden!important}.DocSearch-Container,.DocSearch-Container *{box-sizing:border-box}.DocSearch-Container{background-color:var(--docsearch-container-background);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:200}.DocSearch-Container a{text-decoration:none}.DocSearch-Link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;font:inherit;margin:0;padding:0}.DocSearch-Modal{background:var(--docsearch-modal-background);border-radius:6px;box-shadow:var(--docsearch-modal-shadow);flex-direction:column;margin:60px auto auto;max-width:var(--docsearch-modal-width);position:relative}.DocSearch-SearchBar{display:flex;padding:var(--docsearch-spacing) var(--docsearch-spacing) 0}.DocSearch-Form{align-items:center;background:var(--docsearch-searchbox-focus-background);border-radius:4px;box-shadow:var(--docsearch-searchbox-shadow);display:flex;height:var(--docsearch-searchbox-height);margin:0;padding:0 var(--docsearch-spacing);position:relative;width:100%}.DocSearch-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--docsearch-text-color);flex:1;font:inherit;font-size:1.2em;height:100%;outline:none;padding:0 0 0 8px;width:80%}.DocSearch-Input::placeholder{color:var(--docsearch-muted-color);opacity:1}.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration{display:none}.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset{margin:0;padding:0}.DocSearch-MagnifierLabel,.DocSearch-Reset{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator{display:none}.DocSearch-Container--Stalled .DocSearch-LoadingIndicator{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Reset{animation:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;right:0;stroke-width:var(--docsearch-icon-stroke-width)}}.DocSearch-Reset{animation:fade-in .1s ease-in forwards;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;padding:2px;right:0;stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Reset[hidden]{display:none}.DocSearch-Reset:hover{color:var(--docsearch-highlight-color)}.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg{height:24px;width:24px}.DocSearch-Cancel{display:none}.DocSearch-Dropdown{max-height:calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));min-height:var(--docsearch-spacing);overflow-y:auto;overflow-y:overlay;padding:0 var(--docsearch-spacing);scrollbar-color:var(--docsearch-muted-color) var(--docsearch-modal-background);scrollbar-width:thin}.DocSearch-Dropdown::-webkit-scrollbar{width:12px}.DocSearch-Dropdown::-webkit-scrollbar-track{background:transparent}.DocSearch-Dropdown::-webkit-scrollbar-thumb{background-color:var(--docsearch-muted-color);border:3px solid var(--docsearch-modal-background);border-radius:20px}.DocSearch-Dropdown ul{list-style:none;margin:0;padding:0}.DocSearch-Label{font-size:.75em;line-height:1.6em}.DocSearch-Help,.DocSearch-Label{color:var(--docsearch-muted-color)}.DocSearch-Help{font-size:.9em;margin:0;-webkit-user-select:none;user-select:none}.DocSearch-Title{font-size:1.2em}.DocSearch-Logo a{display:flex}.DocSearch-Logo svg{color:var(--docsearch-logo-color);margin-left:8px}.DocSearch-Hits:last-of-type{margin-bottom:24px}.DocSearch-Hits mark{background:none;color:var(--docsearch-highlight-color)}.DocSearch-HitsFooter{color:var(--docsearch-muted-color);display:flex;font-size:.85em;justify-content:center;margin-bottom:var(--docsearch-spacing);padding:var(--docsearch-spacing)}.DocSearch-HitsFooter a{border-bottom:1px solid;color:inherit}.DocSearch-Hit{border-radius:4px;display:flex;padding-bottom:4px;position:relative}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--deleting{transition:none}}.DocSearch-Hit--deleting{opacity:0;transition:all .25s linear}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--favoriting{transition:none}}.DocSearch-Hit--favoriting{transform:scale(0);transform-origin:top center;transition:all .25s linear;transition-delay:.25s}.DocSearch-Hit a{background:var(--docsearch-hit-background);border-radius:4px;box-shadow:var(--docsearch-hit-shadow);display:block;padding-left:var(--docsearch-spacing);width:100%}.DocSearch-Hit-source{background:var(--docsearch-modal-background);color:var(--docsearch-highlight-color);font-size:.85em;font-weight:600;line-height:32px;margin:0 -4px;padding:8px 4px 0;position:sticky;top:0;z-index:10}.DocSearch-Hit-Tree{color:var(--docsearch-muted-color);height:var(--docsearch-hit-height);opacity:.5;stroke-width:var(--docsearch-icon-stroke-width);width:24px}.DocSearch-Hit[aria-selected=true] a{background-color:var(--docsearch-highlight-color)}.DocSearch-Hit[aria-selected=true] mark{text-decoration:underline}.DocSearch-Hit-Container{align-items:center;color:var(--docsearch-hit-color);display:flex;flex-direction:row;height:var(--docsearch-hit-height);padding:0 var(--docsearch-spacing) 0 0}.DocSearch-Hit-icon{height:20px;width:20px}.DocSearch-Hit-action,.DocSearch-Hit-icon{color:var(--docsearch-muted-color);stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Hit-action{align-items:center;display:flex;height:22px;width:22px}.DocSearch-Hit-action svg{display:block;height:18px;width:18px}.DocSearch-Hit-action+.DocSearch-Hit-action{margin-left:6px}.DocSearch-Hit-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:inherit;cursor:pointer;padding:2px}svg.DocSearch-Hit-Select-Icon{display:none}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon{display:block}.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:background-color .1s ease-in}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{transition:none}}.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path{fill:#fff}.DocSearch-Hit-content-wrapper{display:flex;flex:1 1 auto;flex-direction:column;font-weight:500;justify-content:center;line-height:1.2em;margin:0 8px;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:80%}.DocSearch-Hit-title{font-size:.9em}.DocSearch-Hit-path{color:var(--docsearch-muted-color);font-size:.75em}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] mark{color:var(--docsearch-hit-active-color)!important}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:none}}.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen{font-size:.9em;margin:0 auto;padding:36px 0;text-align:center;width:80%}.DocSearch-Screen-Icon{color:var(--docsearch-muted-color);padding-bottom:12px}.DocSearch-NoResults-Prefill-List{display:inline-block;padding-bottom:24px;text-align:left}.DocSearch-NoResults-Prefill-List ul{display:inline-block;padding:8px 0 0}.DocSearch-NoResults-Prefill-List li{list-style-position:inside;list-style-type:"» "}.DocSearch-Prefill{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:1em;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;font-size:1em;font-weight:700;padding:0}.DocSearch-Prefill:focus,.DocSearch-Prefill:hover{outline:none;text-decoration:underline}.DocSearch-Footer{align-items:center;background:var(--docsearch-footer-background);border-radius:0 0 8px 8px;box-shadow:var(--docsearch-footer-shadow);display:flex;flex-direction:row-reverse;flex-shrink:0;height:var(--docsearch-footer-height);justify-content:space-between;padding:0 var(--docsearch-spacing);position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:300}.DocSearch-Commands{color:var(--docsearch-muted-color);display:flex;list-style:none;margin:0;padding:0}.DocSearch-Commands li{align-items:center;display:flex}.DocSearch-Commands li:not(:last-of-type){margin-right:.8em}.DocSearch-Commands-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:2px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 1px;width:20px}.DocSearch-VisuallyHiddenForAccessibility{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media(max-width:768px){:root{--docsearch-spacing:10px;--docsearch-footer-height:40px}.DocSearch-Dropdown{height:100%}.DocSearch-Container{height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);position:absolute}.DocSearch-Footer{border-radius:0;bottom:0;position:absolute}.DocSearch-Hit-content-wrapper{display:flex;position:relative;width:80%}.DocSearch-Modal{border-radius:0;box-shadow:none;height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);margin:0;max-width:100%;width:100%}.DocSearch-Dropdown{max-height:calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))}.DocSearch-Cancel{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;flex:none;font:inherit;font-size:1em;font-weight:500;margin-left:var(--docsearch-spacing);outline:none;overflow:hidden;padding:0;-webkit-user-select:none;user-select:none;white-space:nowrap}.DocSearch-Commands,.DocSearch-Hit-Tree{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}[class*=DocSearch]{--docsearch-primary-color: var(--vp-c-brand-1);--docsearch-highlight-color: var(--docsearch-primary-color);--docsearch-text-color: var(--vp-c-text-1);--docsearch-muted-color: var(--vp-c-text-2);--docsearch-searchbox-shadow: none;--docsearch-searchbox-background: transparent;--docsearch-searchbox-focus-background: transparent;--docsearch-key-gradient: transparent;--docsearch-key-shadow: none;--docsearch-modal-background: var(--vp-c-bg-soft);--docsearch-footer-background: var(--vp-c-bg)}.dark [class*=DocSearch]{--docsearch-modal-shadow: none;--docsearch-footer-shadow: none;--docsearch-logo-color: var(--vp-c-text-2);--docsearch-hit-background: var(--vp-c-default-soft);--docsearch-hit-color: var(--vp-c-text-2);--docsearch-hit-shadow: none}.DocSearch-Button{display:flex;justify-content:center;align-items:center;margin:0;padding:0;width:48px;height:55px;background:transparent;transition:border-color .25s}.DocSearch-Button:hover{background:transparent}.DocSearch-Button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.DocSearch-Button-Key--pressed{transform:none;box-shadow:none}.DocSearch-Button:focus:not(:focus-visible){outline:none!important}@media(min-width:768px){.DocSearch-Button{justify-content:flex-start;border:1px solid transparent;border-radius:8px;padding:0 10px 0 12px;width:100%;height:40px;background-color:var(--vp-c-bg-alt)}.DocSearch-Button:hover{border-color:var(--vp-c-brand-1);background:var(--vp-c-bg-alt)}}.DocSearch-Button .DocSearch-Button-Container{display:flex;align-items:center}.DocSearch-Button .DocSearch-Search-Icon{position:relative;width:16px;height:16px;color:var(--vp-c-text-1);fill:currentColor;transition:color .5s}.DocSearch-Button:hover .DocSearch-Search-Icon{color:var(--vp-c-text-1)}@media(min-width:768px){.DocSearch-Button .DocSearch-Search-Icon{top:1px;margin-right:8px;width:14px;height:14px;color:var(--vp-c-text-2)}}.DocSearch-Button .DocSearch-Button-Placeholder{display:none;margin-top:2px;padding:0 16px 0 0;font-size:13px;font-weight:500;color:var(--vp-c-text-2);transition:color .5s}.DocSearch-Button:hover .DocSearch-Button-Placeholder{color:var(--vp-c-text-1)}@media(min-width:768px){.DocSearch-Button .DocSearch-Button-Placeholder{display:inline-block}}.DocSearch-Button .DocSearch-Button-Keys{direction:ltr;display:none;min-width:auto}@media(min-width:768px){.DocSearch-Button .DocSearch-Button-Keys{display:flex;align-items:center}}.DocSearch-Button .DocSearch-Button-Key{display:block;margin:2px 0 0;border:1px solid var(--vp-c-divider);border-right:none;border-radius:4px 0 0 4px;padding-left:6px;min-width:0;width:auto;height:22px;line-height:22px;font-family:var(--vp-font-family-base);font-size:12px;font-weight:500;transition:color .5s,border-color .5s}.DocSearch-Button .DocSearch-Button-Key+.DocSearch-Button-Key{border-right:1px solid var(--vp-c-divider);border-left:none;border-radius:0 4px 4px 0;padding-left:2px;padding-right:6px}.DocSearch-Button .DocSearch-Button-Key:first-child{font-size:0!important}.DocSearch-Button .DocSearch-Button-Key:first-child:after{content:"Ctrl";font-size:12px;letter-spacing:normal;color:var(--docsearch-muted-color)}.mac .DocSearch-Button .DocSearch-Button-Key:first-child:after{content:"⌘"}.DocSearch-Button .DocSearch-Button-Key:first-child>*{display:none}.DocSearch-Search-Icon{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke-width='1.6' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m14.386 14.386 4.088 4.088-4.088-4.088A7.533 7.533 0 1 1 3.733 3.733a7.533 7.533 0 0 1 10.653 10.653z'/%3E%3C/svg%3E")}.VPNavBarSearch{display:flex;align-items:center}@media(min-width:768px){.VPNavBarSearch{flex-grow:1;padding-left:24px}}@media(min-width:960px){.VPNavBarSearch{padding-left:32px}}.dark .DocSearch-Footer{border-top:1px solid var(--vp-c-divider)}.DocSearch-Form{border:1px solid var(--vp-c-brand-1);background-color:var(--vp-c-white)}.dark .DocSearch-Form{background-color:var(--vp-c-default-soft)}.DocSearch-Screen-Icon>svg{margin:auto}.v-footer-menu ul{padding:0}.v-footer-menu__menu-item{gap:10px;display:flex;flex-direction:column}.v-footer-menu__item-not-link{color:#6c757d;text-transform:uppercase}.v-footer-menu__item{white-space:nowrap;text-decoration:none!important;color:#fff!important}.v-footer-menu__item:hover,.v-footer-menu__item.is--active,.v-footer-menu__item.router-link-active{color:#004fff!important}.v-footer-menu__children{display:flex;flex-flow:column wrap;gap:0 80px}@media(max-width:768px){.v-footer-menu__children{gap:0}}.v-footer-menu__children .v-footer-menu__item:not(:first-child){padding:8px 0}.v-footer-menu__children .v-footer-menu__item:first-child{margin-bottom:8px}.v-footer-menu__menu-list{display:flex;list-style-type:none}.v-footer-menu__menu-list.is--row{gap:48px}@media(max-width:1199px){.v-footer-menu__menu-list.is--row{gap:24px}}@media(max-width:980px){.v-footer-menu__menu-list.is--row{gap:24px;flex-direction:column}}@media(max-width:768px){.v-footer-menu__menu-list.is--row{flex-direction:column;gap:24px}}.v-footer-menu__menu-list.is--column{flex-direction:column;gap:16px}@media(max-width:768px){.v-footer-menu__menu-list.is--column{padding-left:0}}.v-footer-bottom{background-color:#12161f;padding:16px 0}@media(max-width:768px){.v-footer-bottom{padding-top:51px}}.v-footer-bottom p{color:#adb5bd}.v-footer-bottom__container{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.tahoe-reader-map-section .platform-reader-map{max-width:1120px;margin:0 auto}.tahoe-reader-map-section .platform-reader-map__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tahoe-reader-map-section .platform-reader-map__card{min-height:184px;padding:24px;border:1px solid #dce3ef;border-radius:8px;background:#fff}.tahoe-reader-map-section .platform-reader-map__label{margin:0 0 12px;color:#004fff;font-size:13px;font-weight:700;text-transform:uppercase}.tahoe-reader-map-section .platform-reader-map__card p:last-child{margin:0;color:#4d5566;font-size:16px;line-height:1.65}.tahoe-reader-map-section .platform-reader-map__flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:18px}.tahoe-reader-map-section .platform-reader-map__flow-item{display:flex;min-height:112px;flex-direction:column;gap:14px;justify-content:space-between;padding:16px;border-radius:8px;background:#f4f7fb;color:#1d2433;font-size:14px;font-weight:600;line-height:1.45}.tahoe-reader-map-section .platform-reader-map__flow-number{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#004fff;color:#fff;font-size:12px;font-weight:700}@media(max-width:900px){.tahoe-reader-map-section .platform-reader-map__cards,.tahoe-reader-map-section .platform-reader-map__flow{grid-template-columns:1fr}.tahoe-reader-map-section .platform-reader-map__card,.tahoe-reader-map-section .platform-reader-map__flow-item{min-height:auto}}.is--background-primary[data-v-354ab4f0]{background-color:#004fff}.is--background-primary-dark[data-v-354ab4f0]{background-color:#0042d4}.is--background-primary-light[data-v-354ab4f0]{background-color:#f0f4ff}.is--background-secondary[data-v-354ab4f0]{background-color:#3ddc97}.is--background-secondary-dark[data-v-354ab4f0]{background-color:#36be83}.is--background-secondary-light[data-v-354ab4f0]{background-color:#d9ffee}.is--background-red[data-v-354ab4f0]{background-color:#ff7070}.is--background-red-dark[data-v-354ab4f0]{background-color:#ff3b3b}.is--background-red-light[data-v-354ab4f0]{background-color:#fff1f1}.is--background-purple[data-v-354ab4f0]{background-color:#6f3dfd}.is--background-purple-dark[data-v-354ab4f0]{background-color:#5014d0}.is--background-purple-light[data-v-354ab4f0]{background-color:#f8f5ff}.is--background-yellow[data-v-354ab4f0]{background-color:#ffc24d}.is--background-yellow-dark[data-v-354ab4f0]{background-color:#f1af32}.is--background-yellow-light[data-v-354ab4f0]{background-color:#fff7e8}.is--background-black[data-v-354ab4f0]{background-color:#12161f}.is--background-white[data-v-354ab4f0]{background-color:#fff}.is--background-gray-10[data-v-354ab4f0]{background-color:#f8f9fa}.is--background-gray-20[data-v-354ab4f0]{background-color:#e9ecef}.is--background-gray-30[data-v-354ab4f0]{background-color:#dee2e6}.is--background-gray-40[data-v-354ab4f0]{background-color:#ced4da}.is--background-gray-50[data-v-354ab4f0]{background-color:#adb5bd}.is--background-gray-60[data-v-354ab4f0]{background-color:#6c757d}.is--background-gray-70[data-v-354ab4f0]{background-color:#495057}.is--background-gray-80[data-v-354ab4f0]{background-color:#343a40}.is--background-gray-90[data-v-354ab4f0]{background-color:#1a202d}.is--color-primary[data-v-354ab4f0]{color:#004fff}.is--color-primary-dark[data-v-354ab4f0]{color:#0042d4}.is--color-primary-light[data-v-354ab4f0]{color:#f0f4ff}.is--color-secondary[data-v-354ab4f0]{color:#3ddc97}.is--color-secondary-dark[data-v-354ab4f0]{color:#36be83}.is--color-secondary-light[data-v-354ab4f0]{color:#d9ffee}.is--color-red[data-v-354ab4f0]{color:#ff7070}.is--color-red-dark[data-v-354ab4f0]{color:#ff3b3b}.is--color-red-light[data-v-354ab4f0]{color:#fff1f1}.is--color-purple[data-v-354ab4f0]{color:#6f3dfd}.is--color-purple-dark[data-v-354ab4f0]{color:#5014d0}.is--color-purple-light[data-v-354ab4f0]{color:#f8f5ff}.is--color-yellow[data-v-354ab4f0]{color:#ffc24d}.is--color-yellow-dark[data-v-354ab4f0]{color:#f1af32}.is--color-yellow-light[data-v-354ab4f0]{color:#fff7e8}.is--color-black[data-v-354ab4f0]{color:#12161f}.is--color-white[data-v-354ab4f0]{color:#fff}.is--color-gray-10[data-v-354ab4f0]{color:#f8f9fa}.is--color-gray-20[data-v-354ab4f0]{color:#e9ecef}.is--color-gray-30[data-v-354ab4f0]{color:#dee2e6}.is--color-gray-40[data-v-354ab4f0]{color:#ced4da}.is--color-gray-50[data-v-354ab4f0]{color:#adb5bd}.is--color-gray-60[data-v-354ab4f0]{color:#6c757d}.is--color-gray-70[data-v-354ab4f0]{color:#495057}.is--color-gray-80[data-v-354ab4f0]{color:#343a40}.is--color-gray-90[data-v-354ab4f0]{color:#1a202d}[class*=is--color] p[data-v-354ab4f0]:not([class*=is--color]),[class*=is--color] li[data-v-354ab4f0]:not([class*=is--color]),[class*=is--color] a[data-v-354ab4f0]:not([class*=is--color]){color:inherit}[data-v-354ab4f0]:root{--vis-tooltip-background-color: #F8F9FA;--vis-primary-color: 221 100% 50%;--vis-secondary-color: 154 69% 55%;--vis-text-color: 210 10% 23%;--vis-area-stroke: 221 100% 50%;--vis-dark-area-stroke: 221 100% 50%;--stroke: #F8F9FA}.platform-code-block[data-v-354ab4f0]{position:relative;overflow-x:auto;margin-top:24px;border-radius:8px;background:#0d1424}.platform-code-block pre[data-v-354ab4f0]{overflow-x:auto;margin:0;padding:34px 24px 24px;border:1px solid #dbe4ff;border-radius:8px;background:#0d1424;color:#edf4ff;font-size:14px;line-height:1.65}.platform-code-block code[data-v-354ab4f0]{display:block;width:max-content;min-width:100%;padding:0;background:transparent;color:inherit;white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.platform-code-block .line[data-v-354ab4f0]{display:block;min-height:1.65em}.platform-code-block>.lang[data-v-354ab4f0]{position:absolute;top:10px;right:14px;z-index:2;color:#9fb3d9;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.platform-code-token--comment[data-v-354ab4f0]{color:#7f8ea3}.platform-code-token--keyword[data-v-354ab4f0]{color:#7aa2ff}.platform-code-token--string[data-v-354ab4f0]{color:#9ad6a6}.platform-code-token--number[data-v-354ab4f0]{color:#fca5a5}.platform-code-token--function[data-v-354ab4f0]{color:#8bd3ff}.platform-code-token--type[data-v-354ab4f0],.platform-code-token--tag[data-v-354ab4f0]{color:#ffd166}.platform-code-token--attr[data-v-354ab4f0]{color:#f6c177}.platform-code-token--operator[data-v-354ab4f0],.platform-code-token--punctuation[data-v-354ab4f0]{color:#c4b5fd}.fund-api-reader-map-section .platform-reader-map{max-width:1120px;margin:0 auto}.fund-api-reader-map-section .platform-reader-map__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fund-api-reader-map-section .platform-reader-map__card{min-height:184px;padding:24px;border:1px solid #dce3ef;border-radius:8px;background:#fff}.fund-api-reader-map-section .platform-reader-map__label{margin:0 0 12px;color:#004fff;font-size:13px;font-weight:700;text-transform:uppercase}.fund-api-reader-map-section .platform-reader-map__card p:last-child{margin:0;color:#4d5566;font-size:16px;line-height:1.65}.fund-api-reader-map-section .platform-reader-map__flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:18px}.fund-api-reader-map-section .platform-reader-map__flow-item{display:flex;min-height:112px;flex-direction:column;gap:14px;justify-content:space-between;padding:16px;border-radius:8px;background:#fff;color:#1d2433;font-size:14px;font-weight:600;line-height:1.45}.fund-api-reader-map-section .platform-reader-map__flow-number{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#004fff;color:#fff;font-size:12px;font-weight:700}@media(max-width:900px){.fund-api-reader-map-section .platform-reader-map__cards,.fund-api-reader-map-section .platform-reader-map__flow{grid-template-columns:1fr}.fund-api-reader-map-section .platform-reader-map__card,.fund-api-reader-map-section .platform-reader-map__flow-item{min-height:auto}}.platform-code-guide .platform-guide{max-width:980px;margin:0 auto}.platform-code-guide .platform-guide__lead{margin:0;color:#4d5566;font-size:18px;line-height:1.7}.platform-code-guide .platform-guide__step{margin-top:56px}.platform-code-guide .platform-guide__eyebrow{margin:0 0 8px;color:#004fff;font-size:12px;font-weight:700;text-transform:uppercase}.platform-code-guide h3{margin:0;font-size:28px;line-height:1.2}.platform-code-guide p{margin-top:14px;color:#4d5566;line-height:1.7}.is--background-primary{background-color:#004fff}.is--background-primary-dark{background-color:#0042d4}.is--background-primary-light{background-color:#f0f4ff}.is--background-secondary{background-color:#3ddc97}.is--background-secondary-dark{background-color:#36be83}.is--background-secondary-light{background-color:#d9ffee}.is--background-red{background-color:#ff7070}.is--background-red-dark{background-color:#ff3b3b}.is--background-red-light{background-color:#fff1f1}.is--background-purple{background-color:#6f3dfd}.is--background-purple-dark{background-color:#5014d0}.is--background-purple-light{background-color:#f8f5ff}.is--background-yellow{background-color:#ffc24d}.is--background-yellow-dark{background-color:#f1af32}.is--background-yellow-light{background-color:#fff7e8}.is--background-black{background-color:#12161f}.is--background-white{background-color:#fff}.is--background-gray-10{background-color:#f8f9fa}.is--background-gray-20{background-color:#e9ecef}.is--background-gray-30{background-color:#dee2e6}.is--background-gray-40{background-color:#ced4da}.is--background-gray-50{background-color:#adb5bd}.is--background-gray-60{background-color:#6c757d}.is--background-gray-70{background-color:#495057}.is--background-gray-80{background-color:#343a40}.is--background-gray-90{background-color:#1a202d}.is--color-primary{color:#004fff}.is--color-primary-dark{color:#0042d4}.is--color-primary-light{color:#f0f4ff}.is--color-secondary{color:#3ddc97}.is--color-secondary-dark{color:#36be83}.is--color-secondary-light{color:#d9ffee}.is--color-red{color:#ff7070}.is--color-red-dark{color:#ff3b3b}.is--color-red-light{color:#fff1f1}.is--color-purple{color:#6f3dfd}.is--color-purple-dark{color:#5014d0}.is--color-purple-light{color:#f8f5ff}.is--color-yellow{color:#ffc24d}.is--color-yellow-dark{color:#f1af32}.is--color-yellow-light{color:#fff7e8}.is--color-black{color:#12161f}.is--color-white{color:#fff}.is--color-gray-10{color:#f8f9fa}.is--color-gray-20{color:#e9ecef}.is--color-gray-30{color:#dee2e6}.is--color-gray-40{color:#ced4da}.is--color-gray-50{color:#adb5bd}.is--color-gray-60{color:#6c757d}.is--color-gray-70{color:#495057}.is--color-gray-80{color:#343a40}.is--color-gray-90{color:#1a202d}[class*=is--color] p:not([class*=is--color]),[class*=is--color] li:not([class*=is--color]),[class*=is--color] a:not([class*=is--color]){color:inherit}:root{--vis-tooltip-background-color: #F8F9FA;--vis-primary-color: 221 100% 50%;--vis-secondary-color: 154 69% 55%;--vis-text-color: 210 10% 23%;--vis-area-stroke: 221 100% 50%;--vis-dark-area-stroke: 221 100% 50%;--stroke: #F8F9FA}.v-header-navigation-card-dark{display:flex;width:100%;min-width:0;padding:24px max(32px,(100vw - 1175px) / 2 + 32px) 22px 48px;flex-direction:column;align-items:flex-start;gap:16px;flex-shrink:0;align-self:stretch;border-left:1px solid #E9ECEF;background-color:#f8f9fa;background-size:auto 58%;background-position:right max(24px,(100vw - 1175px) / 2 + 20px) bottom 12px;background-repeat:no-repeat}.v-header-navigation-card-dark.has-list{width:100%}@media screen and (max-width:1024px){.v-header-navigation-card-dark{display:none}}.v-header-navigation-card-dark__subtitle{color:#6c757d;text-transform:uppercase}.v-header-navigation-card-dark__text{flex:1 0 0;align-self:stretch;max-width:360px;color:#12161f}.v-header-navigation-card-dark__list{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;width:100%;max-width:100%;overflow:hidden}.v-header-navigation-card-dark__carousel{width:100%;max-width:100%;overflow:hidden}.v-header-navigation-card-dark__carousel .v-carousel-content{height:140px;overflow:hidden}.v-header-navigation-card-dark__carousel-content{flex-direction:column}.v-header-navigation-card-dark__carousel-item{width:100%;max-width:100%;min-width:0;flex:0 0 28px}.v-header-navigation-card-dark__list>li{width:100%;max-width:100%}.v-header-navigation-card-dark__list-link{display:flex;align-items:center;gap:4px;align-self:stretch;max-width:100%;width:100%;min-width:0;color:#12161f;text-decoration:none;overflow:hidden;opacity:1;transition:all .2s ease-in-out}.v-header-navigation-card-dark__list-link svg{width:16px;height:16px;flex-shrink:0}.v-header-navigation-card-dark__list-link:hover{color:#004fff}.v-header-navigation-card-dark__list-link-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.VPLocalSearchBox[data-v-4117c9e4]{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex}.backdrop[data-v-4117c9e4]{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--vp-backdrop-bg-color);transition:opacity .5s}.shell[data-v-4117c9e4]{position:relative;padding:12px;margin:64px auto;display:flex;flex-direction:column;gap:16px;background:var(--vp-local-search-bg);width:min(100vw - 60px,900px);height:min-content;max-height:min(100vh - 128px,900px);border-radius:6px}@media(max-width:767px){.shell[data-v-4117c9e4]{margin:0;width:100vw;height:100vh;max-height:none;border-radius:0}}.search-bar[data-v-4117c9e4]{border:1px solid var(--vp-c-divider);border-radius:4px;display:flex;align-items:center;padding:0 12px;cursor:text}@media(max-width:767px){.search-bar[data-v-4117c9e4]{padding:0 8px}}.search-bar[data-v-4117c9e4]:focus-within{border-color:var(--vp-c-brand-1)}.local-search-icon[data-v-4117c9e4]{display:block;font-size:18px}.navigate-icon[data-v-4117c9e4]{display:block;font-size:14px}.search-icon[data-v-4117c9e4]{margin:8px}@media(max-width:767px){.search-icon[data-v-4117c9e4]{display:none}}.search-input[data-v-4117c9e4]{padding:6px 12px;font-size:inherit;width:100%}@media(max-width:767px){.search-input[data-v-4117c9e4]{padding:6px 4px}}.search-actions[data-v-4117c9e4]{display:flex;gap:4px}@media(any-pointer:coarse){.search-actions[data-v-4117c9e4]{gap:8px}}@media(min-width:769px){.search-actions.before[data-v-4117c9e4]{display:none}}.search-actions button[data-v-4117c9e4]{padding:8px}.search-actions button[data-v-4117c9e4]:not([disabled]):hover,.toggle-layout-button.detailed-list[data-v-4117c9e4]{color:var(--vp-c-brand-1)}.search-actions button.clear-button[data-v-4117c9e4]:disabled{opacity:.37}.search-keyboard-shortcuts[data-v-4117c9e4]{font-size:.8rem;opacity:75%;display:flex;flex-wrap:wrap;gap:16px;line-height:14px}.search-keyboard-shortcuts span[data-v-4117c9e4]{display:flex;align-items:center;gap:4px}@media(max-width:767px){.search-keyboard-shortcuts[data-v-4117c9e4]{display:none}}.search-keyboard-shortcuts kbd[data-v-4117c9e4]{background:#8080801a;border-radius:4px;padding:3px 6px;min-width:24px;display:inline-block;text-align:center;vertical-align:middle;border:1px solid rgba(128,128,128,.15);box-shadow:0 2px 2px #0000001a}.results[data-v-4117c9e4]{display:flex;flex-direction:column;gap:6px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.result[data-v-4117c9e4]{display:flex;align-items:center;gap:8px;border-radius:4px;transition:none;line-height:1rem;border:solid 2px var(--vp-local-search-result-border);outline:none}.result>div[data-v-4117c9e4]{margin:12px;width:100%;overflow:hidden}@media(max-width:767px){.result>div[data-v-4117c9e4]{margin:8px}}.titles[data-v-4117c9e4]{display:flex;flex-wrap:wrap;gap:4px;position:relative;z-index:1001;padding:2px 0}.title[data-v-4117c9e4]{display:flex;align-items:center;gap:4px}.title.main[data-v-4117c9e4]{font-weight:500}.title-icon[data-v-4117c9e4]{opacity:.5;font-weight:500;color:var(--vp-c-brand-1)}.title svg[data-v-4117c9e4]{opacity:.5}.result.selected[data-v-4117c9e4]{--vp-local-search-result-bg: var(--vp-local-search-result-selected-bg);border-color:var(--vp-local-search-result-selected-border)}.excerpt-wrapper[data-v-4117c9e4]{position:relative}.excerpt[data-v-4117c9e4]{opacity:50%;pointer-events:none;max-height:140px;overflow:hidden;position:relative;margin-top:4px}.result.selected .excerpt[data-v-4117c9e4]{opacity:1}.excerpt[data-v-4117c9e4] *{font-size:.8rem!important;line-height:130%!important}.titles[data-v-4117c9e4] mark,.excerpt[data-v-4117c9e4] mark{background-color:var(--vp-local-search-highlight-bg);color:var(--vp-local-search-highlight-text);border-radius:2px;padding:0 2px}.excerpt[data-v-4117c9e4] .vp-code-group .tabs{display:none}.excerpt[data-v-4117c9e4] .vp-code-group div[class*=language-]{border-radius:8px!important}.excerpt-gradient-bottom[data-v-4117c9e4]{position:absolute;bottom:-1px;left:0;width:100%;height:8px;background:linear-gradient(transparent,var(--vp-local-search-result-bg));z-index:1000}.excerpt-gradient-top[data-v-4117c9e4]{position:absolute;top:-1px;left:0;width:100%;height:8px;background:linear-gradient(var(--vp-local-search-result-bg),transparent);z-index:1000}.result.selected .titles[data-v-4117c9e4],.result.selected .title-icon[data-v-4117c9e4]{color:var(--vp-c-brand-1)!important}.no-results[data-v-4117c9e4]{font-size:.9rem;text-align:center;padding:12px}svg[data-v-4117c9e4]{flex:none}
