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

.intervo-e-191:hover {
    transform: scale(1.03);
    color: #111111ff
}

.intervo-e-208:hover {
    background-color: #00000019;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.2)0%, rgba(0, 0, 0, 0.2)100%), linear-gradient(325deg, rgb(92, 51, 255)0%, rgb(181, 153, 255)100%);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box
}

.intervo-e-211:hover {
    background-color: #00000019;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.2)0%, rgba(0, 0, 0, 0.2)100%), linear-gradient(325deg, rgb(92, 51, 255)0%, rgb(181, 153, 255)100%);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box
}

.intervo-e-105:hover {
    background-color: #0000000c
}

.intervo-e-159:hover {
    background-color: #0000000c
}

.intervo-e-111:hover {
    background-color: #0000000c
}

.intervo-e-135:hover {
    background-color: #0000000c
}

.intervo-e-129:hover {
    background-color: #0000000c
}

.intervo-e-123:hover {
    background-color: #0000000c
}

.intervo-e-141:hover {
    background-color: #ffffff19
}

.intervo-e-147:hover {
    background-color: #ffffff19
}

.intervo-e-153:hover {
    background-color: #ffffff19
}

.intervo-e-117:hover {
    background-color: #0000000c
}

.intervo-e-176:hover {
    background-color: #0000000c
}

.intervo-e-182:hover {
    background-color: #0000000c
}

.intervo-e-311:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 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
}

.intervo-e-241:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-246:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-243:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-363:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-244:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-242:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-245:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-248:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-278:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-249:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-369:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-283:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-285:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-287:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-284:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-286:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-264:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-261:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-265:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-262:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-362:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-294:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-260:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-263:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-371:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-370:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-298:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-299:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-300:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-301:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-302:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-307:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-303:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-304:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-305:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-359:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-306:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-336:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-339:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-340:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-341:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-342:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-343:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-348:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-344:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-345:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-346:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-347:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-355:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-360:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-361:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-356:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-358:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-357:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-268:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-247:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-280:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-279:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-372:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-373:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-374:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-375:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-271:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-273:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-272:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-275:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-277:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-274:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-276:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-354:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-255:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-252:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-254:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-257:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-256:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-253:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-350:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-351:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-352:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-353:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.intervo-e-13 {
    padding: 16px 10px 16px 10px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffbf;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #00000019 transparent;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1500;
    position: sticky;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: NaNpx
}

.intervo-e-189 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    position: relative
}

.intervo-e-197 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-195 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: px;
    position: sticky
}

.intervo-e-190 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 171px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.intervo-e-194 {
    flex-direction: row;
    align-items: stretch;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-192 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-205 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-206 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-193 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-214 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-191 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #111111ff;
    line-height: 24px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-208 {
    padding: 0px 0px 0px 0px;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #EFEFEF;
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    background: var(--Linear, linear-gradient(325deg, #5C33FF 19.35%, #B599FF 138.84%));
    width: 240px;
    height: 48px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative;
    display: flex
}

.intervo-e-210 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.intervo-e-209 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-196 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: #ffffff00;
    background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684760387/static/menu-iconsvg_1684760386_70302.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    height: 50px;
    width: 50px;
    display: none;
    position: relative
}

.intervo-e-204 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #EEE;
    z-index: 1500;
    top: 0px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    right: NaNpx;
    min-height: 100vh;
    position: fixed;
    bottom: auto;
    left: 0px
}

.intervo-e-203 {
    padding: 16px 16px 0px 16px;
    flex-direction: row;
    justify-content: flex-end;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative;
    min-height: auto
}

.intervo-e-202 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: #ffffff00;
    background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684997387/static/close-hum-bsvg_1684997387_54040.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    height: 50px;
    width: 50px;
    display: flex;
    position: relative
}

.intervo-e-199 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.intervo-e-201 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.intervo-e-207 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.intervo-e-200 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.intervo-e-198 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.intervo-e-211 {
    padding: 12px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #EFEFEF;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    background: var(--Linear, linear-gradient(325deg, #5C33FF 19.35%, #B599FF 138.84%));
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: 320px
}

.intervo-e-213 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.intervo-e-212 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-1 {
    padding: 0px 0px 56px 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-2 {
    padding: 56px 0px 56px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 56px;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-3 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 16px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 842px;
    position: relative
}

.intervo-e-4 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 4px 14px 4px 14px;
    line-height: 22px;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-5 {
    font-family: Inter;
    font-size: 54px;
    font-weight: 600;
    color: #282828;
    padding: 0px 0px 0px 0px;
    letter-spacing: -1.5px;
    line-height: 62px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-7 {
    padding: 42px 42px 42px 42px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4)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: 40px 40px 40px 40px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 20%;
    display: flex;
    position: relative
}

.intervo-e-8 {
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 250px;
    margin-top: px;
    position: relative;
    max-width: 660px;
    max-height: 660px
}

.intervo-e-11 {
    padding: 42px 42px 0px 42px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4)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: 40px 40px 40px 40px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 50%;
    display: flex;
    position: relative
}

.intervo-e-12 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 100%;
    height: 290px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-9 {
    padding: 42px 42px 42px 42px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #00000014;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4)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: 40px 40px 40px 40px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 30%;
    display: flex;
    position: relative
}

.intervo-e-10 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 80%;
       object-position: 0% 80%;
    width: 100%;
    height: 250px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-14 {
    padding: 0px 10px 56px 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-15 {
    padding: 32px 0px 32px 0px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.intervo-e-16 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-17 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-20 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-19 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-21 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-18 {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-22 {
    padding: 0px 0px 56px 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-23 {
    padding: 56px 0px 56px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-24 {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 622px;
    position: relative
}

.intervo-e-25 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-26 {
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 40px 0px;
    letter-spacing: -2px;
    line-height: 46px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-27 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.intervo-e-28 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

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

.intervo-e-30 {
    padding: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 29px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-31 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-33 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

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

.intervo-e-35 {
    padding: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 29px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-36 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-43 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

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

.intervo-e-45 {
    padding: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 29px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-46 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-38 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

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

.intervo-e-40 {
    padding: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 29px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-41 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-165 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 512px;
    height: 512px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-48 {
    padding: 112px 0px 112px 20px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8)0%, rgba(0, 0, 0, 0.8)97.7%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-49 {
    padding: 56px 0px 56px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-50 {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 515px;
    position: relative
}

.intervo-e-51 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-bbd08bd3-24ff-4b92-890c-ba993b5f8183);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-52 {
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    color: #FFF;
    padding: 0px 0px 20px 0px;
    letter-spacing: -2px;
    line-height: 46px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-54 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.intervo-e-55 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

.intervo-e-56 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-61 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

.intervo-e-62 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-64 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

.intervo-e-65 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-58 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 295px;
    position: relative
}

.intervo-e-59 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -0.2px;
    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
}

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

.intervo-e-67 {
    padding: 56px 0px 56px 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-68 {
    padding: 56px 0px 56px 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-69 {
    padding: 0px 0px 40px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 780px;
    position: relative
}

.intervo-e-70 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-71 {
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    letter-spacing: -2px;
    line-height: 46px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-73 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 64px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.intervo-e-74 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-76 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-77 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-89 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-91 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-92 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-84 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-86 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-87 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-171 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-173 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-174 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-166 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-168 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-169 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-79 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 512px;
    position: relative
}

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

.intervo-e-81 {
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 42px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    min-width: 10px;
    min-height: 10px;
    position: relative
}

.intervo-e-82 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 6px 0px;
    letter-spacing: -0.2px;
    line-height: 32px;
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.intervo-e-94 {
    padding: 120px 0px 120px 0px;
    background-color: #00000014;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-95 {
    padding: 56px 20px 56px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-96 {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 650px;
    position: relative
}

.intervo-e-97 {
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 20px 0px;
    letter-spacing: -1px;
    line-height: 50px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-98 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 20px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-99 {
    padding: 10px 20px 10px 20px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    border-radius: 100px 100px 100px 100px;
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93) var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    line-height: 25px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.intervo-e-100 {
    padding: 0px 0px 0px 0px;
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    overflow: hidden;
    width: 100%;
    height: 280px;
    max-width: 500px;
    max-height: 340px;
    position: relative
}

.intervo-e-101 {
    padding: 56px 0px 56px 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-102 {
    padding: 56px 0px 56px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    width: 100%;
    height: auto;
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    margin-right: auto;
    display: flex;
    position: relative;
    max-width: 1320px
}

.intervo-e-103 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    color: #111;
    padding: 0px 0px 42px 0px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 50px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 2px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-104 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-105 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-106 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-107 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-108 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-109 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transition: all 2s linear;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-110 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-159 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-160 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-161 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 540px
}

.intervo-e-162 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-163 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-164 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-111 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-112 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-113 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-114 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-115 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-116 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-135 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-136 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-137 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 540px
}

.intervo-e-138 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-139 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-140 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-129 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-130 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-131 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-132 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-133 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-134 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-123 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-124 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-125 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-126 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-127 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-128 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-141 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-142 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-143 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-144 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.intervo-e-145 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-146 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-147 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-148 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-149 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-150 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.intervo-e-151 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-152 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-153 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-154 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-155 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-156 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.intervo-e-157 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-158 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-117 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-118 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-119 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-120 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-121 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-122 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5f6980ff;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-176 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-177 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-178 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-179 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-180 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-181 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5f6980ff;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-182 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.intervo-e-183 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-184 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-185 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.intervo-e-186 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-187 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #5f6980ff;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    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: 540px
}

.intervo-e-215 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    z-index: 100010;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.intervo-e-308 {
    padding: 100px 60px 98px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #2563eb;
    background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67f23a09dc3eea81aa7c81b4_e6be866e/asset-47903de3), linear-gradient(330deg, rgb(92, 51, 255)46.800000000000004%, rgb(181, 153, 255)100%);
    background-position: 50% 50%, 50% 50%;
    background-size: contain, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100%;
    min-width: 20px;
    display: flex;
    max-width: none;
    position: relative
}

.intervo-e-315 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

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

.intervo-e-317 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

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

.intervo-e-321 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.intervo-e-322 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -1px;
    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
}

.intervo-e-323 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-320 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #ffffffb2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-318 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.intervo-e-324 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

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

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

.intervo-e-328 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 0px 0px;
    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
}

.intervo-e-329 {
    padding: 6px 0px 6px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.intervo-e-330 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.intervo-e-334 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.intervo-e-333 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.intervo-e-332 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.intervo-e-331 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.intervo-e-326 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 0px 0px;
    text-align: center;
    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;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-335 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #ffffffb2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-309 {
    font-family: var(--vId-font-token-a);
    font-size: 45px;
    font-weight: 500;
    color: #F0EFF9;
    padding: 0px 0px 12px 0px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 55px;
    width: auto;
    height: auto;
    display: block;
    max-width: 700px;
    position: relative
}

.intervo-e-310 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: #ffffffcc;
    padding: 0px 0px 32px 0px;
    text-align: center;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    max-width: 700px;
    position: relative
}

.intervo-e-311 {
    padding: 12px 24px 12px 24px;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.intervo-e-312 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-313 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #fff706e5;
    transform: rotate(22deg) scale(1.4) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd);
    top: 132px;
    left: auto;
    height: 100px;
    width: 100px;
    display: flex;
    position: absolute;
    right: 20%;
    bottom: 0px
}

.intervo-e-314 {
    font-family: var(--vId-font-token-a);
    font-size: 27px;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.intervo-e-220 {
    padding: 80px 0px 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 12px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1280px;
    margin-right: auto;
    position: relative
}

.intervo-e-238 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    row-gap: 32px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.intervo-e-239 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-241 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-246 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-09520eab-1692-42ee-99d8-4dcceb4d674a);
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-291 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111111b2;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    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: 460px
}

.intervo-e-243 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-363 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-244 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-242 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-290 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 20px;
    opacity: 100%;
    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: 460px
}

.intervo-e-245 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-248 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-278 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-249 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-369 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-281 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-283 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-285 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-287 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-284 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-286 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-293 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111111b2;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    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: 460px
}

.intervo-e-295 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: left;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.intervo-e-258 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-264 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-261 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-288 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    line-height: 25px;
    text-align: center;
    opacity: 100%;
    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: 460px
}

.intervo-e-265 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-262 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-362 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-294 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-260 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-263 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-371 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-370 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-296 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-298 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-299 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-300 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-301 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-302 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-307 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-303 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-304 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-305 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-359 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-306 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-336 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-337 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-339 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-340 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-341 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-342 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-343 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-348 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-344 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-345 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-346 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-347 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-355 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-360 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-361 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.intervo-e-356 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-358 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-357 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

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

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

.intervo-e-268 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-247 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-280 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-279 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-372 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-373 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-374 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-375 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-269 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-271 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-273 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.intervo-e-289 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.intervo-e-292 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.intervo-e-272 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-275 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-277 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-274 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-276 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-354 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-250 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.intervo-e-255 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-252 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-254 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-257 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-256 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-253 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

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

.intervo-e-350 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-351 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-352 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-353 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-218 {
    padding: 22px 10px 0px 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #1111114c transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.intervo-e-219 {
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 300;
    color: #111111cc;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: none;
    position: relative
}

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

.intervo-e-226 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-230 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-231 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-229 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-227 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-228 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.intervo-e-222 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 12px 0px;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: none
}

.intervo-e-223 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 12px 0px;
    text-align: left;
    line-height: 24px;
    opacity: 100%;
    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: none
}

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

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

.intervo-e-216 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-237 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-367 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-366 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-365 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-364 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-368 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-232 {
    padding: 14px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

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

.intervo-e-236 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 22px;
    height: 26px;
    position: relative;
    min-width: auto;
    min-height: auto
}

.intervo-e-235 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.intervo-e-233 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    text-align: center;
    line-height: 24px;
    opacity: 100%;
    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: 460px
}

@media (max-width:1199px) {
    .intervo-e-13 {
        background-color: #ffffffb2;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null;
        border-width: 0px 0px 1px 0px;
        position: relative
    }

    .intervo-e-195 {
        position: relative
    }

    .intervo-e-192 {
        display: none
    }

    .intervo-e-205 {
        display: none
    }

    .intervo-e-206 {
        display: none
    }

    .intervo-e-193 {
        display: none
    }

    .intervo-e-214 {
        display: none
    }

    .intervo-e-191 {
        display: none
    }

    .intervo-e-208 {
        display: none
    }

    .intervo-e-196 {
        background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684997387/static/menu-icon-bsvg_1684997387_73730.svg);
        display: flex
    }

    .intervo-e-204 {
        position: relative
    }

    .intervo-e-1 {
        min-height: 20px
    }

    .intervo-e-2 {
        max-width: 95%
    }

    .intervo-e-6 {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start
    }

    .intervo-e-7 {
        width: 100%
    }

    .intervo-e-11 {
        width: 100%
    }

    .intervo-e-9 {
        width: 100%
    }

    .intervo-e-15 {
        flex-wrap: wrap;
        justify-content: center;
        -moz-column-gap: 36px;
             column-gap: 36px;
        row-gap: 36px;
        max-width: none
    }

    .intervo-e-22 {
        min-height: 20px
    }

    .intervo-e-23 {
        flex-direction: column;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 56px;
        max-width: 95%
    }

    .intervo-e-48 {
        min-height: 20px
    }

    .intervo-e-49 {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 56px;
        max-width: 95%
    }

    .intervo-e-50 {
        align-items: center
    }

    .intervo-e-52 {
        text-align: center
    }

    .intervo-e-53 {
        text-align: center
    }

    .intervo-e-54 {
        justify-content: center;
        align-items: center
    }

    .intervo-e-67 {
        min-height: 20px
    }

    .intervo-e-68 {
        align-items: center;
        row-gap: 56px;
        max-width: 95%
    }

    .intervo-e-70 {
        padding: 0px 0px 20px 0px
    }

    .intervo-e-73 {
        justify-content: center
    }

    .intervo-e-94 {
        min-height: 20px
    }

    .intervo-e-95 {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 56px;
        max-width: 95%
    }

    .intervo-e-100 {
        height: 346px;
        max-width: 600px;
        max-height: none
    }

    .intervo-e-101 {
        min-height: 20px
    }

    .intervo-e-102 {
        max-width: 95%
    }

    .intervo-e-308 {
        padding: 75px 75px 75px 75px
    }

    .intervo-e-309 {
        font-size: 38px;
        line-height: 48px
    }

    .intervo-e-313 {
        display: none;
        position: relative
    }

    .intervo-e-220 {
        padding: 80px 16px 20px 16px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .intervo-e-238 {
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        max-width: none
    }

    .intervo-e-239 {
        width: 50%
    }

    .intervo-e-281 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-258 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-296 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-337 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-266 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-269 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-250 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .intervo-e-218 {
        flex-wrap: wrap
    }

    .intervo-e-224 {
        flex-direction: column
    }

    .intervo-e-219 {
        justify-content: center;
        text-align: center
    }

    .intervo-e-221 {
        flex-direction: column;
        justify-content: space-between;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .intervo-e-232 {
        flex-direction: column;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .intervo-e-236 {
        display: none
    }

    @media {

        .primary-button {}

        .reveal {}
    }
}

@media (max-width:767px) {
    .intervo-e-13 {
        background-color: #ffffffb2;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null;
        border-width: 0px 0px 1px 0px;
        position: relative
    }

    .intervo-e-189 {
        position: relative
    }

    .intervo-e-197 {
        height: 62px;
        position: relative
    }

    .intervo-e-195 {
        position: relative
    }

    .intervo-e-190 {
        position: relative
    }

    .intervo-e-194 {
        position: relative
    }

    .intervo-e-192 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-205 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-206 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-193 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-214 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-191 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-208 {
        position: relative
    }

    .intervo-e-210 {
        position: relative
    }

    .intervo-e-209 {
        position: relative
    }

    .intervo-e-196 {
        background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684997387/static/menu-icon-bsvg_1684997387_73730.svg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .intervo-e-204 {
        padding: 20px 20px 20px 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

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

    .intervo-e-202 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        margin-left: 16px;
        position: relative
    }

    .intervo-e-199 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-201 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-207 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-200 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-198 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .intervo-e-211 {
        position: relative
    }

    .intervo-e-213 {
        position: relative
    }

    .intervo-e-212 {
        position: relative
    }

    .intervo-e-1 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-2 {
        position: relative
    }

    .intervo-e-3 {
        position: relative
    }

    .intervo-e-4 {
        position: relative
    }

    .intervo-e-5 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.5px;
        position: relative
    }

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

    .intervo-e-7 {
        position: relative
    }

    .intervo-e-8 {
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        -o-object-fit: contain;
           object-fit: contain;
        position: relative
    }

    .intervo-e-11 {
        position: relative
    }

    .intervo-e-12 {
        position: relative
    }

    .intervo-e-9 {
        position: relative
    }

    .intervo-e-10 {
        position: relative
    }

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

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

    .intervo-e-16 {
        -o-object-fit: contain;
           object-fit: contain;
        height: 24px;
        position: relative
    }

    .intervo-e-17 {
        height: 24px;
        position: relative
    }

    .intervo-e-20 {
        height: 24px;
        position: relative
    }

    .intervo-e-19 {
        height: 24px;
        position: relative
    }

    .intervo-e-21 {
        height: 24px;
        position: relative
    }

    .intervo-e-18 {
        height: 24px;
        position: relative
    }

    .intervo-e-22 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-23 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 56px;
        position: relative
    }

    .intervo-e-24 {
        position: relative
    }

    .intervo-e-25 {
        position: relative
    }

    .intervo-e-26 {
        position: relative
    }

    .intervo-e-27 {
        position: relative
    }

    .intervo-e-28 {
        position: relative
    }

    .intervo-e-29 {
        position: relative
    }

    .intervo-e-30 {
        position: relative
    }

    .intervo-e-31 {
        position: relative
    }

    .intervo-e-32 {
        position: relative
    }

    .intervo-e-33 {
        position: relative
    }

    .intervo-e-34 {
        position: relative
    }

    .intervo-e-35 {
        position: relative
    }

    .intervo-e-36 {
        position: relative
    }

    .intervo-e-37 {
        position: relative
    }

    .intervo-e-43 {
        position: relative
    }

    .intervo-e-44 {
        position: relative
    }

    .intervo-e-45 {
        position: relative
    }

    .intervo-e-46 {
        position: relative
    }

    .intervo-e-47 {
        position: relative
    }

    .intervo-e-38 {
        position: relative
    }

    .intervo-e-39 {
        position: relative
    }

    .intervo-e-40 {
        position: relative
    }

    .intervo-e-41 {
        position: relative
    }

    .intervo-e-42 {
        position: relative
    }

    .intervo-e-165 {
        position: relative
    }

    .intervo-e-48 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-49 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 56px;
        position: relative
    }

    .intervo-e-50 {
        position: relative
    }

    .intervo-e-51 {
        position: relative
    }

    .intervo-e-52 {
        position: relative
    }

    .intervo-e-53 {
        position: relative
    }

    .intervo-e-54 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 32px;
        position: relative
    }

    .intervo-e-55 {
        position: relative
    }

    .intervo-e-56 {
        position: relative
    }

    .intervo-e-57 {
        position: relative
    }

    .intervo-e-61 {
        position: relative
    }

    .intervo-e-62 {
        position: relative
    }

    .intervo-e-63 {
        position: relative
    }

    .intervo-e-64 {
        position: relative
    }

    .intervo-e-65 {
        position: relative
    }

    .intervo-e-66 {
        position: relative
    }

    .intervo-e-58 {
        position: relative
    }

    .intervo-e-59 {
        position: relative
    }

    .intervo-e-60 {
        position: relative
    }

    .intervo-e-67 {
        flex-direction: column;
        position: relative
    }

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

    .intervo-e-69 {
        position: relative
    }

    .intervo-e-70 {
        position: relative
    }

    .intervo-e-71 {
        position: relative
    }

    .intervo-e-72 {
        position: relative
    }

    .intervo-e-73 {
        position: relative
    }

    .intervo-e-74 {
        position: relative
    }

    .intervo-e-75 {
        position: relative
    }

    .intervo-e-76 {
        position: relative
    }

    .intervo-e-77 {
        position: relative
    }

    .intervo-e-78 {
        position: relative
    }

    .intervo-e-89 {
        position: relative
    }

    .intervo-e-90 {
        position: relative
    }

    .intervo-e-91 {
        position: relative
    }

    .intervo-e-92 {
        position: relative
    }

    .intervo-e-93 {
        position: relative
    }

    .intervo-e-84 {
        position: relative
    }

    .intervo-e-85 {
        position: relative
    }

    .intervo-e-86 {
        position: relative
    }

    .intervo-e-87 {
        position: relative
    }

    .intervo-e-88 {
        position: relative
    }

    .intervo-e-171 {
        position: relative
    }

    .intervo-e-172 {
        position: relative
    }

    .intervo-e-173 {
        position: relative
    }

    .intervo-e-174 {
        position: relative
    }

    .intervo-e-175 {
        position: relative
    }

    .intervo-e-166 {
        position: relative
    }

    .intervo-e-167 {
        position: relative
    }

    .intervo-e-168 {
        position: relative
    }

    .intervo-e-169 {
        position: relative
    }

    .intervo-e-170 {
        position: relative
    }

    .intervo-e-79 {
        position: relative
    }

    .intervo-e-80 {
        position: relative
    }

    .intervo-e-81 {
        position: relative
    }

    .intervo-e-82 {
        position: relative
    }

    .intervo-e-83 {
        position: relative
    }

    .intervo-e-94 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-95 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 56px;
        position: relative
    }

    .intervo-e-96 {
        position: relative
    }

    .intervo-e-97 {
        position: relative
    }

    .intervo-e-98 {
        position: relative
    }

    .intervo-e-99 {
        position: relative
    }

    .intervo-e-100 {
        height: 246px;
        position: relative
    }

    .intervo-e-101 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-102 {
        position: relative
    }

    .intervo-e-103 {
        position: relative
    }

    .intervo-e-104 {
        position: relative
    }

    .intervo-e-105 {
        position: relative
    }

    .intervo-e-106 {
        position: relative
    }

    .intervo-e-107 {
        position: relative
    }

    .intervo-e-108 {
        position: relative
    }

    .intervo-e-109 {
        position: relative
    }

    .intervo-e-110 {
        position: relative
    }

    .intervo-e-159 {
        position: relative
    }

    .intervo-e-160 {
        position: relative
    }

    .intervo-e-161 {
        position: relative
    }

    .intervo-e-162 {
        position: relative
    }

    .intervo-e-163 {
        position: relative
    }

    .intervo-e-164 {
        position: relative
    }

    .intervo-e-111 {
        position: relative
    }

    .intervo-e-112 {
        position: relative
    }

    .intervo-e-113 {
        position: relative
    }

    .intervo-e-114 {
        position: relative
    }

    .intervo-e-115 {
        position: relative
    }

    .intervo-e-116 {
        position: relative
    }

    .intervo-e-135 {
        position: relative
    }

    .intervo-e-136 {
        position: relative
    }

    .intervo-e-137 {
        position: relative
    }

    .intervo-e-138 {
        position: relative
    }

    .intervo-e-139 {
        position: relative
    }

    .intervo-e-140 {
        position: relative
    }

    .intervo-e-129 {
        position: relative
    }

    .intervo-e-130 {
        position: relative
    }

    .intervo-e-131 {
        position: relative
    }

    .intervo-e-132 {
        position: relative
    }

    .intervo-e-133 {
        position: relative
    }

    .intervo-e-134 {
        position: relative
    }

    .intervo-e-123 {
        position: relative
    }

    .intervo-e-124 {
        position: relative
    }

    .intervo-e-125 {
        position: relative
    }

    .intervo-e-126 {
        position: relative
    }

    .intervo-e-127 {
        position: relative
    }

    .intervo-e-128 {
        position: relative
    }

    .intervo-e-141 {
        position: relative
    }

    .intervo-e-142 {
        position: relative
    }

    .intervo-e-143 {
        position: relative
    }

    .intervo-e-144 {
        position: relative
    }

    .intervo-e-145 {
        position: relative
    }

    .intervo-e-146 {
        position: relative
    }

    .intervo-e-147 {
        position: relative
    }

    .intervo-e-148 {
        position: relative
    }

    .intervo-e-149 {
        position: relative
    }

    .intervo-e-150 {
        position: relative
    }

    .intervo-e-151 {
        position: relative
    }

    .intervo-e-152 {
        position: relative
    }

    .intervo-e-153 {
        position: relative
    }

    .intervo-e-154 {
        position: relative
    }

    .intervo-e-155 {
        position: relative
    }

    .intervo-e-156 {
        position: relative
    }

    .intervo-e-157 {
        position: relative
    }

    .intervo-e-158 {
        position: relative
    }

    .intervo-e-117 {
        position: relative
    }

    .intervo-e-118 {
        position: relative
    }

    .intervo-e-119 {
        position: relative
    }

    .intervo-e-120 {
        position: relative
    }

    .intervo-e-121 {
        position: relative
    }

    .intervo-e-122 {
        position: relative
    }

    .intervo-e-176 {
        position: relative
    }

    .intervo-e-177 {
        position: relative
    }

    .intervo-e-178 {
        position: relative
    }

    .intervo-e-179 {
        position: relative
    }

    .intervo-e-180 {
        position: relative
    }

    .intervo-e-181 {
        position: relative
    }

    .intervo-e-182 {
        position: relative
    }

    .intervo-e-183 {
        position: relative
    }

    .intervo-e-184 {
        position: relative
    }

    .intervo-e-185 {
        position: relative
    }

    .intervo-e-186 {
        position: relative
    }

    .intervo-e-187 {
        position: relative
    }

    .intervo-e-215 {
        position: relative
    }

    .intervo-e-308 {
        padding: 70px 20px 70px 20px;
        align-items: center;
        background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67f23a09dc3eea81aa7c81b4_e6be866e/asset-47903de3), linear-gradient(330deg, rgb(92, 51, 255)46.800000000000004%, rgb(181, 153, 255)100%);
        background-position: 50% 50%, 50% 50%;
        background-size: contain, cover;
        background-repeat: no-repeat no-repeat, no-repeat no-repeat;
        background-attachment: scroll, scroll;
        background-clip: border-box, border-box;
        background-origin: padding-box, padding-box;
        position: relative
    }

    .intervo-e-315 {
        position: relative
    }

    .intervo-e-316 {
        position: relative
    }

    .intervo-e-317 {
        position: relative
    }

    .intervo-e-319 {
        position: relative
    }

    .intervo-e-321 {
        position: relative
    }

    .intervo-e-322 {
        position: relative
    }

    .intervo-e-323 {
        position: relative
    }

    .intervo-e-320 {
        position: relative
    }

    .intervo-e-318 {
        position: relative
    }

    .intervo-e-324 {
        display: none;
        position: relative
    }

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

    .intervo-e-327 {
        position: relative
    }

    .intervo-e-328 {
        position: relative
    }

    .intervo-e-329 {
        position: relative
    }

    .intervo-e-330 {
        position: relative
    }

    .intervo-e-334 {
        position: relative
    }

    .intervo-e-333 {
        position: relative
    }

    .intervo-e-332 {
        position: relative
    }

    .intervo-e-331 {
        position: relative
    }

    .intervo-e-326 {
        position: relative
    }

    .intervo-e-335 {
        position: relative
    }

    .intervo-e-309 {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -1px;
        line-height: 42px;
        position: relative
    }

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

    .intervo-e-311 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .intervo-e-312 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .intervo-e-313 {
        position: relative
    }

    .intervo-e-314 {
        position: relative
    }

    .intervo-e-220 {
        padding: 80px 16px 20px 16px;
        position: relative
    }

    .intervo-e-238 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .intervo-e-239 {
        position: relative
    }

    .intervo-e-240 {
        position: relative
    }

    .intervo-e-241 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-246 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-291 {
        text-align: left;
        position: relative
    }

    .intervo-e-243 {
        position: relative
    }

    .intervo-e-363 {
        position: relative
    }

    .intervo-e-244 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-242 {
        position: relative
    }

    .intervo-e-290 {
        text-align: left;
        position: relative
    }

    .intervo-e-245 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-248 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-278 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-249 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-369 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-281 {
        position: relative
    }

    .intervo-e-282 {
        position: relative
    }

    .intervo-e-283 {
        position: relative
    }

    .intervo-e-285 {
        position: relative
    }

    .intervo-e-287 {
        position: relative
    }

    .intervo-e-284 {
        position: relative
    }

    .intervo-e-286 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-293 {
        text-align: left;
        position: relative
    }

    .intervo-e-295 {
        position: relative
    }

    .intervo-e-258 {
        position: relative
    }

    .intervo-e-259 {
        position: relative
    }

    .intervo-e-264 {
        position: relative
    }

    .intervo-e-261 {
        position: relative
    }

    .intervo-e-288 {
        position: relative
    }

    .intervo-e-265 {
        position: relative
    }

    .intervo-e-262 {
        position: relative
    }

    .intervo-e-362 {
        position: relative
    }

    .intervo-e-294 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-260 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-263 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-371 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-370 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-296 {
        position: relative
    }

    .intervo-e-297 {
        position: relative
    }

    .intervo-e-298 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-299 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-300 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-301 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-302 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-307 {
        position: relative
    }

    .intervo-e-303 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-304 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-305 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-359 {
        position: relative
    }

    .intervo-e-306 {
        position: relative
    }

    .intervo-e-336 {
        position: relative
    }

    .intervo-e-337 {
        position: relative
    }

    .intervo-e-338 {
        position: relative
    }

    .intervo-e-339 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-340 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-341 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-342 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-343 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-348 {
        position: relative
    }

    .intervo-e-344 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-345 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-346 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-347 {
        position: relative
    }

    .intervo-e-355 {
        position: relative
    }

    .intervo-e-360 {
        position: relative
    }

    .intervo-e-361 {
        position: relative
    }

    .intervo-e-356 {
        position: relative
    }

    .intervo-e-358 {
        position: relative
    }

    .intervo-e-357 {
        position: relative
    }

    .intervo-e-266 {
        position: relative
    }

    .intervo-e-267 {
        position: relative
    }

    .intervo-e-268 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-247 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-280 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-279 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-372 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-373 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-374 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-375 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

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

    .intervo-e-270 {
        position: relative
    }

    .intervo-e-271 {
        position: relative
    }

    .intervo-e-273 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-289 {
        position: relative
    }

    .intervo-e-292 {
        position: relative
    }

    .intervo-e-272 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-275 {
        position: relative
    }

    .intervo-e-277 {
        position: relative
    }

    .intervo-e-274 {
        position: relative
    }

    .intervo-e-276 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-354 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

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

    .intervo-e-251 {
        position: relative
    }

    .intervo-e-255 {
        position: relative
    }

    .intervo-e-252 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-254 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-257 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-256 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-253 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-349 {
        position: relative
    }

    .intervo-e-350 {
        position: relative
    }

    .intervo-e-351 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-352 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .intervo-e-353 {
        position: relative
    }

    .intervo-e-218 {
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

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

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

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

    .intervo-e-226 {
        position: relative
    }

    .intervo-e-230 {
        position: relative
    }

    .intervo-e-231 {
        position: relative
    }

    .intervo-e-229 {
        position: relative
    }

    .intervo-e-227 {
        position: relative
    }

    .intervo-e-228 {
        position: relative
    }

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

    .intervo-e-223 {
        position: relative
    }

    .intervo-e-221 {
        flex-direction: row;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 18px;
             column-gap: 18px;
        position: relative
    }

    .intervo-e-217 {
        flex-direction: column;
        align-items: flex-start;
        position: relative
    }

    .intervo-e-216 {
        text-align: left;
        position: relative
    }

    .intervo-e-237 {
        text-align: left;
        position: relative
    }

    .intervo-e-367 {
        text-align: left;
        position: relative
    }

    .intervo-e-366 {
        text-align: left;
        position: relative
    }

    .intervo-e-365 {
        text-align: left;
        position: relative
    }

    .intervo-e-364 {
        text-align: left;
        position: relative
    }

    .intervo-e-368 {
        text-align: left;
        position: relative
    }

    .intervo-e-232 {
        flex-direction: column;
        position: relative
    }

    .intervo-e-234 {
        flex-direction: column;
        align-items: flex-start;
        position: relative
    }

    .intervo-e-236 {
        position: relative
    }

    .intervo-e-235 {
        text-align: left;
        position: relative
    }

    .intervo-e-233 {
        position: relative
    }

    @media {

        .gradientbutton {
            background-image: linear-gradient(110deg, rgb(151, 71, 255)1.7999999999999998%, rgb(123, 97, 255)100%);
            background-position: 0% 0%;
            background-size: auto auto;
            background-repeat: no-repeat no-repeat;
            background-attachment: scroll;
            background-clip: border-box;
            background-origin: padding-box
        }

        .footer-link {
            height: auto !important
        }

        .H1 {
            font-size: 34px;
            line-height: 44px
        }

        .primary-button {}

        .reveal {}
    }
}

.gradientbutton:hover {
    background-position: right center;
    transform: scale(1.04);
    background-color: #00000000;
    opacity: 100%
}

.gradientbutton {
    transition: all 0.5s ease-out;
    background: linear-gradient(325deg, #5C33FF 19.35%, #B599FF 138.84%));
    border-radius: 12px 12px 12px 12px;
    border-bottom: 2px solid rgba(26, 26, 26, 0.20);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    padding: 12px 32px 12px 32px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(110deg, rgb(92, 51, 255)1.7999999999999998%, rgb(181, 153, 255)100%);
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff00 #ffffff00 #00000028 #ffffff00;
    opacity: 100%
}

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

.comfortaa {
    font-family: var(--vId-font-token-a)
}

.light {
    background-color: #FAFAFA
}

.kumbh-sans {
    font-family: var(--vId-font-token-a)
}

.header-links:hover {
    color: #fafafaff
}

.header-links {
    font-size: 14px;
    color: #fafafab2;
    line-height: 24px;
    padding: 0px 12px 0px 13px
}

.pricing-card {
    padding: 24px 24px 24px 24px;
    flex-direction: column;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    background-color: #2222220a;
    box-shadow: 0px 2px 8px 0px #ffffff0a;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000004c #0000004c #0000004c #0000004c
}

.pricing-card-focused {
    border-color: #9013feff #9013feff #9013feff #9013feff;
    border-width: 3px 3px 3px 3px;
    border-style: solid solid solid solid
}

.text-par {
    font-size: 16px;
    color: #111111b2;
    line-height: 26px
}

.footer-link:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 6px 0px 0px;
    line-height: 24px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    text-decoration: underline;
    text-underline-offset: 4px
}

.footer-link {
    height: auto !important;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    color: var(--vId-09520eab-1692-42ee-99d8-4dcceb4d674a);
    padding: 0px 6px 0px 0px;
    text-transform: capitalize;
    line-height: 24px
}

.Feature-card {
    max-width: 320px !important
}

.feature-card-main {
    box-shadow: #9747FF19 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-color: #333333ff #333333ff #333333ff #333333ff
}

.header-link-black:hover {
    transform: scale(1.03);
    color: #111
}

.header-link-black {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    color: #111111cc;
    line-height: 24px;
    padding: 0px 14px 0px 14px
}

.H1 {
    font-family: var(--vId-font-token-a);
    font-size: 48px;
    font-weight: 800;
    line-height: 58px
}

.Paragraph {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.H2 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500
}

.disabled-pricebutton:hover {
    background-color: #ffffff4c;
    border-width: 1px 1px 1px 1px;
    border-color: #000000ff #000000ff #000000ff #000000ff
}

.disabled-pricebutton {
    cursor: not-allowed;
    background-color: #ffffff4c;
    border-color: #000000ff #000000ff #000000ff #000000ff
}

.Primary-button {
    padding: 10px 32px 10px 32px;
    border-radius: 10px 10px 10px 10px
}

.gradient-border {
    -angle: 0deg;
    width: calc(100% - 40px);
    border: 3px solid;
    border-radius: 8px 8px 8px 8px;
    -o-border-image: linear-gradient(var(--angle), #9747FF, #7B61FF, #9747FF, #7B61FF) 1;
       border-image: linear-gradient(var(--angle), #9747FF, #7B61FF, #9747FF, #7B61FF) 1;
    animation: 10s rotate linear infinite;
    border-width: 3px 3px 3px 3px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000
}

.primary-button:hover {
    transform: scale(1.04)
}

.primary-button {}

.website-card-image {
    border-radius: 10px 10px 10px 10px
}

.card-link:hover {
    color: #000000ff
}

.card-link {
    color: #00000099
}

.social-icon:hover {
    transform: scale(1.03);
    color: #111
}

.social-icon {
    color: #1111117f
}

.H5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
}

.Title {
    font-size: 53px;
    font-weight: 700;
    line-height: 63px
}

.star {
    color: #FF9529;
    font-size: 18px;
    line-height: 28px
}

.reveal {}

.header-link-white:hover {
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435)
}

.header-link-white {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb2;
    line-height: 24px
}

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component intervo-e-210 */
.intervo-e-210 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-210 span { display: initial; }
/* Resets for HTMLCode component intervo-e-213 */
.intervo-e-213 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-213 span { display: initial; }
/* Resets for HTMLCode component intervo-e-100 */
.intervo-e-100 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-100 span { display: initial; }
/* Resets for HTMLCode component intervo-e-226 */
.intervo-e-226 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-226 span { display: initial; }
/* Resets for HTMLCode component intervo-e-230 */
.intervo-e-230 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-230 span { display: initial; }
/* Resets for HTMLCode component intervo-e-231 */
.intervo-e-231 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-231 span { display: initial; }
/* Resets for HTMLCode component intervo-e-229 */
.intervo-e-229 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-229 span { display: initial; }
/* Resets for HTMLCode component intervo-e-227 */
.intervo-e-227 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-227 span { display: initial; }
/* Resets for HTMLCode component intervo-e-228 */
.intervo-e-228 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.intervo-e-228 span { display: initial; }
