* {
    line-height: 1
}

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

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

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

.left {
    text-align: left
}

.right {
    text-align: right
}

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

.justify {
    text-align: justify
}

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

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

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

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

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

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

html {
    font-size: 100%
}

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

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

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

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

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

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

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

span {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-e-467:hover {
    font-weight: 700
}

.home-e-489:hover {
    font-weight: 700
}

.home-e-488:hover {
    font-weight: 700
}

.home-e-470:hover {
    font-family: Inter;
    font-weight: 700
}

.home-e-482:hover {
    font-family: Inter;
    font-weight: 700
}

.home-e-33::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-33::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-36::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-36::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-45::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-45::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-40::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-40::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-46::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-46::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-43::-moz-placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-43::placeholder {
    font-family: Kumbh Sans;
    color: #0000007f
}

.home-e-29::-moz-placeholder {
    font-family: Roboto;
    color: #0000007f
}

.home-e-29::placeholder {
    font-family: Roboto;
    color: #0000007f
}

.home-e-452:hover {
    font-weight: 700;
    color: #000000;
    font-family: Inter
}

.home-e-451:hover {
    font-weight: 700;
    color: #000000;
    font-family: Inter
}

.home-e-450:hover {
    font-weight: 700;
    color: #000000
}

.home-e-439:hover {
    font-weight: 700;
    color: #000000
}

.home-e-437:hover {
    font-weight: 700;
    color: #000000
}

.home-e-438:hover {
    font-weight: 700;
    color: #000000
}

.home-e-445:hover {
    font-weight: 700;
    color: #000000
}

.home-e-446:hover {
    font-weight: 700;
    color: #000000
}

.home-e-443:hover {
    font-weight: 700;
    color: #000000
}

.home-e-457:hover {
    font-weight: 700;
    color: #000000
}

.home-e-463:hover {
    font-weight: 700;
    color: #000000
}

.home-e-459:hover {
    font-weight: 700;
    color: #000000
}

.home-e-464:hover {
    font-weight: 700;
    color: #000000
}

.home-e-455:hover {
    font-weight: 700;
    color: #000000
}

.home-e-458:hover {
    font-weight: 700;
    color: #000000
}

.home-e-465 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffffff;
    z-index: 01000;
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.home-e-485 {
    padding: 10px 20px 10px 10px;
    flex-direction: row;
    justify-content: end;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #6ec004ff;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-486 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-490 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-487 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

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

.home-e-466 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 60px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-472 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 32px;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-471 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    z-index: 01500;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-469 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    display: none;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-468 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50px;
    height: 50px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-467 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.home-e-489 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.home-e-488 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.home-e-470 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.home-e-482 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.home-e-473 {
    padding: 10px 28px 10px 28px;
    background-color: #0e58aeff;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: 130px
}

.home-e-476 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    height: auto;
    width: 50px;
    display: none;
    position: relative
}

.home-e-477 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50% 50% 50% 50%;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    box-shadow: 1px 1px 5px 0px #0000004c;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px;
    display: block
}

.home-e-478 {
    padding: 10px 20px 10px 20px;
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #ffffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 0px 3px 0px #0000003b;
    z-index: 5;
    top: 60px;
    height: 144px;
    width: 150px;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px
}

.home-e-481 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-480 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-479 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    cursor: pointer;
    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-9 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    position: relative
}

.home-e-8 {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 50px;
    position: relative
}

.home-e-7 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: 1300px;
    max-height: none;
    margin-left: auto;
    margin-right: auto
}

.home-e-14 {
    padding: 0px 16px 10px 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative
}

.home-e-13 {
    padding: 100px 0px 0px 20px;
    flex-direction: column;
    margin-left: NaNauto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 400px;
    position: relative
}

.home-e-386 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 512px;
    height: 113.43520928417463px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-16 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 900px;
    max-height: none
}

.home-e-397 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.home-e-398 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 834.7158904226931px;
    height: 536.2288407769295px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-399 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.home-e-400 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 846.1917266984043px;
    height: 554.0874083199938px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-401 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.home-e-402 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 839.8178711490856px;
    height: 538.7681525637644px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-3 {
    padding: 0px 10px 60px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #;
    left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    right: 0px;
    position: absolute;
    top: auto;
    bottom: 0px
}

.home-e-2 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007f;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #ffffffff #ffffffff #ffffffff #ffffffff;
    height: 12px;
    width: 12px;
    display: flex;
    position: relative
}

.home-e-1 {
    padding: 0px 0px 0px 0px;
    color: #ffffffcc;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-6 {
    padding: 0px 10px 60px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    top: auto;
    left: 650px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    right: auto;
    position: absolute;
    bottom: 0px
}

.home-e-5 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007f;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #ffffffff #ffffffff #ffffffff #ffffffff;
    height: 12px;
    width: 12px;
    display: flex;
    position: relative
}

.home-e-4 {
    padding: 0px 0px 0px 0px;
    color: #ffffffcc;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.home-e-51 {
    padding: 50px 16px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-395 {
    padding: 10px 42px 10px 42px;
    background-color: #5f4be2ff;
    border-radius: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #fcf7f7ff;
    line-height: 32px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-52 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 800;
    color: #000;
    text-align: center;
    line-height: 60px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 1000px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-right: auto;
    max-width: 1000px
}

.home-e-396 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    color: #000;
    text-align: center;
    line-height: 42px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 1000px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-right: auto;
    max-width: 1000px
}

.home-e-392 {
    padding: 5px 5px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 20px;
    display: flex;
    position: relative
}

.home-e-391 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 724.467793856333px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-right: auto;
    max-width: 1000px
}

.home-e-55 {
    padding: 10px 42px 10px 42px;
    background-color: #145ff0ff;
    border-radius: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    margin-bottom: 20px
}

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

.home-e-63 {
    padding: 100px 16px 50px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-53 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    margin-top: -60px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    position: relative
}

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

.home-e-56 {
    font-family: Inter;
    font-size: 25px;
    font-weight: 300;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 40px 0px;
    text-align: left;
    line-height: 35px;
    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-57 {
    padding: 8px 20px 8px 20px;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    background-color: #6e2aebff;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #1e91f7ff #1e91f7ff #1e91f7ff #1e91f7ff;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 56px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-60 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 32px;
    background-color: #703ad4ff;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-61 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: auto;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-62 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 512px;
    height: 331.2694427015868px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-404 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    margin-left: auto;
    height: auto;
    width: 62.871639821945365%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    position: relative
}

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

.home-e-406 {
    font-family: Inter;
    font-size: 25px;
    font-weight: 300;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 40px 0px;
    text-align: left;
    line-height: 35px;
    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-417 {
    padding: 8px 20px 8px 20px;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    background-color: #6e2aebff;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #1e91f7ff #1e91f7ff #1e91f7ff #1e91f7ff;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 56px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-420 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 32px;
    background-color: #703ad4ff;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-421 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: auto;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-416 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 556.6385543975415px;
    height: 367.84580322708314px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-424 {
    justify-content: center;
    align-items: center;
    width: 960%;
    height: 540px;
    max-height: 540px;
    display: flex;
    max-width: 960px;
    position: relative
}

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

.home-e-64 {
    padding: 30px 30px 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 50px;
         column-gap: 50px;
    background-color: #2446f2ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 10px 10px 10px 10px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1100px;
    position: relative
}

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

.home-e-66 {
    font-family: Plus Jakarta Sans;
    font-size: 48px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 0px 20px 0px;
    line-height: 58px;
    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-67 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 26px;
    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-71 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.home-e-72 {
    font-family: Plus Jakarta Sans;
    font-size: 48px;
    font-weight: 700;
    color: #ffffffff;
    line-height: 58px;
    padding: 0px 0px 20px 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-73 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 26px;
    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-68 {
    padding: 10px 10px 10px 10px;
    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: 300px;
    position: relative
}

.home-e-69 {
    font-family: Plus Jakarta Sans;
    font-size: 48px;
    font-weight: 700;
    color: #ffffffff;
    line-height: 58px;
    padding: 0px 0px 20px 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-70 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 26px;
    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-74 {
    padding: 60px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1050px;
    position: relative
}

.home-e-407 {
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffcc;
    border-radius: 12px 12px 12px 12px;
    height: auto;
    width: 45.33091690187982%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-408 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 123px;
    height: 33px;
    position: relative;
    max-width: 600px;
    max-height: 600px;
    margin-bottom: 1px
}

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

.home-e-410 {
    padding: 0px 0px 0px 0px;
    color: #F59E0B;
    text-align: center;
    font-size: 15px;
    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-413 {
    padding: 0px 0px 0px 0px;
    color: #F59E0B;
    text-align: center;
    font-size: 15px;
    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-412 {
    padding: 0px 0px 0px 0px;
    color: #F59E0B;
    text-align: center;
    font-size: 15px;
    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: 0px 0px 0px 0px;
    color: #F59E0B;
    text-align: center;
    font-size: 15px;
    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-414 {
    padding: 0px 0px 0px 0px;
    color: #F59E0B;
    text-align: center;
    font-size: 15px;
    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-415 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    color: #0F172A;
    line-height: 26px;
    padding: 0px 0px 0px 10px;
    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-75 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 52px;
    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: 850px
}

.home-e-389 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 630.0097974694294px;
    height: 116.51591333623735px;
    position: relative;
    max-width: none;
    max-height: none
}

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

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

.home-e-78 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-a331005e-2481-4d64-b168-36579d303b0c);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-79 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 60px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-81 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 10px 0px;
    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-82 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 28px;
    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-83 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 450px;
    position: relative
}

.home-e-84 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-a331005e-2481-4d64-b168-36579d303b0c);
    border-radius: 100px 100px 100px 100px;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-85 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 60px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-87 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 10px 0px;
    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-88 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 28px;
    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-95 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 450px;
    position: relative
}

.home-e-96 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-a331005e-2481-4d64-b168-36579d303b0c);
    border-radius: 100px 100px 100px 100px;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-97 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 60px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-99 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 10px 0px;
    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-100 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 28px;
    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 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 450px;
    position: relative
}

.home-e-90 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-a331005e-2481-4d64-b168-36579d303b0c);
    border-radius: 100px 100px 100px 100px;
    height: 60px;
    width: 60px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-91 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 60px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-93 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 10px 0px;
    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-94 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 28px;
    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-101 {
    padding: 10px 20px 10px 20px;
    background-color: #1d4eebff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px
}

.home-e-102 {
    padding: 100px 16px 0px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-187 {
    padding: 60px 0px 0px 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: 1300px;
    position: relative
}

.home-e-188 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 52px;
    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: 850px
}

.home-e-388 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 116.51591333623735px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-190 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.01)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-191 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-192 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-195 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #008EFF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-196 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-194 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-197 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 340px;
    position: relative
}

.home-e-198 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-217 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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;
    box-shadow: 0px 0px 0px 0px #000000;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-218 {
    padding: 0px 0px 10px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-219 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-222 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #008EFF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-223 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-220 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-221 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-224 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 340px;
    position: relative
}

.home-e-225 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-208 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.01)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-209 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-210 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-213 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #008EFF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-214 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-212 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-215 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 340px;
    position: relative
}

.home-e-216 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-199 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-200 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-201 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-204 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #008EFF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-205 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-203 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-206 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 340px;
    position: relative
}

.home-e-207 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-226 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.home-e-227 {
    padding: 0px 0px 0px 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: 1300px;
    position: relative
}

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

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

.home-e-230 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 52px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    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: 850px
}

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

.home-e-232 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #008EFF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-233 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-234 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    max-width: 350px;
    position: relative
}

.home-e-235 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 28px;
    padding: 0px 0px 5px 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-236 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    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-237 {
    padding: 30px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 15px;
         column-gap: 15px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-238 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FABB18;
    border-radius: 100px 100px 100px 100px;
    height: 50px;
    width: 50px;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-239 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-240 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    max-width: 350px;
    position: relative
}

.home-e-241 {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 28px;
    padding: 0px 0px 5px 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-242 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    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-243 {
    border-radius: 10px 10px 10px 10px;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    height: 500px;
    position: relative;
    max-width: 650px;
    max-height: 600px
}

.home-e-244 {
    padding: 100px 16px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

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

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

.home-e-274 {
    border-radius: 10px 10px 10px 10px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 650px;
    max-height: 600px
}

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

.home-e-271 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 20px 0px;
    text-align: left;
    line-height: 52px;
    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: 850px
}

.home-e-272 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 40px 0px;
    text-align: left;
    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
}

.home-e-273 {
    padding: 10px 20px 10px 20px;
    background-color: var(--vId-d87ff5b7-40a9-4bda-b550-59bd55b75197);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px
}

.home-e-275 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

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

.home-e-277 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 50px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: auto;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    position: relative
}

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

.home-e-279 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 52px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    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: 850px
}

.home-e-280 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 40px 0px;
    text-align: left;
    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-281 {
    padding: 10px 20px 10px 20px;
    background-color: var(--vId-d87ff5b7-40a9-4bda-b550-59bd55b75197);
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px
}

.home-e-282 {
    border-radius: 10px 10px 10px 10px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 650px;
    max-height: 600px
}

.home-e-283 {
    padding: 100px 16px 100px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--vId-e4403b4d-03fe-4ed5-abc7-cdf34cf30eed);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1981px;
    margin-right: auto;
    position: relative
}

.home-e-284 {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    position: relative
}

.home-e-285 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    text-align: center;
    line-height: 52px;
    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: 500px
}

.home-e-286 {
    padding: 60px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 49px;
         column-gap: 49px;
    row-gap: 50px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.home-e-287 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

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

.home-e-288 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-289 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-290 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-292 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-293 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 165.88652482269504px;
    position: relative;
    max-width: 299px
}

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

.home-e-295 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-296 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-297 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-298 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 161.34751773049646px;
    position: relative;
    max-width: 299px
}

.home-e-299 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-300 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    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-301 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-302 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-303 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

.home-e-304 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-305 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-306 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-307 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-308 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

.home-e-309 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-310 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-311 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-312 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-313 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

.home-e-314 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-315 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-316 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-327 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-328 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

.home-e-329 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-330 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-331 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-322 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-323 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

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

.home-e-325 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-326 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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
}

.home-e-317 {
    flex-direction: column;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 300px;
    position: relative
}

.home-e-318 {
    border-radius: 10px 10px 10px 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 299px
}

.home-e-319 {
    flex-direction: column;
    row-gap: 15px;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 260px;
    position: relative
}

.home-e-320 {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 22px;
    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-321 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    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-103 {
    padding: 60px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1300px;
    position: relative
}

.home-e-104 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 52px;
    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: 850px
}

.home-e-390 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 630.0097974694294px;
    height: 116.51591333623735px;
    position: relative;
    max-width: none;
    max-height: none
}

.home-e-105 {
    padding: 50px 0px 50px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 50px;
    background-color: #fafafcff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-106 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.01)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

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

.home-e-109 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-110 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-112 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: #000000ff;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -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-113 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: #000000ff;
    padding: 0px 0px 5px 0px;
    line-height: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-108 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.home-e-114 {
    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;
    margin-right: NaNpx;
    max-width: 340px;
    position: relative
}

.home-e-115 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-176 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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);
    box-shadow: 0px 0px 0px 0px #000000;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

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

.home-e-179 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-180 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-181 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-182 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -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-183 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-178 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-185 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-166 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-167 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-169 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-170 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-172 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-173 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-168 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-175 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-156 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.01)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 305px;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-157 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-159 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

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

.home-e-162 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-163 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-158 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-165 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-146 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.01)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 23.461534879463233%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-147 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-149 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-150 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-152 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-153 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-148 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-155 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-136 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-137 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-139 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-140 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-142 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-143 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-138 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-145 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-126 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-127 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-129 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-130 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-132 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-133 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-128 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-135 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-116 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: #ffffffff;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.01)0%, rgba(255, 255, 255, 0.1)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: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 305px;
    position: relative
}

.home-e-117 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    border-radius: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-119 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.home-e-120 {
    border-radius: 100px 100px 100px 100px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: 40px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-122 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 20px;
    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-123 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 16px;
    padding: 0px 0px 5px 0px;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-118 {
    padding: 0px 0px 0px 0px;
    color: #4a90e2ff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

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

.home-e-125 {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-e13004f6-5173-4b79-bbce-fdfea7fced0c);
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-186 {
    padding: 10px 20px 10px 20px;
    background-color: var(--vId-d87ff5b7-40a9-4bda-b550-59bd55b75197);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px;
    min-width: 200px
}

.home-e-245 {
    padding: 50px 50px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 82.01980000521193%;
    display: flex;
    max-width: 1980px;
    position: relative
}

.home-e-258 {
    font-family: Inter;
    font-size: 44px;
    font-weight: 400;
    color: #000000;
    padding: 20px 0px 20px 0px;
    text-align: center;
    line-height: 54px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 68.8388095573734%;
    height: auto;
    max-width: 1200px;
    position: relative
}

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

.home-e-259 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 20px 0px 20px 0px;
    text-align: center;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 68.8388095573734%;
    height: auto;
    max-width: 1200px;
    position: relative
}

.home-e-387 {
    padding: 10px 20px 10px 20px;
    background-color: #1d4eebff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 5px 5px 5px 5px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px
}

.home-e-261 {
    padding: 10px 10px 0px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 74.66858814341258%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

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

.home-e-263 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 512px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-265 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 512px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-267 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 512px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.home-e-333 {
    border-radius: 36px 36px 36px 36px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 635px;
    position: relative;
    max-width: 635px;
    max-height: none
}

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

.home-e-352 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    color: #121519;
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 50px;
    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: 440px
}

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

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

.home-e-338 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 32px;
    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-337 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #121519;
    line-height: 26px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-339 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #576071;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 416px
}

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

.home-e-350 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 32px;
    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-349 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #121519;
    line-height: 26px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-351 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #576071;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 416px
}

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

.home-e-346 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 32px;
    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 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #121519;
    line-height: 26px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-347 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #576071;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 416px
}

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

.home-e-342 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 32px;
    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-341 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #121519;
    line-height: 26px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-343 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #576071;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 416px
}

.home-e-353 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 250px;
         column-gap: 250px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: NaNpx;
    position: relative
}

.home-e-355 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    padding: 0px 0px 20px 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 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    color: #121519;
    padding: 0px 0px 0px 0px;
    text-align: center;
    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;
    max-width: 900px
}

.home-e-356 {
    padding: 60px 0px 78px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1300px;
    margin-left: auto;
    margin-top: NaNpx;
    margin-right: auto;
    position: relative
}

.home-e-357 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    background-color: #448c7400;
    border-radius: 36px 36px 36px 36px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 306px;
    position: relative
}

.home-e-358 {
    border-radius: 36px 36px 36px 36px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 306px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-360 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-361 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-364 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-365 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-362 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-363 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-254 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 36px 36px 36px 36px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 306px;
    min-height: 350px;
    position: relative
}

.home-e-256 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 40px;
    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-257 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    line-height: 38px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-255 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    line-height: 26px;
    padding: 0px 0px 0px 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;
    max-width: 416px
}

.home-e-375 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    background-color: #448c7400;
    border-radius: 36px 36px 36px 36px;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 306px;
    position: relative
}

.home-e-376 {
    border-radius: 36px 36px 36px 36px;
    -o-object-fit: fill;
       object-fit: fill;
    width: 100%;
    height: 306px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.home-e-246 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 36px 36px 36px 36px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 306px;
    min-height: 350px;
    position: relative
}

.home-e-248 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 40px;
    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-249 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    padding: 15px 0px 10px 0px;
    text-align: center;
    line-height: 38px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 440px
}

.home-e-247 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    line-height: 26px;
    padding: 0px 0px 0px 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;
    max-width: 416px
}

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

.home-e-378 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-379 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-382 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-383 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-380 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-381 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-366 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    background-color: #448c7400;
    border-radius: 36px 36px 36px 36px;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 306px;
    position: relative
}

.home-e-374 {
    border-radius: 36px 36px 36px 36px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 306px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.home-e-368 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-369 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-372 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-373 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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-370 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #EDF1F5 #EDF1F5 #EDF1F5 #EDF1F5;
    border-style: solid solid solid solid;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.home-e-371 {
    padding: 0px 0px 0px 0px;
    color: #434A57;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    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: 40px 40px 40px 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 36px 36px 36px 36px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 306px;
    min-height: 350px;
    position: relative
}

.home-e-252 {
    padding: 0px 0px 0px 0px;
    color: #0e58aeff;
    text-align: left;
    font-size: 40px;
    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-253 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    line-height: 38px;
    padding: 15px 0px 10px 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;
    max-width: 440px
}

.home-e-251 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    line-height: 26px;
    padding: 0px 0px 0px 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;
    max-width: 416px
}

.home-e-10 {
    padding: 0px 16px 0px;
    flex-direction: column;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1100px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative
}

.home-e-12 {
    padding: 100px 16px 0px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1980px;
    margin-left: NaNpx;
    margin-top: NaNpx;
    position: relative
}

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

.home-e-20 {
    padding: 50px 0px 50px 0px;
    flex-direction: column;
    align-items: stretch;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-top: auto;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: auto;
    max-width: 1000px
}

.home-e-48 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    position: relative;
    max-width: 600px;
    max-height: 600px;
    margin-right: auto
}

.home-e-50 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: 40px;
    width: 100%;
    height: auto;
    position: relative
}

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

.home-e-25 {
    row-gap: 40px;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px 5px 0px;
    line-height: 58px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-21 {
    row-gap: 20px;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    color: #000000ff;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-26 {
    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;
    margin-right: NaNpx;
    max-width: none;
    position: relative
}

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

.home-e-31 {
    flex-direction: column;
    row-gap: 8px;
    z-index: 150;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-32 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-33 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.home-e-34 {
    flex-direction: column;
    row-gap: 8px;
    z-index: 150;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-35 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-36 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.home-e-41 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-45 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

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

.home-e-38 {
    flex-direction: column;
    row-gap: 8px;
    z-index: 150;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-39 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-40 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.home-e-44 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-46 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.home-e-42 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-43 {
    padding: 12px 16px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.home-e-27 {
    flex-direction: column;
    row-gap: 8px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 15050;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-28 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000ff;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-29 {
    padding: 12px 16px 12px 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    color: #000000ff;
    background-color: #ffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 15050;
    height: 100px;
    width: 100%;
    display: block;
    position: relative
}

.home-e-22 {
    padding: 20px 16px 36px 0px;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.home-e-23 {
    padding: 8px 16px 8px 12px;
    font-family: Nunito Sans;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-width: 20px;
    min-height: 20px;
    position: relative
}

.home-e-24 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #0000007f;
    line-height: 14px;
    z-index: 150;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-47 {
    padding: 10px 28px 10px 28px;
    background-color: #0e58aeff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: 56px;
    min-width: 130px
}

.home-e-426 {
    padding: 48px 0px 0px 0px;
    row-gap: 64px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1980px;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: auto;
    margin-left: auto
}

.home-e-462 {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    max-width: 1200px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: relative;
    min-height: 20px;
    display: flex;
    min-width: 20px;
    margin-left: auto;
    margin-right: auto
}

.home-e-454 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 300;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    max-width: 150px;
    position: relative
}

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

.home-e-449 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.home-e-452 {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    row-gap: 12px;
    font-family: Kumbh Sans;
    z-index: 50;
    height: auto;
    min-height: 10px;
    display: block;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.home-e-451 {
    row-gap: 12px;
    font-weight: 400;
    color: #333;
    font-family: Kumbh Sans;
    font-size: 16px;
    line-height: 24px;
    z-index: 100;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-450 {
    font-size: 16px;
    line-height: 24px;
    font-family: Kumbh Sans;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 200;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    min-width: 16px;
    height: auto;
    min-height: 10px;
    position: relative
}

.home-e-442 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 300;
    width: 100%;
    display: flex;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 150px;
    position: relative
}

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

.home-e-440 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    min-width: 16px;
    min-height: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative
}

.home-e-439 {
    line-height: 24px;
    row-gap: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    font-family: Nunito Sans;
    z-index: 50;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    min-height: 10px;
    height: auto;
    position: relative
}

.home-e-437 {
    row-gap: 12px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Nunito Sans;
    z-index: 100;
    min-height: 10px;
    display: block;
    min-width: 16px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.home-e-438 {
    font-weight: 400;
    row-gap: 12px;
    font-family: Nunito Sans;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    z-index: 200;
    display: block;
    height: auto;
    min-height: 10px;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.home-e-448 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 250;
    min-height: 20px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 150px;
    position: relative
}

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

.home-e-444 {
    color: #000000ff;
    font-family: Kumbh Sans;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.home-e-445 {
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    line-height: 24px;
    font-size: 16px;
    font-family: Kumbh Sans;
    z-index: 150;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 10px;
    min-width: 16px;
    display: block;
    position: relative
}

.home-e-446 {
    font-family: Kumbh Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 200;
    height: auto;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    position: relative
}

.home-e-443 {
    font-family: Kumbh Sans;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 250;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    height: auto;
    position: relative
}

.home-e-461 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 200;
    display: flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    width: 100%;
    max-width: 150px;
    position: relative
}

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

.home-e-456 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    height: auto;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    position: relative
}

.home-e-457 {
    color: #333;
    font-size: 16px;
    row-gap: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: Kumbh Sans;
    z-index: 50;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.home-e-463 {
    color: #333;
    font-size: 16px;
    row-gap: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: Kumbh Sans;
    z-index: 50;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.home-e-459 {
    font-size: 16px;
    color: #333;
    row-gap: 12px;
    font-weight: 400;
    font-family: Kumbh Sans;
    line-height: 24px;
    z-index: 100;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.home-e-464 {
    font-size: 16px;
    color: #333;
    row-gap: 12px;
    font-weight: 400;
    font-family: Kumbh Sans;
    line-height: 24px;
    z-index: 100;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.home-e-455 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    font-family: Kumbh Sans;
    row-gap: 12px;
    line-height: 24px;
    z-index: 150;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    height: auto;
    position: relative
}

.home-e-458 {
    color: #333;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    row-gap: 12px;
    z-index: 200;
    display: block;
    min-width: 16px;
    height: auto;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.home-e-436 {
    padding: 0px 0px 0px 0px;
    justify-content: center;
    z-index: 100;
    display: flex;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    max-width: 200px;
    position: relative
}

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

.home-e-434 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 175px;
    position: relative;
    height: 60px
}

.home-e-433 {
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    min-height: 10px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 16px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px
}

.home-e-432 {
    padding: 20px 16px 20px 16px;
    justify-content: center;
    align-items: center;
    background-color: #111;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #00000019 transparent transparent transparent;
    max-width: 1200px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: flex;
    min-height: 20px;
    width: 100%;
    position: relative;
    min-width: 20px;
    margin-right: auto
}

.home-e-431 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    position: relative
}

.home-e-427 {
    color: #ffffffff;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    font-family: Kumbh Sans;
    display: block;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    min-height: 10px;
    position: relative
}

.home-e-430 {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    z-index: 1;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-429 {
    font-weight: 400;
    line-height: 24px;
    color: #ffffffff;
    font-family: Kumbh Sans;
    font-size: 14px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    min-width: 16px;
    min-height: 10px;
    height: auto
}

.home-e-428 {
    font-family: Kumbh Sans;
    font-size: 14px;
    font-weight: 400;
    color: #ffffffff;
    line-height: 24px;
    position: relative;
    display: block;
    min-height: 10px;
    height: auto;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content
}

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

    .home-e-472 {
        display: flex
    }

    .home-e-474 {
        display: none
    }

    .home-e-471 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        background-color: #0e58aeff
    }

    .home-e-469 {
        align-items: flex-end;
        display: flex
    }

    .home-e-468 {
        width: 30px;
        height: -moz-fit-content;
        height: fit-content
    }

    .home-e-467 {
        color: #000000ff
    }

    .home-e-489 {
        color: #000000ff
    }

    .home-e-488 {
        color: #000000ff
    }

    .home-e-470 {
        color: #000000ff
    }

    .home-e-482 {
        color: #000000ff
    }

    .home-e-478 {
        position: relative
    }

    .home-e-8 {
        height: -moz-fit-content;
        height: fit-content;
        min-height: auto
    }

    .home-e-7 {
        width: auto
    }

    .home-e-14 {
        flex-wrap: wrap-reverse;
        justify-content: center;
        row-gap: 50px;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null;
        min-height: 1000px
    }

    .home-e-13 {
        padding: 40px 0px 0px 0px;
        align-items: center;
        margin-left: auto
    }

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

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

    .home-e-400 {
        width: 100%;
        height: auto
    }

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

    .home-e-3 {
        position: relative
    }

    .home-e-6 {
        position: relative
    }

    .home-e-52 {
        width: auto
    }

    .home-e-396 {
        width: auto
    }

    .home-e-391 {
        width: auto
    }

    .home-e-53 {
        flex-wrap: wrap;
        row-gap: 50px
    }

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

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

    .home-e-404 {
        flex-wrap: wrap;
        row-gap: 50px
    }

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

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

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

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

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

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

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

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

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

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

    .home-e-77 {
        flex-direction: column;
        row-gap: 10px;
        align-items: center
    }

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

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

    .home-e-83 {
        flex-direction: column;
        row-gap: 10px;
        align-items: center
    }

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

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

    .home-e-95 {
        flex-direction: column;
        row-gap: 10px;
        align-items: center
    }

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

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

    .home-e-89 {
        flex-direction: column;
        row-gap: 10px;
        align-items: center
    }

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

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

    .home-e-189 {
        justify-content: center;
        -moz-column-gap: 50px;
             column-gap: 50px
    }

    .home-e-190 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

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

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

    .home-e-208 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

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

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

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

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

    .home-e-231 {
        flex-direction: column;
        align-items: center;
        row-gap: 10px
    }

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

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

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

    .home-e-237 {
        flex-direction: column;
        row-gap: 10px;
        align-items: center
    }

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

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

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

    .home-e-244 {
        padding: 100px 16px 0px 16px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .home-e-105 {
        justify-content: center;
        -moz-column-gap: 50px;
             column-gap: 50px
    }

    .home-e-106 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

    .home-e-156 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

    .home-e-146 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

    .home-e-116 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)100%)
    }

    .home-e-261 {
        flex-wrap: wrap;
        display: none
    }

    .home-e-262 {
        width: 50%
    }

    .home-e-264 {
        width: 50%
    }

    .home-e-266 {
        width: 50%
    }

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

    .home-e-334 {
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        padding: 30px 30px 30px 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .home-e-10 {
        padding: 50px 16px 100px 16px
    }

    .home-e-12 {
        padding: 50px 16px 0px 16px
    }

    .home-e-20 {
        padding: 50px 0px 0px 0px;
        align-items: center
    }

    .home-e-26 {
        padding: 0px 20px 0px 20px
    }

    .home-e-23 {
        min-width: 18px;
        min-height: 18px
    }

    .home-e-24 {
        line-height: 24px
    }

    .home-e-462 {
        padding: 0px 16px 0px 16px;
        flex-direction: row;
        flex-wrap: wrap-reverse;
        align-items: baseline;
        -moz-column-gap: 12px;
             column-gap: 12px;
        row-gap: 50px
    }

    .home-e-436 {
        max-width: none
    }

    .home-e-435 {
        align-items: center;
        width: 100%
    }

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

    .home-e-432 {
        padding: 16px 16px 16px 16px;
        -moz-column-gap: 12px;
             column-gap: 12px
    }

    .home-e-431 {
        flex-wrap: wrap-reverse;
        max-width: 1150px
    }

    @media {

        .paragraph :hover {}

        .footer-link {}

        .aboutus-link {}

        .career-link {}

        .order-link {}

        .collection-image {}

        .training-link {}
    }
}

@media (max-width:767px) {
    .home-e-465 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .home-e-485 {
        position: relative
    }

    .home-e-486 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .home-e-490 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .home-e-487 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

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

    .home-e-475 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .home-e-466 {
        -o-object-fit: contain;
           object-fit: contain;
        position: relative
    }

    .home-e-472 {
        -o-object-fit: cover;
           object-fit: cover;
        position: relative
    }

    .home-e-474 {
        top: -123px;
        height: 100vh;
        width: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px
    }

    .home-e-471 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        align-items: center;
        background-color: #0e58aeff;
        position: relative
    }

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

    .home-e-468 {
        -o-object-fit: contain;
           object-fit: contain;
        max-width: none;
        max-height: none;
        width: 32px;
        display: flex;
        position: relative
    }

    .home-e-467 {
        color: #000000ff;
        position: relative
    }

    .home-e-489 {
        color: #000000ff;
        position: relative
    }

    .home-e-488 {
        color: #000000ff;
        position: relative
    }

    .home-e-470 {
        color: #000000ff;
        position: relative
    }

    .home-e-482 {
        color: #000000ff;
        position: relative
    }

    .home-e-473 {
        display: flex;
        position: relative
    }

    .home-e-476 {
        position: relative
    }

    .home-e-477 {
        position: relative
    }

    .home-e-478 {
        background-color: #ffffffff;
        margin-top: 60px;
        margin-left: auto;
        position: relative
    }

    .home-e-481 {
        position: relative
    }

    .home-e-480 {
        position: relative
    }

    .home-e-479 {
        position: relative
    }

    .home-e-9 {
        padding: 0px 0px 0px 0px;
        margin-left: NaNpx;
        max-width: none;
        position: relative
    }

    .home-e-8 {
        position: relative
    }

    .home-e-7 {
        width: 100%;
        max-width: none;
        position: relative
    }

    .home-e-14 {
        padding: 0px 16px 0px 16px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null;
        min-height: auto;
        height: -moz-fit-content;
        height: fit-content;
        max-width: none;
        position: relative
    }

    .home-e-13 {
        padding: 0px 10px 0px 0px;
        align-items: center;
        margin-left: NaNpx;
        margin-top: NaNpx;
        height: 100px;
        position: relative
    }

    .home-e-386 {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        display: flex;
        position: relative
    }

    .home-e-16 {
        padding: 0px 0px 0px 20px;
        -o-object-fit: cover;
           object-fit: cover;
        margin-left: 30px;
        position: relative
    }

    .home-e-397 {
        position: relative
    }

    .home-e-398 {
        position: relative
    }

    .home-e-399 {
        position: relative
    }

    .home-e-400 {
        position: relative
    }

    .home-e-401 {
        position: relative
    }

    .home-e-402 {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        position: relative
    }

    .home-e-3 {
        position: relative
    }

    .home-e-2 {
        position: relative
    }

    .home-e-1 {
        position: relative
    }

    .home-e-6 {
        position: relative
    }

    .home-e-5 {
        position: relative
    }

    .home-e-4 {
        position: relative
    }

    .home-e-51 {
        padding: 20px 16px 20px 16px;
        position: relative
    }

    .home-e-395 {
        position: relative
    }

    .home-e-52 {
        font-size: 42px;
        line-height: 52px;
        width: -moz-fit-content;
        width: fit-content;
        max-width: none;
        position: relative
    }

    .home-e-396 {
        font-size: 18px;
        padding: 0px 0px 9px;
        line-height: 28px;
        width: -moz-fit-content;
        width: fit-content;
        max-width: none;
        min-height: auto;
        min-width: auto;
        position: relative
    }

    .home-e-392 {
        position: relative
    }

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

    .home-e-55 {
        position: relative
    }

    .home-e-403 {
        position: relative
    }

    .home-e-63 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

    .home-e-53 {
        flex-wrap: wrap;
        row-gap: 22px;
        position: relative
    }

    .home-e-54 {
        padding: 0px 0px 30px 0px;
        align-items: center;
        position: relative
    }

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

    .home-e-57 {
        position: relative
    }

    .home-e-60 {
        position: relative
    }

    .home-e-61 {
        position: relative
    }

    .home-e-62 {
        position: relative
    }

    .home-e-422 {
        position: relative
    }

    .home-e-404 {
        flex-wrap: wrap;
        row-gap: 22px;
        width: auto;
        position: relative
    }

    .home-e-405 {
        padding: 0px 0px 2px;
        align-items: center;
        position: relative
    }

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

    .home-e-417 {
        position: relative
    }

    .home-e-420 {
        position: relative
    }

    .home-e-421 {
        position: relative
    }

    .home-e-416 {
        width: auto;
        height: auto;
        position: relative
    }

    .home-e-424 {
        width: 400px;
        height: 225px;
        position: relative
    }

    .home-e-425 {
        position: relative
    }

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

    .home-e-65 {
        position: relative
    }

    .home-e-66 {
        position: relative
    }

    .home-e-67 {
        position: relative
    }

    .home-e-71 {
        position: relative
    }

    .home-e-72 {
        position: relative
    }

    .home-e-73 {
        position: relative
    }

    .home-e-68 {
        position: relative
    }

    .home-e-69 {
        position: relative
    }

    .home-e-70 {
        position: relative
    }

    .home-e-74 {
        position: relative
    }

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

    .home-e-408 {
        position: relative
    }

    .home-e-409 {
        position: relative
    }

    .home-e-410 {
        position: relative
    }

    .home-e-413 {
        position: relative
    }

    .home-e-412 {
        position: relative
    }

    .home-e-411 {
        position: relative
    }

    .home-e-414 {
        position: relative
    }

    .home-e-415 {
        position: relative
    }

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

    .home-e-389 {
        -o-object-fit: contain;
           object-fit: contain;
        width: auto;
        position: relative
    }

    .home-e-76 {
        justify-content: center;
        position: relative
    }

    .home-e-77 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-78 {
        position: relative
    }

    .home-e-79 {
        position: relative
    }

    .home-e-80 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-81 {
        position: relative
    }

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

    .home-e-83 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-84 {
        position: relative
    }

    .home-e-85 {
        position: relative
    }

    .home-e-86 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-87 {
        position: relative
    }

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

    .home-e-95 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-96 {
        position: relative
    }

    .home-e-97 {
        position: relative
    }

    .home-e-98 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-99 {
        position: relative
    }

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

    .home-e-89 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-90 {
        position: relative
    }

    .home-e-91 {
        position: relative
    }

    .home-e-92 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-93 {
        position: relative
    }

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

    .home-e-101 {
        position: relative
    }

    .home-e-102 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

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

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

    .home-e-388 {
        position: relative
    }

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

    .home-e-190 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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;
        position: relative
    }

    .home-e-191 {
        position: relative
    }

    .home-e-192 {
        position: relative
    }

    .home-e-195 {
        position: relative
    }

    .home-e-196 {
        position: relative
    }

    .home-e-193 {
        position: relative
    }

    .home-e-194 {
        position: relative
    }

    .home-e-197 {
        position: relative
    }

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

    .home-e-217 {
        position: relative
    }

    .home-e-218 {
        position: relative
    }

    .home-e-219 {
        position: relative
    }

    .home-e-222 {
        position: relative
    }

    .home-e-223 {
        position: relative
    }

    .home-e-220 {
        position: relative
    }

    .home-e-221 {
        position: relative
    }

    .home-e-224 {
        position: relative
    }

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

    .home-e-208 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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;
        position: relative
    }

    .home-e-209 {
        position: relative
    }

    .home-e-210 {
        position: relative
    }

    .home-e-213 {
        position: relative
    }

    .home-e-214 {
        position: relative
    }

    .home-e-211 {
        position: relative
    }

    .home-e-212 {
        position: relative
    }

    .home-e-215 {
        position: relative
    }

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

    .home-e-199 {
        position: relative
    }

    .home-e-200 {
        position: relative
    }

    .home-e-201 {
        position: relative
    }

    .home-e-204 {
        position: relative
    }

    .home-e-205 {
        position: relative
    }

    .home-e-202 {
        position: relative
    }

    .home-e-203 {
        position: relative
    }

    .home-e-206 {
        position: relative
    }

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

    .home-e-226 {
        padding: 50px 16px 50px 16px;
        position: relative
    }

    .home-e-227 {
        position: relative
    }

    .home-e-228 {
        padding: 0px 0px 0px 0px;
        justify-content: center;
        position: relative
    }

    .home-e-229 {
        position: relative
    }

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

    .home-e-231 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-232 {
        position: relative
    }

    .home-e-233 {
        position: relative
    }

    .home-e-234 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-235 {
        position: relative
    }

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

    .home-e-237 {
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .home-e-238 {
        position: relative
    }

    .home-e-239 {
        position: relative
    }

    .home-e-240 {
        padding: 20px 0px 0px 0px;
        align-items: center;
        position: relative
    }

    .home-e-241 {
        position: relative
    }

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

    .home-e-243 {
        height: 250px;
        max-width: 350px;
        position: relative
    }

    .home-e-244 {
        padding: 50px 16px 50px 16px;
        flex-wrap: wrap-reverse;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .home-e-268 {
        position: relative
    }

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

    .home-e-274 {
        height: 250px;
        max-width: 350px;
        position: relative
    }

    .home-e-270 {
        padding: 0px 0px 20px 0px;
        align-items: center;
        position: relative
    }

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

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

    .home-e-273 {
        position: relative
    }

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

    .home-e-276 {
        position: relative
    }

    .home-e-277 {
        justify-content: center;
        position: relative
    }

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

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

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

    .home-e-281 {
        position: relative
    }

    .home-e-282 {
        height: 260px;
        max-width: 350px;
        position: relative
    }

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

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

    .home-e-285 {
        position: relative
    }

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

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

    .home-e-291 {
        position: relative
    }

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

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

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

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

    .home-e-293 {
        position: relative
    }

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

    .home-e-295 {
        position: relative
    }

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

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

    .home-e-298 {
        position: relative
    }

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

    .home-e-300 {
        position: relative
    }

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

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

    .home-e-303 {
        position: relative
    }

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

    .home-e-305 {
        position: relative
    }

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

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

    .home-e-308 {
        position: relative
    }

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

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

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

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

    .home-e-313 {
        position: relative
    }

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

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

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

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

    .home-e-328 {
        position: relative
    }

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

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

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

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

    .home-e-323 {
        position: relative
    }

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

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

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

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

    .home-e-318 {
        position: relative
    }

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

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

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

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

    .home-e-104 {
        font-size: 30px;
        line-height: 40px;
        max-width: 350px;
        position: relative
    }

    .home-e-390 {
        width: auto;
        position: relative
    }

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

    .home-e-106 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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;
        position: relative
    }

    .home-e-107 {
        position: relative
    }

    .home-e-109 {
        position: relative
    }

    .home-e-110 {
        position: relative
    }

    .home-e-111 {
        position: relative
    }

    .home-e-112 {
        position: relative
    }

    .home-e-113 {
        position: relative
    }

    .home-e-108 {
        position: relative
    }

    .home-e-114 {
        position: relative
    }

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

    .home-e-176 {
        position: relative
    }

    .home-e-177 {
        position: relative
    }

    .home-e-179 {
        position: relative
    }

    .home-e-180 {
        position: relative
    }

    .home-e-181 {
        position: relative
    }

    .home-e-182 {
        position: relative
    }

    .home-e-183 {
        position: relative
    }

    .home-e-178 {
        position: relative
    }

    .home-e-184 {
        position: relative
    }

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

    .home-e-166 {
        position: relative
    }

    .home-e-167 {
        position: relative
    }

    .home-e-169 {
        position: relative
    }

    .home-e-170 {
        position: relative
    }

    .home-e-171 {
        position: relative
    }

    .home-e-172 {
        position: relative
    }

    .home-e-173 {
        position: relative
    }

    .home-e-168 {
        position: relative
    }

    .home-e-174 {
        position: relative
    }

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

    .home-e-156 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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);
        position: relative
    }

    .home-e-157 {
        position: relative
    }

    .home-e-159 {
        position: relative
    }

    .home-e-160 {
        position: relative
    }

    .home-e-161 {
        position: relative
    }

    .home-e-162 {
        position: relative
    }

    .home-e-163 {
        position: relative
    }

    .home-e-158 {
        position: relative
    }

    .home-e-164 {
        position: relative
    }

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

    .home-e-146 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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);
        width: auto;
        position: relative
    }

    .home-e-147 {
        position: relative
    }

    .home-e-149 {
        position: relative
    }

    .home-e-150 {
        position: relative
    }

    .home-e-151 {
        position: relative
    }

    .home-e-152 {
        position: relative
    }

    .home-e-153 {
        position: relative
    }

    .home-e-148 {
        position: relative
    }

    .home-e-154 {
        position: relative
    }

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

    .home-e-136 {
        position: relative
    }

    .home-e-137 {
        position: relative
    }

    .home-e-139 {
        position: relative
    }

    .home-e-140 {
        position: relative
    }

    .home-e-141 {
        position: relative
    }

    .home-e-142 {
        position: relative
    }

    .home-e-143 {
        position: relative
    }

    .home-e-138 {
        position: relative
    }

    .home-e-144 {
        position: relative
    }

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

    .home-e-126 {
        position: relative
    }

    .home-e-127 {
        position: relative
    }

    .home-e-129 {
        position: relative
    }

    .home-e-130 {
        position: relative
    }

    .home-e-131 {
        position: relative
    }

    .home-e-132 {
        position: relative
    }

    .home-e-133 {
        position: relative
    }

    .home-e-128 {
        position: relative
    }

    .home-e-134 {
        position: relative
    }

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

    .home-e-116 {
        background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 0.1)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;
        position: relative
    }

    .home-e-117 {
        position: relative
    }

    .home-e-119 {
        position: relative
    }

    .home-e-120 {
        position: relative
    }

    .home-e-121 {
        position: relative
    }

    .home-e-122 {
        position: relative
    }

    .home-e-123 {
        position: relative
    }

    .home-e-118 {
        position: relative
    }

    .home-e-124 {
        position: relative
    }

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

    .home-e-186 {
        position: relative
    }

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

    .home-e-258 {
        width: auto;
        position: relative
    }

    .home-e-260 {
        position: relative
    }

    .home-e-259 {
        padding: 0px 0px 57px;
        width: auto;
        position: relative
    }

    .home-e-387 {
        position: relative
    }

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

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

    .home-e-263 {
        margin-left: NaNpx;
        margin-top: NaNpx;
        width: auto;
        position: relative
    }

    .home-e-264 {
        width: 100%;
        position: relative
    }

    .home-e-265 {
        width: auto;
        position: relative
    }

    .home-e-266 {
        width: 100%;
        position: relative
    }

    .home-e-267 {
        width: auto;
        position: relative
    }

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

    .home-e-333 {
        -o-object-fit: contain;
           object-fit: contain;
        height: 363px;
        position: relative
    }

    .home-e-334 {
        align-items: center;
        max-width: 440px;
        position: relative
    }

    .home-e-352 {
        position: relative
    }

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

    .home-e-336 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-338 {
        position: relative
    }

    .home-e-337 {
        position: relative
    }

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

    .home-e-348 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-350 {
        position: relative
    }

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

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

    .home-e-344 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-346 {
        position: relative
    }

    .home-e-345 {
        position: relative
    }

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

    .home-e-340 {
        align-items: center;
        max-width: none;
        position: relative
    }

    .home-e-342 {
        position: relative
    }

    .home-e-341 {
        position: relative
    }

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

    .home-e-353 {
        position: relative
    }

    .home-e-355 {
        position: relative
    }

    .home-e-354 {
        position: relative
    }

    .home-e-356 {
        padding: 60px 0px 60px 0px;
        position: relative
    }

    .home-e-357 {
        position: relative
    }

    .home-e-358 {
        height: 242px;
        position: relative
    }

    .home-e-359 {
        position: relative
    }

    .home-e-360 {
        position: relative
    }

    .home-e-361 {
        position: relative
    }

    .home-e-364 {
        position: relative
    }

    .home-e-365 {
        position: relative
    }

    .home-e-362 {
        position: relative
    }

    .home-e-363 {
        position: relative
    }

    .home-e-254 {
        position: relative
    }

    .home-e-256 {
        position: relative
    }

    .home-e-257 {
        position: relative
    }

    .home-e-255 {
        position: relative
    }

    .home-e-375 {
        position: relative
    }

    .home-e-376 {
        height: 204px;
        position: relative
    }

    .home-e-246 {
        position: relative
    }

    .home-e-248 {
        position: relative
    }

    .home-e-249 {
        position: relative
    }

    .home-e-247 {
        position: relative
    }

    .home-e-377 {
        position: relative
    }

    .home-e-378 {
        position: relative
    }

    .home-e-379 {
        position: relative
    }

    .home-e-382 {
        position: relative
    }

    .home-e-383 {
        position: relative
    }

    .home-e-380 {
        position: relative
    }

    .home-e-381 {
        position: relative
    }

    .home-e-366 {
        position: relative
    }

    .home-e-374 {
        height: 239px;
        position: relative
    }

    .home-e-367 {
        position: relative
    }

    .home-e-368 {
        position: relative
    }

    .home-e-369 {
        position: relative
    }

    .home-e-372 {
        position: relative
    }

    .home-e-373 {
        position: relative
    }

    .home-e-370 {
        position: relative
    }

    .home-e-371 {
        position: relative
    }

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

    .home-e-252 {
        position: relative
    }

    .home-e-253 {
        position: relative
    }

    .home-e-251 {
        position: relative
    }

    .home-e-10 {
        padding: 0px 16px 50px 16px;
        align-items: stretch;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        height: -moz-fit-content;
        height: fit-content;
        max-width: none;
        min-width: 100px;
        position: relative
    }

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

    .home-e-11 {
        position: relative
    }

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

    .home-e-48 {
        position: relative
    }

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

    .home-e-49 {
        position: relative
    }

    .home-e-25 {
        position: relative
    }

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

    .home-e-26 {
        position: relative
    }

    .home-e-30 {
        position: relative
    }

    .home-e-31 {
        position: relative
    }

    .home-e-32 {
        position: relative
    }

    .home-e-33 {
        position: relative
    }

    .home-e-34 {
        position: relative
    }

    .home-e-35 {
        position: relative
    }

    .home-e-36 {
        position: relative
    }

    .home-e-41 {
        position: relative
    }

    .home-e-45 {
        position: relative
    }

    .home-e-37 {
        position: relative
    }

    .home-e-38 {
        position: relative
    }

    .home-e-39 {
        position: relative
    }

    .home-e-40 {
        position: relative
    }

    .home-e-44 {
        position: relative
    }

    .home-e-46 {
        position: relative
    }

    .home-e-42 {
        position: relative
    }

    .home-e-43 {
        position: relative
    }

    .home-e-27 {
        position: relative
    }

    .home-e-28 {
        position: relative
    }

    .home-e-29 {
        position: relative
    }

    .home-e-22 {
        position: relative
    }

    .home-e-23 {
        position: relative
    }

    .home-e-24 {
        font-size: 15px;
        line-height: 25px;
        position: relative
    }

    .home-e-47 {
        position: relative
    }

    .home-e-426 {
        position: relative
    }

    .home-e-462 {
        padding: 0px 16px 0px 16px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        align-items: baseline;
        row-gap: 30px;
        position: relative
    }

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

    .home-e-453 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .home-e-449 {
        position: relative
    }

    .home-e-452 {
        position: relative
    }

    .home-e-451 {
        position: relative
    }

    .home-e-450 {
        position: relative
    }

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

    .home-e-441 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .home-e-440 {
        position: relative
    }

    .home-e-439 {
        position: relative
    }

    .home-e-437 {
        position: relative
    }

    .home-e-438 {
        position: relative
    }

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

    .home-e-447 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .home-e-444 {
        position: relative
    }

    .home-e-445 {
        position: relative
    }

    .home-e-446 {
        position: relative
    }

    .home-e-443 {
        position: relative
    }

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

    .home-e-460 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .home-e-456 {
        position: relative
    }

    .home-e-457 {
        position: relative
    }

    .home-e-463 {
        position: relative
    }

    .home-e-459 {
        position: relative
    }

    .home-e-464 {
        position: relative
    }

    .home-e-455 {
        position: relative
    }

    .home-e-458 {
        position: relative
    }

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

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

    .home-e-434 {
        position: relative
    }

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

    .home-e-432 {
        padding: 16px 16px 16px 16px;
        -moz-column-gap: 6px;
             column-gap: 6px;
        row-gap: 6px;
        position: relative
    }

    .home-e-431 {
        flex-wrap: wrap-reverse;
        justify-content: center;
        -moz-column-gap: 12px;
             column-gap: 12px;
        row-gap: 4px;
        position: relative
    }

    .home-e-427 {
        position: relative
    }

    .home-e-430 {
        row-gap: 10px;
        -moz-column-gap: 26px;
             column-gap: 26px;
        position: relative
    }

    .home-e-429 {
        position: relative
    }

    .home-e-428 {
        position: relative
    }

    @media {

        .paragraph :hover {}

        .footer-link {}

        .aboutus-link {}

        .career-link {}

        .order-link {}

        .collection-image {}

        .training-link {}
    }
}

.paragraph :hover {}

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

.footer-link {}

.aboutus-link {}

.career-link {}

.order-link:hover {
    background-color: #050977FF
}

.order-link {}

.collection-image {}

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

.training-link {}

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component home-e-424 */
.home-e-424 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-424 span { display: initial; }
/* Resets for HTMLCode component home-e-50 */
.home-e-50 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.home-e-50 span { display: initial; }
