* {
    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
}

.about-e-88:hover {
    font-family: var(--vId-font-token-a);
    color: var(--vId-color-token-a);
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.about-e-93:hover {
    font-family: var(--vId-font-token-a);
    color: var(--vId-color-token-a);
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.about-e-92:hover {
    font-family: var(--vId-font-token-a);
    color: var(--vId-color-token-a);
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.about-e-91:hover {
    font-family: var(--vId-font-token-a);
    color: var(--vId-color-token-a);
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.about-e-107:hover {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-color: #000000 #000000 #000000 #000000;
    border-style: groove groove groove groove
}

.about-e-108:hover {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-color: #000000 #000000 #000000 #000000;
    border-style: groove groove groove groove
}

.about-e-2:hover {
    background-color: var(--vId-color-token-b);
    border-width: 1px 1px 1px 1px;
    border-color: #000000 #000000 #000000 #000000;
    color: #ffffff;
    padding: 5px 12px 5px 12px
}

.about-e-31:hover {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-color: #000000 #000000 #000000 #000000;
    border-style: groove groove groove groove
}

.about-e-45:hover {
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-color: #000000 #000000 #000000 #000000;
    border-style: groove groove groove groove
}

.about-e-84::-moz-placeholder {
    color: #667085
}

.about-e-84::placeholder {
    color: #667085
}

.about-e-68:hover {
    background-color: var(--vId-color-token-b);
    border-width: 1px 1px 1px 1px;
    border-color: var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b);
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border-style: groove groove groove groove
}

.about-e-59:hover {
    color: var(--vId-color-token-a)
}

.about-e-76:hover {
    color: var(--vId-color-token-a)
}

.about-e-75:hover {
    color: var(--vId-color-token-a)
}

.about-e-74:hover {
    color: var(--vId-color-token-a)
}

.about-e-64:hover {
    color: var(--vId-color-token-a)
}

.about-e-63:hover {
    color: var(--vId-color-token-a)
}

.about-e-77:hover {
    transform: scale(1.05);
    background-color: #00000000
}

.about-e-81:hover {
    transform: scale(1.05)
}

.about-e-80:hover {
    transform: scale(1.05)
}

.about-e-79:hover {
    transform: scale(1.05)
}

.about-e-78:hover {
    transform: scale(1.05)
}

.about-e-85 {
    padding: 10px 10px 14px;
    flex-direction: column;
    background-color: var(--vId-color-token-c);
    z-index: 1000;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: sticky
}

.about-e-95 {
    padding: 10px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #00000000;
    border-radius: 0px 30px 0px 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1200px;
    position: relative;
    display: flex;
    margin-right: auto
}

.about-e-87 {
    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
}

.about-e-86 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-d);
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.about-e-96 {
    font-family: var(--vId-font-token-a);
    font-size: 30px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-94 {
    padding: 10px 10px 15px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
    z-index: 3000;
    height: auto;
    width: 742.6459849133971px;
    display: flex;
    position: relative
}

.about-e-90 {
    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
}

.about-e-89 {
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    text-align: left;
    font-size: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.about-e-88 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-93 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-92 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-91 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-107 {
    padding: 5px 12px 5px 12px;
    background-color: var(--vId-color-token-b);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    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-a);
    font-size: 18px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 28px;
    z-index: 1;
    width: 105px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-108 {
    padding: 5px 12px 5px 12px;
    background-color: var(--vId-color-token-b);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    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-a);
    font-size: 18px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 28px;
    z-index: 1;
    width: 105px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-5 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    background-color: var(--vId-color-token-c);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.about-e-4 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1200px;
    position: relative
}

.about-e-32 {
    padding: 0px 0px 20px 20px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: var(--vId-color-token-c);
    z-index: 1;
    width: 50%;
    height: 600px;
    min-height: 20px;
    display: flex;
    position: relative
}

.about-e-33 {
    border-radius: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    max-height: none
}

.about-e-34 {
    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: var(--vId-color-token-b);
    transform: rotate(45deg) scale(1) translateX(18px) translateY(94px) translateZ(-37px);
    top: 250px;
    left: -250px;
    height: 80%;
    width: 100%;
    display: flex;
    position: absolute;
    right: auto;
    bottom: 0px
}

.about-e-3 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: 50%;
    display: flex;
    position: relative
}

.about-e-1 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    line-height: 50px;
    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
}

.about-e-6 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.about-e-2 {
    padding: 5px 12px 5px 12px;
    background-color: var(--vId-color-token-b);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    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-a);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-7 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.about-e-8 {
    padding: 50px 50px 50px 50px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 30px 30px 30px 30px;
    border-width: 1px 1px 2px 1px;
    border-style: solid solid solid solid;
    border-color: #c4babaff #c4babaff #d10d35ff #c4babaff;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1200px;
    position: relative;
    display: flex;
    margin-right: auto
}

.about-e-9 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    line-height: 50px;
    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
}

.about-e-10 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 15px 0px;
    text-align: center;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.about-e-40 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    padding: 0px 0px 20px 0px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.about-e-11 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    background-color: var(--vId-color-token-c);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.about-e-12 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1200px;
    position: relative
}

.about-e-13 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: #;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 50%;
    display: flex;
    position: relative
}

.about-e-16 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 500;
    color: var(--vId-color-token-a);
    padding: 0px 0px 10px 0px;
    line-height: 28px;
    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
}

.about-e-17 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 20px 0px;
    line-height: 50px;
    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
}

.about-e-14 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.about-e-18 {
    padding: 10px 10px 20px 10px;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.about-e-19 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    justify-content: center;
    z-index: 1;
    width: 33.30315632952584%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.about-e-20 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00000000;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100% 100% 100% 100%;
    border-width: 8px 8px 8px 8px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-a) var(--vId-color-token-a) var(--vId-color-token-a) var(--vId-color-token-a);
    height: 100px;
    width: 100px;
    display: flex;
    position: relative
}

.about-e-21 {
    font-family: var(--vId-font-token-a);
    font-size: 35px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 45px;
    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
}

.about-e-22 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 5px 0px 0px 0px;
    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
}

.about-e-27 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    justify-content: center;
    z-index: 1;
    width: 33.30315632952584%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.about-e-28 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00000000;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100% 100% 100% 100%;
    border-width: 8px 8px 8px 8px;
    border-style: solid solid solid solid;
    border-color: #d10d35ff #d10d35ff #d10d35ff #d4c8caff;
    height: 100px;
    width: 100px;
    display: flex;
    position: relative
}

.about-e-29 {
    font-family: var(--vId-font-token-a);
    font-size: 35px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 45px;
    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
}

.about-e-30 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 5px 0px 0px 0px;
    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
}

.about-e-23 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    justify-content: center;
    z-index: 1;
    width: 33.30315632952584%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.about-e-24 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00000000;
    border-radius: 100% 100% 100% 100%;
    border-width: 8px 8px 8px 8px;
    border-style: solid solid solid solid;
    border-color: #d10d35ff #d10d35ff #d10d35ff #d4c8caff;
    height: 100px;
    width: 100px;
    display: flex;
    position: relative
}

.about-e-25 {
    font-family: var(--vId-font-token-a);
    font-size: 35px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 45px;
    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
}

.about-e-26 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-color-token-d);
    padding: 5px 0px 0px 0px;
    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
}

.about-e-15 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 20px 0px;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.about-e-31 {
    padding: 5px 12px 5px 12px;
    background-color: var(--vId-color-token-b);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    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-a);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-35 {
    padding: 0px 20px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: var(--vId-color-token-c);
    overflow: hidden;
    z-index: 1;
    width: 50%;
    height: 600px;
    min-height: 20px;
    display: flex;
    position: relative
}

.about-e-36 {
    border-radius: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    max-height: none
}

.about-e-37 {
    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: var(--vId-color-token-b);
    transform: rotate(-45deg) scale(1) translateX(18px) translateY(94px) translateZ(-37px);
    top: 250px;
    left: auto;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    right: -250px;
    bottom: 0px
}

.about-e-41 {
    padding: 0px 10px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.72)0%, rgba(0, 0, 0, 0.7)100%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/688b2dade41a15e19433a3b6_adf90007/asset-b2d15fc0);
    background-position: 0% 0%, 0% 0%;
    background-size: auto auto, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 100vh;
    position: relative
}

.about-e-42 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1000px;
    position: relative
}

.about-e-43 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 0px 20px 0px;
    line-height: 50px;
    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
}

.about-e-44 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 30px;
    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
}

.about-e-45 {
    padding: 5px 12px 5px 12px;
    background-color: var(--vId-color-token-b);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    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-a);
    font-size: 16px;
    font-weight: 600;
    color: var(--vId-color-token-c);
    line-height: 26px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 200px;
    min-height: 56px
}

.about-e-57 {
    padding: 100px 16px 30px 16px;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    background-color: var(--vId-color-token-b);
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1980px;
    margin-right: auto
}

.about-e-71 {
    padding: 16px 0px 16px 0px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    max-width: 1200px;
    position: relative
}

.about-e-70 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: space-between;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 50%;
    display: flex;
    position: relative
}

.about-e-83 {
    font-family: var(--vId-font-token-a);
    font-size: 30px;
    font-weight: 600;
    color: #ffffffff;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.about-e-69 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.about-e-84 {
    padding: 12px 16px 12px 16px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    background-color: #ffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    box-shadow: 0px 1px 2px 0px #0000000c;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-width: 300px
}

.about-e-68 {
    padding: 10px 30px 10px 30px;
    background-color: var(--vId-color-token-a);
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    border-color: var(--vId-color-token-a) var(--vId-color-token-a) var(--vId-color-token-a) var(--vId-color-token-a);
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-67 {
    justify-content: space-between;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.about-e-61 {
    padding: 0px 20px 0px 20px;
    justify-content: flex-start;
    row-gap: 10px;
    z-index: 50;
    width: 50%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.about-e-60 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.about-e-58 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-59 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-76 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-75 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-74 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-66 {
    padding: 0px 20px 0px 20px;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
    width: 50%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.about-e-65 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.about-e-62 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-64 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-63 {
    align-items: stretch;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 300;
    color: #ffffffe5;
    line-height: 26px;
    z-index: 50;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.about-e-72 {
    background-color: #ccc;
    width: 900%;
    height: 1px;
    min-height: 1px;
    min-width: 20px;
    display: block;
    max-width: 1140px;
    position: relative
}

.about-e-82 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-left: auto;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: auto;
    position: relative
}

.about-e-77 {
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-81 {
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-80 {
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-79 {
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-78 {
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.about-e-73 {
    -moz-column-gap: 32px;
         column-gap: 32px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffbf;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content
}

@media (max-width:1199px) {
    .about-e-85 {
        position: relative
    }

    .about-e-95 {
        padding: 0px 16px 0px 16px;
        flex-direction: row-reverse;
        flex-wrap: nowrap
    }

    .about-e-87 {
        display: flex
    }

    .about-e-86 {
        width: auto;
        height: auto
    }

    .about-e-94 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        -moz-column-gap: 0px;
             column-gap: 0px;
        row-gap: 20px;
        background-color: var(--vId-color-token-b);
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        display: none;
        min-height: 100vh;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .about-e-90 {
        align-items: flex-end;
        width: 100%;
        display: flex
    }

    .about-e-89 {
        width: auto;
        height: auto
    }

    .about-e-88 {
        color: #ffffff
    }

    .about-e-93 {
        color: #ffffff
    }

    .about-e-92 {
        color: #ffffff
    }

    .about-e-91 {
        color: #ffffff
    }

    .about-e-5 {
        padding: 100px 16px 0px 16px
    }

    .about-e-4 {
        flex-direction: column
    }

    .about-e-32 {
        width: 100%
    }

    .about-e-34 {
        position: relative
    }

    .about-e-3 {
        align-items: center;
        width: 100%
    }

    .about-e-1 {
        text-align: center
    }

    .about-e-6 {
        text-align: center
    }

    .about-e-7 {
        padding: 100px 16px 0px 16px
    }

    .about-e-8 {
        max-width: 720px
    }

    .about-e-9 {
        text-align: center
    }

    .about-e-12 {
        flex-direction: column
    }

    .about-e-13 {
        align-items: center;
        width: 100%
    }

    .about-e-16 {
        text-align: center
    }

    .about-e-17 {
        text-align: center
    }

    .about-e-14 {
        text-align: center
    }

    .about-e-18 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .about-e-19 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .about-e-22 {
        font-size: 22px;
        padding: 0px 0px 20px 0px;
        line-height: 32px
    }

    .about-e-27 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .about-e-29 {
        margin-left: NaNpx;
        margin-top: NaNpx
    }

    .about-e-30 {
        font-size: 22px;
        padding: 0px 0px 20px 0px;
        line-height: 32px
    }

    .about-e-23 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .about-e-26 {
        font-size: 22px;
        padding: 0px 0px 20px 0px;
        line-height: 32px
    }

    .about-e-35 {
        width: 100%
    }

    .about-e-37 {
        position: relative
    }

    .about-e-57 {
        padding: 50px 16px 16px 16px;
        margin-top: 5px
    }

    .about-e-71 {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        row-gap: 16px
    }

    .about-e-70 {
        padding: 0px 0px 0px 0px;
        align-items: center;
        row-gap: 30px;
        width: 100%
    }

    .about-e-83 {
        color: #ffffff
    }

    .about-e-69 {
        padding: 15px 15px 15px 15px;
        width: 70%
    }

    .about-e-67 {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        width: 100%
    }

    .about-e-61 {
        justify-content: center;
        align-items: center
    }

    .about-e-66 {
        align-items: center
    }

    .about-e-65 {
        align-items: center
    }

    .about-e-72 {
        width: 100%;
        max-width: 900px
    }
}

@media (max-width:767px) {
    .about-e-85 {
        position: relative
    }

    .about-e-95 {
        padding: 0px 6px 0px 6px;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .about-e-87 {
        position: relative
    }

    .about-e-86 {
        position: relative
    }

    .about-e-96 {
        color: var(--vId-color-token-d);
        position: relative
    }

    .about-e-94 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 20px;
        background-color: var(--vId-color-token-b);
        position: relative
    }

    .about-e-90 {
        align-items: flex-end;
        position: relative
    }

    .about-e-89 {
        text-align: right;
        position: relative
    }

    .about-e-88 {
        color: #ffffff;
        position: relative
    }

    .about-e-93 {
        color: #ffffff;
        position: relative
    }

    .about-e-92 {
        color: #ffffff;
        position: relative
    }

    .about-e-91 {
        color: #ffffff;
        position: relative
    }

    .about-e-107 {
        position: relative
    }

    .about-e-108 {
        position: relative
    }

    .about-e-5 {
        padding: 60px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .about-e-4 {
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        position: relative
    }

    .about-e-32 {
        align-items: center;
        background-image: linear-gradient(40.00000000000001deg, rgb(15, 6, 66)35.9%, rgb(255, 255, 255)36%, rgb(255, 255, 255)100%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        height: 420px;
        position: relative
    }

    .about-e-33 {
        height: 400px;
        position: relative
    }

    .about-e-34 {
        position: relative
    }

    .about-e-3 {
        align-items: center;
        position: relative
    }

    .about-e-1 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        position: relative
    }

    .about-e-6 {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative
    }

    .about-e-2 {
        position: relative
    }

    .about-e-7 {
        padding: 60px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .about-e-8 {
        padding: 30px 30px 30px 30px;
        max-width: none;
        position: relative
    }

    .about-e-9 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        position: relative
    }

    .about-e-10 {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative
    }

    .about-e-40 {
        position: relative
    }

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

    .about-e-12 {
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .about-e-13 {
        padding: 10px 10px 30px 10px;
        align-items: center;
        position: relative
    }

    .about-e-16 {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
        position: relative
    }

    .about-e-17 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        position: relative
    }

    .about-e-14 {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative
    }

    .about-e-18 {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative
    }

    .about-e-19 {
        align-items: center;
        row-gap: 10px;
        position: relative
    }

    .about-e-20 {
        position: relative
    }

    .about-e-21 {
        font-size: 30px;
        padding: 0px 0px 0px 0px;
        line-height: 40px;
        position: relative
    }

    .about-e-22 {
        font-size: 20px;
        padding: 0px 0px 30px 0px;
        line-height: 30px;
        position: relative
    }

    .about-e-27 {
        align-items: center;
        position: relative
    }

    .about-e-28 {
        position: relative
    }

    .about-e-29 {
        font-size: 30px;
        padding: 0px 0px 0px 0px;
        line-height: 40px;
        position: relative
    }

    .about-e-30 {
        font-size: 20px;
        padding: 0px 0px 30px 0px;
        line-height: 30px;
        position: relative
    }

    .about-e-23 {
        align-items: center;
        position: relative
    }

    .about-e-24 {
        position: relative
    }

    .about-e-25 {
        font-size: 30px;
        padding: 0px 0px 0px 0px;
        line-height: 40px;
        position: relative
    }

    .about-e-26 {
        font-size: 20px;
        padding: 0px 0px 30px 0px;
        line-height: 30px;
        position: relative
    }

    .about-e-15 {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative
    }

    .about-e-31 {
        position: relative
    }

    .about-e-35 {
        background-image: linear-gradient(315deg, rgb(15, 6, 66)35.9%, rgb(255, 255, 255)36%, rgb(255, 255, 255)100%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        height: 420px;
        position: relative
    }

    .about-e-36 {
        height: 400px;
        position: relative
    }

    .about-e-37 {
        position: relative
    }

    .about-e-41 {
        position: relative
    }

    .about-e-42 {
        position: relative
    }

    .about-e-43 {
        position: relative
    }

    .about-e-44 {
        position: relative
    }

    .about-e-45 {
        position: relative
    }

    .about-e-57 {
        padding: 16px 16px 16px 16px;
        position: relative
    }

    .about-e-71 {
        padding: 30px 0px 16px 0px;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
        position: relative
    }

    .about-e-70 {
        padding: 0px 0px 0px 0px;
        align-items: center;
        row-gap: 20px;
        position: relative
    }

    .about-e-83 {
        color: #ffffff;
        position: relative
    }

    .about-e-69 {
        padding: 10px 10px 10px 10px;
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
        position: relative
    }

    .about-e-84 {
        position: relative
    }

    .about-e-68 {
        position: relative
    }

    .about-e-67 {
        flex-direction: column;
        row-gap: 16px;
        position: relative
    }

    .about-e-61 {
        padding: 0px 0px 0px 0px;
        width: 100%;
        position: relative
    }

    .about-e-60 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .about-e-58 {
        position: relative
    }

    .about-e-59 {
        position: relative
    }

    .about-e-76 {
        position: relative
    }

    .about-e-75 {
        position: relative
    }

    .about-e-74 {
        position: relative
    }

    .about-e-66 {
        padding: 0px 0px 0px 0px;
        align-items: center;
        row-gap: 32px;
        width: 100%;
        position: relative
    }

    .about-e-65 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .about-e-62 {
        position: relative
    }

    .about-e-64 {
        position: relative
    }

    .about-e-63 {
        position: relative
    }

    .about-e-72 {
        position: relative
    }

    .about-e-82 {
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .about-e-77 {
        position: relative
    }

    .about-e-81 {
        position: relative
    }

    .about-e-80 {
        position: relative
    }

    .about-e-79 {
        position: relative
    }

    .about-e-78 {
        position: relative
    }

    .about-e-73 {
        font-size: 16px;
        line-height: 26px;
        position: relative
    }
}

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

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component about-e-77 */
.about-e-77 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.about-e-77 span { display: initial; }
/* Resets for HTMLCode component about-e-81 */
.about-e-81 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.about-e-81 span { display: initial; }
/* Resets for HTMLCode component about-e-80 */
.about-e-80 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.about-e-80 span { display: initial; }
/* Resets for HTMLCode component about-e-79 */
.about-e-79 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.about-e-79 span { display: initial; }
/* Resets for HTMLCode component about-e-78 */
.about-e-78 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.about-e-78 span { display: initial; }
