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

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

span {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1199px) {
    .home-e-4:hover {
        background-color: #00000019
    }

    .home-e-3 {
        padding: 32px 16px 32px 16px
    }

    .home-e-2 {
        padding: 0px 0px 0px 0px
    }

    .home-e-4 {
        display: block
    }

    .home-e-5 {
        min-height: 20px
    }

    .home-e-6 {
        height: -moz-fit-content;
        height: fit-content
    }

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

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

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

    .home-e-27 {
        width: 60%
    }

    .home-e-28 {
        height: -moz-fit-content;
        height: fit-content
    }

    .home-e-87 {
        padding: 36px 36px 36px 36px;
        flex-wrap: wrap;
        row-gap: 44px
    }

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

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

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

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

    .home-e-75 {
        display: none
    }

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

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

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

    .home-e-81 {
        display: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .home-e-98 {
        width: 60%
    }

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

    .home-e-44 {
        height: auto
    }

    .home-e-43 {
        align-items: center;
        height: auto
    }

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

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

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

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

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

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

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

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

    .home-e-69 {
        padding: 16px 16px 16px 16px;
        margin-top: 5px
    }

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

    .home-e-59 {
        -o-object-fit: contain;
           object-fit: contain;
        width: 150px;
        height: 80px
    }

    .home-e-66 {
        justify-content: center;
        width: 100%
    }

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

    .home-e-68 {
        width: 100%;
        max-width: 900px
    }
}

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

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

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

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

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

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

.home-e-61:hover {
    color: #000000
}

.home-e-3 {
    padding: 32px 16px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(267deg, rgb(126, 126, 126)0%, rgb(45, 45, 45)57.4%, rgb(45, 45, 45)97.7%);
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    z-index: 1500;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-2 {
    justify-content: space-between;
    align-items: center;
    z-index: 1500;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1300px
}

.home-e-1 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 278px;
    height: 60px;
    position: relative
}

.home-e-4 {
    background: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1670831129/static/menu_cdsvg_1669271257_86278svg_1670831129_48688.svg) 50% 50% / 55% auto no-repeat no-repeat scroll border-box padding-box;
    width: 50px;
    height: 50px;
    min-height: 20px;
    min-width: 20px;
    display: none;
    position: relative
}

.home-e-5 {
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-6 {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.home-e-7 {
    padding: 50px 16px 50px 16px;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin-right: auto
}

.home-e-8 {
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 550px
}

.home-e-9 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 600;
    color: #023463;
    line-height: 34px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-10 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000ce;
    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-27 {
    flex-direction: column;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-11 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-24 {
    flex-direction: column;
    row-gap: 5px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-12 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-13 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative
}

.home-e-14 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000000ce;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-17 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-15 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative
}

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

.home-e-20 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-18 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative
}

.home-e-19 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000000ce;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-23 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-21 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative
}

.home-e-22 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000000ce;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-25 {
    padding: 12px 32px 12px 32px;
    background-color: #023463;
    background-image: linear-gradient(285deg, rgb(227, 65, 81)0%, rgb(184, 27, 47)100%);
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-radius: 50px 50px 50px 50px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 30px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-26 {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 500px
}

.home-e-28 {
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 20px;
    min-width: auto;
    display: flex;
    position: relative
}

.home-e-87 {
    justify-content: center;
    align-items: center;
    -moz-column-gap: 44px;
         column-gap: 44px;
    background-color: #eeeeeeff;
    width: 100%;
    height: 400px;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-74 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 52px;
    z-index: 50;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.home-e-70 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 35px;
    height: 35px;
    position: relative
}

.home-e-73 {
    flex-direction: column;
    row-gap: 22px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 330px
}

.home-e-71 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-72 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #52525B;
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-75 {
    background-color: #E4E4E7;
    width: 1px;
    height: 220px;
    min-height: 20px;
    min-width: 1px;
    display: block;
    position: relative
}

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

.home-e-76 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
    position: relative
}

.home-e-79 {
    flex-direction: column;
    row-gap: 22px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 330px
}

.home-e-77 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-78 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #52525B;
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-81 {
    background-color: #E4E4E7;
    width: 1px;
    height: 220px;
    min-height: 20px;
    min-width: 1px;
    display: block;
    position: relative
}

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

.home-e-82 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
    position: relative
}

.home-e-85 {
    flex-direction: column;
    row-gap: 22px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 330px
}

.home-e-83 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-84 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #52525B;
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-88 {
    padding: 50px 16px 50px 16px;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin-right: auto
}

.home-e-89 {
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 550px
}

.home-e-90 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 600;
    color: #023463;
    line-height: 34px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-91 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000ce;
    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-112 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000ce;
    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-92 {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 500px
}

.home-e-107 {
    padding: 50px 16px 50px 16px;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin-right: auto
}

.home-e-108 {
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 550px
}

.home-e-109 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 600;
    color: #023463;
    line-height: 34px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-110 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000ce;
    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-111 {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 500px
}

.home-e-94 {
    padding: 50px 16px 50px 16px;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin-right: auto
}

.home-e-95 {
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 550px
}

.home-e-96 {
    font-family: var(--vId-font-token-a);
    font-size: 24px;
    font-weight: 600;
    color: #023463;
    line-height: 34px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-97 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #000000ce;
    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-98 {
    flex-direction: column;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-99 {
    flex-direction: column;
    row-gap: 5px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-100 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

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

.home-e-102 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000000ce;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-103 {
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex
}

.home-e-104 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative
}

.home-e-105 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000000ce;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-106 {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 500px
}

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

.home-e-44 {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: 560px
}

.home-e-43 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: 560px;
    margin-bottom: auto
}

.home-e-30 {
    row-gap: 40px;
    font-family: Roboto;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    line-height: 48px;
    padding: 10px 0px 5px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-42 {
    padding: 50px 0px 0px 0px;
    flex-direction: column;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 560px
}

.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
}

.home-e-36 {
    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-34 {
    font-family: Roboto;
    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-35 {
    padding: 12px 16px 12px 12px;
    font-family: Roboto;
    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 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx
}

.home-e-40 {
    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-38 {
    font-family: Roboto;
    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-39 {
    padding: 12px 16px 12px 12px;
    font-family: Roboto;
    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-33 {
    flex-direction: column;
    row-gap: 8px;
    z-index: 15050;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.home-e-31 {
    font-family: Roboto;
    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-32 {
    padding: 12px 16px 12px 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    color: #000000ff;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    z-index: 15050;
    height: 100px;
    width: 100%;
    display: block
}

.home-e-29 {
    padding: 12px 30px 12px 30px;
    background-color: #000000ff;
    border-radius: 19px 19px 19px 19px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.home-e-46 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 30px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 560px
}

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

.home-e-48 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: left;
    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: block
}

.home-e-49 {
    row-gap: 40px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    padding: 10px 0px 5px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-50 {
    row-gap: 20px;
    font-family: Roboto;
    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-54 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 250px
}

.home-e-51 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: left;
    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: block
}

.home-e-52 {
    row-gap: 40px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    padding: 10px 0px 5px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-53 {
    row-gap: 20px;
    font-family: Roboto;
    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-58 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 250px
}

.home-e-55 {
    padding: 0px 0px 0px 0px;
    color: #000000ff;
    text-align: left;
    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: block
}

.home-e-56 {
    row-gap: 40px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    padding: 10px 0px 5px 0px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-57 {
    row-gap: 20px;
    font-family: Roboto;
    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-69 {
    padding: 16px 0px 16px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 16px;
    background-color: #eeeeeeff;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative
}

.home-e-67 {
    padding: 16px 0px 16px 0px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-left: auto;
    display: flex;
    margin-right: auto
}

.home-e-59 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: 26px
}

.home-e-66 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex
}

.home-e-65 {
    padding: 0px 32px 0px 32px;
    justify-content: center;
    z-index: 50;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    display: flex
}

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

.home-e-60 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px
}

.home-e-61 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px
}

.home-e-62 {
    align-items: stretch;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    z-index: 50;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px
}

.home-e-63 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    z-index: 100;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px
}

.home-e-68 {
    background-color: #ccc;
    width: 900%;
    height: 1px;
    min-height: 1px;
    min-width: 20px;
    display: block;
    max-width: 1140px
}

@media (max-width:767px) {
    .home-e-2 {
        padding: 0px 0px 0px 0px
    }

    .home-e-5 {
        flex-direction: column
    }

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

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

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

    .home-e-87 {
        flex-wrap: wrap;
        row-gap: 44px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .home-e-45 {
        flex-direction: column;
        row-gap: 30px
    }

    .home-e-44 {
        flex-direction: column
    }

    .home-e-43 {
        padding: 32px 32px 32px 32px;
        align-items: center
    }

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

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

    .home-e-47 {
        align-items: center;
        width: -moz-fit-content;
        width: fit-content
    }

    .home-e-54 {
        align-items: center;
        width: -moz-fit-content;
        width: fit-content
    }

    .home-e-58 {
        align-items: center;
        width: -moz-fit-content;
        width: fit-content
    }

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

    .home-e-69 {
        padding: 16px 16px 16px 16px
    }

    .home-e-67 {
        padding: 16px 16px 16px 16px;
        flex-direction: column;
        align-items: center;
        row-gap: 16px
    }

    .home-e-59 {
        -o-object-fit: contain;
           object-fit: contain
    }

    .home-e-66 {
        flex-direction: column;
        row-gap: 16px
    }

    .home-e-65 {
        padding: 0px 0px 0px 0px;
        width: 100%
    }

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

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