* {
    line-height: 1
}

*,
*::before,
*::after {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 300
}

a {
    color: inherit;
    text-decoration: inherit
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.justify {
    text-align: justify
}

.container {
    max-width: 1140px;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width:576px) and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    line-height: 1
}

body {
    font-size: 0;
    font-family: "Nunito Sans"
}

html {
    font-size: 100%
}

input,
textarea,
select {
    min-height: 20px;
    border: 0;
    font-size: 16px
}

.headerOne,
.headerTwo,
.headerThree,
.headerFour,
.headerFive,
.headerSix,
.paragraph {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0.1rem 0;
    width: 100%
}

.lg-text-center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    display: inherit;
    height: inherit;
    width: initial;
    flex-direction: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    align-items: inherit;
    row-gap: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    border-radius: inherit
}

span {
    display: block
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.paragraph span,
.headerOne span,
.headerTwo span,
.headerThree span,
.headerFour span,
.headerFive span,
.headerSix span {
    display: inline
}

p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.paragraph a,
.headerOne a,
.headerTwo a,
.headerThree a,
.headerFour a,
.headerFive a,
.headerSix a {
    color: inherit;
    display: inline
}

p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.paragraph strong,
.headerOne strong,
.headerTwo strong,
.headerThree strong,
.headerFour strong,
.headerFive strong,
.headerSix strong {
    font-weight: 700
}

.cd-slider-v1--slidesWrapper {
    height: 100% !important;
    white-space: nowrap !important;
    position: relative !important;
    display: block !important
}

.cd-slider-v1--slidesWrapper>* {
    white-space: normal
}

.cd-slider-v1--slide {
    display: inline-flex !important;
    vertical-align: top !important
}

.cd-slider-v1--slidesWrapper.cd-empty-div {
    padding: 0px 0px 100px 0px !important
}

.cd-slider-v1--slide.cd-empty-div {
    padding: 0px 0px 100px 0px !important
}

.cd-slider-v1--arrowBar {
    z-index: 900
}

.cd-slider-v1--arrowBar>* {
    cursor: pointer
}

.cd-slider-v1--slideTransitionLinear .cd-slider-v1--slide {
    transition: transform 700ms linear 0s !important
}

.cd-slider-v1--slideTransitionEaseIn .cd-slider-v1--slide {
    transition: transform 700ms ease-in 0s !important
}

.cd-slider-v1--slideTransitionEaseOut .cd-slider-v1--slide {
    transition: transform 700ms ease-out 0s !important
}

.cd-slider-v1--slideTransitionEaseInOut .cd-slider-v1--slide {
    transition: transform 700ms ease-in-out 0s !important
}

.cd-slider-v1--slideTransitionEaseOutIn .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.42, 0, 0.58, 1) 0s !important
}

.cd-slider-v1--slideTransitionQuadEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important
}

.cd-slider-v1--slideTransitionCubicEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.32, 0.64, 0.45, 0.93) 0s !important
}

.cd-slider-v1--slideTransitionQuartEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.5, 0.9, 0.5, 0.9) 0s !important
}

.cd-slider-v1--slideTransitionQuintEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s !important
}

.cd-slider-v1--slideTransitionSineEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important
}

.cd-slider-v1--slideTransitionExpoEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.7, 0, 0.84, 0) 0s !important
}

.cd-slider-v1--slideTransitionElasticEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important
}

.cd-slider-v1--slideTransitionBounceEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important
}

.cd-slider-v1--slideTransitionBackEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important
}

.enterprise-e-320:hover {
    background-color: #7575750a
}

.enterprise-e-321:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-274:hover {
    background-color: #7575750a
}

.enterprise-e-275:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-294:hover {
    background-color: #f1f5f97f
}

.enterprise-e-295:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-276:hover {
    background-color: #f1f5f97f
}

.enterprise-e-277:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-322:hover {
    background-color: #7575750a
}

.enterprise-e-323:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-324:hover {
    background-color: #7575750a
}

.enterprise-e-325:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-296:hover {
    background-color: #7575750a
}

.enterprise-e-297:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-312:hover {
    background-color: #7575750a
}

.enterprise-e-313:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-328:hover {
    background-color: #7575750a
}

.enterprise-e-329:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-315:hover {
    background-color: #7575750a
}

.enterprise-e-316:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-258:hover {
    background-color: #3d3d3dff
}

.enterprise-e-260:hover {
    background-color: #0000000f
}

.enterprise-e-262:hover {
    background-color: #0000000f
}

.enterprise-e-281:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.enterprise-e-287:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.enterprise-e-284:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.enterprise-e-291:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.enterprise-e-301:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-308:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-309:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-310:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-311:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-266:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-268:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-327:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-270:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-272:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-319:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-317:hover {
    background-color: #3d3d3dff
}

.enterprise-e-391:hover {
    background-color: #3D3D3D;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c)
}

.enterprise-e-7:hover {
    background-color: #FAFAFA
}

.enterprise-e-390:hover {
    background-color: #3D3D3D;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c)
}

.enterprise-e-250:hover {
    background-color: #3D3D3D;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c)
}

.enterprise-e-371:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-375:hover {
    color: var(--vId-color-token-c)
}

.enterprise-e-340:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-372:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-341:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-349:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-370:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-350:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-352:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-353:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-354:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-373:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-343:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-344:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-345:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-346:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-347:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.enterprise-e-363:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-364:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-365:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-366:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-368:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.enterprise-e-251 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fcfcfcbf;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1500;
    position: sticky;
    box-shadow: 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    display: flex
}

.enterprise-e-252 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1440px;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.enterprise-e-253 {
    padding: 10px 0px 10px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-314 {
    padding: 0px 0px 0px 0px;
    overflow: visible;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.enterprise-e-255 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-left: -3px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-254 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-256 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 2px;
         column-gap: 2px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-320 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-321 {
    padding: 0px 0px 0px 0px;
    color: #52525B;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.enterprise-e-274 {
    padding: 10px 16px 10px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    cursor: pointer;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-275 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-278 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 14px;
    height: 14px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-294 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-295 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-276 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-277 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-322 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-323 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-324 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-325 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-296 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-297 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-312 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-313 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-328 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-329 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-315 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-316 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-257 {
    padding: 0px 0px 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-258 {
    padding: 6px 13px 6px 13px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b);
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 21px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-259 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-260 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-261 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-262 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-263 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-279 {
    padding: 24px 0px 24px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 10px 15px -3px #00000019, 0px 4px 6px -4px #00000019;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    min-width: 400px;
    min-height: 100px;
    position: relative;
    margin-right: auto;
    max-width: none
}

.enterprise-e-302 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 1440px;
    position: relative
}

.enterprise-e-280 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.enterprise-e-281 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-282 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-283 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-287 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-288 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-289 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-284 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-285 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-286 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-290 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.enterprise-e-291 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    pointer-events: auto !important;
    cursor: not-allowed !important;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-292 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-293 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 6px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-298 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    background-color: #f4f4f5ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-299 {
    font-family: var(--vId-font-token-b);
    font-size: 12px;
    font-weight: 500;
    color: #0000007f;
    padding: 0px 0px 0px 0px;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-300 {
    padding: 0px 10px 10px 10px;
    flex-direction: column;
    row-gap: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.enterprise-e-301 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-308 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-309 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-310 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-311 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-303 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-304 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    row-gap: 12px;
    background-color: #f1f5f9ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 280px;
    display: flex;
    position: relative
}

.enterprise-e-305 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 32px;
    height: 32px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-306 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-307 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    row-gap: 12px;
    background-color: #f1f5f9ff;
    background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67279d35aa037f58773a231e_237a727c/asset-36f7682a);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: 150px;
    width: 280px;
    display: flex;
    position: relative
}

.enterprise-e-264 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    background-color: #ffffff99;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-265 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-266 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-267 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-268 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-326 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-327 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-269 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-270 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-271 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-272 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-318 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-319 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-273 {
    padding: 12px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-317 {
    padding: 6px 13px 6px 13px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c);
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 21px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-1 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-d);
    z-index: 2000;
    width: 100%;
    height: 100vh;
    margin-top: -56px;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-2 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    display: flex;
    max-width: 1440px;
    position: relative
}

.enterprise-e-3 {
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 672px;
    position: relative
}

.enterprise-e-68 {
    padding: 10px 10px 10px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    height: 73px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-112 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-top: -1px;
    position: relative;
    max-width: 80px;
    max-height: 80px
}

.enterprise-e-70 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-69 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-4 {
    font-family: var(--vId-font-token-a);
    font-size: 62px;
    font-weight: 700;
    color: #09090b;
    padding: 10px 0px 16px 0px;
    line-height: 72px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-5 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    padding: 0px 0px 24px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-6 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-391 {
    padding: 0px 18px 0px 18px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #2E2E2E #2E2E2E #2E2E2E #2E2E2E;
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    text-align: center;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    position: relative
}

.enterprise-e-7 {
    padding: 8px 18px 8px 18px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #E4E4E7 #E4E4E7 #E4E4E7 #E4E4E7;
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-color-token-c);
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-9 {
    padding: 20px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-10 {
    font-family: var(--vId-font-token-a);
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0px 24px 0px;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    color: #000;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 400px
}

.enterprise-e-8 {
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 50%;
    height: 100%;
    left: auto;
    top: 0px;
    position: absolute;
    max-width: 800px;
    max-height: none;
    right: 0px;
    bottom: 0px
}

.enterprise-e-71 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent transparent;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: NaNpx;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-72 {
    padding: 124px 0px 64px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 48px;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-76 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 672px;
    position: relative
}

.enterprise-e-88 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 1px 1px 2px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 48px;
    width: 48px;
    display: none;
    position: relative
}

.enterprise-e-89 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-77 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-78 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    transform: rotate(-21deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.enterprise-e-79 {
    font-family: var(--vId-font-token-b);
    font-size: 12px;
    font-weight: 700;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    line-height: 14px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-81 {
    transform: rotate(-22deg) scale(1) translateX(0px) translateY(-8px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-82 {
    padding: 0px 0px 0px 0px;
    overflow: visible;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(-14px) translateZ(0px);
    height: 56px;
    width: 56px;
    display: flex;
    position: relative
}

.enterprise-e-83 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-left: -3px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-80 {
    transform: rotate(22deg) scale(1) translateX(0px) translateY(-6px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-84 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    transform: rotate(22deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.enterprise-e-85 {
    font-family: var(--vId-font-token-b);
    font-size: 12px;
    font-weight: 700;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    line-height: 14px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-86 {
    font-family: var(--vId-font-token-b);
    font-size: 36px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    padding: 10px 0px 20px 0px;
    text-align: center;
    letter-spacing: -1.5px;
    line-height: 46px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-87 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-390 {
    padding: 0px 18px 0px 18px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #2E2E2E #2E2E2E #2E2E2E #2E2E2E;
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    text-align: center;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    position: relative
}

.enterprise-e-73 {
    padding: 0px 64px 0px 64px;
    flex-direction: column;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-width: 64px;
    position: relative
}

.enterprise-e-74 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #f7f7f7cc;
    box-shadow: 0px 0px 0px 1px #e0e0e0ff;
    border-radius: 28px 28px 28px 28px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-75 {
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
    box-shadow: 0px 1px 1px 0px #2929290a, 0px 3px 3px -1px #29292905, 0px 1px 6px -3px #2929290a, 0px 12px 12px -6px #2929290a, 0px 24px 24px -12px #2929290a, 0px 48px 48px -24px #2929290a, inset 0px -1px 1px 0px #3333330f;
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-90 {
    padding: 0px 64px 60px 64px;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-91 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #f7f7f7cc;
    box-shadow: 0px 0px 0px 1px #e0e0e0ff;
    border-radius: 28px 28px 28px 28px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-92 {
    padding: 10px 0px 10px 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-93 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 12px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-94 {
    font-family: var(--vId-font-token-b);
    font-size: 26px;
    font-weight: 700;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 36px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-95 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-96 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-97 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.enterprise-e-98 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-99 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.enterprise-e-100 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-103 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.enterprise-e-104 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-101 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.enterprise-e-102 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-105 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #f1f5f9ff;
    border-radius: 20px 20px 20px 20px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: 100%;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-106 {
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
    box-shadow: 0px 1px 1px 0px #2929290a, 0px 3px 3px -1px #29292905, 0px 1px 6px -3px #2929290a, 0px 12px 12px -6px #2929290a, 0px 24px 24px -12px #2929290a, 0px 48px 48px -24px #2929290a, inset 0px -1px 1px 0px #3333330f;
    padding: 0px 0px 0px 0px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-107 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #f7f7f7cc;
    box-shadow: 0px 0px 0px 1px #e0e0e0ff;
    border-radius: 28px 28px 28px 28px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-108 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.enterprise-e-109 {
    font-family: var(--vId-font-token-b);
    font-size: 26px;
    font-weight: 700;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 36px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-110 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-111 {
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
    box-shadow: 0px 1px 1px 0px #2929290a, 0px 3px 3px -1px #29292905, 0px 1px 6px -3px #2929290a, 0px 12px 12px -6px #2929290a, 0px 24px 24px -12px #2929290a, 0px 48px 48px -24px #2929290a, inset 0px -1px 1px 0px #3333330f;
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-206 {
    padding: 120px 0px 120px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #00000007;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-207 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 24px;
    width: 90%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-208 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 600px;
    position: relative
}

.enterprise-e-210 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 1px 1px 2px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 48px;
    width: 48px;
    display: none;
    position: relative
}

.enterprise-e-211 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-209 {
    font-family: var(--vId-font-token-b);
    font-size: 52px;
    font-weight: 700;
    color: var(--vId-color-token-c);
    padding: 10px 0px 10px 0px;
    text-align: center;
    text-transform: capitalize;
    line-height: 62px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-212 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    padding: 0px 0px 24px 0px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-213 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-214 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #00000019;
    border-radius: 26px 26px 26px 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 25%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-215 {
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-218 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-219 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: var(--vId-color-token-a);
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-216 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    padding: 16px 0px 8px 0px;
    text-transform: capitalize;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-217 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 20px 0px;
    text-align: left;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 73px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 300px
}

.enterprise-e-220 {
    padding: 0px 24px 24px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-221 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    aspect-ratio: 1 / 1;
    height: 280px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-222 {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-223 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #00000019;
    border-radius: 26px 26px 26px 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    flex-grow: 1;
    height: auto;
    width: 25%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-224 {
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-227 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-228 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: var(--vId-color-token-a);
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-225 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    padding: 16px 0px 8px 0px;
    text-transform: capitalize;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-226 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 20px 0px;
    text-align: left;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 73px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 300px
}

.enterprise-e-229 {
    padding: 0px 24px 24px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-230 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    aspect-ratio: 1 / 1;
    height: 280px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-231 {
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 95%;
    height: 91%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-232 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #00000019;
    border-radius: 26px 26px 26px 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    flex-grow: 1;
    height: auto;
    width: 25%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-233 {
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-236 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-237 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: var(--vId-color-token-a);
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-234 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    padding: 16px 0px 8px 0px;
    text-transform: capitalize;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-235 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 20px 0px;
    text-align: left;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 73px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 300px
}

.enterprise-e-238 {
    padding: 0px 24px 24px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-239 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    aspect-ratio: 1 / 1;
    height: 280px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-240 {
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 98%;
    height: 94%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-241 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #00000019;
    border-radius: 26px 26px 26px 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    flex-grow: 1;
    height: auto;
    width: 25%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-242 {
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-245 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #2929290f, 0px 2px 4px 0px #2929290a, 0px 1px 2px 0px #2929290a, 0px 0px 0px 1px #29292914, inset 0px 0px 0px 0px #29292914;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-246 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: var(--vId-color-token-a);
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-243 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    padding: 16px 0px 8px 0px;
    text-transform: capitalize;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-244 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 20px 0px;
    text-align: left;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 73px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 300px
}

.enterprise-e-247 {
    padding: 0px 24px 24px 24px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-248 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    height: 280px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-249 {
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #0000000a #0000000a #0000000a #0000000a;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 108%;
    height: 97%;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-250 {
    padding: 0px 18px 0px 18px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    margin-top: 32px;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    position: relative
}

.enterprise-e-28 {
    padding: 80px 80px 80px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-31 {
    font-family: var(--vId-font-token-a);
    font-size: 33px;
    font-weight: 600;
    color: #09090b;
    padding: 10px 0px 16px 0px;
    text-align: center;
    line-height: 43px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 800px
}

.enterprise-e-32 {
    padding: 32px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-33 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 33%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-34 {
    font-family: var(--vId-font-token-a);
    font-size: 42px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 52px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-35 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-36 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 33%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-37 {
    font-family: var(--vId-font-token-a);
    font-size: 42px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 52px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-38 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-39 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 33%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-40 {
    font-family: var(--vId-font-token-a);
    font-size: 42px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 52px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-41 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-11 {
    padding: 160px 80px 160px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #701A75;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-12 {
    flex-direction: column;
    row-gap: 64px;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-13 {
    font-family: var(--vId-font-token-a);
    font-size: 64px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 10px 0px 16px 0px;
    text-align: left;
    line-height: 74px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 800px
}

.enterprise-e-14 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 64px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-15 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-16 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 20px 0px 16px 0px;
    text-align: left;
    line-height: 42px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 500px
}

.enterprise-e-17 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafacc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 400px
}

.enterprise-e-18 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-19 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 20px 0px 16px 0px;
    text-align: left;
    line-height: 42px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 500px
}

.enterprise-e-20 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafacc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 400px
}

.enterprise-e-21 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 64px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-22 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-23 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 20px 0px 16px 0px;
    text-align: left;
    line-height: 42px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 500px
}

.enterprise-e-24 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafacc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 400px
}

.enterprise-e-25 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d) var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-26 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 20px 0px 16px 0px;
    text-align: left;
    line-height: 42px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 500px
}

.enterprise-e-27 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafacc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 400px
}

.enterprise-e-42 {
    padding: 80px 80px 80px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-43 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-44 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.enterprise-e-45 {
    font-family: var(--vId-font-token-a);
    font-size: 60px;
    font-weight: 600;
    color: #09090b;
    padding: 10px 0px 64px 0px;
    text-align: center;
    line-height: 70px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 800px
}

.enterprise-e-53 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to right, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: 1px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-46 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-47 {
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 8px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 50%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-48 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-49 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-54 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to bottom, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: auto;
    width: 1px;
    min-height: auto;
    max-width: 1px;
    max-height: none;
    position: relative
}

.enterprise-e-55 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-50 {
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 50%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-202 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-51 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-56 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to right, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: 1px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-57 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-58 {
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 30%;
    display: flex;
    position: relative
}

.enterprise-e-203 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-59 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-64 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to bottom, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: auto;
    width: 1px;
    min-height: auto;
    max-width: 1px;
    max-height: none;
    position: relative
}

.enterprise-e-65 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-62 {
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 30%;
    display: flex;
    position: relative
}

.enterprise-e-204 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-63 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-66 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to bottom, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to bottom, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: auto;
    width: 1px;
    min-height: auto;
    max-width: 1px;
    max-height: none;
    position: relative
}

.enterprise-e-67 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.enterprise-e-60 {
    padding: 32px 32px 32px 32px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 30%;
    display: flex;
    position: relative
}

.enterprise-e-205 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    text-align: center;
    line-height: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-61 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #71717a;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-52 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    opacity: 100%;
    background: repeating-linear-gradient(to right, #7D7D7D 0 8px, transparent 8px 14px);
    -webkit-mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
    -webkit-mask-composite: destination-in;
    -webkit-mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
            mask: linear-gradient(to right, transparent, black 75%, black 25%, transparent);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    height: 1px;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-113 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-114 {
    padding: 64px 0px 64px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 16px;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-115 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 672px;
    position: relative
}

.enterprise-e-117 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 2px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.enterprise-e-118 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-116 {
    font-family: var(--vId-font-token-b);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px 20px 0px;
    line-height: 42px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-119 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 672px;
    position: relative
}

.enterprise-e-120 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-121 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-122 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-124 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-125 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-126 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-123 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-143 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-145 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-146 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-147 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-144 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-138 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-140 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-141 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-142 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-139 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-133 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-135 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-136 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-137 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-134 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-127 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-129 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-130 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-131 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-128 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-132 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-175 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-176 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-177 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-179 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-180 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-181 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-178 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-197 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-199 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-200 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-201 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-198 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-192 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-194 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-195 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-196 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-193 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-187 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-189 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-190 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-191 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-188 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-182 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-184 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-185 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-186 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-183 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-148 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-149 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-150 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-152 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-153 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-154 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-151 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-170 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-172 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-173 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-174 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-171 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-165 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-167 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-168 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-169 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-166 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-160 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-162 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-163 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-164 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-161 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-155 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-157 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.enterprise-e-158 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-159 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-156 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-330 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.enterprise-e-331 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #260013ff;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-332 {
    padding: 85px 0px 85px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-333 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-334 {
    font-family: Domine;
    font-size: 42px;
    font-weight: 400;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 52px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 700px
}

.enterprise-e-385 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.enterprise-e-381 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-335 {
    font-family: var(--vId-font-token-a);
    font-size: 72px;
    font-weight: 500;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 82px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-380 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-382 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-383 {
    font-family: var(--vId-font-token-a);
    font-size: 72px;
    font-weight: 500;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 82px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-384 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-376 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    background-color: #f7f7f733;
    box-shadow: 0px 0px 0px 1px #e0e0e07f;
    border-radius: 28px 28px 28px 28px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-377 {
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f033 #e2e8f033 #e2e8f033 #e2e8f033;
    box-shadow: 0px 1px 1px 0px #2929290a, 0px 3px 3px -1px #29292905, 0px 1px 6px -3px #2929290a, 0px 12px 12px -6px #2929290a, 0px 24px 24px -12px #2929290a, 0px 48px 48px -24px #2929290a, inset 0px -1px 1px 0px #3333330f;
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-388 {
    padding: 0px 0px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-386 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-387 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-336 {
    padding: 0px 80px 0px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.enterprise-e-337 {
    padding: 65px 0px 65px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-356 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.enterprise-e-357 {
    padding: 10px 0px 8px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-378 {
    padding: 0px 0px 0px 0px;
    overflow: visible;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 42px;
    width: 42px;
    display: flex;
    position: relative
}

.enterprise-e-379 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-left: -3px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.enterprise-e-358 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-359 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 10px;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-374 {
    padding: 10px 0px 10px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-371 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-a);
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.enterprise-e-375 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-a);
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.enterprise-e-389 {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.enterprise-e-338 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-339 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.enterprise-e-340 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-372 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-341 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-348 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.enterprise-e-349 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-370 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-350 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-351 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 180px;
    display: flex;
    position: relative
}

.enterprise-e-352 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-353 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-354 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-373 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-355 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-342 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.enterprise-e-343 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-344 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-345 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-346 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-347 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-360 {
    padding: 8px 0px 16px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.enterprise-e-361 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-362 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-363 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-364 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-365 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-366 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.enterprise-e-367 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.enterprise-e-369 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 18px;
    position: relative;
    max-width: none;
    max-height: none
}

.enterprise-e-368 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

@media (max-width:1199px) {
    .enterprise-e-251 {
        min-height: 20px;
        position: relative
    }

    .enterprise-e-252 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-256 {
        display: none
    }

    .enterprise-e-259 {
        display: flex
    }

    .enterprise-e-1 {
        padding: 80px 32px 80px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        min-height: 20px
    }

    .enterprise-e-2 {
        flex-wrap: wrap;
        justify-content: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 50px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-3 {
        justify-content: center;
        align-items: start;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-68 {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 20px
    }

    .enterprise-e-4 {
        text-align: left
    }

    .enterprise-e-5 {
        text-align: left
    }

    .enterprise-e-10 {
        text-align: left
    }

    .enterprise-e-8 {
        position: relative
    }

    .enterprise-e-71 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        min-height: 20px
    }

    .enterprise-e-72 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-90 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center
    }

    .enterprise-e-92 {
        width: 100%
    }

    .enterprise-e-95 {
        padding: 0px 0px 16px
    }

    .enterprise-e-105 {
        display: none
    }

    .enterprise-e-106 {
        display: none
    }

    .enterprise-e-108 {
        max-width: none
    }

    .enterprise-e-206 {
        padding: 60px 32px 60px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        min-height: 20px
    }

    .enterprise-e-207 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-212 {
        text-align: left
    }

    .enterprise-e-213 {
        flex-wrap: wrap;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-214 {
        width: 100%;
        max-width: 400px
    }

    .enterprise-e-219 {
        text-align: left
    }

    .enterprise-e-216 {
        text-align: left
    }

    .enterprise-e-223 {
        width: 100%;
        max-width: 400px
    }

    .enterprise-e-228 {
        text-align: left
    }

    .enterprise-e-225 {
        text-align: left
    }

    .enterprise-e-232 {
        width: 100%;
        max-width: 400px
    }

    .enterprise-e-237 {
        text-align: left
    }

    .enterprise-e-234 {
        text-align: left
    }

    .enterprise-e-241 {
        width: 100%;
        max-width: 400px
    }

    .enterprise-e-246 {
        text-align: left
    }

    .enterprise-e-243 {
        text-align: left
    }

    .enterprise-e-28 {
        padding: 80px 32px 80px 32px;
        min-height: 20px
    }

    .enterprise-e-29 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-30 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-11 {
        padding: 80px 32px 80px 32px;
        min-height: 20px
    }

    .enterprise-e-12 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-14 {
        flex-direction: column
    }

    .enterprise-e-16 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-19 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-21 {
        flex-direction: column
    }

    .enterprise-e-23 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-26 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-42 {
        padding: 80px 32px 80px 32px;
        min-height: 20px
    }

    .enterprise-e-43 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-44 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-113 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        min-height: 20px
    }

    .enterprise-e-114 {
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-331 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-332 {
        flex-direction: column;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 40px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-334 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-335 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-380 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-383 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-384 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-386 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-387 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-336 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-337 {
        flex-direction: column;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-356 {
        justify-content: start;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .enterprise-e-359 {
        text-align: center
    }

    .enterprise-e-338 {
        flex-wrap: wrap;
        justify-content: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        margin-top: 32px
    }

    .enterprise-e-352 {
        width: 100%
    }

    .enterprise-e-360 {
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        height: -moz-fit-content;
        height: fit-content
    }

    .enterprise-e-362 {
        flex-wrap: wrap;
        justify-content: center
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

@media (max-width:767px) {
    .enterprise-e-251 {
        flex-direction: column;
        position: relative
    }

    .enterprise-e-252 {
        padding: 0px 16px 0px 16px;
        position: relative
    }

    .enterprise-e-253 {
        position: relative
    }

    .enterprise-e-314 {
        position: relative
    }

    .enterprise-e-255 {
        position: relative
    }

    .enterprise-e-254 {
        position: relative
    }

    .enterprise-e-256 {
        position: relative
    }

    .enterprise-e-320 {
        position: relative
    }

    .enterprise-e-321 {
        position: relative
    }

    .enterprise-e-274 {
        position: relative
    }

    .enterprise-e-275 {
        position: relative
    }

    .enterprise-e-278 {
        position: relative
    }

    .enterprise-e-294 {
        position: relative
    }

    .enterprise-e-295 {
        position: relative
    }

    .enterprise-e-276 {
        position: relative
    }

    .enterprise-e-277 {
        position: relative
    }

    .enterprise-e-322 {
        position: relative
    }

    .enterprise-e-323 {
        position: relative
    }

    .enterprise-e-324 {
        position: relative
    }

    .enterprise-e-325 {
        position: relative
    }

    .enterprise-e-296 {
        position: relative
    }

    .enterprise-e-297 {
        position: relative
    }

    .enterprise-e-312 {
        position: relative
    }

    .enterprise-e-313 {
        position: relative
    }

    .enterprise-e-328 {
        position: relative
    }

    .enterprise-e-329 {
        position: relative
    }

    .enterprise-e-315 {
        position: relative
    }

    .enterprise-e-316 {
        position: relative
    }

    .enterprise-e-257 {
        position: relative
    }

    .enterprise-e-258 {
        position: relative
    }

    .enterprise-e-259 {
        position: relative
    }

    .enterprise-e-260 {
        position: relative
    }

    .enterprise-e-261 {
        position: relative
    }

    .enterprise-e-262 {
        position: relative
    }

    .enterprise-e-263 {
        position: relative
    }

    .enterprise-e-279 {
        position: relative
    }

    .enterprise-e-302 {
        position: relative
    }

    .enterprise-e-280 {
        position: relative
    }

    .enterprise-e-281 {
        position: relative
    }

    .enterprise-e-282 {
        position: relative
    }

    .enterprise-e-283 {
        position: relative
    }

    .enterprise-e-287 {
        position: relative
    }

    .enterprise-e-288 {
        position: relative
    }

    .enterprise-e-289 {
        position: relative
    }

    .enterprise-e-284 {
        position: relative
    }

    .enterprise-e-285 {
        position: relative
    }

    .enterprise-e-286 {
        position: relative
    }

    .enterprise-e-290 {
        position: relative
    }

    .enterprise-e-291 {
        position: relative
    }

    .enterprise-e-292 {
        position: relative
    }

    .enterprise-e-293 {
        position: relative
    }

    .enterprise-e-298 {
        position: relative
    }

    .enterprise-e-299 {
        position: relative
    }

    .enterprise-e-300 {
        position: relative
    }

    .enterprise-e-301 {
        position: relative
    }

    .enterprise-e-308 {
        position: relative
    }

    .enterprise-e-309 {
        position: relative
    }

    .enterprise-e-310 {
        position: relative
    }

    .enterprise-e-311 {
        position: relative
    }

    .enterprise-e-303 {
        position: relative
    }

    .enterprise-e-304 {
        position: relative
    }

    .enterprise-e-305 {
        position: relative
    }

    .enterprise-e-306 {
        position: relative
    }

    .enterprise-e-307 {
        position: relative
    }

    .enterprise-e-264 {
        position: relative
    }

    .enterprise-e-265 {
        position: relative
    }

    .enterprise-e-266 {
        position: relative
    }

    .enterprise-e-267 {
        position: relative
    }

    .enterprise-e-268 {
        position: relative
    }

    .enterprise-e-326 {
        position: relative
    }

    .enterprise-e-327 {
        position: relative
    }

    .enterprise-e-269 {
        position: relative
    }

    .enterprise-e-270 {
        position: relative
    }

    .enterprise-e-271 {
        position: relative
    }

    .enterprise-e-272 {
        position: relative
    }

    .enterprise-e-318 {
        position: relative
    }

    .enterprise-e-319 {
        position: relative
    }

    .enterprise-e-273 {
        position: relative
    }

    .enterprise-e-317 {
        position: relative
    }

    .enterprise-e-1 {
        padding: 44px 16px 44px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-2 {
        flex-direction: column;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 50px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-3 {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-68 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-112 {
        position: relative
    }

    .enterprise-e-70 {
        position: relative
    }

    .enterprise-e-69 {
        position: relative
    }

    .enterprise-e-4 {
        font-size: 42px;
        text-align: left;
        line-height: 52px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-5 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-6 {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 10px;
        width: 100%;
        position: relative
    }

    .enterprise-e-391 {
        position: relative
    }

    .enterprise-e-7 {
        position: relative
    }

    .enterprise-e-9 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        position: relative
    }

    .enterprise-e-10 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-8 {
        position: relative
    }

    .enterprise-e-71 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-72 {
        position: relative
    }

    .enterprise-e-76 {
        position: relative
    }

    .enterprise-e-88 {
        position: relative
    }

    .enterprise-e-89 {
        position: relative
    }

    .enterprise-e-77 {
        position: relative
    }

    .enterprise-e-78 {
        position: relative
    }

    .enterprise-e-79 {
        position: relative
    }

    .enterprise-e-81 {
        position: relative
    }

    .enterprise-e-82 {
        position: relative
    }

    .enterprise-e-83 {
        position: relative
    }

    .enterprise-e-80 {
        position: relative
    }

    .enterprise-e-84 {
        position: relative
    }

    .enterprise-e-85 {
        position: relative
    }

    .enterprise-e-86 {
        position: relative
    }

    .enterprise-e-87 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .enterprise-e-390 {
        position: relative
    }

    .enterprise-e-73 {
        padding: 0px 0px 0px 0px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-radius: 2px 2px 2px 2px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .enterprise-e-74 {
        padding: 6px 6px 6px 6px;
        border-radius: 10px 10px 10px 10px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .enterprise-e-75 {
        border-radius: 6px 6px 6px 6px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
        padding: 2px 0px 0px 2px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-90 {
        padding: 0px 0px 60px 0px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 24px;
             column-gap: 24px;
        row-gap: 24px;
        position: relative
    }

    .enterprise-e-91 {
        padding: 6px 6px 6px 6px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        border-radius: 10px 10px 10px 10px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .enterprise-e-92 {
        position: relative
    }

    .enterprise-e-93 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-94 {
        position: relative
    }

    .enterprise-e-95 {
        font-size: 14px;
        padding: 0px 0px 15px;
        line-height: 24px;
        position: relative
    }

    .enterprise-e-96 {
        position: relative
    }

    .enterprise-e-97 {
        position: relative
    }

    .enterprise-e-98 {
        position: relative
    }

    .enterprise-e-99 {
        position: relative
    }

    .enterprise-e-100 {
        position: relative
    }

    .enterprise-e-103 {
        position: relative
    }

    .enterprise-e-104 {
        position: relative
    }

    .enterprise-e-101 {
        position: relative
    }

    .enterprise-e-102 {
        position: relative
    }

    .enterprise-e-105 {
        position: relative
    }

    .enterprise-e-106 {
        border-radius: 6px 6px 6px 6px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
        padding: 2px 0px 0px 2px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-107 {
        padding: 6px 6px 6px 6px;
        border-radius: 10px 10px 10px 10px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .enterprise-e-108 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-109 {
        position: relative
    }

    .enterprise-e-110 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .enterprise-e-111 {
        border-radius: 6px 6px 6px 6px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
        padding: 2px 0px 0px 2px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-206 {
        padding: 60px 16px 60px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-207 {
        position: relative
    }

    .enterprise-e-208 {
        position: relative
    }

    .enterprise-e-210 {
        position: relative
    }

    .enterprise-e-211 {
        position: relative
    }

    .enterprise-e-209 {
        position: relative
    }

    .enterprise-e-212 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-213 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-214 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-215 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .enterprise-e-218 {
        position: relative
    }

    .enterprise-e-219 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-216 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-217 {
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-220 {
        position: relative
    }

    .enterprise-e-221 {
        position: relative
    }

    .enterprise-e-222 {
        -o-object-fit: contain;
           object-fit: contain;
        position: relative
    }

    .enterprise-e-223 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-224 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .enterprise-e-227 {
        position: relative
    }

    .enterprise-e-228 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-225 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-226 {
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-229 {
        position: relative
    }

    .enterprise-e-230 {
        position: relative
    }

    .enterprise-e-231 {
        -o-object-fit: cover;
           object-fit: cover;
        position: relative
    }

    .enterprise-e-232 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-233 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .enterprise-e-236 {
        position: relative
    }

    .enterprise-e-237 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-234 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-235 {
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-238 {
        position: relative
    }

    .enterprise-e-239 {
        position: relative
    }

    .enterprise-e-240 {
        -o-object-fit: contain;
           object-fit: contain;
        position: relative
    }

    .enterprise-e-241 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-242 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .enterprise-e-245 {
        position: relative
    }

    .enterprise-e-246 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-243 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-244 {
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-247 {
        position: relative
    }

    .enterprise-e-248 {
        position: relative
    }

    .enterprise-e-249 {
        -o-object-fit: cover;
           object-fit: cover;
        position: relative
    }

    .enterprise-e-250 {
        position: relative
    }

    .enterprise-e-28 {
        padding: 80px 16px 80px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-29 {
        position: relative
    }

    .enterprise-e-30 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-31 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-32 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-33 {
        width: 100%;
        position: relative
    }

    .enterprise-e-34 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-35 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-36 {
        width: 100%;
        position: relative
    }

    .enterprise-e-37 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-38 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-39 {
        width: 100%;
        position: relative
    }

    .enterprise-e-40 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-41 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-11 {
        padding: 80px 16px 80px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-12 {
        position: relative
    }

    .enterprise-e-13 {
        font-size: 36px;
        text-align: left;
        line-height: 46px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-14 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 64px;
             column-gap: 64px;
        row-gap: 64px;
        position: relative
    }

    .enterprise-e-15 {
        position: relative
    }

    .enterprise-e-16 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-17 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-18 {
        position: relative
    }

    .enterprise-e-19 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-20 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-21 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 64px;
             column-gap: 64px;
        row-gap: 64px;
        position: relative
    }

    .enterprise-e-22 {
        position: relative
    }

    .enterprise-e-23 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-24 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-25 {
        position: relative
    }

    .enterprise-e-26 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-27 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-42 {
        padding: 80px 16px 80px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-43 {
        position: relative
    }

    .enterprise-e-44 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-45 {
        font-size: 42px;
        text-align: center;
        line-height: 52px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-53 {
        position: relative
    }

    .enterprise-e-46 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-47 {
        width: 100%;
        position: relative
    }

    .enterprise-e-48 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-49 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-54 {
        display: none;
        position: relative
    }

    .enterprise-e-55 {
        position: relative
    }

    .enterprise-e-50 {
        width: 100%;
        position: relative
    }

    .enterprise-e-202 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-51 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-56 {
        position: relative
    }

    .enterprise-e-57 {
        position: relative
    }

    .enterprise-e-58 {
        position: relative
    }

    .enterprise-e-203 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-59 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-64 {
        display: none;
        position: relative
    }

    .enterprise-e-65 {
        position: relative
    }

    .enterprise-e-62 {
        position: relative
    }

    .enterprise-e-204 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-63 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-66 {
        display: none;
        position: relative
    }

    .enterprise-e-67 {
        position: relative
    }

    .enterprise-e-60 {
        position: relative
    }

    .enterprise-e-205 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-61 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-52 {
        position: relative
    }

    .enterprise-e-113 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .enterprise-e-114 {
        position: relative
    }

    .enterprise-e-115 {
        position: relative
    }

    .enterprise-e-117 {
        position: relative
    }

    .enterprise-e-118 {
        position: relative
    }

    .enterprise-e-116 {
        position: relative
    }

    .enterprise-e-119 {
        position: relative
    }

    .enterprise-e-120 {
        position: relative
    }

    .enterprise-e-121 {
        position: relative
    }

    .enterprise-e-122 {
        position: relative
    }

    .enterprise-e-124 {
        position: relative
    }

    .enterprise-e-125 {
        position: relative
    }

    .enterprise-e-126 {
        position: relative
    }

    .enterprise-e-123 {
        position: relative
    }

    .enterprise-e-143 {
        position: relative
    }

    .enterprise-e-145 {
        position: relative
    }

    .enterprise-e-146 {
        position: relative
    }

    .enterprise-e-147 {
        position: relative
    }

    .enterprise-e-144 {
        position: relative
    }

    .enterprise-e-138 {
        position: relative
    }

    .enterprise-e-140 {
        position: relative
    }

    .enterprise-e-141 {
        position: relative
    }

    .enterprise-e-142 {
        position: relative
    }

    .enterprise-e-139 {
        position: relative
    }

    .enterprise-e-133 {
        position: relative
    }

    .enterprise-e-135 {
        position: relative
    }

    .enterprise-e-136 {
        position: relative
    }

    .enterprise-e-137 {
        position: relative
    }

    .enterprise-e-134 {
        position: relative
    }

    .enterprise-e-127 {
        position: relative
    }

    .enterprise-e-129 {
        position: relative
    }

    .enterprise-e-130 {
        position: relative
    }

    .enterprise-e-131 {
        position: relative
    }

    .enterprise-e-128 {
        position: relative
    }

    .enterprise-e-132 {
        position: relative
    }

    .enterprise-e-175 {
        position: relative
    }

    .enterprise-e-176 {
        position: relative
    }

    .enterprise-e-177 {
        position: relative
    }

    .enterprise-e-179 {
        position: relative
    }

    .enterprise-e-180 {
        position: relative
    }

    .enterprise-e-181 {
        position: relative
    }

    .enterprise-e-178 {
        position: relative
    }

    .enterprise-e-197 {
        position: relative
    }

    .enterprise-e-199 {
        position: relative
    }

    .enterprise-e-200 {
        position: relative
    }

    .enterprise-e-201 {
        position: relative
    }

    .enterprise-e-198 {
        position: relative
    }

    .enterprise-e-192 {
        position: relative
    }

    .enterprise-e-194 {
        position: relative
    }

    .enterprise-e-195 {
        position: relative
    }

    .enterprise-e-196 {
        position: relative
    }

    .enterprise-e-193 {
        position: relative
    }

    .enterprise-e-187 {
        position: relative
    }

    .enterprise-e-189 {
        position: relative
    }

    .enterprise-e-190 {
        position: relative
    }

    .enterprise-e-191 {
        position: relative
    }

    .enterprise-e-188 {
        position: relative
    }

    .enterprise-e-182 {
        position: relative
    }

    .enterprise-e-184 {
        position: relative
    }

    .enterprise-e-185 {
        position: relative
    }

    .enterprise-e-186 {
        position: relative
    }

    .enterprise-e-183 {
        position: relative
    }

    .enterprise-e-148 {
        position: relative
    }

    .enterprise-e-149 {
        position: relative
    }

    .enterprise-e-150 {
        position: relative
    }

    .enterprise-e-152 {
        position: relative
    }

    .enterprise-e-153 {
        position: relative
    }

    .enterprise-e-154 {
        position: relative
    }

    .enterprise-e-151 {
        position: relative
    }

    .enterprise-e-170 {
        position: relative
    }

    .enterprise-e-172 {
        position: relative
    }

    .enterprise-e-173 {
        position: relative
    }

    .enterprise-e-174 {
        position: relative
    }

    .enterprise-e-171 {
        position: relative
    }

    .enterprise-e-165 {
        position: relative
    }

    .enterprise-e-167 {
        position: relative
    }

    .enterprise-e-168 {
        position: relative
    }

    .enterprise-e-169 {
        position: relative
    }

    .enterprise-e-166 {
        position: relative
    }

    .enterprise-e-160 {
        position: relative
    }

    .enterprise-e-162 {
        position: relative
    }

    .enterprise-e-163 {
        position: relative
    }

    .enterprise-e-164 {
        position: relative
    }

    .enterprise-e-161 {
        position: relative
    }

    .enterprise-e-155 {
        position: relative
    }

    .enterprise-e-157 {
        position: relative
    }

    .enterprise-e-158 {
        position: relative
    }

    .enterprise-e-159 {
        position: relative
    }

    .enterprise-e-156 {
        position: relative
    }

    .enterprise-e-330 {
        position: relative
    }

    .enterprise-e-331 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        row-gap: 40px;
        position: relative
    }

    .enterprise-e-332 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 40px;
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .enterprise-e-333 {
        position: relative
    }

    .enterprise-e-334 {
        font-size: 32px;
        line-height: 42px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-385 {
        position: relative
    }

    .enterprise-e-381 {
        position: relative
    }

    .enterprise-e-335 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-380 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-382 {
        position: relative
    }

    .enterprise-e-383 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-384 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-376 {
        padding: 6px 6px 6px 6px;
        border-radius: 10px 10px 10px 10px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .enterprise-e-377 {
        border-radius: 6px 6px 6px 6px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
        padding: 2px 0px 0px 2px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-388 {
        position: relative
    }

    .enterprise-e-386 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-387 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-336 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .enterprise-e-337 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        position: relative
    }

    .enterprise-e-356 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .enterprise-e-357 {
        position: relative
    }

    .enterprise-e-378 {
        position: relative
    }

    .enterprise-e-379 {
        position: relative
    }

    .enterprise-e-358 {
        position: relative
    }

    .enterprise-e-359 {
        text-align: left;
        position: relative
    }

    .enterprise-e-374 {
        position: relative
    }

    .enterprise-e-371 {
        position: relative
    }

    .enterprise-e-375 {
        position: relative
    }

    .enterprise-e-389 {
        position: relative
    }

    .enterprise-e-338 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-339 {
        width: 170px;
        position: relative
    }

    .enterprise-e-340 {
        position: relative
    }

    .enterprise-e-372 {
        position: relative
    }

    .enterprise-e-341 {
        position: relative
    }

    .enterprise-e-348 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .enterprise-e-349 {
        position: relative
    }

    .enterprise-e-370 {
        position: relative
    }

    .enterprise-e-350 {
        position: relative
    }

    .enterprise-e-351 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .enterprise-e-352 {
        position: relative
    }

    .enterprise-e-353 {
        position: relative
    }

    .enterprise-e-354 {
        position: relative
    }

    .enterprise-e-373 {
        position: relative
    }

    .enterprise-e-355 {
        position: relative
    }

    .enterprise-e-342 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .enterprise-e-343 {
        position: relative
    }

    .enterprise-e-344 {
        position: relative
    }

    .enterprise-e-345 {
        position: relative
    }

    .enterprise-e-346 {
        position: relative
    }

    .enterprise-e-347 {
        position: relative
    }

    .enterprise-e-360 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-361 {
        position: relative
    }

    .enterprise-e-362 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .enterprise-e-363 {
        position: relative
    }

    .enterprise-e-364 {
        position: relative
    }

    .enterprise-e-365 {
        position: relative
    }

    .enterprise-e-366 {
        position: relative
    }

    .enterprise-e-367 {
        position: relative
    }

    .enterprise-e-369 {
        position: relative
    }

    .enterprise-e-368 {
        position: relative
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.black-shine {}

.shine-button:hover {
    animation: shine 1s linear infinite
}

.shine-button {}

.glitch {}

.sidebar {}

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component enterprise-e-70 */
.enterprise-e-70 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.enterprise-e-70 span { display: initial; }
/* Resets for HTMLCode component enterprise-e-69 */
.enterprise-e-69 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.enterprise-e-69 span { display: initial; }
/* Resets for HTMLCode component enterprise-e-389 */
.enterprise-e-389 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.enterprise-e-389 span { display: initial; }
