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

html, body, p, div {
    /*font-size: 0;*/
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

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
}

a:hover{
	color:#7270DD;
}

a:active{
	color:#DDE5FD;
}

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

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

.home-e-455:hover {
    color: #F07C52;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.home-e-454:hover {
    color: #F07C52;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.home-e-460:hover {
    background-color: #7270DD;
    border-color: #7270DD #7270DD #7270DD #7270DD
}

.home-e-22:hover {
    padding: 0px 0px 0px 10px
}

.home-e-85:hover {
    padding: 0px 0px 0px 10px
}

.home-e-185:hover {
    padding: 40px 0px 0px 0px
}

.home-e-202:hover {
    padding: 40px 0px 0px 10px
}

.home-e-349:hover {
    color: #F07C52;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent
}

.home-e-385:hover {
    padding: 0px 0px 0px 10px
}

.home-e-416::-moz-placeholder {
    color: #12345BB3
}

.home-e-416::placeholder {
    color: #12345BB3
}

.home-e-416:active {
    border-color: #d0021bff #d0021bff #d0021bff #d0021bff;
    border-width: 1px 1px 1px 1px
}

.home-e-417:hover {
    background-color: #7270DD;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0.2)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;
    border-color: #3333334c #3333334c #3333334c #3333334c;
    color: #ffffff
}

.home-e-422:hover {
    background-color: #ffffffff;
    color: #7270DD
}

.home-e-1 {
    padding: 16px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 100vh;
    position: relative
}

.home-e-451 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    background-color: #;
    border-radius: 0px 0px 0px 0px;
    z-index: 1000;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-461 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #00000000;
    border-radius: 0px 30px 0px 0px;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000000 transparent;
    width: 1084px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 300px;
    margin-top: -3px;
    max-width: none;
    position: relative;
    display: flex;
    margin-right: auto;
    min-width: 1500px
}

.home-e-458 {
    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
}

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

.home-e-459 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: #ffffffff;
    padding: 0px 0px 0px 0px;
    line-height: 48px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 650px;
    position: relative;
    max-width: none
}

.home-e-456 {
    padding: 0px 10px 0px 10px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    z-index: 2000;
    height: auto;
    width: 202.77579733852969px;
    display: flex;
    position: relative
}

.home-e-453 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 50px;
    width: 50px;
    display: none;
    position: relative
}

.home-e-452 {
    color: #1a1a1a;
    width: 32px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-455 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 0px 0px;
    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: -moz-fit-content;
    min-width: fit-content;
    position: relative
}

.home-e-454 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 0px 0px;
    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: -moz-fit-content;
    min-width: fit-content;
    position: relative
}

.home-e-462 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 33%;
    display: flex;
    position: relative
}

.home-e-460 {
    padding: 10px 30px 10px 30px;
    background-color: var(--vId-color-token-c);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    line-height: 20px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-width: 154px;
    min-height: 48px
}

.home-e-3 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
	bottom:0;
    margin-bottom:15px;
	/*margin-top: 850px;*/
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1500px;
    position: absolute
}

.home-e-4 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.5);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    opacity: 100%;
    height: auto;
    width: 100%;
    max-width: 1250px;
	bottom:0;
    position: relative
}

.home-e-20 {
    font-family: var(--vId-font-token-a);
    font-size: 72px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 10px 0px;
    text-align: center;
    letter-spacing: -4px;
    line-height: 82px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-19 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 24px 0px;
    text-align: center;
    letter-spacing: px;
    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: 24px;
    margin-right: 24px
}

.home-e-431 {
    padding: 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #000000;
    opacity: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  /* min-height: 100%; */
	object-fit: cover;
}

.home-e-432 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 1250.7373567220804px;
    position: relative
}

.home-e-6 {
    padding: 25px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-c);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-433 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 700;
    color: var(--vId-color-token-b);
    padding: 0px 0px 36px 0px;
    line-height: 34px;
    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
}

.home-e-12 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-left: auto;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    position: relative
}

.home-e-7 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.home-e-11 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-10 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-9 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-8 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-434 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-435 {
    color: #8C98A4;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    position: relative
}

.home-e-13 {
    padding: 60px 16px 60px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-c);
    background-image: linear-gradient(270deg, rgba(130, 133, 206, 0.9)0%, rgba(51, 51, 51, 0.9)0%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/691d886486e36a645a52f657_0369fb73/asset-0f8adaec);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, 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;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-14 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-15 {
    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;
    max-width: 570px;
    min-height: 560px;
    position: relative
}

.home-e-16 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 512px;
    position: relative;
    max-width: 520px;
    max-height: 600px
}

.home-e-17 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
    left: auto;
    top: auto;
    position: absolute;
    max-width: 370px;
    max-height: 600px;
    right: 0px;
    bottom: 0px
}

.home-e-18 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-2 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-5 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-c);
    padding: 10px 0px 24px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-21 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 40px 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
}

.home-e-22 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #00000000;
    border-width: 0px 0px 0px 0px;
    border-color: #000000 #000000 #000000 #000000;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-24 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-c);
    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
}

.home-e-25 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 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
}

.home-e-32 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-c);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-31 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-26 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 340px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: relative
}

.home-e-27 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-28 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 24px 0px;
    line-height: 34px;
    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
}

.home-e-29 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-33 {
    padding: 0px 0px 40px 0px;
    flex-direction: column;
    row-gap: 10px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.home-e-35 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

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

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

.home-e-40 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-39 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

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

.home-e-37 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-36 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

.home-e-43 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-42 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-75 {
    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;
    max-width: 340px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: relative
}

.home-e-60 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    line-height: 32px;
    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
}

.home-e-61 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 24px 0px;
    line-height: 34px;
    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
}

.home-e-62 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    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
}

.home-e-72 {
    padding: 0px 0px 40px 0px;
    flex-direction: column;
    row-gap: 10px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.home-e-64 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-63 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

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

.home-e-70 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-69 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

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

.home-e-67 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-66 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

.home-e-74 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-73 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-59 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 340px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: relative
}

.home-e-44 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    line-height: 32px;
    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
}

.home-e-45 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 24px 0px;
    line-height: 34px;
    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
}

.home-e-46 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 30px 0px;
    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
}

.home-e-56 {
    padding: 0px 0px 40px 0px;
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.home-e-48 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-47 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

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

.home-e-54 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-53 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

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

.home-e-51 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    font-size: 8px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-50 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-58 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-57 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-88 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-87 {
    padding: 0px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-86 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-79 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-80 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 24px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-93 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 8px 0px;
    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
}

.home-e-89 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 40px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-85 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #00000000;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-width: 0px 0px 0px 0px;
    border-color: #000000 #000000 #000000 #000000;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-83 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-82 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

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

.home-e-78 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 570px;
    min-height: 560px;
    position: relative
}

.home-e-76 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 460px;
    position: relative;
    max-width: 470px;
    max-height: 600px
}

.home-e-77 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 365px;
    left: auto;
    top: auto;
    position: absolute;
    max-width: 370px;
    max-height: 600px;
    right: 0px;
    bottom: 0px
}

.home-e-97 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    top: auto;
    left: 150px;
    height: 96px;
    width: 96px;
    display: flex;
    position: absolute;
    right: auto;
    bottom: 50px
}

.home-e-96 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 43px;
    height: 48px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-92 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-98 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 8px 0px;
    line-height: 34px;
    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
}

.home-e-94 {
    padding: 40px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-95 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    min-height: 335px;
    position: relative
}

.home-e-90 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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: 64px;
    width: 64px;
    display: flex;
    position: relative
}

.home-e-91 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 32px;
    height: 32px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-81 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 16px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-99 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-109 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    min-height: 335px;
    position: relative
}

.home-e-107 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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: 64px;
    width: 64px;
    display: flex;
    position: relative
}

.home-e-106 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 32px;
    height: 32px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-105 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 16px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-108 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-104 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    min-height: 335px;
    position: relative
}

.home-e-102 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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: 64px;
    width: 64px;
    display: flex;
    position: relative
}

.home-e-101 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 32px;
    height: 32px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-100 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 16px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-103 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-117 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(270deg, rgba(51, 51, 51, 0.9)0%, rgba(51, 51, 51, 0.9)100%), url(assets/photo-1612544409025-e1f6a56c1152.jpeg);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, fixed;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-116 {
    padding: 0px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-115 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 570px;
    position: relative
}

.home-e-111 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-112 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: #ffffffff;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 10px 0px 24px 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
}

.home-e-121 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 8px 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
}

.home-e-110 {
    padding: 300px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 470px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: relative
}

.home-e-113 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff7f;
    line-height: 26px;
    padding: 0px 0px 0px 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
}

.home-e-118 {
    padding: 40px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-119 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-120 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: #ffffffff;
    padding: 0px 0px 8px 0px;
    line-height: 66px;
    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
}

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

.home-e-124 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-123 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 66px;
    padding: 0px 0px 8px 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
}

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

.home-e-135 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-a);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-129 {
    padding: 0px 0px 100px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-128 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-159 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-160 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: #ffffffff;
    letter-spacing: -1px;
    line-height: 66px;
    padding: 10px 0px 24px 0px;
    text-align: center;
    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
}

.home-e-125 {
    padding: 50px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 50px;
         column-gap: 50px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: relative
}

.home-e-136 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 270px;
    position: relative
}

.home-e-137 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 160px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-130 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    border-radius: 100px 100px 100px 100px;
    top: -20px;
    left: -20px;
    height: 64px;
    width: 64px;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.home-e-131 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    text-align: center;
    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
}

.home-e-138 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    padding: 24px 0px 16px 0px;
    line-height: 34px;
    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
}

.home-e-133 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    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
}

.home-e-156 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 270px;
    position: relative
}

.home-e-154 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 160px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-152 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    border-radius: 100px 100px 100px 100px;
    top: -20px;
    left: -20px;
    height: 64px;
    width: 64px;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.home-e-151 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    text-align: center;
    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
}

.home-e-155 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    padding: 24px 0px 16px 0px;
    line-height: 34px;
    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
}

.home-e-153 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    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
}

.home-e-150 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 270px;
    position: relative
}

.home-e-148 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 160px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-146 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    border-radius: 100px 100px 100px 100px;
    top: -20px;
    left: -20px;
    height: 64px;
    width: 64px;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.home-e-145 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    text-align: center;
    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
}

.home-e-149 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    padding: 24px 0px 16px 0px;
    line-height: 34px;
    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
}

.home-e-147 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    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
}

.home-e-144 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 270px;
    position: relative
}

.home-e-142 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 160px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-140 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    border-radius: 100px 100px 100px 100px;
    top: -20px;
    left: -20px;
    height: 64px;
    width: 64px;
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.home-e-139 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 34px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    text-align: center;
    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
}

.home-e-143 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: #ffffffff;
    padding: 24px 0px 16px 0px;
    line-height: 34px;
    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
}

.home-e-141 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #ffffff7f;
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-134 {
    padding: 60px 0px 60px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-157 {
    padding: 0px 0px 60px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 720px;
    position: relative
}

.home-e-158 {
    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;
    max-width: 370px;
    position: relative
}

.home-e-126 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-127 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: #ffffffff;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 10px 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: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-132 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff7f;
    line-height: 26px;
    padding: 0px 0px 0px 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;
    max-width: 370px
}

.home-e-161 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 970px;
    min-height: 350px;
    position: relative
}

.home-e-430 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-168 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-c);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-165 {
    padding: 0px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 100px;
         column-gap: 100px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-164 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-162 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-163 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 0px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-166 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-167 {
    padding: 0px 0px 40px 0px;
    flex-direction: column;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-169 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-173 {
    padding: 50px 50px 50px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/asset-4d53398d);
    background-position: 50% -250px;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    height: auto;
    width: 50%;
    display: flex;
    min-height: 560px;
    position: relative
}

.home-e-172 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 475px;
    min-height: 176px;
    position: relative
}

.home-e-170 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-171 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-177 {
    padding: 50px 50px 50px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/asset-85220b56);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    height: auto;
    width: 50%;
    display: flex;
    min-height: 560px;
    position: relative
}

.home-e-176 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 475px;
    min-height: 176px;
    position: relative
}

.home-e-174 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-175 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-181 {
    padding: 50px 50px 50px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/asset-48e2afe5);
    background-position: 50% -550px;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    height: auto;
    width: 100%;
    display: flex;
    min-height: 250px;
    position: relative
}

.home-e-180 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 475px;
    min-height: 176px;
    position: relative
}

.home-e-178 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 20px 0px;
    line-height: 34px;
    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
}

.home-e-179 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-185 {
    padding: 40px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #00000000;
    border-width: 0px 0px 0px 0px;
    border-color: #000000 #000000 #000000 #000000;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-183 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-182 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

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

.home-e-191 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-190 {
    padding: 100px 100px 100px 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    min-height: 450px;
    position: relative
}

.home-e-189 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-186 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e4f299a1-e0b8-460f-bc63-5940b56fd5ad);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-187 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: #ffffffff;
    line-height: 50px;
    padding: 10px 0px 24px 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
}

.home-e-192 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-188 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 8px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 370px
}

.home-e-193 {
    padding: 10px 30px 10px 30px;
    background-color: #ffffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: #7270DD;
    line-height: 20px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-width: 154px;
    min-height: 48px
}

.home-e-198 {
    padding: 160px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-196 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-194 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-206 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 20px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-211 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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: 470px
}

.home-e-202 {
    padding: 40px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-200 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-199 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

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

.home-e-203 {
    padding: 50px 0px 0px 0px;
    flex-direction: column;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 670px;
    position: relative
}

.home-e-204 {
    padding: 35px 35px 35px 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    min-height: 225px;
    position: relative
}

.home-e-205 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 90px;
    display: flex;
    position: relative
}

.home-e-195 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 5px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-197 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-208 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-209 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 16px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-207 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-210 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-213 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-212 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-229 {
    padding: 35px 35px 35px 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    min-height: 225px;
    position: relative
}

.home-e-224 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 90px;
    display: flex;
    position: relative
}

.home-e-222 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 5px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-223 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-228 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-227 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 16px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-225 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-226 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-426 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-427 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-221 {
    padding: 35px 35px 35px 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    min-height: 225px;
    position: relative
}

.home-e-216 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 90px;
    display: flex;
    position: relative
}

.home-e-214 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 5px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-215 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-220 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-219 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 16px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-217 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-218 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-428 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-429 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

.home-e-239 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-233 {
    padding: 0px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-232 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-230 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-231 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 0px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-238 {
    padding: 0px 0px 40px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 650px;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-236 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    max-width: 270px;
    position: relative
}

.home-e-235 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/asset-12b41215);
    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: auto;
    width: 100%;
    display: flex;
    min-height: 304px;
    position: relative
}

.home-e-234 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: 475px;
    min-height: auto;
    position: relative
}

.home-e-240 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-241 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-245 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-244 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-243 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-242 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-447 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-448 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-237 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 20px 0px 12px 0px;
    line-height: 34px;
    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
}

.home-e-246 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-257 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    max-width: 270px;
    position: relative
}

.home-e-254 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/asset-919a440f);
    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: auto;
    width: 100%;
    display: flex;
    min-height: 304px;
    position: relative
}

.home-e-253 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: 475px;
    min-height: auto;
    position: relative
}

.home-e-248 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-247 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-252 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-251 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-250 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-249 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-449 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-450 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-255 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 20px 0px 12px 0px;
    line-height: 34px;
    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
}

.home-e-256 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-269 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-268 {
    padding: 60px 0px 60px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-260 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 550px;
    position: relative
}

.home-e-258 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-259 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 20px 0px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-282 {
    padding: 0px 0px 100px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100.06993006993008%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1240px;
    position: relative
}

.home-e-281 {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 100%;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 50px;
    position: relative
}

.home-e-280 {
    padding: 0px 20px 0px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: NaNpx;
    max-height: none
}

.home-e-267 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    min-height: 528px;
    max-width: 370px;
    position: relative
}

.home-e-270 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-271 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-274 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-275 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-273 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-272 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-262 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-261 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-266 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-265 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-263 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-264 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-295 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    min-height: auto;
    max-width: 370px;
    position: relative
}

.home-e-294 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-289 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-292 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-293 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-291 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-290 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-284 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-283 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-288 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-287 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-285 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-286 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-308 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    min-height: auto;
    max-width: 370px;
    position: relative
}

.home-e-307 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-302 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-305 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-306 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-304 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-303 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-297 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-296 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-301 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-300 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-298 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-299 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-348 {
    padding: 0px 20px 0px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: NaNpx;
    max-height: none
}

.home-e-321 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    min-height: 528px;
    max-width: 370px;
    position: relative
}

.home-e-320 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-315 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-318 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-319 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-317 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-316 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-310 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-309 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-314 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-313 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-311 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-312 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-334 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    min-height: auto;
    max-width: 370px;
    position: relative
}

.home-e-333 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-328 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-331 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-332 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-330 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-329 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-323 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-322 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-327 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-326 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-356 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-325 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-347 {
    padding: 70px 35px 70px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 40px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    min-height: auto;
    max-width: 370px;
    position: relative
}

.home-e-346 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 3px;
         column-gap: 3px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-341 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-344 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-345 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-343 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-342 {
    padding: 0px 0px 0px 0px;
    color: #E9DE54;
    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
}

.home-e-336 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-335 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    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;
    max-width: 470px
}

.home-e-340 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 450px;
    position: relative
}

.home-e-339 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-337 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-338 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 470px
}

.home-e-277 {
    padding: 0px 10px 0px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    display: flex;
    right: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px
}

.home-e-276 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 10px;
    width: 10px;
    display: flex;
    position: relative
}

.home-e-279 {
    padding: 0px 5px 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    top: auto;
    left: 0px;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    display: flex;
    right: auto;
    position: absolute;
    bottom: 0px
}

.home-e-278 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 10px;
    width: 10px;
    display: flex;
    position: relative
}

.home-e-353 {
    padding: 16px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(270deg, rgba(51, 51, 51, 0.5)0%, rgba(51, 51, 51, 0.5)100%), url(assets/img-a8dfd51f.png);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, 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;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    min-height: 100vh;
    max-width: 1980px;
    position: relative
}

.home-e-352 {
    padding: 100px 0px 0px 0px;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative
}

.home-e-351 {
    padding: 80px 80px 80px 80px;
    flex-direction: column;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 570px;
    min-height: 530px;
    position: relative
}

.home-e-349 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-350 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 32px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-354 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.home-e-324 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-357 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

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

.home-e-361 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-362 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-360 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 15px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-358 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-359 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: none
}

.home-e-381 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: none;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-367 {
    padding: 0px 0px 100px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: 100px;
         column-gap: 100px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-366 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-364 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

.home-e-365 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 10px 0px 0px 0px;
    letter-spacing: -1px;
    line-height: 66px;
    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
}

.home-e-385 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-383 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    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);
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-382 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-b);
    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
}

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

.home-e-380 {
    padding: 0px 0px 40px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-378 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-375 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/photo-1589820675999-b1fc94f318a3.jpeg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 190px;
    width: 100%;
    display: flex;
    min-height: auto;
    position: relative
}

.home-e-374 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: 475px;
    min-height: auto;
    position: relative
}

.home-e-369 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-368 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-373 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-372 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-371 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-370 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

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

.home-e-414 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 12px 0px;
    line-height: 34px;
    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
}

.home-e-377 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.home-e-412 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-407 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/photo-1524834671419-aa7d41c1c657.jpeg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 190px;
    width: 100%;
    display: flex;
    min-height: auto;
    position: relative
}

.home-e-406 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: 475px;
    min-height: auto;
    position: relative
}

.home-e-401 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-400 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-405 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-404 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-403 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-402 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

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

.home-e-408 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 12px 0px;
    line-height: 34px;
    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
}

.home-e-409 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.home-e-399 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-color-token-c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-394 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-image: url(assets/photo-1643756635111-ee5b18e055dc.jpeg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 190px;
    width: 100%;
    display: flex;
    min-height: auto;
    position: relative
}

.home-e-393 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-radius: 4px 4px 4px 4px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: 475px;
    min-height: auto;
    position: relative
}

.home-e-388 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-387 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-392 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-391 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-390 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #7271DA;
    border-radius: 100px 100px 100px 100px;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.home-e-389 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

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

.home-e-395 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 12px 0px;
    line-height: 34px;
    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
}

.home-e-396 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.home-e-413 {
    padding: 30px 30px 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    background-color: var(--vId-color-token-c);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    min-height: 145px;
    position: relative
}

.home-e-376 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 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
}

.home-e-415 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 500px;
    position: relative
}

.home-e-416 {
    padding: 8px 16px 8px 12px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    color: #12345bff;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #DADADA #DADADA #DADADA #DADADA;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    min-width: 270px;
    min-height: 48px
}

.home-e-417 {
    padding: 10px 30px 10px 30px;
    background-color: #00000000;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    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: 800;
    color: #7270DD;
    line-height: 20px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-width: 154px;
    min-height: 48px
}

.home-e-425 {
    padding: 160px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    display: none;
    position: relative
}

.home-e-424 {
    padding: 100px 100px 100px 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 4px 4px 4px 4px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    min-height: 450px;
    position: relative
}

.home-e-420 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-418 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #A4A2FF;
    letter-spacing: 3px;
    line-height: 32px;
    padding: 0px 0px 0px 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
}

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

.home-e-423 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 370px;
    position: relative
}

.home-e-421 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffff;
    padding: 0px 0px 8px 0px;
    line-height: 26px;
    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: 370px
}

.home-e-422 {
    padding: 10px 30px 10px 30px;
    background-color: #000000ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #ffffff4c #ffffff4c #ffffff4c #ffffff4c;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 20px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-width: 154px;
    min-height: 48px
}

.home-e-463 {
    padding: 50px 16px 20px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-6dece235-c2dd-4e3f-affb-14d4cf6ab17d);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-478 {
    padding: 0px 0px 70px 0px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000028 transparent;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1200px;
    position: relative
}

.home-e-465 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 470px;
    position: relative
}

.home-e-464 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 800;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    letter-spacing: -1px;
    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
}

.home-e-470 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 470px;
    position: relative
}

.home-e-469 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 800;
    color: var(--vId-color-token-b);
    padding: 0px 0px 0px 0px;
    letter-spacing: 3px;
    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
}

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

.home-e-467 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

.home-e-488 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    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
}

.home-e-466 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-477 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: stretch;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-472 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-b);
    border-radius: 100px 100px 100px 100px;
    height: 45px;
    width: 45px;
    display: flex;
    position: relative
}

.home-e-471 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-476 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-b);
    border-radius: 100px 100px 100px 100px;
    height: 45px;
    width: 45px;
    display: flex;
    position: relative
}

.home-e-475 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-474 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-b);
    border-radius: 100px 100px 100px 100px;
    height: 45px;
    width: 45px;
    display: flex;
    position: relative
}

.home-e-473 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-484 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-b);
    border-radius: 100px 100px 100px 100px;
    height: 45px;
    width: 45px;
    display: flex;
    position: relative
}

.home-e-485 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-486 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-color-token-b);
    border-radius: 100px 100px 100px 100px;
    height: 45px;
    width: 45px;
    display: flex;
    position: relative
}

.home-e-487 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.home-e-482 {
    padding: 30px 0px 30px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative
}

.home-e-483 {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    min-height: 10px;
    position: relative
}

.home-e-481 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.home-e-479 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-480 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    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: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

@media (max-width:1199px) {
    .home-e-451 {
        padding: 20px 0px 20px 0px
    }

    .home-e-461 {
        padding: 0px 0px 10px 0px;
        flex-direction: row-reverse
    }

    .home-e-458 {
        display: flex
    }

    .home-e-459 {
        font-size: 35px;
        line-height: 45px
    }

    .home-e-456 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        row-gap: 20px;
        background-color: #7270DD;
        height: -moz-fit-content;
        height: fit-content;
        width: 50%;
        display: none;
        position: fixed;
        min-height: 100vh;
        left: auto;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-453 {
        align-items: flex-end;
        width: 100%;
        display: flex
    }

    .home-e-455 {
        color: #ffffff
    }

    .home-e-454 {
        color: #ffffff
    }

    .home-e-462 {
        display: none
    }

    .home-e-3 {
        margin-top: 650px;
        position: relative
    }

    .home-e-20 {
        color: #ffffff
    }

    .home-e-19 {
        color: #ffffff
    }

    .home-e-12 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-14 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px
    }

    .home-e-17 {
        left: 0px;
        top: 0px
    }

    .home-e-18 {
        align-items: center
    }

    .home-e-5 {
        color: #12345Bzzd;
        text-align: center
    }

    .home-e-21 {
        color: #12345bb2;
        text-align: center
    }

    .home-e-24 {
        width: auto;
        height: auto
    }

    .home-e-31 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px
    }

    .home-e-26 {
        align-items: center
    }

    .home-e-28 {
        text-align: center
    }

    .home-e-29 {
        text-align: center
    }

    .home-e-33 {
        width: -moz-fit-content;
        width: fit-content
    }

    .home-e-42 {
        width: auto;
        height: auto
    }

    .home-e-75 {
        align-items: center
    }

    .home-e-61 {
        text-align: center
    }

    .home-e-62 {
        text-align: center
    }

    .home-e-72 {
        width: -moz-fit-content;
        width: fit-content
    }

    .home-e-73 {
        width: auto;
        height: auto
    }

    .home-e-59 {
        align-items: center
    }

    .home-e-45 {
        text-align: center
    }

    .home-e-46 {
        text-align: center
    }

    .home-e-56 {
        width: -moz-fit-content;
        width: fit-content
    }

    .home-e-57 {
        width: auto;
        height: auto
    }

    .home-e-88 {
        flex-wrap: wrap
    }

    .home-e-87 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px
    }

    .home-e-86 {
        align-items: center
    }

    .home-e-80 {
        text-align: center
    }

    .home-e-93 {
        text-align: center
    }

    .home-e-89 {
        text-align: center
    }

    .home-e-82 {
        width: auto;
        height: auto
    }

    .home-e-77 {
        left: 0px;
        top: 0px
    }

    .home-e-97 {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-92 {
        align-items: center
    }

    .home-e-94 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-116 {
        padding: 0px 0px 0px 0px;
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-115 {
        align-items: center
    }

    .home-e-111 {
        color: #ffffff
    }

    .home-e-112 {
        color: #ffffff;
        text-align: center
    }

    .home-e-121 {
        color: #ffffff
    }

    .home-e-110 {
        padding: 50px 0px 0px 0px
    }

    .home-e-113 {
        color: #ffffff;
        text-align: center
    }

    .home-e-118 {
        justify-content: center
    }

    .home-e-120 {
        color: #ffffff
    }

    .home-e-114 {
        color: #ffffff
    }

    .home-e-123 {
        color: #ffffff
    }

    .home-e-122 {
        color: #ffffff
    }

    .home-e-159 {
        color: #ffffff
    }

    .home-e-160 {
        color: #ffffff
    }

    .home-e-125 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 70px
    }

    .home-e-130 {
        left: 0px;
        top: 0px
    }

    .home-e-131 {
        color: #ffffff
    }

    .home-e-138 {
        color: #ffffff
    }

    .home-e-133 {
        color: #ffffff
    }

    .home-e-152 {
        left: 0px;
        top: 0px
    }

    .home-e-151 {
        color: #ffffff
    }

    .home-e-155 {
        color: #ffffff
    }

    .home-e-153 {
        color: #ffffff
    }

    .home-e-146 {
        left: 0px;
        top: 0px
    }

    .home-e-145 {
        color: #ffffff
    }

    .home-e-149 {
        color: #ffffff
    }

    .home-e-147 {
        color: #ffffff
    }

    .home-e-140 {
        left: 0px;
        top: 0px
    }

    .home-e-139 {
        color: #ffffff
    }

    .home-e-143 {
        color: #ffffff
    }

    .home-e-141 {
        color: #ffffff
    }

    .home-e-157 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-158 {
        align-items: center
    }

    .home-e-126 {
        color: #ffffff
    }

    .home-e-127 {
        color: #ffffff;
        text-align: center
    }

    .home-e-132 {
        color: #ffffff;
        text-align: center
    }

    .home-e-165 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-164 {
        align-items: center
    }

    .home-e-163 {
        text-align: center
    }

    .home-e-166 {
        text-align: center
    }

    .home-e-169 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-173 {
        width: 100%
    }

    .home-e-170 {
        color: #ffffff
    }

    .home-e-171 {
        color: #ffffff
    }

    .home-e-177 {
        width: 100%
    }

    .home-e-174 {
        color: #ffffff
    }

    .home-e-175 {
        color: #ffffff
    }

    .home-e-178 {
        color: #ffffff
    }

    .home-e-179 {
        color: #ffffff
    }

    .home-e-182 {
        width: auto;
        height: auto
    }

    .home-e-190 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-189 {
        align-items: center;
        max-width: none
    }

    .home-e-186 {
        color: #ffffff
    }

    .home-e-187 {
        color: #ffffff;
        text-align: center
    }

    .home-e-192 {
        align-items: center;
        max-width: none
    }

    .home-e-188 {
        color: #ffffff;
        text-align: center
    }

    .home-e-198 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px
    }

    .home-e-196 {
        align-items: center
    }

    .home-e-206 {
        text-align: center
    }

    .home-e-211 {
        text-align: center
    }

    .home-e-199 {
        width: auto;
        height: auto
    }

    .home-e-212 {
        width: auto;
        height: auto
    }

    .home-e-427 {
        width: auto;
        height: auto
    }

    .home-e-429 {
        width: auto;
        height: auto
    }

    .home-e-233 {
        justify-content: center
    }

    .home-e-232 {
        align-items: center
    }

    .home-e-238 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-280 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-271 {
        width: auto;
        height: auto
    }

    .home-e-274 {
        width: auto;
        height: auto
    }

    .home-e-275 {
        width: auto;
        height: auto
    }

    .home-e-273 {
        width: auto;
        height: auto
    }

    .home-e-272 {
        width: auto;
        height: auto
    }

    .home-e-289 {
        width: auto;
        height: auto
    }

    .home-e-292 {
        width: auto;
        height: auto
    }

    .home-e-293 {
        width: auto;
        height: auto
    }

    .home-e-291 {
        width: auto;
        height: auto
    }

    .home-e-290 {
        width: auto;
        height: auto
    }

    .home-e-302 {
        width: auto;
        height: auto
    }

    .home-e-305 {
        width: auto;
        height: auto
    }

    .home-e-306 {
        width: auto;
        height: auto
    }

    .home-e-304 {
        width: auto;
        height: auto
    }

    .home-e-303 {
        width: auto;
        height: auto
    }

    .home-e-348 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-315 {
        width: auto;
        height: auto
    }

    .home-e-318 {
        width: auto;
        height: auto
    }

    .home-e-319 {
        width: auto;
        height: auto
    }

    .home-e-317 {
        width: auto;
        height: auto
    }

    .home-e-316 {
        width: auto;
        height: auto
    }

    .home-e-328 {
        width: auto;
        height: auto
    }

    .home-e-331 {
        width: auto;
        height: auto
    }

    .home-e-332 {
        width: auto;
        height: auto
    }

    .home-e-330 {
        width: auto;
        height: auto
    }

    .home-e-329 {
        width: auto;
        height: auto
    }

    .home-e-341 {
        width: auto;
        height: auto
    }

    .home-e-344 {
        width: auto;
        height: auto
    }

    .home-e-345 {
        width: auto;
        height: auto
    }

    .home-e-343 {
        width: auto;
        height: auto
    }

    .home-e-342 {
        width: auto;
        height: auto
    }

    .home-e-277 {
        left: 0px
    }

    .home-e-279 {
        top: 0px;
        right: 0px
    }

    .home-e-367 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-366 {
        align-items: center
    }

    .home-e-382 {
        width: auto;
        height: auto
    }

    .home-e-380 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-413 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .home-e-416 {
        display: inline-block
    }

    .home-e-424 {
        flex-wrap: wrap;
        justify-content: center
    }

    .home-e-420 {
        align-items: center;
        max-width: none
    }

    .home-e-418 {
        color: #ffffff
    }

    .home-e-419 {
        color: #ffffff;
        text-align: center
    }

    .home-e-423 {
        align-items: center;
        max-width: none
    }

    .home-e-421 {
        color: #ffffff;
        text-align: center
    }

    .home-e-471 {
        width: auto;
        height: auto
    }

    .home-e-475 {
        width: auto;
        height: auto
    }

    .home-e-473 {
        width: auto;
        height: auto
    }

    .home-e-485 {
        width: auto;
        height: auto
    }

    .home-e-487 {
        width: auto;
        height: auto
    }
}

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

    .home-e-451 {
        padding: 20px 0px 20px 0px;
        position: relative
    }

    .home-e-461 {
        padding: 0px 16px 10px 16px;
        flex-direction: row-reverse;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

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

    .home-e-457 {
        position: relative
    }

    .home-e-459 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .home-e-456 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        row-gap: 20px;
        background-color: #7270DD;
        position: relative
    }

    .home-e-453 {
        align-items: flex-end;
        position: relative
    }

    .home-e-452 {
        position: relative
    }

    .home-e-455 {
        color: #ffffff;
        position: relative
    }

    .home-e-454 {
        color: #ffffff;
        position: relative
    }

    .home-e-462 {
        position: relative
    }

    .home-e-460 {
        position: relative
    }

    .home-e-3 {
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        margin-left: NaNpx;
        margin-top: 550px;
        position: relative
    }

    .home-e-4 {
        padding: 80px 20px 80px 20px;
        align-items: center;
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0.4)0%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        min-height: -moz-fit-content;
        min-height: fit-content;
        position: relative
    }

    .home-e-20 {
        font-size: 40px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        position: relative
    }

    .home-e-19 {
        color: #ffffff;
        position: relative
    }

    .home-e-431 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-432 {
        position: relative
    }

    .home-e-6 {
        position: relative
    }

    .home-e-433 {
        position: relative
    }

    .home-e-12 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-7 {
        position: relative
    }

    .home-e-11 {
        position: relative
    }

    .home-e-10 {
        position: relative
    }

    .home-e-9 {
        position: relative
    }

    .home-e-8 {
        position: relative
    }

    .home-e-434 {
        position: relative
    }

    .home-e-435 {
        position: relative
    }

    .home-e-13 {
        position: relative
    }

    .home-e-14 {
        flex-wrap: wrap;
        row-gap: 50px;
        position: relative
    }

    .home-e-15 {
        min-height: 350px;
        position: relative
    }

    .home-e-16 {
        height: 312px;
        max-width: 350px;
        position: relative
    }

    .home-e-17 {
        height: 120px;
        max-width: 270px;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-18 {
        align-items: center;
        position: relative
    }

    .home-e-2 {
        position: relative
    }

    .home-e-5 {
        font-size: 36px;
        text-align: center;
        line-height: 46px;
        position: relative
    }

    .home-e-21 {
        text-align: center;
        position: relative
    }

    .home-e-22 {
        position: relative
    }

    .home-e-23 {
        position: relative
    }

    .home-e-24 {
        position: relative
    }

    .home-e-25 {
        position: relative
    }

    .home-e-32 {
        position: relative
    }

    .home-e-31 {
        flex-wrap: wrap;
        row-gap: 50px;
        justify-content: center;
        position: relative
    }

    .home-e-26 {
        align-items: center;
        position: relative
    }

    .home-e-27 {
        position: relative
    }

    .home-e-28 {
        text-align: center;
        position: relative
    }

    .home-e-29 {
        text-align: center;
        position: relative
    }

    .home-e-33 {
        position: relative
    }

    .home-e-34 {
        position: relative
    }

    .home-e-35 {
        position: relative
    }

    .home-e-30 {
        position: relative
    }

    .home-e-41 {
        position: relative
    }

    .home-e-40 {
        position: relative
    }

    .home-e-39 {
        position: relative
    }

    .home-e-38 {
        position: relative
    }

    .home-e-37 {
        position: relative
    }

    .home-e-36 {
        position: relative
    }

    .home-e-43 {
        position: relative
    }

    .home-e-42 {
        position: relative
    }

    .home-e-75 {
        align-items: center;
        position: relative
    }

    .home-e-60 {
        position: relative
    }

    .home-e-61 {
        text-align: center;
        position: relative
    }

    .home-e-62 {
        text-align: center;
        position: relative
    }

    .home-e-72 {
        position: relative
    }

    .home-e-65 {
        position: relative
    }

    .home-e-64 {
        position: relative
    }

    .home-e-63 {
        position: relative
    }

    .home-e-71 {
        position: relative
    }

    .home-e-70 {
        position: relative
    }

    .home-e-69 {
        position: relative
    }

    .home-e-68 {
        position: relative
    }

    .home-e-67 {
        position: relative
    }

    .home-e-66 {
        position: relative
    }

    .home-e-74 {
        position: relative
    }

    .home-e-73 {
        position: relative
    }

    .home-e-59 {
        align-items: center;
        position: relative
    }

    .home-e-44 {
        position: relative
    }

    .home-e-45 {
        text-align: center;
        position: relative
    }

    .home-e-46 {
        text-align: center;
        position: relative
    }

    .home-e-56 {
        position: relative
    }

    .home-e-49 {
        position: relative
    }

    .home-e-48 {
        position: relative
    }

    .home-e-47 {
        position: relative
    }

    .home-e-55 {
        position: relative
    }

    .home-e-54 {
        position: relative
    }

    .home-e-53 {
        position: relative
    }

    .home-e-52 {
        position: relative
    }

    .home-e-51 {
        position: relative
    }

    .home-e-50 {
        position: relative
    }

    .home-e-58 {
        position: relative
    }

    .home-e-57 {
        position: relative
    }

    .home-e-88 {
        position: relative
    }

    .home-e-87 {
        flex-wrap: wrap;
        row-gap: 50px;
        position: relative
    }

    .home-e-86 {
        align-items: center;
        position: relative
    }

    .home-e-79 {
        position: relative
    }

    .home-e-80 {
        font-size: 36px;
        text-align: center;
        line-height: 46px;
        position: relative
    }

    .home-e-93 {
        text-align: center;
        position: relative
    }

    .home-e-89 {
        text-align: center;
        position: relative
    }

    .home-e-85 {
        position: relative
    }

    .home-e-83 {
        position: relative
    }

    .home-e-82 {
        position: relative
    }

    .home-e-84 {
        position: relative
    }

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

    .home-e-76 {
        height: 360px;
        max-width: 350px;
        position: relative
    }

    .home-e-77 {
        height: 264px;
        max-width: 270px;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-97 {
        background-image: linear-gradient(0deg, rgb(205, 92, 141)0%, rgb(73, 74, 199)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;
        left: 50px;
        bottom: 150px;
        position: absolute;
        top: 0px;
        right: 0px
    }

    .home-e-96 {
        position: relative
    }

    .home-e-92 {
        align-items: center;
        position: relative
    }

    .home-e-98 {
        position: relative
    }

    .home-e-94 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

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

    .home-e-90 {
        position: relative
    }

    .home-e-91 {
        position: relative
    }

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

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

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

    .home-e-107 {
        position: relative
    }

    .home-e-106 {
        position: relative
    }

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

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

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

    .home-e-102 {
        position: relative
    }

    .home-e-101 {
        position: relative
    }

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

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

    .home-e-117 {
        position: relative
    }

    .home-e-116 {
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

    .home-e-115 {
        align-items: center;
        position: relative
    }

    .home-e-111 {
        color: #ffffff;
        position: relative
    }

    .home-e-112 {
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        position: relative
    }

    .home-e-121 {
        color: #ffffff;
        position: relative
    }

    .home-e-110 {
        padding: 50px 0px 0px 0px;
        position: relative
    }

    .home-e-113 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-118 {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 50px;
        position: relative
    }

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

    .home-e-120 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-114 {
        color: #ffffff;
        position: relative
    }

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

    .home-e-123 {
        color: #ffffff;
        position: relative
    }

    .home-e-122 {
        color: #ffffff;
        position: relative
    }

    .home-e-135 {
        position: relative
    }

    .home-e-129 {
        position: relative
    }

    .home-e-128 {
        position: relative
    }

    .home-e-159 {
        color: #ffffff;
        position: relative
    }

    .home-e-160 {
        color: #ffffff;
        position: relative
    }

    .home-e-125 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 70px;
        position: relative
    }

    .home-e-136 {
        position: relative
    }

    .home-e-137 {
        position: relative
    }

    .home-e-130 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-131 {
        color: #ffffff;
        position: relative
    }

    .home-e-138 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-133 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-156 {
        position: relative
    }

    .home-e-154 {
        position: relative
    }

    .home-e-152 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-151 {
        color: #ffffff;
        position: relative
    }

    .home-e-155 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-153 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-150 {
        position: relative
    }

    .home-e-148 {
        position: relative
    }

    .home-e-146 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-145 {
        color: #ffffff;
        position: relative
    }

    .home-e-149 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-147 {
        color: #ffffff;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        text-align: center;
        position: relative
    }

    .home-e-144 {
        position: relative
    }

    .home-e-142 {
        position: relative
    }

    .home-e-140 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-139 {
        color: #ffffff;
        position: relative
    }

    .home-e-143 {
        color: #ffffff;
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-141 {
        color: #ffffff;
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-134 {
        position: relative
    }

    .home-e-157 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        position: relative
    }

    .home-e-158 {
        align-items: center;
        position: relative
    }

    .home-e-126 {
        color: #ffffff;
        position: relative
    }

    .home-e-127 {
        color: #ffffff;
        text-align: center;
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .home-e-132 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-161 {
        position: relative
    }

    .home-e-430 {
        position: relative
    }

    .home-e-168 {
        position: relative
    }

    .home-e-165 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-164 {
        align-items: center;
        position: relative
    }

    .home-e-162 {
        position: relative
    }

    .home-e-163 {
        font-size: 36px;
        text-align: center;
        line-height: 46px;
        position: relative
    }

    .home-e-166 {
        text-align: center;
        position: relative
    }

    .home-e-167 {
        align-items: center;
        position: relative
    }

    .home-e-169 {
        flex-wrap: wrap;
        position: relative
    }

    .home-e-173 {
        position: relative
    }

    .home-e-172 {
        position: relative
    }

    .home-e-170 {
        color: #ffffff;
        position: relative
    }

    .home-e-171 {
        color: #ffffff;
        position: relative
    }

    .home-e-177 {
        position: relative
    }

    .home-e-176 {
        position: relative
    }

    .home-e-174 {
        color: #ffffff;
        position: relative
    }

    .home-e-175 {
        color: #ffffff;
        position: relative
    }

    .home-e-181 {
        position: relative
    }

    .home-e-180 {
        position: relative
    }

    .home-e-178 {
        color: #ffffff;
        position: relative
    }

    .home-e-179 {
        color: #ffffff;
        position: relative
    }

    .home-e-185 {
        position: relative
    }

    .home-e-183 {
        position: relative
    }

    .home-e-182 {
        position: relative
    }

    .home-e-184 {
        position: relative
    }

    .home-e-191 {
        position: relative
    }

    .home-e-190 {
        padding: 60px 20px 60px 20px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-189 {
        align-items: center;
        position: relative
    }

    .home-e-186 {
        color: #ffffff;
        position: relative
    }

    .home-e-187 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-192 {
        align-items: center;
        position: relative
    }

    .home-e-188 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-193 {
        position: relative
    }

    .home-e-198 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px;
        position: relative
    }

    .home-e-196 {
        align-items: center;
        position: relative
    }

    .home-e-194 {
        position: relative
    }

    .home-e-206 {
        font-size: 36px;
        text-align: center;
        line-height: 46px;
        position: relative
    }

    .home-e-211 {
        text-align: center;
        position: relative
    }

    .home-e-202 {
        position: relative
    }

    .home-e-200 {
        position: relative
    }

    .home-e-199 {
        position: relative
    }

    .home-e-201 {
        position: relative
    }

    .home-e-203 {
        position: relative
    }

    .home-e-204 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 24px;
        position: relative
    }

    .home-e-205 {
        align-items: center;
        position: relative
    }

    .home-e-195 {
        position: relative
    }

    .home-e-197 {
        position: relative
    }

    .home-e-208 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-209 {
        position: relative
    }

    .home-e-207 {
        text-align: center;
        position: relative
    }

    .home-e-210 {
        text-align: center;
        position: relative
    }

    .home-e-213 {
        position: relative
    }

    .home-e-212 {
        position: relative
    }

    .home-e-229 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-224 {
        align-items: center;
        position: relative
    }

    .home-e-222 {
        position: relative
    }

    .home-e-223 {
        position: relative
    }

    .home-e-228 {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
        position: relative
    }

    .home-e-227 {
        position: relative
    }

    .home-e-225 {
        text-align: center;
        position: relative
    }

    .home-e-226 {
        text-align: center;
        position: relative
    }

    .home-e-426 {
        position: relative
    }

    .home-e-427 {
        position: relative
    }

    .home-e-221 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-216 {
        align-items: center;
        position: relative
    }

    .home-e-214 {
        position: relative
    }

    .home-e-215 {
        position: relative
    }

    .home-e-220 {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
        position: relative
    }

    .home-e-219 {
        position: relative
    }

    .home-e-217 {
        text-align: center;
        position: relative
    }

    .home-e-218 {
        text-align: center;
        position: relative
    }

    .home-e-428 {
        position: relative
    }

    .home-e-429 {
        position: relative
    }

    .home-e-239 {
        position: relative
    }

    .home-e-233 {
        position: relative
    }

    .home-e-232 {
        align-items: center;
        position: relative
    }

    .home-e-230 {
        position: relative
    }

    .home-e-231 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .home-e-238 {
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

    .home-e-236 {
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-235 {
        position: relative
    }

    .home-e-234 {
        position: relative
    }

    .home-e-240 {
        position: relative
    }

    .home-e-241 {
        position: relative
    }

    .home-e-245 {
        position: relative
    }

    .home-e-244 {
        position: relative
    }

    .home-e-243 {
        position: relative
    }

    .home-e-242 {
        position: relative
    }

    .home-e-447 {
        position: relative
    }

    .home-e-448 {
        position: relative
    }

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

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

    .home-e-257 {
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-254 {
        position: relative
    }

    .home-e-253 {
        position: relative
    }

    .home-e-248 {
        position: relative
    }

    .home-e-247 {
        position: relative
    }

    .home-e-252 {
        position: relative
    }

    .home-e-251 {
        position: relative
    }

    .home-e-250 {
        position: relative
    }

    .home-e-249 {
        position: relative
    }

    .home-e-449 {
        position: relative
    }

    .home-e-450 {
        position: relative
    }

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

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

    .home-e-269 {
        position: relative
    }

    .home-e-268 {
        position: relative
    }

    .home-e-260 {
        position: relative
    }

    .home-e-258 {
        position: relative
    }

    .home-e-259 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .home-e-282 {
        position: relative
    }

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

    .home-e-280 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-267 {
        position: relative
    }

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

    .home-e-271 {
        position: relative
    }

    .home-e-274 {
        position: relative
    }

    .home-e-275 {
        position: relative
    }

    .home-e-273 {
        position: relative
    }

    .home-e-272 {
        position: relative
    }

    .home-e-262 {
        position: relative
    }

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

    .home-e-266 {
        position: relative
    }

    .home-e-265 {
        position: relative
    }

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

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

    .home-e-295 {
        position: relative
    }

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

    .home-e-289 {
        position: relative
    }

    .home-e-292 {
        position: relative
    }

    .home-e-293 {
        position: relative
    }

    .home-e-291 {
        position: relative
    }

    .home-e-290 {
        position: relative
    }

    .home-e-284 {
        position: relative
    }

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

    .home-e-288 {
        position: relative
    }

    .home-e-287 {
        position: relative
    }

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

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

    .home-e-308 {
        position: relative
    }

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

    .home-e-302 {
        position: relative
    }

    .home-e-305 {
        position: relative
    }

    .home-e-306 {
        position: relative
    }

    .home-e-304 {
        position: relative
    }

    .home-e-303 {
        position: relative
    }

    .home-e-297 {
        position: relative
    }

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

    .home-e-301 {
        position: relative
    }

    .home-e-300 {
        position: relative
    }

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

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

    .home-e-348 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

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

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

    .home-e-315 {
        position: relative
    }

    .home-e-318 {
        position: relative
    }

    .home-e-319 {
        position: relative
    }

    .home-e-317 {
        position: relative
    }

    .home-e-316 {
        position: relative
    }

    .home-e-310 {
        position: relative
    }

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

    .home-e-314 {
        position: relative
    }

    .home-e-313 {
        position: relative
    }

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

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

    .home-e-334 {
        position: relative
    }

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

    .home-e-328 {
        position: relative
    }

    .home-e-331 {
        position: relative
    }

    .home-e-332 {
        position: relative
    }

    .home-e-330 {
        position: relative
    }

    .home-e-329 {
        position: relative
    }

    .home-e-323 {
        position: relative
    }

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

    .home-e-327 {
        position: relative
    }

    .home-e-326 {
        position: relative
    }

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

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

    .home-e-347 {
        position: relative
    }

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

    .home-e-341 {
        position: relative
    }

    .home-e-344 {
        position: relative
    }

    .home-e-345 {
        position: relative
    }

    .home-e-343 {
        position: relative
    }

    .home-e-342 {
        position: relative
    }

    .home-e-336 {
        position: relative
    }

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

    .home-e-340 {
        position: relative
    }

    .home-e-339 {
        position: relative
    }

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

    .home-e-338 {
        text-align: center;
        position: relative
    }

    .home-e-277 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-276 {
        position: relative
    }

    .home-e-279 {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-278 {
        position: relative
    }

    .home-e-353 {
        position: relative
    }

    .home-e-352 {
        position: relative
    }

    .home-e-351 {
        padding: 80px 16px 80px 16px;
        position: relative
    }

    .home-e-349 {
        position: relative
    }

    .home-e-350 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .home-e-354 {
        position: relative
    }

    .home-e-355 {
        position: relative
    }

    .home-e-324 {
        position: relative
    }

    .home-e-357 {
        position: relative
    }

    .home-e-363 {
        position: relative
    }

    .home-e-361 {
        position: relative
    }

    .home-e-362 {
        position: relative
    }

    .home-e-360 {
        position: relative
    }

    .home-e-358 {
        position: relative
    }

    .home-e-359 {
        position: relative
    }

    .home-e-381 {
        position: relative
    }

    .home-e-367 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-366 {
        align-items: center;
        position: relative
    }

    .home-e-364 {
        position: relative
    }

    .home-e-365 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .home-e-385 {
        position: relative
    }

    .home-e-383 {
        position: relative
    }

    .home-e-382 {
        position: relative
    }

    .home-e-384 {
        position: relative
    }

    .home-e-380 {
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

    .home-e-378 {
        position: relative
    }

    .home-e-375 {
        position: relative
    }

    .home-e-374 {
        position: relative
    }

    .home-e-369 {
        position: relative
    }

    .home-e-368 {
        position: relative
    }

    .home-e-373 {
        position: relative
    }

    .home-e-372 {
        position: relative
    }

    .home-e-371 {
        position: relative
    }

    .home-e-370 {
        position: relative
    }

    .home-e-386 {
        position: relative
    }

    .home-e-414 {
        position: relative
    }

    .home-e-377 {
        position: relative
    }

    .home-e-379 {
        position: relative
    }

    .home-e-412 {
        position: relative
    }

    .home-e-407 {
        position: relative
    }

    .home-e-406 {
        position: relative
    }

    .home-e-401 {
        position: relative
    }

    .home-e-400 {
        position: relative
    }

    .home-e-405 {
        position: relative
    }

    .home-e-404 {
        position: relative
    }

    .home-e-403 {
        position: relative
    }

    .home-e-402 {
        position: relative
    }

    .home-e-411 {
        position: relative
    }

    .home-e-408 {
        position: relative
    }

    .home-e-409 {
        position: relative
    }

    .home-e-410 {
        position: relative
    }

    .home-e-399 {
        position: relative
    }

    .home-e-394 {
        position: relative
    }

    .home-e-393 {
        position: relative
    }

    .home-e-388 {
        position: relative
    }

    .home-e-387 {
        position: relative
    }

    .home-e-392 {
        position: relative
    }

    .home-e-391 {
        position: relative
    }

    .home-e-390 {
        position: relative
    }

    .home-e-389 {
        position: relative
    }

    .home-e-398 {
        position: relative
    }

    .home-e-395 {
        position: relative
    }

    .home-e-396 {
        position: relative
    }

    .home-e-397 {
        position: relative
    }

    .home-e-413 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-376 {
        position: relative
    }

    .home-e-415 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        position: relative
    }

    .home-e-416 {
        text-align: center;
        position: relative
    }

    .home-e-417 {
        position: relative
    }

    .home-e-425 {
        position: relative
    }

    .home-e-424 {
        padding: 50px 20px 50px 20px;
        flex-wrap: wrap;
        position: relative
    }

    .home-e-420 {
        align-items: center;
        position: relative
    }

    .home-e-418 {
        color: #ffffff;
        position: relative
    }

    .home-e-419 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-423 {
        align-items: center;
        position: relative
    }

    .home-e-421 {
        color: #ffffff;
        text-align: center;
        position: relative
    }

    .home-e-422 {
        position: relative
    }

    .home-e-463 {
        position: relative
    }

    .home-e-478 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
        position: relative
    }

    .home-e-465 {
        position: relative
    }

    .home-e-464 {
        position: relative
    }

    .home-e-470 {
        align-items: center;
        position: relative
    }

    .home-e-469 {
        position: relative
    }

    .home-e-468 {
        align-items: center;
        position: relative
    }

    .home-e-467 {
        position: relative
    }

    .home-e-488 {
        position: relative
    }

    .home-e-466 {
        position: relative
    }

    .home-e-477 {
        align-items: stretch;
        position: relative
    }

    .home-e-472 {
        position: relative
    }

    .home-e-471 {
        position: relative
    }

    .home-e-476 {
        position: relative
    }

    .home-e-475 {
        position: relative
    }

    .home-e-474 {
        position: relative
    }

    .home-e-473 {
        position: relative
    }

    .home-e-484 {
        position: relative
    }

    .home-e-485 {
        position: relative
    }

    .home-e-486 {
        position: relative
    }

    .home-e-487 {
        position: relative
    }

    .home-e-482 {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        position: relative
    }

    .home-e-483 {
        position: relative
    }

    .home-e-481 {
        position: relative
    }

    .home-e-479 {
        position: relative
    }

    .home-e-480 {
        position: relative
    }
}

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

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component home-e-457 */
.home-e-457 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-457 span { display: initial; }
/* Resets for HTMLCode component home-e-452 */
.home-e-452 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-452 span { display: initial; }
/* Resets for HTMLCode component home-e-7 */
.home-e-7 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-7 span { display: initial; }
/* Resets for HTMLCode component home-e-11 */
.home-e-11 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-11 span { display: initial; }
/* Resets for HTMLCode component home-e-10 */
.home-e-10 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-10 span { display: initial; }
/* Resets for HTMLCode component home-e-9 */
.home-e-9 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-9 span { display: initial; }
/* Resets for HTMLCode component home-e-8 */
.home-e-8 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-8 span { display: initial; }
/* Resets for HTMLCode component home-e-434 */
.home-e-434 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-434 span { display: initial; }
/* Resets for HTMLCode component home-e-435 */
.home-e-435 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-435 span { display: initial; }
/* Resets for HTMLCode component home-e-430 */
.home-e-430 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-430 span { display: initial; }
/* Resets for HTMLCode component home-e-483 */
.home-e-483 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-483 span { display: initial; }
